:root {
  --bg: #f5f7f0;
  --bg-strong: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f3f7ea;
  --text: #1d2717;
  --muted: #4f5b46;
  --primary: #3f5f20;
  --primary-strong: #2f4a15;
  --accent: #ff7a1a;
  --accent-strong: #dc6407;
  --line: rgba(29, 39, 23, 0.12);
  --line-soft: rgba(29, 39, 23, 0.08);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --shadow-lg: 0 28px 52px rgba(41, 60, 24, 0.14);
  --shadow-md: 0 14px 28px rgba(41, 60, 24, 0.1);
  --container: 1160px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(90, 118, 24, 0.12), transparent 35rem),
    radial-gradient(circle at 88% 8%, rgba(255, 122, 26, 0.12), transparent 30rem),
    linear-gradient(180deg, #fbfcf8 0%, var(--bg) 40%, #eef3e7 100%);
}

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

img {
  display: block;
  max-width: 100%;
}

p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin-inline: auto;
}

.section {
  padding-block: 4.6rem 0;
}

.section-no-gap {
  padding-top: 1.5rem;
}

.section-last {
  padding-bottom: 6.5rem;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text);
  font-family: "Source Serif 4", serif;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.kicker {
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
}

.section-head {
  display: grid;
  gap: 0.85rem;
  max-width: 52rem;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  padding-top: 0.8rem;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 70px;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(250, 252, 245, 0.8);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-md);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(63, 95, 32, 0.2);
  background: linear-gradient(180deg, #fff, #f5faeb);
}

.brand-mark svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--primary);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-copy {
  min-width: 0;
}

.brand-copy strong,
.brand-copy span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-copy strong {
  font-size: 0.95rem;
  font-weight: 800;
}

.brand-copy span {
  font-size: 0.82rem;
  color: var(--muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.82rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font: 800 0.93rem/1 "Plus Jakarta Sans", sans-serif;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn:focus-visible,
.brand:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(63, 95, 32, 0.22);
  outline-offset: 3px;
}

.btn-primary {
  color: #fff8f2;
  background: linear-gradient(180deg, #ff8a35, var(--accent));
  box-shadow: 0 16px 30px rgba(255, 122, 26, 0.33);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: linear-gradient(180deg, #f67f2a, var(--accent-strong));
}

.btn-secondary {
  color: var(--primary);
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(63, 95, 32, 0.18);
}

.btn-lg {
  min-height: 58px;
  padding-inline: 1.5rem;
}

.btn-topbar {
  min-height: 46px;
  font-size: 0.86rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.94fr);
  gap: 2.2rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-bottom: 1rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  color: var(--primary);
  font-size: 0.84rem;
  font-weight: 800;
  background: rgba(63, 95, 32, 0.08);
  border: 1px solid rgba(63, 95, 32, 0.14);
}

.hero-title {
  max-width: 13.2ch;
  font-size: clamp(2.45rem, 6.2vw, 5rem);
}

.hero-lead {
  margin-top: 1.2rem;
  max-width: 58ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.microcopy {
  margin-top: 0.9rem;
  font-size: 0.9rem;
}

.trust-bar {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.trust-bar li {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  padding: 0.85rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-md);
}

.trust-bar strong {
  display: block;
  font-size: 0.86rem;
  margin-bottom: 0.25rem;
}

.trust-bar span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.hero-card {
  position: relative;
  width: min(100%, 500px);
  margin-inline: auto;
  padding: 0.95rem;
  border-radius: calc(var(--radius-lg) + 10px);
  border: 1px solid rgba(255, 255, 255, 0.84);
  background: linear-gradient(180deg, #fff, #f8fbf1);
  box-shadow: var(--shadow-lg);
}

.hero-label {
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 800;
}

.hero-cover {
  margin-top: 1.8rem;
  border-radius: calc(var(--radius-lg) + 6px);
  overflow: hidden;
  border: 1px solid var(--line-soft);
}

.hero-cover img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.hero-floats {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.8rem;
}

.hero-floats p {
  padding: 0.7rem 0.8rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line-soft);
  color: var(--text);
  font-size: 0.86rem;
}

.hero-floats strong {
  color: var(--primary);
}

.stack {
  display: grid;
  gap: 1rem;
}

.panel,
.insight,
.decision-bar,
.offer-card,
.faq details {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-md);
}

.panel {
  padding: 2rem;
}

.panel-soft {
  background: var(--surface-soft);
}

.list-grid {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.list-grid li,
.list-stack li,
.offer-list li {
  position: relative;
  padding: 1rem 1rem 1rem 2.8rem;
  border-radius: var(--radius-sm);
  color: var(--text);
  line-height: 1.65;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line-soft);
}

.list-grid li::before,
.list-stack li::before,
.offer-list li::before,
.decision-bar li::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 1rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #8ab34a, var(--primary));
  box-shadow: 0 0 0 4px rgba(90, 118, 24, 0.14);
}

.list-grid strong {
  display: block;
  margin-bottom: 0.28rem;
}

.panel-note {
  margin-top: 1rem;
}

.insight {
  padding: 1.6rem 1.7rem;
  background: linear-gradient(180deg, #fcfef8, #f2f7e9);
}

.insight h3 {
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
}

.insight .quote {
  margin-top: 0.8rem;
  padding-left: 0.9rem;
  border-left: 3px solid rgba(63, 95, 32, 0.28);
  color: var(--primary);
  font-weight: 700;
}

.insight p:last-child {
  margin-top: 0.8rem;
}

.two-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.list-stack {
  margin-top: 1rem;
  display: grid;
  gap: 0.7rem;
}

.decision-bar {
  padding: 1.7rem;
  background: linear-gradient(180deg, #f9fcf3, #edf5df);
}

.decision-bar h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
}

.decision-bar ul {
  margin-top: 1rem;
  display: grid;
  gap: 0.7rem;
}

.decision-bar li {
  position: relative;
  padding-left: 2.6rem;
  color: var(--text);
  line-height: 1.6;
}

.decision-bar li::before {
  top: 0.45rem;
  box-shadow: 0 0 0 4px rgba(255, 122, 26, 0.16);
  background: linear-gradient(180deg, #ff9b55, var(--accent));
}

.price-section {
  padding: 1.4rem;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1fr) minmax(250px, 0.8fr);
  gap: 1rem;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #ffffff, #f5f9ed);
  box-shadow: var(--shadow-md);
}

.price-cover {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background: #ffffff;
}

.price-cover img {
  width: 100%;
  height: 100%;
  max-height: 380px;
  object-fit: cover;
}

.price-copy {
  align-self: center;
}

.price-copy h2 {
  margin-top: 0.7rem;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
}

.price-bullets {
  margin-top: 1rem;
  display: grid;
  gap: 0.7rem;
}

.price-bullets li {
  position: relative;
  padding: 0.92rem 0.9rem 0.92rem 2.6rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line-soft);
  color: var(--text);
  line-height: 1.45;
  font-weight: 600;
}

.price-bullets li::before {
  content: "";
  position: absolute;
  top: 1.08rem;
  left: 0.92rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #8ab34a, var(--primary));
  box-shadow: 0 0 0 4px rgba(90, 118, 24, 0.14);
}

.price-card {
  align-self: center;
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 122, 26, 0.26);
  background: rgba(255, 122, 26, 0.08);
}

