:root {
  --green: #15803d;
  --green-strong: #166534;
  --green-soft: #f0fdf4;
  --green-line: #bbf7d0;
  --ink: #0f172a;
  --ink-2: #334155;
  --muted: #64748b;
  --line: #e2e8f0;
  --bg: #ffffff;
  --bg-alt: #f8fafc;
  --danger: #b91c1c;
  --danger-soft: #fef2f2;
  --radius: 14px;
  --radius-sm: 10px;
  --wrap: 1120px;
  --shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 8px 24px rgba(15, 23, 42, 0.06);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--green-strong); text-underline-offset: 3px; }
a:hover { color: var(--green); }
:focus-visible { outline: 3px solid var(--green); outline-offset: 2px; border-radius: 6px; }

h1, h2, h3 { line-height: 1.15; letter-spacing: -0.02em; margin: 0 0 0.5em; color: var(--ink); }
h1 { font-size: clamp(2.1rem, 5.2vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 750; }
h3 { font-size: 1.12rem; font-weight: 700; letter-spacing: -0.01em; }
p { margin: 0 0 1em; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 760px; }
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section.alt { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.eyebrow {
  display: inline-block; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--green-strong); margin-bottom: 10px;
}
.lede { font-size: 1.12rem; color: var(--ink-2); max-width: 640px; }
.section-head { margin-bottom: 36px; }
.section-head.center { text-align: center; }
.section-head.center .lede { margin-left: auto; margin-right: auto; }

.skip {
  position: absolute; left: -9999px; top: 8px; background: var(--ink); color: #fff;
  padding: 8px 14px; border-radius: 8px; z-index: 100;
}
.skip:focus { left: 8px; color: #fff; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 12px 22px; border-radius: 999px; border: 2px solid transparent;
  font: inherit; font-weight: 650; font-size: 1rem; line-height: 1.2;
  text-decoration: none; cursor: pointer; transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-strong); color: #fff; }
.btn-ghost { background: transparent; color: var(--green-strong); border-color: var(--green-line); }
.btn-ghost:hover { border-color: var(--green); color: var(--green-strong); background: var(--green-soft); }
.btn-sm { min-height: 40px; padding: 8px 16px; font-size: 0.95rem; }
.btn[disabled] { opacity: 0.6; cursor: progress; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: saturate(180%) blur(10px); backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-weight: 800; font-size: 1.2rem; letter-spacing: -0.02em; }
.brand:hover { color: var(--ink); }
.brand img { width: 34px; height: 34px; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-link { font-weight: 600; font-size: 0.95rem; color: var(--ink-2); text-decoration: none; white-space: nowrap; }
.header-link:hover { color: var(--green-strong); }
@media (max-width: 420px) {
  .brand span { display: none; }
  .header-actions { gap: 10px; }
}

/* Hero */
.hero { padding: clamp(36px, 6vw, 80px) 0 clamp(48px, 7vw, 88px); background: linear-gradient(180deg, var(--green-soft) 0%, #ffffff 70%); }
.hero-grid { display: grid; gap: 36px; align-items: center; }
@media (min-width: 900px) { .hero-grid { grid-template-columns: 1.05fr 1fr; gap: 56px; } }
.hero .lede { font-size: clamp(1.08rem, 1.8vw, 1.22rem); margin-bottom: 28px; }
.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.text-link { font-weight: 650; }
.hero-media { position: relative; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 3 / 2; background: linear-gradient(135deg, #dcfce7, #f8fafc); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }

/* Video */
.video-frame {
  position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden;
  background: radial-gradient(120% 120% at 20% 10%, #ffffff 0%, var(--green-soft) 45%, #dcfce7 100%);
  border: 1px solid var(--green-line); box-shadow: var(--shadow);
}
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-still {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 14px; width: 100%; border: 0; background: transparent; font: inherit; color: var(--ink); text-align: center; padding: 20px;
}
button.video-still { cursor: pointer; }
.video-still img { width: clamp(56px, 11vw, 96px); height: auto; opacity: 0.9; }
.video-still .still-title { font-weight: 750; font-size: clamp(1.05rem, 2.4vw, 1.4rem); }
.video-still .still-sub { color: var(--muted); font-size: 0.95rem; }
.play {
  width: 72px; height: 72px; border-radius: 50%; background: var(--green); display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(21, 128, 61, 0.35); transition: transform 0.15s, background 0.15s;
}
button.video-still:hover .play { transform: scale(1.06); background: var(--green-strong); }
.play svg { width: 28px; height: 28px; margin-left: 4px; fill: #fff; }

/* Founder */
.founder { display: grid; gap: 28px; align-items: center; }
@media (min-width: 760px) { .founder { grid-template-columns: 240px 1fr; gap: 48px; } }
.headshot {
  width: 200px; height: 200px; border-radius: 50%; overflow: hidden; margin: 0 auto;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-strong) 100%);
  display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 3.2rem; letter-spacing: 0.02em;
  box-shadow: var(--shadow);
}
@media (min-width: 760px) { .headshot { width: 240px; height: 240px; } }
.headshot img { width: 100%; height: 100%; object-fit: cover; }

/* Cards and grids */
.grid { display: grid; gap: 18px; }
@media (min-width: 640px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 640px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 900px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.card p { color: var(--ink-2); margin: 0; font-size: 0.98rem; }
.step-num {
  display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%;
  background: var(--green-soft); color: var(--green-strong); border: 1px solid var(--green-line);
  font-weight: 800; margin-bottom: 14px;
}
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
@media (min-width: 760px) { .check-list { grid-template-columns: repeat(2, 1fr); gap: 14px 28px; } }
.check-list li { position: relative; padding-left: 34px; color: var(--ink-2); }
.check-list li strong { color: var(--ink); }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--green-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23166534' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L19 7'/%3E%3C/svg%3E") center / 13px no-repeat;
  border: 1px solid var(--green-line);
}
.statements { display: grid; gap: 14px; margin-top: 32px; }
@media (min-width: 640px) { .statements { grid-template-columns: repeat(2, 1fr); } }
.statement {
  border-left: 4px solid var(--green); background: var(--green-soft); padding: 18px 20px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-weight: 700; font-size: 1.08rem; margin: 0;
}

.guarantee-body { white-space: pre-line; background: #fff; border: 1px solid var(--green-line); border-radius: var(--radius); padding: 24px; color: var(--ink-2); }

.platforms { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.platforms li { padding: 12px 20px; border-radius: 999px; border: 1px solid var(--line); background: #fff; font-weight: 700; }

/* FAQ */
.faq { display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.faq details[open] { border-color: var(--green-line); }
.faq summary {
  cursor: pointer; list-style: none; padding: 18px 52px 18px 20px; font-weight: 650; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; font-weight: 400; color: var(--green-strong); line-height: 1;
}
.faq details[open] summary::after { content: "\2212"; }
.faq .answer { padding: 0 20px 18px; color: var(--ink-2); }
.faq .answer p:last-child { margin-bottom: 0; }

/* Booking */
.calendly-shell { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.calendly-inline-widget { min-width: 280px; height: 720px; }
@media (max-width: 640px) { .calendly-inline-widget { height: 1000px; } }
.calendly-loading { display: grid; place-items: center; height: 100%; color: var(--muted); padding: 24px; text-align: center; }
.book-fallback { text-align: center; margin-top: 18px; color: var(--muted); }

/* Footer */
.site-footer { background: var(--ink); color: #cbd5e1; padding: 48px 0 32px; font-size: 0.95rem; }
.site-footer a { color: #ffffff; }
.site-footer a:hover { color: #bbf7d0; }
.footer-grid { display: grid; gap: 20px; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1fr auto; align-items: end; } }
.footer-name { color: #fff; font-weight: 800; font-size: 1.1rem; margin-bottom: 4px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer-bottom { margin-top: 28px; padding-top: 20px; border-top: 1px solid #1e293b; color: #94a3b8; font-size: 0.88rem; }

/* Forms */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(20px, 4vw, 36px); box-shadow: var(--shadow); }
.form-grid { display: grid; gap: 18px; }
@media (min-width: 640px) { .form-grid .half { grid-column: span 1; } .form-grid { grid-template-columns: 1fr 1fr; } .form-grid .full { grid-column: 1 / -1; } }
.field label, .field legend { display: block; font-weight: 650; margin-bottom: 6px; font-size: 0.97rem; padding: 0; }
.field .opt { color: var(--muted); font-weight: 500; }
.field .hint { color: var(--muted); font-size: 0.88rem; margin: 6px 0 0; }
fieldset.field { border: 0; margin: 0; padding: 0; min-width: 0; }
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea {
  width: 100%; font: inherit; font-size: 16px; color: var(--ink); background: #fff;
  border: 1.5px solid #cbd5e1; border-radius: var(--radius-sm); padding: 12px 14px; min-height: 48px;
}
textarea { min-height: 130px; resize: vertical; }
input:focus, textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(21, 128, 61, 0.18); }
.field.has-error input, .field.has-error textarea { border-color: var(--danger); }
.field-error { color: var(--danger); font-size: 0.9rem; margin: 6px 0 0; font-weight: 600; }
.field-error:empty { display: none; }
.radio-row { display: flex; flex-wrap: wrap; gap: 10px; }
.radio-row label {
  display: inline-flex; align-items: center; gap: 8px; margin: 0; font-weight: 550;
  border: 1.5px solid #cbd5e1; border-radius: 999px; padding: 10px 16px; cursor: pointer; min-height: 46px;
}
.radio-row input { accent-color: var(--green); width: 18px; height: 18px; margin: 0; }
.radio-row label:has(input:checked) { border-color: var(--green); background: var(--green-soft); }
.file-drop {
  display: block; border: 2px dashed #cbd5e1; border-radius: var(--radius-sm); padding: 18px; text-align: center;
  background: var(--bg-alt);
}
.file-drop input[type="file"] { width: 100%; font: inherit; font-size: 0.95rem; }
.file-list { list-style: none; margin: 10px 0 0; padding: 0; font-size: 0.9rem; color: var(--ink-2); display: grid; gap: 4px; }
.counter { float: right; color: var(--muted); font-weight: 500; font-size: 0.85rem; }
.hp { position: absolute !important; left: -10000px !important; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-status {
  border-radius: var(--radius-sm); padding: 14px 16px; margin: 0; font-weight: 600;
}
.form-status.error { background: var(--danger-soft); color: var(--danger); border: 1px solid #fecaca; }
.form-status.info { background: var(--green-soft); color: var(--green-strong); border: 1px solid var(--green-line); }
.form-status:empty { display: none; }
.submit-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.spinner {
  width: 18px; height: 18px; border-radius: 50%; border: 2.5px solid rgba(255, 255, 255, 0.45); border-top-color: #fff;
  animation: spin 0.8s linear infinite; display: none;
}
.btn.is-busy .spinner { display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }
.success { text-align: center; padding: clamp(28px, 6vw, 56px) 12px; }
.success h2 { margin-bottom: 18px; }
.success-icon {
  width: 64px; height: 64px; border-radius: 50%; background: var(--green-soft); border: 1px solid var(--green-line);
  display: grid; place-items: center; margin: 0 auto 20px;
}
.success-icon svg { width: 30px; height: 30px; stroke: var(--green-strong); }
.page-hero { padding: clamp(36px, 6vw, 64px) 0 12px; background: linear-gradient(180deg, var(--green-soft) 0%, #ffffff 100%); }

/* Prose (privacy) */
.prose h2 { font-size: 1.35rem; margin-top: 2em; }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: 0.4em; }
.prose p, .prose li { color: var(--ink-2); }
.muted { color: var(--muted); }
.plain-list { list-style: none; padding: 0; margin: 0; }
.center-note { text-align: center; margin-top: 28px; }
