/* Nearo-style full visual hero */
.visual-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 44px);
  margin: 22px;
  padding: 240px 0 0;
  border-radius: 28px;
  background: linear-gradient(180deg, #0a0e14 0%, #434b59 48%, #171f2d 100%);
  color: #ffffff;
  /*overflow: clip;*/
  clip-path: inset(0 round 28px);
}

.visual-hero-surface {
  background-color: var(--color-ink, rgb(25, 25, 25)) ;
  border-radius: 24px;
  transform: none;
  transform-origin: 50% 50% 0px;
}

.visual-hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(100px);
  opacity: 1;
  pointer-events: none;
}

.visual-hero-glow-top {
  background-color: var(--color-ink, rgb(25, 25, 25));
  filter: blur(100px);
  border-radius: 100%;
  transform: none;
  transform-origin: 50% 50% 0px;
  z-index: 0;
  flex: none;
  width: 125%;
  height: 1009px;
  position: absolute;
  top: -333px;
  left: -12.5%;
}

.visual-hero-glow-bottom {
  right: 5%;
  bottom: -16%;
  width: 56%;
  height: 44%;
  background: rgba(255, 255, 255, 0.08);
}

.visual-hero .delivery-hero-grid {
  position: relative;
  z-index: 1;
  gap: 10px;
}

.visual-hero .delivery-board {
  max-width: 920px;
  margin: 0 auto;
  color: #ffffff;
}

.visual-hero [data-hero-title] {
  transform: translate3d(0, var(--parallax-y, 0), 0);
  will-change: transform;
}

.hero-title-line {
  display: block;
  opacity: 0;
  transform: translateY(50px);
  animation: heroTitleRise 0.58s cubic-bezier(0.12, 0.23, 0.5, 1) forwards;
}

.hero-title-line:nth-child(2) {
  animation-delay: 0.12s;
}

.visual-hero .eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.visual-hero .delivery-status-card {
  order: -1;
  margin-bottom: 18px;
  border: 0;
  background: var(--color-accent);
  color: var(--color-text);
  box-shadow: none;
  backdrop-filter: none;
}

.visual-hero .delivery-status-card strong {
  color: var(--color-text);
}

.visual-hero .delivery-board h1 {
  max-width: 920px;
  color: #ffffff;
  font-size: clamp(62px, 8.5vw, 86px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}

.visual-hero .delivery-board .hero-copy {
  max-width: 520px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  line-height: 1.55;
}

.visual-hero .hero-form {
  width: min(100%, 474px);
  min-height: 64px;
  margin: 14px auto 0;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
}

.visual-hero .hero-form input {
  flex: 1 1 auto;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
}

.visual-hero .hero-form input::placeholder {
  color: rgba(255, 255, 255, 0.82);
}

.visual-hero .hero-form input:focus {
  outline: none;
}

.visual-hero .hero-form .button {
  min-height: 48px;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: none;
  color: #ffffff;
  font-size: 14px;
  padding: 0 30px;
}

.visual-hero .hero-form .button:hover {
  background: var(--color-primary-dark);
  color: #ffffff;
}

.visual-hero .form-message {
  color: rgba(255, 255, 255, 0.86);
}

.visual-hero .hero-note {
  display: none;
}

.visual-hero .delivery-meta {
  display: none;
}

.visual-hero .mockup-stage {
  height: 440px;
  min-height: 440px;
  margin-top: 12px;
  overflow: visible;
}

.visual-hero .mail-preview {
  display: none;
}

.visual-hero .hero-mini-card {
  position: absolute;
  z-index: 4;
  padding: 18px 20px 18px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, rgb(255 255 255 / 94%) 0%, rgb(255 255 255 / 64%) 100%);
  color: var(--color-text);
  box-shadow: 0 22px 52px rgba(4, 6, 25, 0.30);
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
}

.visual-hero .hero-mini-card span {
  display: block;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.visual-hero .hero-mini-card strong {
  display: block;
  margin-top: 8px;
  color: var(--color-text);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.18;
  word-break: keep-all;
}

.visual-hero .hero-mini-card em {
  display: block;
  margin-top: 8px;
  color: #66707d;
  font-size: 13px;
  font-style: normal;
  line-height: 1.4;
}

.visual-hero .phone-preview {
  left: 50%;
  right: auto;
  bottom: -120%;
  width: clamp(450px, 31vw, 450px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  translate: -50% 0;
}

.visual-hero .hero-mini-card-left {
  left: 15%;
  top: 284px;
  width: 290px;
  z-index: 5;
}

.visual-hero .hero-mini-card-right {
  right: 17%;
  top: 96px;
  z-index: 5;
}


.visual-hero .hero-mini-card-right strong {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.visual-hero .hero-mini-card-right em {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.visual-hero .phone-mockup-image {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 36px 80px rgba(19, 86, 128, 0.28));
}

.visual-hero .phone-live-content {
  position: absolute;
  top: calc(10.1% + 28px);
  right: calc(8.8% + 4px);
  left: calc(8.8% + 4px);
  z-index: 2;
  max-height: 54%;
  overflow: hidden;
  color: var(--color-text);
  pointer-events: none;
}

.visual-hero .phone-live-content > span {
  display: block;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.visual-hero .phone-live-content > strong {
  display: -webkit-box;
  margin-top: 12px;
  overflow: hidden;
  color: var(--color-text);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: 0;
  word-break: keep-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.visual-hero .phone-live-content > p {
  display: -webkit-box;
  margin: 12px 0 0;
  overflow: hidden;
  color: #4b5563;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.48;
  word-break: keep-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.visual-hero .phone-live-content > img {
  display: block;
  width: 100%;
  height: 140px;
  margin-top: 18px;
  object-fit: cover;
  border-radius: 0;
}

.visual-hero .phone-live-content > img[src=""] {
  display: none;
}

.visual-hero .phone-content-skeleton {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.visual-hero .phone-content-skeleton span {
  position: relative;
  display: block;
  height: 42px;
  border-radius: 16px;
  background: #f3f6f9;
  overflow: hidden;
}

.visual-hero .phone-content-skeleton span::before,
.visual-hero .phone-content-skeleton span::after {
  content: "";
  position: absolute;
  left: 18px;
  height: 7px;
  border-radius: 999px;
  background: #d9dee5;
}

.visual-hero .phone-content-skeleton span::before {
  top: 12px;
  width: 42%;
}

.visual-hero .phone-content-skeleton span::after {
  top: 25px;
  width: 68%;
  opacity: 0.72;
}

.visual-hero .phone-content-skeleton span:nth-child(2)::before {
  width: 52%;
}

.visual-hero .phone-content-skeleton span:nth-child(2)::after {
  width: 78%;
}

.visual-hero .phone-content-skeleton span:nth-child(3)::before {
  width: 38%;
}

.visual-hero .phone-content-skeleton span:nth-child(3)::after {
  width: 58%;
}

/* Translucent line treatment */
:root {
  --color-line: rgba(177, 194, 213, 0.46);
}

.bottom-cta .eyebrow,
.subscribe-card .eyebrow {
  color: #fff;
}



.subscribe-form input:focus {
  border-color: rgba(49, 130, 246, 0.68);
}
