/* Poppins Font Face Definitions - Essential Weights */
/* latin - normal 400 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/poppins-pxieyp8kv8jhgfvrjjfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext - normal 400 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/poppins-pxieyp8kv8jhgfvrjjnecmne.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin - normal 500 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/poppins-pxibyp8kv8jhgfvrlgt9z1xlfq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext - normal 500 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/poppins-pxibyp8kv8jhgfvrlgt9z1jlfc-k.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin - normal 600 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/poppins-pxibyp8kv8jhgfvrlej6z1xlfq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext - normal 600 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/poppins-pxibyp8kv8jhgfvrlej6z1jlfc-k.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin - normal 700 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/poppins-pxibyp8kv8jhgfvrlcz7z1xlfq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext - normal 700 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/poppins-pxibyp8kv8jhgfvrlcz7z1jlfc-k.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/* Permitir seleção apenas em inputs e textareas */
input, textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: none;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #0a1628;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  padding-bottom: 0;
}

/* Parallax elements */
.parallax-element {
  will-change: transform;
  transform: translateZ(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Smooth scroll premium - efeito suave ao rolar */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  margin: 0;
  padding: 0;
  padding-bottom: 0;
}

/* Smooth scroll com momentum premium */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
  
  * {
    scroll-behavior: inherit;
  }
}

