/* ========================================
   QUEEN CODE — Landing Page
   Paleta: beige, cream, gold, brown, green
   Fonts: Cormorant Garamond + Outfit
======================================== */

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

:root {
  --beige: #F5F0EB;
  --cream: #FAF7F2;
  --gold: #C9A96E;
  --gold-light: #D4B87A;
  --brown: #3D3428;
  --brown-light: #5A4D3E;
  --green-dark: #3B5249;
  --green-darker: #2D4039;
  --white: #FFFFFF;
  --text-muted: #8A7E72;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Outfit', -apple-system, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--brown);
  background: var(--cream);
  line-height: 1.6;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

.container {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (min-width: 768px) {
  .container { max-width: 720px; }
}

@media (min-width: 1024px) {
  .container { max-width: 960px; }
}

/* ========================================
   CTA BUTTON
======================================== */
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 40px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 20px rgba(201, 169, 110, 0.35);
  width: 100%;
  max-width: 400px;
  text-align: center;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(201, 169, 110, 0.5);
}

.cta-btn .arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.cta-btn:hover .arrow {
  transform: translateX(4px);
}

/* Subtle shimmer on CTA */
@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

.cta-btn {
  background-size: 200% auto;
  background-image: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 30%, rgba(255,255,255,0.3) 50%, var(--gold-light) 70%, var(--gold) 100%);
  animation: shimmer 4s ease-in-out infinite;
}

/* ========================================
   SECTION: HERO
======================================== */
.hero {
  background: var(--cream);
  padding: 40px 0 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(201,169,110,0.06) 0%, transparent 60%);
  pointer-events: none;
}

.hero-logo {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.hero-logo-main {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 38px;
  color: var(--brown);
  line-height: 1;
  margin-bottom: 40px;
  position: relative;
}

.hero-logo-main .star {
  color: var(--gold);
  font-size: 28px;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--brown);
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}

.hero h1 em {
  font-style: italic;
  color: var(--gold);
}

