/* ==========================================================================
   BOOKPACK LANDING PAGE - THE TEENAGER SCRAPBOOK DESIGN SYSTEM
   Cores: Azul Royal, Rosa Chiclete, Amarelo Marca-texto, Papel Creme
   Fontes: Fredoka, Syne, Caveat (manuscrito), Plus Jakarta Sans
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Fredoka:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Syne:wght@700;800&display=swap');

:root {
  /* Paleta Scrapbook */
  --bg-blue: #134ee8;
  --bg-blue-dark: #0a35b0;
  --bg-blue-deep: #061e68;
  --hot-pink: #ff2a8d;
  --hot-pink-hover: #e01b76;
  --pink-pastel: #ffd8ec;
  --pink-light: #fff0f7;
  --yellow-canary: #ffe500;
  --yellow-warm: #ffd000;
  --yellow-light: #fffadb;
  --paper-cream: #fffdf8;
  --paper-card: #ffffff;
  --text-dark: #121528;
  --text-muted: #565d7a;
  --text-white: #ffffff;
  --border-dark: #12162d;
  --shadow-scrapbook: 5px 5px 0px #091a52;
  --shadow-scrapbook-lg: 8px 8px 0px #071542;
  --shadow-scrapbook-pink: 5px 5px 0px #c71266;
  --shadow-scrapbook-yellow: 5px 5px 0px #947e00;
  
  /* Fontes */
  --font-display: 'Fredoka', cursive, sans-serif;
  --font-hero: 'Syne', sans-serif;
  --font-hand: 'Caveat', cursive;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  
  /* Transições e Bordas */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 9999px;
  --transition: all 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Reset Global e Prevenção de Overflow */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  max-width: 100%;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-blue);
  color: var(--text-white);
  line-height: 1.6;
  background-image: 
    radial-gradient(rgba(255, 255, 255, 0.18) 1.5px, transparent 1.5px),
    radial-gradient(rgba(255, 255, 255, 0.1) 1.5px, transparent 1.5px);
  background-size: 32px 32px;
  background-position: 0 0, 16px 16px;
  -webkit-font-smoothing: antialiased;
}

/* Utilitários e Tipografia */
.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-pink { color: var(--hot-pink) !important; }
.text-yellow { color: var(--yellow-canary) !important; }
.text-dark { color: var(--text-dark) !important; }

.font-hand {
  font-family: var(--font-hand);
  font-size: 1.5rem;
  line-height: 1.2;
}

.highlight-yellow {
  background: var(--yellow-canary);
  color: var(--text-dark);
  padding: 2px 8px;
  display: inline;
  border-radius: 4px;
  font-weight: 700;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.highlight-pink {
  background: var(--hot-pink);
  color: #fff;
  padding: 2px 8px;
  display: inline;
  border-radius: 4px;
  font-weight: 700;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* Elementos Scrapbook Especiais */

/* Fita Adesiva (Washi Tape) */
.washi-tape {
  position: absolute;
  height: 26px;
  width: 95px;
  background: rgba(255, 243, 138, 0.92);
  border-left: 3px dashed rgba(220, 190, 40, 0.6);
  border-right: 3px dashed rgba(220, 190, 40, 0.6);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  z-index: 10;
  pointer-events: none;
}

.washi-tape.pink {
  background: rgba(255, 130, 185, 0.88);
  border-left-color: rgba(200, 70, 130, 0.6);
  border-right-color: rgba(200, 70, 130, 0.6);
}

.washi-tape.top-center {
  top: -13px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
}

.washi-tape.top-left {
  top: -13px;
  left: 10px;
  transform: rotate(-10deg);
}

.washi-tape.top-right {
  top: -13px;
  right: 10px;
  transform: rotate(10deg);
}

/* Polaroids */
.polaroid {
  background: #ffffff;
  padding: 14px 14px 28px 14px;
  box-shadow: var(--shadow-scrapbook);
  border-radius: 4px;
  border: 2.5px solid #141829;
  position: relative;
  transition: var(--transition);
}

.polaroid:hover {
  transform: translateY(-5px) rotate(0deg) scale(1.02);
  box-shadow: 8px 8px 0px #091a52;
}

.polaroid-img {
  width: 100%;
  border-radius: 3px;
  display: block;
  object-fit: cover;
  border: 1px solid #e2e4ed;
}

.polaroid-caption {
  font-family: var(--font-hand);
  color: #1a1e36;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}

/* Badges e Stickers */
.sticker-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--yellow-canary);
  color: var(--text-dark);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.92rem;
  padding: 7px 16px;
  border-radius: var(--radius-pill);
  border: 2.5px solid var(--border-dark);
  box-shadow: 3px 3px 0px var(--border-dark);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  max-width: 100%;
  line-height: 1.3;
}

.sticker-badge.pink {
  background: var(--hot-pink);
  color: #ffffff;
}

.sticker-badge.white {
  background: #ffffff;
  color: var(--text-dark);
}

/* Botões Scrapbook */
.btn-cta-main {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--yellow-canary);
  color: var(--text-dark);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.05rem, 4vw, 1.3rem);
  line-height: 1.25;
  padding: 15px 28px;
  border-radius: var(--radius-pill);
  border: 3.5px solid var(--border-dark);
  box-shadow: 0 6px 0px var(--border-dark), 0 10px 18px rgba(0,0,0,0.25);
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: var(--transition);
  text-align: center;
  width: 100%;
  max-width: 480px;
  box-sizing: border-box;
  word-wrap: break-word;
}

