/* RESET & BASE */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1A1A1A;
  background: #F9F6F2;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; }
a { text-decoration: none; color: inherit; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

h1, h2, h3, h4 { font-family: 'Poppins', sans-serif; font-weight: 800; line-height: 1.2; color: #1A1A1A; }

.highlight { color: #FF6B35; position: relative; white-space: nowrap; }
.highlight::after {
  content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 8px;
  background: rgba(255, 107, 53, 0.2); z-index: -1; border-radius: 4px;
}

.section-title { font-size: clamp(28px, 5vw, 42px); text-align: center; margin-bottom: 12px; }
.section-sub { text-align: center; color: #757575; font-size: clamp(15px, 2vw, 18px); margin-bottom: 48px; max-width: 700px; margin-left: auto; margin-right: auto; }

/* HERO */
.hero {
  background: linear-gradient(180deg, #FFF5EE 0%, #F9F6F2 100%);
  padding: 32px 0 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 400px; height: 400px; background: radial-gradient(circle, rgba(255, 107, 53, 0.1), transparent 70%);
  border-radius: 50%; z-index: 0;
}
.hero .container { position: relative; z-index: 1; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #FFFFFF; padding: 8px 18px; border-radius: 24px;
  font-size: 13px; font-weight: 600; color: #2D2D2D;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05); margin-bottom: 24px;
}
.pulse-dot {
  width: 8px; height: 8px; background: #4CAF50; border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.6); }
  50% { box-shadow: 0 0 0 8px rgba(76, 175, 80, 0); }
}

.headline {
  font-size: clamp(30px, 6vw, 56px);
  font-weight: 900;
  margin-bottom: 20px;
  max-width: 900px; margin-left: auto; margin-right: auto;
  letter-spacing: -0.02em;
}
.subheadline {
  font-size: clamp(16px, 2.4vw, 20px);
  color: #4a4a4a;
  max-width: 720px;
  margin: 0 auto 36px;
}

/* VSL */
.vsl-section { margin: 36px 0; max-width: 800px; margin-left: auto; margin-right: auto; }
.vsl-title {
  font-size: clamp(18px, 2.5vw, 22px);
  margin-bottom: 16px;
  color: #FF6B35;
}
.vsl-wrapper {
  position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
  border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  background: #2D2D2D;
}
.vsl-wrapper iframe, .vsl-placeholder {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  border: 0;
}
.vsl-placeholder {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #2D2D2D, #1a1a1a);
}
.vsl-fallback { text-align: center; color: white; }
.play-icon { margin-bottom: 16px; cursor: pointer; transition: transform 0.2s; }
.play-icon:hover { transform: scale(1.05); }

/* CTA SCROLL */
.cta-scroll {
  background: #FF6B35;
  color: white;
  font-weight: 700;
  font-size: clamp(14px, 2vw, 18px);
  padding: 18px 28px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(255, 107, 53, 0.4);
  letter-spacing: 0.02em;
  transition: all 0.2s;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  text-transform: uppercase;
  margin-top: 8px;
  animation: cta-pulse 2.5s infinite;
  max-width: 100%;
  box-sizing: border-box;
}
.cta-scroll:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255, 107, 53, 0.5); }
.cta-scroll:active { transform: translateY(0); }
.cta-scroll .arrow { animation: bounce 1.5s infinite; }
.cta-scroll.big { padding: 22px 40px; font-size: clamp(16px, 2.4vw, 20px); }

@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(255, 107, 53, 0.4); }
  50% { box-shadow: 0 8px 32px rgba(255, 107, 53, 0.7); }
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

.cta-sub { margin-top: 14px; font-size: 14px; color: #757575; font-weight: 500; }

/* SCREENS COLLAGE */
/* FAN COLLAGE — 5 screenshots, fan spread */
.fan-collage {
  position: relative;
  height: 280px;
  max-width: 28rem;
  margin: 0 auto;
}

.fan-img {
  position: absolute;
}
.fan-img img {
  display: block;
  width: 100%;
  border-radius: 0.75rem;
  border: 3px solid white;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
  object-fit: contain;
}

/* Centro */
.fan-img-1 {
  width: 10.5rem;
  left: 50%;
  top: 38%;
  z-index: 30;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}
.fan-img-1-deco {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,107,53,0.2), rgba(255,154,0,0.12));
  border-radius: 0.75rem;
  transform: rotate(2deg) scale(1.05);
  filter: blur(10px);
  z-index: -1;
}

/* Esquerda próxima */
.fan-img-2 {
  width: 7.5rem;
  left: 12%;
  top: 35%;
  z-index: 15;
  opacity: 0;
  transform: translateY(-50%) rotate(4deg) translateX(-20px);
}

/* Esquerda distante */
.fan-img-3 {
  width: 7rem;
  left: 2%;
  top: 60%;
  z-index: 5;
  opacity: 0;
  transform: translateY(-50%) rotate(6deg) translateX(-30px);
}

/* Direita próxima */
.fan-img-4 {
  width: 7.5rem;
  right: 12%;
  top: 35%;
  z-index: 15;
  opacity: 0;
  transform: translateY(-50%) rotate(-4deg) translateX(20px);
}

/* Direita distante */
.fan-img-5 {
  width: 7rem;
  right: 2%;
  top: 60%;
  z-index: 5;
  opacity: 0;
  transform: translateY(-50%) rotate(-6deg) translateX(30px);
}

/* Keyframes */
@keyframes fan-center {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.7); }
  to   { opacity: 1; transform: translate(-50%, -50%) scale(1);   }
}
@keyframes fan-near-left {
  from { opacity: 0; transform: translateY(-50%) rotate(4deg) translateX(-20px); }
  to   { opacity: 1; transform: translateY(-50%) rotate(4deg) translateX(0); }
}
@keyframes fan-far-left {
  from { opacity: 0; transform: translateY(-50%) rotate(6deg) translateX(-30px); }
  to   { opacity: 1; transform: translateY(-50%) rotate(6deg) translateX(0); }
}
@keyframes fan-near-right {
  from { opacity: 0; transform: translateY(-50%) rotate(-4deg) translateX(20px); }
  to   { opacity: 1; transform: translateY(-50%) rotate(-4deg) translateX(0); }
}
@keyframes fan-far-right {
  from { opacity: 0; transform: translateY(-50%) rotate(-6deg) translateX(30px); }
  to   { opacity: 1; transform: translateY(-50%) rotate(-6deg) translateX(0); }
}

