:root {
  --ink: #0b1830;
  --ink-soft: #45536b;
  --blue: #3c6ff5;
  --blue-deep: #1f4fdb;
  --aqua: #78e6d0;
  --paper: #f7f9fc;
  --white: #ffffff;
  --line: #dce3ed;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(5, 20, 48, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.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 16px; border-radius: 8px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

h1, h2, h3 { margin: 0; font-family: "Manrope", Arial, sans-serif; line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 780px; font-size: clamp(3.1rem, 6.6vw, 6.4rem); }
h1 em { color: var(--aqua); font-style: normal; }
h2 { font-size: clamp(2.15rem, 4.2vw, 4rem); }
h3 { font-size: 1.35rem; }
p { margin: 0; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #c9d6ef; font-size: .79rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: var(--aqua); }
.eyebrow.dark { color: #64738c; }
.eyebrow.dark span { background: var(--blue); }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; color: var(--white); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 86px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; font-family: "Manrope", Arial, sans-serif; font-size: 1.15rem; font-weight: 700; text-decoration: none; letter-spacing: -.02em; }
.brand b { color: var(--aqua); }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; color: var(--ink); background: var(--aqua); font-weight: 800; }
.primary-nav { display: flex; align-items: center; gap: 34px; }
.primary-nav > a:not(.button) { color: #dbe5f8; font-size: .93rem; font-weight: 600; text-decoration: none; }
.primary-nav > a:not(.button):hover { color: var(--white); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; border-radius: 2px; background: var(--white); transition: transform .2s, opacity .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border: 0; border-radius: 12px; color: var(--ink); background: var(--aqua); box-shadow: 0 12px 30px rgba(120,230,208,.18); font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #91ecd9; box-shadow: 0 16px 36px rgba(120,230,208,.24); }
.button-small { min-height: 42px; padding: 0 19px; font-size: .9rem; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--white); font-weight: 700; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.hero { position: relative; min-height: 830px; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::after { content: ""; position: absolute; inset: auto -5% -135px; height: 230px; background: var(--white); transform: rotate(-3deg); transform-origin: center; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: center; padding-top: 170px; padding-bottom: 170px; }
.hero-lead { max-width: 690px; margin-top: 30px; color: #b9c7df; font-size: 1.15rem; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 42px; color: #aebcd2; font-size: .82rem; font-weight: 600; }
.hero-proof span::before { content: "✓"; margin-right: 7px; color: var(--aqua); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .55; }
.hero-glow-one { top: -300px; right: -220px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(60,111,245,.48), transparent 66%); }
.hero-glow-two { bottom: -420px; left: 10%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(120,230,208,.12), transparent 68%); }

.hero-panel { position: relative; padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 26px; background: rgba(255,255,255,.075); box-shadow: 0 36px 100px rgba(0,0,0,.28); backdrop-filter: blur(14px); transform: rotate(1.5deg); }
.panel-topline { display: flex; justify-content: space-between; margin-bottom: 18px; color: #b8c6dc; font-size: .8rem; font-weight: 600; }
.status { color: #c9f8e9; }
.status i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 4px rgba(120,230,208,.1); }
.metric-card { padding: 24px; border-radius: 17px; color: var(--ink); background: var(--white); }
.metric-card > span { color: #6d7890; font-size: .76rem; font-weight: 600; }
.metric-card strong { display: block; margin-top: 3px; font-family: "Manrope", Arial, sans-serif; font-size: 2rem; letter-spacing: -.04em; }
.chart { display: flex; align-items: flex-end; gap: 8px; height: 135px; margin-top: 25px; padding-top: 12px; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to bottom, transparent 0, transparent 39px, #edf0f5 40px); }
.chart span { flex: 1; height: var(--height); border-radius: 5px 5px 0 0; background: linear-gradient(180deg, var(--blue), #89a5f8); }
.panel-services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 12px; }
.panel-services > div { min-width: 0; padding: 15px 12px; border: 1px solid rgba(255,255,255,.07); border-radius: 14px; background: rgba(7,19,42,.55); }
.panel-services b, .panel-services small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.panel-services b { margin-top: 8px; font-size: .84rem; }
.panel-services small { color: #91a1ba; font-size: .67rem; }

.service-icon, .card-icon { position: relative; display: block; }
.service-icon { width: 24px; height: 24px; }
.card-icon { width: 52px; height: 52px; margin-bottom: 27px; border-radius: 14px; background: #eaf0ff; }
.search-icon::before { content: ""; position: absolute; width: 11px; height: 11px; border: 2px solid currentColor; border-radius: 50%; top: 4px; left: 4px; }
.search-icon::after { content: ""; position: absolute; width: 8px; height: 2px; background: currentColor; transform: rotate(45deg); top: 17px; left: 16px; border-radius: 2px; }
.card-icon.search-icon::before { width: 18px; height: 18px; top: 12px; left: 12px; color: var(--blue); }
.card-icon.search-icon::after { width: 12px; top: 32px; left: 30px; color: var(--blue); }
.signal-icon::before { content: ""; position: absolute; inset: 5px; background: linear-gradient(to right, currentColor 0 3px, transparent 3px 6px, currentColor 6px 9px, transparent 9px 12px, currentColor 12px 15px); clip-path: polygon(0 65%, 20% 65%, 20% 42%, 40% 42%, 40% 55%, 60% 55%, 60% 20%, 80% 20%, 80% 0, 100% 0, 100% 100%, 0 100%); }
.card-icon.signal-icon::before { inset: 13px; color: var(--blue); }
.phone-icon::before { content: ""; position: absolute; inset: 4px 7px; border: 2px solid currentColor; border-radius: 5px; }
.phone-icon::after { content: ""; position: absolute; width: 5px; height: 2px; left: 10px; bottom: 7px; border-radius: 2px; background: currentColor; }
.card-icon.phone-icon::before { inset: 11px 16px; color: var(--blue); }
.card-icon.phone-icon::after { width: 7px; left: 22px; bottom: 14px; color: var(--blue); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 58px; }
.section-heading h2 { max-width: 720px; }
.section-heading > p { max-width: 390px; color: var(--ink-soft); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 445px; padding: 36px 32px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-7px); border-color: #becbf0; box-shadow: var(--shadow); }
.service-card.featured { color: var(--white); border-color: var(--ink); background: var(--ink); }
.service-card.featured p, .service-card.featured li { color: #b8c6dc; }
.service-card.featured .card-icon { background: rgba(120,230,208,.12); }
.service-card.featured .card-icon::before, .service-card.featured .card-icon::after { color: var(--aqua); }
.card-number { position: absolute; top: 28px; right: 30px; color: #9ba6b8; font-family: "Manrope", Arial, sans-serif; font-size: .76rem; font-weight: 800; }
.service-card h3 { font-size: 1.45rem; }
.service-card p { margin-top: 15px; color: var(--ink-soft); font-size: .95rem; }
.service-card ul { margin: 24px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card.featured ul { border-color: rgba(255,255,255,.13); }
.service-card li { position: relative; margin: 9px 0; padding-left: 18px; color: #354159; font-size: .86rem; }
.service-card li::before { content: ""; position: absolute; top: .62em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.service-card.featured li::before { background: var(--aqua); }
.service-card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--blue-deep); font-size: .88rem; font-weight: 700; text-decoration: none; }
.service-card.featured .service-card-link { color: var(--aqua); }
.service-card-link span { transition: transform .2s; }
.service-card-link:hover span { transform: translateX(4px); }
.service-note { margin-top: 23px; color: #68758a; font-size: .82rem; text-align: center; }

.process { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.process-copy { position: sticky; top: 40px; }
.process-copy > p:not(.eyebrow) { max-width: 480px; margin: 25px 0; color: var(--ink-soft); }
.dark-link { color: var(--blue-deep); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list li:first-child { padding-top: 0; }
.process-list li > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; color: var(--blue-deep); background: #e7edff; font-family: "Manrope", Arial, sans-serif; font-weight: 800; }
.process-list p { margin-top: 8px; color: var(--ink-soft); }

.trust-section { overflow: hidden; color: var(--white); background: linear-gradient(135deg, #0b1830 0%, #10254b 100%); }
.trust-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.trust-card h2 { max-width: 670px; }
.trust-card > p:not(.eyebrow) { max-width: 650px; margin-top: 24px; color: #b9c6da; }
.trust-points { display: flex; flex-wrap: wrap; gap: 15px 24px; margin-top: 35px; color: #d8e2f2; font-size: .9rem; font-weight: 600; }
.trust-points i { margin-right: 7px; color: var(--aqua); font-style: normal; }
.company-card { padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.065); box-shadow: 0 25px 80px rgba(0,0,0,.18); }
.company-label { color: var(--aqua); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.company-card h3 { margin-top: 9px; font-size: 1.75rem; }
.company-card dl { margin: 24px 0 0; }
.company-card dl > div { display: grid; grid-template-columns: 115px 1fr; gap: 18px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.1); }
.company-card dt { color: #91a1b9; font-size: .8rem; }
.company-card dd { margin: 0; color: #e3eaf5; font-size: .87rem; }
.company-card a { color: var(--aqua); }

.section-heading.compact { align-items: center; margin-bottom: 40px; }
.section-heading.compact > p { font-size: .85rem; }
.policy-list { border-top: 1px solid var(--line); }
.policy-list details { border-bottom: 1px solid var(--line); }
.policy-list summary { display: flex; align-items: center; justify-content: space-between; min-height: 86px; padding: 20px 4px; font-family: "Manrope", Arial, sans-serif; font-size: 1.15rem; font-weight: 700; cursor: pointer; list-style: none; }
.policy-list summary::-webkit-details-marker { display: none; }
.policy-list summary i { position: relative; width: 28px; height: 28px; border-radius: 50%; background: #edf1f7; }
.policy-list summary i::before, .policy-list summary i::after { content: ""; position: absolute; top: 13px; left: 8px; width: 12px; height: 2px; background: var(--ink); transition: transform .2s; }
.policy-list summary i::after { transform: rotate(90deg); }
.policy-list details[open] summary i::after { transform: rotate(0); }
.policy-content { max-width: 930px; padding: 0 4px 28px; color: var(--ink-soft); font-size: .94rem; }
.policy-content p + p { margin-top: 14px; }
.policy-content a { color: var(--blue-deep); }
.policy-page-link { font-weight: 700; text-decoration: none; }
.policy-page-link:hover { text-decoration: underline; }

.legal-page { background: var(--paper); }
.legal-header { position: relative; background: var(--ink); }
.legal-main { min-height: 70vh; }
.legal-hero { padding: 92px 0 66px; color: var(--white); background: linear-gradient(135deg, #0b1830 0%, #132b55 100%); }
.legal-hero .eyebrow { margin-bottom: 16px; }
.legal-hero h1 { max-width: 900px; font-size: clamp(2.7rem, 6vw, 5.2rem); }
.legal-hero p:last-child { max-width: 720px; margin-top: 20px; color: #b9c7df; font-size: 1.05rem; }
.legal-content { padding: 70px 0 105px; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 70px; align-items: start; }
.legal-nav { position: sticky; top: 25px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.legal-nav span { display: block; margin-bottom: 12px; color: #7b879a; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.legal-nav a { display: block; padding: 8px 0; color: var(--ink-soft); font-size: .88rem; font-weight: 600; text-decoration: none; }
.legal-nav a:hover, .legal-nav a[aria-current="page"] { color: var(--blue-deep); }
.legal-article { padding: 45px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 55px rgba(5,20,48,.07); }
.legal-article section + section { margin-top: 38px; padding-top: 36px; border-top: 1px solid var(--line); }
.legal-article h2 { font-size: 1.55rem; letter-spacing: -.025em; }
.legal-article p, .legal-article li { color: var(--ink-soft); font-size: .95rem; }
.legal-article h2 + p, .legal-article h2 + ul { margin-top: 13px; }
.legal-article p + p { margin-top: 13px; }
.legal-article ul { margin-bottom: 0; padding-left: 21px; }
.legal-article li + li { margin-top: 8px; }
.legal-article a { color: var(--blue-deep); }
.legal-callout { padding: 20px 22px; border-left: 4px solid var(--aqua); border-radius: 0 12px 12px 0; background: #effbf8; }

.product-hero { position: relative; min-height: 790px; overflow: hidden; color: var(--white); background: var(--ink); }
.product-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .72fr; gap: 80px; align-items: center; padding-top: 175px; padding-bottom: 115px; }
.product-hero-copy h1 { max-width: 760px; font-size: clamp(3rem, 6.1vw, 5.8rem); }
.product-hero-copy > p:not(.eyebrow) { max-width: 690px; margin-top: 27px; color: #b9c7df; font-size: 1.12rem; }
.product-highlights { display: flex; flex-wrap: wrap; gap: 13px 22px; margin-top: 38px; color: #c8d3e5; font-size: .84rem; font-weight: 600; }
.product-highlights i { margin-right: 6px; color: var(--aqua); font-style: normal; }
.product-orb { position: absolute; border-radius: 50%; }
.product-orb-one { top: -280px; right: -170px; width: 660px; height: 660px; background: radial-gradient(circle, rgba(60,111,245,.45), transparent 68%); }
.product-orb-two { bottom: -430px; left: -120px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(120,230,208,.15), transparent 68%); }
.price-card { padding: 37px; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; color: var(--ink); background: var(--white); box-shadow: 0 35px 95px rgba(0,0,0,.28); }
.price-label { color: #6e7b90; font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.price { display: flex; align-items: baseline; gap: 5px; margin-top: 6px; font-family: "Manrope", Arial, sans-serif; font-size: 4.5rem; font-weight: 800; line-height: 1; letter-spacing: -.06em; }
.price sup { top: -.7em; font-size: 1.25rem; }
.price span { margin: 0 6px; color: #8490a2; font-family: "DM Sans", Arial, sans-serif; font-size: .9rem; font-weight: 600; letter-spacing: 0; }
.price-note { margin-top: 12px; color: #68758a; font-size: .82rem; }
.price-rule { height: 1px; margin: 25px 0; background: var(--line); }
.price-card h2 { font-size: 1.55rem; }
.price-card h2 + p { margin-top: 10px; color: var(--ink-soft); font-size: .9rem; }
.stripe-button { width: 100%; margin-top: 23px; color: var(--white); background: #635bff; box-shadow: none; text-align: center; }
.stripe-button:hover { background: #5147ef; }
.price-card small { display: block; margin-top: 13px; color: #7a8698; font-size: .7rem; line-height: 1.5; text-align: center; }
.product-benefits { background: var(--paper); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-card { padding: 31px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.benefit-card > span { display: inline-grid; width: 38px; height: 38px; place-items: center; margin-bottom: 42px; border-radius: 10px; color: var(--blue-deep); background: #e9efff; font-size: .76rem; font-weight: 800; }
.benefit-card p { margin-top: 11px; color: var(--ink-soft); font-size: .9rem; }
.order-steps { color: var(--white); background: linear-gradient(135deg, #0b1830, #132b55); }
.order-heading { max-width: 720px; }
.order-step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 54px 0 0; padding: 0; list-style: none; }
.order-step-grid li { padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.055); }
.order-step-grid li > span { display: grid; width: 42px; height: 42px; margin-bottom: 35px; place-items: center; border-radius: 12px; color: var(--ink); background: var(--aqua); font-family: "Manrope", Arial, sans-serif; font-weight: 800; }
.order-step-grid p { margin-top: 11px; color: #afbdd3; font-size: .9rem; }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: start; }
.product-faq .policy-list { border-top: 0; }
.product-faq .policy-list details:first-child { border-top: 1px solid var(--line); }
.product-support { color: var(--white); background: var(--ink); }
.product-support-inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
.product-support-inner h2 { max-width: 850px; }
.product-support-inner > p:not(.eyebrow) { max-width: 690px; margin-top: 22px; color: #b9c7df; }
.product-support-inner > p a { color: var(--aqua); }
.product-support-inner .button { margin-top: 30px; }

.seo-header { position: absolute; }
.seo-hero { position: relative; overflow: hidden; color: var(--white); background-color: var(--ink); background-image: radial-gradient(circle at 84% 16%, rgba(60,111,245,.38), transparent 34%); }
.seo-hero::after { content: ""; position: absolute; right: -160px; bottom: -340px; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(120,230,208,.13), transparent 68%); pointer-events: none; }
.seo-hero-inner { position: relative; z-index: 1; display: flex; min-height: 640px; padding-top: 155px; padding-bottom: 90px; flex-direction: column; align-items: flex-start; justify-content: center; }
.seo-hero h1 { max-width: 800px; font-size: clamp(3rem, 5vw, 4.75rem); }
.seo-hero-inner > p:not(.eyebrow) { max-width: 680px; margin-top: 25px; color: #b9c7df; font-size: 1.08rem; line-height: 1.7; }
.seo-hero .button { margin-top: 32px; }
.seo-pricing { background: var(--paper); }
.seo-intro { max-width: 780px; }
.seo-intro > p:not(.eyebrow) { max-width: 650px; margin-top: 18px; color: var(--ink-soft); }
.seo-price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 45px; }
.seo-price-card { position: relative; padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.seo-price-card.featured { color: var(--white); border-color: var(--ink); background: var(--ink); }
.seo-price-tag { display: inline-flex; min-height: 42px; padding: 0 16px; align-items: center; border-radius: 11px; color: var(--blue-deep); background: #e9efff; font-family: "Manrope", Arial, sans-serif; font-size: 1.25rem; font-weight: 800; }
.seo-price-card.featured .seo-price-tag { color: var(--ink); background: var(--aqua); }
.seo-price-tag sup { margin-right: 1px; font-size: .65em; }
.seo-price-card h3 { margin-top: 26px; font-size: 1.55rem; }
.seo-price-card p { margin-top: 12px; color: var(--ink-soft); }
.seo-price-card.featured p, .seo-price-card.featured li { color: #b9c7df; }
.seo-price-card ul { margin: 23px 0 0; padding: 20px 0 0 20px; border-top: 1px solid var(--line); }
.seo-price-card.featured ul { border-color: rgba(255,255,255,.13); }
.seo-price-card li + li { margin-top: 7px; }
.seo-service-grid { display: grid; gap: 0; margin-top: 45px; border-top: 1px solid var(--line); }
.seo-service-item { display: grid; grid-template-columns: 65px 1fr; gap: 25px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.seo-service-item > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 13px; color: var(--blue-deep); background: #e9efff; font-weight: 800; }
.seo-service-item p { max-width: 760px; margin-top: 8px; color: var(--ink-soft); }
.seo-contact { color: var(--white); background: linear-gradient(135deg, #0b1830, #132b55); }
.seo-contact-inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
.seo-contact-inner h2 { max-width: 850px; }
.seo-contact-inner > p:not(.eyebrow) { max-width: 700px; margin-top: 21px; color: #b9c7df; }
.seo-contact-inner a { color: var(--aqua); }

.contact { color: var(--white); background: var(--ink); }
.contact-simple { display: flex; justify-content: center; text-align: center; }
.contact-simple .contact-copy { display: flex; max-width: 760px; flex-direction: column; align-items: center; }
.contact-simple .eyebrow { justify-content: center; }
.contact-copy > p:not(.eyebrow):not(.response-note) { max-width: 500px; margin-top: 22px; color: #b7c5db; }
.email-link { display: inline-block; margin-top: 30px; color: var(--aqua); font-family: "Manrope", Arial, sans-serif; font-size: clamp(1.15rem, 2.2vw, 1.6rem); font-weight: 700; }
.response-note { max-width: 480px; margin-top: 18px; color: #8798b3; font-size: .82rem; }

.site-footer { padding: 62px 0 25px; color: #b5c1d4; background: #071124; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .6fr .8fr; gap: 60px; }
.footer-brand { color: var(--white); }
.footer-grid > div:first-child p { max-width: 390px; margin-top: 18px; font-size: .85rem; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 11px; }
.footer-links a, .footer-contact a { color: #dbe3ef; font-size: .85rem; text-decoration: none; }
.footer-links a:hover, .footer-contact a:hover { color: var(--aqua); }
.footer-contact span { color: #7788a4; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: #74839c; font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 155px; padding-bottom: 190px; }
  .hero-panel { max-width: 650px; transform: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .process-grid, .trust-grid { grid-template-columns: 1fr; gap: 60px; }
  .process-copy { position: static; }
  .section-heading { align-items: start; flex-direction: column; gap: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .legal-layout { grid-template-columns: 1fr; gap: 24px; }
  .legal-nav { position: static; display: flex; flex-wrap: wrap; gap: 5px 22px; }
  .legal-nav span { width: 100%; margin-bottom: 3px; }
  .product-hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .price-card { max-width: 620px; }
  .benefit-grid, .order-step-grid { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .seo-price-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 80px 0; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-8px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 76px 14px auto; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: #10213f; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
  .primary-nav.open { display: flex; }
  .primary-nav > a:not(.button) { padding: 12px; }
  .hero-grid { gap: 48px; padding-top: 135px; padding-bottom: 150px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { gap: 11px 18px; }
  .hero-panel { padding: 15px; }
  .metric-card { padding: 19px; }
  .panel-services { grid-template-columns: 1fr; }
  .panel-services > div { display: grid; grid-template-columns: 28px 1fr; grid-template-rows: auto auto; column-gap: 8px; }
  .panel-services .service-icon { grid-row: 1 / 3; }
  .service-card { padding: 30px 25px; }
  .company-card { padding: 27px 22px; }
  .company-card dl > div { grid-template-columns: 1fr; gap: 3px; }
  .legal-hero { padding: 70px 0 52px; }
  .legal-content { padding: 45px 0 75px; }
  .legal-article { padding: 28px 21px; }
  .product-hero-grid { padding-top: 140px; padding-bottom: 85px; }
  .price-card { padding: 28px 22px; }
  .price { font-size: 3.75rem; }
  .seo-hero-inner { min-height: 590px; padding-top: 135px; padding-bottom: 75px; }
  .seo-hero h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .seo-price-card { padding: 28px 23px; }
  .seo-service-item { grid-template-columns: 52px 1fr; gap: 15px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
}

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