.btn-cta-main:hover {
  transform: translateY(-3px) scale(1.02);
  background: #fff033;
  box-shadow: 0 9px 0px var(--border-dark), 0 16px 24px rgba(0,0,0,0.35);
}

.btn-cta-main:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0px var(--border-dark);
}

.btn-cta-main .btn-subtext {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  opacity: 0.92;
  text-transform: none;
  margin-top: 4px;
  line-height: 1.25;
}

.btn-cta-pink {
  background: var(--hot-pink);
  color: #ffffff;
}

.btn-cta-pink:hover {
  background: var(--hot-pink-hover);
}

/* ==========================================================================
   1. BARRA SUPERIOR DE URGÊNCIA
   ========================================================================== */
.announcement-bar {
  background: var(--yellow-canary);
  color: var(--text-dark);
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 700;
  padding: 10px 16px;
  text-align: center;
  border-bottom: 2.5px solid var(--border-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  line-height: 1.4;
}

.countdown-box {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--border-dark);
  color: var(--yellow-canary);
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-family: monospace;
  font-weight: 800;
}

/* ==========================================================================
   2. HERO SECTION
   ========================================================================== */
.hero-section {
  padding: 45px 0 55px 0;
  position: relative;
  overflow: hidden;
}

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

.hero-content {
  position: relative;
  z-index: 5;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: var(--bg-blue);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 7px 16px;
  border-radius: var(--radius-pill);
  border: 2px solid var(--border-dark);
  box-shadow: 3px 3px 0px var(--border-dark);
  margin-bottom: 18px;
  transform: rotate(-1.5deg);
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.5vw, 3.4rem);
  line-height: 1.15;
  margin-bottom: 20px;
  text-shadow: 2px 2px 0px var(--bg-blue-deep);
}

.hero-title .pink-accent {
  color: var(--hot-pink);
  text-shadow: 2px 2px 0px #fff;
}

.hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 26px;
  color: #e5edff;
  max-width: 580px;
}

.hero-description strong {
  color: var(--yellow-canary);
  font-weight: 700;
}

.hero-cta-wrapper {
  margin-bottom: 20px;
}

.trust-badges-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 14px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.84rem;
  font-weight: 600;
  color: #d1e2ff;
  background: rgba(0, 0, 0, 0.25);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1.3;
}

/* Visual Mockup no Hero */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hero-mockup-card {
  background: #ffffff;
  padding: 12px 12px 20px 12px;
  border-radius: 20px;
  border: 3.5px solid var(--border-dark);
  box-shadow: var(--shadow-scrapbook-lg);
  position: relative;
  transform: rotate(2deg);
  transition: var(--transition);
  max-width: 440px;
  width: 100%;
}

.hero-mockup-card:hover {
  transform: rotate(0deg) scale(1.02);
}

.hero-mockup-card img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.floating-sticker-1 {
  position: absolute;
  top: -16px;
  left: 10px;
  background: var(--yellow-canary);
  color: var(--text-dark);
  border: 2px solid var(--border-dark);
  box-shadow: 3px 3px 0px var(--border-dark);
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.82rem;
  transform: rotate(-8deg);
  z-index: 10;
}

.floating-sticker-2 {
  position: absolute;
  bottom: -14px;
  right: 10px;
  background: var(--hot-pink);
  color: #ffffff;
  border: 2px solid var(--border-dark);
  box-shadow: 3px 3px 0px var(--border-dark);
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  transform: rotate(6deg);
  z-index: 10;
}

/* Divisor de Papel Rasgado */
.torn-paper-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: -2px;
}

.torn-paper-divider svg {
  display: block;
  width: 100%;
  height: 44px;
}

/* ==========================================================================
   3. SEÇÃO PROBLEMA / TRANSFORMAÇÃO (Antes x Depois)
   ========================================================================== */
.pain-solution-section {
  background-color: #fffdf8;
  color: var(--text-dark);
  padding: 65px 0 75px 0;
  position: relative;
  background-image: radial-gradient(#e0e3ed 1px, transparent 1px);
  background-size: 20px 20px;
}

.section-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 40px auto;
  position: relative;
}

