:root {
  --pink: #fe3c75;
  --blue: #04a8fb;
  --navy: #04324e;
  --navy-deep: #022537;
  --paper: #ffffff;
  --soft-white: #f8fbff;
  --line: rgba(4, 50, 78, 0.1);
  --text: rgba(4, 50, 78, 0.78);
  --shadow-xl: 0 28px 80px rgba(4, 50, 78, 0.12);
  --shadow-lg: 0 20px 50px rgba(4, 50, 78, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--navy);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background:
    radial-gradient(circle at top left, rgba(254, 60, 117, 0.07), transparent 28%),
    radial-gradient(circle at bottom right, rgba(4, 168, 251, 0.08), transparent 30%),
    #ffffff;
}

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

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

p,
h1,
h2,
h3 {
  margin-top: 0;
}

.page-shell {
  overflow: hidden;
  overflow: clip;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.narrow {
  width: min(calc(100% - 2rem), 900px);
}

.section {
  padding: 5.5rem 0;
}

.section-heading {
  margin-bottom: 3rem;
}

.section-heading.center {
  text-align: center;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: rgba(4, 168, 251, 0.12);
  color: var(--blue);
  font-family: "Nunito", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.pink-label {
  background: rgba(254, 60, 117, 0.12);
  color: var(--pink);
}

.dark-label {
  background: rgba(4, 168, 251, 0.14);
  color: var(--blue);
}

.pink-soft {
  background: rgba(254, 60, 117, 0.16);
  color: var(--pink);
}

.section-heading h2 {
  margin: 1rem 0 0.75rem;
  font-family: "Nunito", sans-serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.section-heading h2 span,
.accent-word {
  color: var(--pink);
}

.section-subtitle {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.06rem;
  line-height: 1.75;
  color: var(--text);
}

.section-subtitle.left {
  margin-left: 0;
}

.dark-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(254, 60, 117, 0.1);
  color: var(--pink);
  box-shadow: 0 16px 30px rgba(254, 60, 117, 0.08);
  font-family: "Nunito", sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
}

.badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 999px;
  background: rgba(254, 60, 117, 0.16);
  color: var(--pink);
  font-size: 0.78rem;
  line-height: 1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 1rem 1.75rem;
  border-radius: 22px;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--pink);
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(254, 60, 117, 0.28);
}

.btn-primary:hover {
  background: #f72c68;
  box-shadow: 0 24px 42px rgba(254, 60, 117, 0.32);
}

.btn-secondary {
  border: 1px solid rgba(4, 50, 78, 0.12);
  background: rgba(255, 255, 255, 0.85);
  color: var(--navy);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.hero {
  position: relative;
  padding: 4rem 0 3rem;
  min-height: 100vh;
  min-height: 100dvh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 15% 20%, rgba(254, 60, 117, 0.12), transparent 26%),
    radial-gradient(circle at 85% 18%, rgba(4, 168, 251, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.8), rgba(255, 255, 255, 1));
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 3rem;
  align-items: center;
}

.hero-copy {
  text-align: center;
}

.hero-copy h1 {
  margin: 1.5rem 0;
  max-width: 10.8ch;
  margin-left: auto;
  margin-right: auto;
  font-family: "Nunito", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.accent {
  color: var(--pink);
}

.scribble {
  position: relative;
  display: inline-block;
}

.scribble::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 0.75rem;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' fill='none'%3E%3Cpath d='M2 8C40 2 160 2 198 8' stroke='%2304a8fb' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.hero-text {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  font-size: 1.14rem;
  line-height: 1.8;
  color: var(--text);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem 1.75rem;
  color: rgba(4, 50, 78, 0.7);
  font-size: 0.96rem;
  font-weight: 600;
}

.note-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  white-space: nowrap;
}

.note-item::before {
  content: "";
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 2.5 4.5 4.5V9c0 4.2 2.7 6.7 5.5 8 2.8-1.3 5.5-3.8 5.5-8V4.5L10 2.5Z' stroke='%2304a8fb' stroke-width='1.7' stroke-linejoin='round'/%3E%3Cpath d='m7.6 10 1.6 1.7 3.3-3.4' stroke='%2304a8fb' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.hero-visual {
  position: relative;
  max-width: 34rem;
  margin: 0 auto;
}

.hero-frame,
.media-card,
.bonus-visual,
.price-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-xl);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.hero-frame {
  padding: 0;
  border: 0;
  border-radius: var(--radius-xl);
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.hero-frame img,
.media-card img,
.carousel-slide img {
  border-radius: calc(var(--radius-xl) - 8px);
  object-fit: contain;
}

.hero-frame img {
  box-shadow: 0 24px 60px rgba(4, 50, 78, 0.12);
}

.hero-orb,
.offer-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(16px);
  pointer-events: none;
}

