:root {
  --page-bg: url("assets/skip-landing-background.png");
  --orange: #fe6b00;
  --orange-dark: #d94f00;
  --ink: #171512;
  --muted: #746e66;
  --cream: #fff7ef;
  --paper: #fffdf9;
  --line: #ded8d0;
  --soft: #f4eee7;
  --success: #267a4b;
  --danger: #b4392f;
  --shadow: 0 28px 80px rgba(52, 37, 22, .10);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background-image: var(--page-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -.015em;
}
button, input { font: inherit; }
button { cursor: pointer; }
.noise {
  position: fixed; inset: 0; pointer-events: none; opacity: .08; z-index: 100;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}
.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 0;
}
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; color: var(--ink); font-weight: 800; font-size: 12px; letter-spacing: .18em; }
.brand img { width: 96px; height: auto; display: block; }
.tagline { font-family: Georgia, serif; font-style: italic; font-size: 16px; color: var(--orange-dark); }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hero {
  min-height: calc(100vh - 150px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: clamp(44px, 6vw, 88px);
  align-items: center;
  padding: 40px 0 90px;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 28px 30px 30px 0;
}
.hero-copy::before {
  content: none;
}
.hero-art {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 420px;
  max-height: 520px;
  border-radius: 34px;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 34px 80px rgba(153, 62, 0, .18);
  z-index: 2;
}
.hero-art-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.eyebrow { margin: 0 0 20px; font-size: 12px; font-weight: 850; letter-spacing: .15em; color: var(--orange-dark); }
h1 { margin: 0; font-size: clamp(54px, 6.2vw, 94px); line-height: .92; letter-spacing: -.06em; max-width: 850px; }
.accent { color: var(--orange); white-space: nowrap; }
.lede { max-width: 700px; font-size: 20px; line-height: 1.55; color: #5c554e; margin: 28px 0 32px; }
.primary { border: 0; background: var(--ink); color: #fff; padding: 17px 22px; border-radius: 999px; font-weight: 800; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; box-shadow: 0 12px 30px rgba(25,21,17,.13); }
.primary:hover { transform: translateY(-2px); background: #000; box-shadow: 0 16px 36px rgba(25,21,17,.18); }
.primary:disabled { cursor: wait; opacity: .55; transform: none; }
.primary span { color: #ff8a36; margin-left: 7px; }
.hero-cta { font-size: 16px; padding: 19px 25px; }
.micro { font-size: 12px; line-height: 1.5; color: #827a72; max-width: 620px; margin-top: 16px; }
.hidden { display: none !important; }
.funnel { width: min(1180px, 100%); margin: 20px auto 100px; padding-top: 24px; }
.progress-wrap { width: min(850px, 100%); margin-left: auto; margin-right: auto; }
.progress-wrap { margin-bottom: 20px; }
.progress-meta { display:flex; align-items:center; justify-content:space-between; font-size: 11px; font-weight: 850; letter-spacing: .12em; color: #6f685f; margin-bottom: 9px; }
.progress-track { height: 5px; border-radius: 99px; background: #e6ded5; overflow: hidden; }
.progress-bar { width: 20%; height: 100%; background: var(--orange); border-radius: 99px; transition: width .45s cubic-bezier(.2,.9,.2,1); }
.card-stack { position: relative; }
.step-card {
  width: min(850px, 100%);
  margin-left: auto;
  margin-right: auto;
  display: none;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border: 0;
  border-radius: 0;
  padding: clamp(26px, 5vw, 54px);
  box-shadow: none;
  animation: cardIn .38s ease both;
}
.step-card.active { display: block; }
@keyframes cardIn { from { opacity: 0; transform: translateY(12px) scale(.99); } to { opacity:1; transform:none; } }
.step-kicker { width: 42px; height: 42px; border-radius: 50%; background: var(--orange); color:#fff; display:grid; place-items:center; font-weight: 900; margin-bottom: 28px; }
h2 { margin: 0; font-size: clamp(37px, 5vw, 58px); line-height: .98; letter-spacing: -.05em; max-width: 680px; }
.step-intro { font-size: 17px; line-height: 1.55; color: #655e57; max-width: 660px; margin: 18px 0 32px; }
.back { border: 0; background: transparent; padding: 0; margin-bottom: 25px; color: #7a7168; font-weight: 750; }
.grid-two { display:grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display:flex; flex-direction:column; gap:8px; margin-bottom: 17px; }
.field label, .code-entry label { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 850; color:#655d55; }
input[type="text"], input[type="email"], input[type="tel"], .money-input {
  width:100%; border:1px solid #d8cfc5; background:#fff; border-radius:15px; padding:15px 16px; outline:none; transition: border .15s ease, box-shadow .15s ease; color:var(--ink);
}
input:focus, .money-input:focus-within { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(254,107,0,.10); }
.consent-row { display:flex; align-items:flex-start; gap:10px; font-size: 12px; line-height:1.5; color:#766f68; margin: 5px 0 20px; }
.consent-row input { margin-top: 3px; accent-color: var(--orange); }
.wide { width:100%; border-radius: 16px; padding: 17px 20px; }
.form-error { color: var(--danger); font-size: 13px; min-height: 20px; margin: 7px 0; }
.verify-options { display:grid; gap:13px; }
.verify-choice { width:100%; display:grid; grid-template-columns: 52px 1fr auto; gap:14px; align-items:center; border:1px solid #d8cfc5; background:#fff; border-radius:18px; padding:17px; text-align:left; color:var(--ink); transition: transform .15s ease, border-color .15s ease; }
.verify-choice:hover { transform: translateY(-2px); border-color:var(--orange); }
.verify-choice strong { display:block; font-size:16px; }
.verify-choice small { display:block; color:#7a7168; margin-top:4px; }
.verify-icon { width:44px; height:44px; border-radius:14px; background:#fff1e6; color:var(--orange-dark); display:grid; place-items:center; font-weight:900; }
.verify-panel { border:1px solid #ddd4ca; background:#fff; border-radius:20px; padding:22px; }
.panel-title { margin:0 0 16px; color:#5f5851; }
.text-button { border:0; background:transparent; color:#6f675f; text-decoration:underline; padding:12px 0 0; font-weight:700; }
.code-entry { margin-top:18px; }
.code-entry input { text-align:center; font-size:28px; letter-spacing:.25em; margin:8px 0 12px; }
.email-sent { margin-top:18px; display:flex; align-items:flex-start; gap:12px; background:#eef7f1; border-radius:16px; padding:16px; color:#315942; }
.email-sent p { margin:4px 0 0; font-size:13px; line-height:1.45; }
.success-dot { flex:0 0 auto; width:27px; height:27px; border-radius:50%; background:#317852; color:#fff; display:grid; place-items:center; font-weight:900; }
.question { border:0; padding:0; margin:0 0 28px; }
.question legend { font-size:19px; font-weight:850; margin-bottom:12px; }
.choice-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.choice-grid label { cursor:pointer; }
.choice-grid input { position:absolute; opacity:0; pointer-events:none; }
.choice-grid span { display:flex; min-height:56px; align-items:center; justify-content:center; text-align:center; border:1px solid #d8cfc5; background:#fff; border-radius:15px; padding:12px; font-weight:760; transition: border-color .15s, background .15s, color .15s, transform .15s; }
.choice-grid label:hover span { transform:translateY(-1px); border-color:#aaa096; }
.choice-grid input:checked + span { border-color:var(--orange); background:#fff1e6; color:#a54100; box-shadow:0 0 0 2px rgba(254,107,0,.08) inset; }
.two-choice { max-width: 420px; }
.optional { text-transform:none; letter-spacing:0; font-weight:600; color:#978f87; }
.money-input { display:flex; align-items:center; gap:7px; padding:0 16px; font-weight:800; }
.money-input input { flex:1; border:0; outline:0; padding:15px 0; background:transparent; }
.score-card { background:var(--ink); color:#fff; border-radius:22px; padding:22px; display:flex; align-items:center; justify-content:space-between; margin-bottom:16px; }
.score-label { display:block; color:#aaa39d; font-size:11px; text-transform:uppercase; letter-spacing:.12em; margin-bottom:6px; }
.score-card strong { font-size:28px; letter-spacing:-.03em; }
.score-ring { width:70px; height:70px; border-radius:50%; display:grid; place-items:center; background:conic-gradient(var(--orange) var(--score, 0%), #39332e 0); position:relative; }
.score-ring:after { content:""; position:absolute; inset:6px; background:var(--ink); border-radius:50%; }
.score-ring span { position:relative; z-index:2; font-weight:900; }
.lead-summary { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin: 16px 0 22px; }
.summary-item { border:1px solid #ddd4ca; background:#fff; border-radius:14px; padding:14px; }
.summary-item small { display:block; text-transform:uppercase; letter-spacing:.09em; color:#948b83; font-size:9px; font-weight:850; margin-bottom:4px; }
.summary-item strong { font-size:14px; }
.calendar-status { padding:14px 16px; border-radius:14px; background:#f3ede6; color:#6e665f; margin-bottom:14px; font-size:14px; }
.calendar-status.error { background:#fff0ed; color:#8c3c35; }
.calendar-status.success { background:#eef7f1; color:#315942; }
.slots { display:grid; gap:16px; }
.slot-day { border-top:1px solid #e0d7ce; padding-top:15px; }
.slot-day:first-child { border-top:0; padding-top:0; }
.slot-date { font-size:13px; font-weight:850; margin-bottom:10px; }
.slot-buttons { display:grid; grid-template-columns: repeat(3, 1fr); gap:8px; }
.slot-btn { border:1px solid #d8cfc5; background:#fff; border-radius:13px; padding:13px 10px; font-weight:800; }
.slot-btn:hover { border-color:var(--orange); background:#fff6ef; }
.done-mark { width:70px; height:70px; border-radius:50%; background:var(--orange); color:#fff; display:grid; place-items:center; font-size:32px; font-weight:900; margin-bottom:28px; }
.confirmation { background:#fff; border:1px solid #ded5ca; border-radius:18px; padding:18px; margin-top:10px; }
.centered { text-align:center; margin-left:auto; margin-right:auto; }
footer { width:min(1180px, calc(100% - 40px)); margin:0 auto; border-top:1px solid rgba(160,145,130,.28); padding:24px 0 34px; display:flex; justify-content:space-between; color:#8b837b; font-size:12px; }
@media (max-width: 850px) {
  body { background-attachment: scroll; background-position: 58% center; }
  .hero { grid-template-columns:1fr; gap:28px; min-height:auto; padding:34px 0 64px; margin: 0; }
  .hero-art { display:none; }
  .tagline { display:none; }
  .grid-two, .choice-grid { grid-template-columns:1fr; }
  .two-choice { grid-template-columns:1fr 1fr; }
  .lead-summary { grid-template-columns:1fr; }
  .slot-buttons { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 520px) {
  .site-header, .shell, footer { width:min(100% - 24px, 1180px); }
  .site-header { padding-top:14px; }
  .brand img { width:78px; }
  .brand span { display:none; }
  .hero { padding:24px 0 36px; border-radius:0; }
  .hero-copy { max-width: 100%; padding: 20px 10px 22px; }
  .hero-copy::before { content: none; }
  h1 { font-size:52px; }
  .lede { font-size:17px; }
  .step-card { border-radius:22px; padding:24px 18px; }
  .slot-buttons { grid-template-columns:1fr 1fr; }
}

.progress-actions { display:flex; align-items:center; gap:14px; }
.exit-funnel { border:0; background:transparent; color:#6f685f; font-size:11px; font-weight:850; letter-spacing:.08em; text-transform:uppercase; padding:2px 0; text-decoration:underline; text-underline-offset:3px; }
.exit-funnel:hover { color:var(--ink); }
.cookie-banner { position:fixed; z-index:999; left:22px; right:22px; bottom:22px; max-width:920px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:22px; padding:18px 20px; border:1px solid rgba(23,21,18,.14); border-radius:20px; background:rgba(255,253,249,.96); box-shadow:0 20px 60px rgba(23,21,18,.18); backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px); }
.cookie-copy { display:flex; flex-direction:column; gap:5px; max-width:650px; }
.cookie-copy strong { font-size:14px; }
.cookie-copy span { color:#655e57; font-size:12px; line-height:1.5; }
.cookie-actions { display:flex; align-items:center; gap:8px; flex:0 0 auto; }
.cookie-primary, .cookie-secondary { border-radius:999px; padding:11px 15px; font-weight:800; font-size:12px; }
.cookie-primary { border:0; background:var(--ink); color:#fff; }
.cookie-secondary { border:1px solid #d8cfc5; background:#fff; color:var(--ink); }
.footer-link { border:0; background:transparent; color:inherit; padding:0 0 0 4px; text-decoration:underline; cursor:pointer; }
@media (max-width:680px) { .cookie-banner { left:12px; right:12px; bottom:12px; align-items:stretch; flex-direction:column; gap:14px; } .cookie-actions { width:100%; } .cookie-primary, .cookie-secondary { flex:1; } }


/* v1.5 quiz + mobile controls */
.intent-grid { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 680px) {
  .intent-grid { grid-template-columns: 1fr; }
  .progress-actions { padding-right: 72px; }
  .exit-funnel {
    position: fixed; top: 12px; right: 12px; z-index: 700;
    min-width: 58px; min-height: 42px; display: inline-flex;
    align-items: center; justify-content: center; padding: 9px 13px;
    border: 1px solid rgba(23,21,18,.14); border-radius: 999px;
    background: rgba(255,253,249,.94); box-shadow: 0 8px 24px rgba(23,21,18,.12);
    text-decoration: none; font-size: 11px; color: var(--ink);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  }
}


/* v1.7 tailored service quizzes */
.service-grid { grid-template-columns: repeat(2, 1fr); }
.service-grid span { min-height: 92px; flex-direction: column; align-items: flex-start; justify-content: center; text-align: left; padding: 16px 18px; }
.service-grid strong { display: block; font-size: 16px; }
.service-grid small { display: block; margin-top: 5px; color: #7a7168; font-size: 12px; line-height: 1.35; font-weight: 600; }
.service-grid input:checked + span small { color: #9b4a17; }
.branch-questions { margin-top: 4px; }
.branch-placeholder { border: 1px dashed rgba(145,126,110,.42); border-radius: 16px; padding: 20px; margin: 0 0 28px; color: #766f68; background: rgba(255,253,249,.48); }
.checkbox-grid input { position: absolute; opacity: 0; pointer-events: none; }
.checkbox-grid input:checked + span { border-color: var(--orange); background: #fff1e6; color: #a54100; box-shadow: 0 0 0 2px rgba(254,107,0,.08) inset; }
@media (max-width: 680px) { .service-grid { grid-template-columns: 1fr; } }


/* Zoom Scheduler booking step */
.booking-step { width: 100%; max-width: none; }
.zoom-scheduler-shell {
  width: 100%;
  min-height: 680px;
  border: 1px solid rgba(197,184,169,.62);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,253,249,.70);
  box-shadow: 0 18px 50px rgba(52,37,22,.08);
}
.zoom-scheduler-shell iframe {
  display: block;
  width: 100%;
  min-height: 680px;
  border: 0;
  background: transparent;
}
.zoom-booking-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
  padding: 0 4px;
  color: #746e66;
  font-size: 12px;
}
.zoom-booking-help a {
  color: var(--ink);
  font-weight: 800;
  text-underline-offset: 3px;
}
@media (max-width: 680px) {
  .booking-step { padding-left: 14px; padding-right: 14px; }
  .zoom-scheduler-shell,
  .zoom-scheduler-shell iframe { min-height: 700px; }
  .zoom-scheduler-shell { border-radius: 18px; }
  .zoom-booking-help { align-items: flex-start; flex-direction: column; }
}
