:root {
  --cream: #FBF3E7;
  --cream-soft: #FFF8EF;
  --navy: #1B4965;
  --navy-deep: #0F3654;
  --ink: #1B2B3A;
  --muted: #5C6F7D;
  --teal: #2A9D8F;
  --gold: #F4A94C;
  --gold-soft: #FFC857;
  --coral: #E76F51;
  --coral-soft: #F08A6C;
  --green: #8AB17D;
  --purple: #9B8AC4;
  --white: #FFFFFF;
  --line: rgba(27, 73, 101, 0.14);
  --shadow: 0 18px 42px rgba(27, 43, 58, 0.10);
  --shadow-strong: 0 26px 72px rgba(27, 43, 58, 0.16);
  --radius: 18px;
  --container: 430px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-align: center;
  text-rendering: optimizeLegibility;
}

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

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

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

h1,
h2,
h3 {
  color: var(--navy-deep);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.03;
}

h1 {
  margin-bottom: 16px;
  font-size: 2.45rem;
}

h2 {
  margin-bottom: 14px;
  font-size: 2rem;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}

p {
  color: var(--muted);
  font-size: 1.02rem;
}

:focus-visible {
  outline: 3px solid var(--gold-soft);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 14px;
  z-index: 50;
  transform: translateY(-150%);
  border-radius: 999px;
  background: var(--navy-deep);
  color: var(--white);
  padding: 10px 14px;
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.narrow {
  width: min(100% - 32px, var(--container));
}

.section {
  padding: 64px 0;
}

.hero {
  overflow: hidden;
  padding-top: 36px;
}

.hero-grid,
.solution-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 670px;
  margin-inline: auto;
  color: #315267;
  font-size: 1.18rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  padding: 15px 22px;
  font: inherit;
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button-primary {
  width: 100%;
  margin-top: 8px;
  background: var(--coral);
  color: var(--white);
  box-shadow: 0 16px 32px rgba(231, 111, 81, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  transform: translateY(-2px);
  background: #d96045;
}

.button-secondary {
  width: 100%;
  margin-top: 8px;
  background: var(--navy-deep);
  color: var(--white);
  box-shadow: 0 16px 32px rgba(15, 54, 84, 0.20);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  transform: translateY(-2px);
  background: var(--navy);
}

.trust-line {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 800;
}

.hero-media,
.category-panel,
.soft-card,
.receive-card,
.testimonial-card,
.offer-card,
.guarantee-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero-media {
  overflow: hidden;
  border-width: 4px;
}

.hero-media img {
  aspect-ratio: 3 / 2;
  background: var(--cream-soft);
  object-fit: contain;
}

.problem,
.preview,
.proof,
.guarantee,
.final-cta {
  background: var(--navy-deep);
}

.solution,
.how,
.offer,
.faq-section {
  background: var(--cream);
}

.problem .section-heading h2,
.preview .section-heading h2,
.proof .section-heading h2,
.final-cta h2 {
  color: var(--white);
}

.problem .section-heading .eyebrow,
.preview .section-heading .eyebrow,
.proof .section-heading .eyebrow,
.final-cta .eyebrow {
  color: var(--gold-soft);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 26px;
  margin-inline: auto;
}

.problem-grid,
.receive-grid,
.testimonials,
.steps {
  display: grid;
  gap: 16px;
}

.soft-card {
  padding: 20px;
}

.icon-badge,
.step-icon,
.guarantee-seal,
.seal {
  display: grid;
  place-items: center;
  color: var(--white);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-weight: 800;
}

.icon-badge {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 15px;
  font-size: 1.35rem;
}

.coral {
  background: var(--coral);
}

.teal {
  background: var(--teal);
}

.gold {
  background: var(--gold);
  color: var(--ink);
}

.green {
  background: var(--green);
}

.solution {
  background: var(--cream);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  justify-items: center;
}

.check-list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  padding-left: 0;
  color: var(--ink);
  font-weight: 800;
  text-align: center;
}

.check-list li::before {
  position: static;
  display: grid;
  width: 24px;
  height: 24px;
  margin: 0 auto 6px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  content: "✓";
  font-size: 0.9rem;
  font-weight: 900;
}

.category-panel {
  overflow: hidden;
  padding: 10px;
}

.category-panel img {
  border-radius: 14px;
  aspect-ratio: 1 / 1;
  background: var(--cream-soft);
  object-fit: contain;
}

.category-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 14px 4px 4px;
}

.category-tags span {
  border-radius: 999px;
  background: var(--cream);
  color: var(--navy-deep);
  padding: 7px 10px;
  font-size: 0.86rem;
  font-weight: 900;
}

.category-tags span:nth-child(2n) {
  background: #EAF6F4;
}

.category-tags span:nth-child(3n) {
  background: #FFF1D4;
}

.receive-card {
  overflow: hidden;
}

.receive-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--cream-soft);
  object-fit: contain;
  padding: 12px;
}

.receive-card div {
  padding: 20px;
}

.receive-card p:last-child {
  margin-bottom: 0;
}

.inclusion-badge {
  display: inline-flex;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #EAF6F4;
  color: var(--navy-deep);
  padding: 7px 10px;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.inclusion-badge.exclusive {
  background: #FFF1D4;
}

.how h2,
.how h3 {
  color: var(--navy-deep);
}

.how p {
  color: var(--muted);
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 22px;
}

.step-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: var(--gold-soft);
  color: var(--ink);
  font-size: 1.45rem;
}

