:root {
  --green: #052314;
  --green-2: #0e3b24;
  --green-3: #1c6a39;
  --gold: #d4a431;
  --gold-2: #efc75a;
  --cream: #f3f1ea;
  --paper: #faf8f2;
  --ink: #092416;
  --muted: #536157;
  --white: #ffffff;
  --line: #dedbd0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #dfe5d8;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

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

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

.page {
  width: min(100%, 920px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 30px 80px rgba(5, 35, 20, 0.28);
}

.hero-section {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 22%, rgba(239, 199, 90, 0.32), transparent 18%),
    linear-gradient(90deg, rgba(2, 15, 8, 0.98) 0%, rgba(2, 15, 8, 0.92) 44%, rgba(2, 15, 8, 0.28) 72%, rgba(2, 15, 8, 0.1) 100%),
    #06180e;
}

.hero-farmer {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  width: 54%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 13, 7, 0.96) 0%, rgba(0, 13, 7, 0.84) 45%, rgba(0, 13, 7, 0.18) 100%),
    linear-gradient(0deg, rgba(0, 13, 7, 0.5), transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 610px);
  padding: 36px 34px 34px;
}

.brand-lockup {
  display: inline-grid;
  gap: 0;
  margin-bottom: 34px;
}

.brand-lockup .leaf-mark {
  color: var(--gold);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.brand-lockup strong {
  color: var(--white);
  font-size: 46px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
}

.brand-lockup small {
  display: inline-flex;
  margin-top: 8px;
  padding: 4px 11px;
  color: var(--white);
  background: var(--green-3);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  max-width: 570px;
  margin-bottom: 18px;
  font-size: clamp(44px, 7vw, 68px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 span,
h1 em {
  display: block;
  font-style: normal;
}

h1 em {
  color: var(--gold);
}

.hero-content > p {
  max-width: 580px;
  margin-bottom: 28px;
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 600px;
  margin-bottom: 28px;
}

.hero-benefits article {
  text-align: center;
}

.hero-benefits span,
.root-points span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  font-size: 25px;
  font-weight: 900;
}

.hero-benefits p {
  margin: 0;
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
}

.gold-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 235px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 6px;
  color: #11150f;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  box-shadow: 0 8px 22px rgba(212, 164, 49, 0.22);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
}

.gold-btn span {
  margin-left: 18px;
  font-size: 24px;
  line-height: 1;
}

section {
  padding: 38px 32px;
}

.problem-section,
.cost-section,
.product-section {
  background:
    radial-gradient(circle at 85% 25%, rgba(212, 164, 49, 0.13), transparent 30%),
    var(--paper);
}

.section-heading {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 4.3vw, 38px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.testimonial-section .section-heading h2,
.product-section .section-heading h2,
.usage-section .section-heading h2,
.faq-section .section-heading h2 {
  font-size: clamp(24px, 3.4vw, 32px);
  white-space: nowrap;
}

.cost-section .section-heading h2,
.credibility-section .section-heading h2,
.crop-section .section-heading h2,
.monitor-section .section-heading h2 {
  font-size: clamp(23px, 3.05vw, 30px);
  white-space: normal;
  overflow-wrap: anywhere;
}

.section-heading.light h2 {
  color: var(--white);
}

.section-heading h2 em {
  color: var(--gold);
  font-style: normal;
}

.section-no {
  display: inline-grid;
  min-width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 7px;
  color: var(--white);
  background: var(--green-2);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.problem-layout {
  display: grid;
  grid-template-columns: 1fr 230px;
  gap: 34px;
  align-items: center;
}

.intro {
  max-width: 510px;
  margin-bottom: 16px;
  color: #111;
  font-size: 16px;
  font-weight: 600;
}

.symptom-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.symptom-grid article {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #eee9df;
  text-align: center;
  box-shadow: 0 2px 0 rgba(5, 35, 20, 0.04);
}

.symptom-grid img {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  object-fit: cover;
}

.symptom-grid span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: #c83220;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.symptom-grid strong {
  display: block;
  margin: 5px 8px 2px;
  color: #111;
  font-size: 12px;
  font-weight: 900;
}

.symptom-grid p {
  min-height: 46px;
  margin: 0;
  padding: 0 8px 10px;
  color: #111;
  font-size: 11px;
  font-weight: 700;
}

blockquote {
  margin: 0;
  color: #818181;
  font-size: 18px;
  font-weight: 500;
}

blockquote span {
  display: block;
  color: #d8d2c8;
  font-size: 72px;
  font-weight: 900;
  line-height: 0.75;
}

blockquote p {
  color: #7b7b7b;
}

blockquote strong {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.35;
}

.root-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 55% 65%, rgba(212, 164, 49, 0.18), transparent 22%),
    radial-gradient(circle at 82% 42%, rgba(95, 180, 95, 0.14), transparent 24%),
    linear-gradient(120deg, rgba(0, 12, 7, 0.99), rgba(1, 24, 14, 0.96)),
    #04170d;
}

.root-section::before,
.root-section::after {
  content: "";
  position: absolute;
  inset: auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 164, 49, 0.65), transparent);
  pointer-events: none;
}

.root-section::before {
  top: 46%;
}

.root-section::after {
  bottom: 86px;
}

.root-section > * {
  position: relative;
  z-index: 1;
}

.root-copy {
  max-width: 620px;
  margin: 0 0 22px 96px;
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.28;
}

.root-quote {
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  gap: 12px;
  align-items: center;
  max-width: 760px;
  margin: 24px auto 36px;
  padding: 22px 28px;
  border: 1px solid rgba(212, 164, 49, 0.72);
  border-radius: 24px;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 100%, rgba(255, 200, 64, 0.2), transparent 16%),
    rgba(3, 29, 18, 0.74);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.root-quote span {
  color: var(--gold);
  font-size: 64px;
  font-weight: 900;
  line-height: 0.8;
}

.root-quote span:last-child {
  text-align: right;
}

.root-quote p {
  margin: 0;
  color: var(--white);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.24;
}

.root-quote strong {
  display: inline;
  margin: 0;
  color: var(--gold);
  font-size: inherit;
}

.root-layout {
  display: grid;
  grid-template-columns: 210px minmax(340px, 1fr) 220px;
  gap: 24px;
  align-items: center;
}

.root-points {
  display: grid;
  align-content: center;
}

.root-points article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.root-points article:last-child {
  border-bottom: 0;
}

.root-points span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0;
  border: 2px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  font-size: 23px;
  font-weight: 900;
}

.root-points p {
  margin: 0;
  color: var(--white);
  font-size: 19px;
  font-weight: 650;
  line-height: 1.36;
}

.root-points strong {
  color: var(--gold);
  font-weight: 900;
}

.root-img {
  width: 100%;
  height: 460px;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(212, 164, 49, 0.26);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 58%, rgba(212, 164, 49, 0.22), transparent 42%),
    linear-gradient(180deg, rgba(5, 31, 20, 0.62), rgba(1, 14, 9, 0.92));
  box-shadow: 0 0 42px rgba(212, 164, 49, 0.16);
}

.root-note {
  display: grid;
  align-content: center;
  padding: 30px 28px;
  border: 1px solid rgba(212, 164, 49, 0.24);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(5, 31, 20, 0.8), rgba(2, 20, 13, 0.9));
}

