:root{
  --bg: #fbfbfa;
  --ink: #111827;
  --sub: #4b5563;
  --muted: #6b7280;
  --line: rgba(17,24,39,0.12);
  --accent: #166534;
  --accent2: #0ea5e9;
  --paper: #ffffff;
  --soft: rgba(22,101,52,0.06);
}
*{ box-sizing:border-box; }
html,body{
  margin:0; padding:0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a{ color: inherit; text-decoration: none; }
.wrap{ max-width: 520px; margin: 0 auto; }

/* ===== Cover ===== */
.cover{
  padding: 16px 14px 18px;
  background:
    radial-gradient(circle at 20% 0%, rgba(14,165,233,0.10), transparent 55%),
    radial-gradient(circle at 100% 40%, rgba(22,101,52,0.12), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
.mast{
  display:flex; align-items:center; justify-content:space-between;
  gap: 10px; margin-bottom: 14px;
}
.brand{ display:flex; align-items:center; gap:10px; min-width: 0; }
.mark{
  width: 30px; height: 30px; border-radius: 10px;
  background: linear-gradient(135deg, rgba(22,101,52,1), rgba(34,197,94,1));
  display:flex; align-items:center; justify-content:center;
  color:#fff; font-weight:800; font-size: 12px; flex: 0 0 auto;
}
.brandtxt{ display:flex; flex-direction:column; min-width: 0; }
.brandname{
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted); font-weight: 700;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.brandsub{
  font-size: 12px; color: var(--sub); font-weight: 600;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.pill{
  font-size: 11px; padding: 6px 10px; border-radius: 999px;
  border: 1px solid var(--line); color: var(--muted);
  background: rgba(255,255,255,0.7); flex: 0 0 auto;
}

.cover-title{
  font-family: "Fraunces", serif;
  font-size: 28px; line-height: 1.12;
  margin: 0 0 10px 0; letter-spacing: -0.02em;
}
.cover-title .accent{ color: var(--accent); }
.cover-deck{
  font-size: 14px; line-height: 1.65; color: var(--sub);
  margin: 0 0 14px 0; max-width: 42ch;
}

.meta{
  display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
  margin-bottom: 14px;
}
.meta-left{ display:flex; flex-direction:column; gap:4px; }
.meta-kicker{
  font-size: 12px; color: var(--muted); font-weight: 700;
  letter-spacing: .10em; text-transform: uppercase;
}
.meta-line{ font-size: 13px; color: var(--sub); line-height: 1.5; }

.cta{ display:flex; flex-direction:column; gap:8px; margin-top: 6px; }
.btn{
  width: 100%;
  display:inline-flex; align-items:center; justify-content:center; gap: 10px;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid rgba(22,101,52,0.35);
  background: linear-gradient(135deg, rgba(22,101,52,1), rgba(34,197,94,1));
  color: #fff; font-weight: 700; font-size: 15px;
  box-shadow: 0 18px 35px rgba(22,101,52,0.18);
}
.btn .dot{ width: 8px; height: 8px; border-radius: 999px; background: rgba(255,255,255,0.85); }
.cta-note{ font-size: 11.5px; color: var(--muted); line-height: 1.55; display:none; }

/* Mid-page CTA */
.mid-cta{ margin: 8px 0 0; padding: 0 14px; }
.btn-mid{
  width: 100%;
  display:inline-flex; align-items:center; justify-content:center; gap: 10px;
  padding: 13px 14px;
  border-radius: 14px;
  border: 1px solid rgba(22,101,52,0.35);
  background: linear-gradient(135deg, rgba(22,101,52,1), rgba(34,197,94,1));
  color: #fff; font-weight: 700; font-size: 14px;
  box-shadow: 0 14px 30px rgba(22,101,52,0.16);
}
.btn-mid .dot{ width: 8px; height: 8px; border-radius: 999px; background: rgba(255,255,255,0.85); }
.mid-note{
  margin: 8px 0 0 0;
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.55;
  text-align: center;
}

/* Promo blurb */
.promo{
  margin: 8px 0 6px;
  padding: 12px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(22,101,52,0.06), #ffffff);
  box-shadow: 0 10px 22px rgba(17,24,39,0.06);
  color: var(--ink);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
.promo-label{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 10px;
  border-radius:999px;
  background: rgba(22,101,52,0.08);
  border:1px solid rgba(22,101,52,0.18);
  color: var(--accent);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.promo-label-dot{
  width:6px; height:6px; border-radius:999px; background: var(--accent);
  display:inline-block;
}
.promo-title{
  display:block;
  margin: 0 0 8px 0;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}
.promo-line{
  display:flex;
  justify-content:center;
  gap: 8px;
  align-items:flex-start;
  margin-top: 4px;
  font-weight: 600;
  line-height: 1.55;
  text-align: left;
}
.promo-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  border: 1px solid rgba(22,101,52,0.25);
  background: rgba(22,101,52,0.08);
  color: var(--accent);
  font-weight: 800;
  font-size: 11px;
  flex: 0 0 auto;
  margin-top: 1px;
}

.divider{ height: 1px; background: var(--line); margin: 14px 0 0; }

/* ===== Sections (editorial blocks) ===== */
.section{
  padding: 14px 14px;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.h{
  display:flex; align-items: baseline; justify-content: space-between; gap: 10px;
  margin-bottom: 10px;
}
.h-title{
  font-family: "Fraunces", serif;
  font-size: 17.5px; margin: 0; letter-spacing: -0.01em;
}
.h-tag{
  font-size: 11px; padding: 4px 9px; border-radius: 999px;
  border: 1px solid var(--line); color: var(--muted);
  background: rgba(255,255,255,0.6); flex: 0 0 auto;
}
.lead{
  font-size: 13.5px; line-height: 1.65; color: var(--sub);
  margin: 0 0 10px 0; max-width: 60ch;
}

/* Bullet list */
.bullets{
  margin: 0; padding: 0; list-style: none;
  display:flex; flex-direction: column; gap: 12px;
}
.bullets li{ display:flex; gap: 9px; align-items:flex-start; }
.num{
  width: 22px; height: 22px; border-radius: 7px;
  border: 1px solid var(--line);
  display:flex; align-items:center; justify-content:center;
  font-size: 12px; font-weight: 800; color: var(--accent);
  background: rgba(255,255,255,0.9); flex: 0 0 auto; margin-top: 2px;
}
.b-main{
  font-size: 14px; font-weight: 700; color: var(--ink);
  margin: 0 0 2px 0; line-height: 1.45;
}
.b-sub{ font-size: 13px; color: var(--sub); margin: 0; line-height: 1.6; }

/* ===== NEW: horizontal metric strip ===== */
.strip-note{
  font-size: 12px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0 0 10px 0;
  max-width: 60ch;
}
.strip{
  display:flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}
.strip::-webkit-scrollbar{ display:none; }
.mcard{
  min-width: 180px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 12px 12px;
  box-shadow: 0 10px 22px rgba(17,24,39,0.06);
}
.m-kicker{
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 8px;
}
.m-value{
  font-size: 18px;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 6px;
}
.m-text{
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--sub);
  margin: 0;
}

/* ===== NEW: 3-step timeline ===== */
.steps{
  display:flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 6px;
}
.step{
  background: linear-gradient(180deg, rgba(22,101,52,0.06), rgba(255,255,255,0.0));
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 12px;
}
.step-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  margin-bottom: 6px;
}
.step-badge{
  font-size: 11px;
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid rgba(22,101,52,0.25);
  background: rgba(22,101,52,0.08);
  color: var(--accent);
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.step-title{
  font-size: 14px;
  font-weight: 800;
  margin: 0;
  color: var(--ink);
}
.step-text{
  margin: 0;
  font-size: 13px;
  color: var(--sub);
  line-height: 1.65;
}

/* ===== NEW: checklist ===== */
.check{
  display:flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
.check-item{
  display:flex;
  gap: 8px;
  align-items:flex-start;
  padding: 8px 9px;
  background: rgba(255,255,255,0.65);
  border: 1px solid var(--line);
  border-radius: 11px;
}
.tick{
  width: 18px; height: 18px;
  border-radius: 6px;
  background: rgba(22,101,52,0.10);
  border: 1px solid rgba(22,101,52,0.25);
  color: var(--accent);
  display:flex; align-items:center; justify-content:center;
  font-size: 12px; font-weight: 900;
  flex: 0 0 auto; margin-top: 2px;
}
.check-text{
  margin: 0;
  font-size: 13px;
  color: var(--sub);
  line-height: 1.6;
}
.check-text strong{ color: var(--ink); }

/* ===== NEW: FAQ accordion ===== */
details{
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.7);
  border-radius: 14px;
  padding: 10px 12px;
}
details + details{ margin-top: 10px; }
summary{
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  color: var(--ink);
  font-size: 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
}
summary::-webkit-details-marker{ display:none; }
.chev{
  width: 26px; height: 26px;
  border-radius: 10px;
  border: 1px solid var(--line);
  display:flex; align-items:center; justify-content:center;
  color: var(--muted);
  background: rgba(255,255,255,0.8);
  flex: 0 0 auto;
  font-weight: 900;
}
details[open] .chev{ color: var(--accent); }
.faq-text{
  margin: 8px 0 0 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--sub);
}

/* Final CTA */
.final{
  padding: 14px 12px 18px;
  background: linear-gradient(180deg, #fbfbfa 0%, #ffffff 100%);
}
.final-box{ border-top: 1px solid var(--line); padding-top: 10px; }

/* Modal */
.modal-backdrop{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.modal-backdrop.show{
  opacity: 1;
  pointer-events: auto;
}
.modal{
  width: 100%;
  max-width: 440px;
  background:
    radial-gradient(circle at 20% 0%, rgba(14,165,233,0.10), transparent 55%),
    linear-gradient(145deg, rgba(22,101,52,0.07), rgba(255,255,255,0.92)),
    #ffffff;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(17,24,39,0.18);
  padding: 20px 18px 18px;
  position: relative;
}
.modal-close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
}
.modal-close.ghost{
  position: static;
  width: 100%;
  margin: 0;
  height: auto;
  padding: 11px 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
}
.modal-title{
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: 18.5px;
  letter-spacing: -0.01em;
  text-align: center;
}
.modal-text{
  margin: 0 0 14px 0;
  font-size: 14px;
  color: var(--sub);
  line-height: 1.65;
  text-align: left;
}
.modal-text p{
  margin: 0 0 8px 0;
}
.modal-text p:last-child{
  margin-bottom: 0;
}
.modal-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  text-align: center;
}
.modal-label{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(22,101,52,0.10);
  border: 1px solid rgba(22,101,52,0.25);
  color: var(--accent);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  width: fit-content;
}
.modal-label-dot{
  width: 6px; height: 6px; border-radius: 999px; background: var(--accent);
  display: inline-block;
}
.modal-text{
  text-align: left;
  margin: 0 0 14px 0;
  font-size: 14.5px;
  color: var(--sub);
  line-height: 1.68;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  max-width: 460px;
  width: 100%;
}
.modal-bullets{
  list-style: none;
  padding: 10px 12px;
  margin: 0 0 10px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(22,101,52,0.05);
  border: 1px solid var(--line);
  border-radius: 12px;
  width: 100%;
  max-width: 460px;
}
.modal-bullets li{
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.modal-bullet-dot{
  width: 7px; height: 7px; border-radius: 999px; background: var(--accent);
  margin-top: 6px;
  flex: 0 0 auto;
}
.modal-sub{
  margin: 8px 0 0 0;
  font-weight: 700;
}
.modal-actions{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 4px;
}
.modal-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(22,101,52,0.35);
  background: linear-gradient(135deg, rgba(22,101,52,1), rgba(34,197,94,1));
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(22,101,52,0.16);
}
.modal-note{
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
  padding: 0 4px;
}
.final-title{ font-family: "Fraunces", serif; font-size: 18px; margin: 0 0 8px 0; }
.final-text{
  font-size: 13.5px; line-height: 1.7; color: var(--sub);
  margin: 0 0 12px 0; max-width: 60ch;
}
.btn-ghost{
  width: 100%;
  display:inline-flex; align-items:center; justify-content:center; gap: 10px;
  padding: 13px 14px;
  border-radius: 14px;
  border: 1px solid rgba(22,101,52,0.35);
  background: #ffffff;
  color: var(--accent);
  font-weight: 800;
  font-size: 14px;
}
.btn-ghost .dot{
  width: 8px; height: 8px; border-radius: 999px;
  background: rgba(22,101,52,0.75);
}

/* Disclaimer (short) */
.disc{
  margin-top: 14px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
  font-size: 11.5px;
  line-height: 1.65;
  color: var(--muted);
}
.disc strong{ color: var(--ink); }

/* Images */
.cover-image{ margin:14px 0 18px; }
.cover-image img{
  width:100%;
  border-radius:16px;
  display:block;
}
.infographic{ margin:16px 0; }
.infographic img{
  width:100%;
  border-radius:14px;
  display:block;
}

