/* ==========================================================================
   MEU HERÓI — KIT DIA DOS PAIS PARA IMPRIMIR
   Design System Inspirado em: manualcriativo.com.br/bcr-croche-bolsas-pv01/
   Visual Leve, Elegante, Totalmente Responsivo (Desktop + Mobile)
   ========================================================================== */

:root {
  --dark: #0f233f;
  --dark-2: #091526;
  --offwhite: #f8fafc;
  --offwhite-warm: #fffdf5;
  --caramel-bg: #fef3c7;
  --cream: #fff7ec;
  
  --text: #1e293b;
  --text-muted: #64748b;
  
  --gold: #f59e0b;
  --amber: #d97706;
  --terracotta: #d97706;
  
  --cta: #10b981;
  --cta-hover: #059669;
  
  --white: #ffffff;
  --border: rgba(15, 35, 63, 0.12);
  --shadow: 0 18px 44px rgba(15, 35, 63, 0.08);
  --shadow-strong: 0 24px 62px rgba(15, 35, 63, 0.16);
  
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: 1120px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  background: var(--white);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

/* CONTAINERS & LAYOUT UTILITIES */
.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

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

.center {
  text-align: center;
}

.section {
  padding: 64px 0;
}

.section-dark {
  background:
    radial-gradient(circle at top left, rgba(245, 158, 11, 0.15), transparent 34%),
    radial-gradient(circle at bottom right, rgba(16, 185, 129, 0.16), transparent 38%),
    linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 100%);
  color: var(--cream);
}

.section-offwhite {
  background: var(--offwhite);
}

.section-caramel {
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.18), transparent 34%),
    linear-gradient(180deg, #fffbeb 0%, var(--offwhite-warm) 100%);
  border-top: 1px solid rgba(245, 158, 11, 0.12);
  border-bottom: 1px solid rgba(245, 158, 11, 0.12);
}

.section-editorial {
  background: #fefce8;
  padding: 64px 0;
}

/* TYPOGRAPHY */
h1, h2, h3, h4 {
  font-family: "Poppins", "Inter", sans-serif;
  letter-spacing: -0.03em;
  margin-top: 0;
}

h1 {
  color: var(--cream);
  font-size: clamp(2.1rem, 5.5vw, 3.4rem);
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 18px;
  text-align: center;
}

h2 {
  color: var(--dark);
  font-size: clamp(1.85rem, 4.5vw, 2.6rem);
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 12px;
}

.section-heading {
  margin-bottom: 44px;
}

.section-heading p {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 999px;
  background: var(--caramel-bg);
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* ==========================================================================
   TOP ALERT BAR
   ========================================================================== */
.top-alert {
  background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
  color: #78350f;
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.top-alert-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.88rem;
}

.top-alert-text {
  font-size: 0.88rem;
  font-weight: 700;
}

.top-alert-timer {
  font-size: 0.82rem;
  font-weight: 600;
  opacity: 0.95;
}

.btn-top-alert {
  background: var(--dark);
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 0.78rem;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 0.2s ease;
}

.btn-top-alert:hover {
  transform: scale(1.05);
}

/* ==========================================================================
   BLOCO 1 — HERO
   ========================================================================== */
.hero {
  padding: 56px 0 72px;
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

.hero-copy {
  width: 100%;
  max-width: 820px;
  text-align: center;
  margin-inline: auto;
}

.mini-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 1px solid rgba(255, 247, 236, 0.22);
  border-radius: 999px;
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  background: rgba(255, 247, 236, 0.08);
}

.hero-lead {
  color: var(--cream);
  font-size: clamp(1.05rem, 2.5vw, 1.25rem);
  line-height: 1.48;
  font-weight: 500;
  max-width: 680px;
  margin: 0 auto 28px;
}

.hero-mockup {
  max-width: 720px;
  margin: 0 auto 32px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-strong);
  border: 3px solid rgba(255, 255, 255, 0.18);
  transition: transform 0.3s ease;
}

.hero-mockup:hover {
  transform: scale(1.01);
}

.hero-mockup img {
  width: 100%;
  height: auto;
}

.hero-support-pill {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 12px 20px;
  font-size: 0.95rem;
  color: #f1f5f9;
  font-weight: 600;
  max-width: 580px;
  margin: 0 auto 32px;
}

.hero-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 36px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 540px;
  text-align: left;
}

.hero-list li {
  position: relative;
  padding-left: 30px;
  color: var(--cream);
  font-size: 0.98rem;
  line-height: 1.4;
  font-weight: 700;
}

.hero-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--cta);
  font-weight: 900;
  font-size: 1.15em;
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 440px;
  min-height: 60px;
  padding: 18px 28px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  font-family: "Poppins", "Inter", sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 12px 30px rgba(16, 185, 129, 0.35);
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(16, 185, 129, 0.48);
}

