:root {
  --bg: #e6f1ff;
  --surface: #9dbbea;
  --text: #071321;
  --muted: #294367;
  --line: #6082c2;
  --accent: #254fe0;
  --accent-strong: #1448c6;
  --danger: #a93d4b;
  --max-width: 1180px;
  color-scheme: dark;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); }
body, button, a { font-family: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.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;
}
.container { width: min(var(--max-width), calc(100% - 48px)); margin: 0 auto; }

.topline {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.topline-inner { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; }
.topline-status { color: var(--text); }
.status-dot { display: none; }

.site-header { background: #7899d9; border-bottom: 1px solid #5578bb; }
.nav-wrap { align-items: center; display: flex; justify-content: space-between; min-height: 74px; }
.brand { font-size: 17px; font-weight: 700; letter-spacing: -.04em; }
.brand span { color: var(--muted); font-weight: 400; }
.primary-nav { align-items: center; display: flex; gap: 28px; font-size: 12px; }
.primary-nav a { color: var(--muted); transition: color .15s ease; }
.primary-nav a:hover, .primary-nav a.active { color: var(--text); }
.nav-cta { color: var(--text) !important; text-decoration: underline; text-decoration-color: var(--accent-strong); text-underline-offset: 5px; }
.menu-toggle { display: none; }

.hero { padding: 78px 0 0; }
.hero-intro { display: grid; gap: 34px; grid-template-columns: 72px minmax(0, 1fr) 285px; }
.hero-index, .hero-content, .hero-brief { border-top: 1px solid var(--line); padding-top: 13px; }
.hero-index { color: var(--accent-strong); font-size: 11px; font-weight: 700; letter-spacing: .08em; line-height: 1.45; }
.hero-index span { color: var(--muted); font-size: 9px; letter-spacing: .13em; }
.hero-content { border-top-color: var(--text); }
.eyebrow, .brief-label {
  color: var(--accent-strong);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0 0 25px;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--text); }
h1 { font-size: clamp(48px, 6.3vw, 82px); letter-spacing: -.09em; line-height: .91; margin-bottom: 30px; max-width: 760px; }
h1 em { color: var(--accent); font-style: normal; }
.hero-copy { color: var(--muted); font-size: 17px; line-height: 1.55; max-width: 520px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.button {
  background: var(--accent);
  border-radius: 6px;
  color: var(--text);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 15px;
  text-decoration: none;
  transition: background .15s ease, color .15s ease;
}
.button:hover { background: #173bb7; color: #fff; }
.button-yellow { background: #244fe1; color: #fff; }
.button-ghost { background: transparent; border: 1px solid var(--accent-strong); color: var(--accent-strong); }
.simple-hero { background: #9dbbea; padding: 86px 0 88px; }
.simple-hero-grid { display: grid; gap: 88px; grid-template-columns: minmax(0, 1fr) 360px; }
.simple-hero-copy { max-width: 680px; }
.simple-hero-copy h1 { font-size: clamp(48px, 6vw, 76px); max-width: 680px; }
.hero-meta { border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.55; margin: 42px 0 0; max-width: 720px; padding-top: 14px; }
.availability { align-self: end; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); padding: 15px 0 4px; }
.availability-title { color: var(--accent-strong); font-size: 10px; font-weight: 700; letter-spacing: .12em; margin: 0 0 10px; text-transform: uppercase; }
.availability dl { margin: 0; }
.availability dl > div { border-top: 1px solid var(--line); display: grid; gap: 16px; grid-template-columns: 112px 1fr; padding: 13px 0; }
.availability dt { color: var(--muted); font-size: 11px; line-height: 1.35; }
.availability dd { color: var(--text); font-size: 13px; line-height: 1.35; margin: 0; }
.simple-hero + .section { margin-top: 86px; }
.essentials { background: #596ee5; border-bottom: 1px solid #4760c7; border-top: 1px solid #4760c7; padding: 42px 0 66px; }
.essentials-list { border-color: #9eb6ff; }
.essentials-list p { border-color: #9eb6ff; }
.essentials .container { display: grid; gap: 50px; grid-template-columns: 180px minmax(0, 640px); }
.essentials-heading { color: var(--accent-strong); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.essentials-list { border-top: 1px solid var(--line); }
.essentials-list p { border-bottom: 1px solid var(--line); color: var(--text); font-size: 18px; letter-spacing: -.03em; margin: 0; padding: 15px 0; }
.hero-brief { border-top-color: var(--line); }
.brief-title { font-size: 21px; letter-spacing: -.06em; line-height: 1.05; margin: 48px 0 14px; }
.brief-note { color: var(--muted); font-size: 13px; line-height: 1.5; margin: 0; }
.hero-stats { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 82px; }
.hero-stat { min-height: 102px; padding: 17px 20px 16px 0; }
.hero-stat + .hero-stat { border-left: 1px solid var(--line); padding-left: 20px; }
.hero-stat span { color: var(--muted); display: block; font-size: 10px; font-weight: 700; letter-spacing: .08em; margin-bottom: 16px; text-transform: uppercase; }
.hero-stat strong { font-size: 14px; font-weight: 700; letter-spacing: -.02em; }

.section { padding: 88px 0; }
.section-light { background: var(--bg); color: var(--text); }
.section-header { align-items: end; display: flex; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-number { color: var(--accent-strong); font-size: 10px; font-weight: 700; letter-spacing: .1em; margin-bottom: 16px; }
h2 { font-size: clamp(35px, 5vw, 58px); letter-spacing: -.08em; line-height: .95; margin-bottom: 0; max-width: 570px; }
.section-note { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 0; max-width: 280px; }
.feature-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; }
.feature { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 18px; grid-template-columns: 28px 1fr; min-height: 145px; padding: 21px 24px 20px 0; }
.feature:nth-child(even) { border-left: 1px solid var(--line); padding-left: 24px; }
.feature-index { color: var(--accent-strong); font-size: 10px; font-weight: 700; }
.feature h3 { font-size: 17px; letter-spacing: -.04em; line-height: 1.08; margin: 0 0 10px; }
.feature p { color: var(--muted); font-size: 13px; line-height: 1.45; margin: 0; }

.runtime-section { border-top: 1px solid var(--line); padding: 86px 0; }
.runtime-layout { display: grid; gap: 70px; grid-template-columns: .9fr 1.1fr; }
.runtime-copy p { color: var(--muted); font-size: 16px; line-height: 1.55; max-width: 400px; }
.runtime-list { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; }
.runtime-item { align-items: center; border-bottom: 1px solid var(--line); display: flex; font-size: 17px; font-weight: 700; justify-content: space-between; padding: 17px 0; }
.runtime-item:nth-child(odd) { margin-right: 22px; }
.runtime-item:nth-child(even) { padding-left: 22px; }
.runtime-item span { color: var(--accent-strong); font-size: 10px; font-weight: 700; }

.location-band { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); color: var(--text); padding: 19px 0; }
.location-inner { align-items: center; display: flex; justify-content: space-between; gap: 24px; }
.location-label { color: var(--accent-strong); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.location-detail { color: var(--muted); font-size: 13px; }

.cta-section { background: #596ee5; padding: 88px 0; }
.cta-box { align-items: end; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 40px; padding: 38px 0; }
.cta-box .section-number { margin-bottom: 20px; }
.cta-box .button { flex: 0 0 auto; }

.page-hero { background: #9dbbea; border-bottom: 1px solid #6082c2; padding: 76px 0 66px; }
.page-hero h1 { font-size: clamp(48px, 7vw, 80px); margin-bottom: 19px; }
.page-hero p { color: var(--muted); font-size: 17px; line-height: 1.5; margin: 0; max-width: 560px; }
.plans-section { background: var(--bg); padding: 68px 0 92px; }
.plans-meta { align-items: center; display: flex; justify-content: space-between; margin-bottom: 28px; }
.plans-meta p { color: var(--muted); font-size: 12px; margin: 0; }
.payment-note { color: var(--accent-strong) !important; font-weight: 700; }
.plans-grid { display: grid; gap: 0 30px; grid-template-columns: repeat(3, 1fr); }
.plan-card { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; flex-direction: column; min-height: 366px; padding: 23px 0; }
.plan-card:hover { border-color: var(--accent-strong); }
.plan-card.featured { color: var(--text); }
.plan-card.featured .plan-name { color: var(--accent); }
.plan-top { align-items: start; display: flex; justify-content: space-between; }
.plan-name { font-size: 21px; font-weight: 700; letter-spacing: -.05em; }
.plan-tag { color: var(--accent-strong); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.plan-price { font-size: 31px; font-weight: 700; letter-spacing: -.07em; margin: 34px 0 3px; }
.plan-price small { color: var(--muted); font-size: 12px; font-weight: 400; letter-spacing: 0; }
.plan-usd { color: var(--muted); font-size: 12px; }
.plan-specs { border-top: 1px solid var(--line); list-style: none; margin: 21px 0 22px; padding: 12px 0 0; }
.plan-specs li { display: flex; font-size: 13px; justify-content: space-between; padding: 5px 0; }
.plan-specs li span { color: var(--muted); }
.plan-card .button { margin-top: auto; }
.payment-bar { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; margin-top: 23px; padding: 20px 0; }
.payment-bar strong { font-size: 13px; }
.payment-bar span { color: var(--muted); font-size: 12px; }

.legal-section { padding: 70px 0 100px; }
.legal-layout { display: grid; gap: 85px; grid-template-columns: 190px minmax(0, 690px); justify-content: center; }
.legal-aside { color: var(--muted); font-size: 10px; letter-spacing: .08em; line-height: 1.6; text-transform: uppercase; }
.legal-aside strong { color: var(--accent-strong); display: block; font-size: 11px; margin-bottom: 11px; }
.legal-copy h2 { font-size: 25px; letter-spacing: -.05em; margin: 0 0 13px; }
.legal-copy p, .legal-copy li { color: var(--muted); font-size: 15px; line-height: 1.7; }
.legal-copy p { margin-bottom: 32px; }
.inline-link { color: var(--accent); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-copy ul { margin: -12px 0 32px; padding-left: 20px; }
.legal-copy li { margin-bottom: 8px; padding-left: 4px; }
.legal-notice { border-left: 1px solid var(--accent-strong); color: var(--text) !important; padding: 2px 0 2px 18px; }
.legal-notice.alert { border-color: var(--danger); }

.site-footer { background: #d7eaff; border-top: 1px solid #9ab9e8; padding: 55px 0 24px; }
.footer-grid { display: grid; gap: 35px; grid-template-columns: 2fr 1fr 1fr 1.2fr; padding-bottom: 58px; }
.footer-brand p { color: var(--muted); font-size: 12px; line-height: 1.55; margin: 20px 0 0; }
.footer-column { display: flex; flex-direction: column; gap: 12px; }
.footer-label { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; margin-bottom: 8px; text-transform: uppercase; }
.footer-column a { color: var(--text); font-size: 13px; }
.footer-column a:hover { color: var(--accent); }
.footer-action { display: flex; flex-direction: column; }
.footer-action .button { align-self: flex-start; }
.footer-bottom { border-top: 1px solid var(--line); color: var(--muted); display: flex; font-size: 11px; justify-content: space-between; padding-top: 20px; }

@media (max-width: 840px) {
  .simple-hero-grid { gap: 48px; grid-template-columns: 1fr; }
  .availability { max-width: 520px; }
  .hero-intro { gap: 28px; grid-template-columns: 58px minmax(0, 1fr); }
  .hero-brief { grid-column: 2; max-width: 390px; }
  .hero-stats { margin-top: 56px; }
  .runtime-layout { gap: 42px; grid-template-columns: 1fr; }
  .hero { padding: 72px 0 0; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .cta-box { align-items: start; flex-direction: column; padding: 34px 0; }
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .legal-layout { gap: 40px; grid-template-columns: 130px minmax(0, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-action { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(var(--max-width), calc(100% - 32px)); }
  .topline-inner { align-items: flex-start; flex-direction: column; gap: 4px; padding: 9px 0; }
  .nav-wrap { min-height: 68px; position: relative; }
  .menu-toggle { background: transparent; border: 0; cursor: pointer; display: block; font-size: 11px; padding: 10px 0 10px 10px; text-transform: uppercase; }
  .menu-label { color: var(--accent); text-decoration: none; }
  .primary-nav {
    align-items: stretch;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    gap: 0;
    left: -16px;
    padding: 8px 16px 16px;
    position: absolute;
    right: -16px;
    top: 68px;
    z-index: 5;
  }
  .primary-nav.open { display: flex; }
  .primary-nav a { border-bottom: 1px solid var(--line); color: var(--text); padding: 15px 0; }
  .primary-nav a.active { color: var(--accent); }
  .primary-nav .nav-cta { border-bottom: 0; margin-top: 8px; padding: 15px 0 8px; }
  .hero { padding: 57px 0 0; }
  .simple-hero { padding: 58px 0 62px; }
  .simple-hero-grid { gap: 48px; }
  .simple-hero + .section { margin-top: 66px; }
  .simple-hero-copy h1 { font-size: clamp(44px, 14vw, 66px); }
  .hero-meta { margin-top: 36px; }
  .essentials { padding: 30px 0 44px; }
  .essentials .container { display: block; }
  .essentials-heading { margin-bottom: 22px; }
  .essentials-list p { font-size: 16px; padding: 13px 0; }
  .availability dl > div { gap: 12px; grid-template-columns: 104px 1fr; }
  .hero-intro { display: block; }
  .hero-index { border-top: 0; margin-bottom: 25px; padding-top: 0; }
  .hero-content { border-top: 1px solid var(--text); }
  .hero-brief { border-top: 1px solid var(--line); margin-top: 46px; max-width: none; padding-top: 16px; }
  .brief-title { margin-top: 30px; max-width: 280px; }
  .hero-stats { grid-template-columns: 1fr 1fr; margin-top: 55px; }
  .hero-stat { min-height: 92px; }
  .hero-stat strong { display: block; font-size: 13px; line-height: 1.35; }
  .hero-stat:nth-child(odd) { border-left: 0; padding-left: 0; }
  .hero-stat:nth-child(even) { border-left: 1px solid var(--line); padding-left: 16px; }
  h1 { font-size: clamp(46px, 16vw, 74px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: center; flex-direction: row; gap: 14px; }
  .hero-actions .button { width: auto; }
  .section, .runtime-section, .cta-section { padding: 66px 0; }
  .section-header { align-items: start; flex-direction: column; gap: 19px; margin-bottom: 31px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 0; padding: 20px 0; }
  .feature:nth-child(even) { border-left: 0; padding-left: 0; }
  .runtime-list { grid-template-columns: 1fr; }
  .runtime-item:nth-child(odd), .runtime-item:nth-child(even) { margin-right: 0; padding-left: 0; }
  .location-inner { align-items: start; flex-direction: column; gap: 10px; }
  .page-hero { padding: 55px 0 47px; }
  .plans-section { padding: 52px 0 70px; }
  .plans-meta { align-items: start; flex-direction: column; gap: 8px; }
  .plans-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 345px; }
  .payment-bar { align-items: start; flex-direction: column; }
  .legal-section { padding: 52px 0 72px; }
  .legal-layout { display: block; }
  .legal-aside { margin-bottom: 42px; }
  .footer-grid { gap: 38px 20px; grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-action { grid-column: 1 / -1; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 9px; line-height: 1.4; }
}