.welcome-container{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:20px 15px;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);position:relative;overflow:hidden}.welcome-container:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,107,107,.1) 0%,transparent 70%);animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}.welcome-content{max-width:650px;width:100%;text-align:center;position:relative;z-index:1;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.welcome-badge{display:inline-flex;align-items:center;gap:8px;background:#ff6b6b26;border:1px solid rgba(255,107,107,.3);padding:8px 16px;border-radius:30px;color:#ff6b6b;font-size:clamp(12px,3vw,14px);font-weight:600;margin-bottom:20px;animation:fadeIn .8s ease-out .2s backwards}.welcome-title{font-size:clamp(28px,7vw,48px);font-weight:800;line-height:1.2;margin-bottom:16px;color:#fff;animation:fadeIn .8s ease-out .3s backwards}.highlight{background:linear-gradient(135deg,#ff6b6b,#ff8e53);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.welcome-description{font-size:clamp(15px,4vw,18px);line-height:1.6;color:#fffc;margin-bottom:28px;animation:fadeIn .8s ease-out .4s backwards}.welcome-description strong{color:#ff6b6b;font-weight:700}.welcome-benefits{display:flex;flex-direction:column;gap:15px;margin-bottom:35px;text-align:left;animation:fadeIn .8s ease-out .5s backwards}.benefit-item{display:flex;align-items:center;gap:12px;font-size:clamp(14px,3.5vw,16px);color:#ffffffe6;text-align:left}.benefit-icon{font-size:20px;min-width:24px}.welcome-stats{display:flex;flex-direction:column;gap:20px;padding:20px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;border:1px solid rgba(255,255,255,.1);margin-bottom:30px;animation:fadeIn .8s ease-out .6s backwards}.stat-item{flex:1;text-align:center}.stat-number{font-size:clamp(22px,6vw,28px);font-weight:800;color:#ff6b6b;margin-bottom:5px}.stat-label{font-size:clamp(12px,3vw,13px);color:#ffffffb3}.stat-divider{width:60%;height:1px;background:#ffffff1a;margin:0 auto;display:block}.btn-start-quiz{width:100%;padding:18px 32px;background:linear-gradient(135deg,#ff6b6b,#ff8e53);border:none;border-radius:12px;color:#fff;font-size:clamp(16px,4.5vw,20px);font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #ff6b6b66;display:flex;align-items:center;justify-content:center;gap:10px;animation:fadeIn .8s ease-out .7s backwards;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.btn-start-quiz:hover{transform:translateY(-3px);box-shadow:0 12px 35px #ff6b6b80}.btn-start-quiz:hover .btn-arrow{transform:translate(5px)}.welcome-disclaimer{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;font-size:14px;color:#fff9;animation:fadeIn .8s ease-out .8s backwards}.lock-icon{font-size:16px}@media(min-width:481px)and (max-width:768px){.welcome-container{padding:30px 20px}.welcome-benefits{gap:16px}.welcome-badge{padding:10px 18px}}@media(min-width:769px){.welcome-container{padding:40px 20px}.welcome-stats{flex-direction:row;justify-content:space-between;align-items:center;padding:25px}.stat-divider{width:1px;height:40px;margin:0 15px}.btn-start-quiz:hover{transform:translateY(-3px);box-shadow:0 12px 35px #ff6b6b80}.btn-start-quiz:hover .btn-arrow{transform:translate(5px)}.welcome-badge{padding:10px 20px}}@media(min-width:1200px){.welcome-content{max-width:700px}}.processing-container{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:20px 15px;background:linear-gradient(135deg,#1a1a2e,#16213e)}.processing-content{max-width:550px;width:100%;text-align:center}.loader-wrapper{position:relative;width:120px;height:120px;margin:0 auto 40px}.loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b,#ff8e53);animation:pulse-loader 1.5s ease-in-out infinite}@keyframes pulse-loader{0%,to{transform:translate(-50%,-50%) scale(.8);opacity:1}50%{transform:translate(-50%,-50%) scale(1);opacity:.8}}.loader-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border:3px solid transparent;border-top-color:#ff6b6b;border-right-color:#ff6b6b;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.processing-title{font-size:clamp(24px,6vw,32px);font-weight:700;color:#fff;margin-bottom:35px;animation:fadeIn .5s ease-out;line-height:1.3}.processing-steps{display:flex;flex-direction:column;gap:20px;margin-bottom:35px}.step-item{display:flex;align-items:center;gap:12px;padding:16px 18px;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);opacity:.4;transition:all .3s ease}.step-item.active{opacity:1;background:#ff6b6b1a;border-color:#ff6b6b4d;animation:slideIn .5s ease-out forwards}@keyframes slideIn{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}.step-item:nth-child(1).active{animation-delay:.5s}.step-item:nth-child(2).active{animation-delay:1.2s}.step-item:nth-child(3).active{animation-delay:2s}.step-item:nth-child(4).active{animation-delay:3s}.step-icon{font-size:24px;min-width:30px}.step-text{font-size:clamp(14px,3.5vw,16px);color:#fff;font-weight:500;text-align:left;line-height:1.4}.processing-message{font-size:15px;color:#ffffffb3;animation:fadeIn 1s ease-out}@media(min-width:481px)and (max-width:768px){.processing-container{padding:30px 20px}.step-item{padding:17px 22px}}@media(min-width:769px){.processing-container{padding:40px 20px}.step-item{padding:18px 25px;gap:15px}}.results-container{min-height:100vh;min-height:100dvh;padding:30px 15px;background:linear-gradient(135deg,#1a1a2e,#16213e)}.results-content{max-width:750px;margin:0 auto;animation:fadeInUp .6s ease-out}.results-badge{display:inline-flex;align-items:center;gap:8px;background:#4caf5026;border:1px solid rgba(76,175,80,.3);padding:10px 20px;border-radius:30px;color:#4caf50;font-size:14px;font-weight:600;margin-bottom:25px}.badge-icon{font-size:16px}.results-title{font-size:clamp(28px,7vw,42px);font-weight:800;line-height:1.2;margin-bottom:18px;color:#fff}.results-subtitle{font-size:clamp(15px,4vw,18px);line-height:1.6;color:#fffc;margin-bottom:35px}.results-subtitle strong{color:#ff6b6b;font-weight:700}.results-score-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:25px 20px;margin-bottom:35px}.score-header{margin-bottom:20px}.score-label{font-size:15px;color:#ffffffb3;font-weight:500}.score-meter{width:100%;height:12px;background:#ffffff1a;border-radius:10px;overflow:hidden;margin-bottom:15px}.score-fill{height:100%;background:linear-gradient(90deg,#ffd93d,#ff6b6b 70%,#ff8e53);border-radius:10px;animation:fillScore 1.5s ease-out}@keyframes fillScore{0%{width:0%}}.score-stats{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.score-value{font-size:36px;font-weight:800;color:#ff6b6b}.score-potential{font-size:14px;color:#fff9;background:#ffffff0d;padding:6px 12px;border-radius:6px}.score-description{font-size:15px;color:#fffc;line-height:1.5}.results-insights{margin-bottom:45px}.insights-title{font-size:clamp(19px,5vw,22px);font-weight:700;color:#fff;margin-bottom:20px;line-height:1.3}.insight-item{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#ffffff08;border-radius:12px;margin-bottom:12px;border-left:3px solid transparent}.insight-item:nth-child(2){border-left-color:#4caf50}.insight-item:nth-child(3){border-left-color:#4caf50}.insight-item:nth-child(4){border-left-color:#ffd93d}.insight-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}.insight-icon.positive{background:#4caf5033;color:#4caf50}.insight-icon.warning{background:#ffd93d33;color:#ffd93d}.insight-text{font-size:clamp(14px,3.5vw,15px);line-height:1.6;color:#ffffffe6}.insight-text strong{color:#fff;font-weight:600}.results-cta-section{background:linear-gradient(135deg,#ff6b6b1a,#ff8e531a);border:1px solid rgba(255,107,107,.2);border-radius:16px;padding:28px 20px;margin-bottom:35px;text-align:center}.cta-title{font-size:clamp(22px,5.5vw,28px);font-weight:700;color:#fff;margin-bottom:14px;line-height:1.3}.cta-description{font-size:clamp(14px,3.5vw,16px);line-height:1.6;color:#fffc;margin-bottom:25px}.cta-description strong{color:#ff6b6b;font-weight:700}.btn-reveal-method{width:100%;padding:18px 32px;background:linear-gradient(135deg,#ff6b6b,#ff8e53);border:none;border-radius:12px;color:#fff;font-size:clamp(17px,4.5vw,20px);font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #ff6b6b66;display:flex;align-items:center;justify-content:center;gap:10px;animation:pulse-btn 2s ease-in-out infinite;-webkit-tap-highlight-color:transparent;touch-action:manipulation}@keyframes pulse-btn{0%,to{box-shadow:0 8px 25px #ff6b6b66}50%{box-shadow:0 8px 35px #ff6b6b99}}.btn-reveal-method:hover{transform:translateY(-3px);box-shadow:0 12px 35px #ff6b6b80;animation:none}.btn-arrow{font-size:24px;transition:transform .3s ease}.btn-reveal-method:hover .btn-arrow{transform:translate(5px)}.cta-guarantee{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;font-size:14px;color:#ffffffb3}.guarantee-icon{font-size:16px}.results-testimonials{display:grid;grid-template-columns:1fr;gap:16px}.testimonial-item{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:25px}.testimonial-stars{color:#ffd93d;font-size:16px;margin-bottom:12px}.testimonial-text{font-size:14px;line-height:1.6;color:#fffc;margin-bottom:12px;font-style:italic}.testimonial-author{font-size:13px;color:#fff9;font-weight:500}@media(min-width:481px)and (max-width:768px){.results-container{padding:40px 20px}.results-score-card{padding:30px 25px;border-radius:18px}.results-cta-section{padding:35px 28px}.insight-item{padding:18px}}@media(min-width:769px){.results-container{padding:60px 20px}.results-score-card{padding:35px;border-radius:20px}.results-cta-section{padding:40px;border-radius:20px}.results-testimonials{grid-template-columns:repeat(2,1fr);gap:20px}.btn-reveal-method:hover{transform:translateY(-3px);box-shadow:0 12px 35px #ff6b6b80;animation:none}.btn-reveal-method:hover .btn-arrow{transform:translate(5px)}.insight-item{padding:20px;gap:15px}}*{box-sizing:border-box}.landing-page{min-height:100vh;background:#111;overflow-x:hidden;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.container{width:100%;max-width:900px;margin:0 auto;padding:0 16px}.hero-video{background:#000;padding:30px 0 40px;text-align:center}.logo-title{font-size:clamp(28px,8vw,48px);font-weight:900;color:#c8102e;letter-spacing:3px;text-transform:uppercase;margin-bottom:20px;text-shadow:0 2px 10px rgba(200,16,46,.4)}.video-headline{font-size:clamp(18px,4.5vw,26px);font-weight:800;color:#fff;line-height:1.3;margin-bottom:14px;text-transform:uppercase}.video-subtext{font-size:clamp(14px,3.5vw,17px);color:#fffc;line-height:1.6;margin-bottom:24px;max-width:650px;margin-left:auto;margin-right:auto}.video-container{width:100%;max-width:780px;margin:0 auto 30px;aspect-ratio:16 / 9;border-radius:10px;overflow:hidden;background:#000;box-shadow:0 8px 40px #0009}.video-container iframe{width:100%;height:100%;border:none}.access-text{font-size:clamp(13px,3vw,15px);color:#fff9;margin-top:-10px}.cta-button-green{display:block;width:100%;max-width:460px;padding:18px 30px;background:linear-gradient(135deg,#1a8a1a,#22a822);border:none;border-radius:10px;color:#fff;font-size:clamp(16px,4vw,20px);font-weight:800;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 25px #22a82266;margin:20px auto;text-align:center;text-transform:uppercase;letter-spacing:1px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.cta-button-green:hover,.cta-button-green:active{background:linear-gradient(135deg,#1d9e1d,#27c227);transform:translateY(-2px);box-shadow:0 8px 30px #22a82280}.cta-button-green.large{padding:22px 40px;font-size:clamp(17px,4.5vw,22px);max-width:520px}.cta-button-green.pulse{animation:pulse-green 2s ease-in-out infinite}@keyframes pulse-green{0%,to{box-shadow:0 6px 25px #22a82266;transform:scale(1)}50%{box-shadow:0 8px 35px #22a822a6;transform:scale(1.02)}}.whatsapp-testimonials{background:#1a1a1a;padding:45px 0;text-align:center}.testimonial-headline{font-size:clamp(22px,5.5vw,32px);font-weight:800;color:#fff;line-height:1.3;margin-bottom:12px}.testimonial-subtext{font-size:clamp(14px,3.5vw,17px);color:#ffffffbf;line-height:1.6;margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto}.whatsapp-messages{display:flex;flex-direction:column;gap:12px;max-width:440px;margin:0 auto;padding:20px;background:#0b141a;border-radius:14px;box-shadow:0 4px 20px #0006}.whatsapp-msg{display:flex;flex-direction:column;gap:4px}.whatsapp-msg p{display:inline-block;padding:8px 14px;border-radius:10px;font-size:clamp(13px,3.2vw,15px);line-height:1.45;max-width:85%;word-break:break-word}.whatsapp-msg.left{align-items:flex-start}.whatsapp-msg.left p{background:#202c33;color:#e9edef;border-radius:0 10px 10px}.whatsapp-msg.right{align-items:flex-end}.whatsapp-msg.right p{background:#005c4b;color:#e9edef;border-radius:10px 0 10px 10px}.benefits-after{background:#111;padding:50px 0;text-align:center}.intro-text{font-size:clamp(15px,3.8vw,18px);color:#ffffffd9;line-height:1.65;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto}.section-title-gold{font-size:clamp(22px,5.5vw,32px);font-weight:900;color:#d4a017;text-transform:uppercase;margin-bottom:30px;line-height:1.25}.section-title-gold.center{text-align:center}.benefits-grid-3{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:35px;text-align:left}.benefit-card{display:flex;align-items:flex-start;gap:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);padding:18px 16px;border-radius:10px}.benefit-check{color:#22a822;font-size:22px;font-weight:900;line-height:1;flex-shrink:0;margin-top:2px}.benefit-card p{font-size:clamp(14px,3.5vw,16px);color:#ffffffe0;line-height:1.6}.target-audience{background:#1a0000;padding:50px 0;text-align:center}.section-title-white{font-size:clamp(22px,5.5vw,32px);font-weight:900;color:#fff;text-transform:uppercase;margin-bottom:30px;line-height:1.25}.target-list{display:flex;flex-direction:column;gap:14px;max-width:700px;margin:0 auto;text-align:left}.target-item{display:flex;align-items:flex-start;gap:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);padding:16px;border-radius:10px}.check-green{color:#22a822;font-size:22px;font-weight:900;flex-shrink:0;line-height:1;margin-top:1px}.target-item p{font-size:clamp(14px,3.5vw,16px);color:#ffffffe6;line-height:1.6}.metodo-dedo{background:#000;padding:50px 0;text-align:center}.dedo-subtitle{font-size:clamp(15px,3.8vw,19px);color:#fffc;font-weight:600;line-height:1.4;margin-bottom:35px;max-width:620px;margin-left:auto;margin-right:auto}.dedo-pillars{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:35px}.pillar{background:#ffffff0d;border:1px solid rgba(200,16,46,.25);border-radius:12px;padding:24px 16px;text-align:center}.pillar-icon{font-size:36px;margin-bottom:10px}.pillar h4{font-size:clamp(16px,4vw,20px);font-weight:900;color:#d4a017;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px}.pillar p{font-size:clamp(13px,3.2vw,15px);color:#fffc;line-height:1.6}.bonus{background:#1a0000;padding:50px 0;text-align:center}.bonus-list{display:flex;flex-direction:column;gap:12px;max-width:720px;margin:0 auto 30px}.bonus-item{display:flex;align-items:center;gap:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px 18px;text-align:left}.bonus-icon{font-size:32px;flex-shrink:0;width:44px;text-align:center}.bonus-info{flex:1}.bonus-info h3{font-size:clamp(15px,4vw,18px);font-weight:700;color:#fff;margin-bottom:4px}.bonus-info p{font-size:clamp(13px,3.2vw,15px);color:#ffffffb8;line-height:1.5}.bonus-price{flex-shrink:0;text-align:right}.old-price{font-size:clamp(14px,3.5vw,16px);color:#fff6;text-decoration:line-through;display:block}.free-badge{font-size:clamp(14px,3.5vw,16px);font-weight:800;color:#22a822;background:#22a82226;padding:4px 10px;border-radius:6px;border:1px solid rgba(34,168,34,.3)}.price-section{background:#000;padding:50px 0;text-align:center}.price-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:35px 24px;max-width:520px;margin:0 auto}.price-headline{font-size:clamp(18px,4.5vw,24px);font-weight:700;color:#fff;margin-bottom:10px;line-height:1.3}.price-installments-top{font-size:clamp(14px,3.5vw,17px);color:#ffffffb3;margin-bottom:6px}.price-display{display:flex;align-items:flex-start;justify-content:center;gap:4px;margin-bottom:10px;line-height:1}.price-currency-big{font-size:clamp(28px,7vw,40px);font-weight:800;color:#fff;margin-top:12px}.price-number-big{font-size:clamp(72px,20vw,110px);font-weight:900;color:#fff;line-height:1}.price-cents-big{font-size:clamp(28px,7vw,40px);font-weight:800;color:#fff;margin-top:12px}.price-full{font-size:clamp(14px,3.5vw,17px);color:#ffffff8c;margin-bottom:28px}.payment-secure{font-size:clamp(12px,3vw,14px);color:#fff9;margin-top:14px;line-height:1.5}.payment-logos{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px;flex-wrap:wrap}.payment-logos span{font-size:clamp(11px,2.8vw,13px);font-weight:700;color:#ffffff8c;border:1px solid rgba(255,255,255,.18);padding:4px 12px;border-radius:5px;text-transform:uppercase;letter-spacing:.5px}.guarantee-section{background:#1a1a1a;padding:50px 0}.guarantee-content{display:flex;flex-direction:column;align-items:center;gap:30px;max-width:700px;margin:0 auto;text-align:center}.guarantee-badge-big{width:140px;height:140px;border-radius:50%;border:4px solid #d4a017;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#d4a01714;flex-shrink:0;padding:10px}.guarantee-badge-big h3{font-size:52px;font-weight:900;color:#d4a017;line-height:1;margin-bottom:0}.guarantee-badge-big p{font-size:11px;font-weight:700;color:#d4a017;text-transform:uppercase;letter-spacing:.5px;line-height:1.3;text-align:center}.stars{font-size:14px;margin-top:4px}.guarantee-text p{font-size:clamp(14px,3.8vw,17px);color:#ffffffd9;line-height:1.7;margin-bottom:22px}.secure-badge{font-size:clamp(12px,3vw,14px);color:#22a822;margin-top:12px;font-weight:600}.faq{background:#111;padding:50px 0}.faq-title{font-size:clamp(26px,6.5vw,38px);font-weight:900;color:#fff;text-align:center;margin-bottom:35px;line-height:1.2}.faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden}.faq-item summary{padding:18px 20px;font-size:clamp(14px,3.8vw,17px);font-weight:600;color:#fff;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:22px;font-weight:400;color:#ffffff80;flex-shrink:0;margin-left:12px;transition:transform .25s ease}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item[open] summary{border-bottom:1px solid rgba(255,255,255,.07)}.faq-answer{padding:16px 20px}.faq-answer p{font-size:clamp(14px,3.5vw,16px);color:#ffffffbf;line-height:1.65}.about-catia{background:#000;padding:50px 0}.about-content{display:flex;flex-direction:column;gap:24px;max-width:820px;margin:0 auto}.about-text h2{font-size:clamp(24px,6vw,36px);font-weight:900;color:#c8102e;letter-spacing:2px;margin-bottom:16px;text-transform:uppercase}.about-text p{font-size:clamp(14px,3.8vw,17px);color:#ffffffd1;line-height:1.75}.about-image{width:100%;min-height:200px;background:#ffffff0a;border-radius:12px;border:1px dashed rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#ffffff4d;font-size:14px}.footer{background:#080808;padding:30px 0;text-align:center;border-top:1px solid rgba(255,255,255,.06)}.disclaimer{font-size:clamp(11px,2.8vw,13px);color:#ffffff59;line-height:1.65;margin-bottom:14px;max-width:680px;margin-left:auto;margin-right:auto}.footer p{font-size:clamp(12px,3vw,14px);color:#ffffff73;margin-bottom:4px}@media(min-width:481px){.benefits-grid-3{grid-template-columns:repeat(2,1fr)}.bonus-item{padding:18px 22px}.whatsapp-messages{max-width:480px;padding:24px}.guarantee-content{flex-direction:row;text-align:left;align-items:flex-start}.guarantee-badge-big{flex-shrink:0}}@media(min-width:769px){.hero-video{padding:50px 0 60px}.benefits-grid-3{grid-template-columns:repeat(3,1fr)}.dedo-pillars{grid-template-columns:repeat(4,1fr)}.about-content{flex-direction:row;align-items:flex-start}.about-text{flex:1}.about-image{width:280px;min-height:320px;flex-shrink:0}.target-list{gap:12px}.bonus-list{gap:14px}}@media(min-width:1200px){.container{padding:0 30px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;color:#fff;overflow-x:hidden}.quiz-container{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px;background:linear-gradient(135deg,#1a1a2e,#16213e)}.quiz-card{width:100%;max-width:700px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:25px 18px;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.1);animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.progress-bar{width:100%;height:6px;background:#ffffff1a;border-radius:10px;overflow:hidden;margin-bottom:30px}.progress-fill{height:100%;background:linear-gradient(90deg,#ff6b6b,#ff8e53);transition:width .3s ease;border-radius:10px}.question-title{font-size:clamp(20px,5vw,28px);font-weight:700;margin-bottom:12px;color:#fff;line-height:1.3}.question-subtitle{font-size:clamp(14px,3.5vw,16px);color:#ffffffb3;margin-bottom:25px;line-height:1.5}.options-container{display:flex;flex-direction:column;gap:15px}.option-button{width:100%;padding:16px 18px;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:clamp(14px,3.5vw,16px);font-weight:500;cursor:pointer;transition:all .3s ease;text-align:left;display:flex;align-items:center;gap:12px;-webkit-tap-highlight-color:transparent}.option-button:hover,.option-button:active{background:#ffffff1a;border-color:#ff6b6b}.option-button.selected{background:linear-gradient(135deg,#ff6b6b,#ff8e53);border-color:#ff6b6b;box-shadow:0 4px 15px #ff6b6b66}.option-icon{font-size:24px;min-width:30px;text-align:center}.scale-container{display:flex;flex-direction:column;gap:12px;margin-top:20px}.scale-option{display:flex;align-items:center;gap:15px;padding:15px;background:#ffffff0d;border-radius:10px;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.scale-option:hover{background:#ffffff1a}.scale-option.selected{background:linear-gradient(135deg,#ff6b6b,#ff8e53);border-color:#ff6b6b}.scale-number{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.scale-option.selected .scale-number{background:#ffffff4d}.btn-primary{width:100%;padding:16px 28px;background:linear-gradient(135deg,#ff6b6b,#ff8e53);border:none;border-radius:12px;color:#fff;font-size:clamp(16px,4vw,18px);font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:25px;box-shadow:0 4px 15px #ff6b6b4d;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.btn-primary:hover,.btn-primary:active{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}@media(min-width:481px)and (max-width:768px){.quiz-card{padding:35px 28px;border-radius:18px}.option-button{padding:18px 22px}}@media(min-width:769px){.quiz-card{padding:40px;border-radius:20px}.option-button{padding:20px 25px}.option-button:hover{transform:translate(5px)}}@media(min-width:1200px){.quiz-container{padding:40px}}
