@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,600;12..96,800&family=Public+Sans:wght@400;500;700&display=swap');

:root {
  --ink: #14201c; --ink-soft: #3c4842; --muted: #6e7570;
  --paper: #fcfbf7; --surface: #e7eae5; --surface-2: #f2f4f0; --line: #d3d8d1;
  --pine: #2f6f5e; --pine-wash: #e4efea; --marine: #2d4cc8; --warn: #9a4a2f;
  --radius: 4px;
}
* { box-sizing: border-box; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: 'Public Sans', system-ui, sans-serif; font-size: 16px; line-height: 1.55;
}
h1, h2, h3, h4, .wordmark {
  font-family: 'Bricolage Grotesque', 'Public Sans', sans-serif;
  letter-spacing: -0.025em; margin: 0; font-weight: 600;
}
a { color: var(--marine); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { max-width: 980px; margin: 0 auto; padding: 0 22px; }

.btn {
  display: inline-block; border: 1px solid var(--line); background: var(--paper);
  color: var(--ink); padding: 9px 16px; border-radius: var(--radius); font-weight: 500;
}
.btn:hover { text-decoration: none; background: var(--surface-2); }
.btn-primary { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.btn-primary:hover { background: #22322c; }
.btn-lg { padding: 13px 26px; font-size: 17px; }

/* nav */
.nav {
  display: flex; align-items: center; gap: 22px; padding: 14px 22px;
  border-bottom: 1px solid var(--line); position: sticky; top: 0; background: var(--paper); z-index: 10;
}
.wordmark { font-weight: 800; font-size: 20px; letter-spacing: -0.04em; color: var(--ink); }
.wordmark em { font-style: normal; color: var(--pine); }
.nav nav { display: flex; gap: 18px; margin-left: auto; }
.nav nav a { color: var(--ink-soft); font-weight: 500; }

.crumbs { border-bottom: 1px solid var(--line); background: var(--surface-2); font-size: 13.5px; }
.crumbs .wrap { padding-top: 9px; padding-bottom: 9px; color: var(--muted); }
.crumbs .sep { padding: 0 7px; color: var(--line); }

/* sections */
.band { padding: 54px 22px; border-bottom: 1px solid var(--line); }
.hero { padding: 76px 22px 60px; }
.hero h1 { font-size: clamp(38px, 7vw, 62px); line-height: 1.02; font-weight: 800; margin-bottom: 20px; }
.lede { font-size: 18px; color: var(--ink-soft); max-width: 62ch; margin: 0 0 24px; }
.micro { font-size: 14px; color: var(--muted); margin-top: 14px; }
h2 { font-size: 28px; margin-bottom: 14px; }

/* the before/after, stated as real text so crawlers read it too */
.demo-diff {
  border-left: 3px solid var(--pine); background: var(--pine-wash);
  border-radius: 0 var(--radius) var(--radius) 0; padding: 16px 18px; max-width: 68ch;
}
.demo-diff .was {
  color: var(--muted); text-decoration: line-through;
  text-decoration-color: rgba(110,117,112,.5); margin: 0 0 8px; font-size: 15px;
}
.demo-diff .now { margin: 0; font-weight: 500; }

.tpl-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 14px; }
.tpl-card {
  border: 1px solid var(--line); border-radius: 6px; padding: 18px; background: var(--paper);
  color: var(--ink); display: block;
}
.tpl-card:hover { text-decoration: none; border-color: var(--pine); background: var(--surface-2); }
.tpl-card .bar { display: block; width: 34px; height: 5px; border-radius: 3px; margin-bottom: 12px; }
.tpl-card h3 { font-size: 18px; margin-bottom: 5px; }
.tpl-card p { font-size: 14px; color: var(--muted); margin: 0 0 12px; }

.tag {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .09em;
  text-transform: uppercase; padding: 3px 9px; border-radius: 100px;
}
.tag.ok { background: var(--pine-wash); color: var(--pine); }
.tag.warn { background: #f9efe9; color: var(--warn); }

.warnbox {
  border-left: 3px solid var(--warn); background: #f9efe9; color: var(--warn);
  padding: 11px 14px; border-radius: 0 var(--radius) var(--radius) 0; font-size: 14.5px;
  max-width: 58ch; margin: 16px 0;
}

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.sheet { border: 1px solid var(--line); border-radius: 4px; overflow: hidden; background: #fff; box-shadow: 0 10px 30px -18px rgba(20,32,28,.5); }
.sheet iframe { width: 100%; height: 620px; border: 0; display: block; }

.faq details {
  border-bottom: 1px solid var(--line); padding: 13px 0; max-width: 74ch;
}
.faq summary { cursor: pointer; font-weight: 600; font-size: 17px; }
.faq p { color: var(--ink-soft); margin: 9px 0 0; }

.guide-list { display: grid; gap: 12px; max-width: 74ch; }
.guide-card { border: 1px solid var(--line); border-radius: 6px; padding: 18px; color: var(--ink); }
.guide-card:hover { text-decoration: none; border-color: var(--pine); background: var(--surface-2); }
.guide-card h3 { font-size: 19px; margin-bottom: 5px; }
.guide-card p { font-size: 14.5px; color: var(--muted); margin: 0; }

.prose { max-width: 70ch; }
.prose h2 { font-size: 21px; margin: 30px 0 8px; }
.prose p { color: var(--ink-soft); margin: 0; }
.cta-inline { margin-top: 34px !important; }

.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.price-card { border: 1px solid var(--line); border-radius: 6px; padding: 20px; }
.price-card h3 { font-size: 18px; }
.price-card .amount { font-size: 32px; font-weight: 700; margin: 6px 0 10px; font-family: 'Bricolage Grotesque', sans-serif; }
.price-card .amount small { font-size: 14px; font-weight: 400; color: var(--muted); }
.price-card p { font-size: 14.5px; color: var(--muted); }
.price-card .terms { background: var(--surface-2); border-left: 3px solid var(--pine); padding: 9px 11px; border-radius: 0 var(--radius) var(--radius) 0; color: var(--ink-soft); font-size: 13.5px; }

.cta { text-align: center; border-bottom: 0; }

.foot {
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px;
  max-width: 980px; margin: 0 auto; padding: 42px 22px 60px;
}
.foot p { color: var(--muted); font-size: 14.5px; max-width: 38ch; }
.foot h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-bottom: 9px; }
.foot a { display: block; color: var(--ink-soft); font-size: 14.5px; margin-bottom: 5px; }

@media (max-width: 760px) {
  .split { grid-template-columns: 1fr; }
  .foot { grid-template-columns: 1fr; gap: 24px; }
  .nav { flex-wrap: wrap; gap: 12px; }
  .nav nav { order: 3; width: 100%; margin-left: 0; }
}
