* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background: #f7f7f5;
  color: #222
}

section {
  scroll-margin-top: 70px
}

.topbar-shell {
  width: 100%;
  background: #f7f7f7;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid rgb(0 0 0 / .05)
}

.frame-holder {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 38px;
  box-sizing: border-box
}

.nav-rowline {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

.brand-stamp {
  text-decoration: none;
  color: #704b93;
  font-size: 52px;
  line-height: 1;
  font-weight: 500;
  font-family: cursive;
  position: relative;
  display: inline-block
}

.brand-stamp::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -6px;
  width: 120px;
  height: 4px;
  border-radius: 20px;
  background: #caa53a
}

.link-cluster ul {
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0
}

.link-cluster ul li a {
  text-decoration: none;
  color: #102436;
  font-size: 16px;
  font-weight: 500
}

.action-zone a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, #24372d, #3e5a4c);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: 0 8px 18px rgb(36 55 45 / .22)
}

.action-zone a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgb(255 255 255 / .35), transparent);
  transition: 0.6s ease
}

.action-zone a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgb(36 55 45 / .32)
}

.action-zone a:hover::before {
  left: 120%
}

.menu-trigger {
  display: none;
  border: none;
  background: #fff0;
  color: #445064;
  font-size: 42px;
  cursor: pointer;
  padding: 0;
  line-height: 1
}

.slide-panel {
  display: none
}

@media(max-width:991px) {
  .frame-holder {
    padding: 0 24px
  }
  .nav-rowline {
    min-height: 82px
  }
  .brand-stamp {
    font-size: 62px
  }
  .brand-stamp::after {
    width: 92px;
    left: 24px
  }
  .link-cluster {
    display: none
  }
  .action-zone {
    display: none
  }
  .menu-trigger {
    display: block
  }
  .slide-panel {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 100%;
    height: 80vh;
    background: #f7f7f7;
    padding: 18px 24px 24px;
    box-sizing: border-box;
    transition: 0.35s ease
  }
  .panel-show {
    right: 0
  }
  .panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid #d9dde2
  }
  .mini-mark {
    font-size: 62px
  }
  .mini-mark::after {
    width: 92px;
    left: 24px
  }
  .menu-close {
    border: none;
    background: #fff0;
    color: #445064;
    font-size: 44px;
    cursor: pointer;
    padding: 0;
    line-height: 1
  }
  .mobile-links {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 28px 0 36px
  }
  .mobile-links a {
    text-decoration: none;
    color: #102436;
    font-size: 24px;
    font-weight: 500
  }
  .mobile-btnwrap a {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    background: #24372d;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700
  }
}

@media(max-width:575px) {
  .frame-holder {
    padding: 0 18px
  }
  .nav-rowline {
    min-height: 74px
  }
  .brand-stamp {
    font-size: 34px
  }
  .brand-stamp::after {
    width: 86px;
    left: 20px;
    bottom: -5px
  }
  .menu-trigger {
    font-size: 28px
  }
  .mini-mark {
    font-size: 28px
  }
  .mini-mark::after {
    width: 86px;
    left: 20px
  }
  .mobile-links {
    gap: 30px
  }
  .mobile-links a {
    font-size: 16px
  }
  .menu-close {
    font-size: 20px
  }
}

