:root {
  color-scheme: light;
  --ink: #07111f;
  --muted: #526174;
  --line: #dbe4ee;
  --paper: #f6f9fc;
  --blue: #2563eb;
  --cyan: #06b6d4;
  --lime: #bef264;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.hero {
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 75% 25%, rgb(37 99 235 / 0.45), transparent 30rem),
    radial-gradient(circle at 15% 85%, rgb(6 182 212 / 0.25), transparent 28rem),
    #07111f;
}

.nav { display: flex; min-height: 80px; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { font-size: 1.25rem; font-weight: 900; letter-spacing: -0.04em; text-decoration: none; }
.nav-links, .footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
.nav-links a, .footer-links a { color: #cbd5e1; font-size: 0.92rem; font-weight: 650; text-decoration: none; }
.nav-links a:hover, .footer-links a:hover { color: white; }

.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; align-items: center; gap: 72px; padding-block: 96px 120px; }
.eyebrow { margin: 0 0 16px; color: var(--lime); font-size: 0.76rem; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3rem, 7vw, 5.8rem); line-height: 0.98; letter-spacing: -0.06em; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4.5vw, 3.7rem); line-height: 1.08; letter-spacing: -0.045em; }
h3 { margin-bottom: 10px; font-size: 1.25rem; letter-spacing: -0.02em; }
.lede { max-width: 720px; color: #cbd5e1; font-size: 1.15rem; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 18px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 0 22px; font-weight: 800; text-decoration: none; transition: transform 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--lime); color: var(--ink); }
.button.primary:hover { background: #d9f99d; }
.button.secondary { border-color: #475569; color: white; }
.button.secondary:hover { background: rgb(255 255 255 / 0.08); }
.microcopy { color: #94a3b8; font-size: 0.88rem; }

.preview { overflow: hidden; border: 1px solid rgb(255 255 255 / 0.18); border-radius: 24px; background: rgb(255 255 255 / 0.08); box-shadow: 0 35px 80px rgb(0 0 0 / 0.35); transform: rotate(1.5deg); backdrop-filter: blur(16px); }
.preview-bar { display: flex; gap: 7px; border-bottom: 1px solid rgb(255 255 255 / 0.12); padding: 14px 18px; }
.preview-bar span { width: 9px; height: 9px; border-radius: 50%; background: #64748b; }
.preview-bar span:first-child { background: #fb7185; }
.preview-bar span:nth-child(2) { background: #facc15; }
.preview-bar span:last-child { background: #4ade80; }
.preview-body { padding: 54px 38px 38px; }
.preview-label { color: #93c5fd; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.14em; }
.preview-title, .preview-copy { border-radius: 999px; background: white; }
.preview-title { width: 90%; height: 22px; margin-bottom: 12px; }
.preview-title.short { width: 62%; }
.preview-copy { width: 86%; height: 8px; margin-top: 26px; background: #64748b; }
.preview-copy.medium { width: 70%; margin-top: 9px; }
.preview-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 46px; }
.preview-cards span { height: 92px; border: 1px solid rgb(255 255 255 / 0.14); border-radius: 12px; background: linear-gradient(145deg, #1e3a8a, #0e7490); }
.preview-cards span:nth-child(2) { background: linear-gradient(145deg, #4c1d95, #be185d); }
.preview-cards span:nth-child(3) { background: linear-gradient(145deg, #065f46, #0891b2); }

.section { padding-block: 105px; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading > p:last-child, .feature-grid p, .hosting-card p { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-grid article { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; padding: 32px; box-shadow: 0 10px 35px rgb(15 23 42 / 0.05); }
.feature-number { display: inline-block; margin-bottom: 42px; color: var(--blue); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.12em; }
.feature-grid p { margin-bottom: 0; }

.stack-section { background: var(--ink); color: white; }
.stack-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; padding-block: 92px; }
.stack-list { display: flex; flex-wrap: wrap; align-content: center; gap: 12px; margin: 0; padding: 0; list-style: none; }
.stack-list li { border: 1px solid #334155; border-radius: 999px; padding: 10px 16px; color: #dbeafe; font-weight: 700; }

.hosting-card { display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: center; gap: 54px; border: 1px solid #bfdbfe; border-radius: 30px; background: linear-gradient(145deg, white, #eff6ff); padding: 54px; box-shadow: 0 24px 60px rgb(37 99 235 / 0.12); }
.hosting-actions { display: grid; justify-items: start; gap: 18px; }
.text-link { color: var(--blue); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

footer { background: #020617; color: white; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 42px; }
.footer-grid p { margin: 4px 0 0; color: #94a3b8; }

@media (max-width: 850px) {
  .hero-grid, .stack-grid, .hosting-card { grid-template-columns: 1fr; }
  .hero-grid { padding-block: 72px 92px; }
  .preview { max-width: 620px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1160px); }
  .nav { align-items: flex-start; flex-direction: column; justify-content: center; }
  .nav-links { gap: 14px; font-size: 0.86rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .section { padding-block: 72px; }
  .preview-body { padding: 38px 24px 24px; }
  .hosting-card { padding: 32px 24px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}

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