.hero .subtitle {
  font-size: 16px;
  color: var(--text-muted);
  margin-bottom: 32px;
  line-height: 1.7;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.hero .cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.hero .price-small {
  font-size: 13px;
  color: var(--text-muted);
}

/* Mockup area */
.hero-mockup {
  margin-top: 40px;
  position: relative;
  display: flex;
  justify-content: center;
}

.mockup-container {
  position: relative;
  width: 260px;
  height: 340px;
}

.mockup-phone {
  width: 180px;
  height: 320px;
  background: var(--white);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(61,52,40,0.15), 0 0 0 1px rgba(201,169,110,0.2);
  position: absolute;
  left: 0;
  top: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 14px;
}

.mockup-phone .mp-logo {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 4px;
}

.mockup-phone .mp-sub {
  font-size: 7px;
  color: var(--text-muted);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.mockup-phone .mp-line {
  width: 100%;
  height: 6px;
  background: var(--beige);
  border-radius: 3px;
  margin-bottom: 8px;
}

.mockup-phone .mp-line.short { width: 70%; }
.mockup-phone .mp-line.med { width: 85%; }

.mockup-phone .mp-img {
  width: 100%;
  height: 80px;
  background: linear-gradient(135deg, var(--beige), rgba(201,169,110,0.15));
  border-radius: 8px;
  margin: 10px 0;
}

.mockup-tablet {
  width: 160px;
  height: 220px;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 16px 50px rgba(61,52,40,0.12), 0 0 0 1px rgba(201,169,110,0.15);
  position: absolute;
  right: 0;
  top: 60px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 12px;
}

.mockup-tablet .mt-header {
  width: 100%;
  height: 50px;
  background: linear-gradient(180deg, var(--beige), rgba(201,169,110,0.1));
  border-radius: 6px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mockup-tablet .mt-header span {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  color: var(--brown);
}

.mockup-tablet .mt-row {
  width: 100%;
  display: flex;
  gap: 6px;
  margin-bottom: 6px;
}

.mockup-tablet .mt-box {
  flex: 1;
  height: 24px;
  background: var(--beige);
  border-radius: 4px;
}

@media (min-width: 768px) {
  .hero h1 { font-size: 44px; }
  .hero .subtitle { font-size: 18px; }
  .mockup-container { width: 340px; height: 380px; }
  .mockup-phone { width: 220px; height: 360px; }
  .mockup-tablet { width: 200px; height: 260px; }
}

/* Floating animation for mockups */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.mockup-phone { animation: float 6s ease-in-out infinite; }
.mockup-tablet { animation: float 6s ease-in-out infinite 1.5s; }

/* ========================================
   SECTION: BENEFITS BAR
======================================== */
.benefits-bar {
  background: var(--white);
  border-top: 1px solid rgba(201,169,110,0.15);
  border-bottom: 1px solid rgba(201,169,110,0.15);
  padding: 20px 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (min-width: 600px) {
  .benefits-grid { grid-template-columns: repeat(4, 1fr); }
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--brown-light);
  font-weight: 400;
}

.benefit-icon {
  width: 36px;
  height: 36px;
  background: var(--beige);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

/* ========================================
   TICKER MARQUEE
======================================== */
.ticker-bar {
  background: var(--white);
  border-bottom: 1px solid rgba(201,169,110,0.1);
  overflow: hidden;
  padding: 10px 0;
}

.ticker-track {
  display: flex;
  gap: 48px;
  animation: ticker 20s linear infinite;
  width: max-content;
}

@keyframes ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ticker-item {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ticker-item .dot {
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
}

/* ========================================
   SECTION: PARA QUEM É
======================================== */
.for-you {
  background: var(--beige);
  padding: 60px 0;
}

.section-title {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 36px;
  line-height: 1.3;
  color: var(--brown);
}

.section-title em {
  font-style: italic;
  color: var(--gold);
}

.for-you-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 600px) {
  .for-you-grid { grid-template-columns: 1fr 1fr; }
}

.for-you-card {
  background: var(--white);
  border-radius: 16px;
  padding: 28px 24px;
  transition: transform 0.3s ease;
}

.for-you-card:hover { transform: translateY(-2px); }

.for-you-card .card-icon {
  width: 40px;
  height: 40px;
  background: var(--cream);
  border: 1px solid rgba(201,169,110,0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.for-you-card .card-icon svg {
  width: 20px;
  height: 20px;
  color: var(--gold);
}

.for-you-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--brown);
}

.for-you-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ========================================
   SECTION: DOR
======================================== */
.pain-section {
  background: var(--green-dark);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.pain-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at 20% 50%, rgba(201,169,110,0.08) 0%, transparent 60%);
  pointer-events: none;
}

.pain-title {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  color: var(--white);
  text-align: center;
  margin-bottom: 36px;
  line-height: 1.3;
}

.pain-title em {
  font-style: italic;
  color: var(--gold-light);
}

.pain-texts {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pain-text {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: rgba(255,255,255,0.88);
  font-size: 15px;
  line-height: 1.7;
}

.pain-text .emoji {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.pain-text strong {
  font-weight: 500;
  color: var(--white);
}

.pain-cta {
  text-align: center;
  margin-top: 40px;
}

/* ========================================
   SECTION: CONTEÚDO (SEMANAS)
======================================== */
.content-section {
  background: var(--cream);
  padding: 60px 0;
}

.weeks-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}

.week-card {
  background: var(--white);
  border-radius: 20px;
  padding: 32px 24px;
  border: 1px solid rgba(201,169,110,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.week-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(61,52,40,0.08);
}

.week-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}

.week-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--brown);
  margin-bottom: 18px;
}

.week-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.week-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--brown-light);
}

.week-item .check {
  width: 20px;
  height: 20px;
  background: rgba(201,169,110,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.week-item .check svg {
  width: 12px;
  height: 12px;
  color: var(--gold);
}

/* Bonus card */
.bonus-card {
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--green-darker) 100%);
  border-radius: 20px;
  padding: 32px 24px;
  color: var(--white);
}

.bonus-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 6px;
}

.bonus-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
}

.bonus-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 10px;
}

