/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Georgia", serif;
}

body {
  background: #f9f4ec;
  color: #2e2e2e;
  line-height: 1.6;
}

/* COMMON */
.container {
  max-width: 1100px;
  margin: auto;
  padding: 0px 20px;
  padding-top: 30px;
}
.container-product{
  max-width: 1100px;
  margin: auto;


}
a {
  text-decoration: none;
}

/* HEADER */
#header {
  background: #ffffff;
  border-bottom: 1px solid #eee;
}

#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo h3 {
  font-weight: 500;
}

.header-actions span {
  margin-right: 15px;
}

.login-btn {
  border: 1px solid #333;
  padding: 6px 14px;
  border-radius: 20px;
  color: #333;
  font-size: 14px;
}

/* HERO */
#hero {
  text-align: center;
  /* padding: 80px 20px 40px; */
}

.badge {
  background: #e8e4d9;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 20px;
      color: gray;
}

#hero h1 {
  font-size: 46px;
  font-weight: 400;
}

#hero h1 span {
  color: #d5a47c;
}

.hero-desc {
  max-width: 650px;
  margin: 20px auto;
  color: #666;
}

/* FEATURES */
#features {
  padding: 20px 0;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: row;
  gap: 30px;
  max-width: 600px;
  margin: auto;
}

.feature-list {
  list-style: none;
  max-width: 600px;
  margin: auto;
}

.feature-list li {
  padding: 6px 0;
  font-size: 16px;
}

/* CTA */
#cta {
  text-align: center;
  padding: 10px 20px;
}

.btn-primary {
  background: #5f6f52;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  margin-right: 10px;
  display: inline-block;
  
}

.btn-secondary {
  border: 1px solid #333;
  padding: 12px 26px;
  border-radius: 30px;
  color: #333;
}

.note {
  margin-top: 15px;
  font-size: 14px;
  color: #777;
}

/* PRODUCT IMAGE */
#product-preview {
  /* padding: 50px 20px; */
}

.image-wrapper {
  position: relative;
  /* max-width: 700px; */
  margin: auto;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
}

.image-wrapper video {
  width: 100%;
  border-radius: 10px;
}

.page-badge {
      position: absolute;
    top: -10px;
    right: -10px;
    background: #d5a47c;
    color: #fff;
    padding: 17px 10px;
    border-radius: 50%;
    font-size: 12px;
}

/* FOOTER */
#footer {
  text-align: center;
  padding: 20px;
  background: #fff;
  border-top: 1px solid #eee;
  font-size: 14px;
  padding-bottom: 100px;
}
/* BEAUTIFULLY DESIGNED PAGES */
#designed-pages {
  background: #f9f4ec;
  padding: 0px 20px;
  overflow: hidden;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}


.pages-scroll-wrapper {
  overflow: hidden;
  width: 100%;
}

.pages-scroll {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scrollPages 30s linear infinite;
}
/* Reverse direction */
.pages-scroll-wrapper.reverse .pages-scroll {
  animation-direction: reverse;
}
.page-card {
  width: 180px;
  flex-shrink: 0;
}

.page-card img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

/* Highlight card */
.page-card.highlight {
  transform: scale(1.08);
}

/* Animation */
@keyframes scrollPages {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Pause on hover (optional) */
.pages-scroll-wrapper:hover .pages-scroll {
  animation-play-state: paused;
}

.mini-badge {
  display: inline-block;
  background: #e8e4d9;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 15px;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 10px;
}

.section-header p {
  color: #777;
  font-size: 15px;
}

/* Horizontal Scroll */
.pages-scroll {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 0px 0 20px !important;
  scroll-behavior: smooth;
}

.pages-scroll::-webkit-scrollbar {
  height: 8px;
}

.pages-scroll::-webkit-scrollbar-thumb {
  background: #d5a47c;
  border-radius: 10px;
}

/* Page Cards */
.page-card {
  min-width: 180px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.page-card img {
  width: 100%;
  border-radius: 6px;
}

/* Highlight center page */
.page-card.highlight {
  min-width: 220px;
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* CTA */
.section-cta {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;

}
/* EVERYTHING YOU NEED */
#all-in-one {
padding: 5px 20px;
  background: #ffffff;
}

#all-in-one .section-header {
  max-width: 650px;
  margin: 0 auto 50px;
}

#all-in-one h2 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 10px;
}

#all-in-one p {
  color: #777;
  font-size: 15px;
}

/* Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
}

/* Card */
.feature-card {
  /* border: 1px solid #eee; */
      border: 1px solid #ddcece;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  background: #fff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Icon */
.feature-card .icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #fdeee4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* Text */
.feature-card h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

.feature-card p {
  font-size: 14px;
  color: #777;
}

/* CTA */
.section-cta {
  margin-top: 40px;
  margin-bottom: 40px;
  
}
/* COMPLETE SYSTEM SECTION */
#complete-system {
  background: #fbf6ee;
  /* padding: 90px 20px; */
      padding: 25px 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.system-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* Left content */
.system-content h2 {
  font-size: 38px;
  font-weight: 400;
  margin: 15px 0 30px;
}

.mini-badge {
  display: inline-block;
  background: #e9e5db;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
}

/* Checklist */
.check-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  color: #d39b6a;
  font-weight: bold;
}