.hero-orb-1 {
  top: -8rem;
  right: -4rem;
  width: 22rem;
  height: 22rem;
  background: rgba(254, 60, 117, 0.08);
}

.hero-orb-2 {
  bottom: -8rem;
  left: -6rem;
  width: 18rem;
  height: 18rem;
  background: rgba(4, 168, 251, 0.08);
}

.floating-dot {
  position: absolute;
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.dot-1 {
  top: 9rem;
  left: 7%;
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(254, 60, 117, 0.32);
}

.dot-2 {
  top: 12rem;
  right: 12%;
  width: 1rem;
  height: 1rem;
  background: rgba(4, 168, 251, 0.28);
  animation-delay: 1s;
}

.dot-3 {
  bottom: 10rem;
  left: 26%;
  width: 0.68rem;
  height: 0.68rem;
  background: rgba(254, 60, 117, 0.22);
  animation-delay: 2s;
}

.scroll-cue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 2.5rem auto 0;
  color: rgba(4, 50, 78, 0.45);
  font-size: 0.92rem;
  font-weight: 700;
  animation: bounce 2.2s infinite;
}

.benefits {
  background: #ffffff;
}

.benefit-grid,
.bonus-grid,
.testimonial-grid {
  display: grid;
  gap: 1.5rem;
}

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

.card,
.bonus-card,
.testimonial-card,
.faq-item {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 26px;
  box-shadow: var(--shadow-lg);
}

.card {
  padding: 1.8rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover,
.bonus-card:hover,
.testimonial-card:hover,
.faq-item:hover {
  transform: translateY(-4px);
}

.icon-chip {
  width: 3rem;
  height: 3rem;
  border-radius: 16px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-chip.blue {
  background: linear-gradient(135deg, rgba(4, 168, 251, 0.18), rgba(4, 168, 251, 0.08));
  color: rgba(4, 168, 251, 0.83);
}

.icon-chip.pink {
  background: linear-gradient(135deg, rgba(254, 60, 117, 0.18), rgba(254, 60, 117, 0.08));
  color: rgba(254, 60, 118, 1);
}

.icon-chip.navy {
  background: linear-gradient(135deg, rgba(4, 50, 78, 0.18), rgba(4, 50, 78, 0.08));
}

.card h3,
.step-card h3,
.bonus-card h3,
.price-card h3,
.guarantee-box h3 {
  margin-bottom: 0.7rem;
  font-family: "Nunito", sans-serif;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}

.card p,
.bonus-card p,
.testimonial-card p,
.faq-item p,
.step-card p {
  margin-bottom: 0;
  line-height: 1.72;
  color: var(--text);
}

.includes {
  background: linear-gradient(180deg, #ffffff, rgba(4, 168, 251, 0.05));
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 3rem;
  align-items: center;
}

.media-card {
  position: relative;
  padding: 1rem;
  border-radius: var(--radius-xl);
}

.media-badge {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  padding: 0.8rem 1.1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--pink), #ff5c8e);
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 18px 30px rgba(254, 60, 117, 0.22);
}

.check-list,
.offer-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li,
.offer-list li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--text);
  line-height: 1.6;
}

.check-list li::before,
.offer-list li::before,
.secure-row span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Crect x='2' y='2' width='16' height='16' rx='8' fill='%23e8f7ff'/%3E%3Cpath d='m6.5 10 2.1 2.2 4.9-5' stroke='%2304a8fb' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.check-list li + li,
.offer-list li + li {
  margin-top: 1rem;
}

.steps {
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(4, 168, 251, 0.12), transparent 18%),
    radial-gradient(circle at bottom left, rgba(254, 60, 117, 0.12), transparent 20%),
    linear-gradient(180deg, var(--navy), var(--navy-deep));
  color: #ffffff;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.step-card {
  position: relative;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.16);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  min-height: 4rem;
  margin-bottom: 1.25rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(4, 168, 251, 0.2), rgba(254, 60, 117, 0.12));
  color: rgba(255, 255, 255, 0.72);
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.step-card p {
  color: rgba(255, 255, 255, 0.75);
}