.fan-img-1.fan-animated { animation: fan-center     0.6s ease-out 0s    forwards; }
.fan-img-2.fan-animated { animation: fan-near-left  0.6s ease-out 0.1s  forwards; }
.fan-img-3.fan-animated { animation: fan-far-left   0.6s ease-out 0.2s  forwards; }
.fan-img-4.fan-animated { animation: fan-near-right 0.6s ease-out 0.15s forwards; }
.fan-img-5.fan-animated { animation: fan-far-right  0.6s ease-out 0.25s forwards; }

/* Tablet */
@media (min-width: 640px) {
  .fan-collage { height: 320px; max-width: 34rem; }
  .fan-img-1 { width: 12.5rem; }
  .fan-img-2, .fan-img-4 { width: 9rem; }
  .fan-img-3, .fan-img-5 { width: 8.5rem; }
}

/* Desktop */
@media (min-width: 1024px) {
  .fan-collage { height: 380px; max-width: 42rem; }
  .fan-img-1 { width: 14.5rem; }
  .fan-img-2, .fan-img-4 { width: 10.5rem; }
  .fan-img-3, .fan-img-5 { width: 10rem; }
}

.screens-section {
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 2;
  margin: -90px 0 -100px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .screens-section {
    padding-top: 120px;
    margin: -150px 0 -100px;
    overflow: hidden;
    pointer-events: none;
  }
}
.screens-collage {
  display: flex; justify-content: center; align-items: center;
  gap: 30px; flex-wrap: wrap; margin-top: 24px;
  perspective: 1000px;
}
.phone {
  width: 240px; flex-shrink: 0;
  transition: transform 0.3s;
}
.phone:hover { transform: translateY(-8px); }
.phone-1 { transform: rotate(-6deg); }
.phone-1:hover { transform: rotate(-6deg) translateY(-8px); }
.phone-3 { transform: rotate(6deg); }
.phone-3:hover { transform: rotate(6deg) translateY(-8px); }
.phone-2 { transform: scale(1.08); z-index: 2; }
.phone-2:hover { transform: scale(1.08) translateY(-8px); }

.phone-frame {
  background: #1a1a1a; padding: 12px 8px; border-radius: 36px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.18), 0 0 0 2px #2a2a2a inset;
  position: relative;
}
.phone-frame::before {
  content: ''; position: absolute; top: 18px; left: 50%; transform: translateX(-50%);
  width: 80px; height: 18px; background: #1a1a1a; border-radius: 12px; z-index: 2;
}
.phone-screen {
  background: #F9F6F2; border-radius: 28px;
  height: 460px; padding: 36px 14px 14px; overflow: hidden;
}

