@import "tailwindcss";

:root {
  --ink: #17211c;
  --muted: #59675f;
  --paper: #fffdf8;
  --soft: #f2f5ed;
  --line: #d9dfd6;
  --forest: #174f3a;
  --forest-deep: #0d3528;
  --lime: #c8dd74;
  --lime-soft: #edf5c8;
  --amber: #eaa744;
  --warning: #7b331f;
  --warning-bg: #fff1e7;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(23, 79, 58, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  line-height: 1.65;
}

a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3 {
  margin: 0 0 0.8rem;
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: -0.025em;
}

h1 { font-size: clamp(2.55rem, 6vw, 5.1rem); max-width: 13ch; }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.7rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1.15rem; }

.container { width: min(1160px, calc(100% - 36px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 36px)); }

.skip-link {
  position: fixed;
  left: 18px;
  top: -60px;
  z-index: 100;
  padding: 0.7rem 1rem;
  border-radius: 0 0 10px 10px;
  color: var(--white);
  background: var(--forest-deep);
}
.skip-link:focus { top: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(23, 79, 58, 0.12);
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(16px);
}

.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.nav-toggle { display: none; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--forest); padding: 0.65rem 0.9rem; font: inherit; font-size: 0.86rem; font-weight: 800; cursor: pointer; }
.brand { display: inline-flex; align-items: center; gap: 0.7rem; font-weight: 850; font-size: 1.05rem; }
.brand:hover { text-decoration: none; }
.brand small { display: block; color: var(--muted); font-size: 0.7rem; letter-spacing: 0.17em; text-transform: uppercase; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50% 50% 46% 54%; background: var(--forest); color: var(--lime); font-size: 1.35rem; }

.main-nav { display: flex; align-items: center; gap: 0.15rem; }
.main-nav a { padding: 0.55rem 0.68rem; border-radius: 999px; font-size: 0.9rem; font-weight: 700; }
.main-nav a:hover { background: var(--soft); text-decoration: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.15rem;
  border: 1px solid var(--forest);
  border-radius: 999px;
  background: var(--forest);
  color: var(--white);
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}
.button:hover { background: var(--forest-deep); text-decoration: none; transform: translateY(-1px); }
.button-secondary { background: transparent; color: var(--forest); }
.button-secondary:hover { background: var(--soft); color: var(--forest); }
.button-light { width: 100%; background: var(--lime); border-color: var(--lime); color: var(--forest-deep); }
.button-light:hover { background: #d6e88a; color: var(--forest-deep); }

.hero {
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 7rem) 0 3rem;
  background:
    radial-gradient(circle at 84% 25%, rgba(200, 221, 116, 0.36), transparent 29%),
    linear-gradient(135deg, var(--paper), #f1f6e4);
}
.hero-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.hero-lead { max-width: 680px; color: #3e4c44; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.eyebrow { margin: 0 0 0.85rem; color: var(--forest); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow-light { color: var(--lime); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1.7rem 0 1rem; }
.fineprint { color: var(--muted); font-size: 0.86rem; max-width: 650px; }

.product-stage { min-height: 400px; margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.product-stage figcaption { margin-top: 0.7rem; color: var(--muted); font-size: 0.78rem; text-align: center; }
.product-photo { display: block; width: auto; height: auto; max-width: min(100%, 270px); max-height: 400px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 20px 20px rgba(13, 53, 40, 0.14)); }

.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 3.5rem; border: 1px solid rgba(23, 79, 58, 0.14); border-radius: 20px; background: rgba(255, 255, 255, 0.72); box-shadow: var(--shadow); }
.trust-grid div { padding: 1.25rem; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--forest); }
.trust-grid span { color: var(--muted); font-size: 0.82rem; }