.section-badge {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 14px;
  border: 2px solid var(--border-dark);
  box-shadow: 3px 3px 0px var(--border-dark);
  line-height: 1.3;
}

.section-badge.pink {
  background: var(--hot-pink);
  color: #fff;
}

.section-badge.yellow {
  background: var(--yellow-canary);
  color: var(--text-dark);
}

.section-badge.blue {
  background: var(--bg-blue);
  color: #fff;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  line-height: 1.2;
  color: var(--text-dark);
  margin-bottom: 14px;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 35px;
}

.scrap-card {
  background: #ffffff;
  border: 3px solid var(--border-dark);
  border-radius: var(--radius-md);
  padding: 30px 24px;
  position: relative;
  box-shadow: var(--shadow-scrapbook);
}

.scrap-card.pain-card {
  background: #fff6f6;
  transform: rotate(-0.8deg);
}

.scrap-card.solution-card {
  background: #f4fff7;
  transform: rotate(0.8deg);
  border-color: #0b7a3e;
  box-shadow: 5px 5px 0px #0b7a3e;
}

.card-tag {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-tag.pain-tag {
  color: #c92222;
}

.card-tag.solution-tag {
  color: #0c8243;
}

.scrap-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.scrap-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #2b2f42;
}

.scrap-list li .icon {
  flex-shrink: 0;
  font-size: 1.2rem;
  margin-top: 1px;
}

.card-handwritten-note {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 2px dashed rgba(0, 0, 0, 0.15);
  font-family: var(--font-hand);
  font-size: 1.4rem;
  line-height: 1.3;
}

.card-handwritten-note.red {
  color: #d11e1e;
}

.card-handwritten-note.green {
  color: #0b7a3e;
}

/* ==========================================================================
   4. AS 5 ESTÉTICAS EXCLUSIVAS & GALERIA INTERATIVA
   ========================================================================== */
.aesthetics-section {
  padding: 70px 0;
  background: var(--bg-blue);
  color: #ffffff;
  position: relative;
}

/* Galeria Interativa */
.interactive-gallery-box {
  background: var(--paper-cream);
  border: 3.5px solid var(--border-dark);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-scrapbook-lg);
  padding: 24px;
  margin-bottom: 40px;
  color: var(--text-dark);
  position: relative;
}

.interactive-gallery-header {
  text-align: center;
  margin-bottom: 16px;
}

.interactive-gallery-header h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.interactive-gallery-header p {
  font-size: 0.92rem;
  color: var(--text-muted);
}

.gallery-tabs-row {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.gallery-tab-btn {
  background: #ffffff;
  border: 2px solid var(--border-dark);
  border-radius: var(--radius-pill);
  padding: 8px 16px;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-dark);
  cursor: pointer;
  box-shadow: 2px 2px 0px var(--border-dark);
  transition: var(--transition);
}

.gallery-tab-btn:hover {
  transform: translateY(-2px);
  background: #fff8d6;
}

.gallery-tab-btn.active {
  background: var(--yellow-canary);
  box-shadow: 3px 3px 0px var(--border-dark);
  transform: translateY(-2px);
}

.gallery-viewport {
  position: relative;
  background: #111424;
  border: 2.5px solid var(--border-dark);
  border-radius: var(--radius-md);
  overflow: hidden;
  max-height: 420px;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.gallery-viewport img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
}

.gallery-viewport:hover img {
  transform: scale(1.02);
}

.gallery-viewport-overlay {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(6px);
  color: #ffffff;
  padding: 7px 18px;
  border-radius: var(--radius-pill);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

/* Cards das Estéticas */
.aesthetics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 26px;
  margin-top: 40px;
}

.aesthetic-card {
  background: var(--paper-cream);
  color: var(--text-dark);
  border: 3px solid var(--border-dark);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  position: relative;
  box-shadow: var(--shadow-scrapbook);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.aesthetic-card:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: var(--shadow-scrapbook-lg);
}

.aesthetic-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.aesthetic-number {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  border: 2px solid var(--border-dark);
  box-shadow: 2px 2px 0px var(--border-dark);
}

.aesthetic-name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-dark);
}

.aesthetic-desc {
  font-size: 0.94rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 14px;
}

/* Prévia dos Templates em cada Card */
.aesthetic-preview-image-wrap {
  position: relative;
  width: 100%;
  height: 180px;
  border-radius: var(--radius-md);
  border: 2.5px solid var(--border-dark);
  overflow: hidden;
  margin: 12px 0 14px 0;
  cursor: pointer;
  background: #1e2338;
  box-shadow: 2px 2px 0px var(--border-dark);
  display: block;
}

.aesthetic-preview-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
  display: block;
}

.aesthetic-preview-image-wrap:hover img {
  transform: scale(1.06);
}

