:root {
  --ink: #10131d;
  --ink-soft: #1a2030;
  --paper: #f7f3ea;
  --paper-2: #fffdf8;
  --coral: #ff674d;
  --coral-dark: #d94530;
  --mint: #b9f3d5;
  --line: rgba(16, 19, 29, 0.14);
  --muted: #5d6270;
  --shadow: 0 24px 70px rgba(16, 19, 29, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.nav {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  min-height: 76px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 850; letter-spacing: -0.03em; }
.brand-logo { width: 42px; height: 42px; border-radius: 10px; object-fit: cover; box-shadow: 0 5px 16px rgba(16, 19, 29, .14); }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 650; }
.nav-links a { text-decoration: none; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px;
  border: 1px solid var(--ink); border-radius: 12px; background: var(--ink); color: white;
  font-weight: 800; text-decoration: none; box-shadow: 0 8px 0 rgba(16, 19, 29, 0.12);
  transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 0 rgba(16, 19, 29, 0.12); }
.button.coral { border-color: var(--coral-dark); background: var(--coral); color: var(--ink); }
.button.ghost { background: transparent; color: var(--ink); box-shadow: none; }
.eyebrow { margin: 0 0 14px; color: var(--coral-dark); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero { padding: 76px 0 86px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
h1, h2, h3 { margin-top: 0; line-height: 1.02; letter-spacing: -0.055em; }
h1 { margin-bottom: 24px; font-size: clamp(50px, 6.5vw, 88px); max-width: 880px; }
h2 { margin-bottom: 18px; font-size: clamp(38px, 4.5vw, 64px); }
h3 { margin-bottom: 10px; font-size: 25px; }
.lede { max-width: 700px; margin: 0 0 28px; color: #414654; font-size: clamp(18px, 2vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.micro { margin-top: 18px; color: var(--muted); font-size: 13px; }
.proof-card {
  position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 28px;
  background: var(--paper-2); box-shadow: var(--shadow); transform: rotate(1.2deg);
}
.proof-card:before { content: ""; position: absolute; inset: 14px -18px -18px 18px; z-index: -1; border-radius: 28px; background: var(--mint); }
.proof-card img { width: 100%; height: auto; object-fit: contain; border: 1px solid var(--line); border-radius: 18px; background: #eef0f4; }
.proof-image-link { display: block; }
.proof-stack { transform: none; }
.proof-stack .proof-image-link { padding-right: 42px; }
.proof-stack .proof-inset { width: 66%; margin: -68px 0 0 auto; position: relative; border: 7px solid var(--paper-2); box-shadow: 0 16px 38px rgba(16, 19, 29, .2); }
.proof-caption { margin: 18px 0 0; font-weight: 760; }
.proof-caption strong { display: block; margin-bottom: 2px; }
.result-label { display: inline-flex; width: fit-content; margin: 0 0 9px; padding: 5px 9px; border-radius: 999px; background: var(--mint); color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.metric-strip { background: var(--ink); color: white; }
.result-context { padding-top: 22px; color: var(--mint); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { padding: 30px 26px; border-right: 1px solid rgba(255,255,255,.14); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; margin-bottom: 4px; color: var(--mint); font-size: clamp(26px, 3vw, 42px); line-height: 1; letter-spacing: -0.045em; }
.metric span { color: rgba(255,255,255,.78); font-size: 14px; }
.section { padding: 100px 0; }
.section.alt { background: var(--paper-2); }
.section-head { max-width: 780px; margin-bottom: 44px; }
.section-head p { color: var(--muted); font-size: 18px; }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.case-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; }
.case-image-link { display: flex; min-height: 300px; padding: 18px; align-items: center; justify-content: center; background: #eef0f4; border-bottom: 1px solid var(--line); }
.case-card img { width: 100%; height: auto; max-height: 470px; object-fit: contain; background: #eef0f4; }
.case-body { padding: 28px; }
.case-kicker { color: var(--coral-dark); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.case-body p { color: var(--muted); }
.case-link { font-weight: 850; text-underline-offset: 4px; }
.case-directory { display: grid; place-items: center; min-height: 310px; background: var(--ink); color: white; }
.case-directory .case-body { max-width: 560px; }
.case-directory .case-body p { color: rgba(255,255,255,.72); }
.case-directory .button.ghost { border-color: rgba(255,255,255,.5); color: white; }
.callout { margin-top: 26px; padding: 18px 20px; border-left: 4px solid var(--coral); background: rgba(255,103,77,.08); color: #454a57; font-size: 14px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; }
.step { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.5); }
.step:before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 28px; color: var(--coral-dark); font-weight: 900; }
.step p { margin-bottom: 0; color: var(--muted); }
.booking-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: 42px; align-items: start; }
.booking-copy { position: sticky; top: 28px; }
.booking-copy ul { padding-left: 20px; color: var(--muted); }
.cal-frame { min-height: 760px; overflow: visible; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.cal-inline { width: 100%; min-height: 700px; overflow: auto; border-radius: 24px 24px 0 0; }
.cal-inline iframe { display: block; width: 100% !important; min-height: 700px !important; border: 0; }
.cal-fallback { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; text-align: center; }
.cal-fallback a { color: var(--coral-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.mobile-booking-bar { display: none; }
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.faq details { padding: 20px 22px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.faq summary { cursor: pointer; font-weight: 820; }
.faq p { margin-bottom: 0; color: var(--muted); }
footer { padding: 34px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-row { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-row a { margin-left: 16px; }

@media (max-width: 900px) {
  .hero-grid, .booking-shell { grid-template-columns: 1fr; }
  .proof-card { max-width: 650px; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .case-grid, .steps { grid-template-columns: 1fr; }
  .booking-copy { position: static; }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .nav-links a:not(.button) { display: none; }
  .hero { padding-top: 48px; }
  h1 { font-size: 47px; }
  .metrics { grid-template-columns: 1fr; }
  .metric { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .metric:last-child { border-bottom: 0; }
  .faq { grid-template-columns: 1fr; }
  body { padding-bottom: 78px; }
  .cal-frame { min-height: 780px; }
  .cal-inline, .cal-inline iframe { min-height: 720px !important; }
  .cal-fallback { align-items: stretch; flex-direction: column; }
  .mobile-booking-bar { position: fixed; right: 14px; bottom: calc(12px + env(safe-area-inset-bottom)); left: 14px; z-index: 100; display: flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; background: var(--coral); box-shadow: 0 12px 34px rgba(71,29,18,.32); color: #24110d; font-size: 15px; font-weight: 900; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
