#particles-canvas{z-index:1;pointer-events:auto;width:100%;height:100%;position:absolute;inset:0}.hero{background:var(--bg-primary);align-items:center;min-height:92vh;padding:6rem 0 4rem;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;background:radial-gradient(ellipse 70% 70% at 75% 40%, #e119271f 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 15% 75%, #624a8d14 0%, transparent 60%), var(--bg-primary);position:absolute;inset:0}.hero-grid-overlay{z-index:0;background-image:linear-gradient(#e1192705 1px,#0000 1px),linear-gradient(90deg,#e1192705 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#000 50%,#0000 100%);mask-image:radial-gradient(80% 80%,#000 50%,#0000 100%)}.hero:before{content:"";z-index:2;pointer-events:none;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#00000005 2px 4px);position:absolute;inset:0}.hero-wrapper{z-index:3;grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;width:100%;display:grid;position:relative}.hero-content{z-index:3;max-width:650px;position:relative}.hero-badge{color:var(--accent-cyan);letter-spacing:2px;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#e1192714;border:1px solid #e1192740;border-radius:50px;align-items:center;gap:.6rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.78rem;font-weight:700;display:inline-flex}.hero-badge .dot{background:var(--accent-cyan);width:8px;height:8px;box-shadow:0 0 8px var(--accent-cyan);border-radius:50%;animation:1.8s infinite pulse}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 8px var(--accent-cyan)}50%{opacity:.3;box-shadow:none}}.hero-title{letter-spacing:-.5px;margin-bottom:1.75rem;font-size:clamp(2.4rem,5.5vw,4.2rem);font-weight:900;line-height:1.1}.hero-title .word-glow{background:linear-gradient(135deg, var(--accent-cyan) 0%, var(--accent-green) 50%, var(--accent-purple) 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 20px #e1192740);-webkit-background-clip:text;background-clip:text}.hero-title .line2{color:var(--text-muted);letter-spacing:0;margin-top:.4rem;font-size:.68em;font-weight:400;display:block;font-family:Outfit,sans-serif!important}.hero-desc{color:var(--text-muted);max-width:520px;margin-bottom:2.75rem;font-family:Outfit,sans-serif;font-size:1.05rem;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-actions .btn-primary{border-radius:12px;padding:.85rem 2.25rem;font-size:1rem;position:relative;overflow:hidden;box-shadow:0 8px 30px #e1192740}.hero-actions .btn-outline{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border-radius:12px;padding:.85rem 2.25rem;font-size:1rem}.hero-stats-row{flex-wrap:wrap;gap:2.5rem;margin-top:3rem;display:flex}.hero-stat{flex-direction:column;gap:.15rem;display:flex}.hero-stat .val{color:#fff;font-size:1.65rem;font-weight:900}.hero-stat .lbl{color:var(--text-muted);letter-spacing:.5px;text-transform:uppercase;font-size:.72rem;font-weight:600}.hero-visual{justify-content:center;align-items:center;width:100%;height:100%;min-height:400px;display:flex;position:relative}.globe-overlay-indicator{border-left:2px solid var(--accent-cyan);color:var(--text-muted);padding-left:.75rem;font-family:JetBrains Mono,monospace;font-size:.7rem;position:absolute;bottom:2rem;right:1.5rem}.indicator-line{background:var(--accent-cyan);width:30px;height:1px;margin-bottom:.25rem}@media (width<=960px){.hero-wrapper{text-align:center;grid-template-columns:1fr;gap:2.5rem}.hero-content{flex-direction:column;align-items:center;margin:0 auto;display:flex}.hero-actions,.hero-stats-row{justify-content:center}.hero-visual{min-height:320px}}.stats-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;background:#0e111ad9;padding:2.5rem 0;position:relative}.stats-flex{flex-wrap:wrap;justify-content:center;gap:0;display:flex}.stat-item{text-align:center;border-right:1px solid var(--border);flex:1;min-width:150px;padding:1rem 2rem}.stat-item:last-child{border-right:none}.stat-item .number{background:linear-gradient(135deg, var(--accent-cyan) 0%, var(--accent-green) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.8rem;font-weight:900;line-height:1}.stat-item .label{color:var(--text-muted);letter-spacing:.5px;text-transform:uppercase;margin-top:.4rem;font-size:.82rem;font-weight:600}.service-card{background:var(--bg-card);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;padding:2.25rem;transition:all .35s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg, transparent, var(--accent-cyan), transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.service-card:hover{border-color:#e119274d;transform:translateY(-5px);box-shadow:0 20px 40px #0006,0 0 30px #e1192714}.service-card:hover:before{opacity:1}.service-icon{width:54px;height:54px;color:var(--accent-cyan);background:#e1192714;border:1px solid #e1192726;border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.4rem;display:flex}.service-card h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.service-card p{color:var(--text-muted);font-family:Outfit,sans-serif;font-size:.88rem;line-height:1.7}.service-card .price{color:var(--accent-green);background:#cd0b6214;border:1px solid #cd0b6233;border-radius:50px;align-items:center;gap:.35rem;margin-top:1.25rem;padding:.3rem .8rem;font-size:.82rem;font-weight:800;display:inline-flex}.product-card{background:var(--bg-card);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;transition:all .35s cubic-bezier(.16,1,.3,1);overflow:hidden}.product-card:hover{border-color:#e119274d;transform:translateY(-5px);box-shadow:0 20px 40px #0006,0 0 30px #e1192714}.product-card-img{background:var(--bg-secondary);justify-content:center;align-items:center;height:200px;display:flex;position:relative;overflow:hidden}.product-card-img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.product-badge{z-index:2;background:linear-gradient(135deg, var(--accent-cyan), var(--accent-green));color:#fff;text-transform:uppercase;border-radius:50px;padding:.25rem .75rem;font-size:.68rem;font-weight:800;position:absolute;top:.85rem;right:.85rem}.product-card-body{padding:1.5rem}.product-card-body .category{text-transform:uppercase;letter-spacing:1.5px;color:var(--accent-cyan);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.product-card-body h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.05rem;font-weight:700;line-height:1.35}.product-card-body p{color:var(--text-muted);margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:.82rem;line-height:1.55}.product-card-footer{justify-content:space-between;align-items:center;display:flex}.product-price{color:#fff;font-size:1.15rem;font-weight:900}.testimonial-card{background:var(--bg-card);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;padding:2rem;position:relative}.testimonial-card:before{content:"\"";color:#e119270f;font-family:Georgia,serif;font-size:5rem;line-height:1;position:absolute;top:1rem;right:1.5rem}.testimonial-rating{color:#f59e0b;letter-spacing:2px;margin-bottom:1rem;font-size:.95rem}.testimonial-text{color:var(--text-muted);margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:.9rem;font-style:italic;line-height:1.75}.testimonial-author{align-items:center;gap:.85rem;display:flex}.author-avatar{background:linear-gradient(135deg, var(--accent-cyan), var(--accent-green));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.95rem;font-weight:800;display:flex}.author-info .name{color:var(--text-primary);font-size:.9rem;font-weight:700}.author-info .role{color:var(--text-muted);margin-top:.1rem;font-size:.78rem}.faq-item{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;padding:1.35rem 1.5rem;transition:all .3s}.faq-item:hover{border-color:#e1192740}.faq-item.active{background:#23273880;border-color:#e1192759}.cta-section{background:var(--bg-secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:6rem 0;position:relative;overflow:hidden}.cta-content{text-align:center;z-index:1;max-width:680px;margin:0 auto;position:relative}.cta-content h2{margin-bottom:1.25rem;font-size:clamp(2rem,4.5vw,3rem);font-weight:900;line-height:1.15}.cta-content p{color:var(--text-muted);margin-bottom:2.5rem;font-family:Outfit,sans-serif;font-size:1.1rem;line-height:1.7}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.features-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.feature-item{background:var(--bg-card);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;align-items:flex-start;gap:1rem;padding:1.75rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex}.feature-item:hover{border-color:#e1192740;transform:translateY(-3px)}.feature-icon-wrap{width:48px;height:48px;color:var(--accent-cyan);background:#e1192714;border:1px solid #e1192726;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.feature-text h4{margin-bottom:.35rem;font-size:.95rem;font-weight:700}.feature-text p{color:var(--text-muted);font-family:Outfit,sans-serif;font-size:.82rem;line-height:1.6}@media (width<=768px){.stats-flex{gap:0}.stat-item{border-right:none;border-bottom:1px solid var(--border)}.stat-item:last-child{border-bottom:none}.cta-section{padding:4rem 0}.grid-2-col{grid-template-columns:1fr!important;gap:2.5rem!important}}
