:root {
  --ink: #0B1F3A;
  --ink-2: #13294a;
  --teal: #14B8B0;
  --teal-dk: #0e938c;
  --paper: #FFFFFF;
  --fog: #F4F6F9;
  --line: #E5E9EF;
  --muted: #6B7685;
  --muted-2: #94A0AF;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 80px; }
html, body { margin: 0; padding: 0; background: white; color: var(--ink); font-family: 'Inter', -apple-system, sans-serif; -webkit-font-smoothing: antialiased; line-height: 1.5; }

.grotesk { font-family: 'Space Grotesk', sans-serif; }
.mono { font-family: 'JetBrains Mono', monospace; }

.wm { font-family: 'Space Grotesk', sans-serif; font-weight: 700; letter-spacing: -0.04em; line-height: 1; display: inline-block; color: var(--ink); }
.wm .dot { color: var(--teal); }
.wm.white { color: white; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.container-narrow { max-width: 880px; margin: 0 auto; padding: 0 32px; }

/* ==================== NAV ==================== */
nav.topnav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: 1180px; margin: 0 auto; padding: 18px 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a {
  font-family: 'Space Grotesk'; font-size: 13.5px; font-weight: 500; color: var(--ink);
  text-decoration: none; letter-spacing: -0.005em;
}
.nav-links a:hover { color: var(--teal-dk); }
.nav-links a.nav-cta { color: white; }
.nav-cta {
  background: var(--ink); color: white; padding: 10px 18px;
  border-radius: 999px; font-family: 'Space Grotesk'; font-weight: 600; font-size: 13px;
  letter-spacing: 0; text-decoration: none; display: inline-block;
  transition: background 0.15s ease;
}
.nav-cta:hover { background: var(--ink-2); }

/* ==================== HERO ==================== */
.hero {
  padding: 120px 0 110px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.hero-grid {
  display: grid; grid-template-columns: 1fr 320px; gap: 80px;
  align-items: end;
}
.hero .eyebrow {
  font-family: 'JetBrains Mono'; font-size: 11px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--teal);
  margin-bottom: 28px;
}
.hero h1 {
  font-family: 'Space Grotesk'; font-weight: 700;
  font-size: clamp(48px, 7vw, 92px);
  letter-spacing: -0.04em; line-height: 0.95;
  margin: 0 0 28px;
  text-wrap: balance;
}
.hero h1 .em { color: var(--teal); }
.hero h1 em {
  font-style: normal; font-weight: 400;
  font-family: 'Space Grotesk';
  color: var(--muted);
}
.hero .lede {
  font-size: 19px; line-height: 1.55; color: var(--muted);
  max-width: 540px; margin: 0;
}
.hero-meta {
  border-left: 2px solid var(--teal);
  padding: 6px 0 6px 22px;
  margin-bottom: 6px;
}
.hero-meta dt {
  font-family: 'JetBrains Mono'; font-size: 10px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted-2);
}
.hero-meta dd {
  font-family: 'Space Grotesk'; font-weight: 600; font-size: 14px;
  margin: 4px 0 18px; letter-spacing: -0.005em;
}
.hero-meta dd:last-child { margin-bottom: 0; }

.hero-actions { margin-top: 40px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.btn-primary {
  background: var(--ink); color: white;
  padding: 16px 28px; border-radius: 999px;
  font-family: 'Space Grotesk'; font-weight: 600; font-size: 14.5px;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.15s ease;
}
.btn-primary:hover { background: var(--ink-2); transform: translateY(-1px); }
.btn-primary .arrow { transition: transform 0.15s ease; }
.btn-primary:hover .arrow { transform: translateX(3px); }

.btn-secondary {
  color: var(--ink); padding: 16px 22px;
  font-family: 'Space Grotesk'; font-weight: 600; font-size: 14.5px;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
}
.btn-secondary:hover { color: var(--teal-dk); }

.hero-foot-note {
  margin-top: 22px; font-size: 12.5px; color: var(--muted);
  display: flex; align-items: center; gap: 10px;
}
.hero-foot-note .pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--teal);
  box-shadow: 0 0 0 0 rgba(20,184,176,0.5);
  animation: pulse 2.4s ease-out infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(20,184,176,0.55); }
  100% { box-shadow: 0 0 0 12px rgba(20,184,176,0); }
}

