:root {
  --paper: #f2ebdc;
  --card: #fffdf8;
  --ink: #26332c;
  --muted: #59665f;
  --pine: #1e5a44;
  --pine-deep: #16442f;
  --pine-tint: #e6efe9;
  --clay: #aa4826;
  --clay-tint: #f7e5da;
  --line: #ded5c4;
  --danger: #812f24;
}

* { box-sizing: border-box; }
html { background: var(--paper); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 10%, rgba(170, 72, 38, 0.08), transparent 26rem),
    radial-gradient(circle at 92% 80%, rgba(30, 90, 68, 0.08), transparent 28rem),
    var(--paper);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 1.04rem;
  line-height: 1.62;
}

a { color: var(--pine-deep); text-underline-offset: 3px; }
a:hover { color: var(--clay); }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 3px; border-radius: 4px; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 20;
  padding: 0.65rem 0.9rem;
  background: white;
  border-radius: 0.45rem;
}
.skip-link:focus { top: 1rem; }

.site-header {
  background: rgba(242, 235, 220, 0.95);
  border-bottom: 1px solid var(--line);
}
.nav, main, .footer-inner { width: min(calc(100% - 2rem), 900px); margin: 0 auto; }
.nav {
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.wordmark {
  color: var(--pine-deep);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}
.back { font-weight: 600; text-decoration: none; }

main { padding: clamp(3rem, 7vw, 5.2rem) 0 5rem; }
.form-main { max-width: 760px; }
.eyebrow {
  margin: 0 0 0.6rem;
  color: var(--clay);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1, h2, h3 {
  color: var(--pine-deep);
  font-family: "Newsreader", Georgia, serif;
  line-height: 1.14;
}
h1 { margin: 0; font-size: clamp(2.25rem, 7vw, 4rem); }
h2 { margin: 2.5rem 0 0.75rem; font-size: clamp(1.55rem, 4vw, 2rem); }
h3 { margin: 1.45rem 0 0.4rem; font-size: 1.2rem; }
.intro { margin: 0.9rem 0 0; color: var(--muted); font-size: 1.12rem; }
.form-intro { margin-top: 0.55rem; font-size: 0.92rem; line-height: 1.5; }
.updated { margin: 0.6rem 0 1.8rem; color: var(--muted); font-size: 0.92rem; }

.card {
  margin-top: 2rem;
  padding: clamp(1.25rem, 4vw, 2rem);
  background: rgba(255, 253, 248, 0.96);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 22px 50px -42px rgba(38, 51, 44, 0.9);
}
.summary {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.34rem 1.25rem;
  align-items: center;
  margin: 1.35rem 0 1.7rem;
  padding: 1.4rem 1.45rem;
  background: linear-gradient(135deg, #e9f2ec 0%, #f8f5ea 100%);
  border: 1px solid rgba(30, 90, 68, 0.18);
  border-radius: 18px;
  box-shadow: 0 18px 42px -34px rgba(22, 68, 47, 0.85);
}
.summary::after {
  position: absolute;
  right: -2.5rem;
  bottom: -3.5rem;
  width: 9rem;
  height: 9rem;
  background: rgba(30, 90, 68, 0.08);
  border-radius: 50%;
  content: "";
}
.summary > * { position: relative; z-index: 1; }
.summary--package {
  background: linear-gradient(135deg, #fffaf3 0%, #f4e7de 100%);
  border-color: rgba(170, 72, 38, 0.19);
}
.summary--package::after { background: rgba(170, 72, 38, 0.08); }
.summary--credit {
  background: linear-gradient(135deg, #e7f1ea 0%, #f8efe6 100%);
  border-color: rgba(30, 90, 68, 0.22);
}
.summary-kicker {
  grid-column: 1 / -1;
  color: var(--clay);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}
.summary strong { color: var(--pine-deep); font-size: 1.35rem; line-height: 1.25; }
.summary .price {
  padding: 0.22rem 0.72rem;
  color: var(--pine-deep);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(30, 90, 68, 0.12);
  border-radius: 999px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.summary p { grid-column: 1 / -1; margin: 0.4rem 0 0; color: var(--ink); font-size: 0.95rem; line-height: 1.48; }
.summary .summary-note {
  margin-top: 0.68rem;
  padding-top: 0.62rem;
  color: var(--muted);
  border-top: 1px solid rgba(30, 90, 68, 0.16);
  font-size: 0.74rem;
  line-height: 1.45;
}

.notice, .setup-warning {
  margin: 1.5rem 0;
  padding: 1rem 1.15rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-left: 4px solid var(--clay);
  border-radius: 8px;
}
.next-step { margin: 1rem 0 1.35rem; padding: 0.75rem 0.9rem; font-size: 0.9rem; line-height: 1.5; }
.setup-warning { color: var(--danger); background: #fff4ef; border-left-color: var(--danger); }

form { margin-top: 0; }
fieldset { margin: 0; padding: 0; border: 0; }
.form-section + .form-section { margin-top: 2.15rem; }
.confirmation-section { padding-top: 0.25rem; }
legend {
  width: 100%;
  margin-bottom: 0.45rem;
  color: var(--pine-deep);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
}
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.72rem 0.85rem; }
.field { display: flex; flex-direction: column; gap: 0.35rem; }
.field.full { grid-column: 1 / -1; }
label { font-weight: 600; }
.details-section label { font-size: 0.86rem; }
.optional { color: var(--muted); font-size: 0.86em; font-weight: 400; }
.hint { margin: 0 0 0.75rem; color: var(--muted); font-size: 0.84rem; font-weight: 400; }
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
  width: 100%;
  min-height: 2.55rem;
  padding: 0.55rem 0.7rem;
  color: var(--ink);
  background: white;
  border: 1px solid #bdb6a9;
  border-radius: 8px;
  font: inherit;
  font-size: 0.94rem;
}
textarea { min-height: 7rem; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--pine); box-shadow: 0 0 0 3px rgba(30, 90, 68, 0.12); }

.quick-note {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.9rem 0 0;
  padding: 0.42rem 0.72rem;
  color: var(--pine-deep);
  background: rgba(230, 239, 233, 0.82);
  border: 1px solid rgba(30, 90, 68, 0.18);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.safe-note {
  margin: 1.2rem 0 1.7rem;
  padding: 0.9rem 1rem;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid var(--line);
  border-left: 4px solid var(--pine);
  border-radius: 10px;
  font-size: 0.88rem;
  line-height: 1.5;
}

.whatsapp-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  margin: 1.3rem 0 1.7rem;
  padding: 1.05rem 1.15rem;
  background: linear-gradient(135deg, rgba(230, 239, 233, 0.9), rgba(255, 253, 248, 0.9));
  border: 1px solid rgba(30, 90, 68, 0.2);
  border-radius: 14px;
}
.whatsapp-card strong { display: block; color: var(--pine-deep); font-size: 1.05rem; }
.whatsapp-card p { margin: 0.15rem 0 0; color: var(--muted); font-size: 0.84rem; line-height: 1.45; }
.whatsapp-card .btn { width: auto; margin: 0; padding: 0.65rem 1rem; white-space: nowrap; }

.checklist { display: grid; gap: 0.7rem; }
.checklist-row {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(11rem, 0.6fr);
  gap: 1rem;
  align-items: center;
  padding: 0.85rem 0.95rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 11px;
}
.checklist-copy label { display: block; color: var(--pine-deep); font-size: 0.94rem; }
.checklist-copy small { display: block; margin-top: 0.15rem; color: var(--muted); font-size: 0.76rem; line-height: 1.4; }
.checklist-row select { min-height: 2.45rem; font-size: 0.86rem; }

.schedule-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(12rem, 0.85fr) minmax(15rem, 1.15fr);
  gap: 0.9rem;
  margin-top: 0.3rem;
  padding: 1rem;
  background: linear-gradient(135deg, rgba(230, 239, 233, 0.88), rgba(255, 253, 248, 0.9));
  border: 1px solid rgba(30, 90, 68, 0.19);
  border-radius: 13px;
}
.schedule-card .date-field label { color: var(--pine-deep); font-size: 1.04rem; }
.schedule-card input { min-height: 3rem; background: rgba(255, 255, 255, 0.94); }
.schedule-card .hint { margin: 0.1rem 0 0; font-size: 0.75rem; line-height: 1.42; }

.choice {
  display: grid;
  grid-template-columns: 1.2rem 1fr;
  gap: 0.75rem;
  align-items: start;
  margin-top: 0.65rem;
  padding: 0.9rem 1rem;
  background: white;
  border: 1px solid var(--line);
  border-radius: 11px;
  cursor: pointer;
}
.choice:first-of-type { margin-top: 0; }
.hint + .choice { margin-top: 0; }
.choice:hover { border-color: rgba(30, 90, 68, 0.45); }
.choice:has(input:checked) {
  background: #f7fbf8;
  border-color: rgba(30, 90, 68, 0.62);
  box-shadow: 0 0 0 2px rgba(30, 90, 68, 0.08);
}
.choice input { width: 1.1rem; height: 1.1rem; margin: 0.24rem 0 0; accent-color: var(--pine); }
.choice span { font-weight: 400; }
.choice strong { display: block; margin-bottom: 0.12rem; color: var(--pine-deep); }
.choice--confirm { background: rgba(230, 239, 233, 0.58); }
.choice small { display: block; margin-top: 0.25rem; color: var(--muted); font-size: 0.86rem; line-height: 1.5; }
.choice--compact { padding: 0.72rem 0.82rem; font-size: 0.84rem; line-height: 1.45; }
.choice--compact input { width: 1rem; height: 1rem; margin-top: 0.18rem; }

.confirmation-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: 0 14px 32px -30px rgba(38, 51, 44, 0.85);
}
.confirmation-check {
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 0.62rem;
  align-items: start;
  padding: 0.65rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
}
.confirmation-check + .confirmation-check { border-top: 1px solid rgba(222, 213, 196, 0.72); }
.confirmation-check input, .timing-option input {
  width: 0.95rem;
  height: 0.95rem;
  margin: 0.13rem 0 0;
  accent-color: var(--pine);
}
.confirmation-check:has(input:checked) { background: rgba(230, 239, 233, 0.45); }
.compact-timing { padding: 0.72rem 0.8rem 0.8rem; }
.confirmation-label {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 0.52rem;
  color: var(--pine-deep);
  font-size: 0.79rem;
  font-weight: 700;
  line-height: 1.35;
}
.confirmation-label a { color: var(--muted); font-size: 0.72rem; font-weight: 400; }
.timing-options { display: grid; grid-template-columns: 1fr 1fr; gap: 0.55rem; }
.timing-option {
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 0.5rem;
  padding: 0.58rem 0.62rem;
  background: rgba(255, 253, 248, 0.8);
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.35;
  cursor: pointer;
}
.timing-option strong { display: block; color: var(--pine-deep); font-size: 0.82rem; }
.timing-option small { display: block; margin-top: 0.12rem; color: var(--muted); font-size: 0.7rem; line-height: 1.35; }
.timing-option:has(input:checked) { background: #f1f7f3; border-color: rgba(30, 90, 68, 0.55); }
.confirmation-checks { border-top: 1px solid var(--line); }
.confirmation-section + .btn { margin-top: 1rem; }

.bot-field { position: absolute !important; left: -9999px !important; }
.btn {
  display: inline-block;
  width: 100%;
  margin-top: 0.15rem;
  padding: 0.9rem 1.4rem;
  color: #fffdf8;
  background: var(--pine);
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover { color: white; background: var(--pine-deep); }
.btn:disabled { cursor: wait; opacity: 0.78; }
.form-status { min-height: 1.35rem; margin: 0.45rem 0 0; color: var(--danger); font-size: 0.86rem; text-align: center; }
.fine-print { margin: 0.9rem 0 0; color: var(--muted); font-size: 0.83rem; text-align: center; }

.terms-main { max-width: 880px; }
.terms-main section { padding-top: 0.1rem; }
.terms-main p, .terms-main li { max-width: 76ch; }
.terms-main ul { padding-left: 1.35rem; }
.terms-main li + li { margin-top: 0.45rem; }
.model-form {
  margin: 1.1rem 0;
  padding: 1.2rem;
  background: white;
  border: 1px dashed #aaa291;
  border-radius: 10px;
  white-space: pre-line;
}

footer { padding: 2rem 0; color: #f2ede0; background: linear-gradient(180deg, #1f654b, #1e5a44); }
footer a { color: white; }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.7rem 1.5rem; }

@media (max-width: 620px) {
  .nav { align-items: flex-start; flex-direction: column; justify-content: center; padding: 0.8rem 0; }
  .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .summary { grid-template-columns: 1fr; }
  .summary p { grid-column: auto; }
  .summary-kicker { grid-column: auto; }
  .summary .price { justify-self: start; }
  .schedule-card, .timing-options { grid-template-columns: 1fr; }
  .whatsapp-card, .checklist-row { grid-template-columns: 1fr; }
  .whatsapp-card .btn { width: 100%; }
}

@media print {
  .site-header, footer, .setup-warning, .btn { display: none !important; }
  body { background: white; color: black; }
  main { width: 100%; padding: 0; }
  a { color: black; }
}
