:root { --font-geist-sans: "Manrope", Arial, sans-serif; }

:root {
  --blue: #0c79d8;
  --blue-deep: #075da9;
  --blue-bright: #2e9eff;
  --cyan: #68c4ff;
  --ice: #eaf6ff;
  --ice-2: #f4faff;
  --ink: #102333;
  --muted: #5e7487;
  --line: #d5e7f4;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body, a, button { cursor: default; }
a, button { cursor: pointer; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  width: 100%;
  color: white;
}
.header-inner {
  height: 92px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.brand { width: 148px; display: inline-flex; align-items: center; }
.brand img { width: 100%; height: auto; }
nav { justify-self: center; display: flex; gap: 34px; font-size: 13px; font-weight: 600; letter-spacing: .02em; }
nav a { opacity: .78; transition: opacity .2s; }
nav a:hover { opacity: 1; }
.header-cta { font-size: 13px; font-weight: 700; display: flex; align-items: center; gap: 10px; }
.header-cta span { font-size: 18px; }

.hero {
  position: relative;
  min-height: 810px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 78% 48%, rgba(104,196,255,.32), transparent 30%),
    linear-gradient(120deg, #075ca7 0%, #0c79d8 55%, #1698ec 100%);
}
.hero-grid, .cta-grid {
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image:
    linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, transparent, black 30%, black 80%, transparent);
}
.hero-orb { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); }
.hero-orb-one { width: 660px; height: 660px; right: -170px; top: 120px; }
.hero-orb-two { width: 410px; height: 410px; right: -45px; top: 245px; }
.hero-layout {
  position: relative;
  z-index: 2;
  min-height: 810px;
  padding-top: 154px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 34px;
}
.hero-copy { padding-bottom: 42px; }
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow { margin-bottom: 28px; color: rgba(255,255,255,.82); }
h1 {
  margin-bottom: 28px;
  max-width: 650px;
  font-size: clamp(54px, 5.3vw, 80px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 620;
}
h1 em { display: block; color: #9edcff; font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 590px; margin-bottom: 36px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.65; }
.hero-lead strong { color: white; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 54px; padding: 0 25px; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-size: 13px; font-weight: 750; transition: transform .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: white; color: var(--blue-deep); box-shadow: 0 14px 30px rgba(0,34,74,.16); }
.button-primary span { font-size: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 650; color: rgba(255,255,255,.82); }
.text-link span { font-size: 19px; }
.hero-proof { margin-top: 48px; display: flex; gap: 0; }
.hero-proof div { min-width: 137px; padding: 0 20px; border-left: 1px solid rgba(255,255,255,.23); }
.hero-proof div:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { display: block; font-size: 27px; font-weight: 550; }
.hero-proof span { display: block; margin-top: 2px; color: rgba(255,255,255,.6); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }

.hero-visual { position: relative; height: 610px; align-self: end; }
.product-stage {
  position: absolute;
  width: 540px;
  height: 540px;
  top: 38px;
  left: 18px;
  border-radius: 50%;
  background: rgba(255,255,255,.98);
  box-shadow: 0 36px 80px rgba(0,49,96,.25), inset 0 0 0 14px rgba(255,255,255,.3);
  overflow: hidden;
}
.product-stage::after { content: ""; position: absolute; left: 18%; right: 18%; bottom: 8%; height: 30px; background: rgba(12,121,216,.18); filter: blur(25px); border-radius: 50%; }
.product-image { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; transform: scale(1.02); }
.visual-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.28); }
.ring-one { width: 588px; height: 588px; left: -6px; top: 14px; }
.ring-two { width: 640px; height: 640px; left: -31px; top: -12px; border-style: dashed; opacity: .55; animation: rotate 34s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.42); border-radius: 8px; padding: 13px 16px; background: rgba(7,93,169,.72); backdrop-filter: blur(16px); box-shadow: 0 18px 35px rgba(0,53,103,.18); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 12px; }
.floating-card small { margin-top: 3px; color: rgba(255,255,255,.65); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.card-ai { top: 116px; left: -50px; }
.card-scan { bottom: 80px; right: -40px; }
.signal { display: flex; align-items: flex-end; gap: 3px; width: 28px; height: 25px; }
.signal i { display: block; width: 5px; border-radius: 6px; background: var(--cyan); }
.signal i:nth-child(1) { height: 10px; } .signal i:nth-child(2) { height: 18px; } .signal i:nth-child(3) { height: 25px; }
.scan-icon { width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.32); display: grid; place-items: center; border-radius: 50%; color: var(--cyan); font-size: 24px; }
.generation-badge { position: absolute; z-index: 3; right: 6px; top: 40px; width: 88px; height: 88px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--ink); box-shadow: 0 16px 30px rgba(0,30,55,.25); }
.generation-badge span { font-family: Georgia, serif; font-size: 34px; line-height: 1; }
.generation-badge small { margin-top: 5px; font-size: 7px; letter-spacing: .16em; color: var(--cyan); }

