:root {
  --green-dark: #1e4f2d;
  --green-mid: #2d6a38;
  --green-bright: #aacd37;
  --green-soft: #d7e680;
  --brown-dark: #3f2919;
  --brown-mid: #6e4d32;
  --paper: #f4ead6;
  --paper-edge: #e5d3b3;
  --text: #2d1d12;
  --white: #fffdf7;
  --shadow: 0 20px 50px rgba(32, 19, 10, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #392416 0%, #23160f 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

.page-shell {
  width: min(100%, 1240px);
  margin: 0 auto;
  box-shadow: var(--shadow);
}

.hero {
  position: relative;
  min-height: 330px;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  background:
    var(--hero-image, url("../images/binest.png")) center center/cover no-repeat,
    linear-gradient(180deg, #5e412d 0%, #3a281d 100%);
}

.hero-layer {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 12, 8, 0.76) 0%, rgba(16, 12, 8, 0.44) 38%, rgba(16, 12, 8, 0.14) 72%),
    linear-gradient(180deg, rgba(56, 35, 20, 0.08), rgba(56, 35, 20, 0.12));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 500px;
  padding: 18px 24px 24px 54px;
  color: var(--white);
}

.offer-tag {
  display: inline-block;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.headline h2,
.offer-price {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.02em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3.2rem, 6vw, 4.8rem);
  line-height: 0.9;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
}

.hero h1 span {
  color: var(--green-bright);
}

.hero p {
  margin: 8px 0 0;
  max-width: 360px;
  font-size: 0.92rem;
  line-height: 1.35;
  color: rgba(255, 253, 247, 0.92);
}

.main-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  margin-top: 16px;
  border-radius: 4px;
  background: linear-gradient(180deg, #d9ef57 0%, #8eb92f 100%);
  color: #1d250f;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.hero .main-cta::after {
  content: "▾";
  margin-left: 10px;
  font-size: 0.9em;
  line-height: 1;
}

.main-cta.large {
  width: 100%;
}

.top-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background:
    linear-gradient(180deg, rgba(21, 71, 32, 0.98), rgba(17, 58, 27, 0.98)),
    linear-gradient(180deg, #1c5f2d 0%, #164724 100%);
  color: var(--white);
  border-radius: 0 0 14px 14px;
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 4px solid rgba(240, 222, 189, 0.95);
}

.top-benefits article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.top-benefits article:last-child {
  border-right: 0;
}

.top-benefits strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.14;
  text-align: left;
  max-width: 170px;
  font-weight: 800;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.benefit-icon {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.18));
}

.benefit-icon::before,
.benefit-icon::after {
  content: "";
  position: absolute;
}