.root-note img {
  width: 140px;
  height: 140px;
  margin: 0 auto 28px;
  border: 2px solid var(--gold);
  border-radius: 999px;
  object-fit: cover;
}

.root-note p {
  margin: 0;
  color: var(--white);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.45;
}

.root-note p strong {
  color: var(--gold);
}

.root-note hr {
  width: 100%;
  margin: 28px 0;
  border: 0;
  border-top: 1px solid rgba(212, 164, 49, 0.34);
}

.root-conclusion {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 28px;
  padding: 24px 32px;
  border: 1px solid rgba(212, 164, 49, 0.38);
  border-radius: 22px;
  background: linear-gradient(90deg, rgba(7, 42, 27, 0.92), rgba(5, 30, 20, 0.82));
}

.root-conclusion span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 2px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  font-size: 26px;
  font-weight: 900;
}

.root-conclusion p {
  margin: 0;
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.root-conclusion strong {
  color: var(--gold);
  font-weight: 900;
}

.root-conclusion em {
  color: var(--gold);
  font-style: normal;
}

.analogy-bridge {
  padding: 22px 32px;
  color: var(--white);
  background: linear-gradient(90deg, #03150c, #0c321e);
  text-align: center;
}

.analogy-bridge h2 {
  margin: 0;
  color: var(--gold);
  font-size: clamp(42px, 8vw, 76px);
  font-weight: 900;
  line-height: 1;
}

.fridge-section,
.garden-flow-section {
  background:
    radial-gradient(circle at 82% 10%, rgba(212, 164, 49, 0.14), transparent 28%),
    var(--paper);
}

.fridge-section .section-heading h2,
.garden-flow-section .section-heading h2 {
  max-width: none;
  font-size: clamp(26px, 3.65vw, 36px);
}

.fridge-section .section-heading h2 em,
.garden-flow-section .section-heading h2 em {
  display: inline;
  color: var(--green-2);
  font-style: normal;
}

.activation-section .section-heading h2 em {
  display: block;
  color: var(--green-2);
  font-style: normal;
}

.fridge-layout {
  display: grid;
  grid-template-columns: 1.05fr 1.28fr 0.9fr;
  gap: 18px;
  align-items: stretch;
}

.fridge-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border: 1px solid rgba(14, 59, 36, 0.14);
  border-left: 7px solid var(--gold);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(5, 35, 20, 0.08);
}

.fridge-copy p {
  color: #111;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.42;
}

.fridge-copy strong {
  display: block;
  color: #c21b12;
  font-size: 24px;
  font-weight: 900;
}

.fridge-layout img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 16px 34px rgba(5, 35, 20, 0.16);
}

.same-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  border: 1px dashed rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(145deg, #03150c, #0e3b24);
}

.same-card h3 {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 18px;
  font-weight: 900;
}

.same-card p,
.same-card li {
  color: var(--white);
  font-size: 15px;
  font-weight: 650;
}

.same-card ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  list-style: none;
}

.same-card li {
  position: relative;
  padding-left: 22px;
}

.same-card li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
}

.garden-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.garden-flow-section .wide-copy {
  max-width: 100%;
  padding: 18px 20px;
  border-left: 7px solid var(--green-2);
  border-radius: 0 8px 8px 0;
  background: rgba(255, 255, 255, 0.76);
  color: #111;
  font-size: 18px;
  font-weight: 750;
}

.garden-flow article {
  position: relative;
  padding: 16px 12px;
  border: 1px solid rgba(14, 59, 36, 0.18);
  border-radius: 8px;
  background: var(--white);
  text-align: center;
  box-shadow: 0 10px 24px rgba(5, 35, 20, 0.08);
}

.garden-flow article:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: -12px;
  z-index: 2;
  transform: translateY(-50%);
  color: var(--green-2);
  font-size: 34px;
  font-weight: 900;
}

.garden-flow span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--green-2);
  font-size: 15px;
  font-weight: 900;
}

.garden-flow strong {
  display: block;
  min-height: 42px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
}

.garden-flow p {
  margin: 8px 0 0;
  color: #111;
  font-size: 12px;
  font-weight: 650;
}

.activation-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 65% 30%, rgba(212, 164, 49, 0.2), transparent 30%),
    linear-gradient(90deg, rgba(0, 13, 7, 0.98), rgba(0, 13, 7, 0.82)),
    #04170d;
}

.activation-section > p {
  max-width: 680px;
  color: var(--white);
  font-size: 17px;
  font-weight: 700;
}

.activation-section .section-heading h2 em {
  color: #8cc84b;
}

.activation-layout {
  display: grid;
  grid-template-columns: 1fr 1.25fr 190px;
  gap: 22px;
  align-items: center;
}

.activation-benefits {
  display: grid;
  gap: 12px;
}

.activation-benefits article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
}

.activation-benefits span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  font-size: 22px;
  font-weight: 900;
}

.activation-benefits strong {
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.activation-layout img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: screen;
}

.activation-badge {
  display: grid;
  width: 176px;
  height: 176px;
  margin: 0 auto;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 999px;
  color: var(--white);
  text-align: center;
}

.activation-badge strong {
  font-size: 18px;
  line-height: 1.15;
}

.activation-badge span {
  color: var(--gold);
  font-size: 17px;
  font-weight: 900;
}

.cost-layout {
  display: grid;
  grid-template-columns: 160px 1fr 290px;
  gap: 26px;
  align-items: center;
}

.cost-copy p {
  color: #111;
  font-size: 16px;
  font-weight: 600;
}

.cost-copy h3 {
  margin: 0 0 18px;
  color: #111;
  font-size: 19px;
  font-weight: 900;
}

.cost-img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 14px 30px rgba(5, 35, 20, 0.18);
}

.green-card {
  padding: 26px 24px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green-2), #052314);
  box-shadow: 0 18px 38px rgba(5, 35, 20, 0.22);
}

.green-card p {
  color: var(--white);
  font-size: 17px;
}

.green-card ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.green-card li {
  position: relative;
  padding-left: 34px;
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
}

.green-card li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 6px;
  color: var(--green);
  background: var(--gold);
  font-weight: 900;
}

.nat-reference-section,
.nat-followup-section {
  padding: 0;
  background: #03150c;
}

.nat-reference-section img,
.nat-followup-section img,
.proof-reference-section img,
.moneyback-reference-section img {
  display: block;
  width: 100%;
  height: auto;
}

.nat-reference-section {
  overflow: visible;
  text-align: center;
  background: #010302;
}

.nat-reference-section img {
  width: auto;
  max-width: 100%;
  max-height: 856px;
  margin: 0 auto;
}

.nat-reference-section {
  overflow: visible;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 4%, rgba(255, 222, 123, 0.38), transparent 16%),
    radial-gradient(circle at 52% 58%, rgba(212, 164, 49, 0.42), transparent 28%),
    linear-gradient(180deg, #010302 0%, #06180d 56%, #03150c 100%);
}

.nat-hero-grid {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 230px;
  gap: 18px;
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 24px 0;
}

.nat-side-card,
.nat-badge-card {
  position: relative;
  z-index: 2;
  align-self: center;
  border: 1px solid rgba(212, 164, 49, 0.72);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(4, 37, 20, 0.94), rgba(1, 13, 8, 0.92));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
}

