/* ============================================
   ORÁCULO DOS ARCANS – LP VISUAL STYLE
   Bright mystical: amarelo/laranja + roxo
   ============================================ */

:root {
  --ink: #1a1020;
  --purple-deep: #2d1854;
  --purple-mid: #5a2d82;
  --purple-light: #8b5fbf;
  --purple-glow: #c9a0ff;
  --gold: #f5b731;
  --gold-light: #fce38a;
  --orange: #f27d42;
  --orange-light: #ffb17a;
  --cream: #fdf6e3;
  --cream-dark: #f0e4c8;
  --white: #fffcf5;
  --text-dark: #2a1f3d;
  --text-body: #4a3d5c;
  --text-muted: #7a6d8c;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--cream);
}

body {
  margin: 0;
  color: var(--text-body);
  font-family: "Poppins", "Segoe UI", system-ui, sans-serif;
  background: var(--cream);
  line-height: 1.6;
}

body.modal-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.container {
  width: min(100% - 2rem, 72rem);
  margin-inline: auto;
}

.section {
  padding-block: 5rem;
  position: relative;
}

/* ---- DECORATIVE STARS (CSS pseudo-elements) ---- */
.star-field { position: relative; overflow: hidden; }
.star-field::before,
.star-field::after {
  content: "✦";
  position: absolute;
  color: var(--gold);
  font-size: 1.4rem;
  opacity: .45;
  pointer-events: none;
}
.star-field::before { top: 8%; left: 4%; }
.star-field::after { bottom: 12%; right: 5%; }

.star-field-2 { position: relative; overflow: hidden; }
.star-field-2::before,
.star-field-2::after {
  content: "☽";
  position: absolute;
  color: var(--purple-light);
  font-size: 1.6rem;
  opacity: .4;
  pointer-events: none;
}
.star-field-2::before { top: 10%; right: 6%; }
.star-field-2::after { bottom: 8%; left: 4%; }

/* ============================================
   URGENCY BAR
   ============================================ */
.urgency-bar {
  padding: .7rem 1rem;
  background: linear-gradient(90deg, var(--purple-deep), var(--purple-mid), var(--purple-deep));
  color: var(--gold-light);
  font-family: "Poppins", sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  text-align: center;
  animation: urgencyPulse 3s ease-in-out infinite;
}

@keyframes urgencyPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .88; }
}

/* ============================================
   HEADER
   ============================================ */
.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 2px solid var(--gold);
  background: rgba(253, 246, 227, .95);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 16px rgba(90, 45, 130, .08);
}

.header-content,
.brand,
.trust-row {
  display: flex;
  align-items: center;
}

.header-content {
  min-height: 4.2rem;
  justify-content: space-between;
}

.brand { gap: .7rem; }

.brand-mark {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-deep), var(--purple-mid));
  color: var(--gold-light);
  font-size: 1.1rem;
}

.brand strong,
.brand small { display: block; }

.brand strong {
  font-family: "Poppins", sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--purple-deep);
}

.brand small {
  margin-top: .1rem;
  color: var(--text-muted);
  font-size: .78rem;
  font-weight: 400;
}

.header-cta {
  padding: .6rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--orange));
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(245, 183, 49, .35);
  transition: transform .2s, box-shadow .2s;
}

.header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(245, 183, 49, .45);
}

/* ============================================
   HERO
   ============================================ */
.hero {
  padding-top: 5rem;
  background:
    radial-gradient(ellipse at 10% 20%, rgba(245, 183, 49, .12), transparent 50%),
    radial-gradient(ellipse at 90% 70%, rgba(139, 95, 191, .10), transparent 50%),
    linear-gradient(180deg, var(--cream), var(--white));
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "✦";
  position: absolute;
  top: 15%;
  left: 5%;
  font-size: 2rem;
  color: var(--gold);
  opacity: .3;
  pointer-events: none;
}

.hero::after {
  content: "★";
  position: absolute;
  top: 25%;
  right: 8%;
  font-size: 1.2rem;
  color: var(--purple-light);
  opacity: .25;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  align-items: center;
  gap: 3rem;
  grid-template-columns: 1.1fr 0.9fr;
}

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

.eyebrow {
  margin: 0;
  color: var(--purple-mid);
  font-family: "Poppins", sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero h1 {
  margin: .8rem 0 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--text-dark);
}