.vista-panel {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(133deg,#657ce8 0%,#5d2e8f 100%);
  position: relative
}

.mist-layer {
  width: 100%;
  padding: 25px 0 12px
}

.split-shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 55px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

.story-column {
  width: 50%
}

.story-column h1 {
  margin: 0;
  color: #fff;
  font-size: 50px;
  line-height: .94;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 4px 10px rgb(0 0 0 / .14)
}

.story-column p {
  margin: 18px 0 0;
  max-width: 620px;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500
}

.story-column p span {
  font-weight: 700
}

.voice-wrap {
  display: flex;
  align-items: flex-start;
  gap: 45px;
  margin-top: 32px
}

.quote-card {
  max-width: 260px;
  text-align: center
}

.avatar-ring {
  width: 78px;
  height: 78px;
  margin: 0 auto 12px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgb(255 255 255 / .28)
}

.avatar-ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.grade-line {
  color: #ffc928;
  font-size: 24px;
  font-weight: 700;
  line-height: 1
}

.grade-line span {
  color: #fff;
  font-size: 16px;
  margin-left: 4px
}

.quote-card h4 {
  margin: 10px 0 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600
}

.quote-card strong {
  color: #fff;
  font-size: 16px;
  font-weight: 700
}

.visual-column {
  width: 50%;
  text-align: right
}

.visual-column img {
  width: 100%;
  max-width: 480px;
  display: block;
  margin-left: auto
}

@media(max-width:1199px) {
  .story-column h1 {
    font-size: 52px
  }
  .story-column p {
    font-size: 20px
  }
  .voice-wrap {
    gap: 28px
  }
}

@media(max-width:991px) {
  .mist-layer {
    padding: 50px 0 40px
  }
  .split-shell {
    flex-direction: column;
    text-align: center;
    padding: 0 24px
  }
  .story-column,
  .visual-column {
    width: 100%
  }
  .story-column h1 {
    font-size: 58px
  }
  .story-column p {
    max-width: 100%;
    font-size: 20px
  }
  .voice-wrap {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 28px
  }
  .visual-column {
    margin-top: 20px
  }
  .visual-column img {
    margin: 0 auto;
    max-width: 560px
  }
}

@media(max-width:575px) {
  .mist-layer {
    padding: 38px 0 0
  }
  .split-shell {
    padding: 0 18px;
    flex-direction: column;
    text-align: center;
    gap: 10px
  }
  .story-column {
    width: 100%
  }
  .story-column h1 {
    font-size: 28px;
    line-height: 1.06;
    letter-spacing: 2px
  }
  .story-column p {
    max-width: 100%;
    margin: 14px auto 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600
  }
  .voice-wrap {
    width: 100%;
    margin-top: 26px;
    gap: 18px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap
  }
  .quote-card {
    width: 48%;
    max-width: 48%
  }
  .avatar-ring {
    width: 64px;
    height: 64px;
    margin-bottom: 10px
  }
  .grade-line {
    font-size: 14px;
    line-height: 1
  }
  .grade-line span {
    font-size: 14px;
    margin-left: 2px
  }
  .quote-card h4 {
    margin: 8px 0 8px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600
  }
  .quote-card strong {
    font-size: 13px;
    font-weight: 600
  }
  .visual-column {
    width: 100%;
    margin-top: -5px
  }
  .visual-column img {
    width: 70%;
    max-width: none
  }
}

.offer-stage {
  width: 100%;
  overflow: hidden;
  background: #f4f0e4
}

.ribbon-top {
  background: linear-gradient(to right, #23342c, #314338, #23342c);
  text-align: center;
  padding: 22px 20px 56px;
  position: relative;
  overflow: hidden
}

.ribbon-top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 55px;
  background: url(../img/bg.jpg) center center/cover no-repeat;
  clip-path: polygon(0 18%, 22% 18%, 50% 78%, 78% 18%, 100% 18%, 100% 100%, 0 100%)
}

.ribbon-top h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700
}

.grain-wrap {
  background: url(../img/bg.jpg) center center/cover no-repeat;
  padding: 55px 20px 34px
}

.bundle-grid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 18px
}

.saver-box {
  width: 100%;
  max-width: 285px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 18px rgb(0 0 0 / .08)
}

.cap-strip {
  background: #24372d;
  color: #fff;
  text-align: center;
  padding: 14px 10px;
  font-size: 18px;
  font-weight: 700
}

.glow-band {
  background: #8caf93
}

.deal-body {
  padding: 16px 18px 14px;
  text-align: center;
  background: #f8f8f8
}

.cream-tone {
  background: #E6E6FA
}

.deal-body h3 {
  margin: 0;
  color: #24372d;
  font-size: 32px;
  line-height: 1;
  font-weight: 800
}

.deal-body span {
  display: block;
  margin-top: 6px;
  color: #374151;
  font-size: 20px;
  font-weight: 600
}

.card-view {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px
}