/* MOCK DASHBOARD */
.screen-dashboard .mock-header { display: flex; gap: 10px; align-items: center; margin-bottom: 16px; }
.mock-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg,#FFB088,#FF6B35); flex-shrink: 0; }
.mock-info { flex: 1; }
.mock-line { height: 8px; background: #E0E0E0; border-radius: 4px; margin-bottom: 6px; }
.mock-line.short { width: 60%; }
.mock-line.shorter { width: 40%; }
.mock-line.tiny { width: 30%; height: 6px; }
.mock-line.title { width: 50%; height: 12px; margin-bottom: 12px; background: #2D2D2D; }

.mock-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 14px; }
.stat-card {
  background: white; border-radius: 10px; padding: 8px 4px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.stat-icon { font-size: 14px; }
.stat-num { font-weight: 800; font-size: 14px; color: #FF6B35; }
.stat-lbl { font-size: 8px; color: #757575; }

.mock-card-large { background: white; border-radius: 14px; padding: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.06); }
.mock-thumb { width: 100%; height: 70px; background: linear-gradient(135deg, #FFE0CC, #FF6B35); border-radius: 10px; margin-bottom: 8px; }
.mock-progress { height: 5px; background: #E0E0E0; border-radius: 3px; margin: 8px 0; overflow: hidden; }
.mock-progress span { display: block; height: 100%; background: #4CAF50; width: 45%; border-radius: 3px; }
.mock-progress.big { height: 8px; margin-bottom: 16px; }
.mock-btn { background: #FF6B35; color: white; padding: 6px; border-radius: 8px; text-align: center; font-size: 9px; font-weight: 600; }

/* MOCK TRAININGS */
.screen-trainings .mock-search { height: 28px; background: white; border-radius: 8px; margin-bottom: 12px; box-shadow: 0 2px 4px rgba(0,0,0,0.04); }
.mock-chips { display: flex; gap: 6px; margin-bottom: 12px; flex-wrap: wrap; }
.chip { font-size: 9px; padding: 4px 8px; background: white; border-radius: 12px; color: #757575; }
.chip.active { background: #FF6B35; color: white; }
.mock-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mock-training { background: white; padding: 6px; border-radius: 10px; box-shadow: 0 2px 6px rgba(0,0,0,0.04); }
.mock-thumb-sm { width: 100%; height: 50px; background: linear-gradient(135deg,#E3F2FD,#90CAF9); border-radius: 6px; margin-bottom: 6px; }

/* MOCK MISSION */
.screen-mission .mock-mission-item {
  background: white; padding: 8px 10px; border-radius: 10px; margin-bottom: 8px;
  display: flex; gap: 10px; align-items: center; box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.mock-mission-item.done { opacity: 0.6; }
.mock-mission-item.active { border: 2px solid #FF6B35; }
.mock-check { width: 22px; height: 22px; border-radius: 50%; background: #E0E0E0; display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; }
.mock-mission-item.done .mock-check { background: #4CAF50; color: white; }
.mock-mission-item.active .mock-check { background: #FF6B35; color: white; }
.mock-check.pulse { animation: pulse 2s infinite; }
.mock-mission-info { flex: 1; }
.mock-btn-float { background: #2D2D2D; color: white; padding: 10px; border-radius: 12px; text-align: center; font-size: 10px; font-weight: 600; margin-top: 12px; }

/* PAINS */
.pains-section { padding: 80px 0; background: linear-gradient(180deg, #F9F6F2 0%, #FFF5EE 100%); }
.pains-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; max-width: 980px; margin: 0 auto; }
.pain-card {
  background: white; padding: 24px; border-radius: 16px;
  display: flex; gap: 16px; align-items: flex-start;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}
.pain-card:hover { transform: translateY(-4px); }
.pain-icon { font-size: 32px; flex-shrink: 0; line-height: 1; }
.pain-card p { font-size: 15px; color: #2D2D2D; }

.pains-bridge { margin-top: 56px; text-align: center; max-width: 800px; margin-left: auto; margin-right: auto; }
.bridge-text { font-size: clamp(17px, 2.4vw, 22px); color: #2D2D2D; margin-bottom: 16px; line-height: 1.5; }
.bridge-bold { font-family: 'Poppins', sans-serif; font-size: clamp(20px, 3vw, 28px); font-weight: 800; color: #1A1A1A; }

/* HOW IT WORKS */
.how-section { padding: 80px 0; background: white; }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; max-width: 1100px; margin: 0 auto; }
.step-card {
  background: white;
  padding: 32px 24px;
  border-radius: 20px;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 2px solid #FFE0CC;
  box-shadow: 0 4px 16px rgba(255, 107, 53, 0.08);
}
.step-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(255,107,53,0.15); }
.step-num {
  font-family: 'Poppins', sans-serif; font-size: 48px; font-weight: 900;
  color: #FF6B35; opacity: 1; line-height: 1; margin-bottom: 8px;
}
.step-card h3 { font-size: 20px; margin-bottom: 8px; color: #1A1A1A; }
.step-card p { font-size: 15px; color: #4a4a4a; }

.step-screens {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.step-screens img {
  flex: 1;
  width: 0;
  border-radius: 10px;
  border: 2px solid rgba(255,107,53,0.15);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  object-fit: cover;
}

/* WHAT YOU RECEIVE */
.receives-section { padding: 80px 0; background: linear-gradient(180deg, #FFF5EE 0%, #F9F6F2 100%); }
.receives-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.receive-item {
  background: white; padding: 20px 24px; border-radius: 14px;
  display: flex; gap: 16px; align-items: flex-start;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  border-left: 4px solid #4CAF50;
}
.check-icon {
  width: 28px; height: 28px; background: #4CAF50; color: white;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-weight: 700; flex-shrink: 0; font-size: 14px;
}
.receive-item h4 { font-size: 17px; margin-bottom: 4px; font-family: 'Inter', sans-serif; font-weight: 700; }
.receive-item p { font-size: 14px; color: #757575; }

/* AI ELEMENTS */
.receive-highlight {
  border-left: 4px solid #FF6B35;
  background: linear-gradient(135deg, #FFF5EE, #FFFFFF);
  box-shadow: 0 4px 16px rgba(255, 107, 53, 0.1);
}
.ai-icon {
  background: linear-gradient(135deg, #FF6B35, #FF8A5C) !important;
  font-size: 16px;
}
.badge-ai {
  display: inline-block;
  background: #FF6B35;
  color: white;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  letter-spacing: 0.06em;
  vertical-align: middle;
  margin-left: 8px;
}
.offer-ai {
  color: #FF6B35 !important;
  font-weight: 700;
  font-size: 16px !important;
  border-bottom: 2px solid #FFE0CC !important;
  padding-bottom: 12px !important;
  margin-bottom: 4px;
}

/* RECEIVE CARDS (nova seção O que você vai receber) */
.receives-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.receive-card-full { grid-column: 1 / -1; }

/* TREINOS SECTION */
.trainings-section {
  padding: 72px 0;
  background: #F9F6F2;
  text-align: center;
}
.trainings-section .section-title { margin-bottom: 20px; }
.trainings-card {
  max-width: 760px;
  margin: 0 auto;
  background: linear-gradient(135deg, #FFF5EE, #FFFFFF);
  border: 1.5px solid rgba(255,107,53,0.2);
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 8px 32px rgba(255,107,53,0.08);
}
.trainings-sub {
  margin-bottom: 24px !important;
}

/* CARROSSEL DE TREINOS */
.training-carousel {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.tc-track-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
}
.tc-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.tc-slide {
  min-width: 100%;
  display: flex;
  gap: 12px;
}
.tc-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tc-img-wrap {
  border-radius: 12px;
  border: 1.5px solid rgba(255,107,53,0.25);
  overflow: hidden;
  line-height: 0;
}
.tc-item img {
  width: 100%;
  height: auto;
  display: block;
}
.tc-label {
  font-size: 13px;
  font-weight: 600;
  color: #1A1A1A;
  text-align: center;
  line-height: 1.3;
}
.tc-slide-more {
  justify-content: center;
  align-items: center;
}
.tc-more-box {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #FF6B35, #e85520);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 60%;
  margin: 0 auto;
}
.tc-more-num {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 900;
  color: white;
  line-height: 1;
}
.tc-more-text {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  text-align: center;
}
.tc-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: white;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #FF6B35;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.2s;
}
.tc-arrow:hover { background: #FFF5EE; }
.tc-prev { left: -16px; }
.tc-next { right: -16px; }
.tc-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.tc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #ddd;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, transform 0.3s;
}
.tc-dot.active {
  background: #FF6B35;
  transform: scale(1.3);
}

.receive-card {
  background: white;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1.5px solid #F0F0F0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.25s, box-shadow 0.25s;
}
.receive-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}

.receive-card-ai {
  background: linear-gradient(135deg, #FF6B35, #C73500);
  border-color: transparent;
}
.receive-card-ai h3,
.receive-card-ai p { color: white; }

.receive-card-icon { flex-shrink: 0; }

.receive-card-body h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #1A1A1A;
}
.receive-card-body p { font-size: 14px; color: #4a4a4a; line-height: 1.65; margin-bottom: 12px; }
.receive-card-body p:last-child { margin-bottom: 0; }
.receive-card-body p.rc-lead {
  font-size: 15px;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.5;
  margin-bottom: 14px;
}
.receive-card-body p.rc-tag {
  display: inline-block;
  font-size: 13px;
  color: #FF6B35;
  font-weight: 600;
  background: #FFF5EE;
  padding: 8px 14px;
  border-radius: 999px;
  margin-top: 4px;
}
.receive-card-ai .receive-card-body h3 { color: white; }
.receive-card-ai .receive-card-body p   { color: rgba(255,255,255,0.88); }

.receive-badge {
  display: inline-block;
  margin-top: 10px;
  background: rgba(255,255,255,0.25);
  border: 1px solid rgba(255,255,255,0.5);
  color: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 3px 10px;
  border-radius: 20px;
}

/* VIDEO MOCKUP */
.video-mockup {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  border: 1px solid #E8E8E8;
  background: #1a1a1a;
}

.vm-bar {
  background: #2d2d2d;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.vm-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #555;
}
.vm-dot:nth-child(1) { background: #FF5F57; }
.vm-dot:nth-child(2) { background: #FEBC2E; }
.vm-dot:nth-child(3) { background: #28C840; }
.vm-url {
  margin-left: 10px;
  font-size: 11px;
  color: #888;
  font-family: 'Inter', monospace;
}

.vm-screen { padding: 0; }

.vm-thumb {
  position: relative;
  background: linear-gradient(135deg, #1a0a00, #3d1500);
  padding: 32px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 140px;
}
.vm-thumb-center {
  justify-content: center;
  min-height: 160px;
}
.vm-play { flex-shrink: 0; cursor: pointer; transition: transform 0.2s; }
.vm-play:hover { transform: scale(1.08); }

.vm-chapters { flex: 1; display: flex; flex-direction: column; gap: 8px; }
.vm-chap {
  display: flex; align-items: center; gap: 10px;
  padding: 6px 10px; border-radius: 8px;
  background: rgba(255,255,255,0.05);
  transition: background 0.2s;
}
.vm-chap.active { background: rgba(255,107,53,0.25); }
.vm-chap-num {
  font-size: 10px; font-weight: 800; color: #FF6B35;
  font-family: 'Poppins', sans-serif; min-width: 18px;
}
.vm-chap-txt { font-size: 12px; color: rgba(255,255,255,0.8); }
.vm-chap.active .vm-chap-txt { color: white; font-weight: 600; }

.vm-progress-bar {
  height: 3px; background: rgba(255,255,255,0.1);
}
.vm-progress-fill {
  height: 100%; width: 0%;
  background: #FF6B35;
  animation: vm-load 3s ease 1s forwards;
}
@keyframes vm-load {
  to { width: 22%; }
}

.vm-meta {
  background: #111;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}
.vm-meta span:first-child { color: rgba(255,255,255,0.85); font-weight: 500; }

@media (max-width: 640px) {
  .receives-cards { grid-template-columns: 1fr; }
  .receive-card-full { grid-column: auto; }
  .vm-thumb { flex-direction: column; text-align: center; }
  .vm-chapters { width: 100%; }
}

/* SEU PET SEU ESTILO */
.style-section {
  padding: 64px 0 48px;
  background: #F9F6F2;
}
.style-card {
  max-width: 760px;
  margin: 0 auto;
  background: linear-gradient(135deg, #FFF5EE 0%, #FFF0E6 100%);
  border: 1.5px solid rgba(255,107,53,0.2);
  border-radius: 20px;
  padding: 40px 36px;
  box-shadow: 0 8px 32px rgba(255,107,53,0.08);
}
.style-card-inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.style-card-text {
  text-align: center;
}
.style-card-icon {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 12px;
}
.style-card-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 10px;
}
.style-card-sub {
  font-size: 15px;
  color: #555;
  line-height: 1.75;
  max-width: 560px;
  margin: 0 auto;
}
.style-card-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.style-img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  display: block;
  border: 2px solid rgba(255,107,53,0.3);
}

/* SOCIAL PROOF */
/* QUEBRA DE OBJEÇÃO */
.breeds-section {
  padding: 48px 0;
  background: white;
}
.breeds-card {
  max-width: 640px;
  margin: 0 auto;
  background: linear-gradient(135deg, #FFF5EE 0%, #FFF0E6 100%);
  border: 1.5px solid rgba(255,107,53,0.2);
  border-radius: 20px;
  padding: 40px 36px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(255,107,53,0.08);
}
.breeds-icon {
  font-size: 40px;
  margin-bottom: 14px;
  line-height: 1;
}
.breeds-card-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 10px;
}
.breeds-sub {
  font-size: 15px;
  color: #555;
  line-height: 1.75;
  margin: 0 0 20px;
}
.breeds-photo {
  width: 100%;
  border-radius: 12px;
  display: block;
  object-fit: cover;
  max-height: 260px;
}

.proof-section { padding: 80px 0; background: white; }
.stars-row { text-align: center; margin-bottom: 40px; }
.stars-big { color: #FFC107; font-size: 32px; letter-spacing: 4px; }
.stars-row p { color: #757575; margin-top: 4px; }

.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; max-width: 1000px; margin: 0 auto; }
.testimonial {
  background: #F9F6F2; padding: 24px; border-radius: 18px;
  display: flex; flex-direction: column; gap: 14px;
  transition: transform 0.2s; border: 1px solid #F0EAE4;
}
.testimonial:hover { transform: translateY(-4px); }

/* topo: fotos + identidade */
.t-top { display: flex; align-items: center; gap: 14px; }
.t-photos { position: relative; width: 64px; height: 64px; flex-shrink: 0; }
.t-photo-tutor { width: 56px; height: 56px; border-radius: 50%; overflow: hidden; border: 3px solid white; box-shadow: 0 2px 8px rgba(0,0,0,0.12); }
.t-photo-tutor img { width: 100%; height: 100%; object-fit: cover; }
.t-photo-pet { position: absolute; bottom: -4px; right: -8px; width: 34px; height: 34px; border-radius: 50%; overflow: hidden; border: 2px solid white; box-shadow: 0 2px 6px rgba(0,0,0,0.15); }
.t-photo-pet img { width: 100%; height: 100%; object-fit: cover; }
.t-identity { display: flex; flex-direction: column; gap: 2px; }
.t-identity strong { font-size: 15px; color: #1A1A1A; font-weight: 700; }
.t-identity span { font-size: 12px; color: #9E9E9E; }

.t-stars { color: #FFC107; font-size: 15px; letter-spacing: 2px; line-height: 1; }
.t-text { font-size: 14px; color: #3D3D3D; flex: 1; line-height: 1.6; font-style: italic; }
.t-result-tag { display: inline-flex; align-items: center; background: linear-gradient(135deg, #FFF3EE, #FFE8DC); border: 1px solid rgba(255,107,53,0.25); color: #C94F1E; font-size: 12px; font-weight: 700; padding: 7px 12px; border-radius: 30px; line-height: 1.3; }

/* INSTALAÇÃO */
.install-section {
  padding: 64px 0;
  background: white;
  text-align: center;
}
.install-card {
  max-width: 760px;
  margin: 0 auto;
  background: linear-gradient(135deg, #FFF5EE, #FFFFFF);
  border: 1.5px solid rgba(255,107,53,0.2);
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 8px 32px rgba(255,107,53,0.08);
}
.install-sub {
  font-size: 16px;
  color: #4a4a4a;
  margin: 0 0 32px;
  line-height: 1.6;
  text-align: center;
}
.install-devices { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; }
.install-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}
.install-row-2 {
  margin-top: 16px;
}
.install-device {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100px;
}
.install-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  background: #FFF5EE;
  border: 1.5px solid rgba(255,107,53,0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF6B35;
}
.install-icon svg {
  width: 28px;
  height: 28px;
}
.install-label {
  font-size: 12px;
  font-weight: 600;
  color: #1A1A1A;
  text-align: center;
  line-height: 1.3;
}

/* BONUS */
.bonus-section { padding: 80px 0; background: linear-gradient(180deg, #2D2D2D 0%, #1a1a1a 100%); color: white; }
.bonus-section .section-title, .bonus-section .section-sub { color: white; }
.bonus-section .section-sub { color: rgba(255,255,255,0.7); }
.bonus-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; max-width: 1100px; margin: 0 auto; }
.bonus-card {
  background: linear-gradient(135deg, rgba(255,107,53,0.15), rgba(255,107,53,0.05));
  border: 1px solid rgba(255,107,53,0.3);
  padding: 28px 24px; border-radius: 18px; position: relative;
  transition: all 0.3s;
}
.bonus-card:hover { border-color: #FF6B35; transform: translateY(-4px); }
.bonus-tag {
  display: inline-block; background: #FF6B35; color: white;
  padding: 4px 12px; border-radius: 20px; font-size: 11px; font-weight: 700;
  letter-spacing: 0.05em; margin-bottom: 14px;
}
.bonus-card h3 { font-size: 17px; color: white; margin: 0; line-height: 1.3; }
.bonus-card p  { font-size: 14px; color: rgba(255,255,255,0.75); margin: 0; }

/* Novo layout interno do bonus-card */
.bonus-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}
.bonus-card-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
}
.bonus-card-meta .bonus-tag { margin-bottom: 0; }

.bonus-price-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: white;
  margin-top: 4px;
}
.bonus-price-pill s { color: rgba(255,255,255,0.45); font-weight: 400; }

/* Screenshots lado a lado, esquerda mais alta */
.bonus-screens {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  margin-bottom: 16px;
}
.bonus-screen-left  { flex: 1; margin-bottom: 20px; }
.bonus-screen-right { flex: 1; }

.bonus-screen-left img,
.bonus-screen-right img {
  width: 100%;
  border-radius: 10px;
  border: 2px solid rgba(255,255,255,0.15);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  display: block;
}

/* Placeholder */
.bonus-screen-ph {
  width: 100%;
  aspect-ratio: 9/17;
  border-radius: 10px;
  border: 2px solid rgba(255,255,255,0.12);
  background: linear-gradient(160deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  opacity: 0.5;
}
.bonus-screen-ph::after { content: '📱'; }
.price-row { display: flex; gap: 12px; align-items: center; }
.price-old { text-decoration: line-through; color: rgba(255,255,255,0.5); font-size: 14px; }
.price-free { background: #4CAF50; color: white; padding: 4px 12px; border-radius: 20px; font-weight: 700; font-size: 13px; letter-spacing: 0.05em; }

.bonus-total { text-align: center; margin-top: 48px; padding: 32px; background: rgba(255,255,255,0.05); border-radius: 16px; max-width: 500px; margin-left: auto; margin-right: auto; }
.bonus-total p { color: rgba(255,255,255,0.8); margin-bottom: 8px; }
.total-line { font-size: clamp(28px, 5vw, 40px); font-family: 'Poppins', sans-serif; font-weight: 800; color: rgba(255,255,255,0.5); margin-bottom: 12px; }
.total-free { font-size: 18px; color: #4CAF50; }
.total-free strong { color: #4CAF50; }

/* COLAGEM LEQUE PRE-OFERTA */
.offer-fan-wrap {
  background: #1a1a1a;
  padding: 56px 20px 16px;
  overflow: hidden;
}
.offer-fan-header {
  text-align: center;
  margin-bottom: 40px;
}
.offer-fan-imgs {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
}
.offer-fan-wrap img {
  border-radius: 14px;
  border: 3px solid white;
  box-shadow: 0 20px 48px rgba(0,0,0,0.45);
  object-fit: cover;
  display: block;
}
.offer-fan-center {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  transform: translateY(-24px);
}
.offer-fan-center img { width: 165px; }
.offer-fan-left {
  flex-shrink: 0;
  transform: rotate(-7deg) translateY(-6px);
  transform-origin: bottom center;
  z-index: 1;
  margin-right: -62px;
}
.offer-fan-left img { width: 140px; }
.offer-fan-right {
  flex-shrink: 0;
  transform: rotate(7deg) translateY(-6px);
  transform-origin: bottom center;
  z-index: 1;
  margin-left: -62px;
}
.offer-fan-right img { width: 140px; }

@media (min-width: 640px) {
  .offer-fan-center img { width: 200px; }
  .offer-fan-left img, .offer-fan-right img { width: 170px; }
  .offer-fan-left { margin-right: -78px; }
  .offer-fan-right { margin-left: -78px; }
}

/* OFFER */
.offer-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #1a1a1a 0%, #2D2D2D 100%);
}

.offer-header {
  text-align: center;
  margin-bottom: 36px;
}
.offer-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 800;
  color: white;
  margin-bottom: 10px;
}
.offer-section-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
}

.offer-cards-wrap {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 620px;
  margin: 0 auto;
}

.offer-card {
  max-width: 100%;
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  padding: 44px 40px;
  text-align: center;
  position: relative;
  background: linear-gradient(160deg, #FF6B35 0%, #E8420F 55%, #C73500 100%);
  box-shadow: 0 40px 80px rgba(200, 60, 0, 0.45), 0 0 0 1px rgba(255,255,255,0.08);
}
.offer-card::before {
  content: '';
  position: absolute; top: -80px; right: -80px;
  width: 280px; height: 280px;
  background: rgba(255,255,255,0.06);
  border-radius: 50%; pointer-events: none;
}
.offer-card::after {
  content: '';
  position: absolute; bottom: -70px; left: -70px;
  width: 220px; height: 220px;
  background: rgba(0,0,0,0.07);
  border-radius: 50%; pointer-events: none;
}

.offer-badge-row { margin-bottom: 20px; position: relative; z-index: 1; }
.offer-badge {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.35);
  color: white;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.08em;
  padding: 6px 16px; border-radius: 20px;
}

.offer-title {
  font-size: clamp(26px, 4vw, 36px);
  color: white;
  margin-bottom: 24px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.15);
  position: relative; z-index: 1;
}

.offer-price-block { position: relative; z-index: 1; margin-bottom: 24px; }
.offer-de { color: rgba(255,255,255,0.7); font-size: 15px; margin-bottom: 4px; }
.offer-de s { color: rgba(255,255,255,0.45); }
.offer-price-row {
  display: flex; justify-content: center; align-items: baseline; gap: 2px; line-height: 1;
}
.offer-currency { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 30px; color: white; align-self: flex-start; margin-top: 16px; }
.offer-num { font-family: 'Poppins', sans-serif; font-weight: 900; font-size: 100px; color: white; line-height: 1; letter-spacing: -4px; }
.offer-cents { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 30px; color: white; align-self: flex-start; margin-top: 16px; }
.offer-parcelas { color: rgba(255,255,255,0.85); font-size: 15px; margin-top: 8px; }
.offer-parcelas strong { color: white; }

.offer-divider {
  height: 1px;
  background: rgba(255,255,255,0.2);
  margin: 24px 0;
  position: relative; z-index: 1;
}

.offer-includes-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700; font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 16px;
  position: relative; z-index: 1;
  text-align: left;
}

.offer-cols {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px;
  margin-bottom: 28px;
  position: relative; z-index: 1;
  text-align: left;
}
.offer-col-single {
  display: flex; flex-direction: column;
  list-style: none;
  margin-bottom: 28px;
  position: relative; z-index: 1;
  text-align: left;
  max-width: 420px;
  margin-left: auto; margin-right: auto;
}
.offer-col { list-style: none; display: flex; flex-direction: column; }
.offer-col li {
  padding: 10px 0;
  font-size: 14px; color: white; font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  text-shadow: 0 1px 3px rgba(0,0,0,0.2);
  letter-spacing: 0.01em;
  display: flex; align-items: center; gap: 10px;
}
.offer-col li:last-child { border-bottom: 0; }

.oli {
  display: flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0;
  background: rgba(255,255,255,0.2);
  color: white;
}
.oli svg { width: 13px; height: 13px; }

.oli-gift {
  background: rgba(255,255,255,0.28);
}

.li-ai {
  font-weight: 800 !important; font-size: 15px !important;
}
.li-ai .oli {
  background: white;
  color: #C73500;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.cta-offer {
  display: block;
  background: white;
  color: #C73500;
  text-align: center;
  padding: 20px 24px;
  border-radius: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(15px, 2.2vw, 18px);
  letter-spacing: 0.02em;
  box-shadow: 0 8px 28px rgba(0,0,0,0.3);
  transition: all 0.2s;
  position: relative; z-index: 1;
  animation: cta-pulse-white 2.5s infinite;
  margin-bottom: 12px;
  width: 100%;
  box-sizing: border-box;
}
.cta-offer:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(0,0,0,0.4); background: #FFF5EE; }
@keyframes cta-pulse-white {
  0%, 100% { box-shadow: 0 8px 28px rgba(0,0,0,0.3); }
  50% { box-shadow: 0 8px 40px rgba(0,0,0,0.5); }
}

.offer-security { color: rgba(255,255,255,0.7); font-size: 13px; position: relative; z-index: 1; }

/* OFFER — divisor entre cards */
.offer-divider-or {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255,255,255,0.3);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.offer-divider-or::before,
.offer-divider-or::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.1);
}

/* OFFER — wrapper externo do card Pro */
.offer-pro-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* OFFER — tag popular flutuando acima do card Pro */
.offer-popular-tag {
  background: #4CAF50;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 22px;
  border-radius: 20px 20px 0 0;
  text-align: center;
  box-shadow: 0 -4px 16px rgba(76,175,80,0.25);
  width: auto;
  min-width: 240px;
}

/* OFFER — badge Pro */
.offer-badge-pro {
  background: rgba(255,255,255,0.22);
  border-color: rgba(255,255,255,0.45);
}

/* OFFER — label Pro no título */
.offer-plan-label-pro {
  background: rgba(255,255,255,0.22);
  color: white;
}

/* OFFER — subtext "1 Pet" na lista */
.li-sub {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255,107,53,0.15);
  color: #FF6B35;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 6px;
  vertical-align: middle;
}
.offer-card-white .li-sub {
  background: rgba(255,107,53,0.12);
  color: #FF6B35;
}

/* OFFER — botão CTA do Pro (laranja → fundo branco com texto laranja escuro) */
.cta-offer-pro {
  background: white !important;
  color: #C73500 !important;
}
.cta-offer-pro:hover {
  background: #FFF5EE !important;
}

/* OFFER — variante fundo branco (Essencial) */
.offer-card-white {
  background: linear-gradient(160deg, #FFFAF7 0%, #FFF5EE 100%);
  box-shadow: 0 20px 60px rgba(255,107,53,0.12), 0 0 0 2px rgba(255,107,53,0.28);
}
.offer-card-white::before,
.offer-card-white::after { display: none; }
.offer-card-white .offer-badge {
  background: rgba(255,107,53,0.1);
  border-color: rgba(255,107,53,0.3);
  color: #FF6B35;
}
.offer-card-white .offer-title { color: #1A1A1A; text-shadow: none; }
.offer-plan-label {
  display: inline-block;
  background: rgba(255,107,53,0.12);
  color: #FF6B35;
  font-size: 0.55em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  vertical-align: middle;
  margin-left: 8px;
  line-height: 1;
}
.offer-card-white .offer-de { color: #9E9E9E; }
.offer-card-white .offer-de s { color: #BDBDBD; }
.offer-card-white .offer-currency,
.offer-card-white .offer-cents { color: #FF6B35; }
.offer-card-white .offer-num {
  background: linear-gradient(90deg, #FF6B35 20%, #FF9A00 40%, #FF6B35 60%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.offer-card-white .offer-parcelas { color: #555; }
.offer-card-white .offer-parcelas strong { color: #1A1A1A; }
.offer-card-white .offer-divider { background: rgba(0,0,0,0.08); }
.offer-card-white .offer-includes-title { color: #9E9E9E; }
.offer-card-white .offer-col li {
  color: #1A1A1A;
  text-shadow: none;
  border-bottom-color: rgba(0,0,0,0.07);
}
.offer-card-white .oli {
  background: rgba(255,107,53,0.12);
  color: #FF6B35;
}
.offer-card-white .cta-offer {
  background: #FF6B35;
  color: white;
  box-shadow: 0 8px 28px rgba(255,107,53,0.4);
}
.offer-card-white .cta-offer:hover {
  background: #E8420F;
  box-shadow: 0 12px 36px rgba(255,107,53,0.55);
}
.offer-card-white .offer-security { color: #BDBDBD; }

.offer-delivery {
  position: relative; z-index: 1;
  text-align: center;
  background: linear-gradient(135deg, #FFF5EE, #F9F6F2);
  border: 2px dashed rgba(255,107,53,0.4);
  border-radius: 16px;
  padding: 20px 24px;
}
.offer-delivery p { font-size: 15px; color: #2D2D2D; line-height: 1.7; margin-bottom: 2px; }
.offer-forever { font-family: 'Poppins', sans-serif; font-size: 17px !important; margin-top: 8px !important; color: #1A1A1A !important; }

/* mantém compatibilidade com o 2º CTA que usa cta-main */
.cta-main {
  display: block; background: #4CAF50; color: white;
  text-align: center; padding: 20px 24px; border-radius: 14px;
  font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(15px, 2.4vw, 20px);
  letter-spacing: 0.02em; box-shadow: 0 12px 32px rgba(76, 175, 80, 0.4);
  transition: all 0.2s;
  animation: cta-pulse-green 2.5s infinite;
  width: 100%; box-sizing: border-box;
}
.cta-main:hover { transform: translateY(-2px); background: #43A047; }
@keyframes cta-pulse-green {
  0%, 100% { box-shadow: 0 12px 32px rgba(76, 175, 80, 0.4); }
  50% { box-shadow: 0 12px 40px rgba(76, 175, 80, 0.7); }
}
.security { text-align: center; margin-top: 14px; font-size: 13px; color: #757575; }
.delivery-msg {
  margin-top: 32px; padding: 24px; background: linear-gradient(135deg, #FFF5EE, #FFE0CC);
  border-radius: 14px; text-align: center;
}
.delivery-msg p { font-size: 15px; color: #2D2D2D; margin-bottom: 6px; line-height: 1.5; }
.delivery-msg .forever { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 18px; margin-top: 10px; }

/* GUARANTEE */
.guarantee-section { padding: 80px 0; background: white; }
.guarantee-card {
  max-width: 900px; margin: 0 auto; display: flex; gap: 32px; align-items: center;
  background: linear-gradient(135deg, #FFF5EE, #F9F6F2);
  padding: 40px; border-radius: 20px;
  border: 2px dashed #FF6B35;
}
.seal { flex-shrink: 0; }
.seal-inner {
  width: 140px; height: 140px; border-radius: 50%;
  background: linear-gradient(135deg, #FF6B35, #FF8A5C);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: white; box-shadow: 0 12px 32px rgba(255, 107, 53, 0.4);
  position: relative;
}
.seal-inner::before {
  content: ''; position: absolute; inset: 6px; border: 2px dashed white; border-radius: 50%;
}
.seal-num { font-family: 'Poppins', sans-serif; font-size: 48px; font-weight: 900; line-height: 1; }
.seal-txt { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; }
.guarantee-content h2 { font-size: clamp(22px, 3vw, 30px); margin-bottom: 12px; }
.guarantee-content p { font-size: 16px; color: #4a4a4a; margin-bottom: 10px; }
.guarantee-bold { font-family: 'Poppins', sans-serif; font-weight: 700; color: #1A1A1A !important; }

/* FAQ */
.faq-section { padding: 80px 0; background: #F9F6F2; }
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: white; border-radius: 14px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.faq-q {
  width: 100%; background: white; padding: 22px 24px;
  display: flex; justify-content: space-between; align-items: center;
  text-align: left; font-size: 16px; font-weight: 600; color: #1A1A1A;
  transition: background 0.2s;
}
.faq-q:hover { background: #F9F6F2; }
.faq-icon { font-size: 24px; color: #FF6B35; font-weight: 700; transition: transform 0.3s; flex-shrink: 0; margin-left: 16px; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; padding: 0 24px; }
.faq-item.open .faq-a { max-height: 400px; padding: 0 24px 22px; }
.faq-a p { color: #4a4a4a; font-size: 15px; }

/* FINAL CTA */
.cta-final {
  padding: 80px 0;
  background: linear-gradient(135deg, #FF6B35, #FF8A5C);
  color: white; text-align: center;
}
.cta-final h2 { color: white; font-size: clamp(28px, 4.5vw, 42px); margin-bottom: 12px; }
.cta-final p { font-size: clamp(16px, 2vw, 20px); margin-bottom: 32px; opacity: 0.95; }
.cta-final .cta-scroll {
  background: white; color: #FF6B35;
  box-shadow: 0 12px 32px rgba(0,0,0,0.2);
  animation: none;
}
.cta-final .cta-scroll:hover { background: #FFF5EE; }
.cta-sub-final { margin-top: 20px; font-size: 14px; opacity: 0.9; }

/* FOOTER */
.footer { background: #1a1a1a; color: rgba(255,255,255,0.7); padding: 40px 0; text-align: center; }
.footer p { margin-bottom: 8px; font-size: 14px; }
.footer-links a { color: rgba(255,255,255,0.7); transition: color 0.2s; }
.footer-links a:hover { color: #FF6B35; }
.footer-disclaimer { font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 16px; max-width: 700px; margin-left: auto; margin-right: auto; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero { padding: 24px 0 48px; }
  .screens-section, .pains-section, .how-section, .receives-section, .proof-section, .bonus-section, .offer-section, .guarantee-section, .faq-section, .cta-final { padding: 56px 0; }

  .phone { width: 200px; }
  .phone-1, .phone-3 { transform: rotate(0); }
  .phone-2 { transform: scale(1); }
  .phone:hover, .phone-1:hover, .phone-2:hover, .phone-3:hover { transform: translateY(-4px); }

  .guarantee-card { flex-direction: column; text-align: center; padding: 32px 24px; gap: 24px; }
  .seal-inner { width: 110px; height: 110px; }
  .seal-num { font-size: 36px; }

  .offer-card { padding: 32px 24px; }
  .offer-num { font-size: 80px; letter-spacing: -2px; }
  .offer-cols { grid-template-columns: 1fr; gap: 0; }

  .receive-item { padding: 16px 18px; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .pain-card { padding: 18px; }
  .testimonial { padding: 20px; }
  .bonus-card { padding: 22px 18px; }
  .step-card { padding: 24px 20px; }
  .cta-scroll, .cta-scroll.big { width: 100%; padding: 18px 16px; font-size: 14px; }
  .hero { padding: 20px 0 40px; }
}

/* TOAST NOTIFICAÇÃO DE COMPRA */
.toast-notif {
  position: fixed;
  bottom: 24px;
  left: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 12px;
  background: white;
  border-radius: 14px;
  padding: 12px 16px 12px 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.14), 0 2px 8px rgba(0,0,0,0.08);
  max-width: 280px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.4s cubic-bezier(0.22,1,0.36,1), transform 0.4s cubic-bezier(0.22,1,0.36,1);
  border-left: 3px solid #FF6B35;
}
.toast-notif.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}
@media (max-width: 600px) {
  .toast-notif {
    left: 16px;
    right: auto;
    max-width: calc(100% - 32px);
  }
}
.toast-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
}
.toast-body {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.toast-name {
  font-size: 13px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.3;
}
.toast-action {
  font-size: 12px;
  color: #555;
  line-height: 1.3;
}
.toast-time {
  font-size: 11px;
  color: #FF6B35;
  font-weight: 600;
  margin-top: 2px;
}