.price-card-label {
  font-size: 0.77rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #84431a;
}

.price-value {
  color: #452410;
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 0.9;
}

.price-note {
  font-size: 0.88rem;
  line-height: 1.5;
  color: #6d4226;
}

.price-card .btn {
  width: 100%;
}

.offer-card {
  padding: 1.6rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.88fr);
  gap: 1rem;
}

.offer-list {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.7rem;
}

.offer-side {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  padding: 1rem;
}

.offer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.offer-badges li {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  background: rgba(63, 95, 32, 0.08);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 800;
}

.offer-highlight {
  margin-top: 0.85rem;
  padding: 0.9rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 122, 26, 0.24);
  background: rgba(255, 122, 26, 0.08);
  color: #3a2a1f;
  font-weight: 600;
}

.faq {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.7rem;
}

.faq details {
  padding: 1rem 1.1rem;
}

.faq summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  color: var(--text);
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 700;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--primary);
  background: rgba(63, 95, 32, 0.12);
  transition: transform 0.2s ease;
}

.faq details[open] summary::after {
  transform: rotate(45deg);
}

.faq details p {
  margin-top: 0.75rem;
}

.panel-final {
  background: linear-gradient(180deg, #fcfff6, #eef5e2);
}

.panel-final p {
  margin-top: 0.75rem;
}

.sticky-cta {
  position: fixed;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  z-index: 50;
  min-height: 52px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.1rem;
  color: #fff8f2;
  background: linear-gradient(180deg, #ff8a35, var(--accent));
  box-shadow: 0 14px 30px rgba(255, 122, 26, 0.34);
  font-size: 0.93rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.sticky-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 80ms;
}

.delay-2 {
  transition-delay: 150ms;
}

@media (max-width: 1040px) {
  .hero-grid,
  .list-grid,
  .two-cols,
  .offer-card,
  .trust-bar,
  .price-section {
    grid-template-columns: 1fr;
  }

  .hero-title {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 1.1rem), var(--container));
  }

  .topbar {
    padding-top: 0.55rem;
  }

  .topbar-inner {
    min-height: 64px;
    padding: 0.6rem 0.75rem;
  }

  .brand-copy span {
    display: none;
  }

  .hero-title {
    font-size: clamp(2.2rem, 11vw, 3.7rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .panel,
  .insight,
  .decision-bar,
  .price-section,
  .offer-card,
  .faq details {
    border-radius: 18px;
    padding: 1.3rem;
  }

  .list-grid li,
  .list-stack li,
  .offer-list li {
    padding: 0.9rem 0.9rem 0.9rem 2.5rem;
  }

  .list-grid li::before,
  .list-stack li::before,
  .offer-list li::before,
  .decision-bar li::before,
  .price-bullets li::before {
    left: 0.85rem;
  }

  .price-bullets li {
    padding: 0.9rem 0.9rem 0.9rem 2.5rem;
  }
}

@media (min-width: 901px) {
  .sticky-cta {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}