.card-view img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
  display: block;
  margin: 0 auto
}

.center-card img {
  max-width: 260px;
  max-height: 260px
}

.cost-tag {
  margin-top: 10px;
  color: #27382F;
  font-size: 64px;
  line-height: 1;
  font-weight: 800
}

.bonus-copy {
  margin-top: 8px;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500
}

.elegant-points {
  list-style: none;
  padding: 0;
  margin-top: 14px
}

.elegant-points li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  color: #445d4d;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500
}

.elegant-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eef7f1;
  color: #5f8d6d;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center
}

.buy-strip {
  width: 100%;
  max-width: 220px;
  height: 54px;
  margin: 18px auto 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #d1b168, #e5c57b);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #24372d;
  font-size: 18px;
  font-weight: 800;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: 0 10px 20px rgb(209 177 104 / .28)
}

.buy-strip::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgb(255 255 255 / .4), transparent);
  transition: 0.6s ease
}

.buy-strip:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 26px rgb(209 177 104 / .38)
}

.buy-strip:hover::before {
  left: 120%
}

.pay-strip {
  margin-top: 16px
}

.pay-strip img {
  width: 100%;
  max-width: 108px;
  display: block;
  margin: 0 auto
}

.featured-mark {
  transform: translateY(-18px);
  border: 1px solid #88a88f
}

@media(max-width:991px) {
  .bundle-grid {
    flex-wrap: wrap
  }
  .featured-mark {
    transform: none
  }
}

@media(max-width:575px) {
  .ribbon-top {
    padding: 14px 12px 36px
  }
  .ribbon-top h2 {
    font-size: 18px;
    line-height: 1.2
  }
  .ribbon-top::after {
    height: 28px
  }
  .grain-wrap {
    padding: 18px 62px 22px
  }
  .bundle-grid {
    gap: 14px
  }
  .saver-box {
    max-width: 100%;
    border-radius: 8px
  }
  .cap-strip {
    padding: 10px 8px;
    font-size: 15px
  }
  .deal-body {
    padding: 12px 12px 12px
  }
  .deal-body h3 {
    font-size: 22px
  }
  .deal-body span {
    margin-top: 4px;
    font-size: 15px
  }
  .card-view {
    margin-top: 10px
  }
  .card-view img {
    max-width: 118px
  }
  .center-card img {
    max-width: 165px
  }
  .cost-tag {
    margin-top: 6px;
    font-size: 42px
  }
  .bonus-copy {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.5
  }
  .buy-strip {
    max-width: 80%;
    height: 44px;
    margin-top: 12px;
    border-radius: 8px;
    font-size: 15px
  }
  .pay-strip {
    margin-top: 10px
  }
  .pay-strip img {
    max-width: 92px
  }
}

.reviews-section {
  max-width: 1200px;
  margin: 40px auto;
  text-align: center;
  background: #F8F9FA;
  padding: 40px 20px
}

.reviews-section h2 {
  font-size: 32px;
  color: #273A30;
  margin-bottom: 30px;
  background: #fff0
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding-inline: 12px;
  background: #fff0
}

.review-card {
  border: 2px solid #273A30;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 4px 0 #273A30;
  transition: 0.3s
}

.review-card:hover {
  transform: translateY(-5px)
}

.review-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  object-fit: cover
}

.review-card h3 {
  margin-bottom: 5px;
  color: #1e73be
}

.stars {
  color: #ffb400;
  margin-bottom: 10px;
  font-size: 18px
}

.review-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6
}

@media (max-width:900px) {
  .reviews-grid {
    grid-template-columns: 1fr
  }
}

.delivery-note {
  width: 100%;
  background: linear-gradient(to right, #22342c, #2f4337, #22342c);
  padding: 16px 18px;
  overflow: hidden
}

.route-shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px
}

.truck-mark {
  width: 82px;
  flex-shrink: 0
}

.truck-mark svg {
  width: 100%;
  display: block
}

.copy-lane h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700
}

.copy-lane h2 span {
  border-bottom: 3px solid #d3ae52;
  padding-bottom: 1px
}

