:root {
  --bg: #f3efe5;
  --bg-soft: #fbf7ef;
  --surface: #ffffff;
  --surface-soft: #fcfaf5;
  --text: #222222;
  --muted: #626262;
  --gold: #f5b321;
  --gold-deep: #d38b00;
  --red: #d82323;
  --green: #238b45;
  --line: rgba(34, 34, 34, 0.08);
  --shadow: 0 18px 38px rgba(34, 34, 34, 0.08);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(245, 179, 33, 0.12), transparent 20%),
    linear-gradient(180deg, #f6f1e8 0%, #f2eee6 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a.button {
  font: inherit;
}

.announcement-bar {
  background: #111111;
  color: #ffffff;
  padding: 10px 16px;
  font-size: 0.88rem;
  font-weight: 700;
}

.announcement-bar p {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.page-shell {
  width: min(calc(100% - 28px), var(--max-width));
  margin: 0 auto 110px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 14px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #f7ca62);
  color: #111111;
  font-weight: 900;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-copy strong {
  font-size: 1rem;
  line-height: 1.1;
}

.brand-copy span {
  font-size: 0.84rem;
  color: var(--muted);
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--muted);
}

.topnav a:hover,
.topnav a:focus-visible {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 0;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-align: center;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  opacity: 0.96;
}

.button-primary {
  background: linear-gradient(180deg, #ffd252 0%, #f3ac17 100%);
  color: #1e1e1e;
  box-shadow: 0 16px 30px rgba(243, 172, 23, 0.28);
}

.button-small {
  min-height: 46px;
  padding: 0 18px;
  font-size: 0.86rem;
}

.button-large {
  min-height: 64px;
  padding: 0 30px;
  font-size: 1rem;
}

.hero,
.confidence-section,
.feature-band,
.showcase,
.packages,
.reviews,
.faq-block,
.bottom-offer {
  margin-top: 18px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 38px;
  padding: 42px;
}

.eyebrow-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.eyebrow,
.eyebrow-secondary,
.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.eyebrow,
.section-kicker {
  background: rgba(245, 179, 33, 0.16);
  color: #7a5200;
}

.eyebrow-secondary {
  background: rgba(35, 139, 69, 0.12);
  color: var(--green);
}

h1,
h2,
h3,
.faq-question {
  margin: 0;
  font-weight: 900;
}

h1 {
  font-size: clamp(2.7rem, 5vw, 4.9rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

h1 span {
  display: block;
  color: var(--red);
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 1.14rem;
  line-height: 1.25;
}

.hero-text,
.feature-card p,
.showcase-copy p,
.package-card p,
.review-card p,
.faq-answer p,
.bottom-offer p,
.trust-item span {
  color: var(--muted);
}

.hero-text {
  margin: 18px 0 0;
  max-width: 600px;
  font-size: 1.08rem;
  line-height: 1.68;
}

.hero-checks {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.hero-check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.check-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffd86d;
  color: #111111;
  font-size: 0.95rem;
  font-weight: 900;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}

.offer-box {
  margin-top: 26px;
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff5d9 0%, #fffaf0 100%);
  border: 1px solid rgba(243, 172, 23, 0.28);
}

.offer-box-minimal {
  padding: 0;
  background: transparent;
  border: 0;
}

.offer-box-minimal .button {
  min-width: min(100%, 490px);
  justify-content: flex-start;
  padding-left: 34px;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}

.offer-copy {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}

.offer-copy strong {
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--red);
}

.offer-copy span {
  line-height: 1.55;
}

.offer-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
}

.note-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
  flex: 0 0 auto;
}

.hero-confidence-banner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: 18px 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.34), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(221, 236, 205, 0.95), rgba(236, 243, 225, 0.92));
  border: 1px solid rgba(34, 34, 34, 0.08);
}

.hero-confidence-banner-compact {
  width: min(100%, 740px);
  padding: 14px 18px;
  border-radius: 24px;
}