.nat-side-card {
  display: grid;
  gap: 14px;
  padding: 18px 16px;
}

.nat-side-card .section-no {
  position: static;
  width: fit-content;
}

.nat-side-card p,
.nat-side-card small {
  margin: 0;
}

.nat-side-card p {
  color: var(--white);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.18;
}

.nat-side-card p strong {
  color: #a8d53f;
}

.nat-side-card small {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.nat-side-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 12px 0 0;
  border-top: 1px solid rgba(212, 164, 49, 0.28);
  list-style: none;
}

.nat-side-card li {
  position: relative;
  padding-left: 28px;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.nat-side-card li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 999px;
  color: #03150c;
  background: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.nat-main {
  position: relative;
  min-height: 690px;
  padding-top: 2px;
}

.nat-main::before {
  content: "";
  position: absolute;
  inset: 250px -20px 38px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 213, 82, 0.58), transparent 25%),
    radial-gradient(circle at 50% 70%, rgba(212, 164, 49, 0.42), transparent 32%);
  filter: blur(14px);
  opacity: 0.92;
}

.nat-title {
  position: relative;
  z-index: 2;
  text-align: center;
}

.nat-title span {
  display: inline-block;
  color: var(--gold);
  font-size: clamp(40px, 7.2vw, 86px);
  font-weight: 900;
  line-height: 0.92;
  text-shadow: 0 3px 0 #5f4111, 0 0 24px rgba(239, 199, 90, 0.36);
}

.nat-title h2 {
  margin: 12px 0 8px;
  color: #f7f7f2;
  font-size: clamp(82px, 14vw, 178px);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: 0;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.52), 0 0 20px rgba(255, 255, 255, 0.28);
}

.nat-title p {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--gold);
  font-size: clamp(16px, 2.2vw, 28px);
  font-weight: 850;
  letter-spacing: 8px;
}

.nat-title p::before,
.nat-title p::after {
  content: "";
  width: 110px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.nat-title p::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.nat-products {
  position: absolute;
  right: -24px;
  bottom: 0;
  left: -24px;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.92fr 1.42fr 0.54fr 1.04fr;
  gap: 0;
  align-items: end;
}

.nat-products::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 28px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.58);
  filter: blur(12px);
}

.nat-product {
  position: relative;
  z-index: 1;
  width: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.38));
}

.nat-4l {
  max-height: 300px;
  transform: translateX(18px);
}

.nat-20l {
  max-height: 445px;
  transform: translateX(4px);
}

.nat-1l {
  max-height: 235px;
  transform: translateX(-24px);
}

.nat-10l {
  max-height: 330px;
  transform: translateX(-48px);
}

.nat-badge-card {
  display: grid;
  align-content: center;
  min-height: 245px;
  padding: 24px 18px;
  text-align: center;
}

.nat-badge-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid rgba(239, 199, 90, 0.62);
  border-radius: 8px;
  pointer-events: none;
}

.nat-badge-card strong,
.nat-badge-card span,
.nat-badge-card em,
.nat-badge-card p {
  position: relative;
  z-index: 1;
}

.nat-badge-card strong {
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
}

.nat-badge-card span {
  margin-top: 8px;
  color: var(--gold);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.05;
}

.nat-badge-card em {
  color: var(--gold);
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
}

.nat-badge-card p {
  margin: 18px 0 0;
  padding: 10px 12px;
  border-radius: 6px;
  color: #07160d;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.nat-benefit-bar {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding: 12px 22px 20px;
  border-top: 1px solid rgba(212, 164, 49, 0.44);
  color: var(--white);
  background: linear-gradient(90deg, #04180d, #07351d, #04180d);
}

.nat-benefit-bar h3 {
  margin: 0 0 12px;
  text-align: center;
  color: var(--white);
  font-size: 22px;
  font-weight: 900;
}

.nat-benefit-bar > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  max-width: 1120px;
  margin: 0 auto;
}

.nat-benefit-bar article {
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 0 16px;
  text-align: center;
  border-left: 1px dashed rgba(212, 164, 49, 0.54);
}

.nat-benefit-bar article:first-child {
  border-left: 0;
}

.nat-benefit-bar span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  font-size: 26px;
  font-weight: 900;
}

.nat-benefit-bar p {
  margin: 0;
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.nat-followup-section {
  padding: 0;
  background: #0b0b08;
}

.nat-info-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.12fr 0.98fr;
  max-width: 1180px;
  margin: 0 auto;
  background: #f7f7f1;
}

.nat-info-panel {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  padding: 28px 24px;
}

.nat-info-panel .section-no {
  position: absolute;
  top: 22px;
  left: 22px;
}

.nat-panel-heading {
  position: relative;
  z-index: 2;
  text-align: center;
}

.nat-panel-heading h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(40px, 4.8vw, 72px);
  font-weight: 900;
  line-height: 0.98;
}

.nat-panel-heading h2 em {
  display: block;
  color: var(--gold);
  font-style: normal;
  font-size: 1.38em;
  text-shadow: 0 3px 0 #5b3a0b;
}

.nat-panel-heading p,
.nat-panel-heading small {
  display: block;
  margin: 10px 0 0;
  color: var(--white);
  font-weight: 850;
  letter-spacing: 1px;
}

.nat-panel-heading small {
  color: var(--gold);
  font-size: 22px;
}

.nat-what,
.nat-how {
  color: var(--white);
  background:
    radial-gradient(circle at 50% 48%, rgba(212, 164, 49, 0.28), transparent 30%),
    linear-gradient(180deg, #010101, #050b07 68%, #010101);
}

.nat-root-visual {
  position: relative;
  z-index: 1;
  min-height: 370px;
  margin-top: 18px;
}

.nat-root-visual img {
  display: block;
  width: 82%;
  margin: 0 auto;
  filter: drop-shadow(0 0 24px rgba(239, 199, 90, 0.38));
}

.bubble {
  position: absolute;
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  color: var(--white);
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.35), rgba(12, 45, 28, 0.9));
  box-shadow: 0 0 22px rgba(239, 199, 90, 0.4);
  font-size: 24px;
  font-weight: 900;
}

