:root {
  --navy: #0b2e59;
  --navy-deep: #061d3a;
  --blue: #1d6fd6;
  --blue-soft: #eef6ff;
  --green: #209777;
  --green-bright: #55d4aa;
  --green-soft: #edf9f5;
  --yellow: #f4c542;
  --ink: #15243a;
  --muted: #65758a;
  --surface: #ffffff;
  --surface-alt: #f7fafc;
  --line: #dce5ee;
  --danger: #b42318;
  --success: #147a5b;
  --shadow: 0 22px 60px rgba(11, 46, 89, .12);
  --shadow-soft: 0 12px 36px rgba(11, 46, 89, .08);
  --radius-lg: 28px;
  --radius-md: 20px;
  --container: 1180px;
}
* { box-sizing: border-box }
html { scroll-behavior: smooth; scroll-padding-top: 88px }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #fff; -webkit-font-smoothing: antialiased }
body.menu-open { overflow: hidden }
img { max-width: 100%; display: block }
a { color: inherit; text-decoration: none }
button, input, textarea, select { font: inherit }
button, a { -webkit-tap-highlight-color: transparent }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0 }
.skip-link { position: fixed; left: 14px; top: 10px; z-index: 200; transform: translateY(-150%); background: #fff; color: var(--navy); padding: 10px 14px; border-radius: 10px; box-shadow: var(--shadow) }
.skip-link:focus { transform: translateY(0) }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 78px; transition: background .25s, box-shadow .25s, border-color .25s; border-bottom: 1px solid transparent }
.site-header.is-scrolled { background: rgba(255,255,255,.94); border-color: rgba(220,229,238,.85); box-shadow: 0 10px 35px rgba(8,34,68,.07); backdrop-filter: blur(16px) }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0 }
.hpr-mark { width: 34px; height: 37px; display: grid; place-items: center }
.hpr-mark img { width: 29px; height: auto }
.brand-divider { width: 1px; height: 30px; background: var(--line) }
.gfarma-mark { width: 156px; height: auto }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 720; color: #33445b }
.site-nav > a:not(.button) { position: relative }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; border-radius: 2px; background: var(--green); transition: right .2s }
.site-nav > a:not(.button):hover::after { right: 0 }
.menu-button { display: none; width: 42px; height: 42px; border: 0; border-radius: 12px; background: var(--blue-soft); padding: 11px; cursor: pointer }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--navy); border-radius: 3px; transition: transform .2s, opacity .2s }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 13px; padding: 0 22px; font-weight: 780; font-size: 14px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s }
.button:hover { transform: translateY(-2px) }
.button-primary { background: var(--navy); color: #fff; box-shadow: 0 12px 30px rgba(11,46,89,.2) }
.button-primary:hover { background: #123c6d; box-shadow: 0 16px 36px rgba(11,46,89,.25) }
.button-secondary { background: #fff; color: var(--navy); border-color: var(--line) }
.button-secondary:hover { border-color: #b8cadb; box-shadow: var(--shadow-soft) }
.button-small { min-height: 42px; padding: 0 17px; background: var(--navy); color: #fff; font-size: 12px }

.hero { position: relative; overflow: hidden; min-height: 720px; padding: 146px 0 88px; background: linear-gradient(145deg, #f9fcff 0%, #f4fbf8 52%, #fff 100%) }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(29,111,214,.09) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, #000, transparent 90%); pointer-events: none }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none }
.hero-orb-one { width: 440px; height: 440px; right: -180px; top: 50px; background: rgba(85,212,170,.14) }
.hero-orb-two { width: 330px; height: 330px; left: -180px; bottom: -80px; background: rgba(29,111,214,.1) }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 74px }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; border-radius: 2px }
.eyebrow-green { color: var(--green) }
.eyebrow-light { color: #a9d5ff }
.hero h1, .section-copy h2, .section-heading h2, .lead-copy h2 { margin: 0; color: var(--navy-deep); letter-spacing: -.045em; line-height: 1.04 }
.hero h1 { max-width: 670px; font-size: clamp(43px, 5.2vw, 68px); font-weight: 840 }
.hero h1 span { color: var(--green) }
.hero-text { max-width: 620px; margin: 24px 0 0; color: #596d83; font-size: 17px; line-height: 1.74 }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px }
.hero-points { display: flex; flex-wrap: wrap; gap: 15px 22px; padding: 0; margin: 26px 0 0; list-style: none; color: #42566e; font-size: 12px; font-weight: 650 }
.hero-points li { display: flex; align-items: center; gap: 7px }
.hero-points li span { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 11px; font-weight: 900 }

.hero-visual { position: relative }
.care-panel { position: relative; padding: 20px; border: 1px solid rgba(189,211,225,.8); border-radius: 30px; background: rgba(255,255,255,.86); box-shadow: 0 32px 80px rgba(8,43,77,.15); backdrop-filter: blur(18px) }
.care-panel::after { content: ""; position: absolute; z-index: -1; width: 88%; height: 80%; left: 6%; bottom: -22px; border-radius: 30px; background: linear-gradient(120deg, rgba(29,111,214,.12), rgba(85,212,170,.16)); filter: blur(14px) }
.panel-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 2px 4px 18px }
.panel-brand img { width: 150px }
.status-pill { display: flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 999px; background: var(--green-soft); color: #166e56; font-size: 10px; font-weight: 800; white-space: nowrap }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(32,151,119,.12) }
.flow-line { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-bottom: 12px }
.flow-line::before { content: ""; position: absolute; left: 15%; right: 15%; top: 25px; height: 2px; background: #d8e4ec }
.flow-step { position: relative; z-index: 1; display: flex; align-items: center; gap: 9px; min-height: 57px; padding: 9px; border: 1px solid var(--line); border-radius: 15px; background: #fff }
.flow-step > span { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border-radius: 9px; background: #eff4f8; color: #617388; font-size: 9px; font-weight: 900 }
.flow-step.active { border-color: rgba(32,151,119,.32); box-shadow: 0 10px 24px rgba(32,151,119,.08) }
.flow-step.active > span { background: var(--green); color: #fff }
.flow-step small, .flow-step strong { display: block }
.flow-step small { color: #8a98a9; font-size: 8px; text-transform: uppercase; letter-spacing: .09em }
.flow-step strong { margin-top: 2px; color: var(--navy); font-size: 12px }
.hero-focus-card { display: flex; align-items: center; gap: 13px; min-height: 84px; padding: 16px; border-radius: 18px; background: linear-gradient(130deg, var(--navy-deep), #0d426f); color: #fff; overflow: hidden }
.focus-icon { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border-radius: 14px; background: rgba(85,212,170,.14) }
.focus-icon svg { width: 27px; fill: var(--green-bright) }
.hero-focus-card small, .hero-focus-card strong { display: block }
.hero-focus-card small { color: #9fbed6; font-size: 9px; text-transform: uppercase; letter-spacing: .11em }
.hero-focus-card strong { max-width: 210px; margin-top: 4px; font-size: 14px; line-height: 1.35 }
.focus-tag { margin-left: auto; padding: 7px 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; color: var(--green-bright); font-size: 9px; font-weight: 850; text-transform: uppercase }
.panel-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; margin-top: 10px }
.panel-grid article { position: relative; padding: 15px 14px 14px 49px; min-height: 75px; border: 1px solid var(--line); border-radius: 16px; background: #fff }
.panel-grid article > span { position: absolute; left: 13px; top: 14px; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; background: var(--blue-soft); color: var(--blue); font-size: 9px; font-weight: 900 }
.panel-grid strong, .panel-grid small { display: block }
.panel-grid strong { color: var(--navy); font-size: 12px }
.panel-grid small { margin-top: 3px; color: #8492a3; font-size: 9px }

.trust-strip { position: relative; z-index: 2; border-top: 1px solid #e6edf3; border-bottom: 1px solid #e6edf3; background: #fff }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr) }
.trust-grid > div { position: relative; padding: 26px 22px; text-align: center }
.trust-grid > div + div::before { content: ""; position: absolute; left: 0; top: 25%; bottom: 25%; width: 1px; background: var(--line) }
.trust-grid strong, .trust-grid span { display: block }
.trust-grid strong { color: var(--navy); font-size: 14px }
.trust-grid span { margin-top: 4px; color: var(--muted); font-size: 10px }

.section { padding: 104px 0 }
.split-layout, .sngpc-grid, .payment-layout, .lead-grid, .faq-grid { display: grid; gap: 72px; align-items: center }
.split-layout { grid-template-columns: .92fr 1.08fr }
.section-copy h2, .section-heading h2, .lead-copy h2 { font-size: clamp(34px, 4.3vw, 50px) }
.section-copy > p, .section-heading > p, .lead-copy > p { margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75 }
.routine-list { display: grid; gap: 8px; margin-top: 28px }
.routine-list article { display: flex; gap: 15px; padding: 13px 15px; border-radius: 15px; transition: background .2s, transform .2s }
.routine-list article:hover { background: var(--surface-alt); transform: translateX(4px) }
.routine-list article > span { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 10px; background: var(--green-soft); color: var(--green); font-size: 10px; font-weight: 900 }
.routine-list strong { display: block; color: var(--navy); font-size: 13px }
.routine-list p { margin: 3px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5 }
.system-showcase { position: relative }
.showcase-frame { overflow: hidden; padding: 9px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow) }
.showcase-bar { height: 35px; display: flex; align-items: center; gap: 6px; padding: 0 8px }
.showcase-bar span { width: 7px; height: 7px; border-radius: 50%; background: #d7e0e8 }
.showcase-bar span:first-child { background: #f2b9b3 }
.showcase-bar span:nth-child(2) { background: #f5d875 }
.showcase-bar span:nth-child(3) { background: #9bd7bd }
.showcase-bar small { margin-left: 8px; color: #8998a9; font-size: 9px }
.showcase-frame img { width: 100%; border-radius: 16px; background: #f5f8fa }
.showcase-note { position: absolute; right: -16px; bottom: -24px; min-width: 210px; padding: 14px 17px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow-soft) }
.showcase-note strong, .showcase-note span { display: block }
.showcase-note strong { color: var(--navy); font-size: 11px }
.showcase-note span { margin-top: 3px; color: var(--muted); font-size: 9px }

.sngpc-section { overflow: hidden; background: var(--navy-deep); color: #fff }
.sngpc-grid { grid-template-columns: 1fr .95fr }
.sngpc-section .section-copy h2 { color: #fff }
.sngpc-section .section-copy > p { color: #a9bdd1 }
.sngpc-visual { position: relative; min-height: 450px }
.sngpc-cross { position: absolute; width: 330px; height: 330px; left: 10%; top: 40px; border-radius: 50%; background: radial-gradient(circle, rgba(85,212,170,.15), transparent 68%) }
.sngpc-cross span { position: absolute; left: 50%; top: 50%; border-radius: 16px; background: rgba(85,212,170,.12); transform: translate(-50%,-50%) }
.sngpc-cross span:first-child { width: 190px; height: 64px }
.sngpc-cross span:last-child { width: 64px; height: 190px }
.sngpc-card { position: absolute; border: 1px solid rgba(185,216,235,.15); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); box-shadow: 0 18px 45px rgba(0,0,0,.16) }
.main-card { left: 18%; top: 130px; width: 250px; padding: 25px; border-radius: 24px }
.main-card small, .main-card strong, .main-card span { display: block }
.main-card small { color: var(--green-bright); font-size: 10px; text-transform: uppercase; letter-spacing: .12em }
.main-card strong { margin-top: 6px; font-size: 38px; letter-spacing: -.04em }
.main-card span { margin-top: 5px; color: #b5c8d9; font-size: 11px }
.movement-card, .output-card { width: 205px; padding: 15px 17px; border-radius: 16px }
.movement-card { right: 1%; top: 85px }
.output-card { right: 3%; bottom: 80px }
.sngpc-card > span, .sngpc-card > strong { display: block }
.movement-card span, .output-card span { color: #8fa9bf; font-size: 9px; text-transform: uppercase; letter-spacing: .1em }
.movement-card strong, .output-card strong { margin-top: 5px; font-size: 11px; line-height: 1.4 }
.clean-list { display: grid; gap: 11px; padding: 0; margin: 25px 0 0; list-style: none; color: #d5e3ee; font-size: 12px }
.clean-list li { display: flex; align-items: center; gap: 10px }
.clean-list li span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 7px; background: rgba(85,212,170,.12); color: var(--green-bright); font-size: 11px }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; color: var(--green-bright); font-size: 12px; font-weight: 800 }
.text-link span { transition: transform .2s }
.text-link:hover span { transform: translateX(4px) }

.resources-section { background: var(--surface-alt) }
.section-heading { max-width: 750px; margin: 0 auto 50px; text-align: center }
.section-heading .eyebrow { justify-content: center }
.resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px }
.resource-card { position: relative; min-height: 245px; padding: 25px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; transition: transform .22s, box-shadow .22s, border-color .22s }
.resource-card:hover { transform: translateY(-5px); border-color: #c6d8e8; box-shadow: var(--shadow-soft) }
.resource-card.featured { background: linear-gradient(150deg, var(--navy-deep), #0f4775); border-color: transparent; color: #fff }
.resource-number { position: absolute; right: 20px; top: 18px; color: #dae4ec; font-size: 28px; font-weight: 850; letter-spacing: -.05em }
.featured .resource-number { color: rgba(255,255,255,.12) }
.resource-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--green-soft); color: var(--green); font-size: 10px; font-weight: 900 }
.featured .resource-icon { background: rgba(85,212,170,.14); color: var(--green-bright) }
.resource-card h3 { margin: 31px 0 0; color: var(--navy); font-size: 17px }
.featured h3 { color: #fff }
.resource-card p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7 }
.featured p { color: #b8ccdc }

.payments-section { background: #fff }
.payment-layout { grid-template-columns: 1.05fr .95fr }
.payment-image { position: relative; overflow: hidden; min-height: 430px; border-radius: 30px; background: var(--blue-soft) }
.payment-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,29,58,.3), transparent 55%) }
.payment-image img { width: 100%; height: 100%; min-height: 430px; object-fit: cover }
.image-label { position: absolute; z-index: 2; left: 22px; bottom: 22px; padding: 9px 12px; border-radius: 10px; background: rgba(255,255,255,.9); color: var(--navy); font-size: 10px; font-weight: 800; backdrop-filter: blur(10px) }
.payment-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px }
.payment-pills span { padding: 9px 12px; border: 1px solid #cce5da; border-radius: 999px; background: var(--green-soft); color: #176d57; font-size: 10px; font-weight: 800 }

.lead-section { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--navy-deep), #0b3967); color: #fff }
.lead-section::before { content: ""; position: absolute; width: 450px; height: 450px; left: -180px; top: -220px; border-radius: 50%; background: rgba(85,212,170,.09) }
.lead-grid { position: relative; z-index: 1; grid-template-columns: .85fr 1.15fr }
.lead-copy h2 { color: #fff }
.lead-copy > p { color: #b6c9da }
.lead-benefits { display: grid; gap: 13px; margin-top: 33px }
.lead-benefits div { padding-left: 14px; border-left: 2px solid var(--green-bright) }
.lead-benefits strong, .lead-benefits span { display: block }
.lead-benefits strong { font-size: 12px }
.lead-benefits span { margin-top: 3px; color: #9fb7ca; font-size: 10px }
.form-card { padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: #fff; color: var(--ink); box-shadow: 0 28px 70px rgba(0,0,0,.18) }
.form-heading { margin-bottom: 20px }
.form-heading > span { color: var(--green); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em }
.form-heading h3 { margin: 5px 0 0; color: var(--navy); font-size: 24px; letter-spacing: -.03em }
.form-heading p { margin: 5px 0 0; color: var(--muted); font-size: 10px }
.field-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 11px }
.field { display: block; margin-bottom: 11px }
.field > span { display: block; margin: 0 0 6px 2px; color: #52657b; font-size: 9px; font-weight: 800 }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #d9e3ec; border-radius: 11px; outline: 0; background: #fbfdff; color: var(--ink); transition: border-color .18s, box-shadow .18s, background .18s }
.field input, .field select { height: 46px; padding: 0 12px }
.field textarea { min-height: 82px; resize: vertical; padding: 11px 12px }
.field input::placeholder, .field textarea::placeholder { color: #9ba9b7 }
.field input:focus, .field textarea:focus, .field select:focus { border-color: #72b3e8; box-shadow: 0 0 0 3px rgba(29,111,214,.1); background: #fff }
.field.has-error input, .field.has-error textarea, .field.has-error select { border-color: #e3938d }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden }
.privacy-field { display: grid; grid-template-columns: 17px 1fr; gap: 9px; align-items: start; margin: 3px 0 16px; color: #687a8e; font-size: 9px; line-height: 1.55; cursor: pointer }
.privacy-field input { margin: 2px 0 0; accent-color: var(--green) }
.button-submit { width: 100%; background: var(--green); color: #fff; box-shadow: 0 10px 28px rgba(32,151,119,.22) }
.button-submit:hover { background: #178567 }
.button-submit:disabled { cursor: wait; opacity: .72; transform: none }
.button-spinner { display: none; width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite }
.button-submit.is-loading .button-spinner { display: block }
.form-status { min-height: 18px; margin: 11px 0 0; text-align: center; color: var(--muted); font-size: 10px }
.form-status[data-type="success"] { color: var(--success) }
.form-status[data-type="error"] { color: var(--danger) }
@keyframes spin { to { transform: rotate(360deg) } }

.faq-section { background: var(--surface-alt) }
.faq-grid { grid-template-columns: .75fr 1.25fr; align-items: start }
.accordion { display: grid; gap: 9px }
.accordion-item { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff }
.accordion-item h3 { margin: 0 }
.accordion-item button { width: 100%; min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 19px; border: 0; background: transparent; color: var(--navy); text-align: left; font-weight: 780; font-size: 13px; cursor: pointer }
.accordion-item button i { position: relative; flex: 0 0 18px; width: 18px; height: 18px }
.accordion-item button i::before, .accordion-item button i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; background: var(--green); transform: translate(-50%,-50%); transition: transform .2s }
.accordion-item button i::after { transform: translate(-50%,-50%) rotate(90deg) }
.accordion-item button[aria-expanded="true"] i::after { transform: translate(-50%,-50%) rotate(0) }
.accordion-content { padding: 0 19px 18px }
.accordion-content p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7 }

.about-strip { padding: 47px 0; border-top: 1px solid var(--line); background: #fff }
.about-inner { display: flex; align-items: center; justify-content: center; gap: 20px }
.about-inner img { width: 48px; height: auto }
.about-inner strong, .about-inner span { display: block }
.about-inner strong { color: var(--navy); font-size: 13px }
.about-inner span { margin-top: 4px; color: var(--muted); font-size: 10px }
.site-footer { padding: 34px 0; background: #06192f; color: #a8bacb }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px }
.footer-brand { display: flex; align-items: center; gap: 13px }
.footer-brand img { width: 125px; filter: brightness(0) invert(1); opacity: .92 }
.footer-brand span { padding-left: 13px; border-left: 1px solid rgba(255,255,255,.14); font-size: 9px }
.footer-inner nav { display: flex; gap: 20px; font-size: 10px; font-weight: 700 }
.footer-inner nav a:hover { color: #fff }
.footer-inner > p { margin: 0; font-size: 9px }
.mobile-cta { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: 12px; min-height: 50px; display: none; align-items: center; justify-content: center; border-radius: 14px; background: var(--green); color: #fff; box-shadow: 0 18px 40px rgba(15,76,60,.3); font-size: 12px; font-weight: 850; transform: translateY(90px); opacity: 0; transition: transform .25s, opacity .25s }
.mobile-cta.is-visible { transform: translateY(0); opacity: 1 }
.toast { position: fixed; z-index: 150; right: 22px; bottom: 22px; max-width: 360px; padding: 12px 16px; border-radius: 12px; background: #113a2e; color: #fff; box-shadow: var(--shadow); font-size: 11px; transform: translateY(30px); opacity: 0; pointer-events: none; transition: transform .25s, opacity .25s }
.toast[data-type="error"] { background: #76251f }
.toast.is-visible { transform: translateY(0); opacity: 1 }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease }
.reveal.is-visible { opacity: 1; transform: none }

@media (max-width: 1000px) {
  .hero-grid, .split-layout, .sngpc-grid, .payment-layout, .lead-grid { gap: 45px }
  .hero-grid { grid-template-columns: .95fr 1.05fr }
  .site-nav { gap: 18px }
  .resource-grid { grid-template-columns: repeat(2,1fr) }
}
@media (max-width: 900px) {
  .site-header { height: 70px }
  .menu-button { display: block }
  .site-nav { position: fixed; inset: 70px 0 0; z-index: 101; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 22px 20px 100px; background: rgba(255,255,255,.98); transform: translateX(100%); transition: transform .24s; overflow-y: auto }
  .site-nav.is-open { transform: none }
  .site-nav > a { padding: 17px 4px; border-bottom: 1px solid var(--line); font-size: 14px }
  .site-nav .button { margin-top: 15px; border: 0; padding: 0 18px }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(6px) rotate(45deg) }
  .menu-button[aria-expanded="true"] span:nth-child(3) { opacity: 0 }
  .menu-button[aria-expanded="true"] span:nth-child(4) { transform: translateY(-6px) rotate(-45deg) }
  .hero { padding-top: 118px }
  .hero-grid, .split-layout, .sngpc-grid, .payment-layout, .lead-grid, .faq-grid { grid-template-columns: 1fr }
  .hero-grid { gap: 55px }
  .hero-copy { text-align: center }
  .hero-text { margin-left: auto; margin-right: auto }
  .hero-actions, .hero-points { justify-content: center }
  .trust-grid { grid-template-columns: repeat(2,1fr) }
  .trust-grid > div:nth-child(3)::before { display: none }
  .sngpc-visual { order: 2 }
  .faq-grid { gap: 35px }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)) }
  .gfarma-mark { width: 135px }
  .hpr-mark { display: none }
  .brand-divider { display: none }
  .hero { min-height: 0; padding: 108px 0 64px }
  .hero h1 { font-size: clamp(37px, 11vw, 48px) }
  .hero-text { font-size: 15px }
  .hero-actions { flex-direction: column }
  .hero-actions .button { width: 100% }
  .hero-points { display: grid; justify-content: stretch; text-align: left }
  .care-panel { padding: 13px; border-radius: 22px }
  .panel-top { align-items: flex-start }
  .panel-brand img { width: 120px }
  .status-pill { font-size: 8px }
  .flow-line { gap: 5px }
  .flow-step { display: block; min-height: 75px; padding: 8px }
  .flow-step > span { width: 25px; height: 25px; margin-bottom: 6px }
  .flow-step small { display: none }
  .flow-step strong { font-size: 10px }
  .hero-focus-card { padding: 13px }
  .focus-icon { width: 39px; height: 39px; flex-basis: 39px }
  .hero-focus-card strong { font-size: 11px }
  .focus-tag { display: none }
  .panel-grid article { min-height: 68px; padding: 12px 8px 11px 41px }
  .panel-grid article > span { left: 9px; top: 11px }
  .panel-grid strong { font-size: 10px }
  .trust-grid { grid-template-columns: 1fr 1fr }
  .trust-grid > div { padding: 20px 8px }
  .trust-grid > div:nth-child(3) { border-top: 1px solid var(--line) }
  .trust-grid > div:nth-child(4) { border-top: 1px solid var(--line) }
  .section { padding: 74px 0 }
  .section-copy h2, .section-heading h2, .lead-copy h2 { font-size: clamp(31px, 9vw, 40px) }
  .showcase-note { position: relative; right: auto; bottom: auto; margin: 10px 0 0; min-width: 0 }
  .sngpc-visual { min-height: 400px; transform: scale(.92); transform-origin: center }
  .main-card { left: 4%; width: 225px }
  .movement-card { right: 0; top: 80px; width: 155px }
  .output-card { right: 1%; width: 168px }
  .resource-grid { grid-template-columns: 1fr }
  .resource-card { min-height: 220px }
  .payment-image, .payment-image img { min-height: 320px }
  .field-row { grid-template-columns: 1fr; gap: 0 }
  .form-card { padding: 21px 16px; border-radius: 20px }
  .about-inner { align-items: flex-start; text-align: left }
  .footer-inner { flex-direction: column; align-items: flex-start }
  .footer-inner nav { flex-wrap: wrap }
  .mobile-cta { display: flex }
  .toast { left: 14px; right: 14px; bottom: 76px; max-width: none }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important }
  .reveal { opacity: 1; transform: none }
}