.hero-confidence-banner-compact .confidence-badge {
  width: 94px;
  height: 94px;
  border-width: 5px;
}

.hero-confidence-banner-compact .confidence-badge::before {
  inset: -6px;
}

.hero-confidence-banner-compact .confidence-stars {
  font-size: 1.65rem;
  letter-spacing: 0.08em;
}

.hero-confidence-banner-compact .confidence-copy {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.product-frame {
  height: 100%;
  padding: 18px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(245, 179, 33, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8f4ec 100%);
  border: 1px solid rgba(34, 34, 34, 0.06);
}

.product-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 24px;
  background: #ffffff;
}

.floating-proof {
  position: absolute;
  width: 220px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(34, 34, 34, 0.12);
}

.floating-proof strong {
  display: block;
  font-size: 1rem;
  font-weight: 900;
}

.floating-proof span {
  display: block;
  margin-top: 6px;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.4;
}

.proof-top {
  top: 18px;
  left: -16px;
}

.proof-bottom {
  right: -16px;
  bottom: 18px;
}

.feature-band,
.packages,
.reviews,
.faq-block,
.bottom-offer {
  padding: 40px 32px;
}

.showcase {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  padding: 32px;
}

.section-intro {
  display: grid;
  gap: 14px;
}

.section-intro.center {
  text-align: center;
  justify-items: center;
}

.confidence-banner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  padding: 18px 24px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 255, 255, 0.34), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(221, 236, 205, 0.95), rgba(236, 243, 225, 0.92));
  border: 1px solid rgba(34, 34, 34, 0.08);
  overflow: hidden;
}

.confidence-badge {
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffe79b 0 54%, #f3ac17 55% 100%);
  color: #2a2a2a;
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  box-shadow: 0 14px 28px rgba(243, 172, 23, 0.18);
  border: 6px solid #ffcc47;
  position: relative;
}

.confidence-badge::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 3px dashed rgba(210, 132, 0, 0.42);
}

.confidence-badge-top,
.confidence-badge-bottom {
  display: block;
  position: relative;
  z-index: 1;
}

.confidence-badge-top {
  font-size: 1.28rem;
  line-height: 1;
}

.confidence-badge-bottom {
  margin-top: 6px;
  font-size: 0.72rem;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.confidence-banner-copy {
  display: grid;
  gap: 10px;
}

.confidence-stars {
  color: var(--gold-deep);
  font-size: 2.4rem;
  letter-spacing: 0.16em;
}

.confidence-copy {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 500;
  color: #3f3f3f;
}

.feature-grid,
.package-grid,
.review-grid {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.benefit-strip {
  margin-top: 18px;
  padding: 18px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(34, 34, 34, 0.08);
  box-shadow: var(--shadow);
}

.benefit-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
  justify-items: center;
}

.benefit-strip-grid span {
  color: rgba(34, 34, 34, 0.26);
  font-size: clamp(1.3rem, 2.6vw, 2.35rem);
  font-weight: 900;
  line-height: 1.02;
  text-align: center;
}

.review-spotlight {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 30px;
  align-items: center;
  margin-top: 18px;
  padding: 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(221, 236, 205, 0.7), transparent 28%),
    linear-gradient(180deg, rgba(228, 239, 217, 0.88), rgba(239, 245, 232, 0.88));
  border: 1px solid rgba(34, 34, 34, 0.07);
  box-shadow: var(--shadow);
}

.review-spotlight-media img {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
  border: 8px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 30px rgba(34, 34, 34, 0.08);
}

.review-spotlight-copy {
  display: grid;
  gap: 12px;
}

.review-spotlight-quote {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1.18;
  color: #161616;
}

.review-spotlight-author {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 800;
}

.review-spotlight-meta,
.review-spotlight-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.review-spotlight .button {
  width: fit-content;
  min-width: 320px;
  margin-top: 6px;
}

.trust-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 18px;
  padding: 28px 26px;
  border-radius: 28px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.trust-pillar {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
}