.bubble.n { top: 26%; left: 6%; }
.bubble.ca { top: 24%; right: 7%; background-color: #155c8f; }
.bubble.p { top: 48%; left: 0; background-color: #a84820; }
.bubble.mg { top: 48%; right: 2%; background-color: #7a5b20; }
.bubble.k { bottom: 18%; left: 8%; background-color: #5d2f7e; }
.bubble.zn { bottom: 14%; right: 8%; background-color: #46505a; }

.nat-panel-bottom {
  position: relative;
  z-index: 2;
  margin: 24px auto 0;
  max-width: 360px;
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.42;
}

.nat-panel-bottom strong {
  color: var(--gold);
  font-weight: 900;
}

.nat-why {
  color: #141914;
  background:
    radial-gradient(circle at 50% 0%, rgba(21, 98, 45, 0.12), transparent 22%),
    linear-gradient(180deg, #fbfbf7, #f2f1eb);
}

.nat-why .nat-panel-heading h2 {
  color: #0c100d;
  font-size: clamp(40px, 4.4vw, 66px);
}

.nat-why .nat-panel-heading h2 em {
  color: #14531f;
  text-shadow: none;
}

.compare-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 54px 1fr;
  gap: 0;
  margin-top: 28px;
}

.compare-col {
  overflow: hidden;
  border: 1px solid rgba(12, 56, 26, 0.22);
  border-radius: 10px;
  background: #fffefa;
}

.compare-col h3 {
  margin: 0;
  padding: 16px 12px;
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
}

.compare-col.usual h3 {
  background: linear-gradient(180deg, #282828, #111);
}

.compare-col.agryza h3 {
  background: linear-gradient(180deg, #26700f, #12510c);
}

.compare-col p {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 92px;
  margin: 0;
  padding: 14px 18px;
  border-top: 1px solid rgba(12, 56, 26, 0.16);
  color: #111;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.25;
}

.compare-col p span {
  display: grid;
  place-items: center;
  color: #15581d;
  font-size: 30px;
  font-weight: 900;
}

.compare-col.usual p span {
  color: #141414;
}

.vs-stack {
  display: grid;
  align-content: end;
  justify-items: center;
  padding-top: 76px;
}

.vs-stack span {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 44px;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  background: #111;
  font-size: 18px;
  font-weight: 900;
}

.compare-footer {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  padding: 18px 22px;
  border: 2px solid rgba(20, 83, 31, 0.8);
  border-radius: 10px;
  background: #fbfff7;
}

.compare-footer span {
  color: #15581d;
  font-size: 48px;
}

.compare-footer strong {
  color: #122217;
  font-size: 25px;
  line-height: 1.18;
}

.nat-how .nat-panel-heading h2 {
  font-size: clamp(32px, 4vw, 54px);
}

.nat-how .nat-panel-heading h2 em {
  display: inline;
  color: var(--gold);
  font-size: 1.8em;
}

.nat-how .nat-panel-heading p {
  color: var(--gold);
  font-size: 16px;
}

.nat-steps {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.nat-steps div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  align-items: center;
}

.nat-steps img {
  width: 92px;
  height: 92px;
  border: 3px solid var(--gold);
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 0 18px rgba(239, 199, 90, 0.42);
}

.nat-steps p {
  margin: 0;
  color: var(--white);
  font-size: 15px;
  line-height: 1.35;
}

.nat-steps strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
}

.nat-how-footer {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid var(--gold);
  border-radius: 8px;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 850;
}

.nat-how-footer span {
  display: block;
  color: #a8d53f;
}

.proof-reference-section {
  padding: 0;
  background: #f7f3e7;
}

.moneyback-reference-section {
  padding: 0;
  background: #03150c;
}

.whatsapp-help-section {
  position: relative;
  padding: 0;
  background: #03150c;
}

.whatsapp-help-section img {
  width: 100%;
  height: auto;
}

.whatsapp-hotspot {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 64.5%;
  height: 17%;
  border-radius: 28px;
}

.whatsapp-hotspot:focus-visible {
  outline: 4px solid var(--gold);
  outline-offset: 4px;
}

.introduce-section {
  padding-bottom: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 18%, rgba(212, 164, 49, 0.28), transparent 23%),
    linear-gradient(180deg, rgba(0, 10, 6, 0.8), rgba(0, 13, 7, 0.96)),
    #04170d;
}

.intro-top {
  display: grid;
  grid-template-columns: 60px 1fr 210px;
  gap: 20px;
  align-items: start;
}

.intro-copy > strong {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 8px 24px;
  color: #11150f;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.intro-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(70px, 13vw, 128px);
  font-weight: 900;
  line-height: 0.84;
}

.product-subtitle {
  display: inline-flex;
  margin: 4px 0 10px;
  padding: 6px 22px;
  border-radius: 999px;
  color: var(--white);
  background: var(--green-3);
  font-size: 24px;
  font-weight: 900;
}

.intro-copy p:not(.product-subtitle) {
  max-width: 640px;
  color: var(--white);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.25;
}

.intro-copy em {
  color: var(--gold);
  font-style: normal;
}

.nat-badge {
  display: grid;
  min-height: 210px;
  padding: 22px 20px;
  place-content: center;
  border: 5px solid var(--gold);
  border-radius: 18px;
  text-align: center;
}

.nat-badge span {
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
}

.nat-badge strong {
  color: var(--gold-2);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.05;
}

.nat-badge small {
  color: var(--gold-2);
  font-size: 20px;
  font-weight: 900;
}

.intro-body {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: end;
  margin-top: 8px;
}

.optimizer-card {
  padding: 20px;
  border: 2px solid rgba(212, 164, 49, 0.72);
  border-radius: 8px;
  background: rgba(4, 23, 13, 0.86);
}

.optimizer-card h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
}

.optimizer-card h3 span {
  display: block;
  color: #8cc84b;
  font-size: 26px;
  line-height: 1.05;
}

.optimizer-card p,
.optimizer-card li {
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
}

.optimizer-card ul {
  display: grid;
  gap: 11px;
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid rgba(212, 164, 49, 0.35);
  list-style: none;
}

.optimizer-card li {
  position: relative;
  padding-left: 22px;
}

.optimizer-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 900;
}

.intro-products {
  display: grid;
  grid-template-columns: 0.72fr 0.95fr 1fr 1.1fr;
  gap: 8px;
  align-items: end;
}

.intro-products img {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.35));
}

.intro-benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 18px -32px 0;
  padding: 18px 30px;
  border-top: 1px solid rgba(212, 164, 49, 0.45);
  background: linear-gradient(90deg, #03150c, #0e3b24, #03150c);
}

.intro-benefits article {
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 0 12px;
  text-align: center;
}

.intro-benefits article + article {
  border-left: 1px dashed rgba(212, 164, 49, 0.65);
}

.intro-benefits span,
.optimizer-icons span {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  font-size: 24px;
  font-weight: 900;
}

.intro-benefits p {
  margin: 0;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.optimizer-explain-section,
.compare-section,
.work-strip-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(212, 164, 49, 0.12), transparent 28%),
    var(--paper);
}

.optimizer-explain-section .section-heading h2,
.compare-section .section-heading h2,
.work-strip-section .section-heading h2 {
  font-size: clamp(24px, 3.4vw, 32px);
  white-space: nowrap;
}

.optimizer-icons {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.optimizer-icons article {
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: 16px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  text-align: center;
}

.optimizer-icons p {
  margin: 0;
  color: #111;
  font-size: 13px;
  font-weight: 850;
}

.optimizer-note {
  margin: 0;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-left: 6px solid var(--green-2);
  border-radius: 8px;
  color: #111;
  background: var(--white);
  font-size: 17px;
  font-weight: 750;
}

.compare-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(5, 35, 20, 0.08);
}

.compare-table > * {
  margin: 0;
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
  color: #111;
  font-size: 15px;
  font-weight: 750;
  text-align: center;
}

.compare-table > *:nth-child(2n + 1) {
  border-right: 1px solid var(--line);
}

.compare-table .table-head {
  color: var(--white);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.compare-table .red {
  background: #861d17;
}

.compare-table .green {
  background: var(--green-2);
}

.work-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.work-strip article {
  position: relative;
  padding: 20px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  text-align: center;
}

.work-strip article:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 2;
  transform: translateY(-50%);
  color: var(--green-2);
  font-size: 28px;
  font-weight: 900;
}

