*{margin:0;padding:0;box-sizing:border-box}:root{--red-deep:#9B1D1D;--red-bright:#E31B23;--red-soft:#F9E6E6;--red-glossy:rgba(227, 27, 35, 0.15);--red-glossy-strong:rgba(227, 27, 35, 0.25);--red-matt-dark:#5C0E0E;--gold:#D4AF37;--gold-light:#F1E5C0;--teal:#2AA9A1;--teal-light:#C1F0ED;--pink-soft:#FFD1DC;--pink-muted:#F8C8D0;--matt-gray:#F0F0F0;--matt-dark:#2C2C2C;--matt-light:#FAFAFA;--cream:#FDFAF7;--cream-dark:#F5F0EB;--charcoal:#1A1A1A;--text-primary:#2C2C2C;--text-secondary:#6B6B6B;--white:#FFFFFF;--shadow-sm:0 15px 35px -15px rgba(155, 29, 29, 0.15);--shadow-hover:0 25px 45px -15px rgba(155, 29, 29, 0.3);--shadow-premium:0 30px 50px -20px rgba(0, 0, 0, 0.25);--shadow-glossy:0 20px 40px -10px rgba(227, 27, 35, 0.4);--shadow-matt:0 10px 25px -8px rgba(0, 0, 0, 0.1);--border-radius-card:28px;--border-radius-btn:50px;--font-primary:'Plus Jakarta Sans', 'Inter', sans-serif;--font-secondary:'Montserrat', 'Playfair Display', serif;--transition-smooth:all 0.4s cubic-bezier(0.23, 1, 0.32, 1);--transition-bounce:all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);--header-height:80px;--glossy-overlay:linear-gradient(145deg, rgba(255,255,255,0.3), rgba(227,27,35,0.1))}html,body{width:100%;max-width:100%;overflow-x:hidden;scroll-behavior:smooth}body{font-family:var(--font-primary);background-color:var(--cream);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 24px}.matt-section{background:var(--matt-light);border:1px solid rgb(0 0 0 / .02)}.glossy-overlay{position:relative;overflow:hidden}.glossy-overlay::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 30%,rgb(227 27 35 / .1),transparent 70%),radial-gradient(circle at 70% 70%,rgb(255 255 255 / .3),transparent 70%);opacity:.6;pointer-events:none;z-index:0;animation:rotateGlossy 20s linear infinite}@keyframes rotateGlossy{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}a{text-decoration:none;color:inherit;transition:var(--transition-smooth)}ul{list-style:none}img,svg{display:block;max-width:100%;height:auto}.section-header{text-align:center;max-width:800px;margin:0 auto 50px}.section-tag{display:inline-block;font-family:var(--font-primary);font-size:.85rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--red-bright);margin-bottom:20px;position:relative;padding-left:30px;animation:fadeInLeft 0.6s ease}.section-tag::before{content:'';position:absolute;left:0;top:50%;width:20px;height:2px;background:linear-gradient(90deg,var(--red-bright),transparent)}.section-tag i{margin-right:8px;font-size:1rem}.section-title{font-size:1.8rem;font-weight:700;line-height:1.2;margin-bottom:20px;color:var(--charcoal);letter-spacing:-.02em;animation:fadeInUp 0.6s ease 0.1s both}.section-description{font-size:1rem;color:var(--text-secondary);max-width:800px;margin-bottom:35px;line-height:1.7;animation:fadeInUp 0.6s ease 0.2s both}.gradient-text{background:linear-gradient(135deg,var(--red-deep),var(--red-bright));-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;position:relative;display:inline-block;background-size:200% 200%;animation:gradientShift 8s ease infinite}.gradient-text-2{background:linear-gradient(145deg,var(--gold),var(--red-bright));-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;background-size:200% 200%;animation:gradientShift 8s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes scalePulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shine{0%{left:-100%;opacity:0}20%{left:100%;opacity:.5}100%{left:100%;opacity:0}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 32px;border-radius:var(--border-radius-btn);font-weight:600;transition:var(--transition-bounce);cursor:pointer;border:none;font-size:1rem;line-height:1;text-align:center;white-space:nowrap;position:relative;overflow:hidden;z-index:1}.btn::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgb(255 255 255 / .2);transform:translate(-50%,-50%);transition:width 0.6s,height 0.6s;z-index:-1}.btn:hover::before{width:300px;height:300px}.btn::after{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .4),transparent);transition:left 0.6s;z-index:-1}.btn:hover::after{left:100%}.btn-primary{background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white);box-shadow:0 15px 30px -10px rgb(155 29 29 / .4)}.btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 20px 40px -10px rgb(155 29 29 / .6)}.btn-outline{background:#fff0;color:var(--red-deep);border:2px solid var(--red-deep);box-shadow:0 10px 20px -8px rgb(155 29 29 / .2)}.btn-outline:hover{background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white);border-color:#fff0;transform:translateY(-3px)}.btn-outline-light{background:#fff0;color:var(--white);border:2px solid var(--white)}.btn-outline-light:hover{background:var(--white);color:var(--red-deep);transform:translateY(-3px);box-shadow:0 15px 30px -8px rgb(255 255 255 / .3)}.btn-large{padding:16px 40px;font-size:1.1rem}.btn-sm{padding:10px 22px;font-size:.9rem}.btn-block{width:100%;white-space:normal}.skip-link{position:absolute;top:-40px;left:0;background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white);padding:10px 20px;z-index:200;text-decoration:none;border-radius:0 0 30px 0;font-weight:600}.skip-link:focus{top:0}.preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--cream),var(--white));display:flex;align-items:center;justify-content:center;z-index:1000;transition:opacity 0.5s ease}.preloader.hidden{opacity:0;pointer-events:none}.preloader-spinner{width:50px;height:50px;border:3px solid rgb(155 29 29 / .1);border-top-color:var(--red-bright);border-right-color:var(--red-deep);border-radius:50%;animation:spin 0.8s cubic-bezier(.68,-.55,.265,1.55) infinite;box-shadow:0 0 20px rgb(155 29 29 / .2)}@keyframes spin{to{transform:rotate(360deg)}}.sticky-header{position:sticky;top:0;background:rgb(253 250 247 / .85);backdrop-filter:blur(15px) saturate(180%);-webkit-backdrop-filter:blur(15px) saturate(180%);z-index:100;padding:12px 0;border-bottom:1px solid rgb(155 29 29 / .1);height:var(--header-height);display:flex;align-items:center;transition:var(--transition-smooth)}.header-flex{display:flex;align-items:center;justify-content:space-between;width:100%}.logo{font-size:1.6rem;font-weight:700;font-family:var(--font-secondary);display:flex;align-items:center;gap:6px;color:var(--charcoal);transition:var(--transition-bounce)}.logo:hover{transform:scale(1.02)}.logo .accent{color:var(--red-deep)}.logo-badge{background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white);font-size:.6rem;padding:4px 10px;border-radius:40px;font-weight:600;letter-spacing:.5px;margin-left:6px;animation:scalePulse 2s infinite}.logo-icon{font-size:1.4rem;margin-right:2px;animation:float 3s ease-in-out infinite}.nav-links{display:none}@media (min-width:992px){.nav-links{display:flex;align-items:center;gap:24px}.nav-links a{display:flex;align-items:center;gap:8px;font-weight:500;color:var(--text-primary);position:relative;padding:8px 0;transition:var(--transition-smooth);font-size:.95rem}.nav-links a i{font-size:1rem;color:var(--red-deep);transition:all 0.3s ease}.nav-links a:hover,.nav-links a.active{color:var(--red-deep)}.nav-links a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--red-deep),var(--red-bright));transition:width 0.3s}.nav-links a:hover::after,.nav-links a.active::after{width:100%}.nav-links a.active{font-weight:600}}.header-actions{display:flex;align-items:center;gap:20px}.action-icon{color:var(--text-primary);font-size:1.2rem;transition:all 0.3s ease}.action-icon:hover{color:var(--red-deep);transform:scale(1.15)}.mobile-menu-toggle{display:flex;flex-direction:column;width:32px;gap:6px;background:none;border:none;cursor:pointer;padding:5px;z-index:10}.mobile-menu-toggle span{width:100%;height:2px;background:linear-gradient(90deg,var(--red-deep),var(--red-bright));border-radius:2px;transition:var(--transition-smooth)}@media (min-width:992px){.mobile-menu-toggle{display:none}}.mobile-nav{position:fixed;top:0;right:-100%;width:85%;max-width:340px;height:100vh;background:linear-gradient(145deg,var(--white),var(--cream));z-index:200;box-shadow:-10px 0 50px rgb(0 0 0 / .15);transition:right 0.4s cubic-bezier(.23,1,.32,1);padding:30px 25px;border-left:3px solid var(--red-deep);overflow-y:auto}.mobile-nav.open{right:0}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid rgb(155 29 29 / .15)}.mobile-logo{font-size:1.6rem;font-weight:700;font-family:var(--font-secondary);color:var(--charcoal)}.mobile-logo .accent{color:var(--red-deep)}.mobile-nav-close{font-size:2.4rem;background:none;border:none;color:var(--red-deep);cursor:pointer;line-height:1;padding:0 5px;transition:transform 0.3s}.mobile-nav-close:hover{transform:rotate(90deg)}.mobile-nav-links{display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.mobile-nav-links a{display:flex;align-items:center;gap:15px;font-size:1.1rem;font-weight:500;color:var(--text-primary);padding:10px 0;border-bottom:1px solid rgb(155 29 29 / .08);transition:var(--transition-smooth)}.mobile-nav-links a i{width:24px;color:var(--red-deep);font-size:1.2rem}.mobile-nav-links a:hover,.mobile-nav-links a.active{color:var(--red-deep);padding-left:5px}.mobile-nav-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:30px}.mobile-nav-contact{display:flex;flex-direction:column;gap:15px;margin-top:20px;padding-top:20px;border-top:1px solid rgb(155 29 29 / .15)}.mobile-nav-contact a,.mobile-nav-contact span{display:flex;align-items:center;gap:12px;color:var(--text-secondary);font-size:.95rem;word-break:break-word;transition:var(--transition-smooth)}.mobile-nav-contact a:hover{color:var(--red-deep);transform:translateX(5px)}.mobile-nav-contact i{color:var(--red-deep);width:22px;flex-shrink:0;font-size:1.1rem}.mobile-nav-social{display:flex;gap:25px;margin-top:25px;justify-content:center;font-size:1.4rem;color:var(--red-deep)}.mobile-nav-social a{transition:var(--transition-smooth)}.mobile-nav-social a:hover{transform:translateY(-3px) scale(1.2);color:var(--red-bright)}.mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5);backdrop-filter:blur(4px);z-index:199;opacity:0;visibility:hidden;transition:all 0.3s ease}.mobile-nav-overlay.is-visible{opacity:1;visibility:visible}.sticky-mobile-cta{display:block;position:fixed;bottom:0;left:0;width:100%;background:#fff;box-shadow:0 -5px 20px rgb(0 0 0 / .1);padding:10px 0;z-index:99;border-top:2px solid var(--red-deep)}.sticky-mobile-cta .container{display:flex;justify-content:center;gap:15px;padding:0 15px}.sticky-mobile-cta .btn{flex:1;max-width:200px;padding:12px 15px;font-size:.9rem;font-weight:600;border-radius:50px;white-space:nowrap}.sticky-mobile-cta .btn i{margin-right:5px}@media (min-width:992px){.sticky-mobile-cta{display:none!important}}.whatsapp-float{position:fixed;bottom:80px;right:15px;background:#25D366;color:#fff;width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;box-shadow:0 5px 20px rgb(37 211 102 / .4);z-index:99;transition:all 0.3s ease;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgb(37 211 102 / .4)}70%{box-shadow:0 0 0 12px #fff0}100%{box-shadow:0 0 0 0 #fff0}}.whatsapp-float:hover{transform:scale(1.1) rotate(5deg);background:#20ba5c;animation:none}.whatsapp-float .tooltip{position:absolute;right:70px;background:var(--charcoal);color:#fff;padding:8px 15px;border-radius:30px;font-size:.9rem;white-space:nowrap;opacity:0;visibility:hidden;transition:all 0.3s ease;pointer-events:none;box-shadow:0 5px 15px rgb(0 0 0 / .2)}.whatsapp-float:hover .tooltip{opacity:1;visibility:visible;right:80px}@media (min-width:992px){.whatsapp-float{bottom:30px;right:30px;width:60px;height:60px;font-size:2rem}}.back-to-top{position:fixed;bottom:80px;left:15px;width:45px;height:45px;background:var(--white);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--red-deep);font-size:1.3rem;box-shadow:var(--shadow-sm);cursor:pointer;z-index:99;transition:all var(--transition-bounce);opacity:0;visibility:hidden}.back-to-top.show{opacity:1;visibility:visible}.back-to-top:hover{background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white);transform:translateY(-5px)}@media (min-width:992px){.back-to-top{bottom:30px;left:30px}}.hero{background:linear-gradient(145deg,var(--red-matt-dark),var(--red-deep));color:var(--white);padding:50px 0 30px;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-50%;right:-20%;width:80%;height:200%;background:radial-gradient(circle,rgb(255 215 0 / .1) 0%,transparent 70%);pointer-events:none;animation:rotateGlossy 30s linear infinite}.hero-particles{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.36;background:radial-gradient(circle at 18% 22%,rgb(255 255 255 / .16) 0 2px,transparent 3px),radial-gradient(circle at 78% 28%,rgb(212 175 55 / .24) 0 2px,transparent 3px),radial-gradient(circle at 26% 78%,rgb(255 255 255 / .1) 0 2px,transparent 3px),radial-gradient(circle at 70% 72%,rgb(212 175 55 / .18) 0 2px,transparent 3px);background-size:220px 220px,260px 260px,240px 240px,280px 280px}.hero-content{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}.hero-badge-wrapper{display:flex;gap:12px;justify-content:center;margin-bottom:25px;flex-wrap:wrap}.hero-badge{background:rgb(255 255 255 / .15);backdrop-filter:blur(10px);border:1px solid rgb(255 215 0 / .3);color:var(--gold);padding:8px 22px;border-radius:50px;font-weight:600;font-size:.9rem;transition:var(--transition-bounce)}.hero-badge i{margin-right:6px;color:var(--gold)}.hero-title{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:20px;color:var(--white)}@media (min-width:640px){.hero-title{font-size:2.5rem}}@media (min-width:992px){.hero-title{font-size:3rem}}.hero-subtitle{font-size:1rem;color:rgb(255 255 255 / .9);max-width:700px;margin:0 auto 25px;line-height:1.7}.hero-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin:30px 0}.stat-item{text-align:center;min-width:80px;background:rgb(255 255 255 / .1);backdrop-filter:blur(8px);padding:12px 15px;border-radius:20px;border:1px solid rgb(255 215 0 / .2);transition:var(--transition-bounce);color:var(--white)}.stat-item:hover{transform:translateY(-5px);background:rgb(255 255 255 / .15);border-color:var(--gold)}.stat-number{font-size:1.5rem;font-weight:800;color:var(--gold);display:block;line-height:1.2}.stat-label{font-size:.8rem;color:rgb(255 255 255 / .8);text-transform:uppercase;letter-spacing:.5px}.hero-features{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin:25px 0}.hero-feature-item{background:rgb(255 255 255 / .08);backdrop-filter:blur(5px);padding:8px 18px;border-radius:40px;border:1px solid rgb(255 215 0 / .2);color:var(--white);font-size:.9rem;display:flex;align-items:center;gap:6px}.hero-feature-item i{color:var(--gold)}.hero-cta{display:flex;flex-direction:column;gap:15px;justify-content:center;margin:30px 0 20px}@media (min-width:640px){.hero-cta{flex-direction:row}}.trust-badge-row{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;color:rgb(255 255 255 / .9);font-weight:500;margin:25px 0 15px;font-size:.85rem}.trust-badge-row span{background:rgb(255 255 255 / .1);backdrop-filter:blur(5px);padding:6px 15px;border-radius:40px;border:1px solid rgb(255 215 0 / .2);transition:var(--transition-smooth)}.trust-badge-row span:hover{background:rgb(255 255 255 / .2);transform:translateY(-2px);border-color:var(--gold)}.trust-badge-row span i{color:var(--gold);margin-right:6px}.hero-contact{display:flex;flex-direction:column;gap:12px;justify-content:center;color:rgb(255 255 255 / .9);font-weight:500;font-size:.9rem;align-items:center}@media (min-width:640px){.hero-contact{flex-direction:row;gap:20px}}.hero-contact .contact-link{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:999px;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .14);backdrop-filter:blur(8px);color:rgb(255 255 255 / .94);transition:var(--transition-smooth)}.hero-contact a.contact-link:hover{transform:translateY(-2px);border-color:var(--gold);background:rgb(255 255 255 / .16);color:var(--white)}.hero-wave{margin-top:30px;line-height:0}.hero-wave svg{display:block;width:100%;height:auto;fill:var(--cream)}.trusted-by{padding:30px 0;background:var(--matt-light);border-top:1px solid rgb(155 29 29 / .1);border-bottom:1px solid rgb(155 29 29 / .1)}.trusted-by-text{text-align:center;margin-bottom:20px;font-size:1rem;font-weight:500;color:var(--text-primary)}.trusted-by-text i{color:var(--red-bright)}.trusted-logos{display:flex;justify-content:center;flex-wrap:wrap;gap:20px}.trusted-logos span{display:flex;align-items:center;gap:8px;padding:8px 20px;background:var(--white);border-radius:40px;box-shadow:var(--shadow-matt);border:1px solid rgb(155 29 29 / .1);font-weight:500;color:var(--text-secondary);transition:var(--transition-smooth)}.trusted-logos span:hover{background:linear-gradient(145deg,var(--white),var(--red-soft));transform:translateY(-3px);border-color:var(--red-bright);color:var(--red-deep)}.trusted-logos i{color:var(--red-bright);font-size:1rem}.features{padding:60px 0;background:linear-gradient(145deg,var(--white),var(--cream));position:relative}.features-grid{display:grid;grid-template-columns:1fr;gap:25px;margin-top:35px}@media (min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:rgb(255 255 255 / .8);backdrop-filter:blur(10px);border-radius:var(--border-radius-card);padding:30px 25px;box-shadow:var(--shadow-sm);border:1px solid rgb(155 29 29 / .1);transition:var(--transition-bounce);position:relative;overflow:hidden}.feature-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(135deg,var(--red-deep),var(--red-bright));transition:height 0.4s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover);border-color:var(--red-deep)}.feature-card:hover::before{height:100%}.feature-icon-wrapper{width:70px;height:70px;background:linear-gradient(135deg,var(--red-soft),transparent);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;font-size:2.2rem;color:var(--red-deep);border:1px solid rgb(155 29 29 / .2);transition:var(--transition-bounce)}.feature-card:hover .feature-icon-wrapper{background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white);transform:scale(1.05) rotate(5deg)}.feature-card h3{font-size:1.4rem;font-weight:700;margin-bottom:12px;color:var(--charcoal)}.feature-card p{color:var(--text-secondary);margin-bottom:20px;font-size:.95rem;line-height:1.6}.feature-list{margin-top:15px}.feature-list li{margin-bottom:8px;font-size:.9rem;display:flex;align-items:center;gap:8px}.feature-list i{color:var(--red-bright);font-size:.95rem;flex-shrink:0}.steps-section{padding:60px 0;background:linear-gradient(145deg,var(--cream),var(--white));position:relative;overflow:hidden}.steps-grid{display:grid;grid-template-columns:1fr;gap:25px;margin:40px 0;position:relative;z-index:2}@media (min-width:640px){.steps-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (min-width:992px){.steps-grid{grid-template-columns:repeat(4,1fr)}.steps-grid::before{content:'';position:absolute;top:70px;left:10%;width:80%;height:2px;background:linear-gradient(90deg,transparent,var(--red-bright) 20%,var(--red-bright) 80%,transparent);opacity:.2;z-index:-1}}.step-card{background:var(--white);border-radius:var(--border-radius-card);padding:35px 25px;box-shadow:var(--shadow-sm);border:1px solid rgb(155 29 29 / .1);transition:var(--transition-bounce);position:relative;text-align:center;overflow:hidden}.step-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover);border-color:var(--red-deep)}.step-number{position:absolute;top:15px;right:20px;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;font-weight:800;font-size:1rem;color:var(--white);background:linear-gradient(135deg,var(--red-deep),var(--red-bright));box-shadow:0 10px 20px -10px rgb(155 29 29 / .55)}.step-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--red-soft),transparent);border-radius:30px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:2.5rem;color:var(--red-deep);border:1px solid rgb(155 29 29 / .2);transition:var(--transition-bounce)}.step-card:hover .step-icon{background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white);transform:scale(1.05) rotate(5deg)}.step-card h3{font-size:1.4rem;font-weight:700;margin-bottom:12px;color:var(--charcoal);position:relative;display:inline-block}.step-card h3::after{content:'';position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:40px;height:2px;background:linear-gradient(90deg,var(--red-deep),var(--red-bright));border-radius:2px;transition:width 0.3s ease}.step-card:hover h3::after{width:60px}.step-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin-top:15px}.reseller-pricing{padding:60px 0;background:linear-gradient(145deg,var(--matt-light),var(--white));position:relative}.reseller-plans-grid{display:grid;grid-template-columns:1fr;gap:25px;margin:40px 0}@media (min-width:640px){.reseller-plans-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.reseller-plans-grid{grid-template-columns:repeat(4,1fr)}}.reseller-plan-card{background:var(--white);border-radius:var(--border-radius-card);padding:30px 25px;box-shadow:var(--shadow-sm);border:1px solid rgb(155 29 29 / .1);transition:var(--transition-bounce);position:relative;overflow:hidden;display:flex;flex-direction:column}.reseller-plan-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover);border-color:var(--red-deep)}.reseller-plan-card.popular{border:2px solid var(--gold);transform:scale(1.02);box-shadow:0 20px 40px -10px rgb(212 175 55 / .3);animation:goldPulse 2s infinite ease-in-out}@keyframes goldPulse{0%{box-shadow:0 10px 30px rgb(212 175 55 / .3)}50%{box-shadow:0 20px 45px rgb(212 175 55 / .6)}100%{box-shadow:0 10px 30px rgb(212 175 55 / .3)}}.popular-badge{position:absolute;top:-10px;left:20px;background:linear-gradient(135deg,var(--gold),#b88915);color:var(--charcoal);font-size:.8rem;font-weight:700;padding:6px 22px;border-radius:40px;box-shadow:0 5px 15px rgb(212 175 55 / .3);z-index:5;animation:scalePulse 2s infinite}.popular-badge i{margin-right:5px;color:var(--charcoal)}.plan-badge{position:absolute;top:15px;right:15px;background:var(--red-soft);color:var(--red-deep);font-size:.75rem;font-weight:700;padding:4px 15px;border-radius:30px;border:1px solid rgb(155 29 29 / .2)}.plan-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:20px;border-bottom:2px dashed rgb(155 29 29 / .1)}.plan-icon{display:flex;align-items:center;gap:12px;font-size:1.35rem;color:var(--red-deep)}.plan-icon i{font-size:1.35rem}.user-count{font-size:1rem;font-weight:800;color:var(--charcoal);letter-spacing:.02em}.credits-box{min-width:98px;text-align:center;padding:12px 14px;border-radius:22px;background:linear-gradient(145deg,rgb(227 27 35 / .08),rgb(255 255 255 / .95));border:1px solid rgb(155 29 29 / .12)}.credits-label{display:block;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);margin-bottom:4px}.credits-number{display:block;font-size:1.7rem;font-weight:800;line-height:1;color:var(--red-deep)}.plan-price{display:flex;align-items:baseline;gap:10px;margin-bottom:18px;padding:15px;background:linear-gradient(145deg,rgb(255 255 255 / .5),var(--matt-light));border-radius:30px}.plan-price .price{font-size:2.2rem;font-weight:800;line-height:1;color:var(--red-deep)}.plan-price .price-period{font-size:.82rem;color:var(--text-secondary);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.plan-features{margin:20px 0;flex:1}.plan-features li{display:flex;align-items:flex-start;gap:10px;padding:8px 0;border-bottom:1px solid rgb(155 29 29 / .05);font-size:.9rem}.plan-features li:last-child{border-bottom:none}.plan-features i{color:var(--red-bright);font-size:.9rem;flex-shrink:0;margin-top:3px}.plan-features strong{color:var(--charcoal);font-weight:700}.device-icons{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0}.device-icons i{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:var(--white);color:var(--red-deep);border:1px solid rgb(155 29 29 / .1);box-shadow:0 8px 18px -12px rgb(155 29 29 / .25);transition:var(--transition-bounce)}.device-icons i:hover{transform:translateY(-4px);background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white)}.plan-footer{margin-top:20px}.plan-footer .btn{background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white);padding:14px 20px;border-radius:50px;font-weight:700}.plan-footer .btn i{margin-right:8px}.reseller-plan-card.popular .plan-footer .btn{background:linear-gradient(135deg,var(--gold),#b88915);color:var(--charcoal)}.pricing-guarantee{display:grid;grid-template-columns:1fr;gap:20px;margin-top:40px}@media (min-width:640px){.pricing-guarantee{grid-template-columns:repeat(3,1fr)}}.guarantee-item{display:flex;gap:18px;align-items:center;background:var(--white);padding:20px;border-radius:25px;box-shadow:var(--shadow-sm);border:1px solid rgb(155 29 29 / .1);transition:var(--transition-smooth)}.guarantee-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover);border-color:var(--red-bright)}.guarantee-item i{font-size:2rem;color:var(--red-deep);flex-shrink:0;background:var(--red-soft);width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:var(--transition-bounce)}.guarantee-item:hover i{background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white);transform:rotate(5deg) scale(1.1)}.guarantee-item h4{font-size:1.1rem;font-weight:700;margin-bottom:5px;color:var(--charcoal)}.guarantee-item p{font-size:.9rem;color:var(--text-secondary)}.device-compatibility{padding:60px 0;background:linear-gradient(145deg,var(--cream-dark),var(--white));position:relative;overflow:hidden}.device-compatibility::before{content:'';position:absolute;top:-30%;left:-10%;width:70%;height:150%;background:radial-gradient(circle,rgb(227 27 35 / .03) 0%,transparent 70%);pointer-events:none}.devices-grid{display:grid;grid-template-columns:1fr;gap:22px;margin-top:36px}@media (min-width:640px){.devices-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.devices-grid{grid-template-columns:repeat(4,1fr)}}.device-card{background:rgb(255 255 255 / .9);backdrop-filter:blur(8px);border-radius:26px;padding:28px 20px;text-align:center;border:1px solid rgb(155 29 29 / .1);box-shadow:var(--shadow-sm);transition:var(--transition-bounce);height:100%}.device-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover);border-color:var(--red-deep)}.device-card i{width:78px;height:78px;margin:0 auto 18px;display:grid;place-items:center;font-size:2rem;border-radius:22px;color:var(--red-deep);background:linear-gradient(145deg,var(--red-soft),rgb(255 255 255 / .9));border:1px solid rgb(155 29 29 / .12);transition:var(--transition-bounce)}.device-card:hover i{background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white);transform:scale(1.06) rotate(4deg)}.device-card h3{font-size:1.2rem;font-weight:700;margin-bottom:8px;color:var(--charcoal)}.device-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.5}.testimonials{padding:60px 0;background:linear-gradient(145deg,var(--cream),var(--white))}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:25px;margin:40px 0}@media (min-width:640px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.testimonials-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:20px;padding:10px 5px 20px;margin:0 -5px;scrollbar-width:none}.testimonials-grid::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 85%;scroll-snap-align:center;min-width:280px}.testimonials-dots{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:20px}.testimonials-dots .dot{width:10px;height:10px;border-radius:50%;background:rgb(155 29 29 / .2);transition:all 0.3s ease;cursor:pointer;border:none}.testimonials-dots .dot.active{background:var(--red-bright);transform:scale(1.2);width:24px;border-radius:12px}}.testimonial-card{background:var(--white);border-radius:28px;padding:30px;box-shadow:var(--shadow-sm);border:1px solid rgb(155 29 29 / .1);transition:var(--transition-bounce)}.testimonial-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.testimonial-rating{color:#ffb400;margin-bottom:15px;font-size:1.1rem;letter-spacing:3px}.testimonial-text{font-style:italic;margin-bottom:25px;color:var(--text-primary);font-size:.95rem;line-height:1.7}.testimonial-author{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.author-avatar{width:50px;height:50px;background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0;box-shadow:0 5px 15px rgb(155 29 29 / .3)}.author-info h4{font-size:1.1rem;font-weight:700;margin-bottom:3px;color:var(--charcoal)}.author-title{font-size:.85rem;color:var(--text-secondary);font-weight:400}.verified-badge{color:var(--red-bright);margin-left:auto;font-size:.85rem;background:var(--red-soft);padding:5px 12px;border-radius:30px;display:inline-flex;align-items:center;gap:5px}.verified-badge i{font-size:.8rem}.testimonials-cta{text-align:center;margin-top:30px}.faq{padding:60px 0;background:var(--matt-light)}.faq-grid{max-width:900px;margin:40px auto}.faq-item{background:var(--white);border-radius:22px;margin-bottom:15px;border:1px solid rgb(155 29 29 / .1);overflow:hidden;transition:var(--transition-smooth)}.faq-item:hover{box-shadow:var(--shadow-sm);border-color:var(--red-bright)}.faq-question{width:100%;text-align:left;padding:22px 25px;background:none;border:none;font-size:1.05rem;font-weight:600;display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:var(--text-primary);transition:var(--transition-smooth)}.faq-question i:first-child{color:var(--red-bright);margin-right:12px;font-size:1rem;width:20px}.faq-question span:not(.arrow){flex:1}.faq-question .arrow{transition:transform 0.4s cubic-bezier(.68,-.55,.265,1.55);color:var(--red-deep);font-size:1.1rem;display:inline-flex;align-items:center;justify-content:center;margin-left:auto}.faq-item.open .faq-question .arrow{transform:rotate(180deg)}.faq-answer{max-height:0;padding:0 25px;overflow:hidden;transition:max-height 0.4s ease;background:linear-gradient(145deg,rgb(155 29 29 / .02),transparent);font-size:.95rem;color:var(--text-secondary)}.faq-item.open .faq-answer{max-height:300px;padding:0 25px 25px}.faq-answer p{margin:0;padding-top:6px}.faq-cta{text-align:center;margin-top:30px}.prefooter-cta{background:linear-gradient(135deg,var(--red-deep),#7A1818);color:var(--white);padding:60px 0;text-align:center;position:relative;overflow:hidden}.prefooter-cta::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:200%;background:radial-gradient(circle,rgb(255 255 255 / .2) 0%,transparent 70%);animation:rotateGlossy 25s linear infinite}.cta-banner{position:relative;max-width:1100px;margin:0 auto;padding:38px 26px;border-radius:32px;background:rgb(255 255 255 / .06);backdrop-filter:blur(8px);border:1px solid rgb(255 255 255 / .12);overflow:hidden}.cta-banner::before{content:'';position:absolute;top:-35%;right:-10%;width:320px;height:320px;background:radial-gradient(circle,rgb(255 255 255 / .18),transparent 70%);pointer-events:none}.cta-content{position:relative;z-index:1}.cta-content h2{font-size:2rem;font-weight:700;margin-bottom:20px}@media (min-width:768px){.cta-content h2{font-size:2.5rem}}.cta-content p{font-size:1.1rem;margin-bottom:30px;opacity:.95}.cta-buttons{display:flex;flex-direction:column;gap:15px;justify-content:center;margin:30px 0}@media (min-width:640px){.cta-buttons{flex-direction:row}}.cta-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;font-size:.9rem;margin-top:30px}.cta-trust span{background:rgb(255 255 255 / .1);padding:8px 20px;border-radius:40px;backdrop-filter:blur(5px);border:1px solid rgb(255 255 255 / .2);transition:var(--transition-smooth)}.cta-trust span:hover{background:rgb(255 255 255 / .2);transform:translateY(-3px)}.cta-trust span i{margin-right:8px;color:var(--gold)}.footer{background:linear-gradient(145deg,#1a1a1a,#222);color:#999;padding:60px 0 20px}.footer-grid{display:grid;grid-template-columns:1fr;gap:35px}@media (min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1.5fr}}.footer-about p{margin:20px 0;color:#aaa;line-height:1.7;font-size:.95rem}.footer-logo{font-size:1.8rem;font-weight:700;font-family:var(--font-secondary);color:var(--white);display:inline-flex;align-items:center;gap:5px}.footer-logo .accent{color:var(--red-bright)}.footer-social{display:flex;gap:22px;font-size:1.4rem}.footer-social a{color:#aaa;transition:var(--transition-bounce)}.footer-social a:hover{color:var(--red-bright);transform:translateY(-5px) scale(1.2)}.footer-col h4{color:var(--white);margin-bottom:22px;font-size:1.2rem;font-weight:600;letter-spacing:-.3px}.footer-col ul li{margin-bottom:14px;font-size:.95rem}.footer-col ul li a{color:#aaa;transition:var(--transition-smooth);display:inline-block}.footer-col ul li a:hover{color:var(--red-bright);transform:translateX(5px)}.footer-col ul li i{width:22px;margin-right:8px;color:var(--red-bright)}.footer-bottom{border-top:1px solid #333;margin-top:40px;padding-top:25px;display:flex;flex-direction:column;gap:15px;color:#aaa;font-size:.9rem;text-align:center}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer-links{display:flex;gap:25px;justify-content:center;flex-wrap:wrap}.footer-links a{color:#aaa;transition:var(--transition-smooth)}.footer-links a:hover{color:var(--red-bright)}.footer-seo{margin-top:35px;font-size:.8rem;color:#666;border-top:1px solid #333;padding-top:25px;text-align:center;line-height:1.7}.footer-seo strong{color:#999;font-weight:600}.newsletter{padding:60px 0;background:var(--red-matt-dark)}.newsletter-content{text-align:center;max-width:600px;margin:0 auto}.newsletter-content h2{color:#fff;font-size:2rem;margin-bottom:15px}.newsletter-content p{color:rgb(255 255 255 / .8);margin-bottom:30px}.newsletter-form{display:flex;flex-direction:column;gap:10px;max-width:500px;margin:0 auto}@media (min-width:640px){.newsletter-form{flex-direction:row}}.newsletter-form input{flex:1;padding:15px;border-radius:50px;border:none;background:rgb(255 255 255 / .1);color:#fff;border:1px solid rgb(255 255 255 / .2);font-size:1rem}.newsletter-form input::placeholder{color:rgb(255 255 255 / .5)}.newsletter-form input:focus{outline:none;border-color:var(--gold)}.newsletter-form .btn{padding:15px 30px;white-space:nowrap}@keyframes rotateGlossy{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.text-center{text-align:center}.mt-2{margin-top:10px}.mt-4{margin-top:20px}.mt-6{margin-top:30px}.mb-2{margin-bottom:10px}.mb-4{margin-bottom:20px}.mb-6{margin-bottom:30px}.faq-item{background:var(--white);border-radius:22px;margin-bottom:15px;border:1px solid rgb(155 29 29 / .1);overflow:hidden;transition:var(--transition-smooth)}.faq-question{width:100%;text-align:left;padding:22px 25px;background:none;border:none;font-size:1.05rem;font-weight:600;display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:var(--text-primary);transition:var(--transition-smooth)}.faq-question:hover{background:var(--red-soft)}.faq-question i:first-child{color:var(--red-bright);margin-right:12px;width:20px}.faq-question .arrow{transition:transform 0.4s ease;color:var(--red-deep)}.faq-item.open .faq-question .arrow{transform:rotate(180deg)}.faq-answer{max-height:0;padding:0 25px;overflow:hidden;transition:max-height 0.4s ease;background:linear-gradient(145deg,rgb(155 29 29 / .02),transparent);font-size:.95rem;color:var(--text-secondary)}.faq-item.open .faq-answer{max-height:300px;padding:0 25px 25px}.faq-answer p{margin:0;padding-top:6px}