:root {
  --navy: #07172d;
  --navy-2: #0b2341;
  --blue: #1683c7;
  --green: #9fbd3f;
  --green-bright: #c4df62;
  --paper: #f4f7f8;
  --white: #ffffff;
  --ink: #12233a;
  --muted: #607087;
  --line: #dbe3e8;
  --shadow: 0 24px 70px rgba(7, 23, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.shell { width: min(1160px, calc(100% - 40px)); 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: absolute; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; background: white; color: var(--navy); }
.skip-link:focus { top: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 23, 45, .96);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: flex-end; gap: 12px; text-decoration: none; color: white; }
.brand-mark { display: inline-flex; gap: 3px; align-items: flex-end; height: 25px; }
.brand-mark i { display: block; width: 7px; border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.brand-mark i:nth-child(1) { height: 9px; }
.brand-mark i:nth-child(2) { height: 14px; }
.brand-mark i:nth-child(3) { height: 19px; }
.brand-mark i:nth-child(4) { height: 25px; border-color: var(--green); background: var(--green); }
.brand-name { font: 800 24px/1 "Manrope", sans-serif; letter-spacing: -.8px; }
.brand-name span { color: var(--green-bright); }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { color: rgba(255,255,255,.78); font-weight: 600; font-size: 14px; text-decoration: none; transition: color .2s ease; }
.site-nav a:hover { color: white; }
.site-nav .nav-login { padding: 11px 18px; color: var(--navy); background: var(--green-bright); border-radius: 8px; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.24); background: transparent; border-radius: 8px; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: white; }

.hero { position: relative; overflow: hidden; color: white; background: var(--navy); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%; background: rgba(22,131,199,.18); filter: blur(20px); right: -250px; top: -300px; }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-layout { position: relative; min-height: 690px; display: grid; grid-template-columns: 1.05fr .85fr; align-items: center; gap: 80px; padding-block: 82px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 9px; color: var(--green-bright); font-weight: 700; font-size: 12px; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #648318; }
.hero h1, .section h2, .cta-box h2 { margin: 0; font-family: "Manrope", sans-serif; letter-spacing: -2.5px; }
.hero h1 { max-width: 720px; font-size: clamp(48px, 6vw, 78px); line-height: 1.02; }
.hero h1 em { color: var(--green-bright); font-style: normal; }
.hero-lead { max-width: 610px; margin: 26px 0 0; color: #c1ccda; font-size: 19px; line-height: 1.7; }
.hero-actions, .support-actions, .cta-actions { display: flex; align-items: center; gap: 13px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--green-bright); box-shadow: 0 10px 30px rgba(196,223,98,.16); }
.button-primary:hover { background: #d2eb75; }
.button-ghost { color: white; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button-outline { color: var(--navy); border-color: #aebbc6; }
.button-outline:hover { border-color: var(--navy); }
.button-light { color: white; border-color: rgba(255,255,255,.4); }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; margin: 28px 0 0; padding: 0; color: #afbdce; list-style: none; font-size: 13px; }
.hero-points span { color: var(--green-bright); margin-right: 5px; }

.status-card { position: relative; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; overflow: hidden; background: rgba(13,38,69,.82); box-shadow: 0 36px 80px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
.status-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg,var(--green),var(--blue)); }
.status-head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.12); color: #c7d1dc; font-size: 12px; }
.status-head strong { color: var(--green-bright); font-size: 10px; letter-spacing: 1.4px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 5px rgba(196,223,98,.1); }
.status-body { padding: 25px 22px 18px; }
.status-body > p { margin: 0 0 17px; color: white; font: 700 17px/1.3 "Manrope", sans-serif; }
.service-row { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 13px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.1); }
.service-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.08); color: var(--green-bright); font: 700 12px/1 "Manrope", sans-serif; }
.service-row b, .service-row small { display: block; }
.service-row b { margin-bottom: 4px; color: #f5f8fb; font-size: 13px; }
.service-row small { color: #91a4ba; font-size: 11px; }
.service-row i { color: #8ba0b6; font-size: 10px; font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
.status-link { display: flex; justify-content: space-between; padding: 17px 22px; border-top: 1px solid rgba(255,255,255,.12); color: white; background: rgba(255,255,255,.04); text-decoration: none; font-weight: 600; font-size: 13px; }
.status-link span { color: var(--green-bright); }

.proof-strip { background: var(--green-bright); }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.proof-grid div { display: flex; align-items: center; gap: 11px; padding: 23px 28px; border-left: 1px solid rgba(7,23,45,.15); }
.proof-grid div:last-child { border-right: 1px solid rgba(7,23,45,.15); }
.proof-grid strong { color: var(--navy); font: 800 15px/1 "Manrope",sans-serif; white-space: nowrap; }
.proof-grid span { color: #485825; font-size: 12px; }

.section { padding: 108px 0; }
.section-heading h2, .support-section h2 { font-size: clamp(38px, 4vw, 55px); line-height: 1.08; }
.section-heading > p { color: var(--muted); line-height: 1.75; }
.split-heading { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 70px; margin-bottom: 52px; }
.split-heading > p { margin: 0 0 5px; }
.centered { max-width: 710px; margin: 0 auto 52px; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:last-child { max-width: 640px; margin: 20px auto 0; }
.services-section { background: var(--paper); }
.service-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { position: relative; min-height: 350px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 12px 36px rgba(7,23,45,.04); }
.service-card::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 5px; background: var(--card-accent); transform: scaleX(.25); transform-origin: left; transition: transform .3s ease; }
.service-card:hover::after { transform: scaleX(1); }
.accent-green { --card-accent: var(--green); }
.accent-blue { --card-accent: var(--blue); }
.accent-lime { --card-accent: #6b8b20; }
.card-number { position: absolute; right: 24px; top: 24px; color: #a8b4bf; font: 700 11px/1 "Manrope",sans-serif; letter-spacing: 1px; }
.card-symbol { width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 14px; color: var(--navy); background: color-mix(in srgb, var(--card-accent) 17%, white); font: 800 16px/1 "Manrope",sans-serif; }
.service-card h3 { margin: 0 0 13px; font: 800 24px/1.2 "Manrope",sans-serif; }
.service-card p { min-height: 70px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card a { display: inline-flex; gap: 9px; margin-top: 24px; color: var(--navy); text-decoration: none; font-weight: 700; font-size: 13px; }
.service-card a span { color: var(--card-accent); }

.hosting-section { background: white; }
.plans { display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; gap: 20px; }
.plan { position: relative; padding: 37px 34px 34px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.plan.featured { border-color: var(--green); box-shadow: var(--shadow); }
.popular { position: absolute; right: 18px; top: 17px; padding: 6px 9px; border-radius: 5px; color: #445816; background: #e8f2c6; font-size: 9px; font-weight: 800; letter-spacing: 1px; }
.plan-kicker { margin: 0 0 9px; color: #718094; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.3px; }
.plan h3 { margin: 0 0 20px; font: 800 23px/1.2 "Manrope",sans-serif; }
.plan-price { display: flex; align-items: flex-start; margin: 0 0 26px; font: 800 45px/1 "Manrope",sans-serif; color: var(--navy); letter-spacing: -2px; }
.plan-price > span { margin: 4px 3px 0 0; font-size: 18px; letter-spacing: 0; }
.plan-price small { align-self: flex-end; margin: 0 0 4px 8px; color: #8190a0; font: 500 12px/1 "DM Sans",sans-serif; letter-spacing: 0; }
.plan ul { min-height: 170px; margin: 0 0 25px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.plan li { position: relative; margin: 12px 0; padding-left: 23px; color: #536276; font-size: 13px; }
.plan li::before { content: "✓"; position: absolute; left: 0; color: #72911f; font-weight: 800; }
.plan .button { width: 100%; }
.plan-note { margin: 27px 0 0; text-align: center; color: var(--muted); font-size: 13px; }
.plan-note a { color: var(--navy); font-weight: 700; }

.support-section { color: white; background: var(--navy-2); }
.support-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 110px; }
.support-layout > div > p:not(.eyebrow) { max-width: 550px; color: #adbed0; font-size: 17px; line-height: 1.75; }
.text-link { color: white; font-weight: 700; font-size: 13px; text-decoration: none; }
.support-list { border-top: 1px solid rgba(255,255,255,.14); }
.support-list > div { display: grid; grid-template-columns: 50px 1fr; gap: 15px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.support-list > div > span { color: var(--green-bright); font: 700 11px/1.4 "Manrope",sans-serif; }
.support-list p { margin: 0; }
.support-list b, .support-list small { display: block; }
.support-list b { margin-bottom: 6px; font: 700 16px/1.3 "Manrope",sans-serif; }
.support-list small { color: #93a8bd; font-size: 13px; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-layout h2 { font-size: clamp(36px,4vw,50px); }
.dark-link { display: inline-block; margin-top: 24px; color: var(--navy); }
.faqs { border-top: 1px solid #cfd9df; }
.faqs details { border-bottom: 1px solid #cfd9df; }
.faqs summary { position: relative; padding: 24px 46px 24px 0; cursor: pointer; color: var(--navy); font: 700 16px/1.4 "Manrope",sans-serif; list-style: none; }
.faqs summary::-webkit-details-marker { display: none; }
.faqs summary::after { content: "+"; position: absolute; right: 7px; top: 19px; color: #76931f; font-size: 26px; font-weight: 400; }
.faqs details[open] summary::after { content: "–"; }
.faqs details p { margin: -4px 40px 24px 0; color: var(--muted); line-height: 1.7; font-size: 14px; }
.faqs details p a { color: var(--navy); font-weight: 700; }

.cta-section { padding: 0 0 100px; background: var(--paper); }
.cta-box { display: flex; justify-content: space-between; align-items: center; gap: 60px; padding: 58px 64px; border-radius: 18px; color: white; background: linear-gradient(115deg,#0a1e3b 0%,#0b2d50 100%); box-shadow: var(--shadow); }
.cta-box h2 { max-width: 630px; font-size: clamp(32px,3.5vw,48px); }
.cta-box .eyebrow { margin-bottom: 13px; }
.cta-actions { margin: 0; flex-shrink: 0; }

.site-footer { color: #afbed0; background: #051122; }
.footer-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 50px; padding: 54px 0 40px; }
.footer-top > p { max-width: 390px; margin: 0; font-size: 13px; line-height: 1.7; }
.footer-top nav { display: flex; gap: 25px; }
.footer-top nav a, .footer-bottom a { color: #d3deea; text-decoration: none; font-size: 12px; }
.brand-footer .brand-name { font-size: 20px; }
.brand-footer .brand-mark { transform: scale(.85); transform-origin: left bottom; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 22px 0 28px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

@media (max-width: 980px) {
  .site-nav { gap: 19px; }
  .hero-layout { grid-template-columns: 1fr; gap: 48px; min-height: 0; padding-block: 80px; }
  .hero-copy { max-width: 760px; }
  .status-card { max-width: 600px; }
  .proof-grid div { display: block; }
  .proof-grid span { display: block; margin-top: 5px; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-card { padding: 28px; }
  .plans { gap: 12px; }
  .plan { padding: 32px 24px; }
  .support-layout { gap: 60px; }
  .faq-layout { gap: 60px; }
  .cta-box { align-items: flex-start; padding: 48px; flex-direction: column; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 67px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 67px; left: 0; right: 0; display: none; padding: 17px 20px 24px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 20px 30px rgba(0,0,0,.25); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 9px 4px; }
  .site-nav .nav-login { margin-top: 4px; text-align: center; }
  .hero-layout { padding-block: 64px; }
  .hero h1 { font-size: clamp(43px,14vw,65px); letter-spacing: -2px; }
  .hero-lead { font-size: 17px; }
  .hero-actions, .support-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-points { display: grid; gap: 10px; }
  .status-card { border-radius: 12px; }
  .proof-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .proof-grid div, .proof-grid div:last-child { padding: 14px 8px; border: 0; border-bottom: 1px solid rgba(7,23,45,.14); }
  .proof-grid div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .service-cards, .plans { grid-template-columns: 1fr; }
  .service-card { min-height: 315px; }
  .plan ul { min-height: 0; }
  .support-layout, .faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .support-actions .text-link { padding: 12px 0; text-align: center; }
  .cta-section { padding-bottom: 70px; }
  .cta-box { padding: 38px 28px; }
  .cta-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; }
  .footer-top nav { flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