.hero h1 span {
  background: linear-gradient(135deg, var(--purple-mid), var(--orange));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  margin: 1.2rem 0 0;
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--text-body);
  max-width: 30rem;
}

.trust-row {
  gap: 1.5rem;
  margin-top: 1.5rem;
  font-size: .85rem;
  font-weight: 600;
  color: var(--text-muted);
}

/* ---- Buttons ---- */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .9rem 2rem;
  border: none;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: .95rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}

.button-primary {
  background: linear-gradient(135deg, var(--gold), var(--orange));
  color: var(--white);
  box-shadow: 0 6px 24px rgba(245, 183, 49, .35);
}

.button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(245, 183, 49, .5);
}

.button-secondary {
  background: transparent;
  border: 2px solid var(--purple-mid);
  color: var(--purple-mid);
}

.button-secondary:hover {
  background: var(--purple-mid);
  color: var(--white);
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 6px 24px rgba(245, 183, 49, .35); }
  50% { box-shadow: 0 8px 36px rgba(245, 183, 49, .6); }
}

.pulse { animation: pulse 2.5s ease-in-out infinite; }

/* ============================================
   VISUAL SHOWCASE (Hero cards + phone)
   ============================================ */
.visual-showcase {
  position: relative;
  height: 35rem;
  max-width: 28rem;
  margin-inline: auto;
}

.mosaic-card {
  position: absolute;
  width: 8.3rem;
  aspect-ratio: 3/5;
  border: 3px solid var(--gold);
  border-radius: .6rem;
  padding: .3rem;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(90, 45, 130, .18);
  transition: transform .3s;
}

.mosaic-card:hover {
  transform: scale(1.04) rotate(0deg) !important;
}

.mosaic-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .3rem;
}

.card-fool   { top: 1rem; left: 0; transform: rotate(-11deg); }
.card-lovers { right: 0; bottom: 1.5rem; transform: rotate(10deg); }
.card-death  { top: .5rem; right: .5rem; transform: rotate(8deg); }

.phone-mockup {
  position: absolute;
  z-index: 4;
  top: 5rem;
  left: 50%;
  width: 14rem;
  min-height: 27rem;
  border: 6px solid var(--purple-deep);
  border-radius: 2.1rem;
  padding: 1.7rem 1rem 1.2rem;
  background: linear-gradient(180deg, var(--white), var(--cream));
  box-shadow: 0 24px 56px rgba(90, 45, 130, .22);
  transform: translateX(-50%);
  text-align: center;
}

.phone-speaker {
  position: absolute;
  top: .6rem;
  left: 50%;
  width: 3.5rem;
  height: .32rem;
  border-radius: 1rem;
  background: var(--purple-deep);
  transform: translateX(-50%);
  opacity: .4;
}

.phone-mockup img {
  width: 7.2rem;
  aspect-ratio: 3/5;
  margin: .8rem auto;
  border: 2px solid var(--gold);
  border-radius: .4rem;
  object-fit: cover;
}

.phone-label {
  margin: 0;
  color: var(--purple-mid);
  font-family: "Poppins", sans-serif;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.phone-mockup strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: .9rem;
  font-weight: 700;
  color: var(--text-dark);
}

.phone-mockup p:last-child {
  color: var(--text-body);
  font-size: .88rem;
  line-height: 1.45;
}

/* ============================================
   SECTION TITLES
   ============================================ */
.section-title { text-align: center; }
.section-title h2,
.closing h2 {
  max-width: 50rem;
  margin: .8rem auto 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--text-dark);
}

.section-subtitle {
  max-width: 40rem;
  margin: .8rem auto 0;
  color: var(--text-body);
  font-size: 1.15rem;
}

/* ============================================
   PAIN SECTION
   ============================================ */
.pain-section {
  background:
    radial-gradient(ellipse at 80% 30%, rgba(242, 125, 66, .08), transparent 50%),
    var(--cream-dark);
}

.pain-grid {
  display: grid;
  align-items: center;
  gap: 3rem;
  grid-template-columns: 0.85fr 1.15fr;
}

.pain-grid h2 {
  margin-top: .8rem;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--text-dark);
}

.pain-list {
  display: grid;
  gap: .8rem;
}