.work-strip span {
  color: var(--green-2);
  font-size: 38px;
  font-weight: 900;
}

.work-strip strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
}

.work-strip p {
  margin: 0;
  color: #111;
  font-size: 13px;
  font-weight: 700;
}

.science-strip {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 34px;
  align-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 50% -30%, rgba(212, 164, 49, 0.22), transparent 35%),
    linear-gradient(90deg, #04170d, #082b19);
}

.science-strip h2,
.cta-section h2 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 900;
  line-height: 1.1;
}

.science-strip h2 em,
.cta-section h2 em {
  color: var(--gold);
  font-style: normal;
}

.science-strip p {
  margin: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
}

.science-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.science-icons article {
  overflow: hidden;
  border: 1px solid rgba(212, 164, 49, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}

.science-icons img {
  width: 100%;
  aspect-ratio: 1 / 0.72;
  object-fit: cover;
}

.science-icons p {
  min-height: 48px;
  margin: 0;
  padding: 10px 8px 12px;
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
}

.credibility-section,
.crop-section,
.testimonial-section,
.usage-section {
  background:
    radial-gradient(circle at 85% 25%, rgba(212, 164, 49, 0.12), transparent 30%),
    var(--paper);
}

.product-section {
  color: var(--white);
  background:
    radial-gradient(circle at 78% 12%, rgba(239, 199, 90, 0.34), transparent 22%),
    radial-gradient(circle at 18% 70%, rgba(214, 31, 22, 0.18), transparent 24%),
    linear-gradient(180deg, #03150c 0%, #0e3b24 42%, #03150c 100%);
}

.product-section .section-heading h2 {
  color: var(--white);
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.22);
}

.product-section .section-no {
  color: #11150f;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
}

.offer-emotion-strip {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin: -6px 0 20px;
  padding: 14px 18px;
  border: 1px solid rgba(239, 199, 90, 0.42);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.28);
  box-shadow: inset 0 0 26px rgba(239, 199, 90, 0.08);
}

.offer-emotion-strip strong {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(180deg, #ff3b30, #c9150d);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.offer-emotion-strip span {
  color: var(--white);
  font-size: 16px;
  font-weight: 750;
  text-align: right;
}

.credibility-layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 22px;
  align-items: stretch;
}

.credibility-section {
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 18%, rgba(212, 164, 49, 0.12), transparent 30%),
    linear-gradient(180deg, #fbfaf4, #f0efe8);
}

.credibility-section > img {
  display: block;
  width: 100%;
  height: auto;
}

.science-hero {
  display: grid;
  grid-template-columns: 1fr 0.74fr;
  gap: 28px;
  align-items: center;
  padding: 0 34px 18px;
}

.science-hero > div:first-child {
  position: relative;
  padding-left: 34px;
}

.science-hero > div:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 8px;
  left: 0;
  width: 6px;
  background: var(--gold);
}

.science-hero .section-no {
  position: static;
  margin-bottom: 12px;
}

.science-hero h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 5.6vw, 72px);
  font-weight: 900;
  line-height: 0.98;
}

.science-hero h2 em {
  color: var(--gold);
  font-style: normal;
}

.science-hero p {
  max-width: 760px;
  margin: 16px 0 0;
  color: #111;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.42;
}

.science-hero p strong {
  color: var(--green);
  font-weight: 900;
}

.science-brand {
  position: relative;
  min-height: 230px;
  text-align: right;
}

.science-brand strong {
  display: block;
  color: var(--ink);
  font-size: clamp(48px, 5.5vw, 78px);
  font-weight: 900;
  line-height: 0.9;
}

.science-brand small {
  display: inline-block;
  margin-top: 6px;
  padding: 5px 18px;
  border-radius: 4px;
  color: var(--white);
  background: var(--green);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
}

.science-brand img {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: min(520px, 100%);
  height: 170px;
  object-fit: cover;
  object-position: center 28%;
  opacity: 0.9;
  mix-blend-mode: multiply;
}

.science-proof-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 0 22px 22px;
}

.science-doctor-card,
.science-reference-card {
  border: 1px solid rgba(12, 32, 18, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 36px rgba(5, 35, 20, 0.08);
}

.science-doctor-card {
  display: grid;
  grid-template-columns: 0.58fr 0.62fr;
  overflow: hidden;
}

.science-doctor-card > img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  object-position: center top;
}

.doctor-copy {
  display: grid;
  align-content: center;
  padding: 34px 30px;
}

.doctor-copy h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(34px, 3.2vw, 52px);
  font-weight: 900;
  line-height: 1;
}

.doctor-copy > p {
  margin: 0 0 26px;
  color: #111;
  font-size: 21px;
  font-weight: 650;
  line-height: 1.35;
}

.doctor-flag {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 0 24px;
  border-top: 2px solid rgba(184, 135, 30, 0.7);
}

.doctor-flag span {
  display: grid;
  width: 42px;
  height: 34px;
  place-items: center;
  border-radius: 4px;
  color: #c90016;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.doctor-flag small {
  color: #111;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.3;
}

.doctor-copy blockquote {
  margin: 0;
  padding: 28px 30px;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(239, 235, 214, 0.72);
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.48;
}

.doctor-copy blockquote::before,
.doctor-copy blockquote::after {
  color: var(--gold);
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 0;
}

.doctor-copy blockquote::before {
  content: "“";
}

.doctor-copy blockquote::after {
  content: "”";
  float: right;
}

.doctor-copy cite {
  display: block;
  margin-top: 18px;
  color: var(--gold);
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.science-reference-card {
  display: grid;
  align-content: start;
  padding: 22px;
}

.reference-label {
  justify-self: center;
  display: inline-flex;
  gap: 14px;
  align-items: center;
  padding: 12px 34px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(180deg, #0d4328, #062916);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 1px;
}

.reference-label span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid var(--white);
  border-radius: 999px;
}

.reference-note {
  max-width: 720px;
  margin: 18px auto 14px;
  color: #111;
  text-align: center;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.35;
}

.reference-note strong {
  color: var(--green);
  font-weight: 900;
}

.paper-preview {
  min-height: 332px;
  padding: 18px 20px 18px 72px;
  background:
    linear-gradient(90deg, rgba(210, 210, 200, 0.65), transparent 22%),
    rgba(238, 235, 224, 0.72);
}

.paper-sheet {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  padding: 32px 34px 22px;
  transform: rotate(-3deg);
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}

.paper-sheet > strong {
  display: block;
  max-width: 310px;
  margin-bottom: 24px;
  color: #111;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.12;
}

.stamp {
  position: absolute;
  top: 32px;
  right: 22px;
  transform: rotate(-7deg);
  padding: 8px 12px;
  border: 4px solid #bd2c24;
  color: #bd2c24;
  font-size: 28px;
  font-weight: 900;
  line-height: 0.98;
}

.paper-sheet p,
.paper-sheet li {
  color: #111;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
}

.abstract-label {
  margin: 12px 0 4px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.paper-sheet ul {
  margin: 4px 0 0;
  padding-left: 18px;
}

.paper-sheet img {
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 220px;
  height: 100px;
  object-fit: cover;
  object-position: center 52%;
}

.reference-disclaimer {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 8px;
  background: rgba(226, 230, 212, 0.86);
}

.reference-disclaimer span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--green);
  font-size: 28px;
  font-family: Georgia, serif;
  font-weight: 900;
}

