:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #06b6d4;--secondary-dark: #0891b2;--accent: #f97316;--accent-dark: #ea580c;--warning: #ef4444;--warning-dark: #dc2626;--bg-primary: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a78bfa 100%);--bg-secondary: linear-gradient(135deg, #06b6d4 0%, #22d3ee 50%, #67e8f9 100%);--bg-accent: linear-gradient(135deg, #f97316 0%, #fb923c 50%, #fdba74 100%);--bg-hero: linear-gradient(135deg, #0b1220 0%, #111827 30%, #0f172a 70%, #1e293b 100%);--bg-rainbow: linear-gradient(135deg, #6366f1 0%, #22d3ee 50%, #10b981 100%);--bg-rainbow-hover: linear-gradient(135deg, #4f46e5 0%, #06b6d4 50%, #059669 100%);--text-primary: #e5e7eb;--text-secondary: #cbd5e1;--text-white: #ffffff;--text-muted: #94a3b8;--surface-white: #0f172a;--surface-gray-50: #0b1220;--surface-gray-100: #111827;--surface-glass: rgba(255, 255, 255, .08);--surface-overlay: rgba(0, 0, 0, .5);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .2);--shadow-md: 0 4px 10px -1px rgb(0 0 0 / .35), 0 2px 6px -2px rgb(0 0 0 / .3);--shadow-lg: 0 12px 22px -3px rgb(0 0 0 / .45), 0 6px 12px -4px rgb(0 0 0 / .4);--shadow-xl: 0 24px 32px -5px rgb(0 0 0 / .55), 0 10px 16px -6px rgb(0 0 0 / .5);--shadow-glow: 0 0 28px rgb(99 102 241 / .45);--space-0: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem}*{box-sizing:border-box}:where(img,svg,video,canvas){display:block;max-width:100%;height:auto}:where(a){color:inherit;text-decoration:none}:where(button,[role=button],.nav-btn,.hero-cta){-webkit-tap-highlight-color:transparent}:where(input,button,textarea,select){font:inherit;color:inherit}:where(h1,h2,h3,h4,h5,h6){font-weight:800;line-height:1.1;letter-spacing:-.02em}:where(code,pre){font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}html{scroll-behavior:smooth;color-scheme:light dark;accent-color:var(--primary)}:root{--radius-full: 9999px;--radius-lg: 16px;--duration-1: .2s;--duration-2: .25s}body,#root{margin:0;min-height:100vh;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-hero);line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column;color:var(--text-white);background:var(--bg-hero)}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%;container-type:inline-size}.header{position:sticky;top:0;z-index:100;background:#0f172af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(59,130,246,.2);box-shadow:var(--shadow-md)}.header .container{display:flex;align-items:center;justify-content:space-between;padding:1rem 20px;min-height:80px}.logo{margin:0;font-weight:800;font-size:clamp(1.5rem,3vw,2rem);background:var(--bg-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.02em}.nav{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.nav-btn.cta{background:var(--bg-accent);border:none;color:var(--text-primary);font-weight:700}.nav-btn.cta:hover{background:var(--accent-dark);transform:translateY(-2px) scale(1.05)}.nav-btn.consult{background:var(--bg-rainbow);background-size:140% 140%;border:none;color:var(--text-white);font-weight:800;font-size:1.1rem;padding:1rem 2rem;text-shadow:1px 1px 2px rgba(0,0,0,.25);box-shadow:var(--shadow-md);animation:rainbowShift 30s ease-in-out infinite;min-width:180px;position:relative;overflow:hidden}.nav-btn.consult:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);transform:translate(-100%);transition:transform .6s;pointer-events:none;will-change:transform;border-radius:inherit}.nav-btn.consult:hover:before{transform:translate(100%)}.nav-btn.consult:hover{background:var(--bg-rainbow-hover);transform:translateY(-2px) scale(1.03);box-shadow:0 6px 18px #3b82f640,0 0 12px #10b98133}@keyframes rainbowShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero{text-align:center;padding:4rem 2rem;position:relative;overflow:hidden;min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(59,130,246,.1) 0%,transparent 70%);pointer-events:none}.hero-content{position:relative;z-index:2;max-width:1000px;margin:0 auto}.hero-title{margin:0 0 1rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1.1;letter-spacing:-.02em;background:var(--bg-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none}.hero-tagline{margin:0 0 2rem;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;color:var(--accent);font-style:italic}.hero-image-wrap{position:relative;display:inline-block;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-xl);margin:2rem 0}.hero-image{display:block;width:clamp(320px,60vw,900px);height:clamp(220px,35vw,400px);max-width:100%;object-fit:cover;border-radius:20px}.hero-image-overlay{position:absolute;inset:0;pointer-events:none;background:linear-gradient(to bottom,#02061700,#02061740,#020617d9)}.hero-description{margin:2rem auto;max-width:800px;color:#ffffffe6;font-size:clamp(1.1rem,2.5vw,1.3rem);line-height:1.6;font-weight:400}.hero-cta{background:var(--bg-secondary);border:none;color:var(--text-white);padding:1rem 2rem;border-radius:50px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease;margin:1rem .5rem;box-shadow:var(--shadow-lg);display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.hero-cta:hover{background:var(--secondary-dark);transform:translateY(-2px) scale(1.05);box-shadow:var(--shadow-xl)}.hero .hero-cta,.hero .nav-btn.consult{margin-bottom:0rem}.hero-cta.secondary{background:transparent;border:2px solid var(--accent);color:var(--accent)}.hero-cta.secondary:hover{background:var(--accent);color:var(--text-primary)}.btn,.nav-btn,.hero-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;border-radius:var(--radius-full);line-height:1;min-height:44px;padding:.875rem 1.5rem;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;will-change:transform}.btn:hover,.nav-btn:hover,.hero-cta:hover{transform:translateY(-2px) scale(1.02)}.btn:active,.nav-btn:active,.hero-cta:active{transform:translateY(0) scale(.98)}.btn:focus-visible,.nav-btn:focus-visible,.hero-cta:focus-visible{outline:2px solid #ffffff;outline-offset:3px;box-shadow:var(--shadow-glow)}.nav-btn:not(.consult){border:2px solid var(--primary);background:transparent;color:var(--text-white)}.hero-cta{border:none;background:var(--bg-secondary);color:var(--text-white);transition:transform var(--duration-2) ease,background-color var(--duration-2) ease,box-shadow var(--duration-2) ease}.nav-btn.consult{background:var(--bg-rainbow);background-size:140% 140%;border:none;color:var(--text-white);box-shadow:var(--shadow-md);position:relative;overflow:hidden;transition:transform var(--duration-2) ease,box-shadow var(--duration-2) ease,background-position 30s ease-in-out}.nav-btn.consult:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 6px 18px #3b82f640,0 0 12px #10b98133}.section{padding:4rem 0;position:relative;overflow:hidden;isolation:isolate}.hero+.section{padding-top:1.5rem}.section.light{background:var(--surface-gray-50);color:var(--text-primary)}.section.dark{background:linear-gradient(135deg,#1e293b,#334155);color:var(--text-white)}.section.services{background:var(--surface-white);color:var(--text-primary)}.section-title{margin:0 0 3rem;text-align:center;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.2;letter-spacing:-.02em}.section-title.gradient{background:var(--bg-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.section-subtitle{text-align:center;font-size:clamp(1.1rem,2.5vw,1.3rem);color:var(--text-secondary);max-width:800px;margin:0 auto 3rem;line-height:1.6}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:0;margin:2rem 0}.card{background:var(--surface-glass);border-radius:20px;padding:2rem;box-shadow:var(--shadow-lg);transition:transform var(--duration-2) ease,box-shadow var(--duration-2) ease,border-color var(--duration-2) ease;border:1px solid rgba(59,130,246,.1);position:relative;overflow:hidden}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--bg-primary)}.card:hover{transform:translateY(-8px) scale(1.02);box-shadow:var(--shadow-xl),0 0 20px #3b82f633;border-color:var(--primary)}.card{transition:all .3s ease}.card h3{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:var(--text-primary)}.card p{margin:0 0 1rem;color:var(--text-secondary);line-height:1.6;font-size:1.1rem}.card ul{margin:0;padding-left:0;list-style:none}.card ul li{padding:.5rem 0;color:var(--text-secondary);display:flex;align-items:center}.card ul li:before{content:"✓";color:var(--secondary);font-weight:700;margin-right:.5rem}.pricing-card{color:#fff;border-radius:14px;padding:20px;text-align:center;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.pricing-card.free{background:linear-gradient(135deg,#38bdf8,#3b82f6)}.pricing-card.intro{background:linear-gradient(135deg,#8b5cf6,#6366f1)}.pricing-card.premium{background:linear-gradient(135deg,#f43f5e,#ec4899)}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000040}.pricing-card h3{color:#fff}.cta-button{background:#ffffff26;border:none;padding:10px 16px;border-radius:999px;color:#fff;font-weight:700;margin-top:10px;cursor:pointer}.cta-button:hover{background:#ffffff4d}.footer{background:#0f172af2;color:var(--text-white);text-align:center;padding:2rem;margin-top:auto;border-top:1px solid rgba(59,130,246,.2)}.animate-in{animation:fadeInUp .6s ease-out}@media (hover: none){.nav-btn:hover,.hero-cta:hover{transform:none;box-shadow:inherit}.nav-btn.consult:hover:before{transform:translate(-100%)}}@container (min-width: 700px){.cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (min-width: 1000px){.cards-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 768px){.header .container{flex-direction:column;gap:1rem;padding:1rem}.nav{width:100%;justify-content:center}.nav-btn.consult{width:100%;max-width:250px;font-size:1.05rem;padding:.9rem 1.8rem;margin-top:.5rem}.hero{padding:2rem 1rem;min-height:60vh}.hero-image{width:100%;height:300px}.cards-grid{grid-template-columns:1fr;gap:1.5rem}.section{padding:2rem 0}.container{padding:0 1rem}}@media (max-width: 480px){.nav-btn{padding:.5rem 1rem;font-size:.9rem}.nav-btn.consult{font-size:1rem;padding:.8rem 1.5rem;min-width:160px}.hero-cta{padding:.8rem 1.5rem;font-size:1.1rem;margin:.5rem}.card{padding:1.5rem}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.nav-btn.consult{animation:none!important}.nav-btn:hover,.hero-cta:hover{transform:none!important}}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;line-height:1.6;color:#1a202c;background:linear-gradient(135deg,#0f172a,#1e293b 25%,#334155 75%,#475569);min-height:100vh;overflow-x:hidden}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 20px}.skip-link{position:absolute;top:-40px;left:0;background:var(--primary, #3b82f6);color:#fff;padding:.5rem 1rem;border-radius:0 0 8px;text-decoration:none;font-weight:600;z-index:10000;transition:top .2s ease}.skip-link:focus{top:0;outline:3px solid var(--accent, #f59e0b);outline-offset:2px}.header{background:#0f172af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 4px 30px #0000004d;position:sticky;top:0;z-index:1000;transition:background-color .25s ease,box-shadow .25s ease,border-color .25s ease;width:100%;border-bottom:1px solid rgba(99,102,241,.3)}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;width:100%;max-width:none;margin:0;min-height:80px}.logo{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;background:linear-gradient(135deg,#f093fb,#667eea);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0;animation:slideInLeft 1s ease-out;flex-shrink:0;text-shadow:none}.nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;flex:1;margin-left:2rem}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes priceButtonPulse{0%,to{box-shadow:0 8px 25px #f093fb66}50%{box-shadow:0 12px 35px #f093fbb3}}.main{flex:1;padding:0 0 2rem;width:100%;display:flex;flex-direction:column}.section{animation:fadeInUp .8s ease-out;width:100%;display:flex;flex-direction:column;align-items:center}.section .container{width:100%;display:flex;flex-direction:column;align-items:center}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:4rem;width:100%}.hero-title{font-size:clamp(2rem,5vw,3.5rem);color:#fff;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);animation:slideInDown 1s ease-out;text-align:center}.hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.4rem);color:#ffffffe6;max-width:600px;margin:0 auto;animation:fadeIn 1.5s ease-out;text-align:center;line-height:1.6}.stats-section{background:#fffffff2;border-radius:20px;padding:clamp(2rem,4vw,3rem);margin:3rem 0;box-shadow:0 10px 30px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;display:flex;flex-direction:column;align-items:center}.stats-section h3{text-align:center;font-size:clamp(1.8rem,4vw,2.5rem);color:#2d3748;margin-bottom:2rem}.stats-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin:2rem 0;width:100%}.stat-card{background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);color:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 8px 25px #6366f14d;transition:all .3s ease;animation:popIn .6s ease-out,statGlow 4s ease-in-out infinite;flex:1;min-width:250px;max-width:300px;display:flex;flex-direction:column;justify-content:center;align-items:center}.stat-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0003}.stat-number{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.stat-label{font-size:clamp(1rem,2vw,1.2rem);opacity:.9;text-align:center}.stats-note{text-align:center;font-style:italic;color:#666;margin-top:2rem;font-size:clamp(.9rem,1.5vw,1rem)}.quick-links{margin:4rem 0;width:100%;display:flex;flex-direction:column;align-items:center}.quick-links h3{text-align:center;font-size:clamp(2rem,4vw,2.5rem);color:#fff;margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.links-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;width:100%}.link-card{background:#fffffff2;padding:2rem;border-radius:15px;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 20px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex:1;min-width:280px;max-width:350px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.link-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 15px 40px #0003}.card-icon{font-size:clamp(2.5rem,5vw,3rem);margin-bottom:1rem;animation:bounce 2s infinite}.link-card h4{font-size:clamp(1.3rem,2.5vw,1.5rem);color:#2d3748;margin:1rem 0 .5rem}.link-card p{color:#666;font-size:clamp(1rem,1.8vw,1.1rem);line-height:1.5}.scam-categories,.content-grid,.tech-topics,.privacy-content{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin:2rem 0;width:100%}.scam-card,.content-card,.tech-card,.privacy-card{background:#fffffff2;padding:2rem;border-radius:15px;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;animation:slideInUp .8s ease-out;flex:1;min-width:300px;max-width:400px;display:flex;flex-direction:column}.scam-card:hover,.content-card:hover,.tech-card:hover,.privacy-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.scam-card h3,.content-card h3,.tech-card h3,.privacy-card h3{color:#2d3748;font-size:clamp(1.3rem,2.2vw,1.5rem);margin-bottom:1rem;text-align:center}.scam-card ul,.privacy-card ul{list-style:none;padding:0;margin:0;flex:1}.scam-card li,.privacy-card li{padding:.75rem 0;border-bottom:1px solid #eee;color:#555;font-size:clamp(1rem,1.5vw,1.1rem);display:flex;align-items:center}.scam-card li:last-child,.privacy-card li:last-child{border-bottom:none}.content-card p,.tech-card p{font-size:clamp(1rem,1.5vw,1.1rem);color:#666;line-height:1.6;flex:1}.section h2{text-align:center;font-size:3rem;color:#fff;margin-bottom:3rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);animation:slideInDown .8s ease-out}.footer{background:#000c;color:#fff;text-align:center;padding:2rem 0;margin-top:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes statGlow{0%,to{box-shadow:0 8px 25px #6366f14d}50%{box-shadow:0 12px 35px #6366f180}}@media (min-width: 1400px){.header .container{padding:1.5rem 4rem}.nav{gap:1.5rem}.pricing-nav-btn{min-width:400px;font-size:1.2rem}}@media (max-width: 1200px){.nav{gap:.8rem}.nav-btn{padding:.7rem 1.3rem;font-size:.95rem}.pricing-nav-btn{min-width:320px;font-size:1.05rem}}@media (max-width: 1024px){.header .container{padding:1.2rem 1.5rem}.nav{gap:.7rem;margin-left:1rem}.pricing-nav-btn{min-width:300px}}@media (max-width: 768px){.header .container{flex-direction:column;gap:1.5rem;padding:1.5rem}.nav{justify-content:center;margin-left:0;width:100%;gap:.8rem}.pricing-nav-btn{width:100%;min-width:unset;max-width:400px;font-size:1rem;padding:1rem 1.5rem}.stats-grid,.links-grid,.scam-categories,.content-grid,.tech-topics,.privacy-content{flex-direction:column;align-items:center}.stat-card,.link-card,.scam-card,.content-card,.tech-card,.privacy-card{width:100%;max-width:500px}.pricing-grid{flex-direction:column;align-items:center}.intro-tier{transform:scale(1);order:1}.free-tier{order:2}.premium-tier{order:3}}@media (max-width: 480px){.header .container{padding:1rem;gap:1rem}.nav{gap:.5rem}.nav-btn{font-size:.8rem;padding:.5rem .8rem;min-width:100px}.pricing-nav-btn{font-size:.9rem;padding:.8rem 1rem}.container{padding:0 1rem}.hero{padding:1.5rem 0}.stats-section{padding:1.5rem 1rem;margin:2rem 0}.stat-card,.link-card,.scam-card,.content-card,.tech-card,.privacy-card{padding:1.5rem;margin:0}.pricing-card{padding:2rem 1.5rem;width:100%;max-width:none}.amount{font-size:2.5rem}.guarantee-card{padding:1.5rem}}@media (max-width: 360px){.header .container{padding:.8rem}.nav-btn{font-size:.75rem;padding:.4rem .6rem;min-width:80px}.pricing-nav-btn{font-size:.8rem;padding:.7rem .8rem}.container{padding:0 .8rem}}@media (prefers-contrast: high){.app{background:#000;color:#fff}.header{background:#fff;color:#000}.nav-btn{border-color:#000;color:#000}.nav-btn:hover,.nav-btn.active{background:#000;color:#fff}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.nav-btn:focus-visible,.link-card:focus-visible{outline:2px solid #ffffff;outline-offset:3px}.back-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.8rem 1.5rem;border-radius:50px;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:2rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.back-btn:hover{background:#667eeacc;transform:translateY(-2px);box-shadow:0 8px 25px #667eea66;border-color:#667eea80}.section{position:relative;z-index:1;will-change:transform}.home-section{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;z-index:10}.section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(99,102,241,.1) 0%,transparent 70%);pointer-events:none;z-index:-1;opacity:.5}.scams-section:before{background:radial-gradient(circle at center,rgba(236,72,153,.1) 0%,transparent 70%)}.censorship-section:before{background:radial-gradient(circle at center,rgba(139,92,246,.1) 0%,transparent 70%)}.technology-section:before{background:radial-gradient(circle at center,rgba(34,197,94,.1) 0%,transparent 70%)}.privacy-section:before{background:radial-gradient(circle at center,rgba(249,115,22,.1) 0%,transparent 70%)}.pricing-section{padding:4rem 0;width:100%;display:flex;flex-direction:column;align-items:center;min-height:100vh}.pricing-hero{text-align:center;margin-bottom:4rem;display:flex;flex-direction:column;align-items:center;width:100%}.pricing-hero h2{font-size:clamp(2.5rem,5vw,3.5rem);color:#fff;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.pricing-subtitle{font-size:clamp(1.2rem,2.5vw,1.4rem);color:#ffffffe6;max-width:600px;margin:0 auto;text-align:center;line-height:1.6}.pricing-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin:3rem 0;width:100%;align-items:stretch}.pricing-card{background:#fffffff2;border-radius:20px;padding:2.5rem;position:relative;transition:all .4s ease;box-shadow:0 10px 30px #0000001a;animation:slideInUp .8s ease-out;flex:1;min-width:300px;max-width:400px;display:flex;flex-direction:column;justify-content:space-between}.pricing-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 50px #0003}.free-tier{border:2px solid #e2e8f0}.intro-tier{border:3px solid #6366f1;transform:scale(1.05)}.premium-tier{border:3px solid #ec4899;background:linear-gradient(135deg,#ec48991a,#6366f11a)}.tier-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:#667eea;color:#fff;padding:.5rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:700;box-shadow:0 4px 15px #667eea4d}.premium-badge{background:linear-gradient(135deg,#f093fb,#f5658b)}.tier-header{text-align:center;margin-bottom:2rem}.tier-header h3{font-size:1.8rem;color:#2d3748;margin-bottom:1rem}.price{display:flex;align-items:baseline;justify-content:center;gap:.2rem}.currency{font-size:1.5rem;color:#666}.amount{font-size:4rem;font-weight:700;color:#2d3748}.period{font-size:1.2rem;color:#666}.tier-features{margin:2rem 0}.tier-features h4{color:#4a5568;margin-bottom:1rem;font-size:1.2rem}.tier-features ul{list-style:none;padding:0;margin:0}.tier-features li{padding:.75rem 0;border-bottom:1px solid #e2e8f0;font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.tier-features li:last-child{border-bottom:none}.cta-button{width:100%;padding:1rem 2rem;border:none;border-radius:50px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin:1rem 0}.free-cta{background:#e2e8f0;color:#4a5568}.free-cta:hover{background:#cbd5e0;transform:translateY(-2px)}.intro-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 8px 25px #667eea4d}.intro-cta:hover{transform:translateY(-3px);box-shadow:0 12px 35px #667eea66}.premium-cta{background:linear-gradient(135deg,#f093fb,#f5658b);color:#fff;box-shadow:0 8px 25px #f093fb4d}.premium-cta:hover{transform:translateY(-3px);box-shadow:0 12px 35px #f093fb66}.savings-note{text-align:center;font-size:1rem;color:#10b981;font-weight:700;margin-top:1rem;padding:.5rem;background:#10b9811a;border-radius:10px}.value-section{margin:4rem 0;width:100%;display:flex;flex-direction:column;align-items:center}.value-section h3{font-size:clamp(2rem,4vw,2.5rem);color:#fff;margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);text-align:center}.value-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;width:100%}.value-card{background:#fffffff2;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;flex:1;min-width:280px;max-width:350px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.value-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.value-icon{font-size:clamp(2.5rem,4vw,3rem);margin-bottom:1rem}.value-card h4{color:#2d3748;font-size:clamp(1.2rem,2vw,1.4rem);margin:1rem 0;text-align:center}.value-card p{color:#666;font-size:clamp(1rem,1.5vw,1.1rem);line-height:1.6;text-align:center;flex:1}.guarantee-section{margin:4rem 0;display:flex;justify-content:center;align-items:center;width:100%}.guarantee-card{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:clamp(2rem,4vw,3rem);border-radius:20px;text-align:center;box-shadow:0 10px 30px #10b9814d;max-width:600px;width:100%;animation:pulseGlow 3s ease-in-out infinite;display:flex;flex-direction:column;align-items:center}.guarantee-card h3{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:1rem}.guarantee-card p{font-size:clamp(1rem,2vw,1.2rem);margin-bottom:2rem;opacity:.95;line-height:1.6}.guarantee-features{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;align-items:center}.guarantee-features span{background:#fff3;padding:.5rem 1rem;border-radius:25px;font-size:clamp(.9rem,1.5vw,1rem);white-space:nowrap}@keyframes pulseGlow{0%,to{box-shadow:0 10px 30px #10b9814d}50%{box-shadow:0 10px 30px #10b98199}}@media (max-width: 768px){.pricing-grid{grid-template-columns:1fr}.intro-tier{transform:scale(1)}.pricing-hero h2{font-size:2.5rem}.guarantee-features{flex-direction:column;align-items:center;gap:1rem}.value-grid{grid-template-columns:1fr}}@media (max-width: 480px){.pricing-card{padding:2rem 1.5rem}.amount{font-size:3rem}.guarantee-card{padding:2rem}}.modal-backdrop{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease-out}.modal-card{background:var(--surface, #fff);color:var(--text, #111);border-radius:12px;padding:1.25rem;max-width:420px;width:100%;box-shadow:0 10px 30px #00000040;animation:slideInUp .3s ease-out}.modal-card h3{margin-top:0;margin-bottom:.5rem;color:#2d3748}.modal-card p{margin:0;color:#4a5568}.modal-card a{font-weight:700;color:#3b82f6;text-decoration:none}.modal-card a:hover{text-decoration:underline}.modal-actions{display:flex;gap:8px;justify-content:center;margin-top:12px}.modal-actions a{text-decoration:none}@media print{.header,.footer{display:none}.main{background:#fff;color:#000}}:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #06b6d4;--secondary-dark: #0891b2;--accent: #f97316;--accent-dark: #ea580c;--bg-hero: linear-gradient(135deg, #0e1a32 0%, #1a2742 30%, #223a6b 70%, #3b5fb3 100%);--bg-rainbow: linear-gradient(135deg, #6366f1 0%, #22d3ee 50%, #10b981 100%);--bg-rainbow-hover: linear-gradient(135deg, #4f46e5 0%, #06b6d4 50%, #059669 100%);--text-primary: #e5e7eb;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--surface-glass: rgba(255,255,255,.08);--shadow-glow: 0 0 28px rgb(99 102 241 / .45)}body,#root,.app{color:var(--text-primary);background:var(--bg-hero)}.section-title{font-weight:900;letter-spacing:-.02em;color:var(--text-white)}.section-subtitle{color:var(--text-secondary)}.hero-title{font-weight:900;letter-spacing:-.03em}.hero-tagline{color:var(--accent);opacity:.95}.header{background:#020617d9;border-bottom:1px solid rgba(99,102,241,.35);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.nav-btn,.hero-cta{border-radius:9999px;min-height:44px;padding:.875rem 1.5rem;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease,border-color .25s ease}.nav-btn:not(.consult){border:2px solid rgba(255,255,255,.22);color:var(--text-white)}.nav-btn:not(.consult):hover{background:#ffffff14;border-color:#fff}.nav-btn.consult{background:var(--bg-rainbow);border:none;box-shadow:var(--shadow-md);position:relative;overflow:hidden}.nav-btn.consult:before{border-radius:inherit}.nav-btn.consult:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 10px 30px #6366f159}.hero-cta{background:var(--bg-secondary);border:none;box-shadow:var(--shadow-lg)}.hero-cta:hover{background:var(--secondary-dark);transform:translateY(-2px) scale(1.03)}.section{padding:3rem 0}.hero{padding-bottom:1rem!important}.hero+.section{padding-top:1.5rem!important}.card{background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid rgba(148,163,184,.18);box-shadow:var(--shadow-md)}.card:hover{box-shadow:var(--shadow-xl),0 0 30px #6366f140}.card h3{color:var(--text-white)}.card p,.card li{color:var(--text-secondary)}.footer{background:#020617e6;border-top:1px solid rgba(99,102,241,.25)}.nav-btn:focus-visible,.hero-cta:focus-visible,.card:focus-visible{outline:2px solid #ffffff;outline-offset:3px;box-shadow:0 0 0 6px #ffffff14}.section{padding:var(--space-7) 0}.cards-grid,.stats-grid{gap:var(--space-5)}.hero{padding-bottom:var(--space-2)!important}.hero+.section{padding-top:var(--space-5)!important}.back-btn{transition:transform var(--duration-2) ease,background-color var(--duration-2) ease,box-shadow var(--duration-2) ease,border-color var(--duration-2) ease}.pricing-card{transition:transform var(--duration-2) ease,box-shadow var(--duration-2) ease,border-color var(--duration-2) ease}.hero-image,.card,.link-card,.pricing-card{border-radius:var(--radius-lg)}@media (prefers-color-scheme: light){:root{--text-primary: #111827;--text-secondary: #374151;--text-muted: #4b5563;--surface-white: #ffffff;--surface-gray-50: #f9fafb;--surface-glass: rgba(17,24,39,.05);--shadow-glow: 0 0 28px rgb(99 102 241 / .25)}body,#root,.app{color:var(--text-primary);background:linear-gradient(180deg,#f8fafc,#eef2ff)}.header{background:#ffffffd9;border-bottom-color:#6366f140;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.card{background:linear-gradient(180deg,#11182705,#1118270d);border-color:#11182714}.card h3{color:#111827}.card p,.card li{color:#374151}.nav-btn:not(.consult):hover{background:#1118270d}}