.pain-list p {
  display: flex;
  gap: 1rem;
  margin: 0;
  border: 1px solid rgba(139, 95, 191, .2);
  border-radius: .8rem;
  padding: 1.1rem;
  background: var(--white);
  color: var(--text-body);
  font-size: 1.1rem;
  line-height: 1.45;
  box-shadow: 0 2px 12px rgba(90, 45, 130, .06);
  transition: transform .2s, box-shadow .2s;
}

.pain-list p:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(90, 45, 130, .12);
}

.pain-list span {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-light), var(--purple-mid));
  color: var(--white);
  font-weight: 700;
  font-size: .95rem;
}

.instant-demo {
  margin-top: 2rem;
  border: 2px solid var(--gold);
  border-radius: 1rem;
  padding: 1.3rem;
  background: linear-gradient(135deg, rgba(245, 183, 49, .08), rgba(139, 95, 191, .06));
  color: var(--text-body);
  font-size: 1.2rem;
  text-align: center;
}

.instant-demo strong { color: var(--text-dark); }

/* ============================================
   MODULES
   ============================================ */
.modules {
  background:
    radial-gradient(ellipse at 20% 60%, rgba(139, 95, 191, .06), transparent 50%),
    var(--white);
}

.modules-list {
  display: grid;
  gap: 2rem;
  margin-top: 3rem;
}

.module-card {
  display: grid;
  align-items: center;
  gap: 3rem;
  border: 1px solid rgba(139, 95, 191, .15);
  border-radius: 1.2rem;
  padding: 2rem;
  background: var(--cream);
  box-shadow: 0 4px 20px rgba(90, 45, 130, .06);
  grid-template-columns: 1fr 1fr;
  transition: transform .2s, box-shadow .2s;
}

.module-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(90, 45, 130, .12);
}

.module-card.reverse .module-visual { order: 2; }

.module-copy > span {
  color: rgba(139, 95, 191, .25);
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 800;
}

.module-copy h3 {
  margin-top: .6rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text-dark);
}

.module-copy > p:last-child {
  color: var(--text-body);
  font-size: 1.1rem;
  line-height: 1.55;
}

.module-visual {
  min-height: 20rem;
  border: 1px solid rgba(139, 95, 191, .15);
  border-radius: 1rem;
  background: var(--white);
  overflow: hidden;
}

/* Guide preview */
.guide-preview {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
}

.guide-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem 0 0 1rem;
}

.guide-preview div { padding: 1.25rem; }

.guide-preview small,
.oracle-answer small {
  display: block;
  margin-top: .6rem;
  color: var(--purple-mid);
  font-family: "Poppins", sans-serif;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.guide-preview strong {
  display: block;
  margin: .3rem 0 .8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--text-dark);
}

.guide-preview p {
  color: var(--text-body);
  line-height: 1.45;
  font-size: .95rem;
}

/* Table preview */
.table-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: 1.2rem;
  background: radial-gradient(circle, rgba(245, 183, 49, .08), transparent 60%);
}

.mini-card {
  width: 5.5rem;
  aspect-ratio: 3/5;
  border: 2px solid var(--gold);
  border-radius: .5rem;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  color: var(--purple-light);
  background: var(--cream);
  transition: transform .3s;
}

.mini-card:hover { transform: scale(1.05); }

.mini-card.back {
  background:
    radial-gradient(circle at 50% 50%, rgba(139, 95, 191, .1), transparent 70%),
    repeating-conic-gradient(var(--cream) 0% 25%, var(--cream-dark) 0% 50%) 50% / 1rem 1rem;
}

.mini-card.revealed {
  background: var(--white);
  border-color: var(--purple-mid);
}

.mini-card.revealed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .3rem;
}

/* AI preview */
.ai-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  background: radial-gradient(circle at 50% 80%, rgba(245, 183, 49, .06), transparent 60%);
}

.question-bubble {
  align-self: flex-end;
  max-width: 80%;
  padding: .8rem 1.1rem;
  border-radius: 1rem 1rem .2rem 1rem;
  background: linear-gradient(135deg, var(--purple-mid), var(--purple-light));
  color: var(--white);
  font-size: .95rem;
  font-style: italic;
}

.oracle-answer {
  align-self: flex-start;
  max-width: 88%;
  padding: 1rem;
  border: 1px solid rgba(245, 183, 49, .3);
  border-radius: 1rem 1rem 1rem .2rem;
  background: var(--cream);
}