.section { padding: clamp(4rem, 7vw, 7rem) 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--forest-deep); color: #e8f2ec; }
.section-dark h2 { color: var(--white); }
.section-heading { max-width: 760px; margin-bottom: 2.2rem; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.06rem; }
.centered { margin-left: auto; margin-right: auto; text-align: center; }

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.info-card { min-height: 260px; padding: 1.35rem; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 8px 30px rgba(23, 33, 28, 0.04); }
.card-number { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 2.4rem; border-radius: 50%; background: var(--lime-soft); color: var(--forest); font-family: var(--font-geist-mono), monospace; font-weight: 800; }
.info-card p { color: var(--muted); font-size: 0.94rem; }
.provided-visual { display: grid; grid-template-columns: minmax(260px, 0.7fr) 1fr; align-items: center; gap: clamp(2rem, 6vw, 5rem); margin-top: clamp(3rem, 6vw, 5rem); padding: clamp(1.2rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: 28px; background: var(--white); }
.provided-visual figure { width: min(100%, 420px); margin: 0 auto; }
.provided-visual img { display: block; width: 100%; height: auto; max-height: 390px; object-fit: contain; border-radius: 20px; }
.provided-visual figcaption { margin-top: 0.65rem; color: var(--muted); font-size: 0.76rem; }
.provided-visual h2 { max-width: 15ch; }
.provided-visual > div > p:last-child { color: var(--muted); }

.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.split > div > p:not(.eyebrow) { color: #46534c; font-size: 1.05rem; }
.text-link { color: var(--forest); font-weight: 850; }
.safety-panel { padding: clamp(1.6rem, 4vw, 2.4rem); border: 1px solid #d7e49d; border-radius: 24px; background: linear-gradient(145deg, var(--lime-soft), var(--white)); box-shadow: var(--shadow); }
.safety-panel h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
.check-list { margin: 1.2rem 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 0.6rem 0; padding-left: 1.65rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--forest); font-weight: 950; }
.warning-list li::before { content: "!"; color: var(--warning); }

.callback-grid { display: grid; grid-template-columns: 1fr 0.82fr; gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.callback-grid > div > p:not(.eyebrow) { color: #bfd2c8; font-size: 1.05rem; }
.privacy-note { margin-top: 1.5rem; padding: 1rem; border: 1px solid rgba(200, 221, 116, 0.25); border-radius: 14px; background: rgba(255, 255, 255, 0.05); }
.callback-form { display: grid; gap: 1rem; padding: 1.5rem; border-radius: 24px; background: var(--white); color: var(--ink); box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18); }
.offer-price { padding: 1rem 1.1rem; border: 1px solid #d9e6af; border-radius: 16px; background: var(--soft); }
.offer-label { display: block; margin-bottom: 0.35rem; color: var(--forest); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
.offer-price > div { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.7rem; }
.offer-price del { color: var(--muted); font-size: 1rem; }
.offer-price strong { color: var(--forest-deep); font-size: clamp(1.55rem, 4vw, 2.05rem); line-height: 1; }
.callback-form label:not(.checkbox-line) { display: block; margin-bottom: 0.35rem; font-weight: 800; }
.callback-form input:not([type="checkbox"]) { width: 100%; min-height: 50px; padding: 0.8rem 0.9rem; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font: inherit; }
.callback-form input:focus { outline: 3px solid rgba(200, 221, 116, 0.48); border-color: var(--forest); }
.callback-form input.input-error { border-color: var(--warning); background: #fff8f4; }
.checkbox-line { display: grid; grid-template-columns: auto 1fr; gap: 0.65rem; align-items: start; color: var(--muted); font-size: 0.84rem; }
.checkbox-line input { margin-top: 0.3rem; accent-color: var(--forest); }
.checkbox-line a { color: var(--forest); text-decoration: underline; }
.form-status { min-height: 1.6rem; margin: 0; color: var(--warning); font-size: 0.85rem; font-weight: 700; }
.form-status.ok { color: var(--forest); }
.form-fineprint { margin: 0; color: var(--muted); font-size: 0.76rem; }

.faq-list { display: grid; gap: 0.8rem; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: var(--white); overflow: hidden; }
.faq-list summary { padding: 1.05rem 1.2rem; cursor: pointer; color: var(--ink); font-weight: 850; }
.faq-list details[open] summary { border-bottom: 1px solid var(--line); background: var(--soft); }
.faq-list details p { padding: 1rem 1.2rem; margin: 0; color: var(--muted); }

.breadcrumb { display: flex; gap: 0.55rem; padding-top: 1.1rem; color: var(--muted); font-size: 0.82rem; }
.breadcrumb span:last-child { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.breadcrumb a { color: var(--forest); font-weight: 750; }
.page-hero { padding: clamp(3.5rem, 7vw, 6.5rem) 0; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 76% 20%, rgba(200, 221, 116, 0.32), transparent 30%), var(--soft); }
.page-hero h1 { max-width: 16ch; font-size: clamp(2.35rem, 5vw, 4.5rem); }
.page-hero p:last-child { color: #46534c; font-size: 1.12rem; }
.article { padding-top: 4rem; padding-bottom: 5rem; }
.article > section { margin-bottom: 3.6rem; scroll-margin-top: 150px; }
.article > section > p { color: #435149; font-size: 1.02rem; }
.article > section > h2 { max-width: 21ch; }
.article-disclaimer { padding: 1.25rem 1.35rem; border-left: 5px solid var(--amber); border-radius: 0 14px 14px 0; background: var(--warning-bg); color: #663421; }

.mini-cta { padding: 2.7rem 0; background: var(--lime-soft); border-top: 1px solid #dae6aa; border-bottom: 1px solid #dae6aa; }
.mini-cta .narrow { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.mini-cta h2 { margin: 0; font-size: clamp(1.35rem, 2.5vw, 2rem); }
.mini-cta .eyebrow { margin-bottom: 0.35rem; }

.site-footer { padding-top: 4rem; background: #0b291f; color: #b9cbc1; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 2rem; }
.brand-footer { margin-bottom: 1rem; color: var(--white); }
.brand-footer .brand-mark { background: var(--lime); color: var(--forest-deep); }
.footer-grid h2 { margin-bottom: 1rem; color: var(--white); font-size: 1rem; letter-spacing: 0; }
.footer-grid a:not(.brand) { display: block; margin: 0.45rem 0; font-size: 0.88rem; }
.footer-grid p { max-width: 340px; font-size: 0.9rem; }
.footer-bottom { margin-top: 3rem; padding: 1.3rem 0; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.8rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; margin-left: auto; }
  .main-nav { display: none; }
  .site-header.menu-open .main-nav { display: flex; position: absolute; top: calc(100% + 1px); left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 0.65rem max(20px, calc((100vw - 1160px) / 2)); border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 34px rgba(14, 45, 34, 0.12); }
  .site-header.menu-open .main-nav a { padding: 0.8rem 0; border-bottom: 1px solid var(--line); }
  .site-header.menu-open .main-nav a:last-child { border-bottom: 0; }
  .hero-grid, .split, .callback-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .product-stage { order: 0; min-height: 290px; }
  .product-photo { max-width: 205px; max-height: 300px; }
  .provided-visual { grid-template-columns: 1fr; }
  .provided-visual figure { max-width: 340px; }
  .trust-grid, .card-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 660px) {
  .container { width: min(100% - 24px, 1160px); }
  .narrow { width: min(100% - 24px, 820px); }
  .nav-wrap { min-height: 68px; }
  .nav-cta { display: none; }
  .hero { padding-top: 2.5rem; }
  .hero-grid { gap: 1.5rem; }
  .product-stage { min-height: 235px; }
  .product-photo { max-width: 165px; max-height: 245px; }
  .product-stage figcaption { max-width: 260px; margin-top: 0.45rem; font-size: 0.7rem; line-height: 1.35; }
  .provided-visual figure { max-width: 280px; }
  .trust-grid, .card-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid div:last-child { border-bottom: 0; }
  .info-card { min-height: auto; }
  .card-number { margin-bottom: 1rem; }
  .mini-cta .narrow { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
