:root {
  --navy-950: #061a2d;
  --navy-900: #0a2742;
  --navy-800: #123c61;
  --navy-700: #1f5682;
  --blue-100: #eaf3fa;
  --blue-50: #f5f9fc;
  --orange-600: #e97817;
  --orange-500: #f28b2a;
  --orange-100: #fff0df;
  --green-700: #217a4a;
  --green-100: #e9f7ef;
  --amber-700: #9a6200;
  --amber-100: #fff4d7;
  --slate-900: #17212b;
  --slate-700: #425466;
  --slate-500: #697a8c;
  --slate-300: #cbd5df;
  --slate-200: #e1e8ee;
  --slate-100: #eef3f7;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(6, 26, 45, 0.10);
  --shadow-soft: 0 8px 24px rgba(6, 26, 45, 0.08);
  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 9px;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--slate-900);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--navy-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--orange-600); }
button, input, textarea, select { font: inherit; }

.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 88px 0; }
.section-sm { padding: 56px 0; }
.section-tint { background: var(--blue-50); }
.section-dark { background: var(--navy-950); color: var(--white); }
.section-dark p { color: #c9d8e6; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: var(--orange-600);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; background: var(--orange-500); border-radius: 3px; }

h1, h2, h3, h4 { margin: 0 0 0.55em; line-height: 1.12; letter-spacing: -0.03em; color: var(--navy-950); }
h1 { font-size: clamp(2.7rem, 6vw, 5.6rem); max-width: 1050px; }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); }
h3 { font-size: clamp(1.28rem, 2vw, 1.65rem); }
h4 { font-size: 1.05rem; }
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: var(--white); }
.lead { font-size: clamp(1.1rem, 2vw, 1.35rem); color: var(--slate-700); max-width: 800px; }
.muted { color: var(--slate-500); }
.small { font-size: 0.9rem; }
.text-orange { color: var(--orange-600); }

.top-notice {
  background: var(--orange-600);
  color: var(--white);
  text-align: center;
  font-weight: 700;
  font-size: 0.93rem;
  padding: 9px 18px;
}
.top-notice a { color: var(--white); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(203, 213, 223, 0.75);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 210px; max-height: 58px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: var(--navy-900); font-size: 0.94rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--orange-600); }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--navy-950); font-weight: 800; padding: 10px; cursor: pointer; }

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 19px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange-600); color: var(--white); box-shadow: 0 12px 28px rgba(233,120,23,0.26); }
.btn-primary:hover { color: var(--white); background: #cf6410; }
.btn-secondary { background: var(--navy-900); color: var(--white); }
.btn-secondary:hover { color: var(--white); background: var(--navy-800); }
.btn-outline { border-color: var(--navy-800); color: var(--navy-900); background: transparent; }
.btn-outline:hover { background: var(--navy-900); color: var(--white); }
.btn-light { background: var(--white); color: var(--navy-900); }
.btn-light:hover { color: var(--navy-900); box-shadow: var(--shadow-soft); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 78px;
  background:
    radial-gradient(circle at 88% 20%, rgba(242,139,42,.18), transparent 28%),
    linear-gradient(135deg, #f8fbfd 0%, #ffffff 54%, #eef6fb 100%);
}
.hero::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  border: 80px solid rgba(18,60,97,.035);
  border-radius: 50%;
  right: -220px;
  bottom: -260px;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); align-items: center; gap: 68px; position: relative; z-index: 1; }
.hero-copy p { max-width: 760px; }
.hero-panel {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow);
}
.hero-logo { display: block; width: min(330px, 82%); margin: 0 auto 18px; }
.hero-panel .tagline { text-align: center; color: var(--navy-900); font-weight: 800; font-size: 1.05rem; }
.hero-panel .motto { text-align: center; color: var(--orange-600); font-weight: 900; font-style: italic; }

.trust-strip { border-top: 1px solid var(--slate-200); border-bottom: 1px solid var(--slate-200); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 26px 24px; border-right: 1px solid var(--slate-200); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--navy-900); font-size: 1.02rem; }
.trust-item span { color: var(--slate-500); font-size: .9rem; }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr); gap: 70px; align-items: center; }

.card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--shadow-soft);
}
.card p:last-child { margin-bottom: 0; }
.card-accent { border-top: 5px solid var(--orange-500); }
.product-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 100%; }
.product-card .product-mark { width: 82px; height: 82px; object-fit: contain; margin-bottom: 16px; }
.product-card .card-actions { margin-top: auto; padding-top: 18px; }
.product-card.planned { background: linear-gradient(150deg, #fff, #f5f9fc); }

.status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: .72rem;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 14px;
}
.status-live { background: var(--green-100); color: var(--green-700); }
.status-beta { background: var(--orange-100); color: #b95500; }
.status-planned { background: var(--amber-100); color: var(--amber-700); }
.status-discovery { background: var(--blue-100); color: var(--navy-700); }

.feature-list, .check-list { list-style: none; padding: 0; margin: 20px 0 0; }
.feature-list li, .check-list li { position: relative; padding: 7px 0 7px 28px; color: var(--slate-700); }
.feature-list li::before, .check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange-600); font-weight: 900; }