.copy-lane p {
  margin: 8px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500
}

.copy-lane p strong {
  color: #d6ab43;
  font-weight: 700
}

@media(max-width:575px) {
  .delivery-note {
    padding: 14px 12px
  }
  .route-shell {
    gap: 14px;
    align-items: flex-start
  }
  .truck-mark {
    width: 48px
  }
  .copy-lane h2 {
    font-size: 16px;
    line-height: 1.35
  }
  .copy-lane h2 span {
    border-bottom: 2px solid #d3ae52
  }
  .copy-lane p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.45
  }
}

.origin-story {
  width: 100%;
  background: #F8F9FA;
  overflow: hidden;
  padding: 26px 18px 16px
}

.story-frame {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}

.headline-zone {
  text-align: center
}

.headline-zone h2 {
  margin: 0;
  color: #2b382f;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700
}

.signature-mark {
  margin-top: 4px;
  color: #355641;
  font-size: 52px;
  line-height: 1;
  font-weight: 500;
  font-family: cursive;
  position: relative;
  display: inline-block
}

.signature-mark::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -5px;
  width: 185px;
  height: 4px;
  border-radius: 20px;
  background: #caa53a
}

.content-flow {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px
}

.art-panel {
  width: 46%;
  display: flex;
  justify-content: flex-end;
  padding-right: 95px
}

.art-panel img {
  width: 100%;
  max-width: 450px;
  display: block
}

.copy-panel {
  width: 54%
}

.copy-panel p {
  margin: 0 0 24px;
  color: #37423b;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 500
}

.copy-panel p:last-child {
  margin-bottom: 0
}

.copy-panel p span {
  color: #c6a247;
  font-weight: 700
}

@media(max-width:991px) {
  .origin-story {
    padding: 24px 16px 18px
  }
  .content-flow {
    flex-direction: column;
    gap: 14px;
    text-align: center
  }
  .art-panel,
  .copy-panel {
    width: 100%
  }
  .art-panel img {
    margin: 0 auto;
    max-width: 400px
  }
  .copy-panel p {
    margin-bottom: 18px;
    font-size: 20px
  }
}

@media(max-width:575px) {
  .origin-story {
    padding: 20px 12px 14px
  }
  .headline-zone h2 {
    font-size: 22px
  }
  .signature-mark {
    font-size: 56px
  }
  .signature-mark::after {
    width: 128px;
    left: 24px;
    bottom: -4px
  }
  .content-flow {
    margin-top: 8px;
    gap: 10px
  }
  .art-panel {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 0
  }
  .art-panel img {
    width: 92%;
    max-width: 240px;
    margin: 0 auto
  }
  .copy-panel p {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.5
  }
}

.process-area {
  width: 100%;
  background: linear-gradient(133deg,#657ce8 0%,#5d2e8f 100%);;
  padding: 36px 18px 42px;
  overflow: hidden
}

.process-shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}

.process-head {
  text-align: center;
  margin-bottom: 28px
}

.process-head h2 {
  margin: 0;
  color: #fff;
  font-size: 52px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 3px;
  text-shadow: 0 4px 10px rgb(0 0 0 / .12)
}

.process-head p {
  margin: 10px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.flow-card {
  background: #f8f8f8;
  border-radius: 22px;
  padding: 24px 20px 22px;
  position: relative;
  box-shadow: 0 10px 22px rgb(0 0 0 / .12)
}

.badge-orb {
  width: 74px;
  height: 74px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #fff
}

.gold-tone {
  background: #c8a654
}

.sage-tone {
  background: #83a991
}

.lilac-tone {
  background: #c9b9de
}

.mini-pill {
  width: max-content;
  margin: 14px auto 12px;
  padding: 6px 16px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  font-weight: 700
}

.gold-fill {
  background: #c8a654
}

.sage-fill {
  background: #83a991
}

.lilac-fill {
  background: #c9b9de
}

.flow-card h3 {
  margin: 0;
  text-align: center;
  color: #000;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800
}

.flow-card h4 {
  margin: 8px 0 14px;
  text-align: center;
  color: #495266;
  font-size: 14px;
  font-weight: 700
}

.flow-card p {
  margin: 0;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500
}

.flow-card ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none
}

