/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; border: 0; }
html { scroll-behavior: smooth; line-height: 1.5; -webkit-text-size-adjust: 100%; }
body { font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin: 0; background: #fff; color: #15192c; }
img, video { max-width: 100%; height: auto; display: block; vertical-align: middle; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; }
ul, ol { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-size: inherit; font-weight: inherit; }
/* Force all SVGs used in feature lists to be 20px */
.feature svg, .card-item svg, .modal-features .item svg, .popular-badge svg, .modal-close svg, .faq-question svg, .carousel-arrow svg { width: 20px !important; height: 20px !important; min-width: 20px; max-width: 20px; min-height: 20px; max-height: 20px; flex-shrink: 0; }

/* Animations */
@keyframes fadeIn { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes fadeInDelay { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes scaleIn { 0% { opacity: 0; transform: scale(0.95); } 100% { opacity: 1; transform: scale(1); } }
@keyframes pulse { 50% { opacity: 0.5; } }
.animate-fade-in { animation: fadeIn 0.8s ease-out forwards; }
.animate-fade-in-delay { animation: fadeInDelay 1s ease-out 0.3s forwards; opacity: 0; }
.animate-scale-in { animation: scaleIn 0.6s ease-out 0.5s forwards; opacity: 0; }

/* Top Bar */
.top-bar { position: fixed; top: 0; left: 0; right: 0; background-color: #033DA2; color: #fff; padding: 8px 16px; text-align: center; z-index: 50; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); }
.top-bar-inner { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 0.75rem; font-weight: 700; }

/* Hero */
.hero { padding-top: 56px; padding-left: 16px; padding-right: 16px; padding-bottom: 0; }
.hero-inner { max-width: 56rem; margin: 0 auto; text-align: center; padding: 16px 0 24px; }
.hero h1 { font-size: 1.875rem; font-weight: 800; line-height: 1.2; margin-bottom: 16px; }
.hero .hero-line1 { display: block; white-space: nowrap; }
.hero .hero-250 { display: inline; font-size: 2.5rem; font-weight: 800; background: linear-gradient(135deg, rgb(5,117,230), rgb(2,27,121)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero .hero-atividades { display: inline; font-size: 2.5rem; font-weight: 800; background: linear-gradient(135deg, rgb(5,117,230), rgb(2,27,121)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero .hero-praticas { display: block; font-size: 2.5rem; font-weight: 800; background: linear-gradient(135deg, #D4AF37, #B8962E, #D4AF37); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero .hero-jiujitsu { display: block; font-size: 1.5rem; color: #15192c; }
.hero-cta-text { font-size: 0.875rem; color: #6b7280; margin-bottom: 16px; margin-top: 8px; font-weight: 500; letter-spacing: 0.02em; }
.hero-sub { font-size: 0.875rem; color: #374151; margin-bottom: 24px; max-width: 42rem; margin-left: auto; margin-right: auto; line-height: 1.625; }

/* Phone Mockup */
.phone-wrapper { max-width: 24rem; margin: 0 auto 32px; }
.phone-outer { position: relative; max-width: 340px; margin: 0 auto; }
.phone-frame { position: relative; border-radius: 3rem; padding: 12px; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.1) inset; background: linear-gradient(145deg, #1a1a2e, #0f0f1e); }
.phone-notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 10; border-bottom-left-radius: 1.5rem; border-bottom-right-radius: 1.5rem; width: 35%; height: 28px; background: linear-gradient(145deg, #1a1a2e, #0f0f1e); box-shadow: 0 2px 4px rgba(0,0,0,0.3); }
.phone-notch-speaker { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); border-radius: 9999px; width: 45%; height: 6px; background: rgba(0,0,0,0.6); }
.phone-notch-cam { position: absolute; top: 8px; right: 16px; border-radius: 9999px; width: 10px; height: 10px; background: radial-gradient(circle, #1a2332 0%, #0a0e1a 100%); border: 1px solid rgba(255,255,255,0.1); }
.phone-screen { position: relative; border-radius: 2.5rem; overflow: hidden; background: #000; box-shadow: 0 0 20px rgba(0,0,0,0.5) inset; }
.phone-indicator { position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%); border-radius: 9999px; width: 35%; height: 4px; background: rgba(255,255,255,0.3); }

/* Unmute Overlay */
.unmute-overlay { position: absolute; bottom: 48px; left: 50%; transform: translateX(-50%); z-index: 20; display: flex; flex-direction: column; align-items: center; gap: 8px; pointer-events: none; animation: pulseUnmute 2s ease-in-out infinite; }
.unmute-overlay.hidden { display: none; }
.unmute-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(0,0,0,0.6); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; border: 2px solid rgba(255,255,255,0.3); }
.unmute-overlay span { color: #fff; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; background: rgba(0,0,0,0.6); padding: 4px 12px; border-radius: 9999px; white-space: nowrap; backdrop-filter: blur(4px); }
@keyframes pulseUnmute { 0%, 100% { opacity: 1; transform: translateX(-50%) scale(1); } 50% { opacity: 0.7; transform: translateX(-50%) scale(0.95); } }

/* Section: O Que Você Vai Receber */
.section-receber { padding: 16px 16px 40px; background: #fff; }
.section-receber .section-inner { max-width: 72rem; margin: 0 auto; }
.section-receber h2 { font-size: 1.875rem; font-weight: 800; margin-bottom: 8px; text-align: center; }
.section-receber h2 .blue { color: #0575E6; }
.section-receber h2 .dark { color: #15192c; }
.divider { width: 64px; height: 4px; border-radius: 9999px; background: #0575E6; margin: 0 auto 48px; }
.cards-grid { display: grid; gap: 32px; max-width: 64rem; margin: 0 auto; }
.card { border-radius: 1.5rem; padding: 32px; border: 1px solid #e5e7eb; background: #fff; box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); }
.card-img-wrap { position: relative; display: flex; justify-content: center; margin-bottom: 24px; height: 64px; }
.card-img-wrap img { position: absolute; top: -40px; width: 192px; object-fit: contain; }
.card h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 24px; text-align: center; color: #15192c; margin-top: 56px; }
.card-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.card-item svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }
.card-item p { font-size: 0.875rem; font-weight: 700; color: #15192c; }
.card-icon-wrap { display: flex; justify-content: center; margin-bottom: 24px; }
.card-icon-box { padding: 16px; border-radius: 1rem; background: #eff6ff; }
.card-icon-box svg { width: 32px; height: 32px; color: #0575E6; }
.card-ages p { color: #374151; font-size: 0.875rem; line-height: 1.625; text-align: center; }

/* Resultados Reais */
.section-resultados { padding: 12px 16px; background: #fff; }
.section-resultados .inner { max-width: 72rem; margin: 0 auto; }
.badge { display: inline-block; padding: 8px 24px; border-radius: 9999px; margin-bottom: 16px; font-size: 0.875rem; font-weight: 700; color: #fff; background: linear-gradient(135deg, rgb(5,117,230), rgb(2,27,121)); }
.section-resultados h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 16px; }
.section-resultados h2 .dark { color: #15192c; }
.section-resultados h2 .blue { color: #0575E6; }
.section-resultados .sub { font-size: 1rem; color: #4b5563; max-width: 48rem; margin: 0 auto 48px; }

/* Carousel */
.carousel-wrap { position: relative; display: flex; justify-content: center; }
.carousel-phone { position: relative; max-width: 360px; padding-bottom: 56px; }
.carousel-phone-frame { position: relative; background: linear-gradient(to bottom right, #111827, #1f2937, #000); border-radius: 3rem; padding: 12px; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.1) inset; transition: all 0.5s; }
.carousel-notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 20; }
.carousel-notch-inner { background: #000; border-bottom-left-radius: 1.5rem; border-bottom-right-radius: 1.5rem; width: 140px; height: 28px; position: relative; }
.carousel-notch-items { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 8px; }
.carousel-notch-dot { width: 8px; height: 8px; background: #374151; border-radius: 9999px; }
.carousel-notch-line { width: 48px; height: 6px; background: #1f2937; border-radius: 9999px; }
.phone-btn-right { position: absolute; right: 0; top: 96px; width: 4px; height: 64px; background: #111827; border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
.phone-btn-left1 { position: absolute; left: 0; top: 80px; width: 4px; height: 32px; background: #111827; border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
.phone-btn-left2 { position: absolute; left: 0; top: 128px; width: 4px; height: 32px; background: #111827; border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
.carousel-screen { position: relative; background: #000; border-radius: 2.5rem; overflow: hidden; aspect-ratio: 9/17; }
.carousel-screen img { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.5s; }
.carousel-glass { position: absolute; inset: 0; border-radius: 3rem; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 50%); }
.carousel-dots { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); display: flex; justify-content: center; gap: 8px; }
.carousel-dot { height: 8px; border-radius: 9999px; transition: all 0.3s; cursor: pointer; border: none; background: #d1d5db; }
.carousel-dot.active { width: 32px; background: #0575E6; }
.carousel-dot:not(.active) { width: 8px; }
.carousel-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; background: #fff; border-radius: 9999px; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: center; transition: all 0.3s; z-index: 10; border: none; cursor: pointer; }
.carousel-arrow:hover { transform: translateY(-50%) scale(1.1); box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); }
.carousel-arrow.left { left: 0; margin-left: -16px; }
.carousel-arrow.right { right: 0; margin-right: -16px; }
.carousel-arrow svg { width: 24px !important; height: 24px !important; min-width: 24px; max-width: 24px; color: #0575E6; }

/* Bônus */
.section-bonus { padding: 64px 16px; color: #fff; background: linear-gradient(135deg, rgb(5,117,230), rgb(2,27,121)); }
.section-bonus .inner { max-width: 56rem; margin: 0 auto; }
.bonus-badge { display: inline-block; color: #fff; padding: 8px 24px; border-radius: 9999px; font-weight: 700; font-size: 0.875rem; margin-bottom: 16px; background: linear-gradient(135deg, #16a34a, #22c55e, #16a34a); }
.section-bonus h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 16px; }
.section-bonus .bonus-sub { font-size: 1.125rem; color: #FCFEFD; margin-bottom: 48px; }
.section-bonus .bonus-sub .strike { text-decoration: line-through; }
.section-bonus .bonus-sub .bold { font-weight: 700; font-size: 1.25rem; }
.bonus-grid { display: grid; gap: 24px; }
.bonus-card { border-radius: 1rem; padding: 24px; display: flex; flex-direction: column; transition: all 0.3s; background: #1D5BB7; border: 1px solid rgba(255,255,255,0.2); }
.bonus-card:hover { transform: scale(1.05); box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.bonus-card-img { aspect-ratio: 4/3; background: #fff; border-radius: 0.75rem; margin-bottom: 16px; overflow: hidden; }
.bonus-card-img img { width: 100%; height: 100%; object-fit: cover; }
.bonus-card h3 { font-size: 1.125rem; font-weight: 800; margin-bottom: 12px; min-height: 56px; }
.bonus-card-footer { margin-top: auto; }
.bonus-card-footer .old-price { text-decoration: line-through; font-size: 0.875rem; color: #FCFEFD; margin-bottom: 8px; }
.bonus-card-footer .free-btn { color: #fff; text-align: center; padding: 8px; border-radius: 0.5rem; font-weight: 700; background: linear-gradient(135deg, rgb(22,163,74), rgb(34,197,94), rgb(22,163,74)); }

/* Planos */
.section-planos { padding: 48px 16px; background: #FCFEFD; }
.section-planos .inner { max-width: 80rem; margin: 0 auto; }
.section-planos h2 { font-size: 1.875rem; font-weight: 800; margin-bottom: 32px; text-align: center; color: #15192c; }

/* Timer */
.timer { display: flex; justify-content: center; align-items: center; gap: 16px; margin-bottom: 48px; }
.timer-box { background: #fff; border-radius: 0.75rem; padding: 16px 24px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); border: 1px solid #e5e7eb; text-align: center; }
.timer-box .num { font-size: 1.875rem; font-weight: 700; color: #15192c; }
.timer-box .label { font-size: 0.75rem; font-weight: 600; color: #6b7280; text-transform: uppercase; letter-spacing: 0.05em; margin-top: 4px; }
.timer-sep { font-size: 1.5rem; font-weight: 700; color: #d1d5db; }

/* Plans Grid */
.plans-grid { display: grid; gap: 32px; max-width: 56rem; margin: 0 auto; }
.plan-card { background: #fff; border-radius: 1rem; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); padding: 32px; border: 1px solid #e5e7eb; }
.plan-card h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 16px; color: #15192c; }
.plan-card .plan-sub { color: #4b5563; font-size: 0.875rem; margin-bottom: 24px; }
.plan-card .old-price { text-decoration: line-through; font-size: 0.875rem; color: #9ca3af; display: block; margin-bottom: 4px; }
.plan-card .price { font-size: 2.25rem; font-weight: 700; color: #22c55e; margin-bottom: 4px; }
.plan-card .price .cents { font-size: 1.5rem; }
.plan-card .pay-type { color: #6b7280; font-size: 0.75rem; }
.plan-card .features { margin: 24px 0 32px; }
.plan-card .feature { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.plan-card .feature svg, .plan-premium .feature svg, .features-section .feature svg { width: 20px; height: 20px; min-width: 20px; max-width: 20px; min-height: 20px; max-height: 20px; flex-shrink: 0; }
.plan-card .feature p { color: #374151; font-size: 0.875rem; }
.plan-card .feature p.bold { font-weight: 600; }
.btn-basic { display: block; width: 100%; text-align: center; padding: 16px 32px; font-weight: 700; border-radius: 0.5rem; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); background: #e5e7eb; color: #374151; transition: all 0.3s; border: none; font-size: 1rem; cursor: pointer; }
.btn-basic:hover { background: #d1d5db; }
.btn-premium { display: block; width: 100%; text-align: center; padding: 16px 32px; font-weight: 700; border-radius: 0.5rem; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); background: linear-gradient(135deg, #16a34a, #22c55e, #16a34a); color: #fff; transition: all 0.3s; text-decoration: none; font-size: 1rem; }
.btn-premium:hover { background: linear-gradient(135deg, #15803d, #4ade80, #15803d); box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); }
.plan-premium { background: #fff; border-radius: 1rem; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); padding: 32px; position: relative; border: 2px solid #0575E6; }
.popular-badge { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); z-index: 10; display: inline-flex; align-items: center; gap: 4px; color: #fff; padding: 8px 16px; border-radius: 9999px; font-weight: 700; font-size: 0.75rem; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); background: linear-gradient(135deg, rgb(5,117,230), rgb(2,27,121)); white-space: nowrap; }
.popular-badge svg { width: 16px; height: 16px; }
.plan-premium .product-img { margin-bottom: 24px; }
.plan-premium .product-img img { width: 100%; height: auto; }
.plan-premium .features-section { margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid #e5e7eb; }
.plan-premium .features-section .feature { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.plan-premium .features-section .feature p { color: #374151; font-size: 0.875rem; }
.plan-premium .price-section { margin-bottom: 32px; }
.plan-premium .price-label { font-size: 0.75rem; font-weight: 600; color: #6b7280; margin-bottom: 4px; }
.plan-premium .price { font-size: 2.25rem; font-weight: 700; color: #22c55e; }
.plan-premium .price .cents { font-size: 1.5rem; }
.plan-premium .lifetime { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #22c55e; margin-top: 8px; }
.plan-premium .guarantee-text { text-align: center; font-size: 0.75rem; color: #4b5563; margin-top: 12px; }
.whatsapp-badge { margin-top: 16px; display: flex; justify-content: center; }
.whatsapp-badge img { opacity: 0.9; }

/* Garantia */
.section-garantia { padding: 32px 16px 48px; background: #fff; }
.section-garantia .inner { max-width: 42rem; margin: 0 auto; }
.garantia-card { background: #fff; border-radius: 1.5rem; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); padding: 32px; border: 2px solid #f3f4f6; text-align: center; }
.garantia-card .selo { margin-bottom: 24px; display: flex; justify-content: center; }
.garantia-card .selo img { width: 160px; height: 160px; object-fit: contain; }
.garantia-card h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 16px; color: #15192c; }
.garantia-card p { font-size: 1rem; color: #374151; line-height: 1.625; margin-bottom: 12px; }
.garantia-card p .bold { font-weight: 700; }

/* FAQ */
.section-faq { padding: 32px 16px 48px; background: #fff; }
.section-faq .inner { max-width: 48rem; margin: 0 auto; }
.section-faq h2 { font-size: 1.875rem; font-weight: 800; margin-bottom: 48px; text-align: center; color: #111827; }
.faq-item { background: #fff; border-radius: 1rem; overflow: hidden; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); margin-bottom: 16px; transition: all 0.3s; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 24px; text-align: left; background: none; border: none; cursor: pointer; font-family: inherit; }
.faq-question span { font-size: 1rem; font-weight: 700; color: #000; padding-right: 16px; }
.faq-question svg { width: 20px; height: 20px; flex-shrink: 0; color: #3b82f6; transition: transform 0.3s; }
.faq-question svg.open { transform: rotate(180deg); }
.faq-answer { overflow: hidden; max-height: 0; transition: max-height 0.3s ease; }
.faq-answer-inner { padding: 0 24px 24px; color: #374151; line-height: 1.625; }
.faq-answer.open { max-height: 200px; }

.cta-center { text-align: center; margin-top: 48px; }
.btn-cta { display: inline-block; padding: 20px 40px; color: #fff; font-size: 1.125rem; font-weight: 700; border-radius: 0.75rem; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); background: linear-gradient(135deg, #16a34a, #22c55e, #16a34a); transition: all 0.3s; text-decoration: none; }
.btn-cta:hover { transform: scale(1.05); background: linear-gradient(135deg, #15803d, #4ade80, #15803d); }

/* Footer */
.footer { padding: 48px 16px; background: #15192c; color: #FCFEFD; }
.footer .inner { max-width: 56rem; margin: 0 auto; text-align: center; }
.footer h3 { font-size: 1.5rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.footer .copyright { font-size: 0.875rem; margin-bottom: 8px; }
.footer .links { display: flex; align-items: center; justify-content: center; gap: 16px; font-size: 0.75rem; }
.footer .links a { transition: color 0.3s; }
.footer .links a:hover { color: #fff; }

/* WhatsApp Float */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; border-radius: 9999px; display: flex; align-items: center; justify-content: center; background: #25D366; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); transition: transform 0.3s; z-index: 50; }
.whatsapp-float:hover { transform: scale(1.1); }
.whatsapp-float svg { width: 32px; height: 32px; fill: #fff; }

/* Modal */
.modal-overlay { position: fixed; inset: 0; z-index: 50; display: none; align-items: center; justify-content: center; padding: 16px; background: rgba(0,0,0,0.5); }
.modal-overlay.open { display: flex; }
.modal { position: relative; background: #fff; border-radius: 1.5rem; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); max-width: 28rem; width: 100%; max-height: 90vh; overflow-y: auto; }
.modal-close { position: absolute; top: 16px; right: 16px; background: none; border: none; color: #9ca3af; cursor: pointer; z-index: 10; transition: color 0.3s; }
.modal-close:hover { color: #4b5563; }
.modal-close svg { width: 24px; height: 24px; }
.modal-body { padding: 32px; text-align: center; }
.modal-icon { width: 64px; height: 64px; background: linear-gradient(to bottom right, #facc15, #f97316); border-radius: 9999px; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
.modal-icon svg { width: 32px; height: 32px; color: #fff; }
.modal h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 8px; color: #15192c; }
.modal-diamonds { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 24px; }
.modal-diamond { width: 8px; height: 8px; background: #fb923c; transform: rotate(45deg); }
.modal .offer-text { font-size: 1.125rem; font-weight: 600; color: #374151; margin-bottom: 32px; }
.modal-offer-box { background: linear-gradient(to bottom right, #fff7ed, #fefce8); border-radius: 1rem; padding: 24px; margin-bottom: 24px; border: 2px solid #fed7aa; }
.modal-offer-box h3 { font-size: 1.125rem; font-weight: 700; margin-bottom: 12px; color: #15192c; }
.modal-offer-box .old { font-size: 0.875rem; color: #6b7280; text-decoration: line-through; margin-bottom: 4px; }
.modal-offer-box .new-price { font-size: 2.25rem; font-weight: 800; color: #22c55e; margin-bottom: 4px; }
.modal-offer-box .new-price .sm { font-size: 1.5rem; }
.modal-offer-box .savings { font-size: 0.875rem; font-weight: 700; color: #22c55e; }
.modal-features { text-align: left; margin-bottom: 24px; }
.modal-features .title { font-weight: 700; color: #111827; margin-bottom: 12px; }
.modal-features .item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; }
.modal-features .item svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }
.modal-features .item p { font-size: 0.875rem; color: #374151; }
.btn-modal-main { display: block; width: 100%; text-align: center; padding: 16px 24px; color: #fff; font-weight: 700; border-radius: 0.75rem; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); background: linear-gradient(135deg, #ea8317, #f59e0b, #ea8317); margin-bottom: 16px; transition: all 0.3s; text-decoration: none; font-size: 1rem; }
.btn-modal-main:hover { background: linear-gradient(135deg, #d97706, #fbbf24, #d97706); }
.btn-modal-basic { display: block; width: 100%; text-align: center; color: #4b5563; font-weight: 500; font-size: 0.875rem; transition: color 0.3s; text-decoration: none; }
.btn-modal-basic:hover { color: #1f2937; }

/* Responsive */
@media (min-width: 640px) {
  .top-bar-inner { font-size: 0.875rem; }
  .hero h1 { font-size: 2.25rem; }
  .hero .hero-250, .hero .hero-atividades { font-size: 3.25rem; }
  .hero .hero-praticas { font-size: 3.25rem; }
  .hero .hero-jiujitsu { font-size: 1.875rem; }
  .hero-sub { font-size: 1rem; }
  .section-receber h2 { font-size: 2.25rem; }
  .section-resultados h2 { font-size: 1.875rem; }
  .section-bonus h2 { font-size: 1.875rem; }
  .bonus-grid { grid-template-columns: repeat(3, 1fr); }
  .section-planos h2 { font-size: 2.25rem; }
  .garantia-card { padding: 48px; }
  .garantia-card h2 { font-size: 1.875rem; }
  .carousel-arrow { width: 56px; height: 56px; }
  .carousel-arrow.left { margin-left: -24px; }
  .carousel-arrow.right { margin-right: -24px; }
  .carousel-arrow svg { width: 28px; height: 28px; }
}
@media (min-width: 768px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .section-resultados h2 { font-size: 2.25rem; }
}
