* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  background: #ffffff;
}

.topbar {
  background: #353535;
  color: #ffffff;
}

.topbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.topbar-logo img {
  width: 44px;
  height: auto;
  display: block;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.topbar-cta {
  background: linear-gradient(180deg, #ff1f4b, #c8002f);
  color: #ffffff;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
}

.topbar-note {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.hero {
  background: #e67e00;
  color: #ffffff;
  text-align: center;
  padding: 16px 20px 14px;
}

.hero h1 {
  margin: 0 auto;
  max-width: 1200px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-sub {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
}

.hero-sub span {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.top-cta-wrap {
  margin: 6px 0 30px;
  text-align: center;
}

.top-cta {
  width: 460px;
}

.trust-row {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.trust-pill {
  background: #f1f1f1;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

.section-title {
  background: #e00000;
  color: #ffffff;
  text-align: center;
  padding: 14px 20px;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0;
}

/* Mobile sticky CTA (shown after scrolling past the hero headline) */
.mobile-sticky-cta {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-120%);
  z-index: 1000;
  background: linear-gradient(180deg, #e53935, #b71c1c);
  color: #ffffff;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.6px;
  white-space: nowrap;
}

/* Explicitly hide sticky CTA on desktop */
@media (min-width: 901px) {
  .mobile-sticky-cta {
    display: none !important;
  }
}

.content {
  max-width: 1200px;
  margin: 18px auto 28px;
  padding: 0 20px;
}

.lead {
  margin: 0 auto 22px;
  text-align: center;
  font-size: 18px;
  line-height: 1.45;
  color: #333;
}

.lead strong {
  font-weight: 700;
}

.grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.media {
  flex: 1 1 50%;
  text-align: center;
}

.product-hero {
  width: 100%;
  max-width: 520px;
  max-height: 420px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
}

.logo {
  width: 220px;
  height: auto;
  margin: 6px auto 18px;
  display: block;
}

.video {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.photo {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.pricing {
  max-width: 1200px;
  margin: 40px auto 40px;
  padding: 0 20px;
}

.pricing-title {
  text-align: center;
  font-size: 20px;
  color: #222;
  margin-bottom: 18px;
}

.pricing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.pricing-left {
  flex: 1 1 65%;
  display: flex;
  justify-content: center;
}

.product-image {
  width: 360px;
  max-width: 100%;
  height: auto;
  display: block;
}

.pricing-right {
  flex: 0 0 220px;
  text-align: center;
  margin-right: 20px;
}

.price-number {
  font-size: 74px;
  line-height: 0.95;
  font-weight: 700;
  color: #2f9c5a;
}

.price-currency {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: #2f9c5a;
  margin-top: 6px;
}

.price-label {
  margin-top: 18px;
  font-size: 18px;
  color: #333;
}

.price-old {
  margin-top: 10px;
  font-size: 32px;
  color: #d00000;
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  text-decoration-color: #d00000;
}

.price-save {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.included {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.included-row {
  display: flex;
  justify-content: flex-end;
}

.included-list {
  flex: 0 0 420px;
}

.included-item {
  margin-bottom: 22px;
}

.item-title {
  font-size: 20px;
  color: #222;
}

.item-free {
  margin-top: 4px;
  font-size: 20px;
  color: #d00000;
  font-weight: 700;
}

.item-price {
  margin-top: 4px;
  font-size: 18px;
  color: #222;
}

.free-inline {
  color: #d00000;
  font-weight: 700;
}

.bundle {
  max-width: 1200px;
  margin: 30px auto 80px;
  padding: 0 20px;
  display: flex;
  gap: 50px;
  align-items: flex-end;
}

.bundle-left {
  flex: 1 1 55%;
  display: flex;
  align-items: flex-end;
}

.bundle-video {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
}

.bundle-right {
  flex: 1 1 45%;
}

.bundle-list {
  margin-bottom: 28px;
}

.bundle-item {
  margin-bottom: 22px;
}

.bundle-total {
  margin: 28px 0 34px;
  font-size: 28px;
  font-weight: 700;
  color: #222;
}

.total-label {
  letter-spacing: 0.5px;
}

.total-price {
  color: #d00000;
  margin-left: 8px;
}

.bundle-image {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
}

.order {
  max-width: 1200px;
  margin: 30px auto 90px;
  padding: 0 20px;
}

.order-inner {
  width: 520px;
  max-width: 100%;
  margin-left: auto;
  text-align: center;
}

.order-title {
  font-size: 26px;
  letter-spacing: 0.5px;
  color: #222;
}

.order-price {
  margin-top: 24px;
  font-size: 64px;
  font-weight: 700;
  color: #2f9c5a;
}

.order-list {
  list-style: none;
  margin: 36px 0 36px;
  padding: 0;
  text-align: left;
  display: inline-block;
}

.order-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.order-list li::before {
  content: "+";
  width: 18px;
  height: 18px;
  border: 2px solid #2f9c5a;
  color: #2f9c5a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 3px;
  flex: 0 0 18px;
  line-height: 1;
  margin-top: 2px;
}

.order-form-title {
  font-size: 26px;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.5px;
}

.order-sub {
  margin-top: 34px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #222;
}

.order-form {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 22px;
  color: #222;
  text-align: left;
}

.req {
  color: #d00000;
  margin-left: 6px;
}

.field input {
  height: 56px;
  padding: 0 18px;
  border: 2px solid #b8bcc6;
  border-radius: 6px;
  font-size: 18px;
  color: #222;
  outline: none;
}

.field input::placeholder {
  color: #7a7a7a;
}

.checkbox-field {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 16px;
  color: #222;
}

.checkbox-field input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.order-btn {
  margin-top: 6px;
  height: 60px;
  border: none;
  border-radius: 6px;
  background: #1f7f2a;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  line-height: 1.15;
  padding: 0 14px;
  white-space: normal;
}

.trust-icons {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

.trust-icon {
  background: #f7f7f7;
  padding: 10px 12px;
  border-radius: 6px;
}

.review {
  max-width: 1200px;
  margin: 40px auto 80px;
  padding: 0 20px;
  text-align: center;
}

.review-line {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #222;
  margin-bottom: 22px;
}

.review-line .line {
  flex: 1 1 auto;
  height: 1px;
  background: #222;
}

.review-line .stars {
  font-size: 18px;
  white-space: nowrap;
}

.review-image {
  width: 520px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 24px;
}

.review-text {
  max-width: 900px;
  margin: 0 auto 18px;
  font-size: 20px;
  line-height: 1.45;
  color: #222;
}

.review-name {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

.benefits {
  margin: 30px 0 90px;
}

.benefits-title {
  background: #e00000;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  padding: 14px 20px;
  text-transform: uppercase;
}

.benefits-grid {
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.benefit-card {
  text-align: center;
  color: #222;
  font-size: 16px;
  line-height: 1.45;
}

.benefit-card h3 {
  color: #c44a2a;
  font-size: 20px;
  margin: 0 0 16px;
  font-weight: 700;
}

.benefit-media {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 14px;
}

.benefit-card p {
  margin: 0 0 12px;
}

.benefits-cta {
  margin: 36px auto 0;
  width: 420px;
  max-width: 100%;
  background: linear-gradient(180deg, #e53935, #b71c1c);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 16px 12px;
  box-shadow: 0 4px 0 #8d1515;
  text-transform: uppercase;
}

.cta-main {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.cta-sub {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-top: 2px;
}

.compare {
  margin: 40px 0 90px;
}

.compare-title {
  background: #e00000;
  color: #ffffff;
  text-align: center;
  padding: 16px 20px;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.compare-box {
  max-width: 780px;
  margin: 30px auto 0;
  border: 2px solid #222;
}

.compare-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.compare-image {
  position: relative;
}

.compare-image img {
  width: 100%;
  height: auto;
  display: block;
}

.compare-image.good::before,
.compare-image.bad::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  top: 10px;
  left: 10px;
  background: #2f9c5a;
}

.compare-image.bad::before {
  background: #d00000;
}

.compare-image.good::after,
.compare-image.bad::after {
  position: absolute;
  top: 6px;
  left: 16px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.compare-image.good::after {
  content: "✓";
}

.compare-image.bad::after {
  content: "✕";
}

.compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.compare-row .cell {
  padding: 12px 14px;
  font-size: 18px;
  font-weight: 700;
  border-top: 2px solid #3b4cc0;
}

.compare-row.head .cell {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
}

.compare-row.head .cell.good,
.compare-row.price .cell.good {
  background: #f1c20f;
}

.compare-row.head .cell.bad,
.compare-row.price .cell.bad {
  background: #d00000;
  color: #fff;
}

.compare-row.feature .cell {
  background: #fff;
  color: #222;
  font-weight: 700;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  line-height: 1.35;
  min-height: 66px;
}

.compare-row.feature .cell + .cell {
  border-left: 2px solid #3b4cc0;
}

.compare-row .cell.bad {
  border-left: 2px solid #3b4cc0;
}

.compare-row.price .cell {
  font-weight: 700;
}

.compare-row.feature .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  flex: 0 0 26px;
}

.compare-row.feature .icon.ok {
  background: #62b246;
  color: #fff;
}

.compare-row.feature .icon.no {
  background: #e53935;
  color: #fff;
}

.compare-cta {
  margin-top: 28px;
}

.ebook {
  max-width: 1200px;
  margin: 40px auto 90px;
  padding: 0 20px;
}

.ebook-title {
  text-align: center;
  color: #c44a2a;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

.ebook-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.ebook-left img {
  width: 100%;
  max-width: 460px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.ebook-right {
  font-size: 18px;
  line-height: 1.6;
  color: #222;
}

.ebook-right hr {
  border: none;
  border-top: 1px solid #bdbdbd;
  margin: 20px 0;
}

.ebook-right h4 {
  margin: 0 0 14px;
  font-size: 20px;
}

.ebook-item {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.ebook-check {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #62b246;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex: 0 0 22px;
  margin-top: 3px;
}

.ebook-cta {
  margin: 30px auto 0;
}

.reviews {
  max-width: 1200px;
  margin: 40px auto 90px;
  padding: 0 20px;
}

.reviews-banner {
  border: 2px dashed #1a7f2c;
  background: #69b95e;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  padding: 16px 20px;
  font-weight: 700;
  margin-bottom: 28px;
}

.ratings {
  max-width: 900px;
  margin: 0 auto 40px;
}

.rating-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

.bar {
  height: 14px;
  background: #ececec;
  border-radius: 3px;
  overflow: hidden;
}

.bar .fill {
  height: 100%;
  background: #e6a41b;
  border-radius: 3px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}

.review-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  display: block;
  margin-bottom: 16px;
}

.review-card .review-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}

.review-card p {
  font-size: 16px;
  line-height: 1.45;
  color: #222;
  text-align: center;
}

.reviews-more {
  max-width: 1200px;
  margin: 10px auto 90px;
  padding: 0 20px;
}

.reviews-cta {
  margin: 30px auto 0;
}

.offer {
  max-width: 1200px;
  margin: 40px auto 90px;
  padding: 0 20px;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.offer-left h2 {
  font-size: 28px;
  color: #333;
  margin: 0 0 16px;
}

.offer-left img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 14px;
}

.offer-left ul {
  margin: 0;
  padding-left: 22px;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

.offer-left li {
  margin-bottom: 6px;
}

.offer-note {
  background: #fff7cc;
  border: 3px dashed #d00000;
  padding: 18px 18px 24px;
  text-align: center;
}

.note-top {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}

.note-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.note-sub {
  font-size: 18px;
  margin-bottom: 16px;
}

.note-discount {
  font-size: 26px;
  font-weight: 700;
  color: #d00000;
  margin: 8px 0 14px;
}

.note-price {
  font-size: 36px;
  font-weight: 700;
}

.note-price .price-new {
  color: #2f9c5a;
}

.note-price .price-old {
  color: #d00000;
  text-decoration: line-through;
  margin-left: 10px;
}

.note-arrow {
  margin: 18px auto 0;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #111;
}

.offer-form-box {
  margin-top: 18px;
  border: 2px dashed #9e9e9e;
  padding: 18px;
  text-align: center;
}

.offer-form-box .form-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.faq {
  max-width: 900px;
  margin: 40px auto 90px;
  padding: 0 20px;
  text-align: center;
}

.faq h2 {
  margin: 0 0 22px;
  font-size: 30px;
  font-weight: 700;
  color: #222;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 0 22px;
  text-align: left;
}

.faq-q {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px;
}

.faq-q::before {
  content: "▲";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
}

.faq-a {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}

.faq-steps {
  margin: 0;
  padding-left: 20px;
}

.faq-steps li {
  margin-bottom: 6px;
}

.faq-cta {
  margin: 30px auto 0;
  width: 360px;
}

.footer {
  background: #f2f2f2;
  padding: 30px 20px 40px;
  margin-top: 40px;
}

.footer-box {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #333;
}

.footer-line {
  height: 2px;
  background: #ddd;
  margin: 0 auto 18px;
}

.footer-title {
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 8px;
}

.footer-text {
  margin-bottom: 8px;
  font-size: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin: 18px 0;
  font-weight: 700;
}

.form-bar {
  background: #d00000;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.form-bar .bar-fill {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 12%;
  background: rgba(255, 255, 255, 0.35);
}

.form-note {
  font-size: 14px;
  font-style: italic;
  margin: 14px 0;
  color: #333;
}

.offer-form {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.offer-form .field {
  font-size: 18px;
}

.offer-form .field input {
  height: 54px;
}

.offer-btn {
  height: 58px;
  font-size: 24px;
  border-radius: 6px;
}

.form-message {
  display: none;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
}

.form-message.success {
  background: #d4edda;
  color: #155724;
  border: 2px solid #c3e6cb;
}

.form-message.error {
  background: #f8d7da;
  color: #721c24;
  border: 2px solid #f5c6cb;
}

.header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  flex: 0 0 28px;
}

.header-icon.ok {
  background: #2f9c5a;
}

.header-icon.no {
  background: #d00000;
}

.features {
  flex: 1 1 50%;
}

.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 19px;
  line-height: 1.35;
}

.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.checklist li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #d40000;
  color: #ffffff;
  font-weight: 700;
  border-radius: 3px;
  flex: 0 0 22px;
  margin-top: 2px;
}

.side-note {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.45;
  color: #333;
}

.consent-note {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #555;
  text-align: center;
}

.consent-note a {
  color: #333;
  text-decoration: underline;
}

.review-note {
  margin-top: 18px;
  font-size: 14px;
  color: #555;
  text-align: center;
}
@media (max-width: 900px) {
  .product-hero {
    max-height: none;
  }
  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar-actions {
    width: 100%;
    justify-content: space-between;
  }

  .topbar-logo {
    font-size: 18px;
  }

  .topbar-note {
    font-size: 12px;
    white-space: normal;
  }

  .hero h1 {
    font-size: 22px;
    line-height: 1.25;
  }

  .hero-sub {
    font-size: 12px;
  }

  .mobile-sticky-cta {
    display: flex;
    transform: translateX(-50%) translateY(-120%);
    transition: transform 0.25s ease-out;
  }

  .mobile-sticky-cta.visible {
    transform: translateX(-50%) translateY(0);
  }

  .grid {
    flex-direction: column;
    gap: 26px;
  }

  .checklist {
    font-size: 18px;
  }

  .pricing-row {
    flex-direction: column;
  }

  .pricing-right {
    margin-right: 0;
  }

  .included-row {
    flex-direction: column;
  }

  .included-list {
    flex: 1 1 auto;
  }

  .bundle {
    flex-direction: column;
    align-items: center;
  }

  .bundle-right {
    width: 100%;
  }

  .bundle-total {
    text-align: center;
  }

  .order-inner {
    margin: 0 auto;
  }

  .trust-icons {
    grid-template-columns: 1fr;
  }

  .review-line {
    flex-direction: column;
    gap: 10px;
  }

  .review-line .line {
    width: 100%;
  }

  .benefits-title {
    font-size: 22px;
  }

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

  .compare-title {
    font-size: 20px;
  }

  .compare-box {
    margin: 20px 20px 0;
  }

  .compare-row .cell {
    font-size: 16px;
  }

  .ebook-grid {
    grid-template-columns: 1fr;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .order-btn {
    font-size: 22px;
    height: auto;
    min-height: 56px;
    padding: 12px 14px;
  }
  /* Keep true side-by-side comparison on mobile but make it more compact */
  .compare-box {
    max-width: 100%;
    margin: 16px 10px 0;
  }

  .compare-images {
    grid-template-columns: 1fr 1fr;
  }

  .compare-row {
    grid-template-columns: 1fr 1fr;
  }

  .compare-row .cell {
    font-size: 14px;
    padding: 10px 8px;
  }

  .compare-row.feature .cell {
    min-height: 0;
    line-height: 1.3;
  }

  .compare-row.feature .icon {
    width: 22px;
    height: 22px;
    font-size: 14px;
  }

  .compare-image.good::before,
  .compare-image.bad::before {
    width: 22px;
    height: 22px;
  }

  .compare-image.good::after,
  .compare-image.bad::after {
    top: 4px;
    left: 12px;
    font-size: 14px;
  }
}