.reference-disclaimer p {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.35;
}

.science-footer-strip {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  padding: 18px 28px;
  color: var(--white);
  background: #03150c;
  font-size: 17px;
  font-weight: 900;
}

.science-footer-strip span {
  display: grid;
  width: 54px;
  height: 34px;
  place-items: center;
  border-radius: 4px;
  color: #c90016;
  background: var(--white);
}

.science-footer-strip i {
  width: 2px;
  height: 24px;
  background: var(--gold);
}

.science-footer-strip strong:last-child {
  color: var(--gold);
}

.doctor-panel,
.journal-panel,
.testimonial-grid article,
.usage-grid article,
.faq-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(5, 35, 20, 0.08);
}

.doctor-panel {
  overflow: hidden;
}

.doctor-panel img {
  width: 100%;
  aspect-ratio: 1 / 0.92;
  object-fit: cover;
  object-position: center top;
}

.doctor-panel div {
  padding: 22px;
}

.doctor-panel h3,
.journal-panel h3,
.testimonial-grid h3,
.usage-grid h3,
.faq-grid h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.15;
}

.doctor-title {
  margin-bottom: 14px;
  color: var(--gold);
  font-weight: 900;
}

.doctor-panel p,
.journal-panel p,
.wide-copy,
.usage-grid p,
.faq-grid p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
}

.journal-panel {
  padding: 20px;
}

.journal-panel .label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--white);
  background: var(--green-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.journal-panel img {
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background: var(--white);
}

.wide-copy {
  max-width: 720px;
  margin-bottom: 20px;
}

.crop-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.crop-image-grid article {
  overflow: hidden;
  border: 1px solid rgba(14, 59, 36, 0.18);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(5, 35, 20, 0.08);
}

.crop-image-grid img {
  width: 100%;
  aspect-ratio: 1 / 0.66;
  object-fit: cover;
}

.crop-image-grid span {
  display: block;
  padding: 9px 10px 11px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.monitor-section,
.faq-section {
  color: var(--white);
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 164, 49, 0.2), transparent 30%),
    linear-gradient(135deg, #03150c, #0c321e);
}

.monitor-grid,
.faq-grid,
.usage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.monitor-grid article {
  padding: 20px 18px;
  border: 1px solid rgba(212, 164, 49, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.monitor-grid span {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  font-size: 22px;
  font-weight: 900;
}

.monitor-grid h3 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 19px;
  font-weight: 900;
}

.monitor-grid p,
.note-line,
.faq-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 650;
}

.note-line {
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 5px solid var(--gold);
  background: rgba(255, 255, 255, 0.08);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.testimonial-grid article {
  overflow: hidden;
}

.testimonial-grid img {
  width: 100%;
  aspect-ratio: 1 / 0.72;
  object-fit: cover;
  object-position: center;
}

.testimonial-grid h3,
.testimonial-grid p,
.testimonial-grid small {
  margin-left: 16px;
  margin-right: 16px;
}

.testimonial-grid h3 {
  margin-top: 16px;
  font-size: 18px;
}

.testimonial-grid p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.testimonial-grid small {
  display: block;
  margin-bottom: 16px;
  color: #8b5b16;
  font-size: 12px;
  font-weight: 800;
}

.product-offer-list {
  display: grid;
  gap: 18px;
}

.package-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr);
  gap: 10px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(239, 199, 90, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 18%, rgba(239, 199, 90, 0.18), transparent 34%),
    linear-gradient(135deg, #fffef8, #f1f7ee);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.26);
}

.package-card.featured {
  border: 4px solid #d61f16;
  background:
    radial-gradient(circle at 84% 18%, rgba(214, 31, 22, 0.18), transparent 30%),
    radial-gradient(circle at 80% 78%, rgba(239, 199, 90, 0.34), transparent 34%),
    linear-gradient(135deg, #fffdf4, #f3fff0);
  box-shadow: 0 0 0 4px rgba(239, 199, 90, 0.24), 0 28px 64px rgba(0, 0, 0, 0.34);
}

.package-copy {
  padding: 26px 26px 26px 28px;
}

.choice-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 12px 20px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(180deg, #ff3b30, #c9150d);
  box-shadow: 0 0 0 rgba(214, 31, 22, 0.7);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  animation: pulseBadge 1.25s ease-in-out infinite;
}

@keyframes pulseBadge {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(214, 31, 22, 0.68);
  }
  70% {
    transform: scale(1.04);
    box-shadow: 0 0 0 14px rgba(214, 31, 22, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(214, 31, 22, 0);
  }
}

.package-label {
  margin: 0 0 6px;
  color: var(--green-2);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.package-acreage {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--green-2);
  background: rgba(14, 59, 36, 0.1);
  font-size: 14px;
  font-weight: 900;
}

.package-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 900;
  line-height: 1.02;
}

.package-card p {
  max-width: 560px;
  margin-bottom: 14px;
  color: #223228;
  font-size: 16px;
  font-weight: 700;
}

.package-card ul {
  display: grid;
  gap: 7px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 26px;
  color: #223228;
  font-size: 14px;
  font-weight: 750;
}

.package-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green-2);
  font-weight: 900;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: end;
}

.price-row span {
  color: #67766d;
  font-size: 20px;
  font-weight: 850;
}

.price-row del {
  color: #9b3024;
  text-decoration-thickness: 3px;
  font-size: 22px;
  font-weight: 900;
}

.price-row strong {
  color: #d61f16;
  font-size: clamp(36px, 5.6vw, 54px);
  font-weight: 900;
  line-height: 0.9;
  text-shadow: 0 2px 0 rgba(239, 199, 90, 0.35);
}

.package-image {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 330px;
  align-self: stretch;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 28%, transparent 54%),
    linear-gradient(180deg, rgba(243, 247, 239, 0.95), rgba(226, 235, 220, 0.92));
}

.package-image::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(14, 59, 36, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 72%, rgba(239, 199, 90, 0.22), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.2));
}

.package-image::after {
  content: "";
  position: absolute;
  right: 34px;
  bottom: 24px;
  left: 34px;
  height: 16px;
  border-radius: 999px;
  background: rgba(5, 35, 20, 0.18);
  filter: blur(10px);
}

.package-image img {
  position: relative;
  z-index: 1;
  width: 92%;
  height: 300px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 16px 20px rgba(5, 35, 20, 0.22));
}

.package-card.featured .package-image {
  min-height: 380px;
}

.package-card.featured .package-image img {
  width: 94%;
  height: 350px;
}