/* ==================== SECTION ==================== */
section.sec { padding: 96px 0; border-bottom: 1px solid var(--line); }
.sec-eyebrow {
  font-family: 'JetBrains Mono'; font-size: 11px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--teal);
}
.sec-title {
  font-family: 'Space Grotesk'; font-weight: 700;
  font-size: 44px; letter-spacing: -0.025em; line-height: 1.05;
  margin: 12px 0 0;
  text-wrap: balance;
}
.sec-title em { font-style: normal; color: var(--muted); font-weight: 400; }
.sec-title .em { color: var(--teal); }
.sec-lede {
  font-size: 17px; line-height: 1.6; color: var(--muted);
  max-width: 580px; margin: 22px 0 0;
}
.sec-head {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
  align-items: end; margin-bottom: 56px;
}
.sec-head.single { grid-template-columns: 1fr; }

/* ==================== WHAT I DO ==================== */
.focus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1.5px solid var(--ink); }
.focus-row {
  display: grid; grid-template-columns: 80px 1fr; gap: 28px;
  padding: 32px 28px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  align-items: start;
}
.focus-row:nth-child(2n) { border-right: none; }
.focus-row .num {
  font-family: 'JetBrains Mono'; font-size: 12px; font-weight: 600;
  color: var(--muted-2); letter-spacing: 0.14em;
  padding-top: 4px;
}
.focus-row h3 {
  font-family: 'Space Grotesk'; font-weight: 700; font-size: 22px;
  letter-spacing: -0.015em; margin: 0 0 8px;
}
.focus-row p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.6; }
.focus-row .stack {
  margin-top: 14px;
  font-family: 'JetBrains Mono'; font-size: 11px; color: var(--ink);
  letter-spacing: 0.04em;
}
.focus-row .stack span {
  display: inline-block; padding: 2px 8px;
  background: var(--fog); border-radius: 4px;
  margin-right: 4px; margin-bottom: 4px;
  font-size: 10.5px;
}

/* ==================== HOW IT WORKS ==================== */
.process-block { background: var(--ink); color: white; padding: 96px 0; border-bottom: 1px solid var(--line); }
.process-block .sec-eyebrow { color: var(--teal); }
.process-block .sec-title { color: white; }
.process-block .sec-lede { color: rgba(255,255,255,0.65); }
.process-grid {
  margin-top: 56px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.process-step {
  border-top: 2px solid var(--teal);
  padding-top: 22px;
}
.process-step .step-num {
  font-family: 'JetBrains Mono'; font-size: 11px; font-weight: 600;
  color: var(--teal); letter-spacing: 0.16em;
}
.process-step h3 {
  font-family: 'Space Grotesk'; font-weight: 700; font-size: 22px;
  letter-spacing: -0.015em; margin: 10px 0 10px;
}
.process-step p {
  font-size: 13.5px; color: rgba(255,255,255,0.65);
  line-height: 1.6; margin: 0;
}
.process-step .when {
  margin-top: 16px; font-family: 'Space Grotesk'; font-weight: 600;
  font-size: 12px; color: var(--teal); letter-spacing: 0.04em;
}

/* ==================== PRICING ==================== */
.price-grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px;
  margin-top: 12px;
}
.price-card {
  border: 1px solid var(--line); border-radius: 12px;
  padding: 28px 28px 32px;
  background: white;
  position: relative;
  display: flex; flex-direction: column;
}
.price-card.featured {
  background: var(--ink); color: white; border-color: var(--ink);
  box-shadow: 0 16px 40px -16px rgba(11,31,58,0.4);
}
.price-card .ribbon {
  position: absolute; top: -10px; left: 28px;
  background: var(--teal); color: var(--ink);
  font-family: 'Space Grotesk'; font-weight: 700; font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 4px;
}
.price-card .pkg-name {
  font-family: 'Space Grotesk'; font-weight: 700; font-size: 18px;
  letter-spacing: -0.01em;
}
.price-card .pkg-price {
  font-family: 'Space Grotesk'; font-weight: 700; font-size: 44px;
  letter-spacing: -0.03em; line-height: 1; margin-top: 14px;
}
.price-card .pkg-price .per {
  font-size: 15px; font-weight: 500; color: var(--muted); margin-left: 6px;
}
.price-card.featured .pkg-price .per { color: rgba(255,255,255,0.55); }
.price-card .pkg-hours {
  font-family: 'Space Grotesk'; font-weight: 600; font-size: 14px;
  color: var(--teal); margin-top: 16px;
}
.price-card .pkg-sla {
  font-size: 12.5px; color: var(--muted); margin-top: 4px;
}
.price-card.featured .pkg-sla { color: rgba(255,255,255,0.65); }
.price-card hr {
  border: none; border-top: 1px solid var(--line);
  margin: 22px 0 18px;
}
.price-card.featured hr { border-top: 1px solid rgba(255,255,255,0.16); }
.price-card ul { list-style: none; padding: 0; margin: 0; }
.price-card li {
  font-size: 13.5px; color: var(--muted);
  padding: 6px 0 6px 16px; position: relative; line-height: 1.5;
}
.price-card li::before {
  content: ''; position: absolute; left: 0; top: 14px;
  width: 7px; height: 1.5px; background: var(--teal);
}
.price-card.featured li { color: rgba(255,255,255,0.78); }