.bonus-item .check {
  width: 20px;
  height: 20px;
  background: rgba(201,169,110,0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bonus-item .check svg {
  width: 12px;
  height: 12px;
  color: var(--gold-light);
}

.content-cta {
  text-align: center;
  margin-top: 40px;
}

/* ========================================
   SECTION: PREÇO
======================================== */
.pricing-section {
  background: var(--beige);
  padding: 60px 0;
}

.pricing-box {
  background: var(--white);
  border-radius: 24px;
  padding: 40px 28px;
  text-align: center;
  max-width: 440px;
  margin: 0 auto;
  box-shadow: 0 16px 60px rgba(61,52,40,0.08);
  border: 1px solid rgba(201,169,110,0.15);
  position: relative;
  overflow: hidden;
}

.pricing-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

.pricing-header {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
  color: var(--brown);
  margin-bottom: 28px;
  line-height: 1.3;
}

.pricing-items {
  text-align: left;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pricing-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: var(--brown-light);
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(201,169,110,0.3);
}

.pricing-item .item-price {
  color: var(--text-muted);
  text-decoration: line-through;
  font-size: 13px;
}

.pricing-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: var(--brown);
  padding-top: 4px;
}

.pricing-total .total-price {
  text-decoration: line-through;
  color: var(--text-muted);
}

.pricing-divider {
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin: 24px auto;
}

.pricing-badge {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.pricing-main-price {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 700;
  color: var(--brown);
  line-height: 1;
  margin-bottom: 4px;
}

.pricing-main-price .currency {
  font-size: 28px;
  vertical-align: super;
  margin-right: 4px;
}

.pricing-installment {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 28px;
}

.pricing-cta {
  display: flex;
  justify-content: center;
}

/* ========================================
   SECTION: GARANTIA
======================================== */
.guarantee-section {
  background: var(--green-dark);
  padding: 50px 0;
}

.guarantee-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

@media (min-width: 600px) {
  .guarantee-inner {
    flex-direction: row;
    text-align: left;
  }
}

.guarantee-badge {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.guarantee-badge-inner {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid var(--gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(201,169,110,0.1);
}

.guarantee-badge-inner .number {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1;
}

.guarantee-badge-inner .label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-light);
}

.guarantee-text h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 12px;
}

.guarantee-text p {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
}

/* ========================================
   SECTION: FAQ
======================================== */
.faq-section {
  background: var(--cream);
  padding: 60px 0;
}

.faq-list {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--white);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(201,169,110,0.1);
  transition: box-shadow 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 16px rgba(61,52,40,0.06);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: var(--brown);
  user-select: none;
  -webkit-user-select: none;
}

.faq-question .faq-toggle {
  width: 28px;
  height: 28px;
  background: var(--beige);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.3s ease;
}

.faq-item.active .faq-question .faq-toggle {
  transform: rotate(45deg);
  background: var(--gold);
}

.faq-item.active .faq-question .faq-toggle svg {
  color: var(--white);
}

.faq-toggle svg {
  width: 14px;
  height: 14px;
  color: var(--gold);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-answer-inner {
  padding: 0 24px 20px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ========================================
   SECTION: CTA FINAL
======================================== */
.final-cta {
  background: var(--beige);
  padding: 50px 0 30px;
  text-align: center;
}

.final-cta .final-quote {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  color: var(--brown);
  margin-bottom: 8px;
  line-height: 1.3;
}

.final-cta .final-quote em {
  font-style: italic;
  color: var(--gold);
}

.final-cta .final-sub {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 28px;
}

.final-cta .cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.price-small {
  font-size: 13px;
  color: var(--text-muted);
}

/* ========================================
   FOOTER
======================================== */
.footer {
  background: var(--green-dark);
  padding: 30px 0;
  text-align: center;
}

.footer-logo {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}

.footer-logo .star { color: var(--gold-light); }

.footer p {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 4px;
}

.footer a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 12px;
}

/* ========================================
   ANIMATIONS
======================================== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

.stagger-children .reveal:nth-child(1) { transition-delay: 0s; }
.stagger-children .reveal:nth-child(2) { transition-delay: 0.1s; }
.stagger-children .reveal:nth-child(3) { transition-delay: 0.2s; }
.stagger-children .reveal:nth-child(4) { transition-delay: 0.3s; }