.bonus {
  background: linear-gradient(180deg, #ffffff, rgba(254, 60, 117, 0.05));
}

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

.bonus-card {
  padding: 1.75rem;
}

.bonus-carousel {
  position: relative;
  margin-bottom: 2rem;
}

.carousel-viewport {
  overflow: hidden;
}

.carousel-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.carousel-slide {
  margin: 0;
  border-radius: var(--radius-xl);
}

.carousel-slide img {
  background: #ffffff;
  box-shadow: var(--shadow-lg);
}

.carousel-button,
.carousel-dots {
  display: none;
}

.carousel-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--navy);
  box-shadow: var(--shadow-lg);
  transform: translateY(-50%);
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
}

.carousel-button.prev {
  left: -0.6rem;
}

.carousel-button.next {
  right: -0.6rem;
}

.carousel-button.is-disabled {
  opacity: 0.38;
  pointer-events: none;
}

.carousel-dots {
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1rem;
}

.carousel-dot {
  width: 0.7rem;
  height: 0.7rem;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(4, 50, 78, 0.16);
  transition: width 0.2s ease, background-color 0.2s ease;
  cursor: pointer;
}

.carousel-dot.is-active {
  width: 1.8rem;
  background: var(--pink);
}

.tag {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: var(--pink);
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
}

