:root {
  --ink: #15241b;
  --muted: #5f6d64;
  --green: #08783f;
  --green-dark: #12241a;
  --mint: #eef6f1;
  --paper: #fff;
  --sand: #f1eee7;
  --soft-green: #e7f2eb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f7f8f5; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
main { width: min(1360px, calc(100% - 36px)); margin: 18px auto; overflow: hidden; border-radius: 24px; background: var(--paper); box-shadow: 0 14px 48px rgba(21,36,27,.08); }
.site-header { min-height: 84px; padding: 16px 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; }
.brand-logo { width: 205px; height: auto; display: block; }
nav { display: flex; align-items: center; gap: 32px; color: var(--muted); }
.nav-cta { color: white; background: var(--green); padding: 14px 22px; border-radius: 999px; font-weight: 700; }
.hero { min-height: 585px; display: grid; grid-template-columns: 1.03fr .97fr; background: var(--mint); }
.hero-copy { padding: 82px 54px 66px; }
.eyebrow, .proof-label { margin: 0 0 22px; color: var(--green); font-size: 13px; line-height: 1.2; font-weight: 800; letter-spacing: .18em; }
h1 { max-width: 700px; margin: 0; font-size: clamp(48px, 5vw, 78px); line-height: .98; letter-spacing: -.055em; }
.hero-lede { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: 22px; line-height: 1.55; }
.hero-tags { margin: 26px 0; font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 56px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 800; }
.button.primary { color: white; background: var(--green); }
.button.secondary { color: var(--green); border: 2px solid var(--green); background: white; }
.buyer-note { margin: 22px 0 0; color: var(--muted); font-size: 14px; }
.hero-image { min-height: 585px; margin: 0; }
.hero-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 52% center; }
.proof-strip { margin: -38px 46px 54px; padding: 32px 40px 24px; position: relative; z-index: 2; color: white; background: var(--green-dark); border-radius: 18px; }
.proof-label { color: #89cba7; }
.proof-grid { display: grid; grid-template-columns: .8fr 1fr .85fr; }
.proof-grid > div { min-height: 76px; padding: 0 32px; display: flex; align-items: center; gap: 18px; border-left: 1px solid #496052; }
.proof-grid > div:first-child { padding-left: 0; border-left: 0; }
.proof-grid strong { font-size: 45px; }
.proof-grid span { line-height: 1.45; }
.proof-detail { flex-direction: column; justify-content: center; align-items: flex-start !important; gap: 3px !important; }
.proof-note { margin: 14px 0 0; color: #c4d0c7; font-size: 13px; }
.section { padding: 76px 64px; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 34px; }
.section-heading.compact { align-items: start; margin-bottom: 28px; }
.section-heading > p, .section-heading div > p:last-child { color: var(--muted); font-size: 18px; line-height: 1.6; }
h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.05; letter-spacing: -.045em; }
h3 { margin: 0; font-size: 23px; letter-spacing: -.025em; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { overflow: hidden; border: 1px solid #d8e0da; border-radius: 18px; background: white; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(21,36,27,.1); }
.product-card img { width: 100%; aspect-ratio: 1 / .88; display: block; object-fit: cover; }
.product-card:nth-child(2) img, .product-card:nth-child(3) img { object-position: center 68%; }
.product-card > div { min-height: 148px; padding: 22px; }
.product-card p { margin: 12px 0 0; color: var(--muted); line-height: 1.55; }
.center-action { display: flex; justify-content: center; margin-top: 32px; }
.ckd-section { display: grid; grid-template-columns: 1.08fr .92fr; gap: 66px; align-items: center; margin: 0 36px; padding: 46px; border-radius: 26px; background: var(--sand); }
.ckd-gallery { min-height: 610px; position: relative; }
.ckd-gallery img { display: block; object-fit: cover; border-radius: 18px; }
.ckd-main { width: 88%; height: 580px; }
.ckd-detail { width: 46%; height: 275px; position: absolute; right: 0; bottom: -4px; border: 8px solid var(--sand); }
.ckd-copy .section-lede { margin: 24px 0 0; color: var(--muted); font-size: 20px; line-height: 1.65; }
.check-list { margin: 30px 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 16px 0; padding-left: 32px; font-size: 17px; line-height: 1.45; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -2px; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 14px; font-weight: 800; }
.comparison-section { padding-top: 100px; }
.comparison-table { overflow: hidden; border: 1px solid #cfd9d2; border-radius: 18px; }
.table-row { display: grid; grid-template-columns: 1.15fr .85fr .85fr; }
.table-row > * { padding: 24px 28px; border-top: 1px solid #dce3de; }
.table-row > *:not(:first-child) { border-left: 1px solid #e4e9e5; }
.table-row:first-child > * { border-top: 0; }
.table-head { background: #f3f6f3; font-weight: 800; }
.table-row strong { color: var(--green); }
.fine-print { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.audience-faq { padding-top: 34px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; }
.audience-card, .faq-card { padding: 40px; border-radius: 22px; }
.audience-card { background: var(--soft-green); }
.faq-card { border: 1px solid #d8e0da; }
.audience-card ul { margin: 28px 0 0; padding-left: 22px; }
.audience-card li { margin: 16px 0; font-size: 18px; }
.faq-card details { border-top: 1px solid #d8e0da; }
.faq-card details:first-of-type { margin-top: 24px; }
.faq-card summary { padding: 20px 36px 20px 0; position: relative; cursor: pointer; font-size: 18px; font-weight: 700; list-style: none; }
.faq-card summary::-webkit-details-marker { display: none; }
.faq-card summary::after { content: "+"; position: absolute; right: 5px; top: 16px; color: var(--green); font-size: 26px; }
.faq-card details[open] summary::after { content: "−"; }
.faq-card details p { margin: -4px 36px 20px 0; color: var(--muted); line-height: 1.6; }
.final-cta { margin: 10px 36px 0; padding: 52px 54px; display: flex; align-items: center; justify-content: space-between; gap: 36px; color: white; background: var(--green); border-radius: 24px; }
.final-cta .eyebrow { color: #bfe5cd; }
.final-cta p:not(.eyebrow) { margin: 14px 0 0; color: #d6efdf; font-size: 18px; }
.final-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.button.light { color: var(--green); background: white; }
.button.outline-light { color: white; border: 2px solid rgba(255,255,255,.75); }
footer { margin-top: 68px; padding: 44px 64px 36px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; color: #cbd6ce; background: var(--green-dark); }
footer strong { color: white; letter-spacing: .04em; }
footer p { max-width: 680px; line-height: 1.55; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.footer-contact a:hover { color: white; }
.copyright { grid-column: 1 / -1; margin: 12px 0 0; padding-top: 24px; border-top: 1px solid #3d5144; font-size: 12px; }
.mobile-bar { display: none; }
.contact-icon { width: 20px; height: 20px; margin-right: 9px; display: inline-grid; place-items: center; font-size: 16px; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 99; padding: 10px 14px; color: white; background: var(--green); border-radius: 8px; }
.skip-link:focus { left: 8px; }
.legal-page { min-height: calc(100vh - 36px); padding: 70px min(8vw, 110px); }
.legal-page .back-link { display: inline-block; margin-bottom: 62px; color: var(--green); font-weight: 800; }
.legal-page h1 { max-width: 900px; }
.legal-updated { margin: 24px 0 60px; color: var(--muted); }
.legal-page section { max-width: 900px; margin: 42px 0; }
.legal-page section h2 { font-size: 30px; letter-spacing: -.025em; }
.legal-page section p { color: var(--muted); font-size: 18px; line-height: 1.75; }
.legal-page section a { color: var(--green); text-decoration: underline; }

@media (max-width: 900px) {
  main { width: 100%; margin: 0; border-radius: 0; }
  .site-header { padding: 14px 18px; }
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 64px 22px 42px; }
  h1 { font-size: clamp(44px, 13vw, 66px); }
  .hero-lede { font-size: 19px; }
  .hero-image { min-height: 410px; }
  .proof-strip { margin: -22px 14px 38px; padding: 28px 22px 22px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { padding: 18px 0; border-left: 0; border-top: 1px solid #496052; }
  .proof-grid > div:first-child { border-top: 0; }
  .section { padding: 56px 22px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; align-items: start; }
  .section-heading > p { margin: 0; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .ckd-section { grid-template-columns: 1fr; margin: 0 14px; padding: 24px; gap: 42px; }
  .ckd-gallery { min-height: 520px; }
  .ckd-main { width: 90%; height: 490px; }
  .ckd-detail { height: 220px; }
  .comparison-section { padding-top: 72px; }
  .audience-faq { grid-template-columns: 1fr; }
  .final-cta { margin: 4px 14px 0; padding: 40px 26px; align-items: flex-start; flex-direction: column; }
  .final-actions { justify-content: flex-start; }
  footer { padding: 42px 24px 100px; grid-template-columns: 1fr; }
  .footer-contact { align-items: flex-start; }
  .copyright { grid-column: 1; }
  .mobile-bar { height: 66px; padding: 8px 10px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 20; background: rgba(255,255,255,.95); box-shadow: 0 -10px 30px rgba(21,36,27,.12); backdrop-filter: blur(12px); }
  .mobile-bar a { display: grid; place-items: center; border: 1px solid var(--green); border-radius: 999px; color: var(--green); font-weight: 800; }
  .mobile-bar a:last-child { color: white; background: var(--green); }
  .legal-page { min-height: 100vh; padding: 44px 22px; }
}

@media (max-width: 600px) {
  .brand-logo { width: 165px; }
  .nav-cta { padding: 12px 14px; font-size: 13px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card > div { min-height: auto; }
  .ckd-gallery { min-height: 400px; }
  .ckd-main { height: 370px; }
  .ckd-detail { width: 50%; height: 180px; }
  .table-row { grid-template-columns: 1.15fr .85fr .85fr; font-size: 13px; }
  .table-row > * { padding: 16px 10px; }
  .audience-card, .faq-card { padding: 28px 22px; }
  .button { width: 100%; }
}