.trust-pillar-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ff7d7d 0%, #d82323 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(216, 35, 35, 0.2);
}

.trust-pillar-copy {
  display: grid;
  gap: 10px;
}

.trust-pillar-copy h3 {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.trust-pillar-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(34, 34, 34, 0.08);
}

.showcase-copy {
  display: grid;
  align-content: center;
  gap: 18px;
}

.story-list,
.package-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.story-list {
  display: grid;
  gap: 10px;
}

.story-list li,
.package-card li {
  position: relative;
  padding-left: 30px;
  line-height: 1.56;
  color: var(--muted);
}

.story-list li::before,
.package-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
  color: var(--green);
}

.package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.package-card {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 24px;
  border-radius: 24px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(34, 34, 34, 0.05);
}

.package-card.featured {
  background: linear-gradient(180deg, #fff4d3 0%, #fffdf7 100%);
  border-color: rgba(243, 172, 23, 0.34);
  box-shadow: 0 18px 34px rgba(243, 172, 23, 0.16);
}

.package-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--red);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.package-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 18px;
  background: #ffffff;
}

.package-card p {
  margin: 0;
  line-height: 1.6;
}

.review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-card {
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #faf6ed 100%);
  border: 1px solid var(--line);
}

.review-card-featured {
  background: linear-gradient(180deg, #fff8e5 0%, #fffdf7 100%);
  border-color: rgba(243, 172, 23, 0.26);
}

.review-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 16px;
  background: #ffffff;
}

.review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.review-avatar {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffd252 0%, #f3ac17 100%);
  color: #1d1d1d;
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(243, 172, 23, 0.2);
}

