@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/inter-latin.woff2") format("woff2");
}

:root {
  --blue: #1a73e8;
  --blue-dark: #1558b0;
  --blue-soft: #e8f0fe;
  --green: #34a853;
  --green-soft: #e6f4ea;
  --yellow: #fbbc04;
  --red: #ea4335;
  --ink: #202124;
  --muted: #5f6368;
  --line: #dadce0;
  --surface: #ffffff;
  --paper: #f8f9fa;
  --soft: #f1f3f4;
  --navy: #15243a;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(60,64,67,.13);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter,Arial,sans-serif; -webkit-font-smoothing: antialiased; }
body, button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { border: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
p, h1, h2, h3 { margin-top: 0; }
.shell { width: min(calc(100% - 40px),var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 20px; top: -80px; padding: 12px 18px; background: var(--ink); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 18px; }

.announcement { min-height: 37px; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 8px 20px; background: #202124; color: #fff; font-size: 11px; letter-spacing: .01em; }
.announcement span { display: inline-flex; align-items: center; gap: 7px; color: #dfe3e7; }
.announcement i { color: #6fda8a; }
.announcement strong { color: #fff; font-weight: 600; }

.landing-header { position: sticky; z-index: 90; top: 0; background: rgba(255,255,255,.92); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: box-shadow .2s,border-color .2s; }
.landing-header.scrolled { border-color: var(--line); box-shadow: 0 8px 25px rgba(60,64,67,.08); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.program-brand { display: flex; align-items: center; gap: 16px; }
.program-brand img { width: 128px; height: auto; }
.program-brand span { padding-left: 16px; border-left: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 600; }
.landing-header nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.landing-header nav a { position: relative; color: var(--muted); font-size: 13px; font-weight: 600; }
.landing-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue); transition: right .2s; }
.landing-header nav a:hover { color: var(--ink); }
.landing-header nav a:hover::after { right: 0; }

.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 19px; border: 1px solid transparent; border-radius: 9px; cursor: pointer; font-size: 13px; font-weight: 700; transition: transform .18s,box-shadow .18s,background .18s,border-color .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 10px 24px rgba(26,115,232,.22); }
.button-primary:hover { background: #1768d1; box-shadow: 0 14px 30px rgba(26,115,232,.28); }
.button:disabled { cursor: wait; opacity: .72; transform: none; box-shadow: none; }
.button-outline { background: #fff; border-color: var(--line); color: var(--blue); }
.button-outline:hover { border-color: #a8c7fa; background: #f6f9fe; }
.button-small { min-height: 40px; padding: 8px 15px; font-size: 12px; }
.button-large { min-height: 54px; padding: 14px 22px; font-size: 14px; }
.text-link { min-height: 46px; display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 13px; font-weight: 700; }
.text-link i { width: 28px; height: 28px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-size: 9px; }

.hero { position: relative; overflow: hidden; padding: 92px 0 0; background: linear-gradient(180deg,#fff 0%,#fbfcfe 70%,#f8f9fa 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(60,64,67,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(60,64,67,.045) 1px,transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg,transparent,#000 55%,#000); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-blue { width: 520px; height: 520px; right: -260px; top: 20px; background: radial-gradient(circle,rgba(26,115,232,.11),transparent 68%); }
.hero-orb-green { width: 340px; height: 340px; left: 28%; bottom: -220px; background: radial-gradient(circle,rgba(52,168,83,.09),transparent 68%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,.96fr) minmax(500px,1.04fr); align-items: center; gap: clamp(56px,7vw,100px); }
.hero-copy { padding-bottom: 68px; }
.country-badge { width: fit-content; display: flex; align-items: center; gap: 9px; margin-bottom: 25px; padding: 8px 12px; background: #fff; border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 5px 18px rgba(60,64,67,.06); color: #3c4043; font-size: 10px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.country-badge span { font-size: 14px; }
.hero h1 { max-width: 650px; margin-bottom: 25px; font-size: clamp(48px,5vw,72px); line-height: 1.02; letter-spacing: -.06em; }
.hero h1 span { color: var(--blue); }
.hero h1 em { display: inline; color: var(--green); font-style: normal; }
.hero-lede { max-width: 620px; margin-bottom: 28px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.availability { display: flex; align-items: center; gap: 12px; margin-top: 25px; }
.pulse { position: relative; width: 9px; height: 9px; flex: 0 0 auto; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 6px rgba(52,168,83,.1); }
.pulse::after { content: ""; position: absolute; inset: -7px; border: 1px solid rgba(52,168,83,.38); border-radius: inherit; animation: pulse 2s ease-out infinite; }
.availability div { display: flex; flex-direction: column; gap: 3px; }
.availability strong { font-size: 12px; }
.availability small { color: #7b8085; font-size: 10px; }

.hero-console { position: relative; align-self: end; margin-bottom: 48px; overflow: hidden; background: #fff; border: 1px solid #d5d9de; border-radius: 20px; box-shadow: 0 32px 80px rgba(60,64,67,.16); }
.hero-console::after { content: ""; position: absolute; width: 170px; height: 170px; right: -85px; bottom: -85px; border-radius: 50%; border: 1px solid rgba(26,115,232,.13); box-shadow: 0 0 0 28px rgba(26,115,232,.025),0 0 0 60px rgba(52,168,83,.018); }
.console-top { height: 42px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 15px; background: #f8f9fa; border-bottom: 1px solid var(--line); }
.console-top > span { display: flex; gap: 5px; }
.console-top > span i { width: 6px; height: 6px; border-radius: 50%; background: #c3c7cb; }
.console-top > strong { color: #74787d; font-size: 9px; font-weight: 600; }
.console-top > em { display: flex; align-items: center; justify-content: flex-end; gap: 6px; color: #5f6368; font-size: 8px; font-style: normal; font-weight: 600; text-transform: uppercase; }
.console-top > em span { width: 6px; height: 6px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(52,168,83,.1); }
.console-body { position: relative; padding: 28px; }
.gemini-core { position: absolute; right: 28px; top: 24px; width: 56px; height: 56px; display: grid; place-items: center; background: linear-gradient(145deg,#e8f0fe,#f3e8fd); border-radius: 16px; }
.gemini-core span { width: 26px; height: 26px; background: linear-gradient(135deg,var(--blue),#6c7df1); clip-path: polygon(50% 0,61% 38%,100% 50%,61% 62%,50% 100%,39% 62%,0 50%,39% 38%); }
.console-heading { padding-right: 75px; margin-bottom: 25px; }
.console-heading small { color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.console-heading h2 { max-width: 350px; margin: 7px 0 0; font-size: 25px; line-height: 1.15; letter-spacing: -.04em; }
.workflow { position: relative; display: grid; grid-template-columns: 1fr 30px 1fr 30px 1fr; align-items: center; margin-bottom: 22px; }
.workflow-card { min-height: 112px; display: flex; align-items: flex-start; flex-direction: column; gap: 10px; padding: 15px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.workflow-card > i { width: 30px; height: 30px; display: grid; place-items: center; background: var(--soft); border-radius: 8px; color: var(--muted); font-size: 13px; }
.workflow-card div { display: flex; flex-direction: column; gap: 3px; }
.workflow-card small { color: #80868b; font-size: 7px; text-transform: uppercase; }
.workflow-card strong { font-size: 10px; line-height: 1.3; }
.workflow-card > span { margin-top: auto; color: #80868b; font-size: 7px; }
.workflow-input > i { background: var(--green-soft); color: var(--green); }
.workflow-ai { border-color: #a8c7fa; box-shadow: 0 8px 22px rgba(26,115,232,.08); }
.workflow-ai > i { background: var(--blue-soft); color: var(--blue); }
.workflow-output > i { background: #fef7e0; color: #d89d00; }
.workflow-line { height: 1px; background: #c7cbd0; }
.workflow-line i { display: block; width: 5px; height: 5px; margin: -2px auto 0; background: var(--blue); border-radius: 50%; animation: flow 1.8s ease-in-out infinite; }
.console-metrics { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; background: #f8f9fa; border: 1px solid var(--line); border-radius: 12px; }
.console-metrics div { min-height: 84px; display: flex; flex-direction: column; justify-content: center; padding: 13px; border-right: 1px solid var(--line); }
.console-metrics div:last-child { border-right: 0; }
.console-metrics small { margin-bottom: 5px; color: #74787d; font-size: 7px; }
.console-metrics strong { font-size: 19px; letter-spacing: -.04em; }
.console-metrics span { margin-top: 3px; color: var(--green); font-size: 7px; font-weight: 600; }
.trust-row { position: relative; min-height: 78px; display: flex; align-items: center; gap: 18px; border-top: 1px solid var(--line); }
.trust-row > span:first-child { color: #80868b; font-size: 10px; }
.trust-row > strong { color: #3c4043; font-size: 14px; }
.trust-row > strong i { margin-right: 3px; color: var(--green); }
.trust-divider { width: 1px; height: 24px; background: var(--line); }
.trust-row p { display: flex; align-items: center; gap: 8px; margin: 0; color: #5f6368; font-size: 10px; }
.trust-row p i { color: var(--blue); }

.section { padding: 110px 0; }
.section-intro { margin-bottom: 50px; }
.section-intro h2 { margin-bottom: 0; font-size: clamp(38px,4.5vw,58px); line-height: 1.05; letter-spacing: -.055em; }
.section-intro > p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.split-intro { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.65fr); align-items: end; gap: 100px; }
.split-intro > p { margin-bottom: 4px; }
.eyebrow { display: inline-block; margin-bottom: 16px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.eyebrow.light { color: #a8c7fa; }
.centered { max-width: 700px; margin-inline: auto; text-align: center; }
.centered h2 { margin-bottom: 18px; }

.program { background: #fff; }
.pillar-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.pillar-card { min-height: 310px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s,box-shadow .2s; }
.pillar-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pillar-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 46px; border-radius: 14px; font-size: 18px; }
.pillar-icon.blue { background: var(--blue-soft); color: var(--blue); }
.pillar-icon.green { background: var(--green-soft); color: var(--green); }
.pillar-icon.yellow { background: #fef7e0; color: #c58d00; }
.pillar-card > small { color: #80868b; font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.pillar-card h3 { margin: 10px 0 12px; font-size: 24px; letter-spacing: -.035em; }
.pillar-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.use-cases { background: #f8f9fa; }
.use-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.use-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.use-visual { height: 275px; display: flex; flex-direction: column; justify-content: center; padding: 24px; overflow: hidden; background: #f3f6fa; border-bottom: 1px solid var(--line); }
.use-copy { padding: 28px; }
.use-tag { display: inline-flex; padding: 6px 9px; margin-bottom: 15px; border-radius: 999px; font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.use-tag.green { background: var(--green-soft); color: #137333; }
.use-tag.blue { background: var(--blue-soft); color: #185abc; }
.use-tag.red { background: #fce8e6; color: #c5221f; }
.use-copy h3 { margin-bottom: 12px; font-size: 24px; letter-spacing: -.035em; }
.use-copy p { min-height: 68px; margin-bottom: 20px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.use-copy ul { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0; list-style: none; }
.use-copy li { padding: 6px 8px; background: #f8f9fa; border: 1px solid #e4e7ea; border-radius: 6px; color: #5f6368; font-size: 8px; font-weight: 600; }
.visual-whatsapp { gap: 11px; background: linear-gradient(145deg,#f0f8f3,#f8fbf9); }
.chat { width: 84%; display: flex; align-items: center; gap: 9px; padding: 11px 13px; background: #fff; border: 1px solid #dfe3e1; border-radius: 11px; box-shadow: 0 8px 22px rgba(60,64,67,.06); color: #3c4043; font-size: 9px; line-height: 1.45; }
.chat i { width: 23px; height: 23px; flex: 0 0 auto; display: grid; place-items: center; background: var(--soft); border-radius: 50%; color: #7b8085; font-size: 8px; }
.chat-right { align-self: flex-end; border-color: #b7dfc2; }
.chat-right i { background: var(--green-soft); color: var(--green); }
.quote-pill { align-self: center; margin-top: 3px; padding: 8px 12px; background: #fff; border: 1px solid var(--line); border-radius: 999px; color: #5f6368; font-size: 8px; font-weight: 700; }
.quote-pill i { margin-right: 6px; color: var(--red); }
.visual-docs { position: relative; align-items: center; background: linear-gradient(145deg,#eef4fd,#f9fbff); }
.doc-stack { position: absolute; left: 30px; top: 35px; width: 80px; height: 104px; }
.doc-stack span { position: absolute; inset: 0; background: #fff; border: 1px solid #cbd7e9; border-radius: 9px; transform: rotate(-7deg); }
.doc-stack span:nth-child(2) { transform: translate(9px,7px) rotate(-2deg); }
.doc-stack span:nth-child(3) { transform: translate(18px,14px) rotate(3deg); }
.analysis-card { position: relative; z-index: 2; width: 78%; display: flex; align-items: center; gap: 12px; padding: 17px; background: #fff; border: 1px solid #a8c7fa; border-radius: 13px; box-shadow: 0 14px 30px rgba(26,115,232,.1); }
.analysis-card > i { width: 38px; height: 38px; display: grid; place-items: center; background: var(--blue-soft); border-radius: 10px; color: var(--blue); }
.analysis-card div { display: flex; flex-direction: column; gap: 4px; }
.analysis-card small { color: #7b8085; font-size: 7px; letter-spacing: .08em; }
.analysis-card strong { font-size: 15px; }
.analysis-card b { width: 25px; height: 25px; display: grid; place-items: center; margin-left: auto; background: var(--green-soft); border-radius: 50%; color: var(--green); font-size: 9px; }
.sheet-row { width: 72%; display: flex; justify-content: space-between; margin-top: 13px; padding: 10px 12px; background: #fff; border: 1px solid var(--line); border-radius: 8px; color: #80868b; font-size: 7px; }
.sheet-row strong { color: var(--green); }
.visual-marketing { gap: 16px; background: linear-gradient(145deg,#fff6f5,#fff); }
.brand-tone { padding: 15px; background: #fff; border: 1px solid #f0d0cc; border-radius: 12px; }
.brand-tone small { color: #9b6a64; font-size: 7px; font-weight: 700; letter-spacing: .08em; }
.brand-tone div { display: flex; gap: 6px; margin-top: 9px; }
.brand-tone span { padding: 6px 8px; background: #fce8e6; border-radius: 6px; color: #a33b32; font-size: 7px; font-weight: 600; }
.copy-lines { padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 11px; }
.copy-lines i { display: block; height: 5px; margin-bottom: 8px; background: #dfe3e7; border-radius: 5px; }
.copy-lines i:nth-child(2) { width: 90%; }
.copy-lines i:nth-child(3) { width: 72%; }
.copy-lines i:nth-child(4) { width: 84%; margin-bottom: 0; background: #f1c3be; }
.channel-pills { display: flex; gap: 8px; }
.channel-pills span { padding: 8px 10px; background: #fff; border: 1px solid var(--line); border-radius: 7px; color: #5f6368; font-size: 7px; font-weight: 700; }
.channel-pills i { margin-right: 5px; color: var(--red); }

.success { background: #fff; }
.success-heading { align-items: center; }
.success-list { display: grid; gap: 12px; }
.success-card { display: grid; grid-template-columns: 190px minmax(0,1fr) 220px; align-items: stretch; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; }
.case-meta { display: flex; justify-content: space-between; flex-direction: column; padding: 25px; background: #f8f9fa; border-right: 1px solid var(--line); }
.case-meta span { color: #3c4043; font-size: 12px; font-weight: 700; line-height: 1.45; }
.case-meta strong { width: fit-content; padding: 6px 8px; background: #fff; border: 1px solid var(--line); border-radius: 6px; color: #6b7075; font-size: 8px; text-transform: uppercase; }
.case-body { display: grid; grid-template-columns: 1fr 26px 1fr; align-items: center; gap: 16px; padding: 25px; }
.case-body > i { color: #aeb3b7; }
.case-body small { color: #80868b; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.case-body p { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.case-result { display: flex; justify-content: center; flex-direction: column; padding: 25px; background: #f2f8f4; border-left: 1px solid #cde5d4; }
.case-result span { color: #5f6368; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.case-result strong { margin: 5px 0; color: var(--green); font-size: 34px; letter-spacing: -.05em; }
.case-result p { margin: 0; color: #52705a; font-size: 9px; line-height: 1.5; }
.results-note { display: flex; align-items: flex-start; gap: 8px; margin: 16px 0 0; color: #80868b; font-size: 9px; line-height: 1.5; }
.results-note i { margin-top: 2px; color: var(--blue); }

.process { background: #f8f9fa; }
.process-grid { display: grid; grid-template-columns: .75fr 1fr; gap: 110px; }
.process-copy { position: sticky; top: 120px; align-self: start; }
.process-copy h2 { max-width: 470px; margin-bottom: 20px; font-size: clamp(40px,4.5vw,58px); line-height: 1.04; letter-spacing: -.055em; }
.process-copy > p { max-width: 470px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.process-trust { width: fit-content; display: flex; align-items: center; gap: 12px; margin-top: 28px; padding: 13px 15px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.process-trust > i { width: 32px; height: 32px; display: grid; place-items: center; background: var(--blue-soft); border-radius: 8px; color: var(--blue); }
.process-trust div { display: flex; flex-direction: column; gap: 3px; }
.process-trust strong { font-size: 10px; }
.process-trust span { color: #80868b; font-size: 8px; }
.steps { padding: 0; margin: 0; list-style: none; }
.steps li { position: relative; min-height: 180px; display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 32px; background: #fff; border: 1px solid var(--line); border-bottom: 0; }
.steps li:first-child { border-radius: 16px 16px 0 0; }
.steps li:last-child { border-bottom: 1px solid var(--line); border-radius: 0 0 16px 16px; }
.steps li > span { width: 52px; height: 52px; display: grid; place-items: center; background: var(--blue-soft); border-radius: 14px; color: var(--blue); font-size: 13px; font-weight: 800; }
.steps li:nth-child(2) > span { background: #fef7e0; color: #c58d00; }
.steps li:nth-child(3) > span { background: var(--green-soft); color: var(--green); }
.steps h3 { margin: 6px 0 10px; font-size: 22px; letter-spacing: -.035em; }
.steps p { max-width: 480px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.application { background: #182842; }
.application-shell { display: grid; grid-template-columns: minmax(0,.82fr) minmax(460px,.68fr); align-items: center; gap: 100px; }
.application-copy { color: #fff; }
.application-copy h2 { max-width: 540px; margin-bottom: 20px; font-size: clamp(42px,4.7vw,62px); line-height: 1.02; letter-spacing: -.055em; }
.application-copy > p { max-width: 540px; color: #c7d2e1; font-size: 16px; line-height: 1.7; }
.application-copy ul { display: grid; gap: 12px; padding: 0; margin: 28px 0 0; list-style: none; }
.application-copy li { display: flex; align-items: center; gap: 11px; color: #e4eaf2; font-size: 12px; }
.application-copy li i { width: 20px; height: 20px; display: grid; place-items: center; background: rgba(52,168,83,.18); border: 1px solid rgba(111,218,138,.32); border-radius: 50%; color: #82de99; font-size: 8px; }
.secure-note { display: flex; align-items: center; gap: 12px; margin-top: 36px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); color: #c7d2e1; }
.secure-note > i { color: #a8c7fa; }
.secure-note span { display: flex; flex-direction: column; gap: 3px; font-size: 9px; }
.secure-note strong { color: #fff; font-size: 10px; }
.form-card { padding: 30px; background: #fff; border-radius: 20px; box-shadow: 0 35px 80px rgba(0,0,0,.2); }
.form-heading { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 24px; }
.form-heading span { color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.form-heading h3 { margin: 7px 0 0; font-size: 26px; letter-spacing: -.04em; }
.form-heading > strong { padding: 6px 9px; background: #f1f3f4; border-radius: 999px; color: #73777b; font-size: 8px; }
.form-card form { display: grid; gap: 15px; }
.form-card label { display: grid; gap: 7px; color: #3c4043; font-size: 10px; font-weight: 700; }
.form-card label > span { color: var(--red); }
.form-card label > small { float: right; color: #909599; font-size: 8px; font-weight: 500; }
.form-card input:not([type="checkbox"]),
.form-card select { width: 100%; min-height: 48px; padding: 11px 13px; background: #fff; border: 1px solid #cfd3d7; border-radius: 9px; outline: 0; color: var(--ink); font-size: 12px; transition: border-color .18s,box-shadow .18s; }
.form-card input::placeholder { color: #a4a8ac; }
.form-card input:focus,
.form-card select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(26,115,232,.13); }
.phone-field { display: grid; grid-template-columns: 52px 1fr; }
.phone-field b { display: grid; place-items: center; background: #f1f3f4; border: 1px solid #cfd3d7; border-right: 0; border-radius: 9px 0 0 9px; color: #5f6368; font-size: 11px; }
.phone-field input { border-radius: 0 9px 9px 0 !important; }
.consent { grid-template-columns: 17px 1fr; align-items: start; gap: 9px !important; color: #6f7478 !important; font-size: 8px !important; font-weight: 500 !important; line-height: 1.55; }
.consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--blue); }
.consent span { color: inherit !important; }
.consent a { color: var(--blue); text-decoration: underline; }
.button-submit { width: 100%; min-height: 52px; margin-top: 2px; }
.button-submit .fa-arrow-right { margin-left: auto; }
.form-caption { margin: -5px 0 0; color: #8a8f93; font-size: 8px; text-align: center; }
.form-errors { margin-bottom: 18px; padding: 12px 14px; background: #fce8e6; border: 1px solid #f5c3bd; border-radius: 9px; color: #9c2e25; font-size: 9px; line-height: 1.5; }
.form-errors ul { padding-left: 17px; margin: 5px 0 0; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .65fr 1fr; gap: 100px; }
.faq-grid h2 { font-size: clamp(40px,4.5vw,58px); line-height: 1.05; letter-spacing: -.055em; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 77px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; font-size: 14px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { color: var(--blue); transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 690px; margin: -8px 0 25px; color: var(--muted); font-size: 12px; line-height: 1.7; }

.trust-float { position: fixed; z-index: 80; left: 18px; bottom: 18px; max-width: 310px; display: flex; align-items: center; gap: 10px; padding: 11px 14px; background: rgba(255,255,255,.95); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 12px 34px rgba(60,64,67,.17); backdrop-filter: blur(12px); }
.trust-float > i { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; background: var(--green-soft); border-radius: 8px; color: var(--green); }
.trust-float span { display: flex; flex-direction: column; gap: 3px; color: #7b8085; font-size: 7px; line-height: 1.25; }
.trust-float strong { color: #3c4043; font-size: 9px; }
.mobile-cta { display: none; }

.landing-footer { padding: 58px 0 28px; background: #f1f3f4; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.footer-inner > a img { width: 118px; }
.footer-inner p { margin: 0; color: var(--muted); font-size: 11px; }
.footer-inner div { display: flex; gap: 18px; color: #70757a; font-size: 9px; }
.footer-inner div a { color: var(--blue); }
.disclaimer { padding-top: 26px; margin-top: 30px; border-top: 1px solid var(--line); color: #7b8085; font-size: 8px; line-height: 1.6; }

@keyframes pulse { from { opacity: .6; transform: scale(.55); } to { opacity: 0; transform: scale(1.45); } }
@keyframes flow { 0%,100% { transform: translateX(-8px); opacity: .35; } 50% { transform: translateX(8px); opacity: 1; } }

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

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; padding-bottom: 10px; }
  .hero-console { width: min(100%,720px); margin-bottom: 50px; }
  .split-intro { gap: 50px; }
  .use-grid { grid-template-columns: 1fr 1fr; }
  .use-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .use-card:last-child .use-visual { height: auto; border-right: 1px solid var(--line); border-bottom: 0; }
  .success-card { grid-template-columns: 160px minmax(0,1fr) 190px; }
  .process-grid { gap: 55px; }
  .application-shell { gap: 55px; }
}

@media (max-width: 820px) {
  .landing-header nav { display: none; }
  .section { padding: 82px 0; }
  .split-intro { grid-template-columns: 1fr; gap: 25px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 0; }
  .pillar-icon { margin-bottom: 30px; }
  .success-card { grid-template-columns: 1fr; }
  .case-meta { min-height: 80px; flex-direction: row; border-right: 0; border-bottom: 1px solid var(--line); }
  .case-result { border-top: 1px solid #cde5d4; border-left: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-copy { position: static; }
  .application-shell { grid-template-columns: 1fr; }
  .application-copy { max-width: 620px; }
  .form-card { max-width: 620px; }
  .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .trust-float { display: none; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px),var(--shell)); }
  html { scroll-padding-top: 72px; }
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .announcement { min-height: 34px; justify-content: flex-start; overflow: hidden; white-space: nowrap; font-size: 9px; }
  .announcement strong { display: none; }
  .header-inner { min-height: 62px; }
  .program-brand img { width: 112px; }
  .program-brand span { display: none; }
  .landing-header .button { min-height: 38px; padding: 7px 12px; font-size: 10px; }
  .hero { padding-top: 58px; }
  .hero::before { background-size: 38px 38px; }
  .hero h1 { font-size: clamp(42px,13vw,58px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .availability { align-items: flex-start; }
  .hero-console { margin-top: 20px; border-radius: 14px; }
  .console-body { padding: 17px; }
  .gemini-core { width: 43px; height: 43px; right: 17px; top: 17px; border-radius: 12px; }
  .gemini-core span { width: 21px; height: 21px; }
  .console-heading { padding-right: 55px; }
  .console-heading h2 { font-size: 20px; }
  .workflow { grid-template-columns: 1fr; gap: 7px; }
  .workflow-card { min-height: 70px; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 10px; }
  .workflow-card > i { grid-row: 1; }
  .workflow-card > span { margin: 0; }
  .workflow-line { width: 1px; height: 12px; margin: auto; }
  .workflow-line i { margin: 4px 0 0 -2px; animation: none; }
  .console-metrics div { min-height: 75px; padding: 9px; }
  .console-metrics strong { font-size: 16px; }
  .trust-row { min-height: 68px; gap: 11px; overflow: hidden; }
  .trust-row > span:first-child,.trust-divider { display: none; }
  .trust-row p { margin-left: auto; text-align: right; }
  .section { padding: 70px 0; }
  .section-intro { margin-bottom: 34px; }
  .section-intro h2,.process-copy h2,.faq-grid h2 { font-size: 39px; }
  .section-intro > p { font-size: 14px; }
  .use-grid { grid-template-columns: 1fr; }
  .use-card:last-child { grid-column: auto; display: block; }
  .use-card:last-child .use-visual { height: 260px; border-right: 0; border-bottom: 1px solid var(--line); }
  .use-visual { height: 250px; }
  .use-copy p { min-height: 0; }
  .case-body { grid-template-columns: 1fr; gap: 15px; }
  .case-body > i { transform: rotate(90deg); }
  .steps li { min-height: 0; grid-template-columns: 48px 1fr; gap: 15px; padding: 23px 18px; }
  .steps li > span { width: 43px; height: 43px; border-radius: 11px; }
  .application-copy h2 { font-size: 42px; }
  .form-card { padding: 22px 18px; border-radius: 15px; }
  .form-heading h3 { font-size: 23px; }
  .faq-list summary { min-height: 70px; font-size: 12px; }
  .mobile-cta { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; min-height: calc(58px + env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; padding: 10px 18px calc(10px + env(safe-area-inset-bottom)); background: var(--blue); color: #fff; box-shadow: 0 -8px 28px rgba(26,115,232,.22); font-size: 13px; font-weight: 700; }
  .mobile-cta i { width: 29px; height: 29px; display: grid; place-items: center; background: rgba(255,255,255,.16); border-radius: 8px; }
  .footer-inner { grid-template-columns: 1fr auto; gap: 20px; }
  .footer-inner p { grid-column: 1 / -1; grid-row: 2; }
  .footer-inner div { flex-direction: column; gap: 5px; text-align: right; }
}

@media (max-width: 380px) {
  .landing-header .button { padding-inline: 9px; }
  .hero h1 { font-size: 39px; }
  .country-badge { font-size: 8px; }
  .console-metrics span { display: none; }
  .analysis-card { width: 90%; }
}

/* Triangle light system — aligned with THEME_GUIDELINES.md */
:root {
  --blue: #2356d7;
  --blue-dark: #1941a9;
  --blue-soft: #e9effc;
  --green: #1ead7e;
  --green-soft: #e3f4ed;
  --yellow: #e08b00;
  --red: #dc3545;
  --ink: #212529;
  --muted: #6c757d;
  --line: #e1e5e9;
  --surface: #ffffff;
  --paper: #f2f4f7;
  --soft: #f8f9fa;
  --navy: #1f2937;
  --radius: 6px;
  --shadow: 0 1px 2px rgba(0,0,0,.08);
  --shell: 1240px;
}

html,
body,
button,
input,
select,
textarea { font-family: "Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important; }
body { background: var(--paper); color: var(--ink); font-weight: 400; }
h1,h2,h3,strong { font-family: inherit; }
.shell { width: min(calc(100% - 32px),var(--shell)); }

.announcement {
  min-height: 34px;
  background: #1f2937;
  font-size: 10px;
}
.announcement i { color: #65d6ae; }
.landing-header,
.landing-header.scrolled {
  background: rgba(255,255,255,.97);
  border-color: var(--line);
  box-shadow: none;
}
.header-inner { min-height: 66px; }
.program-brand { gap: 13px; }
.program-brand img { width: 122px; }
.program-brand span { padding-left: 13px; font-size: 11px; }
.landing-header nav { gap: 28px; }
.landing-header nav a { font-size: 12px; font-weight: 500; }

.button {
  min-height: 38px;
  padding: 9px 15px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: none;
}
.button:hover { transform: none; }
.button-primary { background: var(--blue); box-shadow: none; }
.button-primary:hover { background: var(--blue-dark); box-shadow: none; }
.button-outline { background: #fff; border-color: #d5d9df; color: #343a40; }
.button-outline:hover { background: #f8f9fa; border-color: #bfc5cc; }
.button-small { min-height: 36px; padding: 8px 13px; }
.button-large { min-height: 46px; padding: 11px 18px; font-size: 13px; }
.text-link { min-height: 38px; font-size: 12px; }
.text-link i { width: 26px; height: 26px; border-radius: 4px; }

.hero {
  padding-top: 76px;
  background: #fff;
}
.hero::before {
  background-image: linear-gradient(rgba(31,41,55,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(31,41,55,.035) 1px,transparent 1px);
  background-size: 52px 52px;
  opacity: .75;
}
.hero-orb { display: none; }
.hero-grid { grid-template-columns: minmax(0,1fr) minmax(500px,.92fr); gap: clamp(48px,6vw,82px); }
.hero-copy { padding-bottom: 58px; }
.country-badge {
  margin-bottom: 22px;
  padding: 7px 10px;
  background: #f8f9fa;
  border-color: var(--line);
  border-radius: 4px;
  box-shadow: none;
  font-size: 9px;
}
.hero h1 {
  max-width: 690px;
  margin-bottom: 21px;
  font-size: clamp(48px,5.1vw,70px);
  font-weight: 600;
  line-height: 1.01;
  letter-spacing: -.06em;
}
.hero h1 span { color: var(--blue); }
.hero h1 em { color: var(--green); font-weight: 600; }
.hero-lede { max-width: 610px; margin-bottom: 25px; font-size: 16px; line-height: 1.65; }
.hero-actions { gap: 17px; }
.availability { margin-top: 22px; }
.availability strong { font-size: 11px; }
.availability small { font-size: 9px; }

.hero-console {
  margin-bottom: 38px;
  border-color: #d5d9df;
  border-radius: 6px;
  box-shadow: 0 5px 18px rgba(31,41,55,.1);
}
.hero-console::after { display: none; }
.console-top { height: 38px; background: #f8f9fa; }
.console-body { padding: 22px; }
.gemini-core { width: 48px; height: 48px; top: 21px; right: 22px; border-radius: 5px; }
.console-heading { margin-bottom: 20px; }
.console-heading h2 { font-size: 23px; font-weight: 600; }
.workflow-card { min-height: 102px; padding: 13px; border-radius: 5px; }
.workflow-card > i { border-radius: 4px; }
.workflow-ai { box-shadow: none; }
.console-metrics { border-radius: 5px; }
.console-metrics div { min-height: 74px; }
.trust-row { min-height: 66px; }

.section { padding: 84px 0; }
.section-intro { margin-bottom: 38px; }
.section-intro h2,
.process-copy h2,
.faq-grid h2 {
  font-size: clamp(38px,4.2vw,56px);
  font-weight: 600;
  line-height: 1.05;
}
.section-intro > p { font-size: 14px; line-height: 1.7; }
.split-intro { gap: 70px; }
.eyebrow { margin-bottom: 13px; color: var(--green); font-size: 9px; }
.eyebrow.light { color: var(--green); }

.program,
.success,
.faq { background: #fff; }
.use-cases,
.process { background: #f2f4f7; }
.pillar-grid,
.use-grid { gap: 12px; }
.pillar-card {
  min-height: 280px;
  padding: 24px;
  border: 0;
  border-radius: 6px;
  box-shadow: var(--shadow);
}
.pillar-card:hover { transform: none; box-shadow: var(--shadow); }
.pillar-icon { width: 44px; height: 44px; margin-bottom: 36px; border-radius: 5px; }
.pillar-card h3 { font-size: 22px; font-weight: 600; }
.pillar-card p { font-size: 12px; }

.use-card {
  border: 0;
  border-radius: 6px;
  box-shadow: var(--shadow);
}
.use-visual { height: 250px; padding: 20px; background: #f8f9fa; }
.use-copy { padding: 23px; }
.use-tag,
.use-copy li,
.chat,
.quote-pill,
.analysis-card,
.sheet-row,
.brand-tone,
.brand-tone span,
.copy-lines,
.channel-pills span { border-radius: 4px; }
.use-copy h3 { font-size: 22px; font-weight: 600; }
.use-copy p { min-height: 62px; font-size: 12px; }
.visual-whatsapp,
.visual-docs,
.visual-marketing { background: #f8f9fa; }
.chat,
.analysis-card { box-shadow: var(--shadow); }

.success-card {
  border: 0;
  border-radius: 6px;
  box-shadow: var(--shadow);
}
.case-meta { background: #f8f9fa; }
.case-meta strong { border-radius: 4px; }
.case-result { background: #f1f8f5; }
.case-result strong { color: var(--green); }

.process-grid { gap: 72px; }
.process-trust { border-radius: 5px; box-shadow: var(--shadow); }
.process-trust > i { border-radius: 4px; }
.steps { overflow: hidden; border-radius: 6px; box-shadow: var(--shadow); }
.steps li { min-height: 155px; padding: 27px; border-color: var(--line); border-left: 0; border-right: 0; }
.steps li:first-child,
.steps li:last-child { border-radius: 0; }
.steps li > span { width: 46px; height: 46px; border-radius: 5px; }
.steps h3 { font-size: 20px; font-weight: 600; }
.steps p { font-size: 12px; }

.application {
  background: #e9effc;
  border-top: 1px solid #d9e2f7;
  border-bottom: 1px solid #d9e2f7;
}
.application-copy { color: var(--ink); }
.application-copy h2 { font-size: clamp(40px,4.5vw,58px); font-weight: 600; }
.application-copy > p { color: var(--muted); font-size: 14px; }
.application-copy li { color: #3f4851; }
.application-copy li i { background: var(--green-soft); border-color: #bde2d4; color: #127755; }
.secure-note { border-color: #c9d5ed; color: var(--muted); }
.secure-note > i { color: var(--blue); }
.secure-note strong { color: var(--ink); }
.form-card {
  padding: 24px;
  border: 1px solid #d9dfe6;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0,0,0,.08);
}
.form-heading h3 { font-size: 23px; font-weight: 600; }
.form-heading > strong { border-radius: 4px; }
.form-card input:not([type="checkbox"]),
.form-card select { min-height: 42px; padding: 8px 12px; border-color: #ced4da; border-radius: 4px; }
.phone-field b { border-radius: 4px 0 0 4px; }
.phone-field input { border-radius: 0 4px 4px 0 !important; }
.button-submit { min-height: 44px; }
.form-errors { border-radius: 4px; }

.faq-list summary { min-height: 68px; font-size: 13px; }
.trust-float { border-radius: 5px; box-shadow: 0 2px 8px rgba(0,0,0,.1); }
.trust-float > i { border-radius: 4px; }
.landing-footer { padding-top: 46px; background: #f8f9fa; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-console { margin-top: 5px; }
}

@media (max-width: 820px) {
  .section { padding: 68px 0; }
  .split-intro { gap: 22px; }
  .process-grid { gap: 42px; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 24px),var(--shell)); }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: clamp(40px,12vw,53px); }
  .hero-lede { font-size: 15px; }
  .hero-console { border-radius: 5px; }
  .section { padding: 58px 0; }
  .section-intro h2,
  .process-copy h2,
  .faq-grid h2 { font-size: 36px; }
  .pillar-card { min-height: 0; }
  .use-visual { height: 230px; }
  .steps li { padding: 20px 16px; }
  .application-copy h2 { font-size: 38px; }
  .form-card { padding: 18px 16px; border-radius: 5px; }
}

/* Sector catalog: mattress retailers */
.use-cases .section-intro.centered { max-width: 820px; }
.sector-context {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 16px;
  margin-bottom: 12px;
  background: #fff;
  border-left: 3px solid var(--green);
  box-shadow: var(--shadow);
}
.sector-context > div { display: flex; align-items: center; gap: 12px; }
.sector-context > div > i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: var(--green-soft);
  border-radius: 4px;
  color: #127755;
  font-size: 14px;
}
.sector-context > div span { display: flex; flex-direction: column; gap: 2px; color: var(--muted); font-size: 9px; }
.sector-context > div strong { color: var(--ink); font-size: 11px; }
.sector-context ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; padding: 0; margin: 0; list-style: none; }
.sector-context li { padding: 5px 8px; background: #f8f9fa; border: 1px solid var(--line); border-radius: 4px; color: #5f6670; font-size: 8px; font-weight: 600; }

.mattress-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.mattress-case {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  padding: 19px;
  background: #fff;
  border-top: 2px solid #dfe4e8;
  border-radius: 5px;
  box-shadow: var(--shadow);
  transition: border-color .18s,box-shadow .18s;
}
.mattress-case:hover { border-top-color: var(--green); box-shadow: 0 3px 10px rgba(31,41,55,.09); }
.mattress-case header { display: grid; grid-template-columns: auto 30px 1fr; align-items: center; gap: 8px; margin-bottom: 16px; }
.mattress-case header > span { color: #92989f; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.mattress-case header > i {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: var(--green-soft);
  border-radius: 4px;
  color: #127755;
  font-size: 12px;
}
.mattress-case header > small { justify-self: end; color: #777e86; font-size: 8px; font-weight: 700; letter-spacing: .09em; }
.mattress-case h3 { margin-bottom: 9px; font-size: 20px; font-weight: 600; line-height: 1.15; letter-spacing: -.035em; }
.mattress-case > p { min-height: 67px; margin-bottom: 13px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.case-flow { min-height: 34px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 7px; padding: 7px 9px; margin-bottom: 12px; background: #f8f9fa; border: 1px solid var(--line); border-radius: 4px; font-size: 8px; }
.case-flow span { color: #767d84; }
.case-flow i { color: #a3a8ad; font-size: 8px; }
.case-flow strong { color: var(--blue); font-size: 8px; text-align: right; }
.mattress-case dl { display: grid; grid-template-columns: 1fr 1fr; margin: auto 0 0; border-top: 1px solid var(--line); }
.mattress-case dl > div { padding-top: 11px; padding-right: 10px; }
.mattress-case dl > div + div { padding-left: 11px; padding-right: 0; border-left: 1px solid var(--line); }
.mattress-case dt { margin-bottom: 5px; color: #92989f; font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mattress-case dd { margin: 0; color: #4f565d; font-size: 9px; line-height: 1.45; }
.mattress-case .target dd { color: #1747bd; font-weight: 700; }
.case-metrics-note { display: flex; align-items: center; justify-content: center; gap: 10px; max-width: 760px; margin: 20px auto 0; color: #777e86; font-size: 9px; line-height: 1.5; text-align: left; }
.case-metrics-note > i { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; background: var(--blue-soft); border-radius: 4px; color: var(--blue); }
.case-metrics-note span { display: flex; flex-direction: column; }
.case-metrics-note strong { color: #4b5259; }

@media (max-width: 1020px) {
  .mattress-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 700px) {
  .sector-context { align-items: flex-start; flex-direction: column; gap: 12px; }
  .sector-context ul { justify-content: flex-start; }
  .mattress-grid { grid-template-columns: 1fr; }
  .mattress-case { min-height: 0; }
  .mattress-case > p { min-height: 0; }
}

@media (max-width: 420px) {
  .mattress-case { padding: 16px; }
  .mattress-case dl { grid-template-columns: 1fr; }
  .mattress-case dl > div + div { padding: 9px 0 0; margin-top: 9px; border-top: 1px solid var(--line); border-left: 0; }
}

/* Readability pass: accessible type scale on every device */
body { font-size: 16px; line-height: 1.65; }
.announcement { min-height: 42px; font-size: 14px; }
.program-brand span { font-size: 14px; }
.landing-header nav a { font-size: 14px; }
.button { min-height: 44px; padding: 10px 17px; font-size: 15px; }
.button-small { min-height: 42px; font-size: 14px; }
.button-large { min-height: 50px; padding-inline: 20px; font-size: 16px; }
.text-link { min-height: 44px; font-size: 15px; }
.text-link i { font-size: 12px; }

.country-badge { font-size: 13px; line-height: 1.35; }
.country-badge span { font-size: 17px; }
.hero-lede { font-size: 19px; line-height: 1.65; }
.availability strong { font-size: 15px; }
.availability small { font-size: 14px; line-height: 1.45; }

.console-top > strong { font-size: 13px; }
.console-top > em { font-size: 12px; }
.console-heading small { font-size: 13px; }
.console-heading h2 { font-size: 26px; }
.workflow-card small { font-size: 12px; }
.workflow-card strong { font-size: 14px; }
.workflow-card > span { font-size: 12px; }
.console-metrics small { font-size: 12px; line-height: 1.35; }
.console-metrics strong { font-size: 19px; line-height: 1.2; }
.console-metrics span { font-size: 12px; line-height: 1.35; }
.trust-row > span:first-child { font-size: 14px; }
.trust-row > strong { font-size: 16px; }
.trust-row p { font-size: 14px; line-height: 1.45; }

.section-intro > p { font-size: 17px; line-height: 1.7; }
.eyebrow { font-size: 13px; line-height: 1.4; }
.pillar-card > small { font-size: 13px; }
.pillar-card h3 { font-size: 26px; }
.pillar-card p { font-size: 16px; line-height: 1.65; }

.sector-context { padding: 15px 18px; }
.sector-context > div span { font-size: 14px; line-height: 1.45; }
.sector-context > div strong { font-size: 15px; }
.sector-context li { padding: 7px 10px; font-size: 13px; }
.mattress-case { min-height: 390px; padding: 22px; }
.mattress-case header > span,
.mattress-case header > small { font-size: 13px; }
.mattress-case h3 { font-size: 24px; line-height: 1.2; }
.mattress-case > p { min-height: 92px; font-size: 15px; line-height: 1.6; }
.case-flow { min-height: 44px; padding: 9px 11px; font-size: 14px; }
.case-flow i,
.case-flow strong { font-size: 13px; }
.mattress-case dt { font-size: 12px; }
.mattress-case dd { font-size: 14px; line-height: 1.5; }
.case-metrics-note { max-width: 850px; font-size: 14px; line-height: 1.55; }

.case-meta span { font-size: 15px; }
.case-meta strong { font-size: 13px; }
.case-body small { font-size: 13px; }
.case-body p { font-size: 15px; line-height: 1.6; }
.case-result span { font-size: 13px; }
.case-result strong { font-size: 38px; }
.case-result p { font-size: 14px; line-height: 1.55; }
.results-note { font-size: 14px; line-height: 1.55; }

.process-copy > p { font-size: 17px; line-height: 1.7; }
.process-trust strong { font-size: 14px; }
.process-trust span { font-size: 14px; }
.steps li > span { font-size: 15px; }
.steps h3 { font-size: 24px; }
.steps p { font-size: 16px; line-height: 1.65; }

.application-copy > p { font-size: 17px; }
.application-copy li { font-size: 15px; }
.application-copy li i { font-size: 10px; }
.secure-note span { font-size: 13px; line-height: 1.5; }
.secure-note strong { font-size: 15px; }
.form-heading span { font-size: 13px; }
.form-heading h3 { font-size: 27px; }
.form-heading > strong { font-size: 13px; }
.form-card form { gap: 18px; }
.form-card label { font-size: 14px; }
.form-card label > small { font-size: 14px; }
.form-card input:not([type="checkbox"]),
.form-card select { min-height: 50px; padding: 11px 13px; font-size: 16px; }
.phone-field b { font-size: 15px; }
.consent { grid-template-columns: 20px 1fr; font-size: 13px !important; line-height: 1.55; }
.consent input { width: 18px; height: 18px; }
.button-submit { min-height: 50px; font-size: 16px; }
.form-caption { margin-top: -2px; font-size: 14px; line-height: 1.5; }
.form-errors { font-size: 14px; }

.faq-list summary { min-height: 76px; font-size: 17px; line-height: 1.4; }
.faq-list details p { font-size: 16px; line-height: 1.7; }
.trust-float { right: 18px; left: auto; max-width: 360px; }
.trust-float span { font-size: 13px; line-height: 1.4; }
.trust-float strong { font-size: 14px; }
.mobile-cta { font-size: 16px; }
.footer-inner p,
.footer-inner div { font-size: 14px; }
.disclaimer { font-size: 13px; line-height: 1.65; }

@media (max-width: 1100px) {
  .mattress-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mattress-case > p { min-height: 72px; }
}

@media (max-width: 700px) {
  .landing-header .button { min-height: 40px; padding-inline: 12px; font-size: 14px; }
  .hero-lede { font-size: 18px; }
  .section-intro > p { font-size: 16px; }
  .mattress-grid { grid-template-columns: 1fr; }
  .mattress-case { min-height: 0; padding: 20px; }
  .mattress-case > p { min-height: 0; }
  .case-flow { grid-template-columns: 1fr auto 1.2fr; }
  .application-copy > p { font-size: 16px; }
}

@media (max-width: 420px) {
  .announcement { font-size: 13px; }
  .country-badge { font-size: 12px; }
  .hero h1 { font-size: 42px; }
  .console-heading h2 { font-size: 22px; }
  .workflow-card strong { font-size: 12px; }
  .console-metrics { grid-template-columns: 1fr; }
  .console-metrics div { min-height: 68px; border-right: 0; border-bottom: 1px solid var(--line); }
  .console-metrics div:last-child { border-bottom: 0; }
  .console-metrics span { display: block; }
  .section-intro h2,
  .process-copy h2,
  .faq-grid h2 { font-size: 34px; }
  .form-card label { font-size: 14px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner div { text-align: left; }
}