.testimonials {
  background: linear-gradient(180deg, #ffffff, rgba(4, 168, 251, 0.04));
}

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

.testimonial-card {
  position: relative;
  padding: 1.7rem;
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card strong {
  margin-top: 1.25rem;
  font-family: "Nunito", sans-serif;
  font-size: 1.05rem;
}

.testimonial-card span {
  margin-top: 0.35rem;
  color: rgba(4, 50, 78, 0.56);
  font-size: 0.93rem;
}

.quote-mark {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: rgba(254, 60, 117, 0.22);
  font-family: Georgia, serif;
  font-size: 3rem;
  line-height: 0.8;
}

.testimonial-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
}

.testimonial-stars {
  display: flex;
  gap: 0.2rem;
  flex-shrink: 0;
}

.testimonial-stars span {
  width: 0.9rem;
  height: 0.9rem;
  margin: 0;
  background: var(--pink);
  clip-path: polygon(50% 0%, 62% 35%, 100% 35%, 70% 57%, 82% 100%, 50% 74%, 18% 100%, 30% 57%, 0% 35%, 38% 35%);
}

.faq {
  background: linear-gradient(180deg, #ffffff, rgba(4, 168, 251, 0.03));
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  padding: 0 1.5rem;
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  padding: 1.4rem 2.25rem 1.4rem 0;
  cursor: pointer;
  list-style: none;
  font-family: "Nunito", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--pink);
  font-size: 1.5rem;
  font-weight: 700;
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-item p {
  padding: 0 0 1.35rem;
}

.offer {
  position: relative;
  color: #ffffff;
  background:
    radial-gradient(circle at 28% 10%, rgba(254, 60, 117, 0.13), transparent 26%),
    radial-gradient(circle at 72% 100%, rgba(4, 168, 251, 0.15), transparent 24%),
    linear-gradient(180deg, #052b41, #021d2c);
}

.offer-layout {
  max-width: 740px;
}

.offer-heading {
  margin-bottom: 2rem;
}

.offer-orb-1 {
  top: 1rem;
  left: 22%;
  width: 16rem;
  height: 16rem;
  background: rgba(254, 60, 117, 0.08);
}

.offer-orb-2 {
  right: 15%;
  bottom: 2rem;
  width: 18rem;
  height: 18rem;
  background: rgba(4, 168, 251, 0.08);
}

.price-card {
  padding: 2.5rem;
  border-radius: 34px;
  color: var(--navy);
}

.old-price,
.price-intro,
.price-note,
.secure-row,
.guarantee-box p,
.footer p,
.footer-links {
  color: rgba(4, 50, 78, 0.6);
}

.old-price {
  margin-bottom: 0.25rem;
  text-align: center;
  font-size: 1.1rem;
  text-decoration: line-through;
}

.price-intro {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
}

.price-line {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.2rem;
  margin-bottom: 0.25rem;
}

.currency,
.cents {
  font-family: "Nunito", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(4, 50, 78, 0.55);
}

.amount {
  font-family: "Nunito", sans-serif;
  font-size: clamp(4.4rem, 9vw, 5.8rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.price-note {
  margin-bottom: 1.8rem;
  text-align: center;
  font-weight: 700;
  color: var(--blue);
}

.offer-button {
  width: 100%;
  margin-top: 2rem;
}

.secure-row {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.25rem;
  font-size: 0.88rem;
  font-weight: 600;
}

.secure-row span {
  position: relative;
  padding-left: 1.4rem;
}

.guarantee-box {
  margin-top: 1.5rem;
  padding: 1.3rem 1.6rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.guarantee-box h3 {
  margin-bottom: 0.4rem;
  color: #ffffff;
}

.guarantee-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer {
  padding: 3.25rem 0;
  background: var(--navy-deep);
  color: #ffffff;
}

.footer-inner {
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
}

.footer h2 {
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-links a:hover {
  color: #ffffff;
}

.footer p {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.34);
  line-height: 1.7;
}

.fade-up {
  animation: fadeUp 0.8s ease both;
}

.delay-2 {
  animation-delay: 0.15s;
}

@keyframes fadeUp {
  from {
    transform: translateY(20px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-8px);
  }

  60% {
    transform: translateY(-4px);
  }
}

@supports not ((backdrop-filter: blur(12px)) or (-webkit-backdrop-filter: blur(12px))) {
  .btn-secondary {
    background: rgba(255, 255, 255, 0.96);
  }

  .media-card,
  .price-card,
  .guarantee-box {
    background: rgba(255, 255, 255, 0.98);
  }
}

@supports not (overflow: clip) {
  .page-shell {
    overflow: hidden;
  }
}

@supports not (clip-path: polygon(50% 0%, 62% 35%, 100% 35%, 70% 57%, 82% 100%, 50% 74%, 18% 100%, 30% 57%, 0% 35%, 38% 35%)) {
  .testimonial-stars span {
    width: auto;
    height: auto;
    background: none;
  }

  .testimonial-stars span::before {
    content: "★";
    color: var(--pink);
    font-size: 0.9rem;
    line-height: 1;
  }
}

@media (max-width: 960px) {
  .hero {
    min-height: auto;
    padding: 2.5rem 0 2rem;
  }

  .hero-grid,
  .split-layout,
  .step-grid,
  .bonus-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-grid {
    gap: 1.5rem;
  }

  .hero-copy {
    order: 1;
  }

  .hero-visual {
    order: 2;
    max-width: 22rem;
  }

  .step-card {
    padding: 1.6rem;
  }

  .hero-copy h1,
  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .scroll-cue {
    display: none;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 3.75rem 0;
  }

  .container,
  .narrow {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .hero-actions,
  .footer-links {
    flex-direction: column;
    align-items: stretch;
  }

  .secure-row {
    gap: 0.85rem;
  }

  .btn {
    width: 100%;
    min-height: 56px;
  }

  .badge,
  .section-label {
    font-size: 0.84rem;
  }

  .badge {
    padding: 0.68rem 0.92rem;
  }

  .hero-copy h1 {
    margin: 1.2rem auto 1rem;
    max-width: 10ch;
    font-size: clamp(2.35rem, 11vw, 3.35rem);
  }

  .hero-text {
    max-width: 19rem;
    margin-bottom: 1.35rem;
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-actions {
    margin-bottom: 1rem;
  }

  .hero-notes {
    gap: 0.8rem 1rem;
    font-size: 0.92rem;
  }

  .note-item {
    white-space: normal;
  }

  .hero-visual {
    max-width: 100%;
  }

  .hero-frame img {
    border-radius: 1.7rem;
  }

  .bonus-carousel {
    padding: 0 0.1rem;
  }

  .carousel-viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .carousel-viewport::-webkit-scrollbar {
    display: none;
  }

  .carousel-track {
    display: flex;
    gap: 1rem;
  }

  .carousel-slide {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: start;
  }

  .carousel-slide img {
    border-radius: 1.5rem;
  }

  .carousel-button {
    display: inline-flex;
  }

  .carousel-button.prev {
    left: 0.2rem;
  }

  .carousel-button.next {
    right: 0.2rem;
  }

  .carousel-dots {
    display: flex;
  }

  .section-heading {
    margin-bottom: 2.25rem;
  }

  .section-heading h2 {
    font-size: clamp(1.95rem, 9vw, 2.8rem);
  }

  .card,
  .bonus-card,
  .testimonial-card {
    padding: 1.4rem;
    border-radius: 22px;
  }

  .benefit-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .price-card {
    padding: 2rem 1.35rem;
  }

  .amount {
    font-size: clamp(4rem, 24vw, 4.9rem);
  }

  .currency,
  .cents {
    font-size: 1.7rem;
  }

  .testimonial-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .faq-item {
    padding: 0 1rem;
  }
}

@media (min-width: 961px) {
  .hero-copy {
    text-align: left;
  }

  .hero-copy h1,
  .hero-text {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-actions,
  .hero-notes {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