.check-list strong {
  display: block;
  font-size: 15px;
}

.check-list p {
  font-size: 14px;
  color: #777;
  margin: 4px 0 0;
}

/* Bonus box */
.bonus-box {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-bottom: 30px;
}

.bonus-box h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.bonus-box ul {
  list-style: none;
  padding-left: 0;
}

.bonus-box li {
  font-size: 14px;
  margin-bottom: 6px;
  padding-left: 20px;
  position: relative;
}

.bonus-box li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #d39b6a;
}
.system-image{
  padding-bottom: 30px;
}
/* Right image */
.system-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* Responsive */

/* INSIDE BUNDLE */
#inside-bundle {
  padding: 30px 20px;
  background: #fff;
  text-align: center;
}

#inside-bundle h2 {
  font-size: 38px;
  margin: 15px 0;
}

.section-desc {
  max-width: 600px;
  margin: 0 auto 50px;
  color: #777;
  font-size: 15px;
}

.bundle-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-bottom: 20px;
}

/* Card */
.bundle-card {
  background: #faf7f2;
  border-radius: 16px;
  padding: 25px;
  text-align: left;
}

.bundle-card.highlight {
  border: 2px solid #f0d3b8;
}

.bundle-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}

.bundle-card h3 {
  font-size: 20px;
  margin-bottom: 4px;
}

.card-sub {
  font-size: 13px;
  color: #999;
}

/* Includes list */
.includes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.includes ul {
  list-style: none;
  padding: 0;
}

.includes li {
  font-size: 14px;
  margin-bottom: 8px;
  padding-left: 18px;
  position: relative;
}

.includes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #d39b6a;
}


/* TESTIMONIALS */
#testimonials {
  padding: 30px 20px;
  padding-bottom: 30px;
  background: #fff;
  text-align: center;
}

#testimonials h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.section-desc {
  max-width: 600px;
  margin: 0 auto 50px;
  color: #777;
  font-size: 15px;
}

.testimonial-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Card */
.testimonial-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 30px;
  text-align: left;
}

.stars {
  color: #f2b680;
  font-size: 18px;
  margin-bottom: 12px;
}

.review {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

.author strong {
  display: block;
  font-size: 14px;
}

.author span {
  font-size: 12px;
  color: #999;
}

/* CTA */
.cta-wrap {
  margin-top: 50px;
}

.btn-primary {
  display: inline-block;
  background: #6e7c64;
  color: #fff;
  padding: 12px 28px;
  border-radius: 25px;
  font-size: 18px;
  text-decoration: none;
}

/* BONUSES SECTION */
#bonuses {
  padding: 80px 20px;
  background: #faf6ef;
  text-align: center;
}

#bonuses .badge {
  display: inline-block;
  background: #ece8df;
  color: #7a6f60;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  margin-bottom: 15px;
}

#bonuses h2 {
  font-size: 38px;
  margin-bottom: 10px;
}

#bonuses .section-desc {
  max-width: 600px;
  margin: 0 auto 60px;
  color: #777;
  font-size: 14px;
}

.bonus-wrap {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Bonus List */
.bonus-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bonus-item {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  display: flex;
  gap: 16px;
  align-items: center;
  border: 1px solid #eee;
}

.bonus-icon {
  width: 46px;
  height: 46px;
  background: #f3e6d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.bonus-item h4 {
  font-size: 15px;
  margin: 5px 0;
}

.bonus-item p {
  font-size: 13px;
  color: #777;
}

.pages {
  font-size: 11px;
  color: #c58a5a;
  font-weight: 600;
}

/* Image */
.bonus-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.08);
}

/* CTA reused */
.btn-primary {
  display: inline-block;
  background: #6e7c64;
  color: #fff;
  padding: 12px 28px;
  border-radius: 25px;
  font-size: 18px;
  text-decoration: none;
}


/* HOW IT WORKS */
#how-it-works {
  padding: 90px 20px;
  background: #f7efe2;
}

#how-it-works h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.steps {
  max-width: 1000px;
  margin: 50px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.step {
  text-align: center;
}

.step-circle {
  width: 52px;
  height: 52px;
  background: #f3c8a5;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.step h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.step p {
  font-size: 13px;
  color: #777;
}

/* PRICING */
#pricing {
  /* padding: 110px 20px; */
      padding: 39px 20px;
  background: #fbf8f2;
}

.price-box {
  max-width: 520px;
  background: #fff;
  margin: 50px auto 20px;
  padding: 45px 35px;
  border-radius: 18px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.08);
}

.price {
  font-size: 42px;
  color: #f1a477;
  margin-bottom: 10px;
}

