/* ==========================================================================
   Home Page — matched to approved full-width demo
   ========================================================================== */

.full-inner {
  width: min(1500px, calc(100% - 48px));
  max-width: 1500px;
  margin: auto;
  padding: 0;
}

.home-main .section > .wrap,
.home-main .section-soft > .wrap,
.home-main .section-cream > .wrap {
  width: min(1500px, calc(100% - 48px));
  max-width: 1500px;
  padding-inline: 0;
}

.read-limit {
  max-width: 860px;
}

.section-desc {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 15px;
}

.home-main .section {
  padding: 54px 0;
}

.section-white {
  background: #fff;
}

.section-soft {
  background: linear-gradient(180deg, rgba(255, 248, 232, .35), rgba(244, 255, 246, .42));
}

.section-cream {
  background: linear-gradient(135deg, #fff8e8, #f7fff8);
}

.home-main .section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 20px;
}

.home-main .section h2,
.faq h2 {
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -1.8px;
  margin: 0;
  color: var(--brown);
}

.hero {
  padding: 34px 0 32px;
}

.hero-card {
  overflow: hidden;
  position: relative;
  border-radius: 38px;
  background: linear-gradient(135deg, #fff2be 0%, #fff8e8 48%, #eaffef 100%);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  min-height: 570px;
  border: 1px solid rgba(255, 255, 255, .8);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -80px auto auto -90px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .5);
}

.hero-copy {
  padding: 82px 78px;
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  font-size: 64px;
  line-height: .94;
  letter-spacing: -3px;
  margin: 20px 0 18px;
  color: #2b251f;
}

.hero-copy h1 span {
  color: var(--green);
}

.hero-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
  width: min(730px, calc(100% + 46px));
  max-width: calc(100vw - 80px);
  transform: translateX(-28px);
}

.hero-copy .trust {
  min-width: 0;
  min-height: 84px;
  padding: 16px 11px 15px;
  border-radius: 18px;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.25;
}

.hero-copy .trust {
  font-size: clamp(10px, .64vw, 11px);
}

.hero-copy .trust b {
  font-size: clamp(18px, 1.15vw, 20px);
  line-height: 1.1;
  margin-bottom: 7px;
  white-space: nowrap;
}

.hero-media {
  padding: 46px 54px 46px 0;
  position: relative;
  display: flex;
  align-items: center;
}

.photo {
  width: 100%;
  height: 450px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(54, 32, 15, .22);
  background: linear-gradient(135deg, #f9edd0, #fff);
}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating {
  position: absolute;
  right: 24px;
  bottom: 56px;
  background: #fff;
  border-radius: 22px;
  padding: 16px 18px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, .16);
  font-weight: 900;
  color: var(--green);
  max-width: 210px;
}

.floating small {
  display: block;
  color: #766a5c;
  font-weight: 600;
  margin-top: 5px;
  line-height: 1.4;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 18px auto 58px;
}

.about {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  align-items: stretch;
  max-width: 100%;
  min-height: 0;
  margin: auto;
}

