.cyberhelp-scope{--color-bg-primary:#FFFFFF;--color-bg-secondary:#F5F5F5;--color-bg-card:#FFFFFF;--color-bg-card-hover:#FAFAFA;--color-bg-glass:rgba(255,255,255,0.92);--color-bg-hero:#FFFFFF;--color-bg-panic:#FEE2E2;--color-bg-footer:#111827;--color-accent-orange:#F97316;--color-accent-orange-glow:rgba(249,115,22,0.15);--color-accent-emergency:#DC2626;--color-accent-emergency-glow:rgba(220,38,38,0.15);--color-accent-teal:#0D9488;--color-accent-teal-glow:rgba(13,148,136,0.1);--color-accent-blue:#4682B4;--color-accent-blue-glow:rgba(70,130,180,0.1);--color-accent-amber:#D97706;--color-accent-amber-glow:rgba(217,119,6,0.1);--color-accent-purple:#7C3AED;--color-accent-purple-glow:rgba(124,58,237,0.1);--color-text-primary:#111111;--color-text-secondary:#444444;--color-text-muted:#888888;--color-text-inverted:#FFFFFF;--color-border:#E5E7EB;--color-border-focus:rgba(249,115,22,0.5);--font-primary:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--font-mono:"JetBrains Mono",monospace;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px;--shadow-card:0 1px 4px rgba(0,0,0,0.06);--shadow-card-hover:0 4px 16px rgba(0,0,0,0.1);--shadow-glow-orange:0 4px 20px rgba(249,115,22,0.2);--shadow-glow-red:0 4px 20px rgba(220,38,38,0.15);--transition-fast:150ms ease;--transition-base:250ms ease;--transition-slow:400ms ease;--color-register-bg:#000000;--color-register-text:#FFFFFF;--color-helpline-bg:#DC2626;--color-helpline-hover:#B91C1C;--color-image-bg:#FFFFFF}.cyberhelp-scope[data-theme=dark]{--color-bg-primary:#0F1117;--color-bg-secondary:#1A1B23;--color-bg-card:#1E1F2A;--color-bg-card-hover:#262737;--color-bg-glass:rgba(15,17,23,0.92);--color-bg-hero:#0F1117;--color-bg-panic:#3B1111;--color-bg-footer:#070809;--color-text-primary:#F0F0F0;--color-text-secondary:#B0B3BE;--color-text-muted:#6B6F80;--color-text-inverted:#0F1117;--color-border:#2A2C3A;--color-border-focus:rgba(249,115,22,0.6);--shadow-card:0 1px 4px rgba(0,0,0,0.3);--shadow-card-hover:0 4px 16px rgba(0,0,0,0.4);--shadow-glow-orange:0 4px 20px rgba(249,115,22,0.25);--shadow-glow-red:0 4px 20px rgba(220,38,38,0.2);--color-register-bg:#FFFFFF;--color-register-text:#000000;--color-helpline-bg:#DC2626;--color-helpline-hover:#B91C1C;--color-image-bg:#1A1B23}.cyberhelp-scope{font-family:var(--font-primary);background:var(--color-bg-primary);color:var(--color-text-primary);line-height:1.6;min-height:100vh;transition:background .3s ease,color .3s ease}.cyberhelp-scope *{box-sizing:border-box}.cyberhelp-scope a{color:var(--color-accent-orange);text-decoration:none;transition:color var(--transition-fast)}.cyberhelp-scope a:hover{color:#ea580c}.container{max-width:1200px;margin:0 auto;padding:0 var(--space-lg)}.section-title{font-size:1.6rem;font-weight:800;color:var(--color-text-primary);margin-bottom:var(--space-lg);display:flex;align-items:center;justify-content:center;gap:var(--space-sm);text-transform:uppercase;letter-spacing:.02em;position:relative}.section-subtitle{font-size:.95rem;color:var(--color-text-secondary);margin:0 auto var(--space-2xl);text-align:center;max-width:640px}.card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-lg);transition:all var(--transition-base);position:relative;overflow:hidden;box-shadow:var(--shadow-card)}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover);border-color:var(--color-accent-orange)}button,input,select,textarea{color:inherit;font-family:inherit}.glass{background:var(--color-bg-glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--color-border)}.btn{display:inline-flex;align-items:center;gap:var(--space-sm);padding:.65rem 1.25rem;border-radius:var(--radius-sm);font-family:var(--font-primary);font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:all var(--transition-base);text-decoration:none;white-space:nowrap}.btn-primary{background:var(--color-accent-orange);color:#fff;box-shadow:0 2px 8px rgba(249,115,22,.2)}.btn-primary:hover{background:#ea580c;transform:translateY(-1px);box-shadow:var(--shadow-glow-orange);color:#fff}.btn-emergency{background:var(--color-accent-emergency);color:#fff;box-shadow:0 2px 12px var(--color-accent-emergency-glow);animation:emergencyPulse 2s ease-in-out infinite}.btn-emergency:hover{transform:translateY(-1px) scale(1.02);box-shadow:var(--shadow-glow-red);color:#fff}.btn-outline{background:rgba(0,0,0,0);color:var(--color-text-primary);border:1px solid var(--color-border)}.btn-outline:hover{background:var(--color-bg-secondary);border-color:var(--color-accent-orange);color:var(--color-accent-orange)}.btn-ghost{background:rgba(0,0,0,0);color:var(--color-text-secondary);padding:.5rem .75rem}.btn-ghost:hover{background:rgba(0,0,0,.04);color:var(--color-text-primary)}.chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;letter-spacing:.02em}.chip-teal{background:var(--color-accent-teal-glow);color:var(--color-accent-teal);border:1px solid rgba(13,148,136,.2)}.chip-red{background:var(--color-accent-emergency-glow);color:var(--color-accent-emergency);border:1px solid rgba(220,38,38,.2)}.chip-blue{background:var(--color-accent-blue-glow);color:var(--color-accent-blue);border:1px solid rgba(70,130,180,.2)}.chip-amber{background:var(--color-accent-amber-glow);color:var(--color-accent-amber);border:1px solid rgba(217,119,6,.2)}.chip-purple{background:var(--color-accent-purple-glow);color:var(--color-accent-purple);border:1px solid rgba(124,58,237,.2)}.grid-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.grid-2,.grid-3{display:grid;gap:var(--space-lg)}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--space-md)}@keyframes emergencyPulse{0%,to{box-shadow:0 2px 12px var(--color-accent-emergency-glow)}50%{box-shadow:0 4px 30px rgba(220,38,38,.35)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.animate-fade-in{animation:fadeInUp .5s ease forwards}.animate-slide-in{animation:slideInLeft .4s ease forwards}.cyberhelp-scope ::-webkit-scrollbar{width:6px}.cyberhelp-scope ::-webkit-scrollbar-track{background:var(--color-bg-primary)}.cyberhelp-scope ::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.cyberhelp-scope ::-webkit-scrollbar-thumb:hover{background:#9ca3af}body.cyberhelp-scrollbar-hidden,html.cyberhelp-scrollbar-hidden{-ms-overflow-style:none;scrollbar-width:none}body.cyberhelp-scrollbar-hidden::-webkit-scrollbar,html.cyberhelp-scrollbar-hidden::-webkit-scrollbar{display:none;width:0;height:0}@media(max-width:768px){.container{padding:0 var(--space-md)}.section-title{font-size:1.35rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@media(max-width:480px){html{font-size:14px}}.cyberhelp-scope .app{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg-primary);color:var(--color-text-primary);transition:background .3s ease,color .3s ease}.cyberhelp-scope main{flex:1}.cyberhelp-scope .section{padding:1.5rem 0;position:relative}.cyberhelp-scope .section-view{padding-top:90px}.cyberhelp-scope .back-bar{padding-top:2rem;padding-bottom:.5rem}.cyberhelp-scope .back-btn{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:700;color:#f97316;cursor:pointer;background:var(--color-bg-card);border:1px solid var(--color-border);padding:.55rem 1.25rem;border-radius:999px;font-family:var(--font-primary);transition:all .2s ease;box-shadow:var(--shadow-card)}.cyberhelp-scope .back-btn:hover{background:#f97316;color:#fff;border-color:#f97316;box-shadow:var(--shadow-glow-orange);transform:translateY(-1px)}.cyberhelp-scope .navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.75rem 0;border-bottom:1px solid var(--color-border);background:var(--color-bg-primary);transition:all .3s ease;width:100%}.cyberhelp-scope .navbar-scrolled{box-shadow:var(--shadow-card)}.cyberhelp-scope .nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:0 2rem}.cyberhelp-scope .nav-brand{display:flex;align-items:center;text-decoration:none}.cyberhelp-scope .nav-logo-wrapper{height:40px;display:flex;align-items:center}.cyberhelp-scope .nav-logo{height:100%;width:auto;-o-object-fit:contain;object-fit:contain}.cyberhelp-scope .nav-links{display:flex;align-items:center;gap:.5rem}.cyberhelp-scope .nav-links-container{display:flex;align-items:center;gap:.25rem}.cyberhelp-scope .mobile-cta-wrapper{display:flex;align-items:center;margin-left:.5rem}.cyberhelp-scope .nav-link-btn{background:none;border:none;color:var(--color-text-primary);font-size:.88rem;font-weight:700;padding:.5rem .85rem;border-radius:var(--radius-full);cursor:pointer;font-family:var(--font-primary);transition:all .2s ease;letter-spacing:.01em;white-space:nowrap}.cyberhelp-scope .nav-link-btn:hover{background:var(--color-bg-card-hover);color:var(--color-accent-orange)}.cyberhelp-scope .nav-actions{display:flex;align-items:center;gap:.5rem}.cyberhelp-scope .hamburger-btn{display:none;background:none;border:none;cursor:pointer;padding:4px;color:var(--color-text-primary)}.cyberhelp-scope .nav-call-btn{display:none;align-items:center;gap:5px;background:#dc2626;color:#fff;font-size:.78rem;font-weight:800;padding:.4rem .75rem;border-radius:999px;text-decoration:none;white-space:nowrap;letter-spacing:.02em;flex-shrink:0;box-shadow:0 2px 8px rgba(220,38,38,.35);transition:background .2s ease,transform .2s ease}.cyberhelp-scope .nav-call-btn:hover{background:#b91c1c;transform:translateY(-1px)}.cyberhelp-scope .theme-toggle-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid var(--color-border);background:var(--color-bg-card);color:var(--color-text-secondary);cursor:pointer;transition:all .2s ease}.cyberhelp-scope .theme-toggle-btn:hover{background:var(--color-bg-card-hover);color:#f97316;border-color:#f97316}.cyberhelp-scope .google-translate-container{position:fixed;bottom:20px;left:20px;z-index:9999;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-full);padding:0;box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;align-items:center;transition:all .3s ease}.cyberhelp-scope .google-translate-container:hover{box-shadow:0 6px 16px rgba(0,0,0,.2);transform:translateY(-2px);border-color:var(--color-accent-orange)}.cyberhelp-scope .translate-icon{position:absolute;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--color-text-secondary);display:flex;align-items:center;justify-content:center;z-index:10}.cyberhelp-scope .translate-icon-left{left:12px;color:var(--color-accent-orange)}.cyberhelp-scope .translate-icon-right{right:12px}.cyberhelp-scope .goog-logo-link{display:none!important}.cyberhelp-scope .goog-te-gadget{color:rgba(0,0,0,0)!important;font-size:0!important}.cyberhelp-scope .goog-te-combo{background-color:rgba(0,0,0,0)!important;color:var(--color-text-primary)!important;border:none;padding:.55rem 2rem .55rem 2.2rem!important;font-size:.85rem!important;font-weight:700;font-family:var(--font-primary);cursor:pointer;outline:none;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;border-radius:var(--radius-full);display:block;width:100%}.cyberhelp-scope .goog-te-combo option{color:var(--color-text-primary)!important;background-color:var(--color-bg-card)!important;font-size:.85rem!important}.cyberhelp-scope .goog-te-combo:hover{color:var(--color-accent-orange)}.cyberhelp-scope .goog-te-combo:focus{box-shadow:none}.cyberhelp-scope body{top:0!important}.cyberhelp-scope .skiptranslate iframe{display:none!important}.cyberhelp-scope .desktop-emergency-btn{background:var(--color-accent-emergency);color:#fff;font-size:.88rem;font-weight:700;padding:.5rem .85rem;border:none;border-radius:var(--radius-full);display:inline-flex;align-items:center;gap:6px;letter-spacing:.01em;white-space:nowrap;cursor:pointer;font-family:var(--font-primary);transition:all .2s ease;box-shadow:var(--shadow-glow-emergency)}.cyberhelp-scope .desktop-emergency-btn:hover{background:var(--color-accent-emergency-hover);transform:translateY(-1px)}.cyberhelp-scope .hero-section{display:flex;align-items:center;padding-top:40px;padding-bottom:3rem;position:relative;overflow:hidden;background:var(--color-bg-hero);border-bottom:1px solid var(--color-border);transition:background .3s ease;flex-direction:column}.cyberhelp-scope .hero-inner{display:flex;align-items:center;justify-content:center;padding:1.5rem 0}.cyberhelp-scope .hero-content{max-width:800px;text-align:center;width:100%}.cyberhelp-scope .hero-top-bar{font-size:.72rem;font-weight:700;color:var(--color-text-muted);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.5rem}.cyberhelp-scope .hero-title{font-size:clamp(2.2rem,6vw,3.5rem);font-weight:900;line-height:1.05;letter-spacing:-.02em;margin-bottom:1rem;color:var(--color-text-primary);text-transform:uppercase}.cyberhelp-scope .hero-highlight{color:#f97316}.cyberhelp-scope .hero-desc{font-size:1rem;color:var(--color-text-secondary);line-height:1.7;margin:0 auto 2rem;max-width:550px}.cyberhelp-scope .hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem}.cyberhelp-scope .hero-btn-red{background:var(--color-helpline-bg);color:#fff;font-size:.95rem;font-weight:800;padding:.9rem 2rem;border:2px solid var(--color-helpline-bg);border-radius:6px;display:inline-flex;align-items:center;justify-content:center;width:250px;gap:8px;letter-spacing:.04em;box-shadow:0 4px 14px var(--color-accent-emergency-glow);text-decoration:none;cursor:pointer}.cyberhelp-scope .hero-btn-red:hover{background:var(--color-helpline-hover);color:#fff;transform:translateY(-1px)}.cyberhelp-scope .hero-btn-black{background:var(--color-register-bg);color:var(--color-register-text);font-size:.95rem;font-weight:800;padding:.9rem 2rem;border:2px solid var(--color-register-bg);border-radius:6px;display:inline-flex;align-items:center;justify-content:center;width:250px;gap:8px;letter-spacing:.04em;cursor:pointer;font-family:var(--font-primary);transition:all .2s ease}.cyberhelp-scope .hero-btn-black:hover{opacity:.9;transform:translateY(-1px)}.cyberhelp-scope .hero-disclaimer{font-size:.82rem;color:var(--color-text-secondary);font-weight:700;max-width:600px;margin:-2rem auto 3.5rem;line-height:1.5;opacity:1}.cyberhelp-scope .hero-alerts-ticker{width:100%;background:rgba(0,0,0,0);border-top:1px solid var(--color-border);display:flex;align-items:center;overflow:hidden;height:44px;position:relative;z-index:10}.cyberhelp-scope .ticker-label{background:var(--color-accent-orange);color:#fff;font-size:.7rem;font-weight:900;padding:0 1.25rem;height:100%;display:flex;align-items:center;gap:8px;white-space:nowrap;z-index:20;letter-spacing:.05em;box-shadow:10px 0 20px rgba(0,0,0,.05)}.cyberhelp-scope .ticker-content-wrapper{flex:1;overflow:hidden}.cyberhelp-scope .ticker-content{display:flex;white-space:nowrap;width:-moz-max-content;width:max-content;animation:marquee 40s linear infinite;padding-left:0;will-change:transform}.cyberhelp-scope .ticker-content:hover{animation-play-state:paused}.cyberhelp-scope .ticker-item{font-size:.85rem;color:var(--color-text-secondary);padding-right:4rem;display:flex;align-items:center;flex-shrink:0;white-space:nowrap}.cyberhelp-scope .ticker-item strong{color:var(--color-text-primary);margin-right:4px}.cyberhelp-scope .ticker-more{background:rgba(0,0,0,0);border:none;border-left:1px solid var(--color-border);color:var(--color-accent-orange);font-size:.75rem;font-weight:800;padding:0 1.25rem;height:100%;display:flex;align-items:center;gap:4px;cursor:pointer;z-index:20;transition:background .2s ease}.cyberhelp-scope .ticker-more:hover{background:var(--color-bg-card-hover)}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media(max-width:600px){.cyberhelp-scope .ticker-label span{display:none}.cyberhelp-scope .ticker-label{padding:0 .75rem}.cyberhelp-scope .ticker-item{font-size:.78rem}}.cyberhelp-scope .hero-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;text-align:left}.cyberhelp-scope .hero-step-box{display:flex;gap:.75rem;align-items:flex-start;padding:1rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-bg-card);transition:background .3s ease,border-color .3s ease}.cyberhelp-scope .hero-step-title{display:block;font-size:.78rem;font-weight:800;color:var(--color-text-primary);letter-spacing:.04em;margin-bottom:3px}.cyberhelp-scope .hero-step-desc{display:block;font-size:.78rem;color:var(--color-text-muted);line-height:1.5}.cyberhelp-scope .card{transition:background .3s ease,border-color .3s ease,box-shadow .2s ease}.cyberhelp-scope .card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--color-accent-orange)!important;transform:translateY(-2px)}@media(max-width:900px){.cyberhelp-scope .nav-links{display:none!important;position:fixed;inset:0;background:var(--color-bg-primary)!important;z-index:10000;flex-direction:column;padding:90px 0 2rem}.cyberhelp-scope .nav-links-open{display:flex!important}.cyberhelp-scope .nav-links-container{display:flex;flex-direction:column;height:100%;overflow-y:auto}.cyberhelp-scope .nav-mobile-item{width:100%;padding:1.25rem 2rem!important;font-size:1.2rem!important;font-weight:800!important;color:var(--color-text-primary)!important;border-bottom:1px solid var(--color-border)!important;text-align:left;background:rgba(0,0,0,0)!important;transition:background .2s ease}.cyberhelp-scope .nav-mobile-item:active{background:var(--color-bg-secondary)!important}.cyberhelp-scope .mobile-cta-wrapper{display:block;padding:.5rem 1.15rem 2rem;margin-top:0}.cyberhelp-scope .mobile-emergency-btn{width:100%;padding:.85rem!important;font-size:1.1rem!important;font-weight:900!important;justify-content:flex-start;gap:10px!important;box-shadow:0 4px 15px var(--color-accent-emergency-glow)!important}.cyberhelp-scope .hamburger-btn{display:flex;z-index:11000}.cyberhelp-scope .nav-logo-wrapper{height:28px}.cyberhelp-scope .nav-call-btn{display:inline-flex}.cyberhelp-scope .nav-inner{padding:0 1rem}.cyberhelp-scope .hero-section{padding-top:70px;padding-bottom:2rem}.cyberhelp-scope .hero-inner{padding:2rem 0}.cyberhelp-scope .hero-steps{grid-template-columns:1fr}.cyberhelp-scope .hero-actions{flex-direction:column;align-items:center}.cyberhelp-scope .hero-btn-orange,.cyberhelp-scope .hero-btn-outline{width:100%;justify-content:center;max-width:320px}.cyberhelp-scope .section-view{padding-top:70px}}@media(min-width:901px){.cyberhelp-scope .mobile-emergency-btn{padding:.5rem 1.25rem!important;font-size:.85rem!important;font-weight:800!important;border-radius:var(--radius-full)!important;background:#dc2626!important;color:#fff!important;display:inline-flex!important;align-items:center;gap:6px;transition:all .3s ease;box-shadow:0 2px 8px rgba(220,38,38,.2)}.cyberhelp-scope .mobile-emergency-btn:hover{background:#b91c1c!important;transform:translateY(-1px);box-shadow:0 4px 12px rgba(220,38,38,.3)}}@media(max-width:600px){.cyberhelp-scope .hero-actions{margin-bottom:1.25rem}.cyberhelp-scope .hero-disclaimer{margin:0 auto 2.5rem;padding:0 .5rem}.cyberhelp-scope .hero-top-bar{font-size:.62rem;letter-spacing:.06em}.cyberhelp-scope .hero-title{font-size:1.8rem}.cyberhelp-scope .hero-desc{font-size:.9rem}.cyberhelp-scope .hero-btn-orange,.cyberhelp-scope .hero-btn-outline{font-size:.82rem;padding:.75rem 1.5rem}.cyberhelp-scope .hero-step-box{padding:.75rem}.cyberhelp-scope .hero-step-desc,.cyberhelp-scope .hero-step-title{font-size:.72rem}.cyberhelp-scope .section{padding:var(--space-xl) 0}.cyberhelp-scope .back-bar{padding-top:1rem;margin-top:.5rem}.cyberhelp-scope .back-btn{font-size:.8rem}}@media(max-width:400px){.cyberhelp-scope .nav-logo-wrapper{height:24px}.cyberhelp-scope .hero-title{font-size:1.5rem}.cyberhelp-scope .hero-actions{gap:.5rem;margin-bottom:2rem}.cyberhelp-scope .hero-btn-orange,.cyberhelp-scope .hero-btn-outline{font-size:.78rem;padding:.65rem 1rem}}.cyberhelp-scope .emergency-banner{background:linear-gradient(135deg,#991B1B,#DC2626 50%,#B91C1C);padding:1.25rem 0;position:relative;overflow:hidden}.cyberhelp-scope .emergency-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,transparent,transparent 10px,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 20px)}.cyberhelp-scope .emergency-inner{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;position:relative;z-index:1}.cyberhelp-scope .emergency-badge{display:inline-flex;align-items:center;gap:4px;background:rgba(0,0,0,.25);color:#fca5a5;font-size:.65rem;font-weight:800;letter-spacing:.1em;padding:.3rem .65rem;border-radius:999px;text-transform:uppercase;flex-shrink:0}.cyberhelp-scope .emergency-main{display:flex;align-items:center;gap:1rem;flex:1;min-width:280px}.cyberhelp-scope .emergency-icon-pulse{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.2);flex-shrink:0;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 0 0 8px hsla(0,0%,100%,0)}}.cyberhelp-scope .emergency-content{flex:1}.cyberhelp-scope .emergency-title{font-size:1rem;font-weight:800;color:#fff;margin-bottom:.2rem;letter-spacing:.01em}.cyberhelp-scope .emergency-desc{font-size:.82rem;color:hsla(0,0%,100%,.85);line-height:1.5}.cyberhelp-scope .emergency-desc strong{color:#fff;font-weight:800}.cyberhelp-scope .emergency-link{color:#fff;font-weight:900;text-decoration:underline;text-underline-offset:2px;font-size:1.1em}.cyberhelp-scope .emergency-cta{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#dc2626;font-size:.9rem;font-weight:800;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;flex-shrink:0;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.15)}.cyberhelp-scope .emergency-cta:hover{background:#fee2e2;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.2)}@media(max-width:700px){.cyberhelp-scope .emergency-inner,.cyberhelp-scope .emergency-main{flex-direction:column;text-align:center}.cyberhelp-scope .emergency-badge{position:static}.cyberhelp-scope .emergency-cta{width:100%;justify-content:center;max-width:280px}}.cyberhelp-scope .section-cards-wrapper{padding:3rem 0 4rem}.cyberhelp-scope .section-cards-heading{font-size:1.5rem;font-weight:900;color:var(--color-text-primary);text-align:center;letter-spacing:.04em;margin-bottom:.5rem;text-transform:uppercase}.cyberhelp-scope .section-cards-sub{text-align:center;font-size:.92rem;color:var(--color-text-muted);margin-bottom:2.5rem}.cyberhelp-scope .section-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.cyberhelp-scope .section-card{display:flex;flex-direction:column;align-items:flex-start;padding:1.5rem;cursor:pointer;border:1px solid var(--color-border);background:var(--color-bg-card);border-radius:12px;text-align:left;font-family:var(--font-primary);width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-sm)}.cyberhelp-scope .section-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px var(--color-shadow);border-color:#f97316}.cyberhelp-scope .section-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid;margin-bottom:1rem;transition:transform .3s ease}.cyberhelp-scope .section-card:hover .section-card-icon{transform:scale(1.1)}.cyberhelp-scope .section-card-title{font-size:1rem;font-weight:800;color:var(--color-text-primary);margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.02em}.cyberhelp-scope .section-card-desc{font-size:.82rem;color:var(--color-text-muted);line-height:1.5;margin-bottom:1.25rem;flex:1}.cyberhelp-scope .section-card-explore{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:800;color:#f97316;letter-spacing:.02em;transition:gap .2s ease}.cyberhelp-scope .section-card:hover .section-card-explore{gap:10px}.cyberhelp-scope .footer-cta-btn-primary{transition:all .3s ease!important}.cyberhelp-scope .footer-cta-btn-primary:hover{background:#f8fafc!important;transform:translateY(-3px) scale(1.02);box-shadow:0 15px 30px rgba(0,0,0,.15)!important}.cyberhelp-scope .footer-cta-btn-secondary{transition:all .3s ease!important}.cyberhelp-scope .footer-cta-btn-secondary:hover{background:hsla(0,0%,100%,.25)!important;border-color:hsla(0,0%,100%,.4)!important;transform:translateY(-3px) scale(1.02)}.cyberhelp-scope .hero-btn-outline{background:#f97316!important;color:#fff!important;padding:.9rem 2rem!important;font-size:.95rem!important;font-weight:800!important;border-radius:6px!important;border:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;text-decoration:none!important;transition:all .3s ease!important;width:100%!important;max-width:320px!important;box-shadow:0 4px 14px rgba(249,115,22,.3)!important}.cyberhelp-scope .hero-btn-outline:hover{background:#ea580c!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px rgba(249,115,22,.4)!important}.cyberhelp-scope .faq-section{padding:4rem 0;background:var(--color-bg-primary)}.cyberhelp-scope .faq-grid{display:flex;flex-direction:column;gap:1rem;max-width:900px;margin:0 auto}.cyberhelp-scope .faq-item{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;transition:all .3s ease;cursor:pointer}.cyberhelp-scope .faq-item:hover{border-color:var(--color-accent-orange);box-shadow:var(--shadow-card-hover)}.cyberhelp-scope .faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;gap:1rem}.cyberhelp-scope .faq-question h3{font-size:1.05rem;font-weight:700;margin:0;color:var(--color-text-primary)}.cyberhelp-scope .faq-answer{max-height:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);background:var(--color-bg-secondary)}.cyberhelp-scope .faq-item.active .faq-answer{max-height:400px;padding:1.5rem}.cyberhelp-scope .faq-answer p{margin:0;font-size:.95rem;line-height:1.6;color:var(--color-text-secondary)}.cyberhelp-scope .title-icon{color:var(--color-accent-orange);margin-right:.5rem}@media(max-width:600px){.cyberhelp-scope .faq-question h3{font-size:.95rem}}.cyberhelp-scope .disclaimer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:100000;padding:1.5rem}.cyberhelp-scope .disclaimer-modal{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;max-width:480px;width:100%;position:relative;box-shadow:0 30px 60px rgba(0,0,0,.5);padding:2.5rem;text-align:center}.cyberhelp-scope .disclaimer-close{position:absolute;top:1rem;right:1rem;background:rgba(0,0,0,0);border:none;color:var(--color-text-muted);cursor:pointer;transition:color .2s ease}.cyberhelp-scope .disclaimer-close:hover{color:var(--color-accent-orange)}.cyberhelp-scope .disclaimer-header{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem}.cyberhelp-scope .disclaimer-icon-box{width:60px;height:60px;background:rgba(249,115,22,.1);border-radius:50%;display:flex;align-items:center;justify-content:center}.cyberhelp-scope .disclaimer-icon{color:var(--color-accent-orange);animation:pulse-orange 2s infinite}@keyframes pulse-orange{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:1}}.cyberhelp-scope .disclaimer-title{font-size:1.5rem;font-weight:900;color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.05em}.cyberhelp-scope .disclaimer-body{margin-bottom:2rem}.cyberhelp-scope .disclaimer-body p{color:var(--color-text-secondary);font-size:1rem;line-height:1.6;margin-bottom:1rem}.cyberhelp-scope .disclaimer-body p strong{color:var(--color-text-primary)}.cyberhelp-scope .disclaimer-subtext{font-size:.82rem!important;opacity:.7}.cyberhelp-scope .disclaimer-footer{display:flex;justify-content:center}.cyberhelp-scope .disclaimer-btn{background:var(--color-accent-orange);color:#fff;font-weight:800;padding:.85rem 2.5rem;border-radius:8px;letter-spacing:.05em;box-shadow:0 10px 20px rgba(249,115,22,.2)}.cyberhelp-scope .disclaimer-btn:hover{background:var(--color-helpline-hover);transform:translateY(-2px);box-shadow:0 15px 30px rgba(249,115,22,.3)}.cyberhelp-scope .slide-up{animation:disclaimerSlideUp .5s cubic-bezier(.4,0,.2,1)}@keyframes disclaimerSlideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:600px){.cyberhelp-scope .disclaimer-modal{padding:2rem 1.5rem}.cyberhelp-scope .disclaimer-title{font-size:1.25rem}}