:root {
  --navy: #07182f;
  --navy-soft: #102b50;
  --blue: #075bd8;
  --blue-light: #3a89f4;
  --yellow: #ffd228;
  --green: #27c48f;
  --ink: #0b2444;
  --muted: #60758d;
  --paper: #fff;
  --soft: #f5f8fc;
  --line: #dce5ef;
  --danger: #b42318;
  --success: #087a4e;
  --container: min(1180px, calc(100% - 40px));
  --shadow-sm: 0 14px 35px rgba(8, 34, 70, .08);
  --shadow-lg: 0 32px 90px rgba(2, 18, 45, .28);
}

* { box-sizing: border-box }
html { scroll-behavior: smooth; scroll-padding-top: 92px }
body { margin: 0; min-width: 320px; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden }
body.menu-open { overflow: hidden }
img, svg { display: block; max-width: 100% }
a { color: inherit }
button, input, textarea { font: inherit }
p, h1, h2, h3 { margin-top: 0 }
.container { width: var(--container); margin-inline: 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; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; border-radius: 10px; background: var(--yellow); color: var(--navy); font-weight: 900; transform: translateY(-160%); transition: transform .16s ease }
.skip-link:focus { transform: translateY(0) }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 80px; color: #fff; background: rgba(7,24,47,.58); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(16px); transition: background .18s ease, box-shadow .18s ease }
.site-header.is-scrolled { background: rgba(7,24,47,.96); box-shadow: 0 12px 35px rgba(1,14,37,.18) }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px }
.brand img { width: 154px; height: auto; filter: brightness(0) invert(1) }
.site-nav { display: flex; align-items: center; gap: 27px; font-size: .9rem; font-weight: 760 }
.site-nav > a { text-decoration: none }
.site-nav > a:not(.button) { color: rgba(255,255,255,.78); transition: color .15s ease }
.site-nav > a:not(.button):hover { color: #fff }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.17); border-radius: 13px; background: rgba(255,255,255,.07); cursor: pointer }
.menu-button > span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: #fff; border-radius: 3px; transition: transform .16s ease, opacity .16s ease }
.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) }