.signal-strip { background: var(--ink); color: white; }
.signal-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.signal-inner i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(104,196,255,.1); }

.section { padding: 120px 0; }
.technology { background: linear-gradient(180deg, #fff 0%, var(--ice-2) 100%); }
.section-kicker { margin-bottom: 22px; color: var(--blue); }
.section-kicker-light { color: #9edcff; }
.section-heading h2, .analysis-intro h2, .experience h2, .professional-card h2, .final-cta h2 {
  margin-bottom: 0;
  font-size: clamp(40px, 4.2vw, 62px);
  line-height: 1.03;
  letter-spacing: -.045em;
  font-weight: 560;
}
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; margin-bottom: 65px; }
.split-heading p { margin-bottom: 5px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 440px; overflow: hidden; padding: 32px; border: 1px solid var(--line); border-radius: 12px; background: white; display: flex; flex-direction: column; justify-content: space-between; }
.feature-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 55%, rgba(46,158,255,.07)); pointer-events: none; }
.feature-primary { background: linear-gradient(150deg, #0872c9, #1497ed); color: white; border-color: transparent; }
.feature-wide { grid-column: 1 / -1; min-height: 360px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 50px; }
.feature-wide > div:last-child { grid-column: 1; grid-row: 1; align-self: end; }
.feature-wide .comparison-visual { grid-column: 2; grid-row: 1; }
.feature-index { position: relative; z-index: 2; font-size: 10px; font-weight: 750; letter-spacing: .15em; color: var(--blue); }
.feature-primary .feature-index { color: rgba(255,255,255,.65); }
.feature-card h3 { position: relative; z-index: 2; margin-bottom: 12px; font-size: 25px; letter-spacing: -.025em; }
.feature-card p { position: relative; z-index: 2; max-width: 490px; margin-bottom: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.feature-primary p { color: rgba(255,255,255,.72); }
.spectral-visual { position: absolute; width: 290px; height: 290px; right: -18px; top: -25px; display: grid; place-items: center; }
.spectral-visual span { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.32); }
.spectral-visual span:nth-child(1) { width: 265px; height: 265px; }
.spectral-visual span:nth-child(2) { width: 220px; height: 220px; }
.spectral-visual span:nth-child(3) { width: 175px; height: 175px; }
.spectral-visual span:nth-child(4) { width: 130px; height: 130px; }
.spectral-visual span:nth-child(5), .spectral-visual span:nth-child(6), .spectral-visual span:nth-child(7), .spectral-visual span:nth-child(8) { width: 10px; height: 10px; border: 0; background: white; box-shadow: 0 0 20px var(--cyan); }
.spectral-visual span:nth-child(5) { transform: translate(104px,-40px); }.spectral-visual span:nth-child(6) { transform: translate(-74px,-82px); }.spectral-visual span:nth-child(7) { transform: translate(44px,91px); }.spectral-visual span:nth-child(8) { transform: translate(-105px,38px); }
.metric-orbit { position: relative; align-self: center; margin: 15px auto 0; width: 190px; height: 190px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-content: center; text-align: center; box-shadow: inset 0 0 0 20px var(--ice-2), 0 0 0 1px white, 0 0 0 26px var(--ice-2); }
.metric-orbit::before, .metric-orbit::after { content: ""; position: absolute; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 18px rgba(46,158,255,.5); }
.metric-orbit::before { width: 10px; height: 10px; transform: translate(17px,27px); }
.metric-orbit::after { width: 6px; height: 6px; transform: translate(164px,150px); }
.metric-orbit strong { color: var(--blue); font-size: 64px; line-height: .9; font-weight: 500; }
.metric-orbit span { margin-top: 10px; color: var(--muted); font-size: 8px; letter-spacing: .18em; }
.ai-visual { position: relative; margin: 10px auto; width: 190px; height: 190px; display: grid; place-items: center; }
.ai-visual::before, .ai-visual::after { content: ""; position: absolute; inset: 20px; border: 1px solid var(--line); transform: rotate(45deg); }
.ai-visual::after { inset: 42px; border-color: rgba(46,158,255,.4); }
.ai-visual span { position: relative; z-index: 2; width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--blue); font-size: 22px; font-weight: 750; box-shadow: 0 12px 30px rgba(12,121,216,.24); }
.ai-visual i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); }
.ai-visual i:nth-of-type(1){top:5px}.ai-visual i:nth-of-type(2){right:5px}.ai-visual i:nth-of-type(3){bottom:5px}.ai-visual i:nth-of-type(4){left:5px}
.comparison-visual { display: flex; align-items: center; justify-content: center; gap: 24px; padding-bottom: 8px; }
.comparison-visual > div { text-align: center; }
.comparison-visual small { display: block; margin-bottom: 12px; color: var(--muted); font-size: 8px; letter-spacing: .15em; }
.comparison-visual > i { color: var(--blue); font-style: normal; font-size: 23px; }
.face-map { position: relative; display: block; width: 155px; height: 195px; border-radius: 45% 45% 48% 48%; background: linear-gradient(145deg, #d9eefc, #f8fcff); border: 1px solid #b8dcf4; overflow: hidden; }
.face-map::before { content: ""; position: absolute; inset: 14% 18%; border-radius: 50%; opacity: .75; background: radial-gradient(circle at 35% 35%, #2e9eff 0 3px, transparent 4px), radial-gradient(circle at 65% 40%, #68c4ff 0 5px, transparent 6px), radial-gradient(circle at 50% 70%, #0c79d8 0 3px, transparent 4px); background-size: 30px 32px; }
.map-after::before { opacity: .28; }

.lead-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  color: white;
  background:
    radial-gradient(circle at 8% 90%, rgba(104,196,255,.32), transparent 27%),
    linear-gradient(125deg, #075da9 0%, #0c79d8 58%, #229ff0 100%);
}
.lead-pattern {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(90deg, black, transparent 68%);
}
.lead-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 88px;
  align-items: center;
}
.lead-copy h2 {
  margin-bottom: 25px;
  max-width: 540px;
  font-size: clamp(42px, 4.5vw, 64px);
  line-height: 1.02;
  letter-spacing: -.048em;
  font-weight: 560;
}
.lead-copy h2 em { display: block; color: #a9dfff; font-family: Georgia, serif; font-weight: 400; }
.lead-copy > p { max-width: 500px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.72; }
.lead-benefits { margin-top: 38px; display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.24); }
.lead-benefits div { padding: 16px 0; display: grid; grid-template-columns: 42px 1fr; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.24); align-items: center; }
.lead-benefits span { color: #9edcff; font-size: 9px; font-weight: 750; letter-spacing: .14em; }
.lead-benefits p { margin: 0; font-size: 12px; font-weight: 600; }
.lead-form {
  position: relative;
  padding: 42px;
  border-radius: 14px;
  color: var(--ink);
  background: white;
  box-shadow: 0 32px 70px rgba(2,42,78,.22);
}
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { margin-bottom: 17px; }
.field label { display: block; margin-bottom: 8px; color: #324b5f; font-size: 10px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.field input, .field select {
  width: 100%;
  height: 52px;
  appearance: none;
  border: 1px solid #ccdfec;
  border-radius: 5px;
  padding: 0 14px;
  color: var(--ink);
  background: #f8fbfd;
  font: inherit;
  font-size: 13px;
  outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.field select {
  padding-right: 38px;
  background-image: linear-gradient(45deg, transparent 50%, #678092 50%), linear-gradient(135deg, #678092 50%, transparent 50%);
  background-position: calc(100% - 18px) 22px, calc(100% - 13px) 22px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.field input::placeholder { color: #91a4b3; }
.field input:focus, .field select:focus { border-color: var(--blue-bright); background: white; box-shadow: 0 0 0 3px rgba(46,158,255,.12); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #c45454; }
.field-error { display: block; min-height: 14px; margin-top: 4px; color: #b43e3e; font-size: 10px; }
.consent-field { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; }
.consent-field input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--blue); }
.consent-field label { color: #607687; font-size: 10px; line-height: 1.5; }
.consent-field a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.consent-error { margin-left: 27px; }
.submit-button { width: 100%; margin-top: 12px; border: 0; color: white; background: var(--blue); box-shadow: 0 13px 28px rgba(12,121,216,.2); }
.submit-button:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 20px; margin: 12px 0 0; color: var(--blue-deep); text-align: center; font-size: 11px; line-height: 1.45; }
.privacy-note { margin: 5px 0 0; color: #8a9ca9; text-align: center; font-size: 9px; line-height: 1.4; }

.analysis { padding-bottom: 0; color: white; background: var(--ink); }
.analysis-intro { max-width: 820px; margin-bottom: 64px; }
.analysis-intro p { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.6); font-size: 17px; line-height: 1.7; }
.analysis-panels { display: grid; gap: 2px; background: rgba(255,255,255,.1); border-radius: 14px 14px 0 0; overflow: hidden; }
.analysis-panel { position: relative; min-height: 540px; padding: 62px; display: grid; grid-template-columns: 70px 1fr 1fr; gap: 40px; align-items: center; overflow: hidden; }
.facial-panel { background: linear-gradient(120deg, #0873ca, #1399ed); }
.tricho-panel { background: #f0f8fe; color: var(--ink); }
.panel-number { align-self: start; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); font-size: 10px; }
.tricho-panel .panel-number { border-color: var(--line); color: var(--blue); }
.panel-copy { position: relative; z-index: 2; max-width: 430px; }
.panel-copy > span { display: block; margin-bottom: 18px; color: rgba(255,255,255,.68); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.tricho-panel .panel-copy > span { color: var(--blue); }
.panel-copy h3 { margin-bottom: 20px; font-size: clamp(34px, 3.5vw, 51px); line-height: 1.02; letter-spacing: -.04em; }
.panel-copy p { margin-bottom: 25px; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.7; }
.tricho-panel .panel-copy p { color: var(--muted); }
.panel-copy ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 11px; font-size: 12px; font-weight: 600; }
.panel-copy li { display: flex; align-items: center; gap: 10px; }
.panel-copy li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #9edcff; }
.tricho-panel .panel-copy li::before { background: var(--blue-bright); }
.face-blueprint { position: relative; justify-self: center; width: 330px; height: 400px; }
.face-outline { position: absolute; width: 230px; height: 320px; left: 50px; top: 35px; border: 1px solid rgba(255,255,255,.5); border-radius: 45% 45% 48% 48%; box-shadow: 0 0 0 22px rgba(255,255,255,.035), 0 0 0 45px rgba(255,255,255,.025); }
.face-outline::before, .face-outline::after { content: ""; position: absolute; top: 115px; width: 60px; height: 20px; border-top: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.face-outline::before { left: 28px; }.face-outline::after { right: 28px; }
.face-outline .eye { position: absolute; top: 122px; width: 8px; height: 8px; border: 1px solid white; border-radius: 50%; }
.eye-left { left: 54px; }.eye-right { right: 54px; }
.face-outline .nose { position: absolute; left: 105px; top: 145px; width: 20px; height: 65px; border-left: 1px solid rgba(255,255,255,.45); border-bottom: 1px solid rgba(255,255,255,.45); border-radius: 0 0 0 50%; }
.face-outline .mouth { position: absolute; left: 78px; bottom: 65px; width: 75px; height: 24px; border-bottom: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.point { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: white; box-shadow: 0 0 0 8px rgba(255,255,255,.1), 0 0 18px rgba(255,255,255,.8); }
.p1{left:62px;top:105px}.p2{right:62px;top:106px}.p3{left:160px;top:58px}.p4{left:160px;top:215px}.p5{left:88px;bottom:65px}.p6{right:88px;bottom:65px}
.microcamera-stage { position: relative; justify-self: center; width: 420px; height: 420px; display: grid; place-items: center; border-radius: 50%; background: white; box-shadow: 0 28px 55px rgba(8,89,154,.15); overflow: hidden; }
.microcamera-stage img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; transform: scale(1.02); }
.micro-ring { position: absolute; width: 350px; height: 350px; border-radius: 50%; border: 1px solid #c7e6f8; box-shadow: 0 0 0 28px #f1f9fe, 0 0 0 29px #d9eefb; }

.experience { background: white; }
.experience-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.experience-copy h2 { margin-bottom: 26px; }
.experience-lead { margin-bottom: 34px; max-width: 470px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.experience .button-primary { background: var(--blue); color: white; }
.journey-list { display: grid; }
.journey-list article { padding: 25px 4px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 58px 1fr; align-items: start; gap: 16px; transition: padding-left .25s, background .25s; }
.journey-list article:first-child { border-top: 1px solid var(--line); }
.journey-list article:hover { padding-left: 14px; background: var(--ice-2); }
.journey-list article > span { color: var(--blue); font-size: 10px; font-weight: 750; letter-spacing: .12em; }
.journey-list h3 { margin-bottom: 6px; font-size: 23px; }
.journey-list p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.professional-section { padding: 0 0 120px; }
.professional-card { padding: 75px; border-radius: 14px; color: white; background: linear-gradient(135deg, #0872c9, #1298ed); box-shadow: 0 35px 80px rgba(12,121,216,.18); }
.professional-heading { display: grid; grid-template-columns: .55fr 1fr; gap: 40px; align-items: start; margin-bottom: 55px; }
.professional-heading h2 { font-size: clamp(38px, 4vw, 58px); }
.professional-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.professional-grid > div { min-height: 142px; padding: 24px; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); display: flex; flex-direction: column; justify-content: space-between; }
.professional-grid span { color: #a8dfff; font-size: 9px; letter-spacing: .14em; }
.professional-grid p { margin: 25px 0 0; max-width: 235px; font-size: 14px; line-height: 1.5; font-weight: 600; }
.professional-grid .professional-cta { background: white; color: var(--ink); }
.professional-grid .professional-cta p { margin-top: 0; }
.professional-cta a { color: var(--blue); font-size: 12px; font-weight: 750; display: flex; gap: 8px; align-items: center; }

.final-cta { position: relative; overflow: hidden; padding: 108px 0; color: white; background: var(--blue); }
.final-cta::after { content:""; position:absolute; width:520px; height:520px; right:-100px; top:-160px; border-radius:50%; border:1px solid rgba(255,255,255,.2); box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.025); }
.final-cta-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.cta-action { max-width: 420px; justify-self: end; }
.cta-action p { margin-bottom: 28px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.7; }
.button-white { background: white; color: var(--blue-deep); }

footer { padding: 45px 0; color: white; background: #071824; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.footer-brand { width: 125px; }
.footer-inner p { margin-bottom: 0; color: rgba(255,255,255,.45); font-size: 10px; }
.footer-inner p:nth-child(2) { text-align: center; }
.footer-inner p:last-child { text-align: right; }
.whatsapp-float { position: fixed; z-index: 40; right: 24px; bottom: 22px; height: 46px; padding: 0 17px; display: flex; align-items: center; gap: 9px; border-radius: 30px; color: white; background: #129447; box-shadow: 0 14px 30px rgba(0,0,0,.18); font-size: 11px; font-weight: 750; }
.whatsapp-float img { width: 17px; height: 17px; object-fit: contain; }
.cookie-banner {
  position: fixed;
  z-index: 60;
  right: 22px;
  bottom: 22px;
  left: 22px;
  width: min(780px, calc(100% - 44px));
  margin-inline: auto;
  padding: 20px 22px;
  border: 1px solid #d7e8f4;
  border-radius: 10px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 22px 60px rgba(4,37,64,.22);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; margin-bottom: 5px; font-size: 13px; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions button { min-height: 38px; padding: 0 14px; border: 1px solid var(--line); border-radius: 5px; color: var(--ink); background: white; font-size: 10px; font-weight: 750; }
.cookie-actions button:last-child { border-color: var(--blue); color: white; background: var(--blue); }

.simple-page { min-height: 100vh; padding: 70px 0; background: var(--ice-2); }
.simple-page-card { width: min(760px, calc(100% - 32px)); margin: 0 auto; padding: 50px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 24px 55px rgba(8,72,120,.09); }
.simple-page-brand { display: inline-flex; width: 135px; margin-bottom: 45px; padding: 12px 16px; border-radius: 5px; background: var(--blue); }
.simple-page h1 { margin-bottom: 20px; color: var(--ink); font-size: clamp(38px, 6vw, 62px); }
.simple-page h2 { margin: 34px 0 12px; font-size: 21px; }
.simple-page p, .simple-page li { color: var(--muted); font-size: 14px; line-height: 1.7; }
.simple-page .button { margin-top: 18px; color: white; background: var(--blue); }

@media (max-width: 1100px) {
  nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .hero-layout { grid-template-columns: 1.05fr .95fr; }
  .product-stage { width: 450px; height: 450px; top: 90px; }
  .ring-one { width: 500px; height: 500px; left: -25px; top: 65px; }
  .ring-two { width: 540px; height: 540px; left: -45px; top: 45px; }
  .card-scan { right: 0; }
  .analysis-panel { padding: 48px; grid-template-columns: 50px 1.1fr .9fr; gap: 26px; }
  .microcamera-stage { width: 340px; height: 340px; }
  .face-blueprint { transform: scale(.86); }
}

@media (max-width: 860px) {
  .container { width: min(100% - 32px, 680px); }
  .header-inner { height: 78px; }
  .header-cta { display: none; }
  .hero { min-height: 1070px; }
  .hero-layout { min-height: 1070px; padding-top: 128px; grid-template-columns: 1fr; align-content: start; }
  .hero-copy { padding-bottom: 0; }
  .hero-visual { height: 520px; margin-top: -10px; }
  .product-stage { left: 50%; transform: translateX(-50%); width: 450px; height: 450px; top: 25px; }
  .ring-one { left: 50%; transform: translateX(-50%); top: 0; }
  .ring-two { left: 50%; transform: translateX(-50%); top: -20px; }
  .card-ai { left: 5%; top: 85px; }.card-scan { right: 3%; bottom: 35px; }.generation-badge { right: 5%; top: 24px; }
  .signal-inner { flex-wrap: wrap; padding: 24px 0; justify-content: center; }
  .section { padding: 85px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 45px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; grid-template-columns: 1fr; min-height: 500px; }
  .feature-wide > div:last-child { grid-column: 1; grid-row: 2; }.feature-wide .comparison-visual { grid-column: 1; grid-row: 1; }
  .analysis-panel { min-height: auto; grid-template-columns: 42px 1fr; padding: 44px 32px; }
  .analysis-panel .panel-copy { grid-column: 2; }
  .face-blueprint, .microcamera-stage { grid-column: 1 / -1; margin: 5px auto 0; }
  .experience-layout { grid-template-columns: 1fr; gap: 55px; }
  .lead-layout { grid-template-columns: 1fr; gap: 50px; }
  .professional-card { padding: 50px 32px; }
  .professional-heading { grid-template-columns: 1fr; }
  .professional-grid { grid-template-columns: repeat(2, 1fr); }
  .final-cta-layout { grid-template-columns: 1fr; gap: 35px; }
  .cta-action { justify-self: start; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { margin-inline: auto; }.footer-inner p:last-child { text-align: center; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 32px); }
  h1 { font-size: 49px; }
  .hero { min-height: 1000px; }
  .hero-layout { min-height: 1000px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-proof div { min-width: 0; flex: 1; padding: 0 10px; }
  .hero-proof span { font-size: 8px; }
  .hero-visual { height: 420px; }
  .product-stage { width: 350px; height: 350px; top: 28px; }
  .ring-one { width: 390px; height: 390px; }.ring-two { width: 420px; height: 420px; }
  .floating-card { padding: 10px 12px; }.card-ai { left: -3%; top: 80px; }.card-scan { right: -3%; bottom: 5px; }
  .generation-badge { width: 70px; height: 70px; right: 0; }
  .generation-badge span { font-size: 28px; }
  .signal-inner i { display: none; }.signal-inner span { width: 46%; text-align: center; line-height: 1.5; }
  .section-heading h2, .analysis-intro h2, .experience h2, .professional-card h2, .final-cta h2 { font-size: 39px; }
  .feature-card { min-height: 430px; padding: 26px; }
  .feature-wide { min-height: 520px; }
  .face-map { width: 125px; height: 165px; }
  .analysis-panel { padding: 38px 22px; grid-template-columns: 1fr; }
  .analysis-panel .panel-number, .analysis-panel .panel-copy, .face-blueprint, .microcamera-stage { grid-column: 1; }
  .face-blueprint { margin-left: 50%; transform: translateX(-50%) scale(.8); width: 330px; }
  .microcamera-stage { width: 310px; height: 310px; }
  .professional-grid { grid-template-columns: 1fr; }
  .professional-card { padding: 44px 22px; }
  .final-cta { padding: 80px 0; }
  .whatsapp-float { right: 14px; bottom: 14px; }
  .lead-section { padding: 80px 0; }
  .lead-form { padding: 28px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .cookie-banner { right: 12px; bottom: 12px; left: 12px; width: calc(100% - 24px); grid-template-columns: 1fr; gap: 15px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .simple-page-card { padding: 36px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ring-two { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