.flow-card ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #121212;
  font-size: 16px;
  font-weight: 600
}

.flow-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 28px
}

.gold-tone+.gold-fill+h3+h4+p+ul li::before {
  color: #c8a654
}

.flow-arrow {
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f8f8f8;
  border: 2px solid #66707f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4c5665;
  font-size: 28px;
  font-weight: 700
}

.process-grid .flow-card:last-child .flow-arrow {
  display: none
}

@media(max-width:991px) {
  .process-head h2 {
    font-size: 52px
  }
  .process-head p {
    font-size: 20px
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }
  .flow-arrow {
    display: none
  }
}

@media(max-width:575px) {
  .process-area {
    padding: 26px 12px 28px
  }
  .process-head {
    margin-bottom: 20px
  }
  .process-head h2 {
    font-size: 40px;
    letter-spacing: -1px
  }
  .process-head p {
    margin-top: 6px;
    font-size: 16px
  }
  .flow-card {
    border-radius: 18px;
    padding: 18px 16px
  }
  .badge-orb {
    width: 58px;
    height: 58px;
    font-size: 28px
  }
  .mini-pill {
    margin: 10px auto 10px;
    padding: 5px 14px;
    font-size: 14px
  }
  .flow-card h3 {
    font-size: 28px
  }
  .flow-card h4 {
    margin: 6px 0 10px;
    font-size: 17px
  }
  .flow-card p {
    font-size: 15px;
    line-height: 1.6
  }
  .flow-card ul {
    margin-top: 16px
  }
  .flow-card ul li {
    margin-bottom: 10px;
    padding-left: 22px;
    font-size: 14px
  }
}

.ingredients-section {
  background: #F8F9FA;
  padding: 60px 20px
}

.ingredients-wrapper {
  max-width: 1200px;
  margin: auto
}

.ingredients-heading {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #0a7a57;
  border: 2px solid #ddd;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 30px
}

.ingredient-box {
  border: 1.5px solid #444;
  padding: 15px 18px;
  margin-bottom: 15px;
  border-radius: 4px
}

.ingredient-box h3 {
  color: #0a7a57;
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 700
}

.ingredient-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  font-weight: 500
}

.assurance-zone {
  width: 100%;
  background: #E6E6FA;
  padding: 28px 16px 24px;
  overflow: hidden;
  border-top: 5px solid #d5bf82
}

.assurance-shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}

.promise-head {
  text-align: center
}

.promise-head span {
  display: block;
  color: #2a382f;
  font-size: 32px;
  line-height: 1;
  font-weight: 600
}

.promise-head h2 {
  margin: 10px 0 0;
  color: #2a382f;
  font-size: 52px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -2px
}

.assurance-content {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px
}

.seal-panel {
  width: 26%;
  display: flex;
  justify-content: flex-end
}

.seal-panel img {
  max-width: 180px
}

.assurance-copy {
  width: 58%;
  max-width: 700px;
  padding-right: 0
}

.assurance-copy p {
  font-size: 20px;
  line-height: 1.6
}

.assurance-copy p strong {
  font-weight: 800
}

.trust-strip {
  margin-top: 4px;
  text-align: center
}

.trust-strip img {
  width: 100%;
  max-width: 460px;
  display: block;
  margin: 0 auto
}

.trust-note {
  margin-top: 18px;
  text-align: center;
  color: #3f4742;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500
}

@media(max-width:991px) {
  .promise-head span {
    font-size: 34px
  }
  .promise-head h2 {
    font-size: 54px
  }
  .assurance-content {
    flex-direction: column;
    text-align: center;
    gap: 20px
  }
  .seal-panel,
  .assurance-copy {
    width: 100%
  }
  .seal-panel img {
    max-width: 240px
  }
  .assurance-copy p {
    font-size: 22px;
    line-height: 1.6
  }
  .trust-strip img {
    max-width: 620px
  }
}