.preview-overlay-btn {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: var(--yellow-canary);
  color: var(--text-dark);
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--border-dark);
  box-shadow: 1.5px 1.5px 0px var(--border-dark);
  display: flex;
  align-items: center;
  gap: 4px;
  pointer-events: none;
}

.templates-count-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(18, 22, 45, 0.88);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  gap: 4px;
}

.aesthetic-tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.aesthetic-pill {
  font-size: 0.76rem;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: var(--radius-pill);
  background: #f0f2f8;
  color: #38405e;
  border: 1px solid #d4d8e8;
}

.aesthetic-preview-box {
  background: #f7f8fc;
  border: 2px solid #e1e4f0;
  border-radius: var(--radius-md);
  padding: 14px;
  margin-top: 10px;
}

.aesthetic-preview-box .quote-box {
  font-style: italic;
  font-size: 0.86rem;
  color: #4a5068;
  margin-bottom: 6px;
  border-left: 3px solid;
  padding-left: 8px;
}

.aesthetic-preview-box .stars-row {
  color: #ffb800;
  font-size: 0.92rem;
}

/* Estilos de Cores das 5 Estéticas */
.card-soft-pink { border-top: 6px solid #ff77b2; }
.card-soft-pink .aesthetic-number { background: #ffe3ef; color: #c71b68; }
.card-soft-pink .quote-box { border-color: #ff77b2; }

.card-cafes-livros { border-top: 6px solid #7c482b; }
.card-cafes-livros .aesthetic-number { background: #f5ebe6; color: #633318; }
.card-cafes-livros .quote-box { border-color: #7c482b; }

.card-linhas-cozy { border-top: 6px solid #4a6b57; }
.card-linhas-cozy .aesthetic-number { background: #e9f2ec; color: #2b523b; }
.card-linhas-cozy .quote-box { border-color: #4a6b57; }

.card-scrap-girl { border-top: 6px solid #ff2a8d; }
.card-scrap-girl .aesthetic-number { background: #fff033; color: #121528; }
.card-scrap-girl .quote-box { border-color: #ff2a8d; }

.card-batom-vermelho { border-top: 6px solid #c90e2d; }
.card-batom-vermelho .aesthetic-number { background: #ffe8eb; color: #b00723; }
.card-batom-vermelho .quote-box { border-color: #c90e2d; }

/* ==========================================================================
   5. BÔNUS EXCLUSIVOS & SUPER BÔNUS SPORTS ROMANCE
   ========================================================================== */
.bonus-section {
  padding: 75px 0;
  background: #fffdf8;
  color: var(--text-dark);
  position: relative;
  background-image: 
    linear-gradient(#f0f2fa 1.5px, transparent 1.5px),
    linear-gradient(to right, #f0f2fa 1.5px, transparent 1.5px);
  background-size: 30px 30px;
}

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 40px;
}

.bonus-card {
  background: #ffffff;
  border: 3.5px solid var(--border-dark);
  border-radius: var(--radius-lg);
  padding: 28px 22px;
  position: relative;
  box-shadow: var(--shadow-scrapbook);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.bonus-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-scrapbook-lg);
}

.bonus-badge {
  position: absolute;
  top: -14px;
  right: 18px;
  background: var(--yellow-canary);
  color: var(--text-dark);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.82rem;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  border: 2px solid var(--border-dark);
  box-shadow: 2px 2px 0px var(--border-dark);
  text-transform: uppercase;
  z-index: 20;
}

.bonus-icon {
  font-size: 2.8rem;
  margin-bottom: 14px;
  line-height: 1;
}

.bonus-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-dark);
}

.bonus-desc {
  font-size: 0.94rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 18px;
  flex-grow: 1;
}

.bonus-value-tag {
  background: #fff2f8;
  border: 1.5px dashed var(--hot-pink);
  border-radius: var(--radius-sm);
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.84rem;
  font-weight: 700;
}

.bonus-value-tag .val-strike {
  color: #8c93a8;
  text-decoration: line-through;
}

.bonus-value-tag .val-free {
  color: var(--hot-pink);
  font-size: 0.96rem;
}

/* Super Bônus Especial - Sports Romance */
.super-bonus-card {
  background: #fffdf5;
  border: 3.5px solid var(--border-dark);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-scrapbook-lg);
  padding: 32px 28px;
  margin-top: 40px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 32px;
  align-items: center;
}

.super-bonus-badge-top {
  position: absolute;
  top: -16px;
  left: 30px;
  background: var(--yellow-canary);
  color: var(--text-dark);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.88rem;
  padding: 6px 18px;
  border-radius: var(--radius-pill);
  border: 2.5px solid var(--border-dark);
  box-shadow: 3px 3px 0px var(--border-dark);
  text-transform: uppercase;
  z-index: 15;
}

.super-bonus-preview-wrap {
  position: relative;
  border-radius: var(--radius-md);
  border: 3px solid var(--border-dark);
  overflow: hidden;
  box-shadow: var(--shadow-scrapbook);
  cursor: pointer;
  background: #111425;
}

.super-bonus-preview-wrap img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

.super-bonus-preview-wrap:hover img {
  transform: scale(1.04);
}

.super-bonus-content h3 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: var(--text-dark);
  line-height: 1.22;
  margin-bottom: 12px;
}

.super-bonus-content p {
  font-size: 0.96rem;
  color: #3b4259;
  line-height: 1.6;
  margin-bottom: 16px;
}

.super-bonus-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 18px;
}

.super-bonus-features li {
  font-size: 0.94rem;
  font-weight: 600;
  color: #23273a;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.45;
}

.bonus-feature-icon {
  font-size: 1.15rem;
  line-height: 1.2;
  flex-shrink: 0;
  margin-top: 1px;
}

.bonus-feature-text {
  flex: 1;
  text-align: left;
}

.super-bonus-urgency-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffe8eb;
  border: 2px dashed #e01b4c;
  color: #c90e2d;
  font-weight: 800;
  font-size: 0.86rem;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
}

/* ==========================================================================
   6. QUEM CRIOU (@GEORGIALIVROS)
   ========================================================================== */
.creator-section {
  padding: 75px 0;
  background: var(--bg-blue-dark);
  color: #ffffff;
  position: relative;
}

.creator-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  align-items: center;
}

.creator-polaroid-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.creator-polaroid {
  background: #ffffff;
  padding: 12px 12px 22px 12px;
  border: 3.5px solid var(--border-dark);
  border-radius: 6px;
  box-shadow: var(--shadow-scrapbook-lg);
  transform: rotate(-3deg);
  transition: var(--transition);
  max-width: 320px;
  width: 100%;
}

.creator-polaroid:hover {
  transform: rotate(0deg) scale(1.02);
}

.creator-polaroid img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  border: 1px solid #d8dbe8;
}

.creator-polaroid .creator-caption {
  font-family: var(--font-hand);
  font-size: 1.6rem;
  color: var(--text-dark);
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}

.creator-info h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  line-height: 1.2;
  margin-bottom: 18px;
}

.creator-info p {
  font-size: 1.02rem;
  line-height: 1.65;
  color: #dce5ff;
  margin-bottom: 16px;
}

.creator-highlight-box {
  background: rgba(255, 255, 255, 0.08);
  border-left: 4px solid var(--yellow-canary);
  padding: 14px 18px;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  margin: 20px 0;
  font-style: italic;
  font-size: 1rem;
  color: #ffffff;
}

.creator-btn-insta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: var(--text-dark);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.98rem;
  padding: 12px 22px;
  border-radius: var(--radius-pill);
  border: 2px solid var(--border-dark);
  box-shadow: 3px 3px 0px var(--border-dark);
  text-decoration: none;
  transition: var(--transition);
}

.creator-btn-insta:hover {
  transform: translateY(-2px);
  background: var(--yellow-canary);
}

/* ==========================================================================
   7. SEÇÃO DE OFERTA & CHECKOUT CAKTO
   ========================================================================== */
.pricing-section {
  padding: 85px 0;
  background: var(--bg-blue);
  position: relative;
  color: var(--text-dark);
}

.pricing-card-wrapper {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.pricing-box {
  background: var(--paper-cream);
  border: 4px solid var(--border-dark);
  border-radius: var(--radius-xl);
  box-shadow: 9px 9px 0px var(--border-dark);
  padding: 40px 32px;
  position: relative;
  text-align: center;
}

.pricing-badge-top {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--yellow-canary);
  color: var(--text-dark);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.98rem;
  padding: 7px 22px;
  border-radius: var(--radius-pill);
  border: 3px solid var(--border-dark);
  box-shadow: 3px 3px 0px var(--border-dark);
  z-index: 25;
}

.pricing-title {
  font-family: var(--font-display);
  font-size: 2.1rem;
  margin-top: 10px;
  margin-bottom: 8px;
  color: var(--text-dark);
}

.pricing-subtitle {
  font-size: 0.98rem;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.pricing-price-container {
  background: #fdf5e2;
  border: 2.5px dashed #dab232;
  border-radius: var(--radius-md);
  padding: 20px 18px;
  margin-bottom: 26px;
}

.price-strike {
  font-size: 1.1rem;
  color: #7b8196;
  text-decoration: line-through;
  font-weight: 600;
  margin-bottom: 4px;
}

.price-main {
  font-family: var(--font-display);
  font-size: clamp(3rem, 5.5vw, 4rem);
  font-weight: 800;
  color: var(--bg-blue-dark);
  line-height: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}

.price-main .currency {
  font-size: 1.7rem;
  font-weight: 700;
}

.price-conditions {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--hot-pink);
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.pricing-features-list {
  list-style: none;
  text-align: left;
  max-width: 520px;
  margin: 0 auto 30px auto;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.pricing-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.98rem;
  font-weight: 600;
  color: #272c44;
  line-height: 1.45;
}

.pricing-features-list li .check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e6f9ed;
  border: 2px solid #0ba34d;
  color: #0ba34d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 2px;
}

.pricing-cta-btn {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.guarantee-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
  padding: 14px 18px;
  background: #ffffff;
  border: 2px solid #e4e7f2;
  border-radius: var(--radius-md);
  text-align: left;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.guarantee-seal {
  font-size: 2.2rem;
  flex-shrink: 0;
  line-height: 1;
}

.guarantee-text h4 {
  font-family: var(--font-display);
  font-size: 0.98rem;
  color: var(--text-dark);
}

.guarantee-text p {
  font-size: 0.84rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* ==========================================================================
   8. FAQ (PERGUNTAS FREQUENTES)
   ========================================================================== */
.faq-section {
  padding: 75px 0;
  background: #fffdf8;
  color: var(--text-dark);
  position: relative;
}

.faq-container {
  max-width: 780px;
  margin: 35px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #ffffff;
  border: 2.5px solid var(--border-dark);
  border-radius: var(--radius-md);
  box-shadow: 4px 4px 0px var(--border-dark);
  overflow: hidden;
  transition: var(--transition);
}

.faq-question {
  width: 100%;
  padding: 18px 22px;
  background: transparent;
  border: none;
  text-align: left;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.faq-question:hover {
  background: #fafbfe;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--yellow-canary);
  border: 2px solid var(--border-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: transform 0.25s ease;
  line-height: 1;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  background: var(--hot-pink);
  color: #fff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
  padding: 0 22px;
  color: var(--text-muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  max-height: 600px;
  padding: 0 22px 20px 22px;
}

/* ==========================================================================
   9. FOOTER
   ========================================================================== */
.footer-section {
  background: var(--bg-blue-deep);
  color: #ffffff;
  padding: 45px 0 85px 0;
  text-align: center;
  border-top: 3px solid var(--border-dark);
}

.footer-logo {
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--yellow-canary);
}

.footer-text {
  font-size: 0.94rem;
  color: #9cb5f7;
  max-width: 600px;
  margin: 0 auto 16px auto;
  line-height: 1.6;
}

.footer-copyright {
  font-size: 0.82rem;
  color: #6e84be;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 18px;
  max-width: 600px;
  margin: 0 auto;
}

/* ==========================================================================
   10. LIGHTBOX MODAL
   ========================================================================== */
.lightbox-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(9, 13, 30, 0.94);
  backdrop-filter: blur(8px);
  z-index: 999999;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.lightbox-modal.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 1100px;
  width: 96vw;
  max-height: 94vh;
  background: #ffffff;
  padding: 14px;
  border-radius: 16px;
  border: 3.5px solid var(--border-dark);
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
}

.lightbox-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 4px;
}

.lightbox-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--text-dark);
}

.lightbox-close-btn {
  background: var(--hot-pink);
  color: #fff;
  border: 2px solid var(--border-dark);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 0px var(--border-dark);
  transition: transform 0.2s;
  line-height: 1;
}

.lightbox-close-btn:hover {
  transform: scale(1.1);
  background: var(--hot-pink-hover);
}

.lightbox-body {
  overflow: auto;
  max-height: calc(94vh - 85px);
  border-radius: 8px;
  border: 2px solid #e1e4f0;
  background: #111425;
}

.lightbox-body img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   11. MOBILE STICKY BOTTOM BAR
   ========================================================================== */
.mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 3px solid var(--border-dark);
  padding: 10px 14px;
  z-index: 9999;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mobile-sticky-bar .mobile-price-tag {
  color: var(--text-dark);
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.1;
}

.mobile-sticky-bar .mobile-price-tag .small {
  font-size: 0.68rem;
  color: var(--text-muted);
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}

.mobile-sticky-bar .mobile-price-tag .price {
  font-size: 1.25rem;
  color: var(--bg-blue);
}

.mobile-sticky-bar .mobile-btn-buy {
  flex: 1;
  background: var(--yellow-canary);
  color: var(--text-dark);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  padding: 12px 14px;
  border-radius: var(--radius-pill);
  border: 2.5px solid var(--border-dark);
  box-shadow: 2px 2px 0px var(--border-dark);
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}

/* Social Proof Toast */
.social-proof-toast {
  position: fixed;
  bottom: 24px;
  left: 24px;
  background: #ffffff;
  color: var(--text-dark);
  border: 2px solid var(--border-dark);
  border-radius: var(--radius-md);
  box-shadow: 4px 4px 0px var(--border-dark);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 990;
  font-size: 0.88rem;
  transform: translateY(150%);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  max-width: 320px;
}

.social-proof-toast.show {
  transform: translateY(0);
}

.social-proof-toast .toast-icon {
  font-size: 1.5rem;
}

/* ==========================================================================
   RESPONSIVIDADE COMPLETA (TABLETS E SMARTPHONES)
   ========================================================================== */
@media (max-width: 991px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 36px;
  }

  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .trust-badges-row {
    justify-content: center;
  }

  .comparison-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .bonus-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .super-bonus-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px 20px 22px 20px;
  }

  .creator-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 32px;
  }

  .creator-highlight-box {
    border-left: none;
    border-top: 4px solid var(--yellow-canary);
    border-radius: var(--radius-md);
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 85px; /* Espaço para a barra fixa inferior */
  }

  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  /* 1. Top Announcement Bar */
  .announcement-bar {
    font-size: 0.78rem;
    padding: 8px 12px;
    flex-direction: column;
    gap: 5px;
    line-height: 1.35;
  }

  .countdown-box {
    font-size: 0.78rem;
    padding: 2px 8px;
  }

  /* 2. Hero Section */
  .hero-section {
    padding: 24px 0 35px 0;
  }

  .hero-tag {
    font-size: 0.76rem;
    padding: 6px 12px;
    margin-bottom: 12px;
  }

  .hero-title {
    font-size: clamp(1.7rem, 6.5vw, 2.25rem);
    margin-bottom: 14px;
    line-height: 1.18;
  }

  .hero-description {
    font-size: 0.95rem;
    line-height: 1.55;
    margin-bottom: 20px;
  }

  /* Botão CTA Principal */
  .btn-cta-main {
    width: 100%;
    max-width: 100%;
    padding: 14px 16px;
    font-size: 1.08rem;
    box-shadow: 0 4px 0px var(--border-dark);
    border-width: 3px;
  }

  .btn-cta-main .btn-subtext {
    font-size: 0.76rem;
    line-height: 1.25;
    margin-top: 3px;
  }

  .trust-badges-row {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    gap: 7px;
  }

  .trust-item {
    justify-content: center;
    font-size: 0.78rem;
    padding: 6px 10px;
    text-align: center;
  }

  .hero-visual {
    margin-top: 10px;
  }

  .hero-mockup-card {
    max-width: 300px;
    transform: rotate(0deg);
    padding: 8px 8px 14px 8px;
  }

  .floating-sticker-1 {
    top: -10px;
    left: 4px;
    font-size: 0.7rem;
    padding: 4px 8px;
    transform: rotate(-4deg);
  }

  .floating-sticker-2 {
    bottom: -10px;
    right: 4px;
    font-size: 0.72rem;
    padding: 4px 10px;
    transform: rotate(4deg);
  }

  /* 3. Dores / Antes x Depois */
  .pain-solution-section {
    padding: 45px 0 50px 0;
  }

  .section-header {
    margin-bottom: 28px;
  }

  .section-title {
    font-size: clamp(1.55rem, 5.5vw, 1.95rem);
  }

  .section-subtitle {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .scrap-card {
    padding: 20px 16px;
    border-radius: var(--radius-md);
  }

  .scrap-card.pain-card,
  .scrap-card.solution-card {
    transform: rotate(0deg);
  }

  .card-tag {
    font-size: 1.1rem;
    margin-bottom: 14px;
  }

  .scrap-list li {
    font-size: 0.9rem;
    gap: 8px;
  }

  .card-handwritten-note {
    font-size: 1.25rem;
    margin-top: 16px;
    padding-top: 12px;
  }

  /* 4. Estéticas & Galeria */
  .aesthetics-section {
    padding: 45px 0 55px 0;
  }

  .interactive-gallery-box {
    padding: 16px 12px;
    border-radius: var(--radius-lg);
    margin-bottom: 28px;
  }

  .interactive-gallery-header h3 {
    font-size: 1.2rem;
  }

  .interactive-gallery-header p {
    font-size: 0.82rem;
  }

  /* Abas da galeria em grade limpa de 2 colunas */
  .gallery-tabs-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 12px;
  }

  .gallery-tab-btn {
    font-size: 0.78rem;
    padding: 7px 8px;
    text-align: center;
    border-radius: var(--radius-md);
    white-space: normal;
    line-height: 1.2;
  }

  .gallery-tab-btn:last-child {
    grid-column: span 2;
  }

  .gallery-viewport {
    max-height: 240px;
  }

  .gallery-viewport-overlay {
    width: 92%;
    font-size: 0.72rem;
    padding: 6px 10px;
    bottom: 6px;
    white-space: normal;
    text-align: center;
  }

  .aesthetics-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }

  .aesthetic-card {
    padding: 18px 14px;
    border-radius: var(--radius-md);
  }

  .aesthetic-name {
    font-size: 1.25rem;
  }

  .aesthetic-preview-image-wrap {
    height: 150px;
    margin: 10px 0 12px 0;
  }

  /* 5. Bônus & Super Bônus */
  .bonus-section {
    padding: 45px 0 55px 0;
  }

  .bonus-grid {
    gap: 18px;
    margin-top: 24px;
  }

  .bonus-card {
    padding: 22px 16px;
    border-radius: var(--radius-md);
    transform: rotate(0deg) !important;
  }

  .bonus-title {
    font-size: 1.2rem;
  }

  .bonus-desc {
    font-size: 0.9rem;
  }

  .super-bonus-card {
    padding: 34px 14px 18px 14px;
    border-radius: var(--radius-md);
    margin-top: 24px;
    gap: 18px;
  }

  .super-bonus-badge-top {
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.74rem;
    padding: 5px 12px;
    max-width: 90%;
    text-align: center;
    line-height: 1.2;
    white-space: normal;
    width: max-content;
  }

  .super-bonus-content h3 {
    font-size: 1.3rem;
  }

  .super-bonus-features li {
    font-size: 0.88rem;
    gap: 6px;
  }

  .super-bonus-urgency-tag {
    font-size: 0.78rem;
    padding: 6px 10px;
    text-align: center;
    width: 100%;
    justify-content: center;
  }

  /* 6. Quem Criou */
  .creator-section {
    padding: 45px 0 55px 0;
  }

  .creator-polaroid {
    max-width: 240px;
    padding: 8px 8px 16px 8px;
    transform: rotate(0deg);
  }

  .creator-polaroid .creator-caption {
    font-size: 1.3rem;
  }

  .creator-info h2 {
    font-size: 1.55rem;
  }

  .creator-info p {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .creator-highlight-box {
    font-size: 0.9rem;
    padding: 10px 12px;
    margin: 16px 0;
  }

  .creator-btn-insta {
    width: 100%;
    justify-content: center;
    font-size: 0.88rem;
    padding: 10px 14px;
  }

  /* 7. Oferta & Checkout Cakto */
  .pricing-section {
    padding: 50px 0 60px 0;
  }

  .pricing-box {
    padding: 32px 14px 20px 14px;
    border-radius: var(--radius-lg);
    border-width: 3px;
    box-shadow: 5px 5px 0px var(--border-dark);
  }

  .pricing-badge-top {
    font-size: 0.78rem;
    padding: 5px 12px;
    max-width: 90%;
    white-space: normal;
    line-height: 1.2;
    text-align: center;
    width: max-content;
  }

  .pricing-title {
    font-size: 1.55rem;
  }

  .pricing-subtitle {
    font-size: 0.88rem;
    margin-bottom: 18px;
  }

  .pricing-price-container {
    padding: 14px 10px;
    margin-bottom: 18px;
  }

  .price-main {
    font-size: 2.6rem;
  }

  .price-main .currency {
    font-size: 1.3rem;
  }

  .price-conditions {
    font-size: 0.75rem;
  }

  .pricing-features-list {
    gap: 9px;
    margin-bottom: 20px;
  }

  .pricing-features-list li {
    font-size: 0.86rem;
    align-items: flex-start;
    gap: 8px;
  }

  .pricing-features-list li .check-icon {
    margin-top: 2px;
    width: 18px;
    height: 18px;
    font-size: 0.7rem;
  }

  .guarantee-box {
    flex-direction: column;
    text-align: center;
    gap: 6px;
    padding: 12px;
  }

  .guarantee-seal {
    font-size: 1.8rem;
  }

  /* 8. FAQ */
  .faq-section {
    padding: 45px 0 55px 0;
  }

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

  .faq-question {
    padding: 14px 14px;
    font-size: 0.95rem;
    gap: 8px;
  }

  .faq-icon {
    width: 24px;
    height: 24px;
    font-size: 0.9rem;
  }

  .faq-answer {
    font-size: 0.88rem;
  }

  .faq-item.active .faq-answer {
    padding: 0 14px 16px 14px;
  }

  /* Washi Tape reduzida no celular */
  .washi-tape {
    width: 75px;
    height: 20px;
  }

  /* Lightbox */
  .lightbox-content {
    width: 98vw;
    max-height: 92vh;
    padding: 8px;
    border-radius: 10px;
  }

  .lightbox-title {
    font-size: 0.88rem;
  }

  .lightbox-close-btn {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }

  /* Barra Fixa Mobile */
  .mobile-sticky-bar {
    display: flex;
  }

  .social-proof-toast {
    display: none;
  }
}
