:root {
  --ink: #183b3b;
  --muted: #58706d;
  --sage-50: #f4faf7;
  --sage-100: #e7f4ee;
  --sage-300: #abd4c1;
  --sage-500: #5e9e83;
  --sage-700: #2c745b;
  --blue-100: #eaf5fb;
  --blue-300: #b9dced;
  --cream: #fffaf2;
  --white: #ffffff;
  --line: #dbe9e3;
  --danger: #b33a3a;
  --shadow: 0 22px 60px rgba(34, 92, 72, 0.12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--sage-50);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.55;
}

button, input, select, textarea { font: inherit; }
a { color: inherit; }

.content-width {
  width: min(1120px, calc(100% - 36px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px max(18px, calc((100vw - 1120px) / 2));
  background: rgba(244, 250, 247, 0.9);
  border-bottom: 1px solid rgba(219, 233, 227, 0.8);
  backdrop-filter: blur(16px);
}

.brand { display: block; text-decoration: none; }

.brand-logo {
  position: relative;
  display: block;
  width: 116px;
  height: 84px;
  overflow: hidden;
  border: 1px solid rgba(219, 233, 227, 0.9);
  border-radius: 15px;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(34, 92, 72, 0.09);
}

.brand-logo img {
  position: absolute;
  top: -32px;
  left: -29px;
  width: 172px;
  max-width: none;
  height: auto;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px 14px 18px 14px;
  color: var(--white);
  background: var(--sage-700);
  font-family: "Fraunces", serif;
  font-size: 15px;
}

.brand strong, .brand small { display: block; }
.brand strong { font-family: "Fraunces", serif; font-size: 20px; line-height: 1; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; }

.header-link {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 7vw, 90px);
  align-items: center;
  min-height: 680px;
  padding-block: 72px;
}

.eyebrow, .mini-label {
  display: block;
  margin: 0 0 12px;
  color: var(--sage-700);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1, h2, h3 { font-family: "Fraunces", Georgia, serif; line-height: 1.05; }
h1 { max-width: 670px; margin: 0; font-size: clamp(46px, 7vw, 76px); letter-spacing: -0.045em; }
h2 { margin: 0; font-size: clamp(34px, 5vw, 52px); letter-spacing: -0.035em; }
h3 { font-size: 25px; }

.hero-lede {
  max-width: 560px;
  margin: 24px 0;
  color: var(--muted);
  font-size: 18px;
}

.price-row { display: flex; gap: 12px; align-items: baseline; margin-bottom: 30px; }
.price-row strong { font-family: "Fraunces", serif; font-size: 34px; }
.price-row span { color: var(--muted); font-size: 13px; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 0;
  border-radius: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(44, 116, 91, 0.25); outline-offset: 2px; }
.button.primary { color: white; background: var(--sage-700); box-shadow: 0 12px 30px rgba(44, 116, 91, 0.22); }

.bundle-card {
  position: relative;
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 28px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.bundle-card::after {
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: var(--blue-100);
  content: "";
}

.bundle-visual {
  position: relative;
  z-index: 1;
  min-height: 100%;
  border-radius: 28px;
  background: linear-gradient(155deg, var(--blue-100), var(--sage-100));
}

.bundle-visual span { position: absolute; color: var(--sage-500); font-size: 34px; }
.bundle-visual span:nth-child(1) { top: 14%; left: 20%; font-size: 50px; color: #81bdd8; }
.bundle-visual span:nth-child(2) { top: 47%; right: 18%; }
.bundle-visual span:nth-child(3) { bottom: 12%; left: 24%; }

.bundle-card h2 { max-width: 520px; font-size: clamp(30px, 4vw, 42px); }
.bundle-menu { position: relative; z-index: 1; display: grid; gap: 9px; margin: 22px 0 16px; padding: 0; list-style: none; }
.bundle-menu li { display: grid; grid-template-columns: 64px 1fr; align-items: center; padding: 9px 0; border-bottom: 1px solid var(--line); }
.bundle-menu li:last-child { border-bottom: 0; }
.bundle-menu strong { color: var(--sage-700); font-family: "Fraunces", serif; font-size: 21px; }
.bundle-menu span { font-size: 13px; font-weight: 600; }
.contents-list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 16px; margin: 22px 0 16px; padding: 0; list-style: none; }
.contents-list li { display: flex; gap: 8px; align-items: baseline; font-size: 13px; }
.contents-list li span { min-width: 22px; color: var(--sage-700); font-size: 10px; font-weight: 700; }
.availability-note { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 11px; }

.order-section { padding: 100px 0; color: var(--ink); background: var(--white); }
.order-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(45px, 8vw, 105px); align-items: start; }
.section-heading { position: sticky; top: 104px; }
.section-heading > p { max-width: 380px; color: var(--muted); font-size: 17px; }

.steps { display: flex; width: 160px; align-items: center; margin: 34px 0; }
.steps span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-size: 12px; font-weight: 700; }
.steps span.active { color: var(--white); border-color: var(--sage-700); background: var(--sage-700); }
.steps i { width: 80px; height: 1px; background: var(--line); }

.service-note { display: grid; grid-template-columns: 70px 1fr; gap: 12px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 13px; }
.service-note span { color: var(--muted); }

.order-form { padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: var(--sage-50); }
.bundle-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.bundle-choice-grid label { cursor: pointer; }
.bundle-choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.bundle-choice-grid label > span { display: flex; min-height: 138px; align-items: flex-start; flex-direction: column; padding: 18px; border: 1px solid #cbded5; border-radius: 16px; background: var(--white); transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
.bundle-choice-grid label > span:hover { transform: translateY(-2px); }
.bundle-choice-grid label > span b { margin-bottom: auto; color: var(--sage-700); font-family: "Fraunces", serif; font-size: 28px; }
.bundle-choice-grid label > span strong { font-size: 13px; }
.bundle-choice-grid label > span small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.bundle-choice-grid input:checked + span { border-color: var(--sage-700); background: var(--sage-100); box-shadow: inset 0 0 0 1px var(--sage-700); }
.bundle-choice-grid input:focus-visible + span { outline: 3px solid rgba(44, 116, 91, 0.25); outline-offset: 2px; }
.selected-bundle { margin-top: 20px; padding: 22px; border: 1px solid var(--blue-300); border-radius: 18px; background: var(--blue-100); }
.selected-bundle-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.selected-bundle-heading p { margin-bottom: 5px; }
.selected-bundle-heading h3 { margin: 0; font-size: 25px; }
.selected-bundle-heading > strong { color: var(--sage-700); font-family: "Fraunces", serif; font-size: 28px; }
.selected-bundle .contents-list { margin-bottom: 14px; }
fieldset { margin: 0 0 34px; padding: 0 0 34px; border: 0; border-bottom: 1px solid var(--line); }
fieldset:last-of-type { margin-bottom: 24px; }
legend { margin-bottom: 20px; padding: 0; font-family: "Fraunces", serif; font-size: 24px; font-weight: 700; }
.field-grid { display: grid; gap: 22px; }
.two-column { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.full-span { grid-column: 1 / -1; }
.field { position: relative; display: flex; flex-direction: column; gap: 8px; }
.field > span { font-size: 13px; font-weight: 700; }
.field b { color: var(--sage-700); }
.field em { color: var(--muted); font-size: 11px; font-weight: 400; font-style: normal; }

input[type="text"], input[type="tel"], input[type="email"], input[type="date"], select, textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  color: var(--ink);
  border: 1px solid #cbded5;
  border-radius: 12px;
  background: var(--white);
}

textarea { min-height: 100px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #8da19c; }
.invalid { border-color: var(--danger) !important; box-shadow: 0 0 0 3px rgba(179, 58, 58, 0.08); }
.error { min-height: 0; color: var(--danger); font-size: 11px; }
.error:empty { display: none; }
.helper { color: var(--muted); font-size: 11px; }
.character-count { position: absolute; right: 12px; bottom: 9px; padding: 2px 4px; color: var(--muted); background: var(--white); font-size: 10px; }

.choice-row { display: grid; gap: 8px; }
.choice-row.two { grid-template-columns: repeat(2, 1fr); }
.choice-row.three { grid-template-columns: repeat(3, 1fr); }
.choice-row label { cursor: pointer; }
.choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.choice-row label > span {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #cbded5;
  border-radius: 12px;
  background: var(--white);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.choice-row input:checked + span { border-color: var(--sage-700); background: var(--sage-100); box-shadow: inset 0 0 0 1px var(--sage-700); }
.choice-row input:focus-visible + span { outline: 3px solid rgba(44, 116, 91, 0.25); outline-offset: 2px; }
.fulfillment-row label > span { align-items: flex-start; flex-direction: column; }
.fulfillment-row label > span small { color: var(--muted); font-weight: 400; }

.agreement { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; font-size: 12px; }
.agreement input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--sage-700); }
.agreement-error { display: block; margin: 6px 0 16px 30px; }
.form-submit { width: 100%; margin-top: 20px; }
.form-submit span { margin-left: 10px; font-size: 20px; }
.form-status { margin: 10px 0 0; color: var(--danger); font-size: 12px; text-align: center; }

.summary-section { padding: 100px 0; background: var(--cream); }
.summary-shell { max-width: 760px; text-align: center; }
.success-mark { display: grid; width: 54px; height: 54px; place-items: center; margin: 0 auto 22px; border-radius: 50%; color: var(--white); background: var(--sage-700); font-size: 26px; }
.summary-intro { max-width: 570px; margin: 18px auto 30px; color: var(--muted); }
.summary-card { padding: 28px; border: 1px solid #eadfce; border-radius: 24px; background: var(--white); box-shadow: 0 20px 55px rgba(110, 80, 30, 0.08); text-align: left; }
.summary-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.summary-header p { margin: 0 0 4px; }
.summary-header strong { font-family: "Fraunces", serif; font-size: 30px; }
.summary-header > span { padding: 7px 10px; border-radius: 999px; color: var(--sage-700); background: var(--sage-100); font-size: 11px; font-weight: 700; }
#order-summary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 26px; margin: 26px 0; }
#order-summary div { min-width: 0; }
#order-summary dt { margin-bottom: 3px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
#order-summary dd { margin: 0; overflow-wrap: anywhere; font-size: 14px; font-weight: 600; }
.summary-total { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); }
.summary-total strong { font-family: "Fraunces", serif; font-size: 28px; }
.summary-fee-note { margin: 10px 0 0; color: var(--muted); font-size: 11px; text-align: right; }

.next-steps { margin: 34px 0; text-align: left; }
.next-steps h3 { margin-bottom: 18px; }
.next-steps ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.next-steps li { padding: 18px; border-radius: 16px; background: rgba(255, 255, 255, 0.6); }
.next-steps li > span { display: grid; width: 26px; height: 26px; place-items: center; margin-bottom: 10px; border-radius: 50%; color: var(--white); background: var(--sage-700); font-size: 11px; font-weight: 700; }
.next-steps p { margin: 0; color: var(--muted); font-size: 12px; }
.next-steps p strong { color: var(--ink); }
.summary-actions { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: 12px; }
.button.whatsapp { color: var(--white); background: #197d54; box-shadow: 0 12px 30px rgba(25, 125, 84, 0.2); }
.button.secondary { border: 1px solid var(--line); background: var(--white); }
.privacy-note { margin: 16px 0 0; color: var(--muted); font-size: 11px; }

footer { padding: 36px 0; color: white; background: var(--ink); }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; }
.footer-inner > div { display: flex; flex-direction: column; }
.footer-inner strong { font-family: "Fraunces", serif; font-size: 20px; }
.footer-inner span, .footer-inner a { color: #c3d7d2; font-size: 12px; }
.footer-inner a { font-weight: 700; }

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 58px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .price-row { justify-content: center; }
  .bundle-card { grid-template-columns: 110px 1fr; }
  .order-grid { grid-template-columns: 1fr; }
  .section-heading { position: static; }
  .steps { display: none; }
  .service-note { max-width: 430px; }
}

@media (max-width: 600px) {
  .content-width { width: min(100% - 24px, 1120px); }
  .site-header { padding: 6px 14px; }
  .brand-logo { width: 104px; height: 75px; border-radius: 13px; }
  .brand-logo img { top: -29px; left: -26px; width: 154px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 17px; }
  .header-link { font-size: 12px; }
  .hero { gap: 34px; padding-block: 48px; }
  h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-lede { font-size: 16px; }
  .bundle-card { grid-template-columns: 1fr; padding: 24px; border-radius: 25px; }
  .bundle-visual { min-height: 100px; }
  .bundle-visual span:nth-child(1) { top: 4%; }
  .bundle-visual span:nth-child(2) { top: 28%; }
  .bundle-visual span:nth-child(3) { bottom: 5%; }
  .contents-list { grid-template-columns: 1fr; }
  .order-section, .summary-section { padding: 66px 0; }
  .order-form { padding: 22px 16px; border-radius: 22px; }
  .bundle-choice-grid { grid-template-columns: 1fr; }
  .bundle-choice-grid label > span { min-height: 102px; }
  .selected-bundle { padding: 18px 14px; }
  .selected-bundle-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
  .two-column { grid-template-columns: 1fr; }
  .full-span { grid-column: auto; }
  .choice-row.three { grid-template-columns: repeat(3, 1fr); }
  #order-summary { grid-template-columns: 1fr; gap: 15px; }
  .next-steps ol { grid-template-columns: 1fr; }
  .next-steps li { display: grid; grid-template-columns: 30px 1fr; gap: 8px; align-items: start; }
  .next-steps li > span { margin: 0; }
  .summary-actions { grid-template-columns: 1fr; }
  .summary-card { padding: 22px 18px; }
  .summary-header { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
