.faq-item{background:var(--white);border-radius:var(--radius-lg);margin-bottom:var(--space-sm);box-shadow:var(--shadow-md);overflow:hidden;transition:all var(--transition-normal);border:1px solid #fff0}.faq-item:hover{border-color:var(--accent-teal);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.faq-question{width:100%;display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-lg);background:var(--white);cursor:pointer;transition:all var(--transition-fast);font-weight:600;color:var(--primary-deep);border:none;position:relative;text-align:left}.faq-question:hover{background:linear-gradient(145deg,var(--white),var(--gray-50))}.faq-question i:first-child{font-size:1.25rem;background:var(--gradient-1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;min-width:30px;text-align:center}.faq-question span{flex:1;text-align:left;padding-right:40px}.faq-question .arrow{position:absolute;right:var(--space-lg);top:50%;transform:translateY(-50%);transition:transform 0.3s ease;display:flex;align-items:center;justify-content:center}.faq-question .arrow i{transition:transform 0.3s ease;color:var(--accent-teal);font-size:1rem}.faq-question[aria-expanded="true"] .arrow{transform:translateY(-50%) rotate(180deg)}.faq-answer{max-height:0;padding:0 var(--space-lg);background:var(--gray-50);overflow:hidden;transition:max-height 0.4s cubic-bezier(.4,0,.2,1)}.faq-answer[aria-hidden="false"]{padding:var(--space-md) var(--space-lg)}.faq-answer p{color:var(--gray-600);line-height:1.8;margin:0}.faq-answer a{color:var(--accent-teal);text-decoration:underline}.feature-highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin:3rem 0}.feature-highlight-card{background:#fff;border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-lg);transition:all 0.4s cubic-bezier(.2,.9,.4,1.1);border:1px solid rgb(0 201 183 / .1);text-align:center}.feature-highlight-card:hover{transform:translateY(-12px);box-shadow:var(--shadow-2xl);border-color:var(--accent-teal)}.feature-icon-circle{width:85px;height:85px;background:linear-gradient(135deg,rgb(0 201 183 / .1),rgb(157 78 221 / .1));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2.5rem;color:var(--accent-teal);transition:all 0.3s}.feature-highlight-card:hover .feature-icon-circle{background:var(--gradient-1);color:#fff;transform:rotateY(180deg)}.tech-specs{background:var(--gray-50);border-radius:var(--radius-xl);padding:2rem;margin:3rem 0}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.comparison-table{overflow-x:auto;margin:3rem 0}.comparison-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.comparison-table th,.comparison-table td{padding:1rem;text-align:left;border-bottom:1px solid var(--gray-200)}.comparison-table th{background:var(--gradient-1);color:#fff;font-weight:700}.comparison-table tr:hover td{background:var(--gray-50)}.feature-banner{background:linear-gradient(135deg,var(--primary-deep),var(--primary-navy));border-radius:var(--radius-2xl);padding:3rem;margin:3rem 0;text-align:center;color:#fff}.feature-banner h3{color:#fff;font-size:1.8rem}@media (max-width:768px){.feature-highlight-grid{gap:1.5rem}.feature-highlight-card{padding:1.5rem}.feature-banner{padding:2rem}}.footer-social{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.social-icon{width:38px;height:38px;background:rgb(255 255 255 / .1);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all 0.3s cubic-bezier(.68,-.55,.265,1.55);color:var(--white);text-decoration:none}.social-icon:hover{background:var(--gradient-1);transform:translateY(-5px) rotate(360deg);box-shadow:0 5px 15px rgb(0 201 183 / .3)}.footer-col h4{color:var(--white);font-size:1.1rem;margin-bottom:1.2rem;position:relative;padding-bottom:.6rem;display:flex;align-items:center;gap:8px}.footer-col h4 i{color:var(--accent-teal);font-size:1rem}.footer-col h4::after{content:'';position:absolute;bottom:0;left:0;width:45px;height:3px;background:var(--gradient-1);border-radius:3px;transition:width 0.3s ease}.footer-col:hover h4::after{width:70px}.footer-col ul li{margin-bottom:.6rem}.footer-col ul li a{color:var(--gray-400);transition:all 0.2s ease;display:inline-flex;align-items:center;gap:8px;font-size:.9rem}.footer-col ul li a i{font-size:.7rem;transition:transform 0.2s ease}.footer-col ul li a:hover{color:var(--accent-teal);transform:translateX(6px)}.footer-col ul li a:hover i{transform:translateX(4px)}.footer-contact ul li{display:flex;align-items:center;gap:10px;margin-bottom:.8rem;font-size:.9rem}.footer-contact ul li i{width:24px;color:var(--accent-teal);font-size:1rem}.footer-contact ul li a{color:var(--gray-400);text-decoration:none}.footer-contact ul li a:hover{color:var(--accent-teal)}.footer-payment .payment-icons i{transition:all 0.3s ease;cursor:default;color:var(--gray-500)}.footer-payment .payment-icons i:hover{transform:translateY(-3px);color:var(--accent-teal)}.footer-trust span{font-size:.75rem;color:var(--gray-400);display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:rgb(255 255 255 / .05);border-radius:30px}.footer-links{display:flex;gap:1.2rem;flex-wrap:wrap}.footer-links a{display:inline-flex;align-items:center;gap:5px;color:var(--gray-500);transition:color 0.2s ease;font-size:.85rem}.footer-links a:hover{color:var(--accent-teal)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:1.8rem;margin-top:1.5rem;border-top:1px solid rgb(255 255 255 / .1);flex-wrap:wrap;gap:1rem}.copyright p{color:var(--gray-500);font-size:.85rem}.footer-seo p{color:var(--gray-600);font-size:.7rem;line-height:1.6;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgb(255 255 255 / .05)}@media (max-width:1024px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.footer-grid{grid-template-columns:1fr;text-align:center;gap:1.8rem}.footer-col h4::after{left:50%;transform:translateX(-50%)}.footer-col h4{justify-content:center}.footer-col ul li a{justify-content:center}.footer-contact ul li{justify-content:center}.footer-social{justify-content:center}.footer-trust{justify-content:center}.footer-payment .payment-icons{justify-content:center}.footer-bottom{flex-direction:column;text-align:center}.footer-links{justify-content:center}.footer-seo p{text-align:center}}@media (max-width:480px){.footer-trust{flex-direction:column;align-items:center;gap:.5rem}.footer-links{gap:.8rem;justify-content:center}}.sticky-header{position:sticky;top:0;background:rgb(255 255 255 / .98);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);z-index:var(--z-sticky);padding:.75rem 0;border-bottom:1px solid rgb(0 0 0 / .05)}.header-flex{display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo{display:flex;align-items:center;gap:.25rem;font-size:1.6rem;font-weight:800;font-family:var(--font-heading);color:var(--primary-deep);transition:transform var(--transition-fast);flex-shrink:0;white-space:nowrap}.logo-icon{font-size:1.8rem;animation:float 3s ease infinite}.logo .accent{background:var(--gradient-1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0}.logo-badge{font-size:.7rem;background:var(--gradient-1);color:var(--white);padding:2px 6px;border-radius:var(--radius-full);margin-left:4px}.nav-links{display:flex;align-items:center;gap:1.2rem;margin:0 auto;flex-wrap:nowrap}.nav-links a{font-weight:500;color:var(--gray-600);position:relative;padding:.5rem 0;transition:color var(--transition-fast);font-size:.95rem;white-space:nowrap}.nav-links a i{font-size:.9rem;margin-right:4px}.nav-links a:hover,.nav-links a.active{color:var(--accent-teal)}.nav-links a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gradient-1);transition:width var(--transition-normal);border-radius:var(--radius-full)}.nav-links a:hover::after,.nav-links a.active::after{width:100%}.header-actions{display:flex;gap:.75rem;align-items:center;flex-shrink:0}.action-icon{color:var(--gray-600);font-size:1.2rem;transition:all var(--transition-fast);display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--gray-50)}.action-icon:hover{color:var(--accent-teal);transform:translateY(-2px) scale(1.05);background:var(--gray-100)}.btn-sm{padding:.5rem 1.2rem;font-size:.85rem;white-space:nowrap}.mobile-menu-toggle{display:none;flex-direction:column;width:32px;height:28px;background:#fff0;border:none;cursor:pointer;padding:0;justify-content:space-between;flex-shrink:0}.mobile-menu-toggle span{width:100%;height:3px;background:var(--primary-deep);border-radius:var(--radius-full);transition:all var(--transition-fast);display:block}.mobile-menu-toggle:hover span{background:var(--accent-teal)}@media (min-width:1200px){.nav-links{gap:1.5rem}.nav-links a{font-size:1rem}}@media (min-width:1400px){.nav-links{gap:1.8rem}}@media (max-width:1024px){.nav-links{gap:.8rem}.nav-links a{font-size:.85rem}.btn-sm{padding:.4rem .9rem;font-size:.8rem}}@media (max-width:768px){.nav-links{display:none}.header-actions .action-icon{display:none}.mobile-menu-toggle{display:flex}.logo{font-size:1.4rem}.logo-icon{font-size:1.5rem}.logo-badge{font-size:.6rem}.btn-sm{display:inline-flex}}.hero{position:relative;background:var(--bg-gradient-dark);color:var(--white);padding:var(--space-3xl) 0;overflow:hidden;min-height:90vh;display:flex;align-items:center;justify-content:center;width:100%;margin:0;text-align:center}.hero .container{position:relative;z-index:10;width:100%;max-width:1280px;margin:0 auto;padding:0 var(--space-md);display:flex;justify-content:center;align-items:center}.hero-content{max-width:900px;width:100%;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-badge-wrapper{display:flex;gap:var(--space-sm);margin-bottom:var(--space-md);flex-wrap:wrap;justify-content:center;align-items:center}.hero-title{text-align:center;width:100%}.hero-subtitle{text-align:center;margin-left:auto;margin-right:auto}.hero-stats{display:flex;gap:var(--space-xl);margin-bottom:var(--space-lg);flex-wrap:wrap;justify-content:center;align-items:center}.hero-cta{display:flex;gap:var(--space-md);margin-bottom:var(--space-lg);flex-wrap:wrap;justify-content:center;align-items:center}.trust-badge-row{display:flex;gap:var(--space-xl);margin-bottom:var(--space-md);flex-wrap:wrap;justify-content:center;align-items:center}.hero-contact{display:flex;gap:var(--space-lg);flex-wrap:wrap;justify-content:center;align-items:center}.hero-content h1,.hero-content p,.hero-content .hero-title,.hero-content .hero-subtitle{text-align:center}.stat-item{text-align:center}.hero-cta .btn{margin:0}@media (max-width:768px){.hero{min-height:auto;padding:80px 0 40px}.hero-stats{gap:8px}.hero-cta .btn{width:100%;max-width:280px;margin:0 auto}.trust-badge-row{gap:6px}.hero-contact{gap:8px}}.faq-item{background:var(--white);border-radius:var(--radius-lg);margin-bottom:var(--space-sm);box-shadow:var(--shadow-md);overflow:hidden;transition:all var(--transition-normal);border:1px solid #fff0}.faq-item:hover{border-color:var(--accent-teal);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.faq-question{width:100%;display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-lg);background:var(--white);cursor:pointer;transition:all var(--transition-fast);font-weight:600;color:var(--primary-deep);border:none;position:relative;text-align:left}.faq-question:hover{background:linear-gradient(145deg,var(--white),var(--gray-50))}.faq-question i:first-child{font-size:1.25rem;background:var(--gradient-1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;min-width:30px;text-align:center}.faq-question span{flex:1;text-align:left;padding-right:40px}.faq-question .arrow{position:absolute;right:var(--space-lg);top:50%;transform:translateY(-50%);transition:transform 0.3s ease;display:flex;align-items:center;justify-content:center}.faq-question .arrow i{transition:transform 0.3s ease;color:var(--accent-teal);font-size:1rem}.faq-question[aria-expanded="true"] .arrow{transform:translateY(-50%) rotate(180deg)}.faq-answer{max-height:0;padding:0 var(--space-lg);background:var(--gray-50);overflow:hidden;transition:max-height 0.4s cubic-bezier(.4,0,.2,1),padding 0.3s ease}.faq-answer[aria-hidden="false"]{padding:var(--space-md) var(--space-lg)}.faq-answer p{color:var(--gray-600);line-height:1.8;margin:0}.faq-answer a{color:var(--accent-teal);text-decoration:underline}