/* ==========================================================================
   Landing pages (blue hero, plans, steps, call-back form), 3D cursor and UI polish.
   and landing-page components. Loaded after styles.css.
   ========================================================================== */
/* ---------- landing hero (blue) ---------- */
main > section.lp-hero { position: relative; overflow: hidden; background: #0a2f8f; color: #fff; border-bottom: 0; }
.lp-hero > .container { position: relative; z-index: 1; }
.lp-hero h1 { color: #fff; }
.lp-hero .grad-text { color: #b9d0ff; }
.lp-hero .lp-lead { color: #d3e0fa; }
.lp-hero .btn-primary { background: #fff; color: #0a2f8f; }
.lp-hero .btn-primary:hover { background: #e6eeff; }
.lp-hero .btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.35); }
.lp-hero .btn-ghost:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.6); }

/* ---------- landing pages ---------- */
.lp-hero { padding: calc(var(--header-h) + 64px) 0 72px; }
.lp-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
.lp-badge { display: inline-block; padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.25); color: #c7d4ea; font-size: 13px; font-weight: 500; margin-bottom: 22px; }
.lp-hero h1 { font-size: clamp(36px, 5vw, 58px); font-weight: 700; letter-spacing: -0.03em; margin-bottom: 20px; }
.lp-lead { font-size: 18px; max-width: 560px; }
.lp-checks { list-style: none; padding: 0; margin: 28px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.lp-checks li { display: flex; align-items: flex-start; gap: 10px; color: #dbe5f5; font-size: 15px; }
.lp-checks svg { width: 18px; height: 18px; flex: none; margin-top: 3px; color: #b9d0ff; }
.lp-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.lp-note { margin-top: 18px; font-size: 13.5px; color: #9fb0cb; }
.tier-card { padding: 28px; border-radius: var(--radius); background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.16); color: #fff; }
.tier-card h3 { font-size: 15px; font-weight: 600; margin-bottom: 14px; color: #b8c4d9; }
.tier-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 24px; }
.tier-tabs button { padding: 10px 6px; border-radius: var(--radius-sm); border: 1px solid rgba(255, 255, 255, 0.22); font-weight: 600; font-size: 14px; color: #dbe5f5; transition: background 0.15s, color 0.15s, border-color 0.15s; }
.tier-tabs button:hover { border-color: rgba(255, 255, 255, 0.5); }
.tier-tabs button.on { background: #fff; color: #0a2f8f; border-color: #fff; }
.tier-speed { font: 700 clamp(40px, 5vw, 56px)/1 var(--font-head); letter-spacing: -0.03em; }
.tier-speed small { font-size: 0.32em; font-weight: 500; color: #9fb0cb; margin-left: 6px; letter-spacing: 0; }
.tier-sub { margin: 10px 0 20px; color: #b8c4d9; font-size: 14.5px; }
.tier-price { display: flex; align-items: baseline; gap: 6px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.tier-price b { font: 700 40px/1 var(--font-head); letter-spacing: -0.03em; }
.tier-price span { color: #9fb0cb; font-size: 14px; }
.tier-card .btn { margin-top: 20px; width: 100%; }
.lp-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 56px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: var(--radius); background: rgba(255, 255, 255, 0.08); }
.lp-stats div { padding: 22px 16px; text-align: center; }
.lp-stats div + div { border-left: 1px solid rgba(255, 255, 255, 0.16); }
.lp-stats b { display: block; font: 700 clamp(22px, 3vw, 30px)/1 var(--font-head); letter-spacing: -0.02em; color: #fff; }
.lp-stats span { display: block; margin-top: 8px; font-size: 13px; color: #9fb0cb; }
.plans-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.plans-4 .btn { white-space: normal; text-align: center; }
.plans-4 .plan { padding: 30px 24px 24px; } .plans-4 .plan.featured { padding: 29px 23px 23px; }
.plans-4 .plan h3 { font-size: 24px; } .plans-4 .plan-blurb { min-height: 44px; }
.plans-4 .plan-price .now { font-size: 46px; }
.lp-compare th:not(:first-child), .lp-compare td:not(:first-child) { width: 30%; }
.steps-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { padding: 30px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border); }
.step-card .n { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--primary); color: var(--on-primary); font: 700 16px/1 var(--font-head); margin-bottom: 18px; }
.step-card h3 { font-size: 20px; margin-bottom: 8px; } .step-card p { color: var(--muted); font-size: 15px; }
.lp-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; text-align: left; }
.lp-cta h2 { text-align: left; } .lp-cta > div > p { margin: 0 0 26px; }
.lp-cta .form-card { background: var(--surface); color: var(--text); }
.lp-cta .form-card h3 { color: var(--text); font-size: 22px; margin-bottom: 6px; }
.lp-cta .form-card p { color: var(--muted); margin: 0 0 18px; font-size: 15px; }
.lp-cta .form-card .btn-primary { background: var(--primary); color: var(--on-primary); }
.lp-cta .form-card .btn-primary:hover { background: var(--primary-hover); }
.lp-cta .form-card .success-pane h3 { font-size: 24px; }
.lp-cta .row { justify-content: flex-start; }
.callbar { display: none; }
@media (max-width: 1080px) {
  .plans-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; }
  .lp-hero-grid, .lp-cta { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 720px) {
  .lp-stats { grid-template-columns: 1fr 1fr; } .lp-stats div:nth-child(3) { border-left: 0; } .lp-stats div:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, 0.16); }
  .plans-4, .steps-3, .lp-checks { grid-template-columns: minmax(0, 1fr); }
  .lp-cta { text-align: center; } .lp-cta h2 { text-align: center; } .lp-cta .row { justify-content: center; }
  .callbar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 140; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: var(--surface); border-top: 1px solid var(--border); }
  .callbar .btn { width: 100%; }
  body[data-landing] { padding-bottom: 68px; }
}

/* ==========================================================================
   UI polish
   ========================================================================== */
/* home hero: two columns with an illustration */
.hero { padding: calc(var(--header-h) + 72px) 0 84px; background: var(--bg); border-bottom: 1px solid var(--border); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.hero-copy { text-align: left; }
.hero h1 { text-align: left; font-size: clamp(42px, 5.6vw, 68px); line-height: 1.05; margin: 0 0 20px; max-width: none; }
.hero-lead { margin: 0; max-width: 470px; text-align: left; }
.hero-cta { justify-content: flex-start; margin: 30px 0 40px; }
.hero-stats { border: 0; background: transparent; justify-content: flex-start; gap: 44px; }
.stat { padding: 0; text-align: left; } .stat + .stat { border-left: 0; }
.stat b { font-size: 26px; } .stat span { margin-top: 4px; }
.hero-visual svg { width: 100%; height: auto; }
.il-bg { fill: var(--primary-soft); } .il-c1 { fill: color-mix(in srgb, var(--primary) 8%, var(--primary-soft)); } .il-c2 { fill: color-mix(in srgb, var(--primary) 14%, var(--primary-soft)); }
.il-w1, .il-dot { stroke: var(--primary); fill: var(--primary); } .il-w1 { fill: none; }
.il-w2 { stroke: color-mix(in srgb, var(--primary) 65%, #fff); } .il-w3 { stroke: color-mix(in srgb, var(--primary) 35%, #fff); }
.il-ant, .il-body { fill: var(--navy); }
.il-card { fill: var(--surface); stroke: var(--border); stroke-width: 1.5; }
.il-line { fill: var(--primary); } .il-line2 { fill: var(--border-strong); }

/* section headings get a short accent bar */
.section-head::before { content: ''; width: 40px; height: 4px; border-radius: 4px; background: var(--primary); }
.section-head { gap: 12px; margin-bottom: 44px; }
.section { padding: clamp(72px, 8vw, 112px) 0; }

/* cards */
.fcard { padding: 32px; border-radius: 16px; box-shadow: var(--shadow-sm); transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.fcard:hover, a.fcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--border-strong); }
.fcard .ico { width: 48px; height: 48px; border-radius: 12px; background: var(--primary); color: var(--on-primary); margin-bottom: 22px; }
.fcard h3 { font-size: 20px; margin-bottom: 6px; }
.viz, .step-card, .calc-box, .info-card, .form-card { border-radius: 16px; }
.plan { border-radius: 16px; box-shadow: var(--shadow-sm); transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.plan:hover { transform: translateY(-4px); }

/* featured plan: filled */
[data-theme='light'] .plan.featured { background: var(--primary); border-color: var(--primary); color: #fff; box-shadow: 0 16px 36px rgba(26, 79, 214, 0.28); }
[data-theme='light'] .plan.featured h3, [data-theme='light'] .plan.featured .now, [data-theme='light'] .plan.featured .plan-price .per b, [data-theme='light'] .plan.featured li { color: #fff; }
[data-theme='light'] .plan.featured .plan-blurb, [data-theme='light'] .plan.featured .per, [data-theme='light'] .plan.featured .was { color: rgba(255, 255, 255, 0.78); }
[data-theme='light'] .plan.featured .plan-tier { color: #cfe0ff; }
[data-theme='light'] .plan.featured ul { border-top-color: rgba(255, 255, 255, 0.25); }
[data-theme='light'] .plan.featured li svg { color: #fff; }
[data-theme='light'] .plan.featured .plan-speed { background: rgba(255, 255, 255, 0.28); } [data-theme='light'] .plan.featured .plan-speed i { background: #fff; }
[data-theme='light'] .plan.featured .plan-tag { background: rgba(255, 255, 255, 0.18); color: #fff; }
[data-theme='light'] .plan.featured .btn-primary { background: #fff; color: var(--primary); } [data-theme='light'] .plan.featured .btn-primary:hover { background: #e8efff; }
[data-theme='light'] .plan.featured .ribbon { background: var(--navy); color: #fff; }

/* trust strip + CTA */
.marquee { padding: 22px 0; }
.cta h2 { font-size: clamp(30px, 4vw, 44px); }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 460px; }
}
@media (max-width: 720px) {
  .hero-stats { gap: 28px; }
  .stat { flex: none; padding: 0; } .stat + .stat { border-top: 0; }
}

/* ==========================================================================
   UI polish 2: hero links, richer illustration, stronger hierarchy, responsive
   ========================================================================== */
:root { --shadow-sm: 0 1px 2px rgba(15, 27, 45, 0.06), 0 2px 6px rgba(15, 27, 45, 0.04); --shadow-md: 0 12px 32px rgba(15, 27, 45, 0.10); }
h1, h2, h3 { font-weight: 700; }
.section-head h2 { font-size: clamp(28px, 3.4vw, 40px); letter-spacing: -0.025em; }
.btn { --pad: 13px 24px; border-radius: 10px; }
.btn-sm { --pad: 10px 18px; }
.site-header { border-bottom-color: var(--border); }

/* hero */
.hero { padding: calc(var(--header-h) + 64px) 0 72px; }
.hero-grid { align-items: center; }
.hero h1 { font-size: clamp(40px, 5.4vw, 66px); font-weight: 700; }
.hero-lead { font-size: 18px; }
.il-dash { fill: none; stroke: var(--primary); stroke-width: 2; stroke-dasharray: 3 7; stroke-linecap: round; opacity: 0.55; }
.il-scr { fill: var(--primary-soft); }
.hero-visual { filter: drop-shadow(0 18px 30px rgba(26, 79, 214, 0.12)); }

/* landing-page links inside the hero */
.hero-links { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 56px; }
.hl-card { display: flex; align-items: center; gap: 18px; padding: 22px 24px; border-radius: 16px; background: var(--navy); color: #fff; transition: transform 0.2s, box-shadow 0.2s; }
.hl-card:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(13, 27, 54, 0.28); }
.hl-ico { width: 52px; height: 52px; border-radius: 12px; background: #2f6bf2; display: grid; place-items: center; flex: none; }
.hl-ico svg { width: 26px; height: 26px; }
.hl-text { display: grid; gap: 2px; min-width: 0; }
.hl-text b { font-size: 19px; font-weight: 650; letter-spacing: -0.01em; }
.hl-text span { color: #b8c4d9; font-size: 14px; }
.hl-arrow { margin-left: auto; width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, 0.12); display: grid; place-items: center; flex: none; transition: background 0.2s, color 0.2s; }
.hl-arrow svg { width: 18px; height: 18px; }
.hl-card:hover .hl-arrow { background: #fff; color: var(--navy); }

/* steps + cards */
.step-card { box-shadow: var(--shadow-sm); }
.step-card .n { width: 44px; height: 44px; font-size: 17px; }
.fcard p, .step-card p { font-size: 15.5px; }

/* landing header label */
.site-header .nav-actions .btn .sm { display: none; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .hero { padding-top: calc(var(--header-h) + 48px); }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 460px; margin-inline: auto; width: 100%; }
}
@media (max-width: 720px) {
  .hero { padding: calc(var(--header-h) + 36px) 0 48px; }
  .hero h1 { font-size: clamp(36px, 10.5vw, 46px); }
  .hero-lead { font-size: 16.5px; }
  .hero-visual { display: none; }
  .hero-cta { margin: 24px 0 28px; }
  .hero-cta .btn { flex: 1 1 100%; }
  .hero-stats { gap: 0; width: 100%; justify-content: space-between; }
  .hero-links { grid-template-columns: 1fr; gap: 14px; margin-top: 36px; }
  .hl-card { padding: 18px; gap: 14px; }
  .hl-ico { width: 46px; height: 46px; }
  .section { padding: 56px 0; }
  .section-head { margin-bottom: 32px; }
  .lp-checks { grid-template-columns: 1fr; }
  table.compare.lp-compare { min-width: 0; } .lp-compare th, .lp-compare td { padding: 12px 10px; font-size: 13.5px; }
  .table-wrap:has(.lp-compare) { overflow-x: visible; }
  .lp-hero { padding: calc(var(--header-h) + 32px) 0 44px; }
  .lp-stats { margin-top: 36px; }
  .tier-card { padding: 22px; }
  .site-header .nav-actions .btn .lg { display: none; } .site-header .nav-actions .btn .sm { display: inline; }
  .steps-3 { gap: 14px; } .step-card { padding: 24px; }
  .cta { padding: 0; }
}
@media (max-width: 420px) {
  .container { width: calc(100% - 32px); }
  .logo-text small { display: none; }
  .plan-price .now { font-size: 46px; }
  .stat b { font-size: 22px; }
}

/* landing header keeps its call button on phones (the normal header hides it behind the burger) */
@media (max-width: 960px) { body[data-landing] .nav-actions .btn { display: inline-flex; } }
@media (max-width: 720px) { .lp-cta-row .btn { flex: 1 1 100%; } }

/* ---------- Galaxy background ---------- */
.hero, .lp-hero { position: relative; overflow: hidden; }
.hero > .container, .lp-hero > .container { position: relative; z-index: 1; }

/* ---------- home hero: same blue as the landing pages, white particles ---------- */
main > section.hero { background: #0a2f8f; color: #fff; border-bottom: 0; }
.hero h1 { color: #fff; }
.hero .grad-text { color: #b9d0ff; }
.hero .hero-lead { color: #d3e0fa; }
.hero .btn-primary { background: #fff; color: #0a2f8f; } .hero .btn-primary:hover { background: #e6eeff; }
.hero .btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.4); } .hero .btn-ghost:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.7); }
.hero .stat b { color: #fff; } .hero .stat span { color: #b7c8ee; }
.hero .hl-card { background: #06205f; } .hero .hl-card:hover { box-shadow: 0 16px 32px rgba(0, 10, 50, 0.4); }
.hero .hero-visual { filter: none; }

/* ---------- home hero: everything centred, no illustration ---------- */
.hero-grid { grid-template-columns: 1fr; justify-items: center; }
.hero-copy { text-align: center; max-width: 760px; display: flex; flex-direction: column; align-items: center; }
.hero h1 { text-align: center; }
.hero-lead { text-align: center; margin-inline: auto; max-width: 560px; }
.hero-cta { justify-content: center; }
.hero-stats { justify-content: center; }
.stat { text-align: center; }
.hero { padding-bottom: 80px; }
@media (max-width: 720px) { .hero-stats { justify-content: space-between; } .hero-cta { width: 100%; } }

/* ---------- media cards + effects ---------- */
.fcard.has-media { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.fcard-media { position: relative; height: 190px; display: grid; place-items: center; overflow: hidden; background: var(--tint, var(--primary-soft)); }
[data-theme='dark'] .fcard-media { background: var(--primary-soft); }
.fcard-media img { width: 74%; max-height: 92%; height: auto; transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1); animation: floaty 6s ease-in-out infinite; }
.cards-3 > :nth-child(2n) .fcard-media img { animation-delay: -2s; } .cards-3 > :nth-child(3n) .fcard-media img { animation-delay: -4s; }
@keyframes floaty { 0%, 100% { translate: 0 0; } 50% { translate: 0 -6px; } }
.fcard:hover .fcard-media img { transform: scale(1.07); }
.fcard-body { padding: 24px 26px 28px; }
.fcard-body h3 { font-size: 20px; margin-bottom: 6px; } .fcard-body p { color: var(--muted); font-size: 15.5px; }
.fcard-more { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-weight: 600; font-size: 14.5px; color: var(--primary); }
.fcard-more svg { width: 16px; height: 16px; transition: transform 0.2s; } .fcard:hover .fcard-more svg { transform: translateX(4px); }
.fcard-media.icon::before, .fcard-media.icon::after { content: ''; position: absolute; border-radius: 50%; background: rgba(255, 255, 255, 0.55); }
.fcard-media.icon::before { width: 190px; height: 190px; left: -50px; top: -70px; } .fcard-media.icon::after { width: 120px; height: 120px; right: -30px; bottom: -50px; }
.big-ico { position: relative; z-index: 1; width: 92px; height: 92px; border-radius: 26px; background: var(--surface); color: var(--primary); display: grid; place-items: center; box-shadow: var(--shadow-md); transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1); animation: floaty 6s ease-in-out infinite; }
.big-ico svg { width: 44px; height: 44px; } .fcard:hover .big-ico { transform: scale(1.08) rotate(-4deg); }

/* inner-page headers get soft solid shapes */
.page-hero { position: relative; overflow: hidden; }
.page-hero > .container { position: relative; z-index: 1; }
.page-hero::before, .page-hero::after { content: ''; position: absolute; border-radius: 50%; background: var(--primary-soft); pointer-events: none; animation: floaty 9s ease-in-out infinite; }
.page-hero::before { width: 340px; height: 340px; left: -110px; top: -140px; } .page-hero::after { width: 230px; height: 230px; right: -70px; bottom: -110px; animation-delay: -4s; }

/* smaller hover polish */
.btn:active { transform: translateY(1px); }
.btn .arrow, .btn svg.arrow { transition: transform 0.2s; } .btn:hover .arrow { transform: translateX(4px); }
.info-card, .step-card, .faq-item, .calc-box { transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.info-card:hover, .step-card:hover, .calc-box:hover { box-shadow: var(--shadow-md); border-color: var(--border-strong); }
.step .body { transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s; } .step .body:hover { transform: translateX(6px); box-shadow: var(--shadow-md); }
.marquee-track span { transition: color 0.2s, transform 0.2s; } .marquee-track span:hover { color: var(--text); transform: translateY(-2px); }
@media (max-width: 720px) { .fcard-media { height: 160px; } }
@media (prefers-reduced-motion: reduce) { .fcard-media img, .big-ico, .page-hero::before, .page-hero::after { animation: none; } }

/* ---------- scroll animations ---------- */
[data-reveal='zoom']:not(.in) { transform: translateY(18px) scale(0.94); }
[data-reveal='left']:not(.in) { transform: translateX(-32px); }
[data-reveal='right']:not(.in) { transform: translateX(32px); }
.fcard[data-reveal], .plan[data-reveal], .step-card[data-reveal] { transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.2s, border-color 0.2s; transition-delay: var(--d, 0s); }
.scroll-bar { position: fixed; top: 0; left: 0; width: 100%; height: 3px; z-index: 210; background: #2f6bf2; transform-origin: 0 50%; transform: scaleX(0); pointer-events: none; }
.fcard-media img { position: relative; top: var(--py, 0px); }

/* ---------- navy hero: grid + glow (home and landing pages) ---------- */
main > section.hero, main > section.lp-hero {
  background:
    radial-gradient(900px 520px at 88% -8%, rgba(37, 150, 255, 0.34), transparent 62%),
    radial-gradient(760px 520px at -6% 108%, rgba(96, 78, 235, 0.30), transparent 62%),
    linear-gradient(180deg, #050b1f 0%, #08163d 100%);
  color: #fff;
}
.hero::before, .lp-hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: linear-gradient(rgba(130, 170, 255, 0.10) 1px, transparent 1px), linear-gradient(90deg, rgba(130, 170, 255, 0.10) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 80% 75% at 50% 42%, #000 20%, transparent 78%);
  mask-image: radial-gradient(ellipse 80% 75% at 50% 42%, #000 20%, transparent 78%);
}
.hero .grad-text, .lp-hero .grad-text { color: #38d3f5; }
.hero .btn-primary, .lp-hero .btn-primary { background: #2f7bf5; color: #fff; }
.hero .btn-primary:hover, .lp-hero .btn-primary:hover { background: #4d92ff; }
.lp-hero .tier-tabs button.on { color: #08163d; }
.hero .hero-stats { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(130, 170, 255, 0.22); border-radius: 14px; gap: 0; }
.hero .stat { padding: 16px 34px; } .hero .stat + .stat { border-left: 1px solid rgba(130, 170, 255, 0.22); }
.hero .hl-card { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(130, 170, 255, 0.24); }
.hero .hl-card:hover { background: rgba(255, 255, 255, 0.10); box-shadow: 0 16px 32px rgba(0, 10, 50, 0.45); }
.hero .hl-ico { background: #2f7bf5; }
.lp-hero .tier-card, .lp-hero .lp-stats { background: rgba(255, 255, 255, 0.06); border-color: rgba(130, 170, 255, 0.24); }
@media (max-width: 720px) { .hero .hero-stats { width: 100%; } .hero .stat { padding: 14px 8px; flex: 1; } }

/* ---------- home hero layout (static, centred) ---------- */
.hero { padding: calc(var(--header-h) + 72px) 0 72px; }
.hero-grid { justify-items: center; }
.hero-copy { max-width: 760px; }
.hero h1 { font-size: clamp(40px, 5.6vw, 68px); margin-bottom: 20px; }
.hero-lead { max-width: 640px; font-size: 18px; line-height: 1.65; }
.hero-cta { margin: 30px 0 0; gap: 14px; }
.hero-cta .btn { min-width: 190px; }
.hero-links { margin-top: 48px; gap: 18px; }
.hl-card { align-items: center; padding: 22px 24px; }
.hl-text b { font-size: 19px; }
.hl-text span { font-size: 14.5px; line-height: 1.5; }
.hero > .container:last-child { display: flex; justify-content: center; margin-top: 28px; }
.hero .hero-stats { margin: 0; }
@media (max-width: 720px) {
  .hero { padding: calc(var(--header-h) + 40px) 0 48px; }
  .hero-lead { font-size: 16.5px; }
  .hero-cta { width: 100%; } .hero-cta .btn { flex: 1 1 100%; min-width: 0; }
  .hero-links { margin-top: 32px; gap: 12px; }
  .hero > .container:last-child { margin-top: 20px; }
}

/* ---------- static banners ---------- */
.page-hero::before, .page-hero::after { animation: none; }

/* ==========================================================================
   fiber-internet page skin: warm peach / orange / blue / green palette
   ========================================================================== */
body[data-skin='warm'] {
  --primary: #0075a3; --primary-hover: #005f85; --primary-soft: #e2f1f7; --navy: #0075a3; --on-primary: #ffffff;
  --bg-alt: #f2f2f2; --text: #303030; --muted: #5b5b5f; --border: #e3e3e3; --border-strong: #cfcfcf;
  --font-head: 'Montserrat', system-ui, -apple-system, 'Segoe UI', sans-serif; --font-body: 'Montserrat', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-family: var(--font-body);
}
body[data-skin='warm'] .site-header { background: #57585c; border-bottom-color: #57585c; }
body[data-skin='warm'] .logo-text b { color: #fff; } body[data-skin='warm'] .logo-text small { color: #d6d6d9; }
body[data-skin='warm'] .site-header .btn-primary { background: #d0df00; color: #303030; }
body[data-skin='warm'] .site-header .btn-primary:hover { background: #dcec1c; }
body[data-skin='warm'] .promo-bar { margin-top: var(--header-h); background: #509e2f; color: #fff; text-align: center; padding: 12px 16px; font-weight: 600; font-size: 15px; line-height: 1.4; }
body[data-skin='warm'] .promo-bar a { color: #fff; text-decoration: underline; }
body[data-skin='warm'] main > section.lp-hero { background: #faecdd; color: #303030; padding-top: 56px; }
body[data-skin='warm'] .lp-hero::before { display: none; }
body[data-skin='warm'] .lp-hero h1 { color: #303030; }
body[data-skin='warm'] .lp-hero .grad-text { color: #e98012; }
body[data-skin='warm'] .lp-hero .lp-lead, body[data-skin='warm'] .lp-note { color: #4a4a4e; }
body[data-skin='warm'] .lp-badge { border-color: #e98012; color: #b85f00; background: rgba(233, 128, 18, 0.08); }
body[data-skin='warm'] .lp-checks li { color: #303030; } body[data-skin='warm'] .lp-checks svg { color: #e98012; }
body[data-skin='warm'] .lp-hero .btn-primary { background: #0075a3; color: #fff; } body[data-skin='warm'] .lp-hero .btn-primary:hover { background: #005f85; }
body[data-skin='warm'] .lp-hero .btn-ghost { background: transparent; color: #303030; border-color: #57585c; }
body[data-skin='warm'] .lp-hero .btn-ghost:hover { background: rgba(0, 0, 0, 0.05); border-color: #303030; }
body[data-skin='warm'] .tier-card { background: #fff; border: 1px solid #ecd9c6; color: #303030; box-shadow: 0 10px 30px rgba(120, 80, 30, 0.10); }
body[data-skin='warm'] .tier-card h3, body[data-skin='warm'] .tier-sub, body[data-skin='warm'] .tier-price span, body[data-skin='warm'] .tier-speed small { color: #5b5b5f; }
body[data-skin='warm'] .tier-tabs button { border-color: #dccdbd; color: #303030; } body[data-skin='warm'] .tier-tabs button:hover { border-color: #e98012; }
body[data-skin='warm'] .tier-tabs button.on { background: #e98012; border-color: #e98012; color: #fff; }
body[data-skin='warm'] .tier-price { border-top-color: #eadfd2; }
body[data-skin='warm'] .lp-stats { background: #fff; border-color: #ecd9c6; }
body[data-skin='warm'] .lp-stats div + div { border-left-color: #eadfd2; }
body[data-skin='warm'] .lp-stats b { color: #0075a3; } body[data-skin='warm'] .lp-stats span { color: #5b5b5f; }
body[data-skin='warm'] .plan .ribbon { background: #e98012; color: #fff; }
body[data-skin='warm'] .plan-tag { background: #e6f2dc; color: #3f7a24; }
body[data-skin='warm'] .big-ico { color: #e98012; }
body[data-skin='warm'] .step-card .n { background: #e98012; }
body[data-skin='warm'] .site-footer { background: #3f4044; border-top-color: #57585c; }
body[data-skin='warm'] .callbar .btn-primary { background: #d0df00; color: #303030; }

/* legal pages */
.prose .updated { color: var(--muted); font-size: 14px; margin-bottom: 20px; }
.prose p b, .prose li b { color: var(--text); }
.prose h2 { font-size: 21px; margin: 34px 0 10px; }
.prose ul { margin: 0 0 14px; }