.package-order-btn {
  position: relative;
  z-index: 2;
  width: min(100%, 280px);
  padding: 15px 18px;
  border: 0;
  border-radius: 8px;
  color: #07190e;
  background: linear-gradient(180deg, #ffd956, #d49b1f);
  box-shadow: 0 12px 24px rgba(5, 35, 20, 0.24);
  cursor: pointer;
  font-family: inherit;
  font-size: 18px;
  font-weight: 950;
  text-transform: uppercase;
}

.package-order-btn:hover,
.package-order-btn:focus-visible {
  background: linear-gradient(180deg, #ffe77a, #f0b52c);
  outline: 3px solid rgba(239, 199, 90, 0.38);
  transform: translateY(-1px);
}

.order-form-section {
  padding: 42px 28px 34px;
  color: #082514;
  background:
    radial-gradient(circle at 8% 16%, rgba(239, 199, 90, 0.2), transparent 22%),
    radial-gradient(circle at 94% 10%, rgba(15, 70, 31, 0.14), transparent 26%),
    linear-gradient(180deg, #fbf7dc, #f4f8eb 42%, #eadbb5);
}

.order-form-header {
  margin: 0 auto 18px;
  max-width: 1020px;
  text-align: center;
}

.order-form-header span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(180deg, #17682d, #064219);
  box-shadow: 0 8px 18px rgba(5, 35, 20, 0.16);
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.order-form-header span::before {
  content: "▣";
  color: var(--gold);
}

.order-form-header h2 {
  margin: 0;
  color: #07190e;
  font-size: clamp(38px, 6vw, 74px);
  font-weight: 950;
  line-height: 0.95;
}

.order-form-header p {
  max-width: 700px;
  margin: 10px auto 0;
  color: #26362a;
  font-size: 22px;
  font-weight: 750;
}

.order-trust-strip,
.order-bottom-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1120px;
  margin: 0 auto 18px;
  overflow: hidden;
  border: 1px solid rgba(14, 59, 36, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 36px rgba(5, 35, 20, 0.12);
  backdrop-filter: blur(8px);
}

.order-bottom-strip {
  margin-top: 18px;
  margin-bottom: 0;
}

.order-trust-strip article,
.order-bottom-strip article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 96px;
  padding: 16px 18px;
  border-right: 1px solid rgba(14, 59, 36, 0.12);
}

.order-trust-strip article:last-child,
.order-bottom-strip article:last-child {
  border-right: 0;
}

.order-trust-strip span,
.order-bottom-strip span {
  display: grid;
  grid-row: span 2;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(180deg, #17682d, #064219);
  font-size: 24px;
  font-weight: 950;
}

.order-trust-strip strong,
.order-bottom-strip strong {
  color: #07190e;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.order-trust-strip p,
.order-bottom-strip p {
  margin: 0;
  color: #26362a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.order-form {
  display: grid;
  grid-template-columns: minmax(330px, 0.74fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  max-width: 1120px;
  margin: 0 auto;
}

.order-form-panel,
.order-summary-card {
  border: 1px solid rgba(14, 59, 36, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 48px rgba(5, 35, 20, 0.16);
}

.order-form-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 16px;
  padding: 28px;
}

.order-form label,
.payment-choice {
  display: grid;
  gap: 8px;
}

.order-form label > span,
.payment-choice > span {
  color: #082514;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.required-label::after {
  content: " *";
  color: #d61f16;
  font-weight: 950;
}

.order-form input,
.order-form select,
.order-form textarea {
  width: 100%;
  min-height: 52px;
  border: 2px solid rgba(10, 52, 28, 0.12);
  border-radius: 8px;
  color: #07190e;
  background: #fff;
  font-family: inherit;
  font-size: 17px;
  font-weight: 750;
  outline: 0;
  padding: 0 14px;
}

.order-form textarea {
  min-height: 112px;
  padding: 16px 14px;
  resize: vertical;
}

.order-form input:focus,
.order-form select:focus,
.order-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(239, 199, 90, 0.22);
  background: #fff;
}

.phone-note {
  align-self: end;
  color: #17682d;
  font-size: 13px;
  font-weight: 850;
}

.wide-field {
  grid-column: 1 / -1;
}

.payment-choice {
  grid-template-columns: 1fr 1fr;
  color: #082514;
}

.payment-choice > span {
  grid-column: 1 / -1;
}

.payment-choice label,
.agreement-field {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(10, 52, 28, 0.14);
  border-radius: 8px;
  background: #f7faf4;
  color: #082514;
  font-size: 16px;
  font-weight: 850;
}

.payment-choice label > span {
  display: grid;
  gap: 3px;
  color: #082514;
  font-size: 16px;
  font-weight: 950;
  text-transform: none;
}

.payment-choice small {
  color: #9b3024;
  font-size: 13px;
  font-weight: 850;
}

.payment-choice input,
.agreement-field input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--green-2);
}

.agreement-field span {
  text-transform: none;
  font-size: 15px;
}

.order-summary-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 52% 34%, rgba(239, 199, 90, 0.18), transparent 34%),
    linear-gradient(180deg, #062514, #03150c);
}

.summary-kicker {
  align-self: center;
  margin: 22px 20px 14px;
  padding: 9px 18px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(180deg, #1f7a34, #0a4e1e);
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.summary-product-stage {
  display: grid;
  min-height: 290px;
  place-items: end center;
  margin: 0 20px 18px;
  padding: 22px 12px 0;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 56%, rgba(239, 199, 90, 0.34), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.18));
}

.summary-product-stage img {
  width: 100%;
  height: 265px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.38));
}

.order-summary-card h3 {
  margin: 0 24px 12px;
  color: var(--gold);
  font-size: 26px;
  font-weight: 950;
  line-height: 1.05;
  text-align: center;
}

.order-summary-card p {
  margin: 0 24px 16px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 750;
  text-align: center;
}

.order-summary-card ul {
  display: grid;
  gap: 10px;
  margin: 0 24px 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(239, 199, 90, 0.32);
  list-style: none;
}

.order-summary-card li {
  position: relative;
  padding-left: 28px;
  color: var(--white);
  font-size: 15px;
  font-weight: 850;
}

.order-summary-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  color: #07190e;
  background: var(--gold);
  font-size: 13px;
  font-weight: 950;
}

.summary-testimonial {
  margin: auto 24px 24px;
  padding: 18px;
  border-radius: 8px;
  color: #07190e;
  background: #fff8e4;
  text-align: center;
}

