:root {
  --ink: #173d3a;
  --ink-deep: #102f2d;
  --teal: #2f7d74;
  --teal-bright: #5baea0;
  --teal-pale: #dceee7;
  --paper: #fbf6e8;
  --paper-deep: #efe4ca;
  --orange: #dc8b3c;
  --white: #fffdf8;
  --rule: rgba(23, 61, 58, .16);
  --shadow: 0 24px 70px rgba(39, 52, 43, .15);
  --sans: "Segoe UI", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink-deep);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--ink-deep); color: #fff; }
.skip-link:focus { top: 16px; }

.site-header { border-bottom: 1px solid var(--rule); background: rgba(251, 246, 232, .96); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 52px; height: 52px; border-radius: 12px; box-shadow: 0 5px 16px rgba(49, 79, 67, .16); }
.brand span { display: grid; }
.brand strong { font-family: var(--serif); font-size: 18px; letter-spacing: -.3px; }
.brand small { margin-top: 2px; color: #61746d; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.header-link { color: var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; }
.header-link:hover, .header-link:focus-visible { color: var(--teal); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 74px;
  background:
    linear-gradient(rgba(47, 125, 116, .055) 1px, transparent 1px) 0 18px / 100% 31px,
    var(--paper);
}
.hero::before { content: ""; position: absolute; right: -170px; top: -230px; width: 540px; height: 540px; border-radius: 50%; background: rgba(91, 174, 160, .14); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: 74px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--teal); font-size: 12px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--orange); }
h1 { max-width: 700px; margin: 0; font-family: var(--serif); font-size: clamp(48px, 6vw, 78px); font-weight: 600; line-height: .99; letter-spacing: -.052em; }
h1 em { color: var(--teal); font-weight: inherit; }
.hero-lede { max-width: 650px; margin: 28px 0 0; color: #4f645e; font-size: clamp(17px, 2vw, 20px); line-height: 1.65; }
.promise { display: grid; gap: 10px; margin: 28px 0 30px; padding: 0; list-style: none; }
.promise li { position: relative; padding-left: 27px; color: #334e49; font-size: 14px; font-weight: 650; }
.promise li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }

.form-shell { max-width: 590px; padding: 24px; border: 1px solid var(--rule); border-radius: 16px; background: rgba(255, 253, 248, .9); box-shadow: 0 18px 45px rgba(39, 52, 43, .1); }
.form-shell h2 { margin: 0 0 6px; font-family: var(--serif); font-size: 24px; }
.form-shell > p { margin: 0 0 18px; color: #60716b; font-size: 13px; }
.emailoctopus-form, .preview-form { display: grid !important; gap: 11px !important; margin: 0 !important; padding: 0 !important; background: transparent !important; font-family: var(--sans) !important; }
.emailoctopus-form .main-form, .emailoctopus-form [eo-form-fields-container] { display: grid !important; gap: 11px !important; width: 100% !important; }
.emailoctopus-form-row { width: 100% !important; margin: 0 !important; }
.emailoctopus-form .form-control, .preview-form input[type="text"], .preview-form input[type="email"] { width: 100% !important; padding: 15px 16px !important; border: 1.5px solid rgba(47, 125, 116, .48) !important; border-radius: 9px !important; background: #fff !important; color: var(--ink-deep) !important; font: 16px var(--sans) !important; outline: 0 !important; }
.emailoctopus-form .form-control:focus, .preview-form input:focus { border-color: var(--teal) !important; box-shadow: 0 0 0 3px rgba(47, 125, 116, .13) !important; }
.emailoctopus-form input[type="submit"], .preview-form button { width: 100% !important; padding: 16px 20px !important; border: 0 !important; border-radius: 9px !important; background: var(--orange) !important; color: var(--ink-deep) !important; font: 800 14px var(--sans) !important; letter-spacing: .035em !important; cursor: pointer !important; }
.preview-form button:disabled { cursor: not-allowed !important; opacity: .76; }
.emailoctopus-form-row-consent { display: grid !important; grid-template-columns: 18px 1fr !important; gap: 9px !important; align-items: start !important; color: #5d706a !important; font-size: 11.5px !important; line-height: 1.48 !important; }
.emailoctopus-form-row-consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--teal); }
.emailoctopus-form-row-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { margin: 8px 0 0 !important; padding: 10px 12px; border-left: 3px solid var(--orange); background: #fff3df; color: #5b4a35 !important; font-size: 11px !important; }
.trust-line { margin: 13px 0 0 !important; color: #60716b !important; font-size: 11.5px !important; text-align: center; }
.success { display: none; }
.success.visible { display: block; }
.success h2 { margin-bottom: 10px; }
.success p { color: #53665f; }
.download { display: block; margin-top: 18px; padding: 16px 20px; border-radius: 9px; background: var(--orange); color: var(--ink-deep); font-size: 14px; font-weight: 850; text-align: center; text-decoration: none; }

.cover-wrap { position: relative; justify-self: center; max-width: 395px; }
.cover-wrap::before { content: ""; position: absolute; inset: 24px -24px -24px 24px; border-radius: 16px; background: var(--teal); opacity: .14; }
.cover { position: relative; display: block; width: min(100%, 380px); border-radius: 9px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.cover-note { position: relative; width: fit-content; margin: 21px auto 0; padding: 9px 13px; border-radius: 8px; background: var(--ink-deep); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.trust-strip { padding: 24px 0; background: var(--ink-deep); color: #e8f3ed; }
.trust-strip .shell { display: flex; justify-content: center; gap: 20px; text-align: center; }
.trust-strip span::after { content: "•"; margin-left: 20px; color: var(--orange); }
.trust-strip span:last-child::after { display: none; }

.section { padding: 82px 0; }
.section.alt { background: var(--paper-deep); }
.section-heading { max-width: 790px; margin-bottom: 38px; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 4.4vw, 55px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading p { margin: 17px 0 0; color: #576b65; font-size: 16px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { min-height: 260px; padding: 27px; border: 1px solid var(--rule); border-radius: 15px; background: var(--white); box-shadow: 0 14px 35px rgba(37, 63, 52, .07); }
.card b { display: inline-grid; width: 39px; height: 39px; place-items: center; border-radius: 50%; background: var(--teal-pale); color: var(--teal); font-family: var(--serif); font-size: 19px; }
.card h3 { margin: 22px 0 11px; font-family: var(--serif); font-size: 25px; line-height: 1.2; }
.card p { margin: 0; color: #5d6f69; font-size: 14px; }
.source-box { margin-top: 32px; padding: 22px 24px; border-left: 4px solid var(--orange); background: #fffdf8; color: #53665f; font-size: 13px; }
.source-box a { color: var(--teal); font-weight: 750; }

.faq { display: grid; gap: 1px; border-top: 1px solid var(--rule); }
.faq details { padding: 22px 0; border-bottom: 1px solid var(--rule); }
.faq summary { cursor: pointer; font-family: var(--serif); font-size: 22px; font-weight: 700; }
.faq p { max-width: 850px; margin: 15px 0 0; color: #586c65; font-size: 14px; }

footer { padding: 44px 0; border-top: 1px solid var(--rule); background: #f6edd9; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 42px; }
.footer-grid p { margin: 0 0 12px; color: #62736d; font-size: 12px; }
.footer-links { display: flex; justify-content: flex-end; align-items: flex-start; gap: 20px; font-size: 12px; font-weight: 800; }

@media (max-width: 900px) {
  .hero { padding-top: 52px; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .cover-wrap { max-width: 330px; }
  .card-grid { grid-template-columns: 1fr; }
  .card { min-height: 0; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 72px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: 16px; }
  .brand small, .header-link { font-size: 9.5px; }
  .hero { padding: 43px 0 55px; }
  h1 { font-size: clamp(42px, 14vw, 58px); }
  .hero-lede { font-size: 16px; }
  .form-shell { padding: 18px; }
  .trust-strip .shell { display: grid; gap: 6px; }
  .trust-strip span::after { display: none; }
  .section { padding: 60px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
}
