:root{
  --bg:#f3f2ee;
  --paper:#fffefa;
  --text:#19342d;
  --body:#33423d;
  --muted:#6d7873;
  --green:#185d4b;
  --green-2:#2f735f;
  --sage:#edf3eb;
  --sage-2:#f4f7f2;
  --line:#dfe6df;
  --orange:#e86525;
  --orange-dark:#cf5015;
  --warm:#faf1e8;
  --shadow:0 10px 30px rgba(29,55,47,.07);
  --radius:18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg);-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--body);
  background:var(--bg);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto}
a{color:inherit}
button,input,select,textarea{font:inherit}

.page{
  width:100%;
  max-width:620px;
  margin:0 auto;
  background:var(--paper);
  min-height:100vh;
  overflow:hidden;
  box-shadow:0 0 42px rgba(23,49,41,.07);
}

/* HERO */
.hero{
  position:relative;
  min-height:390px;
  padding:24px 20px 28px;
  display:flex;
  align-items:flex-end;
  background:#f4f7f1;
  isolation:isolate;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,
      rgba(248,249,245,1) 0%,
      rgba(248,249,245,.99) 31%,
      rgba(248,249,245,.88) 48%,
      rgba(248,249,245,.52) 64%,
      rgba(248,249,245,.12) 82%,
      rgba(248,249,245,.02) 100%),
    url("hero-clean.jpg") 78% center / auto 100% no-repeat;
  z-index:-2;
}
.hero::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:105px;
  background:linear-gradient(to top,rgba(255,254,250,1),rgba(255,254,250,0));
  z-index:-1;
  pointer-events:none;
}
.hero-content{width:100%;max-width:420px;position:relative;z-index:1}
.logo{
  display:block;
  width:145px;
  max-width:45vw;
  height:auto;
  margin:0 0 24px;
  mix-blend-mode:multiply;
}
.hero h1{
  margin:0;
  color:#17352d;
  font-family:Georgia,"Times New Roman",serif;
  font-size:38px;
  line-height:1.02;
  font-weight:500;
  letter-spacing:-.025em;
  max-width:315px;
}
.role{
  margin:9px 0 0;
  font-size:15px;
  line-height:1.35;
  color:#62706a;
  max-width:295px;
}
.hero-rule{
  width:72%;
  height:4px;
  margin-top:21px;
  background:#bdd8c4;
  border-radius:4px;
  opacity:.85;
}