.btn-secondary {
  background: var(--dark);
  color: #ffffff;
  box-shadow: var(--shadow);
}

.btn-secondary:hover {
  transform: translateY(-3px);
  background: #19355c;
}

.shimmer {
  position: relative;
  overflow: hidden;
}

.shimmer::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    60deg,
    transparent 30%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 70%
  );
  transform: rotate(30deg);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0% { transform: translateX(-100%) rotate(30deg); }
  100% { transform: translateX(100%) rotate(30deg); }
}

.instant-note {
  margin-top: 24px;
  font-size: 0.82rem;
  color: rgba(255, 247, 236, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.access-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.access-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: #ffffff;
}

.icon-emoji {
  font-size: 1.1rem;
}

.cta-space {
  margin-top: 36px;
}

/* ==========================================================================
   BLOCO 2 — MOSAICO / GRID DE CONTEÚDO (OLHE POR DENTRO)
   ========================================================================== */
.inside-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.preview-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.preview-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-strong);
}

.card-media {
  height: 230px;
  overflow: hidden;
  background: #f1f5f9;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.preview-card:hover .card-media img {
  transform: scale(1.05);
}

.card-body {
  padding: 20px;
}

.card-body h3 {
  font-size: 1.1rem;
  color: var(--dark);
  margin-bottom: 6px;
}

.card-body p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* ==========================================================================
   BLOCO 3 — O QUE VOCÊ VAI RECEBER (DUAL KITS WITH IMAGES)
   ========================================================================== */
.kits-dual-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-items: stretch;
}

.kit-card-box {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  position: relative;
  display: flex;
  flex-direction: column;
}

.kit-image-shell {
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid var(--border);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.kit-image-shell img {
  width: 100%;
  height: auto;
  display: block;
}

.vip-box {
  border: 2px solid var(--gold);
  background: linear-gradient(180deg, #fffdf5 0%, var(--white) 100%);
  box-shadow: var(--shadow-strong);
}

.vip-tag-header {
  position: absolute;
  top: -14px;
  right: 28px;
  background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.kit-badge-tag {
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

.kit-badge-tag.gold {
  color: var(--amber);
}

.kit-card-header h3 {
  font-size: 1.35rem;
  color: var(--dark);
  margin: 6px 0;
}

.kit-card-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.kit-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kit-check-list li {
  position: relative;
  padding-left: 28px;
  font-size: 0.95rem;
  color: var(--text);
}

.kit-check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--cta);
  font-weight: 900;
  font-size: 1.1rem;
}

.gold-stars li::before {
  content: '★';
  color: var(--amber);
}

/* ==========================================================================
   BLOCO 4 — COMO FUNCIONA + OBJEÇÕES
   ========================================================================== */
.steps-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}

.step-card-item {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 24px 16px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  text-align: center;
}

.step-circle {
  background: var(--dark);
  color: #ffffff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1rem;
  margin: 0 auto 12px auto;
}

.step-card-item h4 {
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.35;
}

.objections-card-wrapper {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.objections-head-title {
  font-size: 1.3rem;
  color: var(--dark);
  margin-bottom: 28px;
}

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

.obj-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--offwhite);
  padding: 18px 20px;
  border-radius: var(--radius-md);
  border-left: 4px solid var(--dark);
}

.obj-emoji {
  font-size: 1.7rem;
  flex-shrink: 0;
}

.obj-item strong {
  display: block;
  font-size: 0.98rem;
  color: var(--dark);
  margin-bottom: 4px;
}

.obj-item p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0;
}

/* ==========================================================================
   BLOCO 5 — PARÁGRAFO DE COMUNICAÇÃO (EDITORIAL STORY)
   ========================================================================== */
.editorial-shell {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 44px 36px;
  border: 1px solid #fef08a;
  box-shadow: var(--shadow);
}

.editorial-icon-top {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.editorial-content p {
  font-size: 1.05rem;
  color: #334155;
  margin-bottom: 18px;
  line-height: 1.7;
}

.editorial-highlight-box {
  font-weight: 800;
  color: var(--dark);
  font-size: 1.1rem !important;
  background: var(--caramel-bg);
  padding: 18px 24px;
  border-radius: var(--radius-md);
  margin-top: 28px;
}

/* ==========================================================================
   BLOCO 6 — BÔNUS GRID WITH REAL IMAGES
   ========================================================================== */
.bonus-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.bonus-item {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 20px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
}

.bonus-item:hover {
  transform: translateY(-4px);
}

.bonus-image-shell {
  height: 160px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-bottom: 16px;
  background: var(--offwhite);
}

.bonus-image-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bonus-badge {
  display: inline-block;
  align-self: flex-start;
  background: var(--caramel-bg);
  color: var(--amber);
  font-size: 0.72rem;
  font-weight: 900;
  padding: 3px 10px;
  border-radius: 12px;
  margin-bottom: 8px;
}

.bonus-item h4 {
  font-size: 1.05rem;
  color: var(--dark);
  margin-bottom: 6px;
}

.bonus-item p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0;
}