.about-img {
  height: clamp(360px, 31vw, 450px);
  min-height: 0;
  background: #eee;
  overflow: hidden;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-copy {
  padding: 46px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(360px, 31vw, 450px);
}

.about h2 {
  margin: 18px 0 14px;
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: -1.4px;
}

.about .lead {
  font-size: 16px;
  line-height: 1.72;
  margin-bottom: 0;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.stats .stat {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 10px;
  text-align: center;
  background: #fffaf2;
  box-shadow: none;
}

.stats .stat b {
  font-size: 25px;
  color: var(--green);
  display: block;
}

.stats .stat span {
  display: block;
  font-size: 11px;
  color: var(--muted);
}

.cta {
  border-radius: 32px;
  max-width: none;
  width: 100%;
  margin: auto;
}

.home-main .cta {
  background: linear-gradient(90deg, #187c3c 0%, #1f8a46 46%, rgba(255, 255, 255, .96) 46%, rgba(255, 255, 255, .9) 100%);
  border: 1px solid rgba(218, 230, 213, .78);
  box-shadow: 0 26px 70px rgba(23, 116, 58, .13);
}

.home-main .cta-left {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 50px 54px;
  background: transparent;
}

.home-main .cta-left::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -150px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .07);
}

.home-main .cta-left .tag {
  width: fit-content;
  margin-bottom: 8px;
  border: 1px solid rgba(255, 255, 255, .52);
  background: rgba(255, 255, 255, .78);
  color: var(--green);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
}

.home-main .cta-left h2 {
  max-width: 520px;
  margin-bottom: 8px;
  font-size: clamp(36px, 3.8vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

.home-main .cta-left > p:first-of-type {
  max-width: 640px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .94);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.62;
}

.home-main .cta-benefits {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.home-main .cta-benefits li {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
  color: #fff;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  backdrop-filter: blur(8px);
}

.home-main .cta-benefits li::before {
  content: "✓";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  color: var(--green);
  font-size: 14px;
  font-weight: 950;
}

.posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.faq {
  max-width: 1300px;
  margin: auto;
  padding: 86px 0 92px;
}

.faq h2 {
  text-align: center;
  margin-bottom: 12px;
  font-size: clamp(40px, 4vw, 58px);
  letter-spacing: 0;
}

.faq-sub {
  max-width: 760px;
  margin: 0 auto 26px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  text-align: center;
}

.home-main .faq .faq-item {
  max-width: 1180px;
  margin: 16px auto 0;
  border: 1px solid rgba(226, 211, 185, .8);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 46px rgba(23, 116, 58, .055);
}

.home-main .faq .faq-q {
  min-height: 76px;
  padding: 22px 28px;
  font-size: 18px;
  line-height: 1.35;
}

.home-main .faq .faq-q span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf7ee;
  color: var(--green);
  font-size: 22px;
  line-height: 1;
}

.home-main .faq .faq-a {
  padding: 0 28px 24px;
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 980px) {
  .menu {
    display: none;
  }

  .hero-card,
  .about,
  .cta {
    grid-template-columns: 1fr;
  }

  .home-main .cta {
    background: linear-gradient(180deg, #187c3c 0%, #208847 48%, rgba(255, 255, 255, .96) 48%, rgba(255, 255, 255, .9) 100%);
  }

  .home-main .cta-benefits {
    grid-template-columns: 1fr;
  }

  .full-inner {
    width: min(100% - 32px, 1500px);
    padding: 0;
  }

  .about-img {
    height: 340px;
  }

  .about-copy {
    min-height: auto;
  }

  .hero-copy {
    padding: 44px 28px;
  }

  .trust-row {
    width: 100%;
    max-width: none;
    transform: none;
  }

  .hero-copy h1 {
    font-size: 48px;
  }

  .hero-media {
    padding: 0 28px 34px;
  }

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

  .reviews,
  .posts {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 560px) {
  .full-inner {
    width: min(100% - 28px, 1500px);
    padding: 0;
  }

  .hero {
    padding-top: 18px;
  }

  .hero-card {
    border-radius: 24px;
  }

  .hero-copy {
    padding: 34px 20px;
  }

  .hero-copy h1 {
    font-size: 40px;
    letter-spacing: -2px;
  }

  .home-main .section h2,
  .faq h2 {
    font-size: 31px;
  }

  .faq {
    padding: 54px 0 60px;
  }

  .faq-sub {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .home-main .faq .faq-q {
    min-height: 64px;
    padding: 18px 18px;
    font-size: 15px;
  }

  .home-main .faq .faq-a {
    padding: 0 18px 20px;
  }

  .home-main .section {
    padding: 38px 0;
  }

  .home-main .section-head {
    display: block;
  }

  .trust-row,
  .benefits,
  .products,
  .form-row {
    grid-template-columns: 1fr;
  }

  .hero-copy .trust {
    min-height: auto;
    white-space: normal;
  }

  .photo {
    height: 300px;
  }

  .floating {
    display: none;
  }

  .about-copy,
  .form,
  .cta-left {
    padding: 28px 20px;
  }

  .home-main .cta-left {
    min-height: 0;
    padding: 34px 24px;
  }

  .home-main .cta-left h2 {
    font-size: 34px;
  }

  .home-main .cta-left > p:first-of-type {
    font-size: 16px;
  }

  .home-main .cta-benefits li {
    min-height: 44px;
    font-size: 14px;
  }

  .posts {
    gap: 16px;
  }
}