main{padding:0 20px 22px}
section{padding:32px 0;border-bottom:1px solid #ecefea}
section:last-of-type{border-bottom:0}
.eyebrow{
  margin:0 0 15px;
  font-size:12px;
  line-height:1.35;
  text-transform:uppercase;
  letter-spacing:.065em;
  font-weight:800;
  color:var(--green);
}
h2{
  margin:0 0 14px;
  color:var(--text);
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  line-height:1.15;
  font-weight:500;
  letter-spacing:-.015em;
}
h3{margin:0 0 8px;color:var(--text);font-size:18px;line-height:1.25}
p{font-size:16px;margin:0 0 14px}
p:last-child{margin-bottom:0}

.questions{display:grid;gap:10px}
.question{
  display:grid;
  grid-template-columns:24px 1fr;
  gap:12px;
  align-items:start;
  padding:15px 15px 15px 14px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 4px 14px rgba(31,56,48,.025);
  font-size:16px;
  line-height:1.4;
}
.dot{
  width:22px;height:22px;border-radius:50%;
  display:grid;place-items:center;
  background:#e2efdf;color:var(--green);
  font-size:13px;font-weight:900;margin-top:1px;
}
.change-line{
  text-align:center;
  font-family:Georgia,"Times New Roman",serif;
  color:#33433d;
  font-size:20px;
  margin:17px 0 12px;
}

.cta{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:56px;
  padding:14px 20px;
  border-radius:13px;
  background:linear-gradient(180deg,#ee742f,var(--orange));
  color:#fff;
  text-decoration:none;
  font-weight:800;
  font-size:17px;
  line-height:1.1;
  box-shadow:0 8px 20px rgba(220,91,31,.18);
  border:1px solid rgba(163,65,21,.15);
  transition:transform .15s ease,filter .15s ease;
  -webkit-tap-highlight-color:transparent;
  cursor:pointer;
}
.cta:focus-visible,.back-link:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible{
  outline:3px solid rgba(232,101,37,.28);
  outline-offset:3px;
}
.cta:active{transform:translateY(1px);filter:brightness(.96)}
.cta-note{margin:9px 0 0;text-align:center;color:var(--muted);font-size:13px}

.soft-card,.warm-card,.info-card{
  border-radius:var(--radius);
  padding:18px;
  border:1px solid var(--line);
}
.soft-card{background:var(--sage-2)}
.warm-card{background:var(--warm);border-color:#efe0d3}
.info-card{background:#fafbf9}
.checks{display:grid;gap:13px;margin-top:18px}
.check{display:grid;grid-template-columns:22px 1fr;gap:11px;align-items:start;font-size:16px}
.check-mark{
  width:20px;height:20px;border-radius:50%;
  display:grid;place-items:center;
  background:#dfeedd;color:var(--green);
  font-size:12px;font-weight:900;margin-top:2px;
}
.help-grid{display:grid;gap:12px}
.help-card{padding:17px;border:1px solid var(--line);border-radius:15px;background:#fff}
.help-card ul,.work-list{margin:8px 0 0;padding-left:20px}
li{margin:4px 0;font-size:15.5px}
.work-grid{display:grid;gap:10px;margin-top:16px}
.work-card{padding:15px 16px;border:1px solid var(--line);background:#f8faf7;border-radius:14px}
.work-card strong{display:block;color:var(--text);font-size:16px;margin-bottom:2px}
.work-card span{display:block;font-size:15px;line-height:1.45}
.goal{
  background:linear-gradient(145deg,#195a49,#2e725d);
  color:#fff;border-radius:18px;padding:22px 20px;box-shadow:var(--shadow)
}
.goal h2{color:#fff;margin-bottom:10px;font-size:27px}
.goal p{color:#edf6f1}
.scarcity{margin:12px 0 0;text-align:center;font-size:13px;color:var(--muted)}
.about-name{margin:0 0 12px;font-family:Georgia,"Times New Roman",serif;font-size:27px;line-height:1.15;color:var(--text);font-weight:500}
.trust{border-left:4px solid #8dbba0;background:#f4f7f2;padding:15px 16px;border-radius:0 13px 13px 0;margin-top:18px;font-size:15.5px}
.final-copy{margin-bottom:18px}
footer{text-align:center;padding:28px 20px 34px;background:#edf3eb;color:#55635d;font-size:12.5px}
footer strong{display:block;margin-bottom:4px;color:#21473b;font-family:Georgia,"Times New Roman",serif;font-size:18px;font-weight:500}

/* BOOKING PAGE */
.booking-page{max-width:620px;margin:0 auto;min-height:100vh;background:var(--paper);box-shadow:0 0 42px rgba(23,49,41,.07)}
.booking-head{padding:22px 20px 25px;background:linear-gradient(180deg,#eef4ec 0%,#fffefa 100%);border-bottom:1px solid var(--line)}
.booking-logo{width:118px;mix-blend-mode:multiply;margin:0 0 18px}
.back-link{display:inline-flex;align-items:center;gap:7px;color:var(--green);font-weight:700;font-size:14px;text-decoration:none;margin-bottom:18px}
.booking-head h1{margin:0;color:var(--text);font-family:Georgia,"Times New Roman",serif;font-size:34px;line-height:1.08;font-weight:500;letter-spacing:-.02em}
.booking-head p{margin:10px 0 0;color:#5f6d67;max-width:500px}
.form-wrap{padding:28px 20px 36px}
.form-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 7px 24px rgba(27,50,43,.04)}
.field{margin-bottom:17px}
.field:last-of-type{margin-bottom:0}
label{display:block;font-weight:750;color:var(--text);font-size:14px;margin-bottom:7px}
.req{color:var(--orange-dark)}
input,select,textarea{
  display:block;width:100%;
  border:1px solid #cfd8d1;
  border-radius:12px;
  background:#fff;
  color:#263b34;
  padding:13px 14px;
  font-size:16px;
  line-height:1.35;
  min-height:49px;
}
textarea{min-height:112px;resize:vertical}
.field-help{display:block;margin-top:6px;font-size:12.5px;line-height:1.4;color:var(--muted)}
.checkbox-row{display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:start;margin:19px 0 20px}
.checkbox-row input{width:20px;height:20px;min-height:0;margin:2px 0 0;accent-color:var(--green)}
.checkbox-row label{font-weight:500;font-size:13.5px;line-height:1.45;margin:0;color:#4c5a55}
.submit-note{text-align:center;font-size:12.5px;color:var(--muted);margin:10px 0 0}
.form-status{margin:14px 0 0;padding:12px 14px;border-radius:12px;background:#fff3ea;color:#754122;font-size:13px;border:1px solid #f0d5c2}
.booking-security{margin-top:18px;padding:15px 16px;border-radius:14px;background:var(--sage-2);border:1px solid var(--line);font-size:13.5px;line-height:1.5;color:#53615b}
.booking-security strong{color:var(--text)}

@media (max-width:360px){
  .hero{padding-left:17px;padding-right:17px;min-height:380px}
  main,.form-wrap,.booking-head{padding-left:17px;padding-right:17px}
  .hero h1{font-size:35px}
  .logo{width:136px}
  h2{font-size:26px}
  .question{font-size:15.5px}
}

@media (min-width:560px){
  .hero{min-height:445px;padding:32px 34px 34px}
  main{padding-left:30px;padding-right:30px}
  .logo{width:160px}
  .hero h1{font-size:42px;max-width:360px}
  .role{font-size:16px}
  .form-wrap,.booking-head{padding-left:30px;padding-right:30px}
}

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

/* BOOKING PAGE – refined mobile flow */
.booking-head{
  position:relative;
  overflow:hidden;
}
.booking-head::after{
  content:"";
  position:absolute;
  width:210px;
  height:210px;
  right:-90px;
  top:-72px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(226,239,223,.9),rgba(226,239,223,0) 70%);
  pointer-events:none;
}
.booking-kicker{margin:0 0 8px}
.booking-intro{font-size:16px;line-height:1.5}
.booking-facts{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.booking-facts span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 11px;
  border:1px solid #d9e4da;
  border-radius:999px;
  background:rgba(255,255,255,.75);
  color:#365047;
  font-size:12.5px;
  font-weight:700;
}
.form-heading{margin-bottom:20px}
.form-heading h2{font-size:25px;margin-bottom:6px}
.form-heading p{font-size:14px;color:var(--muted);margin:0}
.field-row{display:grid;grid-template-columns:1fr;gap:14px}
.privacy-note{
  display:grid;
  gap:3px;
  margin:3px 0 18px;
  padding:14px 15px;
  border-radius:13px;
  background:#f4f7f2;
  border:1px solid var(--line);
  color:#52615b;
  font-size:13px;
  line-height:1.45;
}
.privacy-note strong{color:var(--text);font-size:13.5px}
.booking-security{display:grid;gap:4px}
.form-status.is-error{background:#fff1ef;color:#8a3529;border-color:#f0cdc7}

@media (min-width:520px){
  .field-row{grid-template-columns:1fr 1fr}
}