.summary-testimonial strong {
  display: block;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.summary-testimonial span {
  display: block;
  margin: 8px 0;
  color: #d49b1f;
  font-size: 26px;
  letter-spacing: 4px;
}

.summary-testimonial p {
  margin: 0;
  color: #1f2e23;
  font-size: 15px;
  font-weight: 850;
}

.order-submit-btn {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(180deg, #087327, #034415);
  box-shadow: 0 16px 28px rgba(5, 35, 20, 0.24);
  cursor: pointer;
  font-family: inherit;
  font-size: 18px;
  font-weight: 950;
  text-transform: uppercase;
}

.order-submit-btn:hover,
.order-submit-btn:focus-visible {
  background: linear-gradient(180deg, #0b8b31, #05551a);
  outline: 3px solid rgba(12, 109, 42, 0.24);
}

.usage-grid article,
.faq-grid article {
  padding: 20px;
}

.usage-grid h3,
.faq-grid h3 {
  font-size: 17px;
}

.storage-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-left: 5px solid var(--gold);
  border-radius: 0 8px 8px 0;
  color: var(--ink);
  background: rgba(212, 164, 49, 0.14);
  font-size: 15px;
  font-weight: 750;
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-grid article {
  border-color: rgba(212, 164, 49, 0.28);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.faq-grid h3 {
  color: var(--white);
}

.cta-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  color: var(--white);
  background: linear-gradient(135deg, #03150c, #0c321e);
}

.cta-section p {
  max-width: 530px;
  color: var(--white);
  font-size: 17px;
  font-weight: 700;
}

.cta-product-lineup {
  display: grid;
  grid-template-columns: 0.68fr 0.92fr 1fr 1.1fr;
  gap: 8px;
  align-items: end;
}

.cta-product-lineup img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.28));
}

.bottom-bar {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 34px;
  color: #0c170e;
  background: linear-gradient(90deg, var(--gold-2), var(--gold));
  font-weight: 900;
}

.bottom-bar span {
  color: var(--green);
  font-size: 26px;
}

.bottom-bar strong,
.bottom-bar em {
  font-style: normal;
  letter-spacing: 0;
}

@media (max-width: 760px) {
  .hero-section {
    min-height: 0;
  }

  .hero-farmer {
    position: relative;
    width: 100%;
    height: 330px;
    object-position: center top;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(0, 13, 7, 0.98), rgba(0, 13, 7, 0.86) 62%, rgba(0, 13, 7, 0.1));
  }

  .hero-content {
    padding: 28px 20px;
  }

  .brand-lockup strong {
    font-size: 38px;
  }

  .testimonial-section .section-heading h2,
  .product-section .section-heading h2,
  .usage-section .section-heading h2,
  .faq-section .section-heading h2,
  .cost-section .section-heading h2,
  .credibility-section .section-heading h2,
  .crop-section .section-heading h2,
  .monitor-section .section-heading h2 {
    white-space: normal;
  }

  h1 {
    font-size: 45px;
  }

  .hero-benefits,
  .science-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  section {
    padding: 32px 20px;
  }

  .root-copy {
    margin-left: 0;
    font-size: 18px;
  }

  .root-quote {
    grid-template-columns: 34px 1fr 34px;
    margin: 20px 0 28px;
    padding: 18px 16px;
    border-radius: 16px;
  }

  .root-quote span {
    font-size: 42px;
  }

  .root-quote p {
    font-size: 19px;
  }

  .problem-layout,
  .root-layout,
  .fridge-layout,
  .activation-layout,
  .package-card,
  .intro-top,
  .intro-body,
  .cost-layout,
  .science-strip,
  .credibility-layout,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .root-points {
    gap: 0;
  }

  .root-points p,
  .root-note p,
  .root-conclusion p {
    font-size: 17px;
  }

  .root-img {
    min-height: 360px;
  }

  .root-note {
    padding: 22px;
  }

  .root-conclusion {
    grid-template-columns: 52px 1fr;
    gap: 14px;
    padding: 18px;
  }

  .root-conclusion span {
    width: 50px;
    height: 50px;
  }

  .symptom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .garden-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .garden-flow article:not(:last-child)::after {
    display: none;
  }

  .crop-image-grid,
  .intro-benefits,
  .optimizer-icons,
  .work-strip,
  .monitor-grid,
  .testimonial-grid,
  .usage-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .intro-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-product-lineup {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-benefits article + article {
    border-left: 0;
    border-top: 1px dashed rgba(212, 164, 49, 0.5);
    padding-top: 14px;
  }

  .optimizer-explain-section .section-heading h2,
  .compare-section .section-heading h2,
  .work-strip-section .section-heading h2 {
    white-space: normal;
  }

  .work-strip article:not(:last-child)::after {
    display: none;
  }

  .package-image,
  .package-card.featured .package-image {
    min-height: 280px;
  }

  .package-image img,
  .package-card.featured .package-image img {
    height: 250px;
  }

  .package-order-btn {
    width: 100%;
    font-size: 16px;
  }

  .order-form-section {
    padding: 34px 18px;
  }

  .order-form {
    grid-template-columns: 1fr;
  }

  .order-trust-strip,
  .order-bottom-strip {
    grid-template-columns: 1fr;
  }

  .order-trust-strip article,
  .order-bottom-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(14, 59, 36, 0.12);
  }

  .order-trust-strip article:last-child,
  .order-bottom-strip article:last-child {
    border-bottom: 0;
  }

  .order-form-panel {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .payment-choice {
    grid-template-columns: 1fr;
  }

  .order-summary-card {
    padding: 20px;
  }

  .offer-emotion-strip {
    display: grid;
    gap: 10px;
    text-align: center;
  }

  .nat-hero-grid {
    grid-template-columns: 1fr;
    padding: 28px 18px 0;
  }

  .nat-side-card,
  .nat-badge-card {
    align-self: stretch;
  }

  .nat-main {
    min-height: 640px;
  }

  .nat-title span {
    font-size: 42px;
  }

  .nat-title h2 {
    font-size: 82px;
  }

  .nat-title p {
    display: block;
    font-size: 15px;
    letter-spacing: 4px;
  }

  .nat-title p::before,
  .nat-title p::after {
    display: none;
  }

  .nat-products {
    right: -8px;
    left: -8px;
    grid-template-columns: 0.85fr 1.35fr 0.54fr 0.95fr;
  }

  .nat-4l {
    max-height: 230px;
    transform: translateX(12px);
  }

  .nat-20l {
    max-height: 360px;
  }

  .nat-1l {
    max-height: 180px;
    transform: translateX(-18px);
  }

  .nat-10l {
    max-height: 250px;
    transform: translateX(-32px);
  }

  .nat-benefit-bar > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .nat-benefit-bar article {
    border-left: 0;
  }

  .nat-info-grid {
    grid-template-columns: 1fr;
  }

  .nat-info-panel {
    min-height: 0;
    padding: 28px 18px;
  }

  .nat-panel-heading h2,
  .nat-why .nat-panel-heading h2,
  .nat-how .nat-panel-heading h2 {
    font-size: 40px;
  }

  .compare-box {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .vs-stack {
    display: none;
  }

  .nat-steps div {
    grid-template-columns: 78px 1fr;
  }

  .nat-steps img {
    width: 76px;
    height: 76px;
  }

  .science-hero,
  .science-proof-layout,
  .science-doctor-card {
    grid-template-columns: 1fr;
  }

  .science-brand {
    min-height: 180px;
    text-align: left;
  }

  .science-doctor-card > img {
    min-height: 360px;
  }

  .paper-preview {
    padding: 12px;
  }

  .paper-sheet {
    transform: none;
  }

  .stamp {
    position: static;
    display: inline-block;
    margin-bottom: 12px;
    transform: none;
    font-size: 18px;
  }

  .paper-sheet img {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .science-footer-strip {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .offer-emotion-strip span {
    text-align: center;
  }

  blockquote {
    padding: 20px;
    border-left: 5px solid var(--gold);
    background: rgba(212, 164, 49, 0.1);
  }

  .root-img {
    min-height: 260px;
  }

  .bottom-bar {
    display: grid;
    gap: 8px;
    text-align: center;
  }
}

@media print {
  @page {
    margin: 8mm;
    size: A4;
  }

  body {
    background: var(--white);
  }

  .page {
    width: 100%;
    box-shadow: none;
  }

  section,
  .hero-section,
  .bottom-bar {
    break-inside: avoid;
  }
}