@media(max-width:575px) {
  .assurance-zone {
    padding: 22px 12px 18px
  }
  .promise-head span {
    font-size: 22px
  }
  .promise-head h2 {
    margin-top: 6px;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -1px
  }
  .assurance-content {
    margin-top: 18px;
    gap: 14px
  }
  .seal-panel {
    width: 100%;
    justify-content: center
  }
  .seal-panel img {
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
    display: block
  }
  .assurance-copy p {
    font-size: 16px;
    line-height: 1.7
  }
  .trust-strip {
    margin-top: 22px
  }
  .trust-strip img {
    max-width: 90%
  }
  .trust-note {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.5
  }
}

.help-center {
  width: 100%;
  background: #F8F9FA;
  padding: 42px 16px;
  overflow: hidden
}

.help-shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}

.help-top {
  text-align: center;
  margin-bottom: 26px
}

.help-top h2 {
  margin: 0;
  color: #273A30;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 800
}

.help-top p {
  margin: 8px 0 0;
  color: #3f4c45;
  font-size: 20px;
  font-weight: 500
}

.help-list {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.help-card {
  background: rgb(255 255 255 / .94);
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgb(39 58 48 / .12);
  backdrop-filter: blur(2px)
}

.help-btn {
  width: 100%;
  border: none;
  background: none;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  color: #273A30;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'Poppins', sans-serif
}

.help-btn span {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #8daf95;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600
}

.help-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.35s ease
}

.help-answer p {
  margin: 0;
  padding: 0 24px 22px;
  color: #4b5650;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500
}

.active-help .help-answer {
  max-height: 300px
}

@media(max-width:991px) {
  .help-top h2 {
    font-size: 42px
  }
  .help-btn {
    font-size: 19px;
    padding: 20px
  }
  .help-answer p {
    font-size: 16px;
    padding: 0 20px 20px
  }
}

@media(max-width:575px) {
  .help-center {
    padding: 24px 10px
  }
  .help-top {
    margin-bottom: 18px
  }
  .help-top h2 {
    font-size: 32px
  }
  .help-top p {
    font-size: 14px
  }
  .help-list {
    gap: 10px
  }
  .help-card {
    border-radius: 12px
  }
  .help-btn {
    padding: 15px 14px;
    gap: 10px;
    font-size: 15px;
    line-height: 1.5
  }
  .help-btn span {
    width: 28px;
    height: 28px;
    font-size: 20px
  }
  .help-answer p {
    padding: 0 14px 15px;
    font-size: 14px;
    line-height: 1.7
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased
}

img {
  max-width: 100%;
  height: auto;
  display: block
}

section {
  position: relative
}

a,
button {
  transition: 0.25s ease
}

.container,
.story-frame,
.process-shell,
.help-shell,
.assurance-shell {
  width: 100%;
  max-width: 1200px;
  margin: auto
}

@media(max-width:768px) {
  * {
    animation: none !important;
    transition: none !important
  }
}

.site-footer {
  width: 100%;
  background: linear-gradient(to right, #262626, #1d1d1d, #262626);
  overflow: hidden
}

.footer-shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 42px 16px 36px
}

.footer-copy {
  text-align: center
}

.footer-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700
}

.footer-copy p {
  margin: 24px 0 0;
  color: #f1f1f1;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400
}

.footer-bottom {
  width: 100%;
  background: #111;
  padding: 26px 16px
}

.bottom-shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  flex-wrap: wrap
}

.footer-links a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transition: 0.25s ease
}

.footer-links a:hover {
  color: #d4b15d
}

.copyright-text {
  margin-top: 18px;
  color: #cfcfcf;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400
}

@media(max-width:991px) {
  .footer-copy h2 {
    font-size: 34px
  }
  .footer-copy p {
    font-size: 18px;
    line-height: 1.7
  }
  .footer-links {
    gap: 28px
  }
}

@media(max-width:575px) {
  .footer-shell {
    padding: 28px 12px 24px
  }
  .footer-copy h2 {
    font-size: 28px
  }
  .footer-copy p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.7
  }
  .footer-bottom {
    padding: 20px 12px
  }
  .footer-links {
    flex-direction: column;
    gap: 14px
  }
  .footer-links a {
    font-size: 15px
  }
  .copyright-text {
    margin-top: 14px;
    font-size: 14px
  }
}