.motto-band { background: var(--navy-900); color: var(--white); padding: 34px 0; }
.motto-band .container { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.motto-band strong { font-size: clamp(1.4rem, 3vw, 2.4rem); font-style: italic; }
.motto-band span { color: #c9d8e6; }

.logo-feature { display: flex; align-items: center; gap: 28px; }
.logo-feature img { width: 180px; flex: 0 0 auto; }

.price-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 25px 22px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: var(--white); }
.price-card.featured { border: 2px solid var(--orange-500); transform: translateY(-8px); box-shadow: var(--shadow); }
.price-card .plan { color: var(--navy-900); font-size: 1.15rem; font-weight: 900; }
.price-card .price { font-size: 2.35rem; font-weight: 900; color: var(--navy-950); letter-spacing: -0.05em; line-height: 1.05; margin: 13px 0 2px; }
.price-card .price small { font-size: .85rem; letter-spacing: 0; color: var(--slate-500); }
.price-card .annual { min-height: 44px; color: var(--slate-500); font-size: .84rem; }
.price-card ul { list-style: none; padding: 0; margin: 18px 0; }
.price-card li { padding: 6px 0; border-bottom: 1px solid var(--slate-100); color: var(--slate-700); font-size: .9rem; }
.price-card .btn { margin-top: auto; }
.price-badge { position: absolute; top: -14px; right: 16px; background: var(--orange-600); color: var(--white); border-radius: 999px; padding: 5px 11px; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.founding-price { margin-top: 12px; padding: 11px; background: var(--orange-100); border-radius: 9px; color: #9a4700; font-weight: 800; font-size: .88rem; }

.table-wrap { overflow-x: auto; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: var(--white); }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--slate-200); vertical-align: top; }
th { background: var(--navy-900); color: var(--white); font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }
tr:last-child td { border-bottom: 0; }

.callout { border-left: 5px solid var(--orange-500); background: var(--orange-100); padding: 20px 22px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.callout strong { color: var(--navy-950); }

.page-hero { padding: 68px 0 58px; background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); color: var(--white); }
.page-hero h1 { color: var(--white); font-size: clamp(2.45rem, 5vw, 4.9rem); }
.page-hero p { color: #cfdeea; max-width: 850px; font-size: 1.16rem; }
.page-hero .eyebrow { color: #ffad65; }
.page-hero-logo { width: 180px; padding: 14px; border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.page-hero-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }

.timeline { position: relative; margin-top: 36px; }
.timeline::before { content: ""; position: absolute; left: 18px; top: 0; bottom: 0; width: 3px; background: var(--slate-200); }
.timeline-item { position: relative; padding: 0 0 34px 58px; }
.timeline-dot { position: absolute; left: 6px; top: 4px; width: 27px; height: 27px; background: var(--orange-500); border: 6px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 2px var(--orange-500); }

.faq { display: grid; gap: 12px; }
details { border: 1px solid var(--slate-200); border-radius: var(--radius-sm); background: var(--white); padding: 0 20px; }
summary { cursor: pointer; padding: 17px 0; font-weight: 800; color: var(--navy-900); }
details p { margin-top: 0; color: var(--slate-700); }

.cta-band { background: linear-gradient(135deg, var(--orange-600), #f49d45); color: var(--white); padding: 58px 0; }
.cta-band h2 { color: var(--white); }
.cta-band p { color: #fff6ec; max-width: 760px; }
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 32px; }

.site-footer { background: var(--navy-950); color: #c8d6e2; padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-logo { width: 230px; margin-bottom: 14px; }
.site-footer h4 { color: var(--white); margin-bottom: 14px; }
.site-footer a { color: #c8d6e2; text-decoration: none; }
.site-footer a:hover { color: #ffad65; }
.footer-links { display: grid; gap: 8px; }
.footer-bottom { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; font-size: .88rem; }

.notice { background: var(--blue-100); border: 1px solid #c5ddec; color: var(--navy-800); border-radius: var(--radius-sm); padding: 15px 18px; }
.kicker-number { display: block; color: var(--orange-600); font-size: 2rem; font-weight: 900; line-height: 1; margin-bottom: 8px; }

@media (max-width: 1080px) {
  .price-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .price-card.featured { transform: none; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .nav-links { gap: 15px; }
  .nav-links a { font-size: .88rem; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 28px, var(--max)); }
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 78px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--slate-200); padding: 16px 22px 24px; flex-direction: column; align-items: stretch; box-shadow: var(--shadow-soft); }
  .nav-links.open { display: flex; }
  .nav-links .btn { width: 100%; }
  .brand img { width: 175px; }
  .hero-grid, .split, .page-hero-grid { grid-template-columns: 1fr; }
  .hero-panel { max-width: 560px; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--slate-200); }
  .cta-grid, .motto-band .container { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .section { padding: 66px 0; }
  .hero { padding: 66px 0 54px; }
  .grid-2, .grid-3, .grid-4, .price-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--slate-200); }
  .trust-item:last-child { border-bottom: 0; }
  .logo-feature { align-items: flex-start; flex-direction: column; }
  .footer-bottom { flex-direction: column; }
  h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
}