.price-note {
  font-size: 14px;
  color: #777;
  margin-bottom: 25px;
}

.price-features {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  text-align: left;
}

.price-features li {
  font-size: 14px;
  margin-bottom: 10px;
}

.price-footer {
  font-size: 12px;
  color: #777;
  margin-top: 15px;
}

.disclaimer {
  font-size: 11px;
  color: #999;
  margin-top: 20px;
}


.faq-section {
  background: #fff;
  /* padding: 80px 20px; */
      padding: 50px 20px;
  font-family: Georgia, serif;
}

.faq-container {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.faq-container h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.subtitle {
  color: #777;
  margin-bottom: 40px;
}

.faq-item {
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  text-align: left;
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  background: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "▾";
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 20px;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding-bottom: 20px;
}

.faq-answer p {
  margin: 15px 0 0;
  color: #555;
}

.cta-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 28px;
  background: #6f7f63;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 15px;
}

/* Sticky Buy Bar */
.sticky-buy-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
}

/* Left section */
.sticky-left {
  display: flex;
  flex-direction: column;
}

.sticky-left .price {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
}

.sticky-left .pages {
  font-size: 13px;
  color: #6b7280;
}

/* Button */
.sticky-btn {
  background: #6b7f63; /* olive green like image */
  color: #fff;
  padding: 12px 22px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease;
}

.sticky-btn:hover {
  background: #55654f;
}



/* ===============================
   GLOBAL RESPONSIVE FIXES
================================ */
@media (max-width: 1024px) {
  h1, h2 {
    line-height: 1.25;
  }

  .container {
    padding: 30px 18px;
            padding-bottom: 8px;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .bundle-grid {
    grid-template-columns: 1fr;
  }
    .bonus-wrap {
    grid-template-columns: 1fr;
  }

  .includes {
    grid-template-columns: 1fr;
  }
  .system-grid {
    grid-template-columns: 1fr;
  }
   .steps {
    grid-template-columns: 1fr 1fr;
  }
     .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    text-align: center;
  }
}
@media (max-width: 768px) {

  /* HEADER */
  #header .container {
    flex-direction: column;
    gap: 10px;
  }

  .header-actions {
    font-size: 13px;
  }

  /* HERO */
  #hero {
    padding: 0px 16px 30px;
            padding-bottom: 0px !important
  }

  #hero h1 {
    font-size: 32px;
  }

  .hero-desc {
    font-size: 14px;
  }

  /* CTA BUTTONS */
  .btn-primary,
  .btn-secondary {
    display: block;
    margin: 8px auto;
    /* width: fit-content; */
  }

  /* FEATURES LIST */
  .feature-list li {
    font-size: 14px;
  }

  /* PRODUCT IMAGE */
  .image-wrapper {
    padding: 10px;
  }

  .page-badge {
    top: -6px;
    right: -6px;
    font-size: 11px;
  }

  /* DESIGNED PAGES */
  .section-header h2 {
    font-size: 28px;
  }

  /* ALL-IN-ONE */
  #all-in-one h2 {
    font-size: 28px;
  }

  /* COMPLETE SYSTEM */
  .system-content h2 {
    font-size: 30px;
  }

  /* INSIDE BUNDLE */
  #inside-bundle h2 {
    font-size: 30px;
  }

  /* TESTIMONIALS */
  #testimonials h2 {
    font-size: 30px;
  }

  .testimonial-card {
    padding: 22px;
  }

  /* BONUSES */
  #bonuses h2 {
    font-size: 30px;
  }

  .bonus-item {
flex-direction: row;
        align-items: center;
        justify-content: center;
  }

  /* HOW IT WORKS */
  #how-it-works h2 {
    font-size: 30px;
    text-align: center;
  }

  /* PRICING */
  .price-box {
    padding: 30px 22px;
  }

  .price {
    font-size: 34px;
  }

  /* FAQ */
  .faq-container h2 {
    font-size: 30px;
  }

  .faq-question {
    font-size: 15px;
    padding: 16px;
  }
}

/* Mobile friendly */
@media (max-width: 600px) {
  .sticky-buy-bar {
    padding: 12px 14px;
  }

  .sticky-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
  #features {
  padding: 0px 0;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column !important;
  gap: 0px !important;
  margin: 0px !important;
}
}


@media (max-width: 500px) {
  .steps {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {

  /* HERO */
  #hero h1 {
    font-size: 26px;
  }

  .badge,
  .mini-badge {
    font-size: 11px;
    padding: 5px 12px;
  }

  /* DESIGNED PAGES SCROLL */
  .page-card {
    min-width: 160px;
  }

  .page-card.highlight {
    min-width: 190px;
  }

  /* SYSTEM */
  .system-content h2 {
    font-size: 26px;
  }

  /* PRICING */
  .price {
    font-size: 30px;
  }

  /* FOOTER */
  #footer {
    font-size: 12px;
  }
  
.feature-list {
  list-style: none;
  max-width: 600px;
  margin: 0px;
}
}
