:root{--primary:#3b82f6;--primary-dark:#2563eb;--accent:#8b5cf6;--background:#ffffff;--background-dark:#0f172a;--foreground:#1e293b;--foreground-dark:#f8fafc;--muted:#64748b;--muted-dark:#94a3b8;--card:#ffffff;--card-dark:#1e293b;--border:#e2e8f0;--border-dark:#334155;--green:#22c55e;--yellow:#facc15;--gradient-hero:linear-gradient(135deg,#1e3a5f 0%,#0f172a 50%,#1a1a2e 100%);--gradient-cta:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);}*{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:var(--background);color:var(--foreground);line-height:1.6;}body.dark{background:var(--background-dark);color:var(--foreground-dark);}a{color:var(--primary);text-decoration:none;}a:hover{text-decoration:underline;}.container{max-width:1200px;margin:0 auto;padding:0 1rem;} .nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem;transition:all 0.3s ease;}.nav.scrolled{background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);box-shadow:0 2px 10px rgba(0,0,0,0.1);}body.dark .nav.scrolled{background:rgba(15,23,42,0.95);border-color:var(--border-dark);}.nav-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;}.logo{display:flex;align-items:center;gap:0.5rem;font-size:1.5rem;font-weight:700;color:white;text-decoration:none;}.nav.scrolled .logo{color:var(--foreground);}body.dark .nav.scrolled .logo{color:var(--foreground-dark);}.logo-icon{width:40px;height:40px;background:var(--gradient-cta);border-radius:8px;display:flex;align-items:center;justify-content:center;}.logo-icon svg{width:24px;height:24px;color:white;}.logo .text-gradient{background:var(--gradient-cta);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.nav-links{display:none;align-items:center;gap:1.5rem;}@media (min-width:768px){.nav-links{display:flex;}}.nav-links a{color:rgba(255,255,255,0.8);font-size:0.875rem;font-weight:500;text-decoration:none;transition:color 0.2s;}.nav-links a:hover{color:white;text-decoration:none;}.nav.scrolled .nav-links a{color:var(--muted);}.nav.scrolled .nav-links a:hover{color:var(--foreground);}body.dark .nav.scrolled .nav-links a{color:var(--muted-dark);}body.dark .nav.scrolled .nav-links a:hover{color:var(--foreground-dark);}.nav-actions{display:flex;align-items:center;gap:0.5rem;} .btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.625rem 1.25rem;font-size:0.875rem;font-weight:600;border-radius:0.5rem;border:none;cursor:pointer;transition:all 0.2s;text-decoration:none;}.btn:hover{text-decoration:none;}.btn-primary{background:var(--gradient-cta);color:white;}.btn-primary:hover{opacity:0.9;transform:translateY(-1px);}.btn-secondary{background:rgba(255,255,255,0.1);color:white;border:1px solid rgba(255,255,255,0.3);backdrop-filter:blur(4px);}.btn-secondary:hover{background:rgba(255,255,255,0.2);}.btn-outline{background:transparent;color:var(--foreground);border:1px solid var(--border);}body.dark .btn-outline{color:var(--foreground-dark);border-color:var(--border-dark);}.btn-outline:hover{background:var(--card);}body.dark .btn-outline:hover{background:var(--card-dark);}.btn-ghost{background:transparent;color:inherit;padding:0.5rem;}.btn-ghost:hover{background:rgba(0,0,0,0.05);}body.dark .btn-ghost:hover{background:rgba(255,255,255,0.1);}.btn-lg{padding:1rem 2rem;font-size:1.125rem;}.btn-icon{width:40px;height:40px;padding:0;}.btn-whatsapp{background:#25d366;color:white;}.btn-whatsapp:hover{background:#20bd5a;} .mobile-menu-btn{display:flex;width:40px;height:40px;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:white;}.nav.scrolled .mobile-menu-btn{color:var(--foreground);}body.dark .nav.scrolled .mobile-menu-btn{color:var(--foreground-dark);}@media (min-width:768px){.mobile-menu-btn{display:none;}}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:white;border-bottom:1px solid var(--border);padding:1rem;}body.dark .mobile-menu{background:var(--background-dark);border-color:var(--border-dark);}.mobile-menu.open{display:block;}.mobile-menu a{display:block;padding:0.75rem 1rem;color:var(--foreground);font-weight:500;border-radius:0.5rem;}body.dark .mobile-menu a{color:var(--foreground-dark);}.mobile-menu a:hover{background:rgba(0,0,0,0.05);text-decoration:none;}body.dark .mobile-menu a:hover{background:rgba(255,255,255,0.05);} .hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--gradient-hero);padding:6rem 1rem 4rem;}.hero::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMC4wMyI+PHBhdGggZD0iTTM2IDM0djItSDI0di0yaDEyem0wLTR2Mkgy NHYtMmgxMnptMC00djJIMjR2LTJoMTJ6Ii8+PC9nPjwvZz48L3N2Zz4=");opacity:0.5;}.hero-content{position:relative;z-index:10;max-width:900px;margin:0 auto;text-align:center;}.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(255,255,255,0.1);color:white;padding:0.5rem 1rem;border-radius:9999px;font-size:0.875rem;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,0.2);}.hero-badge svg{width:16px;height:16px;color:var(--yellow);fill:var(--yellow);}.hero h1{font-size:clamp(2rem,5vw,4rem);font-weight:700;color:white;margin-bottom:1rem;line-height:1.2;}.hero h1 .text-gradient{background:var(--gradient-cta);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.hero h2{font-size:1.25rem;color:rgba(255,255,255,0.9);margin-bottom:1rem;}.hero p{font-size:1.125rem;color:rgba(255,255,255,0.8);margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;}.hero-buttons{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-bottom:3rem;}.trust-badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem;}.trust-badge{display:flex;align-items:center;gap:0.5rem;color:rgba(255,255,255,0.9);font-size:0.875rem;font-weight:500;}.trust-badge svg{width:20px;height:20px;color:var(--green);}.hero-fade{position:absolute;bottom:0;left:0;right:0;height:8rem;background:linear-gradient(to top,var(--background),transparent);}body.dark .hero-fade{background:linear-gradient(to top,var(--background-dark),transparent);} .eeat-section{padding:2rem 1rem;background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);}body.dark .eeat-section{background:var(--card-dark);border-color:var(--border-dark);}.eeat-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem;}.eeat-item{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;}.eeat-item svg{width:20px;height:20px;}.eeat-stars{display:flex;gap:2px;}.eeat-stars svg{width:16px;height:16px;fill:var(--yellow);color:var(--yellow);} .stats-section{padding:4rem 1rem;background:var(--card);border-bottom:1px solid var(--border);}body.dark .stats-section{background:var(--card-dark);border-color:var(--border-dark);}.stats-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr);}}.stat-item{text-align:center;}.stat-icon{width:48px;height:48px;background:rgba(59,130,246,0.1);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 0.75rem;}.stat-icon svg{width:24px;height:24px;color:var(--primary);}.stat-value{font-size:1.75rem;font-weight:700;margin-bottom:0.25rem;}.stat-label{font-size:0.875rem;color:var(--muted);}body.dark .stat-label{color:var(--muted-dark);} .section{padding:4rem 1rem;}@media (min-width:768px){.section{padding:6rem 1rem;}}.section-header{text-align:center;margin-bottom:3rem;}.section-badge{display:inline-block;background:rgba(59,130,246,0.1);color:var(--primary);padding:0.375rem 0.75rem;border-radius:9999px;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:1rem;}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem;}.section-desc{font-size:1.125rem;color:var(--muted);max-width:600px;margin:0 auto;}body.dark .section-desc{color:var(--muted-dark);} .card{background:var(--card);border:1px solid var(--border);border-radius:1rem;overflow:hidden;transition:all 0.2s;}body.dark .card{background:var(--card-dark);border-color:var(--border-dark);}.card:hover{box-shadow:0 10px 40px rgba(0,0,0,0.1);transform:translateY(-2px);}.card-content{padding:1.5rem;}@media (min-width:768px){.card-content{padding:2rem;}} .features-grid{display:grid;gap:1.5rem;}@media (min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr);}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr);}}.feature-icon{width:56px;height:56px;background:rgba(59,130,246,0.1);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;}.feature-icon svg{width:28px;height:28px;color:var(--primary);}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:0.75rem;}.feature-desc{color:var(--muted);line-height:1.7;}body.dark .feature-desc{color:var(--muted-dark);} .channels-section{background:rgba(0,0,0,0.02);}body.dark .channels-section{background:rgba(255,255,255,0.02);}.channels-grid{display:grid;gap:3rem;align-items:center;}@media (min-width:1024px){.channels-grid{grid-template-columns:1fr 1fr;}}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;}.category-item{display:flex;align-items:center;gap:0.75rem;padding:0.75rem;background:var(--card);border:1px solid var(--border);border-radius:0.5rem;}body.dark .category-item{background:var(--card-dark);border-color:var(--border-dark);}.category-icon{width:40px;height:40px;background:rgba(59,130,246,0.1);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.category-icon svg{width:20px;height:20px;color:var(--primary);}.category-name{font-size:0.875rem;font-weight:600;}.category-count{font-size:0.75rem;color:var(--muted);}body.dark .category-count{color:var(--muted-dark);}.channels-preview{position:relative;}.preview-box{aspect-ratio:16/9;background:linear-gradient(135deg,rgba(59,130,246,0.2),var(--accent));border-radius:1rem;border:1px solid var(--border);box-shadow:0 25px 50px -12px rgba(0,0,0,0.25);display:flex;align-items:center;justify-content:center;overflow:hidden;}body.dark .preview-box{border-color:var(--border-dark);}.preview-content{text-align:center;padding:2rem;}.preview-play{width:80px;height:80px;background:rgba(59,130,246,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;}.preview-play svg{width:40px;height:40px;color:var(--primary);}.preview-badges{position:absolute;top:1rem;left:1rem;display:flex;gap:0.5rem;}.badge{display:inline-flex;align-items:center;padding:0.25rem 0.75rem;font-size:0.75rem;font-weight:600;border-radius:9999px;}.badge-green{background:var(--green);color:white;}.badge-secondary{background:rgba(0,0,0,0.1);color:var(--foreground);}body.dark .badge-secondary{background:rgba(255,255,255,0.1);color:var(--foreground-dark);}.preview-4k{position:absolute;bottom:-1.5rem;right:-1.5rem;width:80px;height:80px;background:var(--card);border:1px solid var(--border);border-radius:1rem;box-shadow:0 10px 40px rgba(0,0,0,0.1);display:flex;flex-direction:column;align-items:center;justify-content:center;}body.dark .preview-4k{background:var(--card-dark);border-color:var(--border-dark);}.preview-4k-text{font-size:1.5rem;font-weight:700;color:var(--primary);}.preview-4k-label{font-size:0.625rem;color:var(--muted);} .pricing-grid{display:grid;gap:1.5rem;max-width:1000px;margin:0 auto;}@media (min-width:768px){.pricing-grid{grid-template-columns:repeat(3,1fr);}}.pricing-card{position:relative;}.pricing-card.popular{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary);}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--gradient-cta);color:white;padding:0.25rem 1rem;border-radius:9999px;font-size:0.75rem;font-weight:600;white-space:nowrap;}.pricing-header{text-align:center;padding-bottom:1.5rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem;}body.dark .pricing-header{border-color:var(--border-dark);}.pricing-name{font-size:1.25rem;font-weight:600;margin-bottom:0.5rem;}.pricing-price{font-size:3rem;font-weight:700;line-height:1;}.pricing-price span{font-size:1rem;font-weight:400;color:var(--muted);}body.dark .pricing-price span{color:var(--muted-dark);}.pricing-features{list-style:none;margin-bottom:1.5rem;}.pricing-features li{display:flex;align-items:flex-start;gap:0.75rem;padding:0.5rem 0;font-size:0.875rem;}.pricing-features svg{width:20px;height:20px;color:var(--green);flex-shrink:0;margin-top:2px;}.pricing-cta{width:100%;} .devices-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:800px;margin:0 auto;}@media (min-width:768px){.devices-grid{grid-template-columns:repeat(8,1fr);}}.device-item{display:flex;flex-direction:column;align-items:center;gap:0.5rem;padding:1rem;background:var(--card);border:1px solid var(--border);border-radius:0.75rem;transition:all 0.2s;}body.dark .device-item{background:var(--card-dark);border-color:var(--border-dark);}.device-item:hover{border-color:var(--primary);transform:translateY(-2px);}.device-item svg{width:32px;height:32px;color:var(--primary);}.device-name{font-size:0.75rem;color:var(--muted);text-align:center;}body.dark .device-name{color:var(--muted-dark);} .testimonials-grid{display:grid;gap:1.5rem;}@media (min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr);}}.testimonial-card{padding:1.5rem;}.testimonial-stars{display:flex;gap:2px;margin-bottom:1rem;}.testimonial-stars svg{width:16px;height:16px;fill:var(--yellow);color:var(--yellow);}.testimonial-text{font-style:italic;margin-bottom:1rem;color:var(--muted);line-height:1.7;}body.dark .testimonial-text{color:var(--muted-dark);}.testimonial-author{display:flex;align-items:center;gap:0.75rem;}.testimonial-avatar{width:40px;height:40px;background:var(--gradient-cta);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;}.testimonial-name{font-weight:600;font-size:0.875rem;}.testimonial-location{font-size:0.75rem;color:var(--muted);}body.dark .testimonial-location{color:var(--muted-dark);} .faq-container{max-width:800px;margin:0 auto;}.faq-item{border:1px solid var(--border);border-radius:0.75rem;margin-bottom:1rem;overflow:hidden;background:var(--card);}body.dark .faq-item{background:var(--card-dark);border-color:var(--border-dark);}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:transparent;border:none;cursor:pointer;text-align:left;font-size:1rem;font-weight:600;color:inherit;}.faq-question svg{width:20px;height:20px;transition:transform 0.2s;flex-shrink:0;}.faq-item.open .faq-question svg{transform:rotate(180deg);}.faq-answer{display:none;padding:0 1.25rem 1.25rem;color:var(--muted);line-height:1.7;}body.dark .faq-answer{color:var(--muted-dark);}.faq-item.open .faq-answer{display:block;} .contact-grid{display:grid;gap:2rem;max-width:1000px;margin:0 auto;}@media (min-width:768px){.contact-grid{grid-template-columns:1fr 1fr;}}.contact-info h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;}.contact-info p{color:var(--muted);margin-bottom:2rem;}body.dark .contact-info p{color:var(--muted-dark);}.contact-methods{display:flex;flex-direction:column;gap:1rem;}.contact-method{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--card);border:1px solid var(--border);border-radius:0.75rem;}body.dark .contact-method{background:var(--card-dark);border-color:var(--border-dark);}.contact-method-icon{width:48px;height:48px;background:rgba(59,130,246,0.1);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.contact-method-icon svg{width:24px;height:24px;color:var(--primary);}.contact-method-icon.whatsapp{background:rgba(37,211,102,0.1);}.contact-method-icon.whatsapp svg{color:#25d366;}.contact-method h4{font-weight:600;margin-bottom:0.25rem;}.contact-method span{font-size:0.875rem;color:var(--muted);}body.dark .contact-method span{color:var(--muted-dark);} .contact-form{display:flex;flex-direction:column;gap:1rem;}.form-group{display:flex;flex-direction:column;gap:0.5rem;}.form-group label{font-size:0.875rem;font-weight:500;}.form-group input,.form-group textarea,.form-group select{padding:0.75rem 1rem;border:1px solid var(--border);border-radius:0.5rem;font-size:1rem;background:var(--background);color:var(--foreground);transition:border-color 0.2s;}body.dark .form-group input,body.dark .form-group textarea,body.dark .form-group select{background:var(--background-dark);border-color:var(--border-dark);color:var(--foreground-dark);}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary);}.form-group textarea{min-height:120px;resize:vertical;} .footer{background:var(--background-dark);color:white;padding:4rem 1rem 2rem;}.footer-grid{max-width:1200px;margin:0 auto;display:grid;gap:2rem;margin-bottom:3rem;}@media (min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;}}.footer-brand p{color:rgba(255,255,255,0.7);font-size:0.875rem;margin-top:1rem;line-height:1.7;}.footer h4{font-size:0.875rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:0.05em;}.footer-links{list-style:none;}.footer-links li{margin-bottom:0.5rem;}.footer-links a{color:rgba(255,255,255,0.7);font-size:0.875rem;text-decoration:none;transition:color 0.2s;}.footer-links a:hover{color:white;}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);text-align:center;color:rgba(255,255,255,0.5);font-size:0.875rem;} .whatsapp-float{position:fixed;bottom:7rem;right:1.5rem;z-index:9999;pointer-events:auto;}.whatsapp-float a{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#25d366;border-radius:50%;box-shadow:0 4px 20px rgba(37,211,102,0.4);transition:all 0.3s;}.whatsapp-float a:hover{transform:scale(1.1);box-shadow:0 6px 30px rgba(37,211,102,0.5);}.whatsapp-float svg{width:32px;height:32px;color:white;} .cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9998;background:var(--card);border-top:1px solid var(--border);padding:1rem;box-shadow:0 -4px 20px rgba(0,0,0,0.1);display:none;}body.dark .cookie-banner{background:var(--card-dark);border-color:var(--border-dark);}.cookie-banner.show{display:block;}.cookie-content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;}.cookie-text{flex:1;min-width:200px;font-size:0.875rem;color:var(--muted);}body.dark .cookie-text{color:var(--muted-dark);}.cookie-buttons{display:flex;gap:0.5rem;} .text-gradient{background:var(--gradient-cta);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.text-muted{color:var(--muted);}body.dark .text-muted{color:var(--muted-dark);}.text-center{text-align:center;}.mb-0{margin-bottom:0;}.mb-1{margin-bottom:0.25rem;}.mb-2{margin-bottom:0.5rem;}.mb-4{margin-bottom:1rem;}.mb-6{margin-bottom:1.5rem;}.mb-8{margin-bottom:2rem;}.mt-4{margin-top:1rem;}.mt-8{margin-top:2rem;}.hidden{display:none;}@media (min-width:640px){.sm-inline-flex{display:inline-flex;}} .order-page{padding:2rem 1rem;min-height:100vh;}.order-container{max-width:1000px;margin:0 auto;}.order-grid{display:grid;gap:2rem;}@media (min-width:768px){.order-grid{grid-template-columns:1fr 1fr;}}.order-summary{padding:1.5rem;}.order-price{font-size:3rem;font-weight:700;margin:1rem 0;}.order-price span{font-size:1rem;font-weight:400;color:var(--muted);}.order-features{list-style:none;margin:1.5rem 0;}.order-features li{display:flex;align-items:center;gap:0.75rem;padding:0.5rem 0;}.order-features svg{width:20px;height:20px;color:var(--green);}.order-guarantees{display:flex;flex-direction:column;gap:0.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border);}body.dark .order-guarantees{border-color:var(--border-dark);}.order-guarantee{display:flex;align-items:center;gap:0.75rem;font-size:0.875rem;color:var(--muted);}body.dark .order-guarantee{color:var(--muted-dark);}.order-guarantee svg{width:20px;height:20px;color:var(--green);} .thank-you-page{padding:2rem 1rem;min-height:100vh;}.thank-you-container{max-width:800px;margin:0 auto;}.thank-you-header{text-align:center;margin-bottom:2rem;}.thank-you-icon{width:80px;height:80px;background:rgba(34,197,94,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;}.thank-you-icon svg{width:40px;height:40px;color:var(--green);}.whatsapp-cta{background:linear-gradient(135deg,#25d366,#128c7e);border-radius:1rem;padding:2rem;text-align:center;color:white;margin:2rem 0;}.whatsapp-cta h2{margin-bottom:1rem;}.whatsapp-cta p{color:rgba(255,255,255,0.9);margin-bottom:1.5rem;}.steps-grid{display:grid;gap:1rem;margin:2rem 0;}@media (min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr);}}.step-card{text-align:center;padding:1.5rem;}.step-number{width:48px;height:48px;background:rgba(59,130,246,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.25rem;font-weight:700;color:var(--primary);}.step-title{font-weight:600;margin-bottom:0.5rem;}.step-desc{font-size:0.875rem;color:var(--muted);}body.dark .step-desc{color:var(--muted-dark);} .legal-page{padding:6rem 1rem 4rem;min-height:100vh;}.legal-container{max-width:800px;margin:0 auto;}.legal-container h1{font-size:2rem;font-weight:700;margin-bottom:2rem;}.legal-container h2{font-size:1.5rem;font-weight:600;margin:2rem 0 1rem;}.legal-container p{margin-bottom:1rem;line-height:1.8;color:var(--muted);}body.dark .legal-container p{color:var(--muted-dark);}.legal-container ul{margin:1rem 0 1rem 1.5rem;}.legal-container li{margin-bottom:0.5rem;color:var(--muted);}body.dark .legal-container li{color:var(--muted-dark);} .payment-methods{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;border-top:1px solid var(--border);margin-top:1rem;}body.dark .payment-methods{border-color:var(--border-dark);}.payment-icon{padding:0.5rem 0.75rem;background:rgba(0,0,0,0.05);border-radius:0.5rem;}body.dark .payment-icon{background:rgba(255,255,255,0.1);} .checkbox-group{display:flex;align-items:flex-start;gap:0.75rem;}.checkbox-group input[type="checkbox"]{width:18px;height:18px;margin-top:2px;cursor:pointer;}.checkbox-group label{font-size:0.875rem;color:var(--muted);cursor:pointer;}body.dark .checkbox-group label{color:var(--muted-dark);} .order-total{background:rgba(0,0,0,0.03);padding:1rem;border-radius:0.5rem;margin:1rem 0;}body.dark .order-total{background:rgba(255,255,255,0.05);}.order-total-row{display:flex;justify-content:space-between;margin-bottom:0.5rem;}.order-total-row:last-child{margin-bottom:0;font-weight:700;font-size:1.125rem;} .back-link{display:inline-flex;align-items:center;gap:0.5rem;color:var(--muted);font-size:0.875rem;margin-bottom:2rem;}body.dark .back-link{color:var(--muted-dark);}.back-link:hover{color:var(--foreground);text-decoration:none;}body.dark .back-link:hover{color:var(--foreground-dark);} .footer-logo{display:flex;align-items:center;gap:0.5rem;font-size:1.5rem;font-weight:700;color:white;margin-bottom:1rem;}.footer-logo .text-gradient{background:var(--gradient-cta);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}