.price-foot {
  margin-top: 32px; padding: 18px 22px;
  background: var(--fog); border-radius: 8px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 14px;
}
.price-foot .note {
  font-size: 13px; color: var(--muted); line-height: 1.55;
}
.price-foot .note strong { color: var(--ink); font-weight: 600; }
.price-foot a {
  font-family: 'Space Grotesk'; font-weight: 600; font-size: 13.5px;
  color: var(--ink); text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
  border-bottom: 1.5px solid var(--ink); padding-bottom: 2px;
}

/* ==================== CTA ==================== */
.cta-band {
  padding: 120px 0;
  background: var(--ink); color: white;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute;
  right: -200px; top: -200px; width: 700px; height: 700px;
  border-radius: 50%; background: radial-gradient(circle, rgba(20,184,176,0.15), transparent 60%);
  pointer-events: none;
}
.cta-inner { position: relative; z-index: 2; text-align: center; }
.cta-inner .sec-eyebrow { color: var(--teal); }
.cta-inner h2 {
  font-family: 'Space Grotesk'; font-weight: 700;
  font-size: clamp(40px, 6vw, 76px);
  letter-spacing: -0.035em; line-height: 0.98;
  margin: 18px 0 22px; color: white;
  text-wrap: balance;
}
.cta-inner h2 .em { color: var(--teal); }
.cta-inner p {
  font-size: 18px; color: rgba(255,255,255,0.7); line-height: 1.6;
  max-width: 560px; margin: 0 auto;
}
.cta-actions { margin-top: 40px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-cta-light {
  background: white; color: var(--ink);
  padding: 16px 32px; border-radius: 999px;
  font-family: 'Space Grotesk'; font-weight: 600; font-size: 14.5px;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
}
.btn-cta-light:hover { background: var(--teal); color: var(--ink); }
.btn-cta-ghost {
  color: white; padding: 16px 24px;
  font-family: 'Space Grotesk'; font-weight: 600; font-size: 14.5px;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(255,255,255,0.25); border-radius: 999px;
}
.btn-cta-ghost:hover { border-color: var(--teal); color: var(--teal); }

/* ==================== FOOTER ==================== */
footer.foot { background: var(--ink); color: white; padding: 64px 0 32px; border-top: 1px solid rgba(255,255,255,0.06); }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.foot-col h4 {
  font-family: 'JetBrains Mono'; font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.45); margin: 0 0 18px;
}
.foot-col a {
  display: block; color: rgba(255,255,255,0.85); text-decoration: none;
  font-family: 'Space Grotesk'; font-weight: 500; font-size: 14px;
  margin-bottom: 10px; letter-spacing: -0.005em;
}
.foot-col a:hover { color: var(--teal); }
.foot-col .blurb {
  font-size: 13.5px; color: rgba(255,255,255,0.6);
  line-height: 1.65; margin-top: 18px; max-width: 320px;
}
.foot-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'JetBrains Mono'; font-size: 11px;
  color: rgba(255,255,255,0.4); letter-spacing: 0.06em;
  flex-wrap: wrap; gap: 14px;
}

/* ==================== METRICS STRIP ==================== */
.metrics-strip {
  padding: 56px 0;
  background: var(--fog);
  border-block: 1px solid var(--line);
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.metric-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 10px;
}
.metric-lbl {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.01em;
  line-height: 1.4;
}

/* ==================== CASE STUDIES ==================== */
.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.case {
  padding: 32px 28px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: white;
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.case:hover {
  border-color: var(--ink);
  transform: translateY(-2px);
}
.case-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  color: var(--teal-dk);
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 600;
}
.case h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 14px;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.case p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 880px) {
  .hero-grid, .sec-head, .focus-grid, .price-grid, .process-grid, .foot-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .focus-row { border-right: none !important; }
  .nav-links a:not(.nav-cta) { display: none; }
  .nav-links { gap: 14px; }
  .hero { padding: 72px 0 64px; }
  section.sec, .process-block { padding: 64px 0; }
  .cta-band { padding: 80px 0; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .metric-num { font-size: 36px; }
  .metrics-strip { padding: 44px 0; }
  .case-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
  .case { padding: 24px 22px; }
}