.testimonial-carousel {
  display: grid;
  gap: 16px;
}

.testimonial-track {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.testimonial-slide {
  display: none;
  padding: 8px;
}

.testimonial-slide.is-active {
  display: block;
}

.testimonial-slide img {
  width: 100%;
  max-height: 680px;
  border-radius: 12px;
  background: var(--cream-soft);
  object-fit: contain;
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.carousel-button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--gold-soft);
  color: var(--ink);
  cursor: pointer;
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.carousel-button:hover,
.carousel-button:focus-visible {
  background: var(--gold);
}

.carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  padding: 0;
}

.carousel-dot.is-active {
  width: 28px;
  border-radius: 999px;
  background: var(--gold-soft);
}

.testimonial-card {
  padding: 22px;
}

.testimonial-card p {
  color: var(--ink);
  font-weight: 700;
}

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

.testimonial-card strong {
  color: var(--navy-deep);
  font-weight: 900;
}

.testimonial-card > span {
  color: var(--muted);
  font-size: 0.94rem;
}

.professional {
  background: #F1EDF9;
}

.seal {
  width: 50px;
  height: 50px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--purple);
  font-size: 1.5rem;
}

.offer-card {
  overflow: hidden;
  padding: 14px;
  box-shadow: var(--shadow-strong);
}

.offer-options {
  display: grid;
  gap: 18px;
}

.featured-offer {
  border-color: rgba(231, 111, 81, 0.38);
}

.offer-media {
  display: grid;
  gap: 12px;
}

.offer-main-img,
.bonus-mini-grid img {
  width: 100%;
  border-radius: 14px;
  background: var(--cream-soft);
  object-fit: contain;
}

.offer-main-img {
  aspect-ratio: 3 / 2;
  padding: 12px;
}

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

.bonus-mini-grid figure {
  position: relative;
  margin: 0;
}

.bonus-mini-grid img {
  aspect-ratio: 1 / 1;
}

.bonus-mini-grid span {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--ink);
  padding: 5px 9px;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.offer-content {
  padding: 20px 4px 4px;
}

.offer-list {
  margin-bottom: 20px;
}

.bonus-prices {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.bonus-prices div {
  border-radius: 16px;
  background: #EAF6F4;
  padding: 14px;
}

.bonus-prices span,
.final-price span {
  display: block;
  color: var(--navy-deep);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bonus-prices p {
  margin: 4px 0 0;
  color: var(--ink);
  font-weight: 900;
}

.bonus-prices del {
  color: var(--muted);
}

.bonus-prices strong {
  color: var(--teal);
}

.final-price {
  margin: 18px 0 10px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.final-price strong {
  display: block;
  color: var(--navy-deep);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 3.2rem;
  line-height: 0.96;
}

.button-full {
  width: 100%;
}

.guarantee-card {
  display: grid;
  gap: 18px;
  align-items: center;
  padding: 24px;
}

.guarantee-seal {
  width: 78px;
  height: 78px;
  border: 5px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  box-shadow: var(--shadow);
  font-size: 2.5rem;
}

.faq {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  display: flex;
  width: 100%;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  padding: 16px;
  font: inherit;
  font-weight: 900;
  text-align: center;
}

.faq-question i {
  position: relative;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gold-soft);
}

.faq-question i::before,
.faq-question i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 3px;
  border-radius: 999px;
  background: var(--ink);
  content: "";
  transform: translate(-50%, -50%);
}

.faq-question i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.faq-question[aria-expanded="true"] i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  padding: 0 16px 18px;
}

.faq-answer p {
  margin: 0;
}

.final-cta h2,
.final-cta .eyebrow {
  color: var(--white);
}

.final-cta p {
  color: #E4F1F5;
}

.center {
  text-align: center;
}

.site-footer {
  background: var(--navy-deep);
  color: var(--white);
  padding: 24px 0;
}

.footer-inner {
  display: grid;
  gap: 6px;
}

.footer-inner a {
  color: var(--gold-soft);
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  margin-top: 4px;
}

.footer-links a {
  font-size: 0.9rem;
}

.footer-inner p {
  margin: 4px 0 0;
  color: #D8E5EB;
  font-size: 0.9rem;
}

.legal-page {
  text-align: left;
}

.legal-hero {
  background: var(--cream);
  text-align: center;
}

.legal-hero h1 {
  margin-bottom: 12px;
}

.legal-hero p:not(.eyebrow) {
  max-width: 700px;
  margin-inline: auto;
  color: #315267;
  font-weight: 700;
}

.legal-section {
  background: var(--cream-soft);
  padding-top: 0;
}

.legal-content {
  width: min(100% - 32px, 780px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 28px 20px;
}

.legal-content h2 {
  margin: 32px 0 10px;
  font-size: 1.45rem;
}

.legal-content h2:first-of-type {
  margin-top: 20px;
}

.legal-content p,
.legal-content li {
  color: var(--ink);
  font-size: 1rem;
  text-align: left;
}

.legal-content a {
  color: var(--teal);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-content code {
  border-radius: 8px;
  background: var(--cream);
  color: var(--navy-deep);
  padding: 2px 6px;
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.92em;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
}

.hero .reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