/* Parallax suave para elementos */
.parallax-element {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Animações suaves apenas no hover e scroll */
section {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* Hero Section */
.hero {
  padding: 30px 20px;
  background: linear-gradient(135deg, #0a1628 0%, #1a2744 100%);
  text-align: center;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero-subtitle {
  font-size: 12px;
  color: #ff69b4;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.hero-title {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-description {
  font-size: 16px;
  color: #b8c5d6;
  margin-bottom: 30px;
  line-height: 1.7;
}

.cta-button {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #ff1493 0%, #ff69b4 100%);
  color: white;
  border: none;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 20, 147, 0.4);
  color: white;
  text-decoration: none;
}

.cta-button.large {
  width: 100%;
  padding: 18px;
  font-size: 18px;
}

.testimonial-preview {
  margin-top: 30px;
}

.testimonial-preview img {
  max-width: 320px;
  width: 100%;
  height: auto;
}

/* Story Section */
.story-section {
  padding: 30px 20px;
  background: #0f1d35;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.story-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  transition: transform 0.3s ease-out;
}

.story-image img.parallax-element {
  will-change: transform;
}

.story-intro {
  font-size: 12px;
  color: #ff69b4;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.story-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.story-text {
  color: #b8c5d6;
  margin-bottom: 30px;
}

.story-text p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.7;
}

/* Results Section */
.results-section {
  padding: 30px 20px;
  background: #0a1628;
  text-align: center;
}

.section-subtitle {
  font-size: 12px;
  color: #ff69b4;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.3;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.testimonial-card {
  background: #1a2744;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
}

.testimonial-card img {
  width: 150px;
  height: 150px;
  border-radius: 15px;
  margin-bottom: 20px;
  object-fit: cover;
}

.testimonial-name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  color: #ff69b4;
}

.testimonial-text {
  color: #b8c5d6;
  font-size: 15px;
  line-height: 1.6;
}

.video-card {
  padding: 0;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-wrapper {
  position: relative;
  width: 90%;
  max-width: 400px;
  padding-bottom: 160%; /* 9:16 aspect ratio for vertical video (Shorts) */
  height: 0;
  overflow: hidden;
  border-radius: 20px;
  margin: 0 auto;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.image-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: transparent !important;
  border: none;
  box-shadow: none;
}

.image-card img {
  width: 85%;
  max-width: 280px;
  height: auto;
  object-fit: contain;
  display: block;
}

.results-disclaimer {
  max-width: 900px;
  margin: 0 auto;
  color: #b8c5d6;
  font-size: 15px;
  line-height: 1.8;
}

/* Benefits Section */
.benefits-section {
  padding: 50px 20px;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  position: relative;
  overflow: hidden;
}

.benefits-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
}

.benefits-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255, 105, 180, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 70% 50%, rgba(255, 20, 147, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.benefits-list {
  max-width: 800px;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 25px;
  border-radius: 12px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.benefit-item:hover {
  transform: translateX(10px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
  border-color: rgba(255, 105, 180, 0.3);
  box-shadow: 0 6px 20px rgba(255, 105, 180, 0.2);
}

.benefit-icon {
  background: transparent;
  color: #ff4444;
  width: auto;
  height: auto;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  flex-shrink: 0;
  min-width: 30px;
  text-shadow: 0 0 10px rgba(255, 68, 68, 0.5);
}

.benefit-item p {
  font-size: 15px;
  color: #e0e6ed;
  font-weight: 400;
  letter-spacing: 0.3px;
}

/* How It Works Section */
.how-it-works {
  padding: 30px 20px;
  background: #0a1628;
  text-align: center;
}

.section-description {
  font-size: 16px;
  color: #b8c5d6;
  margin-bottom: 40px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.step-card {
  background: #1a2744;
  padding: 30px 25px;
  border-radius: 20px;
  position: relative;
}

.step-number {
  font-size: 56px;
  font-weight: 900;
  background: linear-gradient(135deg, #ff1493 0%, #ff69b4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
}

.step-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #ff69b4;
}

.step-card p {
  color: #b8c5d6;
  font-size: 15px;
  line-height: 1.7;
}

/* Pricing Section */
.pricing-section {
  padding: 30px 20px 15px 20px;
  background: #0f1d35;
  position: relative;
}

.pricing-card {
  max-width: 750px;
  margin: 20px auto 0;
  background: linear-gradient(135deg, rgba(26, 39, 68, 0.95) 0%, rgba(15, 52, 96, 0.95) 100%);
  border-radius: 30px;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  opacity: 0.6;
}

.pricing-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255, 105, 180, 0.08) 0%, transparent 50%),
              radial-gradient(circle at 70% 50%, rgba(255, 20, 147, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.pricing-card > * {
  position: relative;
  z-index: 1;
}

.product-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  transition: transform 0.3s ease-out;
}

.product-image img.parallax-element {
  will-change: transform;
}

.pricing-features h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #ff69b4;
}

.pricing-features ul {
  list-style: none;
  margin-bottom: 25px;
}

.pricing-features li {
  padding: 10px 0;
  color: #b8c5d6;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-cta {
  grid-column: 1 / -1;
  text-align: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.discount-badge {
  display: inline-block;
  background: linear-gradient(135deg, #ff1493 0%, #ff69b4 100%);
  color: white;
  padding: 6px 16px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.price-label {
  font-size: 16px;
  color: #b8c5d6;
  margin-bottom: 8px;
}

.price-container {
  margin-bottom: 18px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.old-price {
  font-size: 26px;
  color: #6b7785;
  text-decoration: line-through;
  margin-bottom: 4px;
  font-weight: 400;
  text-align: center;
  width: 100%;
}

.price {
  font-size: 52px;
  font-weight: 900;
  background: linear-gradient(135deg, #ff1493 0%, #ff69b4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 25px;
  line-height: 1;
  text-align: center;
  width: 100%;
  display: block;
}

.countdown-container {
  background: rgba(255, 20, 147, 0.1);
  border: 2px solid rgba(255, 20, 147, 0.3);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 25px;
}

.countdown-label {
  font-size: 16px;
  color: #ff69b4;
  font-weight: 600;
  margin-bottom: 15px;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  padding: 15px 20px;
  border-radius: 10px;
  min-width: 70px;
}

.countdown-number {
  font-size: 36px;
  font-weight: 900;
  color: #ff1493;
  line-height: 1;
  margin-bottom: 5px;
}

.countdown-label-small {
  font-size: 12px;
  color: #b8c5d6;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.payment-methods {
  margin-top: 20px;
  color: #b8c5d6;
  font-size: 14px;
}

.payment-methods i {
  margin-right: 8px;
  color: #ff69b4;
}

/* Guarantee Section */
.guarantee-section {
  padding: 20px 20px 10px 20px;
  background: #0a1628;
  text-align: center;
}

.guarantee-badge {
  display: inline-block;
  margin-bottom: 20px;
}

.guarantee-badge img {
  max-width: 100%;
  height: auto;
  display: block;
}

.guarantee-content {
  max-width: 800px;
  margin: 20px auto 0;
}

.guarantee-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.guarantee-content p {
  color: #b8c5d6;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}

/* FAQ Section */
.faq-section {
  padding: 20px 20px 5px 20px;
  background: #0f1d35;
}

.faq-list {
  max-width: 900px;
  margin: 30px auto 0;
}

.faq-item {
  background: #1a2744;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}

.faq-question {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  background: transparent;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: rgba(255, 105, 180, 0.1);
}

.faq-icon {
  font-size: 28px;
  color: #ff69b4;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  padding: 0 30px 25px 30px;
  color: #b8c5d6;
  font-size: 15px;
  line-height: 1.8;
}

/* Footer */
.footer {
  padding: 20px 20px 10px 20px;
  background: #0a1628;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
}

.footer p {
  color: #6b7785;
  font-size: 14px;
  margin-bottom: 5px;
}

.footer p:last-child {
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 968px) {
  .hero-title {
    font-size: 36px;
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .video-card {
    max-width: 100%;
    width: 100%;
  }

  .video-wrapper {
    width: 85%;
    max-width: 350px;
  }

  .image-card img {
    max-width: 240px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .section-title {
    font-size: 32px;
  }

  .old-price {
    font-size: 24px;
  }

  .price {
    font-size: 48px;
  }

  .countdown-number {
    font-size: 28px;
  }

  .countdown-item {
    min-width: 60px;
    padding: 12px 15px;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 15px;
  }

  .hero-title {
    font-size: 28px;
  }

  .story-title {
    font-size: 28px;
  }

  .story-text p {
    font-size: 18px;
    line-height: 1.9;
  }

  .story-intro {
    font-size: 13px;
  }

  .section-title {
    font-size: 24px;
  }

  .video-card {
    max-width: 100%;
    width: 100%;
  }

  .video-wrapper {
    width: 90%;
    max-width: 320px;
  }

  .image-card img {
    width: 90%;
    max-width: 220px;
  }

  .pricing-section {
    padding: 60px 15px;
  }

  .pricing-card {
    padding: 25px 15px;
    max-width: 100%;
    margin: 40px auto 0;
    width: 100%;
    box-sizing: border-box;
  }

  .pricing-cta {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .price-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .old-price {
    font-size: 22px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto 5px;
    padding: 0;
    box-sizing: border-box;
  }

  .price {
    font-size: 42px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto 25px;
    padding: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
  }

  .countdown-container {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    margin: 0 auto 25px;
    box-sizing: border-box;
  }

  .countdown {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .countdown-item {
    min-width: 55px;
    padding: 10px 12px;
    box-sizing: border-box;
  }

  .discount-badge {
    display: block;
    margin: 0 auto 15px;
    text-align: center;
    width: fit-content;
    box-sizing: border-box;
  }

  .price-label {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }

  .payment-methods {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }

  .cta-button {
    padding: 16px 20px;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .cta-button.large {
    padding: 18px 20px;
  }
}

/* ============================================
   QUIZ STYLES
   ============================================ */

.quiz-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: linear-gradient(135deg, #2E0249 0%, #3D1766 50%, #1a0a2e 100%);
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body:has(.quiz-section) .hero,
body:has(.quiz-section) .story-section,
body:has(.quiz-section) .results-section,
body:has(.quiz-section) .benefits-section,
body:has(.quiz-section) .how-it-works,
body:has(.quiz-section) .pricing-section,
body:has(.quiz-section) .guarantee-section,
body:has(.quiz-section) .faq-section,
body:has(.quiz-section) .footer {
  display: none !important;
}

.quiz-section::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.08) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(255, 182, 193, 0.06) 0%, transparent 50%),
              radial-gradient(circle at 40% 20%, rgba(255, 215, 0, 0.05) 0%, transparent 50%);
  animation: quiz-liquid-flow 20s ease-in-out infinite;
  pointer-events: none;
  top: -50%;
  left: -50%;
  z-index: 0;
}

@keyframes quiz-liquid-flow {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(-10%, -5%) rotate(5deg); }
  66% { transform: translate(10%, 5%) rotate(-5deg); }
}

.quiz-section.quiz-hidden {
  display: none;
}

/* Esconder conteúdo normal quando quiz está ativo */
body:has(.quiz-section:not(.quiz-hidden)) section,
body:has(.quiz-section:not(.quiz-hidden)) footer {
  display: none !important;
}

/* Partículas de fundo */
.quiz-particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.quiz-particle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #FFD700;
  border-radius: 50%;
  opacity: 0.3;
  animation: quiz-float 6s ease-in-out infinite;
}

@keyframes quiz-float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}

/* Telas */
.quiz-screen {
  display: none;
  min-height: 100vh;
  padding: 2rem 1rem;
  position: relative;
  z-index: 10;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
}

.quiz-screen.quiz-active {
  display: flex;
}

/* Tela de boas-vindas específica */
#quiz-welcome-screen {
  padding: 2rem 1rem;
  align-items: center;
  justify-content: center;
}

.quiz-container {
  max-width: 800px;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Container da tela de boas-vindas */
#quiz-welcome-screen .quiz-container {
  width: 100%;
  max-width: 800px;
}

/* Tela Inicial */
.quiz-sparkle-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  animation: quiz-pulse 2s ease-in-out infinite;
}

@keyframes quiz-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

.quiz-main-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #FFD700 0%, #FFE55C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.3;
}

.quiz-subtitle {
  font-size: 1.15rem;
  color: #FFB6C1;
  margin-bottom: 2rem;
  line-height: 1.6;
  padding: 0 1rem;
}

.quiz-highlight {
  color: #FFD700;
  font-weight: 600;
}

.quiz-cta-button {
  width: 100%;
  max-width: 650px;
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  font-weight: 800;
  background: linear-gradient(135deg, #FFD700 0%, #FFE55C 100%);
  color: #2E0249;
  border: 3px solid #FFD700;
  border-radius: 30px;
  cursor: pointer !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 20px 60px rgba(255, 215, 0, 0.5),
              0 0 0 1px rgba(255, 255, 255, 0.2),
              inset 0 2px 10px rgba(255, 255, 255, 0.3);
  margin: 1.5rem auto 1rem;
  display: block;
  pointer-events: auto !important;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  z-index: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
}

.quiz-cta-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.quiz-cta-button:hover::before {
  width: 400px;
  height: 400px;
}

.quiz-cta-button:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 25px 70px rgba(255, 215, 0, 0.6),
              0 0 0 1px rgba(255, 255, 255, 0.3),
              inset 0 2px 15px rgba(255, 255, 255, 0.4);
}

.quiz-cta-button:active {
  transform: translateY(-2px) scale(0.98);
}

.quiz-pulse-button {
  animation: quiz-pulse-glow 2s ease-in-out infinite;
}

@keyframes quiz-pulse-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(255, 215, 0, 0.3); }
  50% { box-shadow: 0 0 40px rgba(255, 215, 0, 0.6); }
}

.quiz-footer-note {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: rgba(255, 182, 193, 0.7);
}

/* Botão Voltar */
.quiz-back-button {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFB6C1;
  padding: 0.75rem 1.5rem;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 1.5rem;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2),
              inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.quiz-back-button:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 215, 0, 0.5);
  color: #FFD700;
  transform: translateX(-5px) scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.3),
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Barra de Progresso */
.quiz-progress-container {
  margin-bottom: 1.5rem;
}

.quiz-progress-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.quiz-progress-text {
  color: #FFB6C1;
}

.quiz-progress-percent {
  color: #FFD700;
  font-weight: 600;
}

.quiz-progress-bar {
  width: 100%;
  height: 8px;
  background: #3D1766;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
}

.quiz-progress-fill {
  height: 100%;
  background: linear-gradient(135deg, #FFD700 0%, #FFE55C 100%);
  border-radius: 20px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  width: 0%;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

/* Pergunta */
.quiz-question-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #FFD700 0%, #FFE55C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Opções - Grid (Cards) */
.quiz-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

/* Primeira pergunta: grid 2x2 no PC */
.quiz-options-grid.quiz-first-question {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .quiz-options-grid.quiz-first-question {
    grid-template-columns: 1fr;
  }
}

.quiz-option-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 25px;
  padding: 1.5rem;
  text-align: left;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3),
              inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.quiz-option-card:hover {
  transform: translateY(-8px) scale(1.03);
  border-color: rgba(255, 215, 0, 0.6);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 15px 40px rgba(255, 215, 0, 0.3),
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.quiz-option-emoji {
  font-size: 2rem;
}

.quiz-option-content {
  flex: 1;
}

.quiz-option-title {
  font-weight: 700;
  font-size: 1.125rem;
  color: #FFD700;
  margin-bottom: 0.5rem;
}

.quiz-option-description {
  font-size: 0.875rem;
  color: #FFB6C1;
}

/* Opções - Lista */
.quiz-options-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.quiz-option-item {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 25px;
  padding: 1.5rem;
  text-align: left;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3),
              inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.quiz-option-item:hover {
  transform: translateX(15px) scale(1.03);
  border-color: rgba(255, 215, 0, 0.6);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 15px 40px rgba(255, 215, 0, 0.3),
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.quiz-option-item-emoji {
  font-size: 2rem;
}

.quiz-option-item-text {
  flex: 1;
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFB6C1;
}

.quiz-option-item-arrow {
  color: #FFD700;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 1.5rem;
}

.quiz-option-item:hover .quiz-option-item-arrow {
  opacity: 1;
}

/* Slider */
.quiz-slider-container {
  max-width: 500px;
  margin: 0 auto;
}

.quiz-slider-value {
  font-size: 4rem;
  font-weight: 700;
  color: #FFD700;
  margin-bottom: 1rem;
}

.quiz-slider {
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(to right, #FFD700 0%, #FFD700 50%, #3D1766 50%, #3D1766 100%);
  outline: none;
  -webkit-appearance: none;
  margin-bottom: 0.5rem;
}

.quiz-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFD700, #FFE55C);
  cursor: pointer;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
  transition: all 0.3s;
}

.quiz-slider::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.8);
}

.quiz-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFD700, #FFE55C);
  cursor: pointer;
  border: none;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.quiz-slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #FFB6C1;
  margin-bottom: 1.5rem;
}

.quiz-slider-feedback {
  padding: 1rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.quiz-slider-feedback.critical {
  color: #f87171;
}

.quiz-slider-feedback.moderate {
  color: #fbbf24;
}

.quiz-slider-feedback.low {
  color: #34d399;
}

.quiz-slider-submit-btn {
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  background: linear-gradient(135deg, #FFD700 0%, #FFE55C 100%);
  color: #2E0249;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 8px 32px rgba(255, 215, 0, 0.3);
}

.quiz-slider-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(255, 215, 0, 0.5);
}

/* Tela de Análise */
.quiz-radar-container {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 3rem;
}

.quiz-radar-circle {
  position: absolute;
  border: 4px solid rgba(255, 215, 0, 0.3);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.quiz-radar-1 {
  width: 200px;
  height: 200px;
  animation: quiz-radar-pulse 2s ease-in-out infinite;
}

.quiz-radar-2 {
  width: 300px;
  height: 300px;
  animation: quiz-radar-pulse 2s ease-in-out infinite 0.5s;
}

.quiz-radar-3 {
  width: 400px;
  height: 400px;
  animation: quiz-radar-pulse 2s ease-in-out infinite 1s;
}

@keyframes quiz-radar-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
  50% { transform: translate(-50%, -50%) scale(1.5); opacity: 0; }
}

.quiz-radar-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz-radar-icon {
  width: 48px;
  height: 48px;
  color: #FFD700;
  animation: quiz-rotate 3s linear infinite;
}

@keyframes quiz-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.quiz-analysis-text {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  color: #FFD700;
  margin-bottom: 2rem;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: quiz-text-pulse 1s ease-in-out infinite;
}

@keyframes quiz-text-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.quiz-loading-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.quiz-loading-dots span {
  width: 12px;
  height: 12px;
  background: #FFD700;
  border-radius: 50%;
  animation: quiz-dot-pulse 1s ease-in-out infinite;
}

.quiz-loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.quiz-loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes quiz-dot-pulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.3); opacity: 1; }
}

/* Tela de Resultado */
.quiz-result-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #FFD700 0%, #FFE55C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.quiz-result-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #FFB6C1;
  margin-bottom: 1rem;
}