.oracle-answer p {
  margin: .3rem 0 0;
  color: var(--text-body);
  font-size: .92rem;
  line-height: 1.5;
}

/* ============================================
   PRICING
   ============================================ */
.pricing {
  scroll-margin-top: 2rem;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(245, 183, 49, .08), transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(139, 95, 191, .06), transparent 50%),
    var(--cream-dark);
}

.pricing-container { max-width: 64rem; }

.pricing-grid {
  display: grid;
  align-items: stretch;
  gap: 1.75rem;
  margin-top: 3rem;
  grid-template-columns: repeat(2, 1fr);
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border: 2px solid rgba(139, 95, 191, .15);
  border-radius: 1.2rem;
  background: var(--white);
  box-shadow: 0 4px 20px rgba(90, 45, 130, .06);
}

.price-card h3 {
  margin-top: .6rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-dark);
}

.payment-label {
  margin: 1.5rem 0 .2rem;
  color: var(--text-muted);
}

.price {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--text-dark);
}

.old-plan-price {
  margin: 1.3rem 0 .3rem;
  color: var(--text-muted);
}

.divider {
  height: 1px;
  margin-block: 1.3rem;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.feature-list {
  flex: 1;
  margin: 0;
  padding: 0;
  color: var(--text-body);
  font-size: 1.05rem;
  line-height: 1.45;
  list-style: none;
}

.feature-list li + li { margin-top: .7rem; }
.not-included { opacity: .4; }

.featured-plan {
  border: 2px solid var(--gold);
  background: linear-gradient(180deg, var(--white), rgba(245, 183, 49, .04));
  box-shadow: 0 8px 40px rgba(245, 183, 49, .15);
}

.popular-tag {
  position: absolute;
  top: -1rem;
  left: 50%;
  width: max-content;
  max-width: 90%;
  padding: .5rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--orange));
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  box-shadow: 0 4px 16px rgba(245, 183, 49, .3);
}

.gold-text {
  background: linear-gradient(135deg, var(--gold), var(--orange));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.featured-plan .button { width: 100%; }

.secure-note {
  color: var(--text-muted);
  font-size: .88rem;
  text-align: center;
}

/* ============================================
   GUARANTEE
   ============================================ */
.guarantee-card {
  display: grid;
  max-width: 53rem;
  align-items: center;
  gap: 1.5rem;
  margin-inline: auto;
  padding: 2rem;
  border: 2px solid var(--gold);
  border-radius: 1.2rem;
  background: linear-gradient(135deg, var(--white), rgba(245, 183, 49, .05));
  box-shadow: 0 4px 20px rgba(245, 183, 49, .1);
  grid-template-columns: auto 1fr;
}

.guarantee-icon {
  display: grid;
  width: 5.5rem;
  height: 5.5rem;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-deep), var(--purple-mid));
  color: var(--gold-light);
  font-size: 2.2rem;
}

.guarantee h2 {
  margin-top: .4rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-dark);
}

.guarantee-card div > p:last-child {
  color: var(--text-body);
  font-size: 1.1rem;
  line-height: 1.55;
}

/* ============================================
   FAQ
   ============================================ */
.faq {
  background: var(--cream-dark);
}

.faq-container { max-width: 48rem; }

.faq-list { margin-top: 2.5rem; }

.faq-item {
  border: 1px solid rgba(139, 95, 191, .15);
  border-radius: .8rem;
  background: var(--white);
  overflow: hidden;
}

.faq-item + .faq-item { margin-top: .7rem; }

.faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  padding: 1.2rem;
  background: transparent;
  color: var(--text-dark);
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: .9rem;
  font-weight: 600;
  text-align: left;
}

.faq-question span {
  color: var(--purple-mid);
  font-size: 1.4rem;
  transition: .2s;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  border-top: 0 solid rgba(139, 95, 191, .15);
  transition: .25s ease;
}

.faq-answer p {
  min-height: 0;
  overflow: hidden;
  margin: 0;
  padding-inline: 1.2rem;
  color: var(--text-body);
  font-size: 1.05rem;
  line-height: 1.55;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
  border-top-width: 1px;
}

.faq-item.is-open .faq-answer p { padding-block: 1rem; }
.faq-item.is-open .faq-question span { transform: rotate(45deg); }