.ant-icon::before {
  left: 3px;
  top: 9px;
  width: 18px;
  height: 8px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 3px 4px, #1f180f 0 3px, transparent 3px),
    radial-gradient(circle at 9px 4px, #2b2015 0 4px, transparent 4px),
    radial-gradient(circle at 15px 4px, #1f180f 0 3px, transparent 3px);
}

.ant-icon::after {
  inset: 0;
  background:
    linear-gradient(65deg, transparent 4px, #1f180f 4px, #1f180f 6px, transparent 6px),
    linear-gradient(110deg, transparent 11px, #1f180f 11px, #1f180f 13px, transparent 13px),
    linear-gradient(250deg, transparent 4px, #1f180f 4px, #1f180f 6px, transparent 6px),
    linear-gradient(295deg, transparent 11px, #1f180f 11px, #1f180f 13px, transparent 13px),
    linear-gradient(25deg, transparent 14px, #1f180f 14px, #1f180f 16px, transparent 16px),
    linear-gradient(335deg, transparent 14px, #1f180f 14px, #1f180f 16px, transparent 16px);
}

.sprout-icon::before,
.sprout-icon::after {
  width: 9px;
  height: 14px;
  background: linear-gradient(180deg, #dff29f 0%, #93bf34 100%);
  border-radius: 14px 0 14px 0;
  top: 5px;
}

.sprout-icon::before {
  left: 4px;
  transform: rotate(-42deg);
}

.sprout-icon::after {
  right: 4px;
  transform: scaleX(-1) rotate(-18deg);
}

.sprout-icon {
  background:
    linear-gradient(180deg, transparent 0 62%, #7aa22b 62% 100%);
  background-size: 3px 11px;
  background-repeat: no-repeat;
  background-position: 50% 13px;
}

.bolt-icon::before {
  left: 6px;
  top: 2px;
  width: 12px;
  height: 20px;
  background: linear-gradient(180deg, #fff4a0 0%, #f2c326 100%);
  clip-path: polygon(56% 0%, 100% 0%, 64% 42%, 96% 42%, 24% 100%, 40% 58%, 10% 58%);
}

.globe-icon::before {
  inset: 2px;
  border-radius: 50%;
  background: linear-gradient(180deg, #d8ef87 0%, #9ec43f 100%);
}

.globe-icon::after {
  inset: 5px;
  background:
    radial-gradient(circle at 31% 40%, rgba(25, 65, 26, 0.95) 0 3px, transparent 3px),
    radial-gradient(circle at 63% 60%, rgba(25, 65, 26, 0.95) 0 4px, transparent 4px),
    linear-gradient(90deg, transparent 6px, rgba(25, 65, 26, 0.95) 6px, rgba(25, 65, 26, 0.95) 8px, transparent 8px),
    linear-gradient(180deg, transparent 7px, rgba(25, 65, 26, 0.8) 7px, rgba(25, 65, 26, 0.8) 8px, transparent 8px);
  border-radius: 50%;
}

.paper-area {
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.42), transparent 18%),
    linear-gradient(180deg, #f5ecd9 0%, #ede0c6 100%);
}

.content-section {
  padding: 30px 30px 12px;
}

.headline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 22px;
}

.headline span {
  width: 64px;
  height: 2px;
  background: rgba(102, 63, 35, 0.4);
}

.headline h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  color: #5a2f1e;
  text-align: center;
}

.headline mark {
  color: var(--green-dark);
  background: transparent;
}

.headline.dark h2,
.headline.light h2 {
  color: var(--white);
}

.headline.dark span,
.headline.light span {
  background: rgba(255, 255, 255, 0.38);
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  background: rgba(255, 251, 244, 0.82);
  padding: 8px 8px 14px;
  border: 1px solid rgba(117, 87, 56, 0.14);
}

.feature-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.feature-card h3 {
  margin: 12px 0 0;
  font-size: 1.06rem;
  font-weight: 800;
  text-align: center;
}

.steps-band {
  margin-top: 20px;
  padding: 28px 30px 34px;
  background:
    linear-gradient(180deg, rgba(65, 42, 26, 0.54), rgba(65, 42, 26, 0.54)),
    linear-gradient(180deg, #5e3e27 0%, #3e291a 100%);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.step-card {
  text-align: center;
  color: var(--white);
}

.step-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.48);
}

.step-card strong {
  display: block;
  margin-top: 10px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  color: var(--green-bright);
}

.step-card p {
  margin: 2px 0 0;
  font-size: 1rem;
  font-weight: 800;
}

.success-band {
  padding: 22px 30px 28px;
  background:
    linear-gradient(180deg, rgba(23, 84, 39, 0.98), rgba(21, 70, 32, 0.98)),
    linear-gradient(180deg, #1d602f 0%, #184625 100%);
}

.success-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.success-grid article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 8px;
  color: var(--white);
  text-align: left;
}

.success-icon-svg {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  overflow: visible;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.18));
}

.icon-money span {
  display: none;
}

.success-copy strong,
.success-copy small {
  display: block;
}

.success-copy strong {
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.05;
}

.success-copy small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.05;
}

.testimonials {
  padding-top: 22px;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.quote-card {
  padding: 22px;
  background: rgba(255, 251, 243, 0.92);
  border: 1px solid rgba(122, 91, 60, 0.18);
  box-shadow: 0 10px 24px rgba(89, 63, 38, 0.08);
}

.quote-card p {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.45;
}

.quote-card span {
  display: block;
  margin-top: 12px;
  color: var(--brown-mid);
  font-weight: 700;
}

.offer-section {
  padding-bottom: 40px;
}

.offer-panel {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 24px 18px;
  text-align: center;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(25, 86, 39, 0.98), rgba(18, 56, 26, 0.98)),
    linear-gradient(180deg, #1f6430 0%, #173b22 100%);
  color: var(--white);
  box-shadow: var(--shadow);
}

.offer-price {
  display: block;
  margin-top: 10px;
  font-size: clamp(3.5rem, 7vw, 5rem);
  line-height: 0.95;
}

.offer-note {
  margin: 10px 0 18px;
  color: rgba(255, 255, 255, 0.82);
}

.offer-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--green-soft);
  font-weight: 700;
}

.offer-panel small {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.mobile-bar {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 860px) {
  .top-benefits,
  .image-grid,
  .steps-grid,
  .success-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding: 20px 16px 22px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 12vw, 4.3rem);
  }

  .content-section,
  .steps-band,
  .success-band {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-benefits article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: flex-start;
  }

  .top-benefits strong {
    max-width: none;
  }

  .top-benefits article:last-child {
    border-bottom: 0;
  }

  .headline {
    gap: 10px;
  }

  .headline span {
    width: 28px;
  }

  .mobile-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: block;
    z-index: 20;
  }

  .mobile-bar .main-cta {
    width: 100%;
    margin-top: 0;
  }
}