.quiz-glass-effect {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 40px;
  padding: 1rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4),
              0 0 0 1px rgba(255, 255, 255, 0.1),
              inset 0 2px 10px rgba(255, 255, 255, 0.1);
}

.quiz-result-content {
  text-align: left;
}

.quiz-result-paragraph {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  color: #FFB6C1;
}

.quiz-result-alert {
  background: rgba(255, 215, 0, 0.1);
  border-left: 4px solid #FFD700;
  padding: 0.75rem;
  border-radius: 0.5rem;
  margin: 1rem 0;
}

.quiz-result-alert p {
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.75rem 0;
  line-height: 1.4;
}

.quiz-result-alert p:last-child {
  margin-bottom: 0;
}

.quiz-checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 1rem auto 0.75rem;
  animation: quiz-button-appear 0.5s ease-out;
  transform: scale(1);
}

@keyframes quiz-button-appear {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.quiz-arrow {
  font-size: 1.5rem;
}

.quiz-expiry-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #f87171;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.quiz-clock-icon {
  font-size: 1.25rem;
}

.quiz-reset-button {
  background: none;
  border: none;
  color: rgba(255, 182, 193, 0.7);
  font-size: 0.875rem;
  cursor: pointer;
  transition: color 0.3s;
  width: 100%;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.quiz-reset-button:hover {
  color: #FFB6C1;
}

/* Animações de entrada */
.quiz-fade-in {
  animation: quiz-fadeIn 0.5s ease-in;
}

@keyframes quiz-fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsivo Quiz */
@media (max-width: 768px) {
  .quiz-screen {
    padding: 1.5rem 1rem;
    align-items: center;
  }

  #quiz-welcome-screen {
    padding: 1.5rem 1rem;
  }

  .quiz-container {
    max-width: 100%;
  }

  .quiz-sparkle-icon {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
  }

  .quiz-main-title {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
  }

  .quiz-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    padding: 0 0.5rem;
  }

  .quiz-cta-button {
    font-size: 1.2rem;
    padding: 1.25rem 1.5rem;
    max-width: 100%;
    margin: 1.25rem auto 0.75rem;
  }

  .quiz-footer-note {
    font-size: 0.85rem;
    margin-top: 0.75rem;
  }

  .quiz-question-title {
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
  }

  .quiz-options-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .quiz-options-list {
    gap: 0.75rem;
  }

  .quiz-result-title {
    font-size: 1.5rem;
  }

  .quiz-result-subtitle {
    font-size: 1.25rem;
  }

  .quiz-glass-effect {
    padding: 1rem;
    margin-bottom: 0.75rem;
  }

  .quiz-checkout-button {
    font-size: 1.1rem;
    padding: 1.1rem 1.25rem;
  }
}

@media (max-width: 480px) {
  .quiz-screen {
    padding: 1.25rem 0.75rem;
  }

  #quiz-welcome-screen {
    padding: 1.25rem 0.75rem;
  }

  .quiz-sparkle-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }

  .quiz-main-title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }

  .quiz-subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
    padding: 0;
  }

  .quiz-cta-button {
    font-size: 1.1rem;
    padding: 1.1rem 1.25rem;
  }

  .quiz-question-title {
    font-size: 1.25rem;
  }

  .quiz-result-title {
    font-size: 1.3rem;
  }

  .quiz-result-subtitle {
    font-size: 1.1rem;
  }
}
