@font-face { font-family: 'Geist'; font-style: normal; font-weight: 100 900; font-display: swap; src: url(/fonts/geist-latin.woff2) format('woff2'); }
@font-face { font-family: 'Geist Fallback'; src: local('Arial'); size-adjust: 104%; ascent-override: 92%; descent-override: 24%; line-gap-override: 0%; }
:root {
  --bg: #F6F7F5;
  --paper: #FFFFFF;
  --ink: #0C0F0E;
  --muted: #5B635F;
  --line: #E4E8E5;
  --forest: #0F5C3E;
  --forest-dark: #0B3D2A;
  --forest-soft: #E8F3EC;
  --mint: #6EE7B7;
  --bark: #0F5C3E;
  --band: linear-gradient(135deg, #0A3325 0%, #0E4F36 45%, #136643 80%, #17774D 100%);
  --serif: 'Geist', 'Geist Fallback', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --sans: 'Geist', 'Geist Fallback', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --radius: 20px;
  --shadow: 0 1px 2px rgba(12,15,14,.04), 0 12px 32px rgba(12,40,28,.08);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: var(--forest); }
img, svg { display: block; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 760px; }

/* nav (sits on the green band on every page) */
.nav { background: var(--band); color: #fff; position: relative; z-index: 20; }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo { display: flex; align-items: center; gap: 9px; text-decoration: none; color: inherit; font-family: var(--sans); font-size: 19px; font-weight: 700; letter-spacing: -.4px; }
.logo svg { color: var(--mint); }
.nav-links { display: flex; gap: 26px; list-style: none; align-items: center; }
.nav-links a { color: rgba(255,255,255,.94); text-decoration: none; font-size: 14.5px; font-weight: 500; }
.nav-links a:hover { color: #fff; }
.nav-links a.btn, .nav-links a.btn:hover { background: #fff; color: var(--forest-dark); }
.btn { display: inline-block; background: var(--forest); color: #fff; text-decoration: none; border: none; border-radius: 14px; padding: 14px 22px; font-size: 15.5px; font-weight: 700; font-family: var(--sans); cursor: pointer; transition: transform .12s, background .15s; }
.btn:hover { background: var(--forest-dark); }
.btn:active { transform: translateY(1px); }
.btn-sm { padding: 9px 16px; font-size: 14px; border-radius: 99px; }
.btn-ghost { background: transparent; color: var(--forest); border: 1.5px solid var(--forest); }
.btn-ghost:hover { background: var(--forest-soft); }
@media (max-width: 720px) {
  .nav .wrap { flex-wrap: wrap; height: auto; padding-top: 12px; padding-bottom: 10px; row-gap: 8px; }
  .nav-links { width: 100%; gap: 16px; overflow-x: auto; white-space: nowrap; padding-bottom: 2px; }
  .nav-links .btn-sm { margin-left: auto; }
  .nav-links .hide-xs { display: none; }
}

/* type */
h1, h2, h3 { font-family: var(--sans); font-weight: 800; letter-spacing: -.035em; line-height: 1.05; }
h1 { font-size: clamp(38px, 6vw, 72px); }
h2 { font-size: clamp(28px, 4vw, 44px); }
h3 { font-size: 19px; letter-spacing: -.02em; line-height: 1.25; }
.eyebrow { font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--forest); }
.lead { font-size: clamp(17px, 2vw, 19px); color: var(--muted); }
section { padding: 88px 0; }
.sec-hd { max-width: 640px; margin-bottom: 40px; }
.sec-hd h2 { margin: 10px 0 12px; }
.sec-hd p { color: var(--muted); }
.center { text-align: center; margin-left: auto; margin-right: auto; }

/* hero band (homepage) */
.band { background: var(--band); color: #fff; border-radius: 0 0 36px 36px; position: relative; overflow: hidden; }
.band::after { content: ''; position: absolute; right: -80px; bottom: -120px; width: 520px; height: 520px; opacity: .07; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1' stroke-linejoin='round'%3E%3Cpath d='M12 2 6.5 9h3L5 15h4.5L4 21h16l-5.5-6H19l-4.5-6h3z'/%3E%3C/svg%3E") center/contain no-repeat; }
.hero { max-width: 1120px; margin: 0 auto; padding: 36px 20px 72px; display: grid; grid-template-columns: 1fr 450px; gap: 48px; align-items: center; position: relative; z-index: 1; }
@media (max-width: 920px) { .hero { grid-template-columns: minmax(0,1fr); gap: 22px; padding-top: 14px; padding-bottom: 32px; } }
.hero h1 { letter-spacing: -.045em; }
.hero .sub { font-size: 18px; color: rgba(255,255,255,.84); margin: 18px 0 26px; max-width: 520px; line-height: 1.55; }
.stats { display: flex; gap: 30px; flex-wrap: wrap; }
.stats b { display: block; font-size: 24px; letter-spacing: -.02em; }
.stats span { font-size: 13px; color: rgba(255,255,255,.75); }
@media (max-width: 520px) {
  .hero h1 { font-size: 40px; }
  .hero .sub { font-size: 16px; margin: 10px 0 14px; }
  .stats { gap: 0; flex-wrap: nowrap; justify-content: space-between; }
  .stats b { font-size: 17px; } .stats span { font-size: 11.5px; }
}

/* order card */
.ocard { background: #fff; color: var(--ink); border-radius: 26px; padding: 24px; box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.ocard h2 { font-size: 20px; letter-spacing: -.02em; margin-bottom: 16px; }
.chips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.chip { position: relative; border: 1.5px solid var(--line); background: #fff; border-radius: 14px; padding: 9px 4px 8px; font-family: var(--sans); cursor: pointer; color: var(--ink); min-height: 54px; }
.chip b { display: block; font-size: 16px; font-weight: 800; line-height: 1.3; }
.chip span { font-size: 13px; color: var(--muted); }
.chip.on { border-color: var(--forest); background: var(--forest); color: #fff; }
.chip.on span { color: rgba(255,255,255,.85); }
.chip .pop { position: absolute; top: -9px; left: 50%; transform: translateX(-50%); background: var(--mint); color: var(--forest-dark); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 2px 7px; border-radius: 99px; white-space: nowrap; }
.incl { list-style: none; margin: 16px 0; display: grid; gap: 5px; font-size: 14.5px; color: #333A37; }
.incl li { display: flex; gap: 8px; align-items: flex-start; }
.incl svg { color: var(--forest); margin-top: 4px; flex-shrink: 0; }
.ulabel { display: block; font-size: 13px; font-weight: 700; margin: 0 0 6px; }
.uwrap { display: flex; align-items: center; border: 1.5px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; }
.uwrap:focus-within { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(15,92,62,.15); }
.uwrap span { padding: 0 2px 0 14px; color: var(--muted); font-weight: 700; }
.uwrap input { flex: 1; border: none; outline: none; padding: 14px 14px 14px 2px; font: 16px var(--sans); background: transparent; color: var(--ink); min-width: 0; }
.assure { display: flex; flex-wrap: wrap; gap: 4px 14px; font-size: 12.5px; color: #333A37; margin: 12px 0 10px; font-weight: 600; }
.assure span { display: flex; gap: 5px; align-items: center; }
.assure svg { color: var(--forest); }
.cta { width: 100%; background: linear-gradient(90deg, #0E5A3C, #178457); color: #fff; border: none; border-radius: 14px; padding: 16px; font: 800 16.5px var(--sans); cursor: pointer; }
.cta:hover { filter: brightness(1.06); }
.payline { text-align: center; font-size: 12.5px; color: #59615D; margin-top: 10px; }

/* cards / grids */
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.grid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (max-width: 820px) { .grid3, .grid2 { grid-template-columns: 1fr; } }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.card h3 { margin: 12px 0 8px; }
.card p { color: var(--muted); font-size: 15px; }
a.card { text-decoration: none; color: inherit; display: block; transition: transform .15s; }
a.card:hover { transform: translateY(-2px); }
.ico { width: 42px; height: 42px; border-radius: 12px; background: var(--forest-soft); color: var(--forest); display: flex; align-items: center; justify-content: center; }
.step-n { font-size: 13px; color: var(--forest); font-weight: 800; letter-spacing: .06em; }
.alt { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* compare */
.cmp { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; font-size: 15px; box-shadow: var(--shadow); }
.cmp th, .cmp td { text-align: left; padding: 15px 18px; border-top: 1px solid var(--line); vertical-align: top; }
.cmp tr:first-child th { border-top: none; background: #FAFBFA; font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.cmp td:nth-child(2) { font-weight: 700; color: var(--forest); }
.cmp td:first-child { color: var(--muted); }
.tbl { overflow-x: auto; }

/* faq */
.faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 700; font-size: 16.5px; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--forest); font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: '–'; }
.faq details p { color: var(--muted); margin-top: 10px; font-size: 15.5px; }

/* forms / panels */
.panel { background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: var(--shadow); position: relative; }
label { display: block; font-size: 13.5px; font-weight: 700; margin: 16px 0 6px; }
.inp { width: 100%; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 12px; font-size: 16px; font-family: var(--sans); background: #fff; color: var(--ink); }
.inp:focus { outline: none; border-color: var(--forest); box-shadow: 0 0 0 3px rgba(15,92,62,.15); }
.hint { font-size: 13px; color: var(--muted); margin-top: 6px; }
.err { color: #A33A2B; font-size: 14px; margin-top: 12px; min-height: 20px; }
.ok { color: var(--forest); font-size: 15px; margin-top: 12px; }
.sel-pkgs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.sel-pkgs button { background: #fff; border: 1.5px solid var(--line); border-radius: 12px; padding: 10px 6px; font-family: var(--sans); cursor: pointer; color: var(--ink); }
.sel-pkgs button b { display: block; font-size: 15px; }
.sel-pkgs button span { font-size: 13px; color: var(--muted); }
.sel-pkgs button.on { border-color: var(--forest); background: var(--forest); color: #fff; }
.sel-pkgs button.on span { color: rgba(255,255,255,.85); }
.summary-row { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.summary-row:last-child { border-bottom: none; font-weight: 800; font-size: 18px; }
.co-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; align-items: start; }
@media (max-width: 860px) { .co-grid { grid-template-columns: minmax(0,1fr); } }

/* inner pages: the green nav continues into a short band */
.nav + section, .nav + header { position: relative; }
.pagehead { background: var(--band); color: #fff; padding: 18px 0 60px; border-radius: 0 0 32px 32px; }
.pagehead h1 { font-size: clamp(32px, 5vw, 52px); }
.pagehead p { color: rgba(255,255,255,.82); margin-top: 10px; max-width: 620px; }
.pull { margin-top: -40px; }

/* footer */
.footer { background: #0A1F17; color: rgba(255,255,255,.7); padding: 48px 0 40px; font-size: 14px; margin-top: 56px; }
.footer .wrap { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer .logo { color: #fff; }
.footer a { color: rgba(255,255,255,.72); text-decoration: none; margin-right: 18px; line-height: 2; }
.footer a:hover { color: #fff; }
.fine { font-size: 12.5px; color: rgba(255,255,255,.55); margin-top: 10px; max-width: 520px; }

/* legal / article */
.legal h1 { font-size: clamp(32px, 5vw, 46px); margin-bottom: 8px; }
.legal h2 { font-size: 24px; margin: 34px 0 10px; }
.legal p, .legal li { color: #2A302D; font-size: 16px; margin-bottom: 12px; }
.legal ul, .legal ol { padding-left: 20px; }
.band .nav { background: transparent; }
.nav { border-radius: 0 0 24px 24px; } .band .nav { border-radius: 0; }
@media (max-width: 520px) {
  .hero h1 { font-size: 36px; }
  .hero .sub { display: none; }
  .stats { margin-top: 14px; }
  .ocard { padding: 18px; border-radius: 22px; }
  .ocard h2 { font-size: 18px; margin-bottom: 12px; }
  .chip { min-height: 48px; padding: 7px 4px 6px; }
  .incl { font-size: 13.5px; margin: 12px 0; gap: 3px; }
  .assure { margin: 10px 0 8px; }
}
/* comparison card (Cedarfollow vs others) */
.vs { max-width: 760px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); padding: 28px 26px; }
.vs-hd, .vs-row { display: grid; grid-template-columns: 1.05fr 1fr 1fr; align-items: center; gap: 10px; }
.vs-hd { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.vs-hd div { display: flex; justify-content: center; }
.vs-brand { background: var(--band); color: #fff; font-weight: 800; font-size: 14px; padding: 8px 20px; border-radius: 99px; box-shadow: 0 4px 14px rgba(15,92,62,.3); }
.vs-others { background: #F3F5F4; border: 1px solid var(--line); color: var(--muted); font-weight: 700; font-size: 14px; padding: 8px 20px; border-radius: 99px; }
.vs-row { padding: 15px 0; border-bottom: 1px solid var(--line); }
.vs-row:last-child { border-bottom: none; }
.vs-label { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 700; }
.vs-label svg { color: #9FB3A8; flex-shrink: 0; }
.vs-yes, .vs-no { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 13.5px; font-weight: 600; text-align: center; line-height: 1.3; }
.vs-yes { color: var(--forest); }
.vs-no { color: #9CA3AF; }
.vs-yes::before, .vs-no::before { content: ''; flex-shrink: 0; width: 19px; height: 19px; border-radius: 50%; }
.vs-yes::before { background: #1E8C5C url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat; }
.vs-no::before { background: #E8EBE9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E") center/12px no-repeat; }
@media (max-width: 560px) {
  .vs { padding: 20px 14px; border-radius: 22px; }
  .vs-label { font-size: 12.5px; gap: 6px; } .vs-label svg { display: none; }
  .vs-yes, .vs-no { font-size: 12px; flex-direction: column; gap: 4px; }
  .vs-brand, .vs-others { font-size: 12px; padding: 7px 12px; }
}

.pagehead .narrow { max-width: 760px; }
.pull { margin-top: -40px; position: relative; z-index: 2; }
.summary-row.total { font-weight: 800; font-size: 18px; border-bottom: none; }
.footer a { white-space: nowrap; }
.footer .logo svg { color: var(--mint); }
.legal .eyebrow { color: var(--forest); }
@media (max-width: 520px) { section { padding: 56px 0; } .footer { margin-top: 32px; } .pagehead { padding-bottom: 54px; } }

.pagehead { padding-top: 0; }
.pagehead .nav { background: transparent; border-radius: 0; }
.pagehead > .wrap { padding-top: 18px; }
.footer .wrap > div { min-width: 0; }
.footer .wrap > div:last-child { display: flex; flex-wrap: wrap; column-gap: 18px; }
.footer .wrap > div:last-child a { margin-right: 0; }
.footer .wrap > div:last-child .fine { flex-basis: 100%; }

.hero .kicker { font-size: 15px; font-weight: 700; letter-spacing: .02em; color: var(--mint); margin-bottom: 14px; line-height: 1.3; }
.hero .display { font-size: clamp(40px, 6vw, 72px); font-weight: 800; letter-spacing: -.045em; line-height: 1.02; }
@media (max-width: 520px) { .hero .display { font-size: 36px; } .hero .kicker { font-size: 13px; margin-bottom: 8px; } }
.card h3 a, .card h2 a { color: inherit; text-decoration: none; }
.card h3 a:hover, .card h2 a:hover { color: var(--forest); }
.card h2 { font-size: 19px; letter-spacing: -.02em; line-height: 1.25; margin: 12px 0 8px; }