.review-verification {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(35, 139, 69, 0.1);
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.review-stars {
  color: var(--gold-deep);
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  margin-top: 14px;
}

.review-intro {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.review-meta {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}

.review-meta strong {
  font-size: 1.06rem;
}

.review-meta span {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(35, 139, 69, 0.1);
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.review-card p {
  margin: 12px 0 0;
  line-height: 1.62;
}

.review-submeta {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.review-footnote {
  max-width: 820px;
  margin: 18px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 0.84rem;
  line-height: 1.6;
}

.review-actions {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.faq-accent-heading {
  color: #c40000;
  text-decoration: underline;
  text-decoration-thickness: 6px;
  text-underline-offset: 12px;
  line-height: 1.05;
}

.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.faq-item {
  border-radius: 20px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 1rem;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  float: right;
  font-size: 1.35rem;
  color: var(--red);
}

.faq-question[aria-expanded="true"]::after {
  content: "−";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 220ms ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 24px 22px;
  line-height: 1.66;
}

.bottom-offer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(243, 172, 23, 0.14), transparent 24%),
    linear-gradient(180deg, #fff6db 0%, #fffdf8 100%);
  border: 1px solid rgba(243, 172, 23, 0.2);
}

.bottom-offer-copy {
  display: grid;
  gap: 14px;
}

.bottom-offer p {
  margin: 0;
  max-width: 680px;
  line-height: 1.64;
}

.footer {
  display: flex;
  justify-content: center;
  padding: 22px 8px 0;
}

.footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.sticky-mobile-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(17, 17, 17, 0.96);
  color: #ffffff;
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.24);
}

.sticky-mobile-cta strong,
.sticky-mobile-cta span {
  display: block;
}

.sticky-mobile-cta strong {
  font-size: 0.92rem;
}

.sticky-mobile-cta span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.78);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 500ms ease,
    transform 500ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero,
  .showcase,
  .bottom-offer {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .package-grid,
  .review-grid,
  .trust-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-visual {
    min-height: 460px;
  }

  .bottom-offer .button {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .page-shell {
    width: min(calc(100% - 16px), var(--max-width));
    margin-bottom: 110px;
  }

  .announcement-bar {
    font-size: 0.78rem;
  }

  .announcement-bar p {
    gap: 8px 12px;
  }

  .topbar {
    flex-wrap: wrap;
    padding: 14px 0 10px;
  }

  .topnav {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 10px;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .topnav::-webkit-scrollbar {
    display: none;
  }

  .topnav a {
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--line);
  }

  .topbar .button-small {
    display: none;
  }

  .hero,
  .feature-band,
  .showcase,
  .packages,
  .reviews,
  .faq-block,
  .bottom-offer {
    padding: 24px 16px;
    border-radius: 24px;
  }

  h1 {
    font-size: clamp(2.2rem, 11vw, 3.25rem);
  }

  h2 {
    font-size: clamp(1.75rem, 8.4vw, 2.4rem);
  }

  .hero-text {
    font-size: 0.98rem;
  }

  .hero,
  .showcase {
    gap: 18px;
  }

  .feature-grid,
  .package-grid,
  .review-grid,
  .trust-pillars {
    grid-template-columns: 1fr;
  }

  .benefit-strip {
    padding: 16px;
  }

  .benefit-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .benefit-strip-grid span {
    font-size: 1rem;
  }

  .hero {
    display: flex;
    flex-direction: column;
  }

  .hero-visual {
    order: -1;
  }

  .hero-confidence-banner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 14px;
    padding: 16px 14px;
  }

  .confidence-copy {
    font-size: 1.65rem;
  }

  .confidence-badge {
    width: 92px;
    height: 92px;
  }

  .confidence-stars {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }

  .offer-box-minimal .button {
    width: 100%;
    min-width: 0;
    justify-content: center;
    padding-left: 24px;
  }

  .confidence-badge-top {
    font-size: 1rem;
  }

  .confidence-badge-bottom {
    font-size: 0.6rem;
  }

  .hero-visual {
    min-height: auto;
  }

  .review-spotlight {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 16px;
  }

  .review-spotlight-media {
    display: flex;
    justify-content: center;
  }

  .review-spotlight-media img {
    width: min(100%, 88vw);
    max-width: none;
    object-position: center top;
  }

  .trust-pillars {
    padding: 22px 16px;
    gap: 18px;
  }

  .trust-pillar {
    gap: 14px;
  }

  .trust-pillar-icon {
    width: 56px;
    height: 56px;
    font-size: 0.86rem;
  }

  .trust-pillar-copy h3 {
    font-size: 1.2rem;
  }

  .review-spotlight-quote {
    font-size: 1.6rem;
  }

  .faq-accent-heading {
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
  }

  .review-spotlight-author {
    font-size: 1.15rem;
  }

  .review-spotlight .button {
    width: 100%;
    min-width: 0;
  }

  .product-frame {
    display: flex;
    align-items: center;
    min-height: clamp(320px, 88vw, 430px);
    padding: 10px;
  }

  .product-frame img {
    height: 100%;
    object-fit: contain;
    object-position: center top;
    transform: none;
  }

  .showcase-media {
    min-height: clamp(300px, 82vw, 420px);
  }

  .showcase-media img {
    height: 100%;
    object-position: center top;
  }

  .package-card img {
    width: 100%;
    margin: 0 auto;
    object-position: center top;
    transform: none;
  }

  .review-photo {
    width: 100%;
    max-width: 100%;
    margin: 0 0 16px;
    object-position: center top;
  }

  .floating-proof {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

  .offer-box .button,
  .showcase .button,
  .package-card .button,
  .review-actions .button,
  .bottom-offer .button {
    width: 100%;
  }

  .sticky-mobile-cta {
    display: flex;
  }
}

@media (max-width: 560px) {
  .review-spotlight-media img {
    width: min(100%, 92vw);
  }

  .product-frame {
    min-height: clamp(300px, 92vw, 400px);
  }

  .product-frame img {
    transform: none;
  }

  .showcase-media {
    min-height: clamp(280px, 88vw, 380px);
  }

  .package-card img {
    width: 100%;
  }

  .review-photo {
    width: 100%;
    margin: 0 0 16px;
  }
}