.button { min-height: 50px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 14px; background: var(--blue); color: #fff; text-decoration: none; font-weight: 850; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease }
.button:hover { transform: translateY(-2px) }
.button-small { min-height: 42px; padding-inline: 17px; border-radius: 12px; background: var(--yellow); color: var(--navy) }
.button-yellow { background: var(--yellow); color: var(--navy); box-shadow: 0 14px 34px rgba(255,210,40,.19) }
.button-yellow:hover { background: #ffdc55; box-shadow: 0 18px 42px rgba(255,210,40,.26) }
.button-ghost { border: 1px solid rgba(255,255,255,.23); background: rgba(255,255,255,.07); box-shadow: none }
.button-ghost:hover { background: rgba(255,255,255,.13) }

.hero { position: relative; min-height: 790px; padding: 155px 0 84px; display: grid; align-items: center; overflow: hidden; isolation: isolate; color: #fff; background: radial-gradient(circle at 78% 28%, rgba(7,91,216,.34), transparent 31%), radial-gradient(circle at 70% 90%, rgba(39,196,143,.11), transparent 24%), linear-gradient(118deg, #06152b 0%, #081d3a 54%, #0a2853 100%) }
.hero-grid-lines { position: absolute; z-index: -3; inset: 0; opacity: .055; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, transparent, #000 45%, #000 90%, transparent) }
.signal { position: absolute; z-index: -2; border: 1px solid rgba(255,255,255,.09); border-radius: 50% }
.signal-one { width: 620px; height: 620px; right: -210px; top: 80px; box-shadow: 0 0 0 80px rgba(255,255,255,.015), 0 0 0 160px rgba(7,91,216,.025) }
.signal-two { width: 300px; height: 300px; right: 70px; bottom: -100px; border-color: rgba(39,196,143,.13) }
.hero-grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(520px,1.08fr); align-items: center; gap: 64px }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase }
.eyebrow::before { content: ""; width: 26px; height: 2px; border-radius: 2px; background: var(--yellow) }
.eyebrow-light { color: #dce8f7 }
.hero h1, .section-copy h2, .section-heading h2, .hpr-copy h2, .investment-copy h2, .faq-intro h2, .lead-copy h2 { margin-bottom: 20px; font-weight: 900; line-height: 1.02; letter-spacing: -.05em }
.hero h1 { font-size: clamp(3rem,5.2vw,5.25rem) }
.hero h1 span { color: var(--yellow) }
.hero-text { max-width: 650px; margin-bottom: 31px; color: rgba(233,242,252,.75); font-size: 1.1rem; line-height: 1.75 }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px }
.hero-tags span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 99px; color: #c6d6e8; background: rgba(255,255,255,.04); font-size: .72rem; font-weight: 750 }
.hero-visual { position: relative; min-height: 520px; display: grid; align-items: center }
.transaction-stage { position: relative; width: min(100%,590px); margin-left: auto; padding: 23px; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; background: rgba(6,21,43,.72); box-shadow: var(--shadow-lg); backdrop-filter: blur(18px) }
.transaction-stage::before { content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: linear-gradient(145deg, rgba(75,145,245,.45), transparent 35%, rgba(39,196,143,.13)) }
.transaction-header { padding: 5px 4px 19px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.1) }
.transaction-header small, .flow-node small, .payment-card small, .transaction-summary small, .floating-transaction small, .support-grid small, .price-card small { display: block; color: #849bb6; font-size: .7rem; font-weight: 700 }
.transaction-header strong { display: block; margin-top: 3px; font-size: .98rem }
.secure-chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 99px; background: rgba(39,196,143,.1); color: #78e2bc; font-size: .69rem; font-weight: 850 }
.secure-chip i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(39,196,143,.09) }
.flow-track { display: grid; grid-template-columns: 1fr 42px 1fr 42px 1fr; align-items: center; gap: 6px; margin: 23px 0 }
.flow-node { min-height: 126px; padding: 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.045) }
.node-icon { width: 38px; height: 38px; margin-bottom: 16px; display: grid; place-items: center; border-radius: 12px; background: rgba(7,91,216,.15); color: #7bb1ff }
.node-icon svg, .card-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round }
.flow-node strong { display: block; margin-top: 3px; font-size: .83rem }
.flow-node.approved .node-icon { background: rgba(39,196,143,.12); color: #66dbb1 }
.flow-line { height: 2px; position: relative; background: #233d5c }
.flow-line.active::after { content: ""; position: absolute; top: 50%; left: 0; width: 10px; height: 10px; border-radius: 50%; background: var(--yellow); transform: translateY(-50%); animation: travel 2.8s ease-in-out infinite }
.payment-card { padding: 17px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-radius: 18px; background: #fff; color: var(--ink) }
.payment-main strong { display: block; margin-top: 2px; font-size: 1.85rem; letter-spacing: -.04em }
.payment-status { text-align: right }
.payment-status span { display: inline-block; margin-bottom: 4px; padding: 5px 8px; border-radius: 99px; background: #edf4ff; color: var(--blue); font-size: .66rem; font-weight: 850 }
.payment-status strong { display: block; font-size: .76rem }
.transaction-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 13px }
.transaction-summary article { padding: 12px; border-radius: 14px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08) }
.transaction-summary strong { display: block; margin-top: 4px; font-size: .74rem }
.floating-transaction { position: absolute; z-index: 4; min-width: 190px; padding: 11px 13px; display: flex; align-items: center; gap: 10px; border-radius: 15px; background: #fff; color: var(--ink); box-shadow: 0 18px 48px rgba(0,13,35,.24) }
.float-icon { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; background: #e7faf4; color: #087757; font-size: .68rem; font-weight: 950 }
.report-icon { background: #edf4ff; color: var(--blue); font-size: 1.1rem }
.floating-transaction strong { display: block; margin-top: 2px; font-size: .79rem }
.floating-pix { left: -30px; bottom: 50px }
.floating-report { right: -18px; top: 102px }

.trust-strip { background: #fff; border-bottom: 1px solid var(--line) }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr) }
.trust-grid > div { min-height: 116px; padding: 25px 26px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line) }
.trust-grid > div:first-child { border-left: 1px solid var(--line) }
.trust-grid strong { color: var(--blue); font-size: .91rem }
.trust-grid span { margin-top: 4px; color: var(--muted); font-size: .8rem }

.section { padding: 108px 0 }
.section-copy h2, .section-heading h2, .hpr-copy h2, .investment-copy h2, .faq-intro h2, .lead-copy h2 { font-size: clamp(2.2rem,4vw,3.7rem) }
.section-copy p, .section-heading p, .investment-copy p, .faq-intro p { color: var(--muted); font-size: 1.01rem; line-height: 1.75 }
.how-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 82px }
.steps { border-top: 1px solid var(--line) }
.steps article { display: grid; grid-template-columns: 48px 1fr; gap: 19px; padding: 22px 0; border-bottom: 1px solid var(--line) }
.steps > article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: #edf4ff; color: var(--blue); font-size: .7rem; font-weight: 900 }
.steps strong { display: block; margin-bottom: 4px }
.steps p { margin: 0; color: var(--muted); font-size: .9rem }

.advantages { background: var(--soft) }
.section-heading { max-width: 780px; margin-bottom: 48px }
.advantage-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px }
.advantage-card { position: relative; min-height: 285px; padding: 29px; border: 1px solid var(--line); border-radius: 21px; background: #fff; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease }
.advantage-card:hover { transform: translateY(-4px); border-color: #c4d7e8; box-shadow: var(--shadow-sm) }
.advantage-card.featured { color: #fff; background: var(--navy); border-color: var(--navy) }
.card-number { position: absolute; top: 23px; right: 25px; color: #b0bfce; font-size: .69rem; font-weight: 900 }
.card-icon { width: 48px; height: 48px; margin-bottom: 23px; display: grid; place-items: center; border-radius: 14px; background: #edf4ff; color: var(--blue) }
.featured .card-icon { background: rgba(255,210,40,.11); color: var(--yellow) }
.advantage-card h3 { margin-bottom: 10px; font-size: 1.1rem }
.advantage-card p { margin: 0; color: var(--muted); font-size: .9rem }
.featured p { color: #bfd0e3 }
.feature-badge { display: inline-block; margin-top: 20px; padding: 6px 9px; border-radius: 99px; background: rgba(255,210,40,.1); color: #ffe46f; font-size: .66rem; font-weight: 850 }

.structure-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 82px; align-items: center }
.network-card { position: relative; min-height: 470px; overflow: hidden; border-radius: 30px; background: linear-gradient(145deg,#081a35,#0b2b57); box-shadow: var(--shadow-lg) }
.network-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size: 42px 42px }
.network-label { position: absolute; top: 25px; left: 28px; z-index: 3; color: #88a4c1; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase }
.network-center { position: absolute; z-index: 4; top: 50%; left: 50%; width: 98px; height: 98px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--navy); font-weight: 950; font-size: 1.35rem; transform: translate(-50%,-50%); box-shadow: 0 0 0 14px rgba(255,210,40,.08),0 0 0 30px rgba(255,210,40,.035) }
.network-line { position: absolute; z-index: 2; top: 50%; left: 50%; height: 1px; width: 142px; background: linear-gradient(90deg,rgba(255,210,40,.7),rgba(93,149,229,.35)); transform-origin: left center }
.line-a { transform: rotate(-145deg) }
.line-b { transform: rotate(-35deg) }
.line-c { transform: rotate(145deg) }
.line-d { transform: rotate(35deg) }
.network-node { position: absolute; z-index: 3; width: 130px; padding: 15px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(255,255,255,.06); color: #fff; backdrop-filter: blur(9px) }
.network-node small { display: block; color: #88a4c1; font-size: .66rem }
.network-node strong { display: block; margin-top: 3px; font-size: .82rem }
.node-a { top: 96px; left: 48px }
.node-b { top: 96px; right: 48px }
.node-c { bottom: 74px; left: 48px }
.node-d { bottom: 74px; right: 48px }
.clean-list { margin: 29px 0 0; padding: 0; list-style: none; display: grid; gap: 11px }
.clean-list li { display: flex; align-items: center; gap: 10px; color: #3e5973; font-size: .91rem; font-weight: 680 }
.clean-list span { width: 24px; height: 24px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #e7faf4; color: #087757; font-size: .7rem; font-weight: 900 }

.hpr-section { padding-top: 0 }
.hpr-panel { position: relative; padding: 50px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; overflow: hidden; border-radius: 31px; color: #fff; background: var(--navy) }
.hpr-panel::after { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; top: -190px; border-radius: 50%; border: 1px solid rgba(255,255,255,.07); box-shadow: 0 0 0 60px rgba(7,91,216,.04),0 0 0 120px rgba(39,196,143,.025) }
.hpr-copy, .support-grid { position: relative; z-index: 2 }
.hpr-copy p { margin: 0; color: #bfd0e3; line-height: 1.75 }
.support-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px }
.support-grid article { min-height: 114px; padding: 19px; border: 1px solid rgba(255,255,255,.09); border-radius: 17px; background: rgba(255,255,255,.045) }
.support-grid strong { display: block; margin-top: 7px; font-size: .88rem; line-height: 1.4 }

.investment { background: linear-gradient(180deg,#f7fafe,#eef5fb) }
.investment-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px }
.price-card { padding: 36px; border: 1px solid #d7e3ee; border-radius: 25px; background: #fff; box-shadow: var(--shadow-sm) }
.price-card > strong { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; margin: 10px 0 7px; font-size: clamp(2.4rem,5vw,4rem); letter-spacing: -.05em; line-height: 1 }
.price-card > strong span { color: var(--blue); font-size: .42em }
.price-card > strong em { color: #8293a5; font-size: .35em; font-style: normal }
.price-card p { color: var(--muted) }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 850; text-decoration: none }

.faq-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start }
.faq-intro { position: sticky; top: 115px }
.faq-list { border-top: 1px solid var(--line) }
.faq-list details { border-bottom: 1px solid var(--line) }
.faq-list summary { position: relative; padding: 23px 48px 23px 0; list-style: none; cursor: pointer; font-weight: 830 }
.faq-list summary::-webkit-details-marker { display: none }
.faq-list summary::after { content: "+"; position: absolute; right: 2px; top: 50%; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); transform: translateY(-50%); transition: transform .16s ease }
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg) }
.faq-list details p { margin: -5px 48px 23px 0; color: var(--muted) }

.lead-section { position: relative; padding: 105px 0; overflow: hidden; color: #fff; background: radial-gradient(circle at 12% 20%,rgba(7,91,216,.25),transparent 27%),radial-gradient(circle at 86% 86%,rgba(39,196,143,.11),transparent 25%),var(--navy) }
.lead-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center }
.lead-copy > p { max-width: 590px; color: #bfd0e3; line-height: 1.75 }
.lead-proof { margin-top: 33px; border-top: 1px solid rgba(255,255,255,.1) }
.lead-proof article { padding: 14px 0; display: grid; grid-template-columns: 190px 1fr; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.1) }
.lead-proof strong { font-size: .84rem }
.lead-proof span { color: #8fa7bd; font-size: .8rem }
.lead-form { position: relative; padding: 34px; border-radius: 27px; background: #fff; color: var(--ink); box-shadow: var(--shadow-lg) }
.form-heading { margin-bottom: 24px }
.form-heading > span { display: block; font-size: 1.4rem; font-weight: 900; letter-spacing: -.025em }
.form-heading p { margin: 4px 0 0; color: var(--muted); font-size: .86rem }
.field-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px }
.field { margin-bottom: 14px }
.field label { display: block; margin-bottom: 7px; color: #405a74; font-size: .78rem; font-weight: 780 }
.field input, .field textarea { width: 100%; border: 1px solid #d5e1ec; border-radius: 13px; background: #fbfdff; color: var(--ink); outline: 0; transition: border-color .15s ease, box-shadow .15s ease, background .15s ease }
.field input { height: 49px; padding: 0 13px }
.field textarea { min-height: 100px; padding: 12px 13px; resize: vertical }
.field input:focus, .field textarea:focus { border-color: #76a9e8; background: #fff; box-shadow: 0 0 0 4px rgba(7,91,216,.09) }
.field.has-error input, .field.has-error textarea { border-color: #cf5b52 }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important }
.privacy-check { display: grid; grid-template-columns: 19px 1fr; gap: 10px; align-items: start; margin: 4px 0 18px; color: #61768b; font-size: .76rem; line-height: 1.5 }
.privacy-check input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--blue) }
.button-submit { width: 100%; background: var(--blue); box-shadow: 0 14px 34px rgba(7,91,216,.18) }
.button-submit:disabled { opacity: .72; cursor: wait; transform: none }
.spinner { display: none; width: 17px; height: 17px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite }
.button-submit.is-loading .spinner { display: inline-block }
.form-status { min-height: 22px; margin: 12px 0 0; text-align: center; font-size: .78rem; font-weight: 700 }
.form-status[data-type="success"] { color: var(--success) }
.form-status[data-type="error"] { color: var(--danger) }
.form-status[data-type="neutral"] { color: var(--muted) }

.site-footer { padding: 42px 0; background: #041225; color: #9fb3c8 }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px }
.footer-brand img { width: 135px; filter: brightness(0) invert(1) }
.footer-brand p, .footer-company span, .footer-copy span { display: block; margin: 8px 0 0; font-size: .77rem }
.footer-company { text-align: center }
.footer-company strong { display: block; color: #fff }
.footer-company a { display: inline-block; margin-top: 6px; color: #d7e5f2; text-decoration: none; font-size: .79rem }
.footer-copy { text-align: right }
.mobile-cta { position: fixed; z-index: 85; right: 12px; bottom: 12px; left: 12px; min-height: 52px; display: none; align-items: center; justify-content: center; border-radius: 14px; background: var(--yellow); color: var(--navy); text-decoration: none; font-weight: 900; box-shadow: 0 16px 36px rgba(3,19,44,.25); transform: translateY(calc(100% + 28px)); transition: transform .2s ease }
.mobile-cta.is-visible { transform: translateY(0) }
.toast { position: fixed; z-index: 200; right: 20px; bottom: 20px; max-width: 380px; padding: 13px 16px; border-radius: 13px; background: var(--navy); color: #fff; box-shadow: var(--shadow-lg); font-size: .84rem; font-weight: 760; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .18s ease, transform .18s ease }
.toast.is-visible { opacity: 1; transform: translateY(0) }
.toast[data-type="error"] { background: #7d1f1f }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease }
.reveal.is-visible { opacity: 1; transform: translateY(0) }

.error-page { min-height: 100vh; padding: 28px; display: grid; place-items: center; color: #fff; background: radial-gradient(circle at 75% 20%,rgba(7,91,216,.3),transparent 30%),var(--navy) }
.error-card { width: min(100%,600px); padding: 46px; text-align: center; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; background: rgba(255,255,255,.05) }
.error-card img { width: 170px; margin: 0 auto 24px; filter: brightness(0) invert(1) }
.error-code { display: block; color: var(--yellow); font-size: .76rem; font-weight: 900; letter-spacing: .12em }
.error-card h1 { margin: 8px 0 13px; font-size: clamp(2.2rem,7vw,3.5rem); line-height: 1.05 }
.error-card p { margin: 0 0 25px; color: #b9cce0 }

@keyframes travel { 0% { left: 0 } 50% { left: calc(100% - 10px) } 100% { left: 0 } }
@keyframes spin { to { transform: rotate(360deg) } }

@media (max-width:1080px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 38px }
  .advantage-grid { grid-template-columns: repeat(2,1fr) }
  .how-grid, .structure-grid, .investment-grid, .faq-grid, .lead-grid { gap: 52px }
}

@media (max-width:900px) {
  :root { --container: min(760px, calc(100% - 32px)) }
  .menu-button { display: block }
  .site-nav { position: fixed; top: 80px; right: 16px; left: 16px; padding: 18px; display: grid; gap: 4px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: rgba(7,24,47,.985); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .16s ease, visibility .16s ease, transform .16s ease }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0) }
  .site-nav > a { padding: 11px }
  .site-nav .button { margin-top: 6px }
  .hero { min-height: auto; padding-top: 132px }
  .hero-grid, .how-grid, .structure-grid, .investment-grid, .faq-grid, .lead-grid, .hpr-panel { grid-template-columns: 1fr }
  .hero-grid { gap: 48px }
  .hero-copy { max-width: 740px }
  .hero-visual { width: min(100%,650px); margin-inline: auto }
  .transaction-stage { width: 95%; margin-inline: auto }
  .how-grid, .structure-grid, .investment-grid, .faq-grid, .lead-grid { gap: 42px }
  .faq-intro { position: static }
  .hpr-panel { gap: 38px }
  .footer-grid { grid-template-columns: 1fr 1fr }
  .footer-copy { grid-column: 1/-1; text-align: left }
}

@media (max-width:640px) {
  :root { --container: calc(100% - 28px) }
  html { scroll-padding-top: 78px }
  .site-header { height: 72px }
  .brand img { width: 132px }
  .site-nav { top: 72px }
  .hero { padding: 112px 0 62px }
  .hero h1 { font-size: clamp(2.6rem,13vw,3.9rem) }
  .hero-text { font-size: 1rem }
  .hero-actions { display: grid }
  .hero-actions .button { width: 100% }
  .hero-visual { min-height: 440px }
  .transaction-stage { width: 100%; padding: 15px; border-radius: 22px }
  .transaction-header { align-items: flex-start }
  .secure-chip { display: none }
  .flow-track { grid-template-columns: repeat(3,1fr); gap: 7px }
  .flow-line { display: none }
  .flow-node { min-height: 108px; padding: 12px }
  .node-icon { width: 33px; height: 33px; margin-bottom: 11px }
  .payment-card { align-items: flex-start; flex-direction: column }
  .payment-status { text-align: left }
  .transaction-summary { grid-template-columns: 1fr }
  .transaction-summary article { display: flex; align-items: center; justify-content: space-between; gap: 12px }
  .transaction-summary strong { margin-top: 0 }
  .floating-transaction { display: none }
  .trust-grid { grid-template-columns: 1fr }
  .trust-grid > div, .trust-grid > div:first-child { min-height: 88px; padding: 17px 20px; border: 0; border-bottom: 1px solid var(--line) }
  .section { padding: 78px 0 }
  .section-copy h2, .section-heading h2, .hpr-copy h2, .investment-copy h2, .faq-intro h2, .lead-copy h2 { font-size: clamp(2.1rem,10vw,3rem) }
  .advantage-grid, .support-grid, .field-row { grid-template-columns: 1fr }
  .advantage-card { min-height: auto }
  .network-card { min-height: 420px }
  .network-center { width: 82px; height: 82px }
  .network-line { width: 108px }
  .network-node { width: 110px; padding: 12px }
  .node-a { top: 80px; left: 18px }
  .node-b { top: 80px; right: 18px }
  .node-c { bottom: 66px; left: 18px }
  .node-d { bottom: 66px; right: 18px }
  .hpr-panel { width: calc(100% - 20px); padding: 31px 23px; border-radius: 25px }
  .price-card, .lead-form { padding: 25px 20px; border-radius: 22px }
  .lead-proof article { grid-template-columns: 1fr; gap: 2px }
  .lead-section { padding: 80px 0 100px }
  .footer-grid { grid-template-columns: 1fr }
  .footer-company, .footer-copy { text-align: left }
  .mobile-cta { display: flex }
  .toast { right: 12px; bottom: 76px; left: 12px; 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 }
}