/* ==========================================================================
   BLOCO 7 — PRICING TABLES WITH THUMBNAILS
   ========================================================================== */
.pricing-cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 960px;
  margin: 0 auto;
  align-items: stretch;
}

.pricing-card-box {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.pricing-thumb {
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid var(--border);
}

.pricing-thumb img {
  width: 100%;
  height: auto;
}

.featured-pricing {
  border: 2px solid var(--gold);
  background: linear-gradient(180deg, #fffdf5 0%, var(--white) 100%);
  box-shadow: var(--shadow-strong);
}

.pricing-top-ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.74rem;
  padding: 5px 18px;
  border-radius: 999px;
  white-space: nowrap;
}

.card-plan-tag {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

.card-plan-tag.gold {
  color: var(--amber);
}

.pricing-card-top h3 {
  font-size: 1.55rem;
  color: var(--dark);
  margin-top: 4px;
}

.plan-sub-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.plan-short-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.plan-details-box {
  background: var(--offwhite);
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  color: var(--text);
  margin-bottom: 24px;
}

.price-display {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  margin-bottom: 4px;
}

.symbol {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--dark);
  margin-top: 8px;
}

.value {
  font-family: "Poppins", sans-serif;
  font-size: 3.3rem;
  font-weight: 900;
  color: var(--dark);
  line-height: 1;
}

.price-sub-note {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.upsell-highlight-box {
  background: var(--caramel-bg);
  border: 1px dashed var(--amber);
  color: #92400e;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 24px;
}

/* ==========================================================================
   BLOCO 8 — GARANTIA
   ========================================================================== */
.guarantee-box {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 44px 36px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.shield-badge {
  font-size: 3.2rem;
  margin-bottom: 12px;
}

.guarantee-box h2 {
  font-size: 1.55rem;
  color: var(--dark);
  margin-bottom: 12px;
}

.guarantee-box p {
  font-size: 0.98rem;
  color: var(--text-muted);
  margin-bottom: 28px;
}

.guarantee-tags-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.guarantee-tags-row span {
  background: var(--offwhite);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text);
}

/* ==========================================================================
   BLOCO 9 — DEPOIMENTOS
   ========================================================================== */
.reviews-dual-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 860px;
  margin: 0 auto;
}

.review-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 28px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.stars-row {
  font-size: 1rem;
  margin-bottom: 10px;
}

.review-quote {
  font-size: 1.02rem;
  font-style: italic;
  color: var(--text);
  margin-bottom: 14px;
}

.review-author {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--dark);
}

/* ==========================================================================
   BLOCO 10 — FAQ ACCORDION
   ========================================================================== */
.faq-accordion-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--white);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.faq-title {
  padding: 18px 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--dark);
  cursor: pointer;
  user-select: none;
}

.faq-content {
  padding: 0 22px 18px 22px;
  font-size: 0.95rem;
  color: var(--text-muted);
}

/* ==========================================================================
   BLOCO 11 — ENCERRAMENTO & FOOTER
   ========================================================================== */
.final-cta {
  padding: 84px 0;
}

.final-cta h2 {
  font-size: clamp(1.85rem, 4.5vw, 2.7rem);
  color: var(--cream);
  margin-bottom: 16px;
}

.final-subtext {
  font-size: 1.15rem;
  color: rgba(255, 247, 236, 0.88);
  margin-bottom: 36px;
}

.big-btn {
  margin: 0 auto 18px auto;
}

.microcopy-light {
  font-size: 0.82rem;
  color: rgba(255, 247, 236, 0.7);
}

.footer {
  background: var(--dark-2);
  color: rgba(255, 255, 255, 0.45);
  padding: 24px 0;
  font-size: 0.82rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* ==========================================================================
   RESPONSIVITY
   ========================================================================== */
@media (max-width: 900px) {
  .hero-list {
    grid-template-columns: 1fr;
    max-width: 320px;
  }

  .kits-dual-container,
  .pricing-cards-container,
  .reviews-dual-grid,
  .objections-grid {
    grid-template-columns: 1fr;
  }

  .steps-flow {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .section {
    padding: 48px 0;
  }

  .top-alert-inner {
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }

  .steps-flow {
    grid-template-columns: 1fr;
  }

  .editorial-shell,
  .objections-card-wrapper,
  .pricing-card-box,
  .guarantee-box {
    padding: 28px 20px;
  }
}