/* ============================================
   CLOSING CTA
   ============================================ */
.closing {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(139, 95, 191, .08), transparent 60%),
    var(--white);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.closing::before {
  content: "✦";
  position: absolute;
  top: 20%;
  left: 10%;
  font-size: 1.8rem;
  color: var(--gold);
  opacity: .2;
  pointer-events: none;
}

.closing::after {
  content: "★";
  position: absolute;
  bottom: 15%;
  right: 12%;
  font-size: 1.4rem;
  color: var(--purple-light);
  opacity: .2;
  pointer-events: none;
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  border-top: 1px solid rgba(139, 95, 191, .15);
  padding-block: 2rem;
  background: var(--cream);
  color: var(--text-muted);
  font-size: .88rem;
  text-align: center;
}

.site-footer p { margin: .3rem 0; }

/* ============================================
   DOWNSSELL MODAL
   ============================================ */
.offer-modal {
  visibility: hidden;
  position: fixed;
  z-index: 50;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  transition: .2s;
}

.offer-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 16, 32, .75);
  backdrop-filter: blur(6px);
}

.modal-content {
  position: relative;
  z-index: 1;
  width: min(100%, 36rem);
  max-height: 92vh;
  overflow-y: auto;
  padding: 2.2rem;
  border: 2px solid var(--gold);
  border-radius: 1.2rem;
  background: var(--white);
  box-shadow: 0 24px 64px rgba(90, 45, 130, .3);
  text-align: center;
  transform: translateY(1.5rem) scale(.98);
  transition: .2s;
}

.offer-modal.is-open .modal-content { transform: none; }

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid rgba(139, 95, 191, .3);
  border-radius: 50%;
  background: transparent;
  color: var(--text-muted);
  cursor: pointer;
  font-size: 1.3rem;
  transition: background .2s;
}

.modal-close:hover {
  background: var(--cream);
}

.offer-star {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  place-items: center;
  margin-inline: auto;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-deep), var(--purple-mid));
  color: var(--gold-light);
}

.modal-content h2 {
  margin-top: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--text-dark);
}

.offer-copy {
  color: var(--text-body);
  font-size: 1.25rem;
  line-height: 1.5;
}

.old-price {
  margin-bottom: .3rem;
  color: var(--text-muted);
}

.offer-price {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--gold), var(--orange));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.offer-button { width: 100%; min-height: 4rem; }

.decline-link {
  display: block;
  margin-top: 1.1rem;
  color: var(--text-muted);
  font-size: .85rem;
  line-height: 1.45;
  text-decoration: underline;
  text-decoration-color: rgba(139, 95, 191, .3);
  text-underline-offset: 4px;
  transition: color .2s;
}

.decline-link:hover { color: var(--purple-mid); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .hero-grid,
  .pain-grid,
  .module-card {
    grid-template-columns: 1fr;
  }

  .hero-copy { text-align: center; }
  .hero-subtitle { margin-inline: auto; }
  .trust-row { justify-content: center; }
  .visual-showcase { width: 100%; }
  .module-card.reverse .module-visual { order: initial; }
  .pricing-grid { grid-template-columns: 1fr; }
  .featured-plan { margin-top: 1rem; }
}

@media (max-width: 600px) {
  .section { padding-block: 3.5rem; }
  .header-cta { display: none; }
  .hero { padding-top: 3.5rem; }
  .trust-row { display: grid; gap: .8rem; }
  .visual-showcase { height: 30rem; }
  .mosaic-card { width: 6.2rem; }
  .phone-mockup { width: 12rem; min-height: 24rem; }
  .module-card { gap: 1.5rem; padding: 1.2rem; }
  .module-visual { min-height: 16rem; }
  .guide-preview { grid-template-columns: .9fr 1.1fr; }
  .guide-preview div { padding: .8rem; }
  .price-card { padding: 1.3rem; }
  .popular-tag { font-size: .5rem; }
  .guarantee-card { grid-template-columns: 1fr; text-align: center; }
  .guarantee-icon { margin-inline: auto; }
  .modal-content { padding: 1.5rem 1.1rem; }
  .button { width: 100%; }
  .brand strong { font-size: .65rem; }
  .urgency-bar { font-size: .6rem; }
}

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