.benefits-pro {
  padding: 30px 20px;
  background: #F8F9FA
}

.benefits-head {
  max-width: 760px;
  margin: auto;
  text-align: center;
  margin-bottom: 60px
}

.benefits-head h2 {
  font-size: 42px;
  color: #0c2c54;
  margin-bottom: 14px
}

.benefits-head p {
  font-size: 17px;
  line-height: 1.8;
  color: #5a6c80
}

.benefits-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px
}

.benefit-item {
  background: #fff;
  padding: 26px 22px 28px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 18px 40px rgb(0 0 0 / .06);
  transition: .35s;
  position: relative
}

.benefit-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(45deg, #007953, #76A686);
  border-radius: 16px 16px 0 0
}

.benefit-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgb(0 0 0 / .12)
}

.benefit-item span {
  font-size: 28px;
  display: block;
  margin-bottom: 8px
}

.benefit-item h4 {
  margin: 6px 0 8px;
  color: #0A7A57;
  font-size: 18px
}

.benefit-item p {
  font-size: 14.5px;
  color: #6b7f96;
  line-height: 1.6
}

@media(max-width:700px) {
  .benefit-item {
    border-radius: 10px;
    padding: 18px 14px 20px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
  }
  .benefit-item h4 {
    font-size: 15px
  }
  .benefit-item p {
    font-size: 13.5px
  }
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px
  }
}

.legal-copy {
  width: 100%;
  background: #f7f7f5;
  padding: 70px 16px;
  overflow: hidden
}

.legal-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}

.legal-wrap h2 {
  margin: 0 0 34px;
  color: #24372d;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700
}

.legal-wrap h3 {
  margin: 34px 0 14px;
  color: #24372d;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700
}

.legal-wrap p {
  margin: 0 0 20px;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 400
}

.legal-wrap p:last-child {
  margin-bottom: 0
}

@media(max-width:991px) {
  .legal-copy {
    padding: 56px 16px
  }
  .legal-wrap h2 {
    font-size: 42px
  }
  .legal-wrap h3 {
    font-size: 20px
  }
  .legal-wrap p {
    font-size: 17px
  }
}

@media(max-width:575px) {
  .legal-copy {
    padding: 38px 12px
  }
  .legal-wrap h2 {
    margin-bottom: 24px;
    font-size: 34px
  }
  .legal-wrap h3 {
    margin: 24px 0 10px;
    font-size: 18px
  }
  .legal-wrap p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.8
  }
}

.bonus-section {
  padding: 20px 0;
  background: linear-gradient(133deg,#657ce8 0%,#5d2e8f 100%);
  color: #fff;
  text-align: center
}

.bonus-title {
  font-size: 38px;
  margin-bottom: 12px
}

.bonus-sub {
  max-width: 1200px;
  margin: auto;
  opacity: .95;
  margin-bottom: 55px;
  font-size: 16px
}

.bonus-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap
}

.bonus-card {
  background: #fff;
  color: #222;
  border-radius: 16px;
  padding: 5px 28px;
  width: 300px;
  box-shadow: 0 20px 40px rgb(0 0 0 / .15);
  transition: .35s
}

.bonus-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgb(0 0 0 / .25)
}

.bonus-card img {
  width: 300px;
  height: 300px;
  object-fit: contain;
  display: block;
  margin: 0 auto 20px
}

.bonus-card h3 {
  color: #007953;
  font-size: 18px;
  margin-bottom: 5px
}

.bonus-card h4 {
  font-size: 20px;
  margin-bottom: 10px
}

.rrp {
  color: #666;
  font-size: 14px
}

.free {
  color: #0a7a40;
  font-weight: 700;
  margin-bottom: 12px
}

.bonus-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #444
}

@media(max-width:900px) {
  .bonus-row {
    flex-direction: column;
    align-items: center;
    gap: 20px
  }
  .bonus-card {
    width: 85%;
    max-width: 320px;
    margin: 0 auto
  }
}