.hero{text-align:center;z-index:1;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:7rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-glow{filter:blur(100px);pointer-events:none;background:radial-gradient(circle,#489fb51f,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.hero-glow-2{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#fd79a80f,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:60%;left:70%}.hero-content{z-index:1;max-width:900px;position:relative}.hero-badge{background:var(--surface);border:1px solid var(--glass-border);letter-spacing:1.5px;text-transform:uppercase;color:var(--primary-light);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.45rem 1.2rem;font-size:.78rem;font-weight:600;display:inline-flex}.hero-badge .live-dot{background:#00cec9;border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulse}.hero h1{font-family:var(--font-display);margin-bottom:1.2rem;font-size:clamp(2.8rem,7vw,5.2rem);font-weight:900;line-height:1.08}.hero .tagline{color:var(--text-muted);max-width:560px;margin:0 auto 2.5rem;font-size:clamp(1.05rem,2.5vw,1.3rem);font-weight:300;line-height:1.7}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}.store-btn{border:1px solid var(--glass-border);border-radius:14px;align-items:center;gap:.7rem;padding:.85rem 1.8rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.store-btn.primary{background:var(--primary);color:#fff;border-color:var(--primary)}.store-btn.primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 12px 40px #489fb54d}.store-btn.outline{color:var(--text);border-color:var(--glass-border);background:0 0}.store-btn.outline:hover{border-color:var(--primary);color:var(--primary-light);background:#489fb50f}.store-btn svg{width:22px;height:22px}.hero-sub{color:var(--text-dim);margin-bottom:3rem;font-size:.82rem}.trust-bar{border-top:1px solid var(--glass-border);flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:2rem;padding-top:2rem;display:flex}.trust-item{text-align:center}.trust-num{font-family:var(--font-display);background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:800}.trust-label{color:var(--text-dim);margin-top:.15rem;font-size:.78rem}.phone{background:var(--bg2);border:3px solid #ffffff1f;border-radius:36px;width:260px;height:520px;position:relative;overflow:hidden;box-shadow:0 40px 80px #00000080,inset 0 0 0 1px #ffffff0d}.phone:before{content:"";background:var(--bg);z-index:2;border-radius:0 0 16px 16px;width:100px;height:24px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-screen{flex-direction:column;width:100%;height:100%;padding:30px 14px 14px;display:flex;overflow:hidden}.phone-status{color:var(--text-dim);justify-content:space-between;margin-bottom:6px;padding:0 4px 6px;font-size:.6rem;display:flex}.showcase-section{padding-bottom:4rem}.showcase-grid{flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:2.5rem;margin-top:4rem;display:flex}.showcase-item{text-align:center}.showcase-item .phone{transition:transform .4s}.showcase-item:hover .phone{transform:translateY(-8px)}.showcase-item.center .phone{width:270px;height:560px}.showcase-label{font-family:var(--font-display);color:var(--text-muted);margin-top:1.2rem;font-size:.9rem;font-weight:600}.screen-feed{flex-direction:column;flex:1;gap:8px;display:flex}.feed-card{background:#ffffff0f;border:1px solid #ffffff0f;border-radius:12px;padding:10px}.feed-header{align-items:center;gap:6px;margin-bottom:6px;display:flex}.feed-avatar{background:var(--gradient);border-radius:50%;width:24px;height:24px}.feed-name{font-size:.65rem;font-weight:600}.feed-time{color:var(--text-dim);margin-left:auto;font-size:.55rem}.feed-cover{aspect-ratio:1;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-bottom:6px;display:flex}.feed-cover.music{background:linear-gradient(135deg,#667eea,#764ba2)}.feed-cover.book{background:linear-gradient(135deg,#f093fb,#f5576c)}.feed-emoji{font-size:2rem}.feed-title{font-size:.7rem;font-weight:700}.feed-desc{color:var(--text-muted);margin-top:2px;font-size:.6rem}.feed-stars{color:gold;margin-top:3px;font-size:.6rem}.feed-actions{color:var(--text-dim);gap:10px;margin-top:6px;font-size:.6rem;display:flex}.screen-chat{flex-direction:column;flex:1;display:flex}.chat-header-sim{border-bottom:1px solid #ffffff0f;align-items:center;gap:8px;margin-bottom:8px;padding-bottom:8px;display:flex}.chat-av{background:linear-gradient(135deg,var(--accent),var(--primary));border-radius:50%;width:28px;height:28px}.chat-name-sim{font-size:.72rem;font-weight:600}.chat-e2e{color:var(--accent);align-items:center;gap:3px;font-size:.5rem;display:flex}.chat-messages{flex-direction:column;flex:1;justify-content:flex-end;gap:6px;display:flex}.chat-bubble{border-radius:12px;max-width:75%;padding:8px 10px;font-size:.62rem;line-height:1.5}.chat-bubble.sent{background:var(--primary);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.chat-bubble.recv{background:#ffffff14;border-bottom-left-radius:4px;align-self:flex-start}.chat-encrypt{text-align:center;color:var(--text-dim);justify-content:center;align-items:center;gap:3px;margin-top:6px;font-size:.5rem;display:flex}.chat-input-sim{background:#ffffff0f;border:1px solid #ffffff0f;border-radius:20px;align-items:center;gap:6px;margin-top:8px;padding:6px 8px;display:flex}.chat-input-ph{color:var(--text-dim);flex:1;font-size:.6rem}.chat-send-sim{background:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.6rem;display:flex}.screen-profile{flex-direction:column;flex:1;align-items:center;display:flex}.profile-av{background:var(--gradient);border:2px solid var(--primary);border-radius:50%;width:56px;height:56px;margin-bottom:8px}.profile-nm{margin-bottom:2px;font-size:.8rem;font-weight:700}.profile-un{color:var(--text-dim);margin-bottom:8px;font-size:.6rem}.profile-stats-sim{gap:16px;margin-bottom:10px;display:flex}.profile-stat-sim{text-align:center}.profile-stat-sim .n{font-size:.75rem;font-weight:700}.profile-stat-sim .l{color:var(--text-dim);font-size:.52rem}.profile-tabs{border-bottom:1px solid #ffffff14;width:100%;margin-bottom:8px;display:flex}.profile-tab{text-align:center;color:var(--text-dim);border-bottom:2px solid #0000;flex:1;padding:6px 0;font-size:.6rem;font-weight:600}.profile-tab.active{color:var(--primary-light);border-color:var(--primary)}.profile-grid{grid-template-columns:1fr 1fr 1fr;gap:4px;width:100%;display:grid}.profile-grid-item{aspect-ratio:1;border-radius:6px}.profile-grid-item:first-child{background:linear-gradient(135deg,#667eea,#764ba2)}.profile-grid-item:nth-child(2){background:linear-gradient(135deg,#f093fb,#f5576c)}.profile-grid-item:nth-child(3){background:linear-gradient(135deg,#4facfe,#00f2fe)}.profile-grid-item:nth-child(4){background:linear-gradient(135deg,#43e97b,#38f9d7)}.profile-grid-item:nth-child(5){background:linear-gradient(135deg,#fa709a,#fee140)}.profile-grid-item:nth-child(6){background:linear-gradient(135deg,#a18cd1,#fbc2eb)}.feature-deep{padding:5rem 2rem}.feature-deep:nth-child(2n){background:linear-gradient(#0000,#489fb505,#0000)}.feature-row{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.feature-row.reverse{direction:rtl}.feature-row.reverse>*{direction:ltr}.feature-visual{justify-content:center;display:flex}.feature-info{flex-direction:column;gap:1rem;display:flex}.feature-info .section-badge{width:fit-content}.feature-info h3{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1.2}.feature-info p{color:var(--text-muted);font-size:.95rem;line-height:1.8}.feature-tags{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.feature-tag{color:var(--primary-light);background:#489fb514;border:1px solid #489fb51f;border-radius:8px;padding:.3rem .8rem;font-size:.72rem;font-weight:600}.feature-list{flex-direction:column;gap:.6rem;margin-top:.5rem;display:flex}.feature-list-item{align-items:center;gap:.6rem;font-size:.9rem;font-weight:500;display:flex}.feature-list-item .check{color:var(--accent);font-weight:700}.visual-card{background:var(--glass);border:1px solid var(--glass-border);border-radius:20px;max-width:380px;padding:2rem;position:relative;overflow:hidden}.visual-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#489fb514,#0000);border-radius:50%;width:200px;height:200px;position:absolute;top:-50%;right:-50%}.visual-card.pink:before{background:radial-gradient(circle,#fd79a814,#0000)}.demo-activity{flex-direction:column;gap:12px;display:flex}.demo-act-card{background:#ffffff0a;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:12px;padding:12px;transition:all .3s;display:flex}.demo-act-card:hover{background:#ffffff14;border-color:#489fb533}.demo-act-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.demo-act-icon.music{background:linear-gradient(135deg,#667eea4d,#764ba24d)}.demo-act-icon.book{background:linear-gradient(135deg,#f093fb4d,#f5576c4d)}.demo-act-icon.film{background:linear-gradient(135deg,#4facfe4d,#00f2fe4d)}.demo-act-icon.game{background:linear-gradient(135deg,#43e97b4d,#38f9d74d)}.demo-act-info{flex:1}.demo-act-info h4{font-size:.85rem;font-weight:700}.demo-act-info span{color:var(--text-muted);font-size:.7rem}.demo-act-stars{color:gold;white-space:nowrap;font-size:.7rem}.stats-section{background:var(--bg2);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);padding:4rem 2rem}.stats-grid{flex-wrap:wrap;justify-content:center;gap:2rem;max-width:900px;margin:0 auto;display:flex}.stats-item{text-align:center;flex:1;min-width:140px}.stats-num{font-family:var(--font-display);background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,2.8rem);font-weight:900}.stats-label{color:var(--text-muted);margin-top:.3rem;font-size:.82rem}.security-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.sec-card{background:var(--glass);border:1px solid var(--glass-border);border-radius:18px;padding:1.8rem;transition:all .4s;position:relative;overflow:hidden}.sec-card:hover{background:#ffffff12;border-color:#00cec933;transform:translateY(-3px)}.sec-card:before{content:"";background:linear-gradient(90deg,var(--accent),var(--primary));opacity:0;height:2px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.sec-card:hover:before{opacity:1}.sec-icon{background:#00cec91a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;font-size:1.2rem;display:flex}.sec-card h4{font-family:var(--font-display);margin-bottom:.4rem;font-size:1rem;font-weight:700}.sec-card p{color:var(--text-muted);font-size:.85rem;line-height:1.7}.business-section{background:linear-gradient(#0000,#fd79a805,#0000)}.biz-features{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem;margin-top:2.5rem;display:grid}.biz-card{background:var(--glass);border:1px solid var(--glass-border);text-align:center;border-radius:16px;padding:1.5rem;transition:all .4s}.biz-card:hover{border-color:#fd79a833;transform:translateY(-3px)}.biz-emoji{margin-bottom:.8rem;font-size:2rem;display:block}.biz-card h4{font-family:var(--font-display);margin-bottom:.3rem;font-size:.95rem;font-weight:700}.biz-card p{color:var(--text-muted);font-size:.8rem;line-height:1.6}.national-card{background:linear-gradient(135deg,#489fb50f,#fd79a80a);border:1px solid #489fb51f;border-radius:24px;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-top:3rem;padding:3.5rem;display:grid;position:relative;overflow:hidden}.national-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#fd79a80f,#0000);border-radius:50%;width:400px;height:400px;position:absolute;top:-50%;right:-20%}.national-content h3{font-family:var(--font-display);margin-bottom:1rem;font-size:1.8rem;font-weight:800}.national-content p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.8}.national-points{flex-direction:column;gap:1rem;display:flex}.national-point{align-items:center;gap:.8rem;font-size:.92rem;font-weight:500;display:flex}.np-icon{background:#fd79a814;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;display:flex}.national-flag{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.flag-large{filter:drop-shadow(0 0 40px #fd79a826);font-size:5rem}.flag-text{font-family:var(--font-display);background:var(--gradient-r);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:700}.testimonials-section{background:var(--bg2);padding:7rem 2rem}.testimonial-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1.5rem;padding:1rem 0 2rem;display:flex;overflow-x:auto}.testimonial-track::-webkit-scrollbar{display:none}.testimonial-card{scroll-snap-align:start;background:var(--glass);border:1px solid var(--glass-border);border-radius:18px;flex-shrink:0;width:340px;padding:1.8rem;transition:all .4s}.testimonial-card:hover{border-color:#489fb533}.tc-stars{margin-bottom:.8rem;font-size:.85rem}.tc-text{color:var(--text-muted);margin-bottom:1.2rem;font-size:.9rem;font-style:italic;line-height:1.7}.tc-author{align-items:center;gap:.8rem;display:flex}.tc-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;display:flex}.tc-avatar.a{background:linear-gradient(135deg,#667eea,#764ba2)}.tc-avatar.b{background:linear-gradient(135deg,#f093fb,#f5576c)}.tc-avatar.c{background:linear-gradient(135deg,#43e97b,#38f9d7)}.tc-avatar.d{background:linear-gradient(135deg,#4facfe,#00f2fe)}.tc-avatar.e{background:linear-gradient(135deg,#fa709a,#fee140)}.tc-avatar.f{background:linear-gradient(135deg,#a18cd1,#fbc2eb)}.tc-name{font-size:.85rem;font-weight:600}.tc-role{color:var(--text-dim);font-size:.72rem}.faq-list{flex-direction:column;gap:.8rem;max-width:700px;margin:2.5rem auto 0;display:flex}.faq-item{background:var(--glass);border:1px solid var(--glass-border);border-radius:14px;transition:all .3s;overflow:hidden}.faq-item.open{border-color:#489fb533}.faq-q{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 1.5rem;font-size:.95rem;font-weight:600;transition:color .2s;display:flex}.faq-q:hover{color:var(--primary-light)}.faq-q .arrow{color:var(--text-dim);flex-shrink:0;font-size:.8rem;transition:transform .3s}.faq-item.open .faq-q .arrow{color:var(--primary);transform:rotate(180deg)}.faq-a{max-height:0;transition:max-height .4s,padding .3s;overflow:hidden}.faq-item.open .faq-a{max-height:300px;padding:0 1.5rem 1.2rem}.faq-a p{color:var(--text-muted);font-size:.88rem;line-height:1.7}.faq-a a{color:var(--primary-light);text-decoration:underline}.final-cta{text-align:center;padding:8rem 2rem;position:relative;overflow:hidden}.final-cta-bg{pointer-events:none;background:linear-gradient(#0000,#489fb50f,#489fb508,#0000);position:absolute;inset:0}.final-glow{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#489fb51a,#0000 70%);border-radius:50%;width:600px;height:300px;position:absolute;bottom:-100px;left:50%;transform:translate(-50%)}.final-cta h2{font-family:var(--font-display);margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:900}.final-cta .tagline{color:var(--text-muted);max-width:500px;margin:0 auto 2.5rem;font-size:1.1rem;font-weight:300}.final-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width<=768px){.feature-row,.feature-row.reverse{text-align:center;direction:ltr;grid-template-columns:1fr}.feature-tags,.feature-list{justify-content:center;align-items:center}.showcase-grid{flex-direction:column;align-items:center}.showcase-item.center .phone{width:260px;height:520px}.trust-bar{gap:2rem}.national-card{text-align:center;grid-template-columns:1fr;padding:2rem}.national-points{align-items:center}}.rehber-hero{text-align:center;padding:8rem 2rem 4rem;position:relative;overflow:hidden}.rehber-hero .hero-glow{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#489fb51a,#0000 70%);border-radius:50%;width:600px;height:400px;position:absolute;top:20%;left:50%;transform:translate(-50%)}.rehber-hero h1{font-family:var(--font-display);margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.1;position:relative}.rehber-hero p{color:var(--text-muted);max-width:600px;margin:0 auto 2.5rem;font-size:1.1rem;font-weight:300;position:relative}.rehber-hero .hero-badge{letter-spacing:1.5px;text-transform:uppercase;color:var(--primary-light);background:#489fb514;border:1px solid #489fb526;border-radius:100px;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.72rem;font-weight:600;display:inline-flex;position:relative}.quick-nav{flex-wrap:wrap;justify-content:center;gap:.6rem;max-width:700px;margin:0 auto;display:flex;position:relative}.chip{background:var(--glass);border:1px solid var(--glass-border);color:var(--text-muted);cursor:pointer;border-radius:10px;padding:.5rem 1rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .3s}.chip:hover,.chip.active{color:var(--primary-light);background:#489fb51f;border-color:#489fb540}.spec-section{border-top:1px solid var(--glass-border);padding:3rem 0}.spec-section:first-of-type{border-top:none}.spec-header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.spec-icon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.8rem;display:flex}.spec-icon.post{background:linear-gradient(135deg,#667eea33,#764ba233)}.spec-icon.yanki{background:linear-gradient(135deg,#fd79a833,#489fb533)}.spec-icon.story{background:linear-gradient(135deg,#4facfe33,#00f2fe33)}.spec-icon.profile{background:linear-gradient(135deg,#489fb533,#a8d5e233)}.spec-icon.business{background:linear-gradient(135deg,#fd79a833,#fee14033)}.spec-icon.dm{background:linear-gradient(135deg,#00cec933,#489fb533)}.spec-icon.group{background:linear-gradient(135deg,#43e97b33,#38f9d733)}.spec-icon.postchat{background:linear-gradient(135deg,#a18cd133,#fbc2eb33)}.spec-title{font-family:var(--font-display);font-size:1.5rem;font-weight:800}.spec-subtitle{color:var(--text-muted);margin-top:.15rem;font-size:.85rem}.spec-table{border-collapse:collapse;width:100%;margin-bottom:1.5rem}.spec-table th{text-align:left;text-transform:uppercase;letter-spacing:1px;color:var(--text-dim);border-bottom:1px solid var(--glass-border);padding:.8rem 1rem;font-size:.72rem;font-weight:700}.spec-table td{border-bottom:1px solid #ffffff08;padding:.7rem 1rem;font-size:.88rem}.spec-table tr:hover td{background:#ffffff05}.spec-table .val{color:var(--primary-light);font-weight:600;font-family:var(--font-display)}.tips-box{background:#489fb50f;border:1px solid #489fb51f;border-radius:14px;margin-top:1rem;padding:1.2rem 1.5rem}.tips-title{text-transform:uppercase;letter-spacing:1px;color:var(--primary-light);align-items:center;gap:.4rem;margin-bottom:.6rem;font-size:.78rem;font-weight:700;display:flex}.tips-list{flex-direction:column;gap:.4rem;display:flex}.tips-list li{color:var(--text-muted);padding-left:1.2rem;font-size:.85rem;line-height:1.6;list-style:none;position:relative}.tips-list li:before{content:"→";color:var(--accent);position:absolute;left:0}.cheat-section{text-align:center;padding:4rem 0}.cheat-title{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.6rem;font-weight:800}.cheat-desc{color:var(--text-muted);margin-bottom:2.5rem;font-size:.9rem}.cheat-grid{flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:2rem;display:flex}.cheat-item{flex-direction:column;align-items:center;gap:.8rem;display:flex}.cheat-box{background:#489fb508;border:2px dashed #489fb540;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative}.cheat-box:hover{border-color:var(--primary);background:#489fb50f}.cheat-box .ratio{font-family:var(--font-display);color:var(--primary-light);font-size:1.1rem;font-weight:800}.cheat-box .px{color:var(--text-dim);margin-top:.2rem;font-size:.65rem}.cheat-box .type-emoji{margin-bottom:.3rem;font-size:1.5rem}.cheat-label{color:var(--text-muted);font-size:.78rem;font-weight:600}@media (width<=600px){.spec-table{font-size:.82rem}.spec-table th,.spec-table td{padding:.5rem .6rem}.cheat-grid{gap:1rem}}.destek-page{max-width:720px;margin:0 auto;padding:7rem 1.5rem 4rem}.progress{align-items:center;gap:0;margin-bottom:2.5rem;display:flex;position:relative}.progress-step{z-index:1;align-items:center;gap:.5rem;display:flex;position:relative}.progress-dot{background:var(--glass);border:2px solid var(--glass-border);width:32px;height:32px;color:var(--text-dim);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;transition:all .4s;display:flex}.progress-dot.active{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 0 20px #489fb54d}.progress-dot.done{border-color:var(--accent);color:var(--accent);background:#00cec926}.progress-label{color:var(--text-dim);white-space:nowrap;font-size:.72rem;font-weight:600;transition:color .3s}.progress-label.active{color:var(--primary-light)}.progress-label.done{color:var(--accent)}.progress-line{background:var(--glass-border);flex:1;height:2px;margin:0 .5rem;transition:background .4s}.progress-line.done{background:var(--accent)}.hero-mini{text-align:center;margin-bottom:2.5rem}.hero-mini h1{font-family:var(--font-display);margin-bottom:.5rem;font-size:clamp(1.5rem,4vw,2.2rem);font-weight:900}.hero-mini h1 .g{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-mini p{color:var(--text-muted);max-width:460px;margin:0 auto;font-size:.95rem}.step-header{margin-bottom:1.5rem}.step-header h2{font-family:var(--font-display);margin-bottom:.3rem;font-size:1.3rem;font-weight:800}.step-header p{color:var(--text-muted);font-size:.88rem}.back-btn{background:var(--glass);border:1px solid var(--glass-border);color:var(--text-muted);cursor:pointer;font-size:.82rem;font-weight:600;font-family:var(--font);border-radius:10px;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.5rem 1rem;transition:all .3s;display:inline-flex}.back-btn:hover{color:#fff;background:#ffffff14}.cat-grid{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.cat-card{background:var(--glass);border:1px solid var(--glass-border);cursor:pointer;border-radius:14px;align-items:flex-start;gap:1rem;padding:1.2rem;transition:all .3s;display:flex}.cat-card:hover{background:#489fb514;border-color:#489fb533;transform:translateY(-2px)}.cat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex}.cat-card h3{margin-bottom:.15rem;font-size:.92rem;font-weight:700}.cat-card p{color:var(--text-muted);font-size:.78rem;line-height:1.4}.sub-list{flex-direction:column;gap:.5rem;display:flex}.sub-item{background:var(--glass);border:1px solid var(--glass-border);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.sub-item:hover{background:#489fb514;border-color:#489fb533}.sub-item:after{content:"→";color:var(--text-dim);transition:color .3s}.sub-item:hover:after{color:var(--primary-light)}.sol-list{flex-direction:column;gap:.7rem;margin-bottom:2rem;display:flex}.sol-card{background:var(--glass);border:1px solid var(--glass-border);border-radius:14px;padding:1.1rem 1.3rem}.sol-card h4{color:var(--primary-light);margin-bottom:.3rem;font-size:.9rem;font-weight:700}.sol-card p{color:var(--text-muted);font-size:.84rem;line-height:1.6}.solved-box{text-align:center;background:var(--surface);border:1px solid var(--glass-border);border-radius:16px;margin-top:1.5rem;padding:2rem}.solved-box h3{margin-bottom:1rem;font-size:1.05rem;font-weight:700}.solved-btns{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.solved-btn{cursor:pointer;font-size:.88rem;font-weight:700;font-family:var(--font);border:none;border-radius:12px;padding:.7rem 1.8rem;transition:all .3s}.solved-btn.yes{color:var(--accent);background:#00cec91f;border:1px solid #00cec933}.solved-btn.yes:hover{background:#00cec933}.solved-btn.no{color:var(--accent2);background:#fd79a814;border:1px solid #fd79a826}.solved-btn.no:hover{background:#fd79a826}.thank-you{text-align:center;padding:3rem 1.5rem}.thank-you .emoji{margin-bottom:1rem;font-size:3.5rem}.thank-you h2{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.6rem;font-weight:800}.thank-you p{color:var(--text-muted);max-width:400px;margin:0 auto 2rem;font-size:.95rem}.thank-btn{background:var(--primary);color:#fff;border-radius:12px;padding:.7rem 2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.thank-btn:hover{background:var(--primary-dark)}.form-group{margin-bottom:1.2rem}.form-label{text-transform:uppercase;letter-spacing:.8px;color:var(--text-dim);margin-bottom:.5rem;font-size:.78rem;font-weight:700;display:block}.form-input{background:var(--glass);border:1px solid var(--glass-border);width:100%;color:var(--text);font-size:.9rem;font-family:var(--font);border-radius:12px;outline:none;padding:.8rem 1rem;transition:all .3s}.form-input:focus{border-color:var(--primary);background:#489fb50f}textarea.form-input{resize:vertical;min-height:150px;line-height:1.6}.char-count{text-align:right;color:var(--text-dim);margin-top:.3rem;font-size:.72rem}.form-info{color:var(--text-muted);background:#489fb50f;border:1px solid #489fb51a;border-radius:10px;margin-bottom:1.5rem;padding:.8rem 1rem;font-size:.8rem;line-height:1.5}.form-info strong{color:var(--primary-light)}.send-btn{background:var(--primary);color:#fff;cursor:pointer;width:100%;font-size:.95rem;font-weight:700;font-family:var(--font);border:none;border-radius:12px;padding:.9rem;transition:all .3s}.send-btn:hover{background:var(--primary-dark)}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=500px){.cat-grid{grid-template-columns:1fr}}.legal-page{max-width:800px;margin:0 auto;padding:7rem 2rem 4rem}.legal-page .hero-mini{text-align:center;margin-bottom:3rem}.legal-page .hero-mini h1{font-family:var(--font-display);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900}.legal-page .hero-mini h1 .g{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.legal-page .hero-mini p{color:var(--text-muted);max-width:500px;margin:0 auto;font-size:.95rem}.legal-page .last-updated{text-align:center;color:var(--text-dim);margin-bottom:2.5rem;font-size:.78rem}.legal-page h2{font-family:var(--font-display);border-bottom:1px solid var(--glass-border);margin:2.5rem 0 .8rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:800}.legal-page h3{font-family:var(--font-display);color:var(--primary-light);margin:1.8rem 0 .5rem;font-size:1.05rem;font-weight:700}.legal-page p{color:var(--text-muted);margin-bottom:.8rem;font-size:.9rem;line-height:1.8}.legal-page ul,.legal-page ol{margin:0 0 1rem 1.5rem}.legal-page li{color:var(--text-muted);margin-bottom:.4rem;font-size:.88rem;line-height:1.7}.legal-page strong{color:var(--text)}.legal-page a{color:var(--primary-light);text-decoration:underline}.legal-page .info-box{background:#489fb50f;border:1px solid #489fb51f;border-radius:14px;margin:1.5rem 0;padding:1.2rem 1.5rem}.legal-page .info-box p{margin-bottom:0}.legal-page .info-box strong{color:var(--primary-light)}.legal-page table{border-collapse:collapse;width:100%;margin:1rem 0 1.5rem}.legal-page th{text-align:left;text-transform:uppercase;letter-spacing:.8px;color:var(--text-dim);border-bottom:1px solid var(--glass-border);padding:.6rem .8rem;font-size:.75rem;font-weight:700}.legal-page td{color:var(--text-muted);border-bottom:1px solid #ffffff08;padding:.6rem .8rem;font-size:.85rem}.legal-page td:first-child{color:var(--text);font-weight:500}.about-hero{text-align:center;padding:8rem 2rem 3rem}.about-logo{object-fit:contain;filter:drop-shadow(0 0 40px #489fb540);width:140px;height:140px;margin-bottom:1.2rem}.about-slogan{font-family:var(--font-display);color:var(--primary-light);letter-spacing:.5px;font-size:1.1rem;font-weight:500}.about-desc{max-width:720px;margin:0 auto 3.5rem;padding:0 2rem}.about-desc p{color:var(--text-muted);text-align:center;margin-bottom:1rem;font-size:1.02rem;line-height:1.85}.about-badges{grid-template-columns:repeat(4,1fr);gap:1rem;max-width:900px;margin:0 auto 4rem;padding:0 2rem;display:grid}@media (width<=768px){.about-badges{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.about-badges{grid-template-columns:1fr}}.about-badge{background:var(--surface);border:1px solid var(--glass-border);text-align:center;border-radius:16px;padding:1.5rem;transition:all .3s}.about-badge:hover{border-color:#489fb540;transform:translateY(-3px)}.about-badge-icon{background:#489fb514;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto .8rem;font-size:1.4rem;display:flex}.about-badge h4{font-family:var(--font-display);color:var(--text);margin-bottom:.3rem;font-size:1rem;font-weight:700}.about-badge p{color:var(--text-muted);font-size:.8rem;line-height:1.5}.about-features{max-width:700px;margin:0 auto 4rem;padding:0 2rem}.about-features-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:1.5px;color:var(--primary);margin-bottom:1rem;font-size:.75rem;font-weight:700}.about-feature{background:var(--surface);border:1px solid var(--glass-border);border-radius:14px;margin-bottom:.6rem;transition:border-color .3s;overflow:hidden}.about-feature:hover{border-color:#489fb533}.about-feature-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1rem 1.3rem;display:flex}.about-feature-header h4{color:var(--text);font-size:.95rem;font-weight:500}.about-feature-arrow{color:var(--text-dim);font-size:.85rem;transition:transform .3s,color .3s}.about-feature-arrow.open{color:var(--primary);transform:rotate(90deg)}.about-feature-body{color:var(--text-muted);padding:0 1.3rem 1rem;font-size:.88rem;line-height:1.65}.about-dev{max-width:700px;margin:0 auto 4rem;padding:0 2rem}.about-dev-card{background:var(--surface);border:1px solid var(--glass-border);border-radius:16px;align-items:center;gap:1.2rem;padding:1.5rem;display:flex}.about-dev-avatar{background:var(--primary);width:56px;height:56px;font-family:var(--font-display);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.15rem;font-weight:700;display:flex}.about-dev-info h4{font-family:var(--font-display);color:var(--text);font-size:1.05rem;font-weight:700}.about-dev-info p{color:var(--text-muted);margin-top:.2rem;font-size:.85rem}.about-footer{text-align:center;padding:0 2rem 2rem}.about-footer-made{color:var(--primary);margin-bottom:.3rem;font-size:.9rem;font-weight:600}.about-footer-copy{color:var(--text-dim);font-size:.8rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a1a;--bg2:#0e0e24;--bg3:#12122a;--surface:#ffffff0a;--glass:#ffffff0f;--glass-border:#ffffff14;--primary:#489fb5;--primary-light:#a8d5e2;--primary-dark:#3a889e;--accent:#00cec9;--accent2:#fd79a8;--text:#e8e8f0;--text-muted:#8888a8;--text-dim:#555570;--gradient:linear-gradient(135deg,#489fb5,#a8d5e2,#00cec9);--gradient-r:linear-gradient(135deg,#fd79a8,#e74c3c);--font:"Inter",system-ui,-apple-system,sans-serif;--font-display:"Space Grotesk","Inter",sans-serif}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--primary-dark);border-radius:3px}a{color:inherit;text-decoration:none}.container{max-width:1140px;margin:0 auto}.section-badge{letter-spacing:1.5px;text-transform:uppercase;color:var(--primary-light);background:#489fb514;border:1px solid #489fb526;border-radius:100px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.35rem 1rem;font-size:.72rem;font-weight:600;display:inline-flex}.section-title{font-family:var(--font-display);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.section-desc{color:var(--text-muted);max-width:600px;font-size:1.05rem;font-weight:300;line-height:1.7}.section-center{text-align:center}.section-center .section-desc{margin:0 auto}.gradient-text{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.reveal{opacity:0;transition:all .7s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}.fade-in{animation:.4s fadeIn}.nav{z-index:100;justify-content:space-between;align-items:center;padding:.8rem 2rem;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav.scrolled,.nav.static{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid var(--glass-border);background:#0a0a1ae6}.nav-logo{font-family:var(--font-display);color:#fff;align-items:center;gap:.5rem;font-size:1.35rem;font-weight:700;text-decoration:none;display:flex}.nav-logo-img{object-fit:contain;width:28px;height:28px}.nav-links{align-items:center;gap:1.8rem;display:flex}.nav-links a{color:var(--text-muted);font-size:.88rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#fff}.nav-cta{background:var(--primary);border:none;border-radius:10px;align-items:center;gap:.4rem;padding:.55rem 1.4rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;color:#fff!important}.nav-cta:hover{background:var(--primary-dark);transform:translateY(-1px)}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}@media (width<=768px){.nav-links{display:none}.mobile-menu-btn{display:block}.nav-links.open{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid var(--glass-border);background:#0a0a1af5;flex-direction:column;gap:1.2rem;padding:1.5rem 2rem;display:flex;position:absolute;top:100%;left:0;right:0}}.footer{border-top:1px solid var(--glass-border);z-index:1;padding:4rem 2rem 2rem;position:relative}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1140px;margin:0 auto;display:grid}@media (width<=768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=480px){.footer-grid{grid-template-columns:1fr}}.footer-brand-name{font-family:var(--font-display);align-items:center;gap:.5rem;margin-bottom:.8rem;font-size:1.3rem;font-weight:700;display:flex}.footer-logo-img{object-fit:contain;width:24px;height:24px}.footer-brand p{color:var(--text-dim);max-width:280px;font-size:.82rem;line-height:1.7}.footer-col h5{font-family:var(--font-display);text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:1rem;font-size:.82rem;font-weight:700}.footer-col a{color:var(--text-dim);padding:.3rem 0;font-size:.85rem;text-decoration:none;transition:color .2s;display:block}.footer-col a:hover{color:var(--primary-light)}.footer-bottom{border-top:1px solid var(--glass-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1140px;margin:2.5rem auto 0;padding-top:2rem;display:flex}.footer-copy{color:var(--text-dim);font-size:.78rem}.footer-domains{flex-wrap:wrap;gap:.6rem;display:flex}.footer-domain{background:var(--surface);border:1px solid var(--glass-border);color:var(--text-muted);border-radius:6px;padding:.25rem .65rem;font-size:.7rem;font-weight:500}.footer-simple{border-top:1px solid var(--glass-border);text-align:center;margin-top:4rem;padding:2rem}.footer-simple a{color:var(--text-dim);margin:0 1rem;font-size:.85rem;text-decoration:none;transition:color .2s}.footer-simple a:hover{color:var(--primary-light)}.footer-simple .footer-copy{color:var(--text-dim);margin-top:.8rem;font-size:.78rem;display:block}
