*{margin:0;padding:0;box-sizing:border-box}:root{color-scheme:only light;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{forced-color-adjust:none;-ms-high-contrast-adjust:none}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;color:#213547}a{text-decoration:none;color:inherit}button{font-family:inherit;border:none;background:none;cursor:pointer}h1,h2,h3,h4,h5,h6{margin:0;font-weight:inherit;font-family:Anton,sans-serif}p{margin:0}ul,ol{list-style:none;margin:0;padding:0}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0a0a0b4d;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08);padding:1rem 0;transition:all .3s ease}.header .container{max-width:1200px;margin:0 auto;padding:0 2rem}.header-content{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center}.logo-full-image{height:2.5rem;width:auto;object-fit:contain;filter:brightness(1.1)}.nav{display:flex;align-items:center}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-link{text-decoration:none;color:#ffffffd9;font-weight:500;font-size:.95rem;transition:all .3s ease;position:relative;padding:.25rem 0}.nav-link:hover{color:#fff}.nav-link.active{color:#c084fc}.nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:linear-gradient(90deg,#a855f7,#c084fc);border-radius:1px;box-shadow:0 0 10px #a855f780}.join-btn{background:#6a0dad;color:#fff;border:none;padding:.75rem 2rem;border-radius:2rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #6a0dad66}.join-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #a855f780;background:#7c1bc4}.mobile-menu-btn{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:5px}.mobile-menu-btn span{width:24px;height:2px;background:#ffffffe6;border-radius:2px;transition:all .3s ease}.mobile-menu-btn.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-open{display:flex!important;position:fixed;top:72px;left:0;right:0;background:#0a0a0bf2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 10px 40px #0000004d;z-index:999}.nav-open .nav-list{flex-direction:column;width:100%;padding:1rem 2rem;gap:0}.nav-open .nav-list li{width:100%;border-bottom:1px solid rgba(255,255,255,.06)}.nav-open .nav-list li:last-child{border-bottom:none}.nav-open .nav-link{display:block;padding:1rem 0;font-size:1.1rem;width:100%}.nav-open .nav-link.active:after{bottom:8px}@media (max-width: 768px){.header .container{padding:0 1rem}.nav{display:none}.mobile-menu-btn{display:flex}.join-btn{padding:.6rem 1.5rem;font-size:.9rem}.logo-full-image{height:2rem}}@media (max-width: 480px){.header{padding:.75rem 0}.header-content{padding:.25rem 0}.join-btn{padding:.5rem 1.25rem;font-size:.85rem}.logo-full-image{height:1.75rem}.nav-open{top:60px}.nav-open .nav-list{padding:.75rem 1.5rem}.nav-open .nav-link{padding:.875rem 0;font-size:1rem}}@media (max-width: 359px){.join-btn{padding:.4rem 1rem;font-size:.8rem}.logo-full-image{height:1.5rem}}.app-store-buttons{display:flex;gap:1rem;margin-top:2rem}.store-button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#000;color:#fff;text-decoration:none;border:none;border-radius:20px;transition:all .3s ease;min-width:160px;cursor:pointer;font-family:inherit}.store-button:hover{background:#1f1f1f;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.hero-store-icon{display:flex;align-items:center;justify-content:center;color:#fff}.store-text{display:flex;flex-direction:column;align-items:flex-start}.store-subtitle{font-size:.8rem;color:#ccc;line-height:1}.store-title{font-size:1.1rem;font-weight:600;line-height:1.2;color:#fff}@media (max-width: 768px){.app-store-buttons{flex-direction:column;align-items:center;gap:.75rem}.store-button{width:100%;max-width:200px;justify-content:center}}@media (max-width: 480px){.store-button{padding:.6rem 1.2rem;min-width:140px}.store-subtitle{font-size:.75rem}.store-title{font-size:1rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#0a0a0b}.hero-image-layer{position:absolute;inset:0;z-index:1}.hero-background-image{width:100%;height:100%;object-fit:cover;object-position:center;image-rendering:-webkit-optimize-contrast;image-rendering:high-quality;transform:translateZ(0);backface-visibility:hidden}.hero-overlay{position:absolute;inset:0;background:#0a0a0b8c;z-index:2}.hero-ambient{position:absolute;inset:0;pointer-events:none;z-index:3;overflow:hidden}.ambient-glow{position:absolute;border-radius:50%;filter:blur(120px);opacity:.4;animation:ambientPulse 8s ease-in-out infinite}.glow-1{width:600px;height:600px;background:radial-gradient(circle,rgba(106,13,173,.6) 0%,transparent 70%);top:-200px;left:-200px;animation-delay:0s}.glow-2{width:500px;height:500px;background:radial-gradient(circle,rgba(139,92,246,.5) 0%,transparent 70%);bottom:-150px;right:-150px;animation-delay:4s}@keyframes ambientPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.hero-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 2rem;max-width:1000px;margin:0 auto;padding-top:100px}.hero-text{margin-bottom:2.5rem}.hero-title{font-family:Anton,sans-serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:400;line-height:1.1;color:#fff;letter-spacing:.02em;text-transform:uppercase;margin-bottom:1.5rem;text-shadow:0 4px 30px rgba(0,0,0,.5)}.hero-highlight{color:#d8b4fe;text-shadow:0 2px 4px rgba(0,0,0,.8),0 4px 12px rgba(0,0,0,.6)}.hero-subtitle{font-family:DM Sans,sans-serif;font-size:clamp(1rem,2vw,1.2rem);font-weight:700;line-height:1.8;color:#fff;max-width:650px;margin:0 auto;text-shadow:0 1px 3px rgba(0,0,0,.8),0 3px 6px rgba(0,0,0,.6),0 0 30px rgba(0,0,0,.4)}.subtitle-highlight{color:#d8b4fe;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.8),0 3px 6px rgba(0,0,0,.6),0 0 25px rgba(216,180,254,.4)}.hero-actions{display:flex;justify-content:center;gap:1rem}@media (min-width: 1400px){.hero-title{font-size:5.5rem}.hero-subtitle{font-size:1.35rem;max-width:700px}.glow-1{width:800px;height:800px}.glow-2{width:700px;height:700px}}@media (min-width: 1200px) and (max-width: 1399px){.hero-title{font-size:4.5rem}.hero-content{max-width:900px}}@media (min-width: 1024px) and (max-width: 1199px){.hero-title{font-size:4rem}.hero-content{max-width:800px}.hero-subtitle{font-size:1.15rem}}@media (min-width: 768px) and (max-width: 1023px){.hero{min-height:100vh}.hero-content{padding-top:120px;max-width:700px}.hero-title{font-size:3.25rem}.hero-subtitle{font-size:1.05rem;max-width:550px}.glow-1{width:400px;height:400px;filter:blur(80px)}.glow-2{width:350px;height:350px;filter:blur(80px)}}@media (min-width: 480px) and (max-width: 767px){.hero{min-height:100vh;min-height:100dvh}.hero-content{padding:0 1.5rem;padding-top:100px;justify-content:flex-start;padding-bottom:3rem}.hero-title{font-size:2.5rem;margin-bottom:1.25rem}.hero-subtitle{font-size:.95rem;line-height:1.6;max-width:100%}.hero-text{margin-bottom:2rem}.glow-1{width:300px;height:300px;filter:blur(60px);top:-100px;left:-100px}.glow-2{width:250px;height:250px;filter:blur(60px);bottom:-80px;right:-80px}}@media (max-width: 479px){.hero{min-height:100vh;min-height:100dvh}.hero-content{padding:0 1rem;padding-top:90px;justify-content:flex-start;padding-bottom:2.5rem}.hero-title{font-size:2rem;margin-bottom:1rem;letter-spacing:.01em}.hero-subtitle{font-size:.9rem;line-height:1.6}.subtitle-highlight{display:block;margin-bottom:.25rem}.hero-text{margin-bottom:1.75rem}.glow-1{width:200px;height:200px;filter:blur(50px);top:-60px;left:-60px;opacity:.3}.glow-2{width:180px;height:180px;filter:blur(50px);bottom:-50px;right:-50px;opacity:.3}.hero-actions{width:100%;flex-direction:column;align-items:center}}@media (max-width: 359px){.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.85rem}.hero-content{padding:0 .75rem;padding-top:85px}}@media (max-height: 500px) and (orientation: landscape){.hero{min-height:100vh;padding:1rem 0}.hero-content{padding-top:70px;padding-bottom:1rem}.hero-title{font-size:2rem;margin-bottom:.75rem}.hero-subtitle{font-size:.9rem;margin-bottom:1rem}.hero-text{margin-bottom:1rem}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.hero-background-image{image-rendering:-webkit-optimize-contrast}}@media (prefers-reduced-motion: reduce){.ambient-glow{animation:none;opacity:.35}}.about{padding:100px 0;background:linear-gradient(180deg,#14141ef2,#191928e6,#141423f2);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;overflow:hidden}.about:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,rgba(106,13,173,.15) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(139,92,246,.12) 0%,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(168,85,247,.08) 0%,transparent 60%);pointer-events:none;z-index:0}.about:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.03;pointer-events:none;z-index:0}.about-ambient{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}.about-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.6}.about-glow.glow-1{width:500px;height:500px;background:radial-gradient(circle,rgba(106,13,173,.6) 0%,transparent 70%);top:-150px;right:-100px}.about-glow.glow-2{width:450px;height:450px;background:radial-gradient(circle,rgba(139,92,246,.5) 0%,transparent 70%);bottom:-100px;left:-100px}.about .container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.about-content{text-align:center}.about-header{margin-bottom:50px}.about-title{font-family:Anton,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:.02em;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.3)}.about-main{display:flex;justify-content:center;align-items:center;margin-bottom:60px}.about-text{text-align:center;max-width:850px}.about-paragraphs{display:flex;flex-direction:column;gap:1.75rem}.about-paragraph{font-family:DM Sans,sans-serif;font-size:1.15rem;line-height:1.8;color:#ffffffe0;text-align:center}.highlight-special{color:#c084fc;font-weight:600;position:relative;background:linear-gradient(135deg,#a855f7,#c084fc,#e879f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}.highlight-special:before{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(90deg,#a855f7,#c084fc,#e879f9);border-radius:1px;opacity:.6}.about-cta{text-align:center}.about-cta h3{font-family:DM Sans,sans-serif;font-size:1.5rem;font-weight:500;margin-bottom:25px;color:#ffffffe6}.cta-button{background:#6a0dad;border:none;border-radius:50px;padding:16px 40px;font-size:1.1rem;font-weight:600;color:#fff;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease;box-shadow:0 8px 30px #6a0dad66}.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 40px #a855f780;background:#7c1bc4}.button-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transition:left .5s ease}.cta-button:hover .button-shine{left:100%}@media (min-width: 1400px){.about{padding:120px 0}.about-title{font-size:4.5rem}.about-paragraph{font-size:1.25rem}.about-text{max-width:900px}.about-glow.glow-1{width:600px;height:600px;opacity:.65}.about-glow.glow-2{width:550px;height:550px;opacity:.6}}@media (min-width: 1200px) and (max-width: 1399px){.about{padding:100px 0}.about-title{font-size:3.75rem}.about-paragraph{font-size:1.2rem}}@media (min-width: 1024px) and (max-width: 1199px){.about{padding:90px 0}.about-title{font-size:3.25rem}.about-paragraph{font-size:1.1rem}.about-text{max-width:750px}}@media (min-width: 768px) and (max-width: 1023px){.about{padding:80px 0}.about .container{padding:0 1.5rem}.about-header{margin-bottom:40px}.about-title{font-size:2.75rem}.about-main{margin-bottom:50px}.about-paragraph{font-size:1.05rem;line-height:1.7}.about-paragraphs{gap:1.5rem}.about-text{max-width:650px}.about-cta h3{font-size:1.35rem}.cta-button{padding:14px 35px;font-size:1rem}.about-glow.glow-1{width:350px;height:350px;filter:blur(80px);opacity:.5}.about-glow.glow-2{width:300px;height:300px;filter:blur(80px);opacity:.5}}@media (min-width: 480px) and (max-width: 767px){.about{padding:70px 0}.about .container{padding:0 1.25rem}.about-header{margin-bottom:35px}.about-title{font-size:2.25rem}.about-main{margin-bottom:45px}.about-paragraph{font-size:1rem;line-height:1.7}.about-paragraphs{gap:1.35rem}.about-cta h3{font-size:1.25rem}.cta-button{padding:13px 32px;font-size:.95rem}.about-glow.glow-1{width:280px;height:280px;filter:blur(70px);opacity:.45}.about-glow.glow-2{width:240px;height:240px;filter:blur(70px);opacity:.45}}@media (min-width: 360px) and (max-width: 479px){.about{padding:60px 0}.about .container{padding:0 1rem}.about-header{margin-bottom:30px}.about-title{font-size:1.875rem}.about-main{margin-bottom:40px}.about-paragraph{font-size:.95rem;line-height:1.7;text-align:left}.about-paragraphs{gap:1.25rem}.about-cta h3{font-size:1.15rem}.cta-button{padding:12px 28px;font-size:.9rem}.about-glow.glow-1{width:200px;height:200px;filter:blur(50px);opacity:.4}.about-glow.glow-2{width:170px;height:170px;filter:blur(50px);opacity:.4}}@media (max-width: 359px){.about{padding:50px 0}.about .container{padding:0 .875rem}.about-header{margin-bottom:25px}.about-title{font-size:1.625rem}.about-main{margin-bottom:35px}.about-paragraph{font-size:.875rem;line-height:1.65;text-align:left}.about-paragraphs{gap:1rem}.about-cta h3{font-size:1.05rem}.cta-button{padding:10px 24px;font-size:.85rem}.about-glow.glow-1{width:160px;height:160px;filter:blur(40px);opacity:.35}.about-glow.glow-2{width:140px;height:140px;filter:blur(40px);opacity:.35}}@media (max-height: 500px) and (orientation: landscape){.about{padding:50px 0}.about-header{margin-bottom:25px}.about-main{margin-bottom:30px}.about-title{font-size:2rem}.about-paragraph{font-size:.9rem;line-height:1.6}.about-paragraphs{gap:1rem}}.team-section-integrated{margin-top:80px;padding-top:60px;border-top:1px solid rgba(255,255,255,.1)}.team-section-integrated .team-header{text-align:center;margin-bottom:50px}.team-section-integrated .team-title{font-family:Anton,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:.02em}.team-section-integrated .team-highlight{background:linear-gradient(135deg,#a855f7,#c084fc,#e879f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.team-section-integrated .team-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.team-section-integrated .team-card{background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:220px;max-width:280px;transition:all .3s ease}.team-section-integrated .team-card:hover{transform:translateY(-5px);border-color:#a855f74d;box-shadow:0 15px 40px #6a0dad33}.team-section-integrated .team-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#6a0dad,#a855f7);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #6a0dad66}.team-section-integrated .avatar-initial{font-family:Anton,sans-serif;font-size:2rem;color:#fff;text-transform:uppercase}.team-section-integrated .team-info{text-align:center}.team-section-integrated .team-name{font-family:DM Sans,sans-serif;font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.25rem}.team-section-integrated .team-role{font-family:DM Sans,sans-serif;font-size:.95rem;color:#fff9}.team-section-integrated .team-linkedin{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff14;color:#ffffffb3;transition:all .3s ease}.team-section-integrated .team-linkedin:hover{background:#0077b5;color:#fff;transform:scale(1.1)}.team-section-integrated .linkedin-icon{width:20px;height:20px}@media (max-width: 767px){.team-section-integrated{margin-top:60px;padding-top:50px}.team-section-integrated .team-header{margin-bottom:40px}.team-section-integrated .team-grid{gap:1.5rem}.team-section-integrated .team-card{padding:1.5rem;min-width:180px}.team-section-integrated .team-avatar{width:70px;height:70px}.team-section-integrated .avatar-initial{font-size:1.75rem}.team-section-integrated .team-name{font-size:1.1rem}.team-section-integrated .team-role{font-size:.85rem}}@media (max-width: 479px){.team-section-integrated{margin-top:50px;padding-top:40px}.team-section-integrated .team-header{margin-bottom:30px}.team-section-integrated .team-grid{flex-direction:column;align-items:center;gap:1.25rem}.team-section-integrated .team-card{width:100%;max-width:280px}}.team-section{padding:100px 0;background:linear-gradient(180deg,#14141ef2,#191928e6,#141423f2);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;overflow:hidden}.team-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 30%,rgba(106,13,173,.12) 0%,transparent 50%),radial-gradient(ellipse at 80% 70%,rgba(139,92,246,.1) 0%,transparent 50%);pointer-events:none;z-index:0}.team-ambient{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}.team-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.5}.team-glow.glow-1{width:350px;height:350px;background:radial-gradient(circle,rgba(106,13,173,.5) 0%,transparent 70%);top:-80px;left:20%}.team-glow.glow-2{width:300px;height:300px;background:radial-gradient(circle,rgba(139,92,246,.4) 0%,transparent 70%);bottom:-60px;right:20%}.team-container{max-width:800px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.team-header{text-align:center;margin-bottom:60px}.team-title{font-family:Anton,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:.02em;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.3)}.team-highlight{background:linear-gradient(135deg,#a855f7,#c084fc,#e879f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.team-grid{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.team-card{background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:40px 50px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);width:280px;flex-shrink:0}.team-card:hover{transform:translateY(-6px);border-color:#a855f74d;box-shadow:0 20px 50px #6a0dad33}.team-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#6a0dad,#8b5cf6);display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 8px 25px #6a0dad66;border:2px solid rgba(255,255,255,.1)}.avatar-initial{font-family:Anton,sans-serif;font-size:2rem;color:#fff;text-transform:uppercase}.team-info{margin-bottom:24px}.team-name{font-family:Anton,sans-serif;font-size:1.5rem;font-weight:400;color:#fff;margin-bottom:8px;text-transform:uppercase;letter-spacing:.01em}.team-role{font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:500;color:#a855f7;text-transform:uppercase;letter-spacing:.05em}.team-linkedin{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#ffffffb3;text-decoration:none;transition:all .3s ease}.team-linkedin:hover{background:#0a66c2;border-color:#0a66c2;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #0a66c266}.linkedin-icon{width:22px;height:22px}@media (min-width: 1400px){.team-section{padding:120px 0}.team-title{font-size:4rem}.team-card{padding:50px 60px}.team-avatar{width:90px;height:90px}.avatar-initial{font-size:2.25rem}.team-name{font-size:1.75rem}}@media (min-width: 768px) and (max-width: 1023px){.team-section{padding:80px 0}.team-container{padding:0 1.5rem}.team-header{margin-bottom:50px}.team-title{font-size:2.75rem}.team-grid{gap:30px}.team-card{padding:35px 45px}.team-glow.glow-1,.team-glow.glow-2{width:250px;height:250px;filter:blur(80px);opacity:.4}}@media (min-width: 480px) and (max-width: 767px){.team-section{padding:70px 0}.team-container{padding:0 1.25rem}.team-header{margin-bottom:40px}.team-title{font-size:2.25rem}.team-grid{flex-direction:column;align-items:center;gap:24px}.team-card{padding:30px 40px;width:280px}.team-avatar{width:70px;height:70px;margin-bottom:20px}.avatar-initial{font-size:1.75rem}.team-name{font-size:1.35rem}.team-glow.glow-1,.team-glow.glow-2{width:200px;height:200px;filter:blur(60px);opacity:.35}}@media (min-width: 360px) and (max-width: 479px){.team-section{padding:60px 0}.team-container{padding:0 1rem}.team-header{margin-bottom:35px}.team-title{font-size:1.875rem}.team-grid{flex-direction:column;align-items:center;gap:20px}.team-card{padding:28px 32px;width:260px}.team-avatar{width:65px;height:65px;margin-bottom:18px}.avatar-initial{font-size:1.5rem}.team-info{margin-bottom:20px}.team-name{font-size:1.25rem}.team-role{font-size:.85rem}.team-linkedin{width:40px;height:40px;border-radius:10px}.linkedin-icon{width:20px;height:20px}.team-glow.glow-1,.team-glow.glow-2{width:160px;height:160px;filter:blur(50px);opacity:.3}}@media (max-width: 359px){.team-section{padding:50px 0}.team-container{padding:0 .875rem}.team-header{margin-bottom:30px}.team-title{font-size:1.625rem}.team-grid{flex-direction:column;align-items:center;gap:16px}.team-card{padding:24px 28px;width:100%;max-width:240px}.team-avatar{width:60px;height:60px;margin-bottom:16px}.avatar-initial{font-size:1.35rem}.team-info{margin-bottom:18px}.team-name{font-size:1.15rem}.team-role{font-size:.8rem}.team-linkedin{width:38px;height:38px}.linkedin-icon{width:18px;height:18px}.team-glow.glow-1,.team-glow.glow-2{width:140px;height:140px;filter:blur(40px);opacity:.25}}@media (max-height: 500px) and (orientation: landscape){.team-section{padding:50px 0}.team-header{margin-bottom:30px}.team-title{font-size:2rem}.team-grid{flex-direction:row;gap:24px}.team-card{padding:24px 32px}.team-avatar{width:60px;height:60px;margin-bottom:16px}}@media (hover: none){.team-card:hover{transform:none;box-shadow:none;border-color:#ffffff14}.team-linkedin:hover{background:#ffffff0d;border-color:#ffffff1a;color:#ffffffb3;transform:none;box-shadow:none}}.features{padding:100px 0;background:linear-gradient(180deg,#14141ef2,#191928e6,#141423f2);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;overflow:hidden}.features:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 30%,rgba(106,13,173,.12) 0%,transparent 50%),radial-gradient(ellipse at 80% 70%,rgba(139,92,246,.1) 0%,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(168,85,247,.06) 0%,transparent 60%);pointer-events:none;z-index:0}.features-ambient{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}.features-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.5}.features-glow.glow-1{width:400px;height:400px;background:radial-gradient(circle,rgba(106,13,173,.5) 0%,transparent 70%);top:10%;left:-100px}.features-glow.glow-2{width:350px;height:350px;background:radial-gradient(circle,rgba(139,92,246,.4) 0%,transparent 70%);top:50%;right:-80px}.features-glow.glow-3{width:300px;height:300px;background:radial-gradient(circle,rgba(168,85,247,.35) 0%,transparent 70%);bottom:10%;left:30%}.features .container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.features-header{text-align:center;margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto}.features-header .features-title{font-family:Anton,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:.02em;line-height:1.1;margin-bottom:20px;text-shadow:0 4px 20px rgba(0,0,0,.3)}.features-description{font-family:DM Sans,sans-serif;font-size:1.1rem;color:#fffc;line-height:1.7;margin:0}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.feature-card{background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:32px;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.feature-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(106,13,173,.1),transparent 50%);border-radius:24px;opacity:0;transition:opacity .4s ease;pointer-events:none}.feature-card:hover{transform:translateY(-6px);border-color:#a855f74d;box-shadow:0 20px 50px #6a0dad33}.feature-card:hover:before{opacity:1}.feature-content{display:flex;align-items:center;gap:32px;height:100%}.feature-text{flex:1;z-index:2}.feature-card .feature-title{font-family:Anton,sans-serif;font-size:1.75rem;font-weight:400;color:#fff;margin-bottom:12px;text-transform:uppercase;letter-spacing:.01em}.feature-card .feature-description{font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.7;color:#ffffffbf;margin:0}.feature-card .feature-description .highlight{color:#a855f7;font-weight:500}.feature-visual{flex:0 0 auto;z-index:2}.phone-mockup{position:relative;transition:transform .4s ease}.phone-frame{background:linear-gradient(145deg,#1a1a1a,#0d0d0d);border-radius:40px;padding:10px;position:relative;box-shadow:0 25px 50px #00000080,0 10px 20px #0000004d,inset 0 1px #ffffff1a,inset 0 -1px #0000004d;border:1px solid rgba(255,255,255,.1)}.phone-screen{background:#000;border-radius:32px;overflow:hidden;position:relative}.phone-screen-image{width:100%;height:auto;display:block;object-fit:cover}.phone-home-indicator{position:absolute;bottom:6px;left:50%;transform:translate(-50%);width:100px;height:4px;background:#ffffff4d;border-radius:2px}.feature-visual.single .phone-mockup{width:180px}.feature-visual.single .phone-frame{padding:8px;border-radius:36px}.feature-visual.single .phone-screen{border-radius:28px}.feature-visual.single .phone-home-indicator{width:80px;height:3px;bottom:5px}.dual-phone-stack{position:relative;width:240px;height:340px}.dual-phone-stack .phone-mockup{position:absolute;width:160px}.dual-phone-stack .phone-frame{padding:7px;border-radius:32px}.dual-phone-stack .phone-screen{border-radius:26px}.dual-phone-stack .phone-home-indicator{width:70px;height:3px;bottom:4px}.dual-phone-stack .phone-back{top:0;right:0;transform:rotate(6deg);z-index:1}.dual-phone-stack .phone-front{bottom:0;left:0;transform:rotate(-4deg);z-index:2}.feature-card:hover .phone-mockup{transform:translateY(-4px)}.feature-card:hover .dual-phone-stack .phone-back{transform:rotate(8deg) translateY(-6px)}.feature-card:hover .dual-phone-stack .phone-front{transform:rotate(-6deg) translateY(-4px)}.image-placeholder{width:100%;aspect-ratio:9 / 19;background:linear-gradient(135deg,#6a0dad4d,#8b5cf633);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.placeholder-icon{font-size:2rem;opacity:.6}.placeholder-text{font-size:.7rem;color:#ffffff80;text-align:center;padding:0 8px}@media (min-width: 1400px){.features{padding:120px 0}.features-header .features-title{font-size:4rem}.features-description{font-size:1.2rem}.features-grid{gap:40px}.feature-card{padding:40px}.feature-visual.single .phone-mockup{width:220px}.feature-visual.single .phone-frame{padding:10px;border-radius:44px}.feature-visual.single .phone-screen{border-radius:34px}.dual-phone-stack{width:300px;height:420px}.dual-phone-stack .phone-mockup{width:200px}.dual-phone-stack .phone-frame{padding:9px;border-radius:38px}.dual-phone-stack .phone-screen{border-radius:30px}}@media (min-width: 1200px) and (max-width: 1399px){.feature-visual.single .phone-mockup{width:200px}.dual-phone-stack{width:260px;height:370px}.dual-phone-stack .phone-mockup{width:175px}}@media (min-width: 1024px) and (max-width: 1199px){.features{padding:80px 0}.features-header .features-title{font-size:3rem}.feature-card{padding:28px}.feature-card .feature-title{font-size:1.5rem}.feature-card .feature-description{font-size:.95rem}.feature-content{gap:24px}.feature-visual.single .phone-mockup{width:160px}.feature-visual.single .phone-frame{padding:6px;border-radius:30px}.feature-visual.single .phone-screen{border-radius:24px}.dual-phone-stack{width:210px;height:300px}.dual-phone-stack .phone-mockup{width:140px}.dual-phone-stack .phone-frame{padding:5px;border-radius:26px}.dual-phone-stack .phone-screen{border-radius:22px}}@media (min-width: 768px) and (max-width: 1023px){.features{padding:70px 0}.features .container{padding:0 1.5rem}.features-header{margin-bottom:50px}.features-header .features-title{font-size:2.5rem}.features-description{font-size:1rem}.features-grid{grid-template-columns:1fr;gap:24px}.feature-card{padding:32px;border-radius:22px}.feature-content{flex-direction:row;text-align:left;gap:32px;align-items:center}.feature-text{flex:1}.feature-card .feature-title{font-size:1.6rem}.feature-card .feature-description{font-size:1rem}.feature-visual{flex-shrink:0}.feature-visual.single .phone-mockup{width:200px}.feature-visual.single .phone-frame{padding:8px;border-radius:36px}.feature-visual.single .phone-screen{border-radius:28px}.dual-phone-stack{width:260px;height:360px}.dual-phone-stack .phone-mockup{width:170px}.dual-phone-stack .phone-frame{padding:7px;border-radius:32px}.dual-phone-stack .phone-screen{border-radius:26px}.features-glow.glow-1,.features-glow.glow-2,.features-glow.glow-3{width:280px;height:280px;filter:blur(80px);opacity:.4}}@media (min-width: 480px) and (max-width: 767px){.features{padding:60px 0}.features .container{padding:0 1.25rem}.features-header{margin-bottom:40px}.features-header .features-title{font-size:2rem}.features-description{font-size:.95rem}.features-grid{grid-template-columns:1fr;gap:20px}.feature-card{padding:24px;border-radius:20px}.feature-content{flex-direction:column;text-align:center;gap:24px}.feature-card .feature-title{font-size:1.4rem}.feature-card .feature-description{font-size:.95rem;line-height:1.65}.feature-visual{display:flex;justify-content:center}.feature-visual.single .phone-mockup{width:200px}.feature-visual.single .phone-frame{padding:8px;border-radius:36px}.feature-visual.single .phone-screen{border-radius:28px}.feature-visual.single .phone-home-indicator{width:80px;height:3px;bottom:5px}.dual-phone-stack{width:260px;height:360px}.dual-phone-stack .phone-mockup{width:170px}.dual-phone-stack .phone-frame{padding:7px;border-radius:30px}.dual-phone-stack .phone-screen{border-radius:24px}.dual-phone-stack .phone-home-indicator{width:70px;height:3px;bottom:4px}.features-glow.glow-1,.features-glow.glow-2,.features-glow.glow-3{width:220px;height:220px;filter:blur(60px);opacity:.35}}@media (min-width: 360px) and (max-width: 479px){.features{padding:50px 0}.features .container{padding:0 1rem}.features-header{margin-bottom:35px}.features-header .features-title{font-size:1.75rem}.features-description{font-size:.9rem}.features-grid{gap:16px}.feature-card{padding:20px;border-radius:18px}.feature-content{flex-direction:column;text-align:center;gap:20px}.feature-card .feature-title{font-size:1.25rem}.feature-card .feature-description{font-size:.9rem;line-height:1.6}.feature-visual{display:flex;justify-content:center}.feature-visual.single .phone-mockup{width:170px}.feature-visual.single .phone-frame{padding:6px;border-radius:30px}.feature-visual.single .phone-screen{border-radius:24px}.feature-visual.single .phone-home-indicator{width:70px;height:3px;bottom:4px}.dual-phone-stack{width:220px;height:310px}.dual-phone-stack .phone-mockup{width:145px}.dual-phone-stack .phone-frame{padding:5px;border-radius:26px}.dual-phone-stack .phone-screen{border-radius:22px}.dual-phone-stack .phone-home-indicator{width:60px;height:3px;bottom:3px}.features-glow.glow-1,.features-glow.glow-2,.features-glow.glow-3{width:180px;height:180px;filter:blur(50px);opacity:.3}}@media (max-width: 359px){.features{padding:40px 0}.features .container{padding:0 .875rem}.features-header{margin-bottom:30px}.features-header .features-title{font-size:1.5rem}.features-description{font-size:.85rem}.features-grid{gap:14px}.feature-card{padding:16px;border-radius:16px}.feature-content{flex-direction:column;text-align:center;gap:16px}.feature-card .feature-title{font-size:1.15rem}.feature-card .feature-description{font-size:.85rem;line-height:1.6}.feature-visual{display:flex;justify-content:center}.feature-visual.single .phone-mockup{width:150px}.feature-visual.single .phone-frame{padding:5px;border-radius:26px}.feature-visual.single .phone-screen{border-radius:22px}.feature-visual.single .phone-home-indicator{width:60px;height:3px;bottom:4px}.dual-phone-stack{width:190px;height:270px}.dual-phone-stack .phone-mockup{width:125px}.dual-phone-stack .phone-frame{padding:4px;border-radius:22px}.dual-phone-stack .phone-screen{border-radius:18px}.dual-phone-stack .phone-home-indicator{width:55px;height:2px;bottom:3px}.features-glow.glow-1,.features-glow.glow-2,.features-glow.glow-3{width:150px;height:150px;filter:blur(40px);opacity:.25}}@media (max-height: 500px) and (orientation: landscape){.features{padding:40px 0}.features-header{margin-bottom:30px}.features-header .features-title{font-size:1.75rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:16px}.feature-card{padding:16px}.feature-content{flex-direction:row;gap:16px}.feature-visual.single .phone-mockup{width:120px}.dual-phone-stack{width:160px;height:220px}.dual-phone-stack .phone-mockup{width:105px}}@media (hover: none){.feature-card:hover{transform:none;box-shadow:none}.feature-card:hover:before{opacity:0}.feature-card:hover .phone-mockup{transform:none}.feature-card:hover .dual-phone-stack .phone-back{transform:rotate(6deg)}.feature-card:hover .dual-phone-stack .phone-front{transform:rotate(-4deg)}}.how-it-works{padding:100px 0;background:linear-gradient(180deg,#14141ef2,#191928e6,#141423f2);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;overflow:hidden}.how-it-works:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 30%,rgba(106,13,173,.12) 0%,transparent 50%),radial-gradient(ellipse at 80% 70%,rgba(139,92,246,.1) 0%,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(168,85,247,.06) 0%,transparent 60%);pointer-events:none;z-index:0}.how-it-works-ambient{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}.how-it-works-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.5}.how-it-works-glow.glow-1{width:400px;height:400px;background:radial-gradient(circle,rgba(106,13,173,.5) 0%,transparent 70%);top:10%;left:-100px}.how-it-works-glow.glow-2{width:350px;height:350px;background:radial-gradient(circle,rgba(139,92,246,.4) 0%,transparent 70%);top:50%;right:-80px}.how-it-works-glow.glow-3{width:300px;height:300px;background:radial-gradient(circle,rgba(168,85,247,.35) 0%,transparent 70%);bottom:10%;left:30%}.how-it-works .container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.how-it-works-header{text-align:center;margin-bottom:80px;max-width:800px;margin-left:auto;margin-right:auto}.how-it-works-title{font-family:Anton,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:.02em;line-height:1.1;margin-bottom:20px;text-shadow:0 4px 20px rgba(0,0,0,.3)}.how-it-works-description{font-family:DM Sans,sans-serif;font-size:1.1rem;color:#fffc;line-height:1.7;margin:0}.steps-container{position:relative;max-width:1000px;margin:0 auto}.timeline-line{position:absolute;left:50%;top:100px;bottom:100px;width:2px;background:linear-gradient(180deg,#8b5cf699,#a855f7cc,#8b5cf699);transform:translate(-50%);z-index:1;box-shadow:0 0 20px #8b5cf64d}.step-item{display:flex;align-items:center;margin-bottom:120px;position:relative;z-index:2;gap:10%}.step-item:last-child{margin-bottom:0}.step-1,.step-3,.step-2{justify-content:space-between}.step-content{flex:0 0 40%;display:flex;align-items:center;gap:30px}.step-number{width:80px;height:80px;background:linear-gradient(135deg,#6a0dad,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;flex-shrink:0;box-shadow:0 10px 30px #6a0dad66,0 0 40px #8b5cf633;position:absolute;left:50%;transform:translate(-50%);z-index:3;border:2px solid rgba(255,255,255,.1)}.step-info{flex:1}.step-title{font-family:Anton,sans-serif;font-size:1.75rem;font-weight:400;color:#fff;margin-bottom:12px;text-transform:uppercase;letter-spacing:.01em}.step-description{font-family:DM Sans,sans-serif;font-size:1rem;color:#ffffffbf;line-height:1.7;margin:0 0 20px}.app-store-icons{display:flex;gap:clamp(8px,2vw,16px);justify-content:flex-start}.store-icon{width:clamp(36px,8vw,48px);height:clamp(36px,8vw,48px);border-radius:clamp(8px,2vw,12px);display:flex;align-items:center;justify-content:center;position:relative;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003;flex-shrink:0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.store-icon:hover{background:#8b5cf633;border-color:#a855f780;color:#c084fc;transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf64d}.store-icon svg{width:60%;height:60%;transition:all .3s ease}.step-visual{flex:0 0 40%;display:flex;justify-content:center;position:relative;padding:0 20px}.step-image{max-width:100%;height:auto;border-radius:16px;box-shadow:0 20px 50px #0006,0 0 40px #6a0dad26;border:1px solid rgba(255,255,255,.1)}@media (min-width: 1400px){.how-it-works{padding:120px 0}.how-it-works-title{font-size:4rem}.how-it-works-description{font-size:1.2rem}.step-number{width:90px;height:90px;font-size:1.75rem}.step-title{font-size:2rem}.step-description{font-size:1.1rem}}@media (min-width: 1200px) and (max-width: 1399px){.how-it-works{padding:100px 0}}@media (min-width: 1024px) and (max-width: 1199px){.how-it-works{padding:80px 0}.how-it-works-title{font-size:3rem}.step-number{width:70px;height:70px;font-size:1.25rem}.step-content{gap:20px}.step-title{font-size:1.5rem}.step-description{font-size:.95rem}}@media (min-width: 768px) and (max-width: 1023px){.how-it-works{padding:70px 0}.how-it-works .container{padding:0 1.5rem}.how-it-works-header{margin-bottom:60px}.how-it-works-title{font-size:2.5rem}.how-it-works-description{font-size:1rem}.timeline-line{display:none}.step-item{flex-direction:column!important;text-align:center;margin-bottom:60px;gap:0}.step-number{position:static!important;transform:none!important;margin-bottom:25px;order:1;width:70px;height:70px;font-size:1.25rem}.step-content{flex:none;width:100%;margin-bottom:30px;justify-content:center;order:2}.step-visual{flex:none;width:100%;padding:0 30px;justify-content:center;order:3}.step-image{max-width:350px}.step-title{font-size:1.5rem}.step-description{font-size:1rem}.app-store-icons{justify-content:center}.how-it-works-glow.glow-1,.how-it-works-glow.glow-2,.how-it-works-glow.glow-3{width:280px;height:280px;filter:blur(80px);opacity:.4}}@media (min-width: 480px) and (max-width: 767px){.how-it-works{padding:60px 0}.how-it-works .container{padding:0 1.25rem}.how-it-works-header{margin-bottom:50px}.how-it-works-title{font-size:2rem}.how-it-works-description{font-size:.95rem}.timeline-line{display:none}.step-item{flex-direction:column!important;text-align:center;margin-bottom:50px;gap:0}.step-number{position:static!important;transform:none!important;margin-bottom:20px;order:1;width:60px;height:60px;font-size:1.1rem}.step-content{flex:none;width:100%;margin-bottom:25px;justify-content:center;order:2}.step-visual{flex:none;width:100%;padding:0 20px;justify-content:center;order:3}.step-image{max-width:300px}.step-title{font-size:1.35rem}.step-description{font-size:.95rem;line-height:1.65}.app-store-icons{justify-content:center;gap:clamp(12px,3vw,20px)}.store-icon{width:clamp(40px,10vw,50px);height:clamp(40px,10vw,50px)}.how-it-works-glow.glow-1,.how-it-works-glow.glow-2,.how-it-works-glow.glow-3{width:220px;height:220px;filter:blur(60px);opacity:.35}}@media (min-width: 360px) and (max-width: 479px){.how-it-works{padding:50px 0}.how-it-works .container{padding:0 1rem}.how-it-works-header{margin-bottom:40px}.how-it-works-title{font-size:1.75rem}.how-it-works-description{font-size:.9rem}.timeline-line{display:none}.step-item{flex-direction:column!important;text-align:center;margin-bottom:40px;gap:0}.step-number{position:static!important;transform:none!important;margin-bottom:15px;order:1;width:55px;height:55px;font-size:1rem}.step-content{flex:none;width:100%;margin-bottom:20px;justify-content:center;order:2;gap:15px}.step-visual{flex:none;width:100%;padding:0 15px;justify-content:center;order:3}.step-image{max-width:260px}.step-title{font-size:1.2rem}.step-description{font-size:.9rem;line-height:1.6}.app-store-icons{justify-content:center;gap:clamp(10px,4vw,16px)}.store-icon{width:clamp(36px,12vw,44px);height:clamp(36px,12vw,44px);border-radius:clamp(6px,2vw,10px)}.store-icon svg{width:65%;height:65%}.how-it-works-glow.glow-1,.how-it-works-glow.glow-2,.how-it-works-glow.glow-3{width:180px;height:180px;filter:blur(50px);opacity:.3}}@media (max-width: 359px){.how-it-works{padding:40px 0}.how-it-works .container{padding:0 .875rem}.how-it-works-header{margin-bottom:35px}.how-it-works-title{font-size:1.5rem}.how-it-works-description{font-size:.85rem}.timeline-line{display:none}.step-item{flex-direction:column!important;text-align:center;margin-bottom:35px;gap:0}.step-number{position:static!important;transform:none!important;margin-bottom:12px;order:1;width:50px;height:50px;font-size:.95rem}.step-content{flex:none;width:100%;margin-bottom:18px;justify-content:center;order:2;gap:12px}.step-visual{flex:none;width:100%;padding:0 10px;justify-content:center;order:3}.step-image{max-width:220px}.step-title{font-size:1.1rem}.step-description{font-size:.85rem;line-height:1.6}.app-store-icons{justify-content:center;gap:10px}.store-icon{width:34px;height:34px;border-radius:6px}.how-it-works-glow.glow-1,.how-it-works-glow.glow-2,.how-it-works-glow.glow-3{width:150px;height:150px;filter:blur(40px);opacity:.25}}@media (max-height: 500px) and (orientation: landscape){.how-it-works{padding:40px 0}.how-it-works-header{margin-bottom:30px}.how-it-works-title{font-size:1.75rem}.timeline-line{display:none}.step-item{flex-direction:row!important;text-align:left;margin-bottom:40px;gap:20px;align-items:flex-start}.step-number{position:static!important;transform:none!important;margin-bottom:0;margin-right:20px;order:1;width:50px;height:50px;font-size:1rem;flex-shrink:0}.step-content{flex:1;order:2;margin-bottom:0;margin-right:20px}.step-visual{flex:0 0 35%;order:3;padding:0}.step-image{max-width:100%;max-height:200px}.step-title{font-size:1.1rem;margin-bottom:8px}.step-description{font-size:.9rem;margin-bottom:12px}.app-store-icons{justify-content:flex-start;gap:12px}.store-icon{width:38px;height:38px}}@media (hover: none){.store-icon:hover{transform:none;background:#ffffff0d;border-color:#ffffff1a;color:#ffffffb3;box-shadow:0 4px 15px #0003}}.faq-section{padding:100px 0;background:linear-gradient(180deg,#14141ef2,#191928e6,#141423f2);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;overflow:hidden}.faq-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,rgba(106,13,173,.12) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(139,92,246,.1) 0%,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(168,85,247,.06) 0%,transparent 60%);pointer-events:none;z-index:0}.faq-ambient{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}.faq-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.5}.faq-glow.glow-1{width:400px;height:400px;background:radial-gradient(circle,rgba(106,13,173,.5) 0%,transparent 70%);top:-100px;right:-100px}.faq-glow.glow-2{width:350px;height:350px;background:radial-gradient(circle,rgba(139,92,246,.4) 0%,transparent 70%);bottom:-80px;left:-80px}.faq-section .container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.faq-header{text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto}.faq-title{font-family:Anton,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:.02em;line-height:1.1;margin-bottom:20px;text-shadow:0 4px 20px rgba(0,0,0,.3)}.faq-highlight{background:linear-gradient(135deg,#a855f7,#c084fc,#e879f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.faq-subtitle{font-family:DM Sans,sans-serif;font-size:1.1rem;color:#fffc;line-height:1.7;margin:0}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.faq-item{background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#a855f74d;box-shadow:0 8px 30px #6a0dad26}.faq-item.active{border-color:#a855f780;box-shadow:0 10px 40px #6a0dad33;background:#ffffff0d}.faq-question{width:100%;padding:24px;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.faq-question:hover{background-color:#ffffff05}.faq-item.active .faq-question{background-color:#8b5cf60d}.faq-question-text{font-family:DM Sans,sans-serif;font-size:1.125rem;font-weight:600;color:#fff;line-height:1.4;flex:1;margin-right:16px}.faq-icon{font-size:1.5rem;font-weight:400;color:#a855f7;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#8b5cf626;border:1px solid rgba(139,92,246,.3);transition:all .3s ease;flex-shrink:0;line-height:1;font-family:monospace}.faq-item.active .faq-icon{background:linear-gradient(135deg,#6a0dad,#8b5cf6);border-color:transparent;color:#fff;transform:rotate(180deg);box-shadow:0 4px 15px #6a0dad66}.faq-answer{max-height:0;overflow:hidden;transition:all .3s ease}.faq-answer.expanded{max-height:500px}.faq-answer-content{padding:0 24px 24px;border-top:1px solid rgba(255,255,255,.06)}.faq-answer-content p{font-family:DM Sans,sans-serif;font-size:1rem;color:#ffffffbf;line-height:1.7;margin:16px 0 0}@media (min-width: 1400px){.faq-section{padding:120px 0}.faq-title{font-size:4rem}.faq-subtitle,.faq-question-text{font-size:1.2rem}.faq-answer-content p{font-size:1.1rem}}@media (min-width: 768px) and (max-width: 1023px){.faq-section{padding:80px 0}.faq-section .container{padding:0 1.5rem}.faq-header{margin-bottom:50px}.faq-title{font-size:2.75rem}.faq-list{gap:14px}.faq-question{padding:22px}.faq-question-text{font-size:1.05rem}.faq-icon{width:32px;height:32px;font-size:1.35rem}.faq-glow.glow-1,.faq-glow.glow-2{width:280px;height:280px;filter:blur(80px);opacity:.4}}@media (min-width: 480px) and (max-width: 767px){.faq-section{padding:70px 0}.faq-section .container{padding:0 1.25rem}.faq-header{margin-bottom:40px}.faq-title{font-size:2.25rem}.faq-list{gap:12px}.faq-question{padding:20px}.faq-question-text{font-size:1rem;margin-right:12px}.faq-icon{width:30px;height:30px;font-size:1.25rem}.faq-answer-content{padding:0 20px 20px}.faq-answer-content p{font-size:.95rem}.faq-glow.glow-1,.faq-glow.glow-2{width:220px;height:220px;filter:blur(60px);opacity:.35}}@media (min-width: 360px) and (max-width: 479px){.faq-section{padding:60px 0}.faq-section .container{padding:0 1rem}.faq-header{margin-bottom:35px}.faq-title{font-size:1.875rem}.faq-list{gap:10px}.faq-question{padding:18px}.faq-question-text{font-size:.95rem;margin-right:10px}.faq-icon{width:28px;height:28px;font-size:1.15rem}.faq-answer-content{padding:0 18px 18px}.faq-answer-content p{font-size:.9rem;margin-top:14px}.faq-glow.glow-1,.faq-glow.glow-2{width:180px;height:180px;filter:blur(50px);opacity:.3}}@media (max-width: 359px){.faq-section{padding:50px 0}.faq-section .container{padding:0 .875rem}.faq-header{margin-bottom:30px}.faq-title{font-size:1.625rem}.faq-list{gap:8px}.faq-question{padding:16px}.faq-question-text{font-size:.9rem;margin-right:8px}.faq-icon{width:26px;height:26px;font-size:1.1rem}.faq-answer-content{padding:0 16px 16px}.faq-answer-content p{font-size:.85rem;margin-top:12px}.faq-glow.glow-1,.faq-glow.glow-2{width:150px;height:150px;filter:blur(40px);opacity:.25}}@media (max-height: 500px) and (orientation: landscape){.faq-section{padding:50px 0}.faq-header{margin-bottom:30px}.faq-title{font-size:2rem}}@keyframes expandFAQ{0%{max-height:0}to{max-height:500px}}.faq-answer.expanded{animation:expandFAQ .3s ease-out}.faq-question:focus{outline:2px solid #a855f7;outline-offset:2px}.faq-question:focus-visible{outline:2px solid #a855f7;outline-offset:2px}@media (hover: none){.faq-item:hover{border-color:#ffffff14;box-shadow:none}.faq-question:hover{background-color:transparent}}.footer{background:#2a2a2a;color:#fff;padding:4rem 0 2rem;margin-top:0;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(139,92,246,.3) 20%,rgba(168,85,247,.5) 50%,rgba(139,92,246,.3) 80%,transparent 100%)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:3rem;align-items:start}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo-image{height:2rem;width:auto;object-fit:contain}.footer-contact{display:flex;flex-direction:column;gap:.5rem}.contact-email,.contact-phone{color:#ccc;font-size:.95rem;margin:0;transition:color .3s ease}.contact-email:hover,.contact-phone:hover{color:#8b5cf6}.footer-social{display:flex;gap:1rem;margin-top:.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;color:#ccc;transition:all .3s ease;text-decoration:none}.social-link:hover{background:#8b5cf6;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #8b5cf64d}.footer-section{display:flex;flex-direction:column;gap:1.5rem}.footer-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0;margin-bottom:1rem;font-family:Anton,sans-serif}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#ccc;text-decoration:none;font-size:.95rem;transition:all .3s ease;position:relative;padding-left:0}.footer-link:hover{color:#8b5cf6;padding-left:.5rem}.footer-link:before{content:"";position:absolute;left:-.5rem;top:50%;transform:translateY(-50%);width:0;height:2px;background:#8b5cf6;transition:width .3s ease}.footer-link:hover:before{width:.25rem}.footer-download{align-items:flex-start}.download-buttons{display:flex;flex-direction:column;gap:.75rem;width:100%}.download-btn{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;text-decoration:none;color:#fff;transition:all .3s ease;backdrop-filter:blur(10px);cursor:pointer;font-family:inherit;width:100%;max-width:200px}.download-btn:hover{background:#8b5cf633;border-color:#8b5cf6;transform:translateY(-2px);box-shadow:0 4px 15px #8b5cf633}.btn-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff1a;border-radius:8px;flex-shrink:0}.btn-text{display:flex;flex-direction:column;gap:.125rem}.btn-subtitle{font-size:.75rem;color:#ccc;line-height:1}.btn-title{font-size:.95rem;font-weight:600;color:#fff;line-height:1}@media (max-width: 992px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-download{grid-column:span 2;margin-top:1rem}.download-buttons{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem}}@media (max-width: 768px){.footer{padding:3rem 0 2rem;margin-top:4rem}.footer-content{grid-template-columns:1fr;gap:2.5rem;text-align:center}.footer-download{grid-column:span 1}.footer-brand{align-items:center;text-align:center}.footer-social{justify-content:center}.footer-links{align-items:center}.footer-link:hover{padding-left:0}.footer-link:before{display:none}.download-buttons{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;max-width:450px;margin:0 auto;gap:1rem}.download-btn{width:auto;max-width:none;flex:1;min-width:180px;justify-content:center}}@media (max-width: 480px){.footer{padding:2.5rem 0 1.5rem;margin-top:3rem}.container{padding:0 1rem}.footer-content{gap:2rem}.footer-logo-image{height:1.75rem}.footer-title{font-size:1.125rem}.contact-email,.contact-phone,.footer-link{font-size:.9rem}.social-link{width:36px;height:36px}.download-buttons{flex-direction:column;max-width:220px}.download-btn{width:100%;min-width:unset;padding:.625rem .875rem}.btn-icon{width:28px;height:28px}.btn-subtitle{font-size:.7rem}.btn-title{font-size:.875rem}}@media (max-width: 360px){.footer{padding:2rem 0 1.25rem}.container{padding:0 .75rem}.footer-content{gap:1.5rem}.footer-logo-image{height:1.5rem}.footer-title{font-size:1rem}.contact-email,.contact-phone,.footer-link{font-size:.85rem}.social-link{width:32px;height:32px}.social-link svg{width:16px;height:16px}.download-buttons{max-width:180px}.download-btn{padding:.5rem .625rem}.btn-icon{width:24px;height:24px}.btn-icon svg{width:16px;height:16px}.btn-subtitle{font-size:.65rem}.btn-title{font-size:.8rem}.follow-us-text{font-size:.85rem}}@media (min-width: 481px) and (max-width: 600px){.download-buttons{flex-direction:row;max-width:400px;gap:.75rem}.download-btn{flex:1;min-width:140px;max-width:none}}*{transition:color .3s ease,background-color .3s ease,transform .3s ease,box-shadow .3s ease}@media (prefers-reduced-motion: reduce){*{transition:none!important;animation:none!important}}.social-link:focus,.footer-link:focus,.download-btn:focus{outline:2px solid #8b5cf6;outline-offset:2px}@media (prefers-contrast: high){.footer{background:#000;color:#fff}.social-link,.download-btn{border:2px solid #ffffff}.social-link:hover,.download-btn:hover{background:#fff;color:#000}}.popup-overlay{--popup-primary: #a855f7;--popup-primary-light: #c084fc;--popup-primary-dark: #6A0DAD;--popup-bg: rgba(20, 20, 30, .98);--popup-bg-card: rgba(255, 255, 255, .03);--popup-text: #ffffff;--popup-text-light: rgba(255, 255, 255, .85);--popup-text-muted: rgba(255, 255, 255, .6);--popup-border: rgba(255, 255, 255, .1);--popup-success: #10b981;--popup-error: #ef4444}.popup-overlay{position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:16px;min-height:100vh;min-width:100vw}.popup-content{background:var(--popup-bg);border:1px solid var(--popup-border);border-radius:24px;width:100%;max-width:420px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d,inset 0 1px #ffffff1a;animation:popupSlideIn .3s ease-out;position:relative;margin:auto;-ms-overflow-style:none;scrollbar-width:none}.popup-content::-webkit-scrollbar{display:none}@keyframes popupSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.close-btn{position:absolute;top:16px;right:16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);padding:8px;cursor:pointer;border-radius:50%;color:var(--popup-text-muted);transition:all .2s ease;display:flex;align-items:center;justify-content:center;z-index:1001;width:36px;height:36px}.close-btn:hover{background:#ffffff26;color:var(--popup-text);transform:rotate(90deg)}.close-btn svg{width:18px;height:18px}.popup-header{padding:32px 24px 20px;text-align:center}.popup-header h2{color:var(--popup-text);font-size:26px;font-weight:400;margin:0 0 20px;line-height:1.2;font-family:Anton,sans-serif;text-transform:uppercase;letter-spacing:.5px}.popup-description{margin-top:8px}.launch-announcement{color:var(--popup-text);font-size:16px;font-weight:600;margin:0 0 12px;line-height:1.5;font-family:DM Sans,sans-serif;text-align:center}.store-highlight{background:linear-gradient(135deg,var(--popup-primary),var(--popup-primary-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.notification-text{color:var(--popup-text-muted);font-size:15px;font-weight:400;margin:0 0 16px;line-height:1.5;font-family:DM Sans,sans-serif;text-align:center}.premium-highlight{background:#a855f71a;border:1px solid rgba(168,85,247,.2);padding:14px 18px;border-radius:12px;margin:0;font-size:14px;font-weight:400;line-height:1.5;font-family:DM Sans,sans-serif;color:var(--popup-text-light);text-align:center}.exclusive-text,.premium-text{color:var(--popup-primary-light);font-weight:600}.registration-form{padding:20px 24px 32px}.form-row{display:flex;flex-direction:column;gap:0;margin-bottom:0}.form-group{display:flex;flex-direction:column;margin-bottom:18px}.form-group label{margin-bottom:8px;color:var(--popup-text-light);font-weight:500;font-size:14px;font-family:DM Sans,sans-serif}.form-group input{padding:14px 16px;border:1px solid var(--popup-border);border-radius:12px;font-size:16px;transition:all .2s ease;background:#ffffff0d;font-family:DM Sans,sans-serif;color:var(--popup-text)}.form-group input::placeholder{color:var(--popup-text-muted);font-weight:400}.form-group input:focus{outline:none;border-color:var(--popup-primary);background:#ffffff14;box-shadow:0 0 0 3px #a855f726}.form-group input.error{border-color:var(--popup-error);background:#ef44441a}.form-group input.error:focus{border-color:var(--popup-error);box-shadow:0 0 0 3px #ef444426}.mobile-input-container{display:flex;border:1px solid var(--popup-border);border-radius:12px;background:#ffffff0d;transition:all .2s ease;overflow:hidden}.mobile-input-container:focus-within{border-color:var(--popup-primary);background:#ffffff14;box-shadow:0 0 0 3px #a855f726}.mobile-input-container.error{border-color:var(--popup-error);background:#ef44441a}.mobile-input-container.error:focus-within{border-color:var(--popup-error);box-shadow:0 0 0 3px #ef444426}.country-code{display:flex;align-items:center;padding:14px;background:#ffffff0d;border-right:1px solid var(--popup-border);gap:6px;font-weight:500;color:var(--popup-text-light);white-space:nowrap;font-family:DM Sans,sans-serif;min-width:80px}.flag{font-size:16px}.code{font-size:14px}.mobile-input-container input{border:none;background:transparent;padding:14px 16px;flex:1;font-size:16px;font-family:DM Sans,sans-serif;color:var(--popup-text)}.mobile-input-container input::placeholder{color:var(--popup-text-muted);font-weight:400}.mobile-input-container input:focus{outline:none;box-shadow:none}.error-message{color:#f87171;font-size:12px;margin-top:6px;font-family:DM Sans,sans-serif;font-weight:400;line-height:1.3;display:block}.submit-btn{width:100%;background:linear-gradient(135deg,var(--popup-primary-dark),var(--popup-primary));color:#fff;border:none;padding:16px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px;font-family:DM Sans,sans-serif;box-shadow:0 4px 20px #6a0dad66}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #a855f780}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{background:#ffffff1a;color:var(--popup-text-muted);cursor:not-allowed;transform:none;box-shadow:none}.notification-overlay{position:fixed;inset:0;z-index:2000;display:flex;justify-content:center;align-items:flex-start;padding:40px 16px 16px;pointer-events:none}.notification-popup{border-radius:16px;box-shadow:0 10px 40px #0000004d;animation:notificationSlideIn .4s ease-out;pointer-events:auto;width:100%;min-width:280px;max-width:420px}@keyframes notificationSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.notification-content{display:flex;align-items:center;padding:16px 20px;gap:12px;position:relative}.notification-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.notification-icon svg{width:24px;height:24px}.notification-message{flex:1;font-size:15px;font-weight:500;line-height:1.4;font-family:DM Sans,sans-serif}.notification-close{background:none;border:none;padding:4px;cursor:pointer;border-radius:6px;transition:background-color .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.notification-close:hover{background-color:#fff3}.notification-close svg{width:18px;height:18px}@media (max-width: 380px){.popup-overlay{padding:12px}.popup-content{border-radius:20px}.popup-header{padding:24px 20px 16px}.popup-header h2{font-size:22px;margin:0 0 16px}.launch-announcement{font-size:14px}.notification-text{font-size:13px}.premium-highlight{font-size:12px;padding:12px 14px}.registration-form{padding:16px 20px 24px}.form-group{margin-bottom:14px}.form-group label{font-size:13px}.form-group input,.mobile-input-container input{padding:12px 14px;font-size:15px}.country-code{padding:12px;min-width:70px}.close-btn{top:12px;right:12px;width:32px;height:32px}.close-btn svg{width:16px;height:16px}.submit-btn{padding:14px 20px;font-size:15px}.notification-overlay{padding:20px 12px 12px}.notification-popup{min-width:260px;max-width:calc(100vw - 24px);border-radius:12px}.notification-content{padding:12px 16px;gap:10px}.notification-message{font-size:13px}}@media (min-width: 768px){.popup-overlay{padding:24px}.popup-content{max-width:480px}.popup-header{padding:36px 32px 24px}.popup-header h2{font-size:30px;margin:0 0 24px}.launch-announcement{font-size:17px}.notification-text{font-size:16px}.premium-highlight{font-size:15px;padding:16px 20px}.registration-form{padding:24px 32px 40px}.form-row{flex-direction:row;gap:16px}.form-row .form-group{flex:1;margin-bottom:0}.form-group{margin-bottom:20px}.close-btn{top:20px;right:20px;width:40px;height:40px}.close-btn svg{width:20px;height:20px}.notification-overlay{padding:50px 20px 20px}.notification-popup{min-width:350px;max-width:450px}.notification-content{padding:18px 24px;gap:14px}.notification-message{font-size:16px}}@media (min-width: 1024px){.popup-content{max-width:520px}.popup-header{padding:40px 40px 28px}.popup-header h2{font-size:32px}.launch-announcement{font-size:18px}.notification-text{font-size:16px}.premium-highlight{font-size:15px}.registration-form{padding:24px 40px 48px}.close-btn{top:24px;right:24px}.notification-overlay{padding:60px 24px 24px}.notification-popup{min-width:400px;max-width:480px}.notification-content{padding:20px 28px;gap:16px}.notification-message{font-size:16px}}@media (min-width: 1440px){.notification-overlay{padding-top:80px}}.popup-content:focus{outline:none}input:focus-visible,button:focus-visible{outline:2px solid var(--popup-primary);outline-offset:2px}@media (prefers-reduced-motion: reduce){.popup-content,.notification-popup{animation:none}.close-btn:hover,.submit-btn:hover{transform:none}}.privacy-policy-page{--pp-primary: #a855f7;--pp-primary-light: #c084fc;--pp-primary-dark: #6A0DAD;--pp-accent: #e879f9;--pp-bg: rgba(20, 20, 30, 1);--pp-bg-card: rgba(255, 255, 255, .03);--pp-text: #ffffff;--pp-text-light: rgba(255, 255, 255, .75);--pp-text-muted: rgba(255, 255, 255, .5);--pp-border: rgba(255, 255, 255, .08);--pp-success: #10b981;--pp-warning: #f59e0b;min-height:100vh;background:linear-gradient(180deg,#14141ef2,#191928e6,#141423f2);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--pp-text);line-height:1.7}.pp-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#14141ee6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--pp-border)}.pp-header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.pp-logo-link{display:flex;align-items:center;text-decoration:none}.pp-logo{height:2rem;width:auto}.pp-back-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,var(--pp-primary-dark),var(--pp-primary));color:#fff;border-radius:100px;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;box-shadow:0 4px 15px #6a0dad66}.pp-back-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a855f780}.pp-hero{position:relative;padding:10rem 2rem 5rem;overflow:hidden}.pp-hero-bg{position:absolute;inset:0;z-index:0}.pp-hero-gradient{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,rgba(106,13,173,.2) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(139,92,246,.15) 0%,transparent 50%)}.pp-hero-pattern{position:absolute;inset:0;opacity:.3;background-image:radial-gradient(circle at 25% 25%,rgba(168,85,247,.2) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(139,92,246,.15) 0%,transparent 50%)}.pp-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;text-align:center}.pp-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#a855f726;border:1px solid rgba(168,85,247,.3);border-radius:100px;font-size:.85rem;font-weight:500;color:var(--pp-primary-light);margin-bottom:1.5rem}.pp-hero-badge svg{stroke:var(--pp-primary-light)}.pp-hero-title{font-family:Anton,sans-serif;font-size:clamp(2.5rem,8vw,4rem);font-weight:400;letter-spacing:.02em;color:#fff;text-transform:uppercase;margin-bottom:1rem;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.3)}.pp-hero-subtitle{font-size:1.15rem;color:var(--pp-text-light);max-width:600px;margin:0 auto 1.5rem}.pp-last-updated{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--pp-bg-card);border:1px solid var(--pp-border);border-radius:100px;font-size:.875rem;color:var(--pp-text-muted)}.pp-last-updated svg{stroke:var(--pp-text-muted)}.pp-main{padding:0 2rem 4rem}.pp-container{max-width:900px;margin:0 auto}.pp-intro{margin-bottom:3rem}.pp-intro-card{background:var(--pp-bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--pp-border);border-radius:24px;padding:2.5rem}.pp-intro-card p{margin-bottom:1rem;color:var(--pp-text-light);font-size:1.05rem}.pp-intro-card p:last-of-type{margin-bottom:0}.pp-intro-card strong{color:var(--pp-primary-light)}.pp-age-badge{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#a855f71a;border:1px solid rgba(168,85,247,.2);border-radius:16px;margin:1.5rem 0}.pp-age-badge svg{flex-shrink:0;stroke:var(--pp-primary-light)}.pp-age-badge span{font-size:1rem;color:var(--pp-text-light)}.pp-agreement-text{font-style:italic;color:var(--pp-text-muted)!important;border-top:1px solid var(--pp-border);padding-top:1.5rem;margin-top:1.5rem!important}.pp-toc{background:var(--pp-bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--pp-border);border-radius:20px;padding:2rem;margin-bottom:3rem}.pp-toc-title{font-family:Anton,sans-serif;font-size:1.25rem;font-weight:400;letter-spacing:.02em;color:var(--pp-text);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--pp-primary);display:inline-block}.pp-toc-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.5rem 2rem;counter-reset:toc-counter;list-style:none;padding:0;margin:0}.pp-toc-list li{counter-increment:toc-counter}.pp-toc-list li a{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;color:var(--pp-text-light);text-decoration:none;font-size:.95rem;transition:all .2s ease;border-radius:8px}.pp-toc-list li a:before{content:counter(toc-counter);display:flex;align-items:center;justify-content:center;min-width:28px;height:28px;background:#a855f726;color:var(--pp-primary-light);font-size:.8rem;font-weight:600;border-radius:8px;transition:all .2s ease}.pp-toc-list li a:hover{color:var(--pp-primary-light);padding-left:.5rem}.pp-toc-list li a:hover:before{background:var(--pp-primary);color:#fff}.pp-section{background:var(--pp-bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--pp-border);border-radius:24px;padding:2.5rem;margin-bottom:2rem;transition:all .3s ease}.pp-section:hover{border-color:#a855f733;box-shadow:0 8px 30px #6a0dad1a}.pp-section:target{animation:highlight 2s ease}.pp-section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--pp-border)}.pp-section-number{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;background:linear-gradient(135deg,var(--pp-primary-dark),var(--pp-primary));color:#fff;font-family:Anton,sans-serif;font-size:1.1rem;border-radius:12px;box-shadow:0 4px 15px #6a0dad66}.pp-section-header h2{font-family:Anton,sans-serif;font-size:1.5rem;font-weight:400;letter-spacing:.02em;color:var(--pp-text);margin:0;text-transform:uppercase}.pp-section-content h3{font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:600;color:var(--pp-primary-light);margin:1.5rem 0 .75rem}.pp-section-content h3:first-child{margin-top:0}.pp-section-content p{color:var(--pp-text-light);margin-bottom:1rem}.pp-note{font-size:.9rem;color:var(--pp-text-muted);font-style:italic}.pp-list{padding-left:1.5rem;margin:1rem 0;list-style:none}.pp-list li{position:relative;padding:.5rem 0 .5rem 1.5rem;color:var(--pp-text-light)}.pp-list li:before{content:"";position:absolute;left:0;top:1rem;width:6px;height:6px;background:var(--pp-primary);border-radius:50%}.pp-list li strong{color:var(--pp-text)}.pp-list-styled li:before{background:linear-gradient(135deg,var(--pp-primary),var(--pp-accent));width:8px;height:8px}.pp-optional-tag{display:inline-block;margin-left:.5rem;padding:.125rem .5rem;background:#f59e0b26;color:var(--pp-warning);font-size:.8rem;border-radius:4px;font-weight:500}.pp-highlight-box{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#a855f71a;border:1px solid rgba(168,85,247,.2);border-radius:12px;margin:1.5rem 0}.pp-highlight-box svg{flex-shrink:0;stroke:var(--pp-primary-light)}.pp-highlight-box span{color:var(--pp-text-light);font-size:.95rem}.pp-no-sell{background:#10b9811a;border-color:#10b98133}.pp-no-sell svg{stroke:var(--pp-success)}.pp-permission-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.pp-permission-card{background:#ffffff05;border:1px solid var(--pp-border);border-radius:16px;padding:1.5rem;transition:all .3s ease}.pp-permission-card:hover{transform:translateY(-4px);border-color:#a855f74d;box-shadow:0 8px 25px #6a0dad26}.pp-permission-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;margin-bottom:1rem}.pp-permission-icon.camera{background:#a855f726}.pp-permission-icon.camera svg{stroke:var(--pp-primary-light)}.pp-permission-icon.microphone{background:#ec489926}.pp-permission-icon.microphone svg{stroke:#ec4899}.pp-permission-icon.files{background:#f59e0b26}.pp-permission-icon.files svg{stroke:var(--pp-warning)}.pp-permission-icon.location{background:#10b98126}.pp-permission-icon.location svg{stroke:var(--pp-success)}.pp-permission-icon.notifications{background:#3b82f626}.pp-permission-icon.notifications svg{stroke:#3b82f6}.pp-permission-card h4{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;color:var(--pp-text);margin-bottom:.5rem}.pp-permission-card p{font-size:.9rem;color:var(--pp-text-muted);margin-bottom:.75rem}.pp-permission-card ul{padding-left:0;margin:0;list-style:none}.pp-permission-card li{position:relative;padding:.3rem 0 .3rem 1.25rem;font-size:.875rem;color:var(--pp-text-light)}.pp-permission-card li:before{content:"✓";position:absolute;left:0;color:var(--pp-success);font-weight:700;font-size:.8rem}.pp-permission-note{margin-top:.75rem;padding:.5rem .75rem;background:#10b9811a;border-radius:8px;font-size:.85rem;color:var(--pp-success)}.pp-permission-warning{margin-top:.75rem;padding:.5rem .75rem;background:#f59e0b1a;border-radius:8px;font-size:.85rem;color:var(--pp-warning)}.pp-rights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin:1.5rem 0}.pp-right-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ffffff05;border:1px solid var(--pp-border);border-radius:12px;transition:all .2s ease}.pp-right-item:hover{border-color:#a855f74d;background:#a855f70d}.pp-right-item svg{flex-shrink:0;stroke:var(--pp-primary-light)}.pp-right-item span{font-size:.9rem;color:var(--pp-text-light)}.pp-security-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin:1.5rem 0}.pp-security-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#10b9810d;border:1px solid rgba(16,185,129,.15);border-radius:14px;transition:all .2s ease}.pp-security-item:hover{transform:translate(4px)}.pp-security-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#10b98126;border-radius:12px;flex-shrink:0}.pp-security-icon svg{stroke:var(--pp-success)}.pp-security-item span{font-size:.95rem;color:var(--pp-text-light)}.pp-contact-box{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,var(--pp-primary-dark),var(--pp-primary));border-radius:16px;text-align:center}.pp-contact-box p{color:#ffffffe6;margin-bottom:.75rem}.pp-email-link{display:inline-block;padding:.75rem 2rem;background:#fff;color:var(--pp-primary-dark)!important;font-weight:600;border-radius:100px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #0003}.pp-email-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.pp-contact-card{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem}.pp-contact-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#ffffff05;border:1px solid var(--pp-border);border-radius:12px;transition:all .2s ease}.pp-contact-item:hover{border-color:#a855f74d}.pp-contact-item svg{stroke:var(--pp-primary-light);flex-shrink:0}.pp-contact-item a{color:var(--pp-primary-light);text-decoration:none;font-weight:500}.pp-contact-item a:hover{text-decoration:underline}.pp-closing{margin-top:3rem}.pp-closing-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 2rem;background:#a855f71a;border:1px solid rgba(168,85,247,.2);border-radius:24px}.pp-closing-card svg{stroke:var(--pp-primary-light);margin-bottom:1rem;animation:heartbeat 2s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.pp-closing-card p{font-size:1.15rem;color:var(--pp-text-light);font-style:italic;margin:0}.pp-footer{background:#0f0f14f2;border-top:1px solid var(--pp-border);color:#fff;padding:2rem}.pp-footer-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.pp-footer-logo img{height:1.5rem;width:auto}.pp-footer-text{color:var(--pp-text-muted);font-size:.9rem;margin:0}.pp-footer-links{display:flex;align-items:center;gap:1rem}.pp-footer-links a{color:var(--pp-text-light);text-decoration:none;font-size:.9rem;transition:color .2s ease}.pp-footer-links a:hover{color:var(--pp-primary-light)}.pp-footer-links span{color:var(--pp-text-muted)}@media (max-width: 992px){.pp-footer-container{padding:0 1.5rem}}@media (max-width: 768px){.pp-footer{padding:1.5rem 1rem}.pp-footer-container{flex-direction:column;text-align:center;gap:1rem}.pp-footer-logo img{height:1.25rem}.pp-footer-text{font-size:.85rem;order:3}.pp-footer-links{justify-content:center}.pp-footer-links a{font-size:.85rem;padding:.5rem 1rem;background:#a855f71a;border:1px solid rgba(168,85,247,.2);border-radius:100px}}@media (max-width: 600px){.pp-header-container{padding:.75rem 1rem}.pp-logo{height:1.5rem}.pp-back-btn{padding:.5rem 1rem;font-size:.85rem}.pp-hero{padding:8rem 1.5rem 3rem}.pp-hero-title{font-size:2.5rem}.pp-hero-subtitle{font-size:1rem}.pp-main{padding:0 1rem 3rem}.pp-intro-card,.pp-section{padding:1.5rem;border-radius:18px}.pp-toc{padding:1.5rem}.pp-toc-list{grid-template-columns:1fr}.pp-section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.pp-section-header h2{font-size:1.25rem}.pp-permission-grid,.pp-rights-grid,.pp-security-grid{grid-template-columns:1fr}.pp-age-badge{flex-direction:column;text-align:center;gap:.75rem}.pp-footer-container{flex-direction:column;text-align:center}.pp-contact-card{flex-direction:column}.pp-contact-item{width:100%;justify-content:center}}@media (max-width: 480px){.pp-hero{padding:7rem 1rem 2.5rem}.pp-hero-badge{font-size:.8rem;padding:.4rem .8rem}.pp-hero-title{font-size:2rem}.pp-intro-card,.pp-section{padding:1.25rem;border-radius:16px}.pp-list{padding-left:.5rem}.pp-list li{padding-left:1.25rem}.pp-highlight-box{flex-direction:column;text-align:center;padding:1rem}.pp-closing-card{padding:2rem 1.5rem}.pp-footer{padding:1.25rem .75rem}.pp-footer-container{gap:.75rem}.pp-footer-logo img{height:1.1rem}.pp-footer-text{font-size:.8rem}.pp-footer-links a{font-size:.8rem;padding:.4rem .75rem}}@media (max-width: 360px){.pp-hero-title{font-size:1.75rem}.pp-section-title{font-size:1.25rem}.pp-footer-container{gap:.5rem}.pp-footer-text{font-size:.75rem}}a:focus-visible,button:focus-visible{outline:2px solid var(--pp-primary);outline-offset:2px}.delete-account-page{--da-primary: #a855f7;--da-primary-light: #c084fc;--da-primary-dark: #6A0DAD;--da-danger: #ef4444;--da-danger-light: #f87171;--da-danger-dark: #dc2626;--da-warning: #f59e0b;--da-success: #10b981;--da-bg: rgba(20, 20, 30, 1);--da-bg-card: rgba(255, 255, 255, .03);--da-text: #ffffff;--da-text-light: rgba(255, 255, 255, .75);--da-text-muted: rgba(255, 255, 255, .5);--da-border: rgba(255, 255, 255, .08);min-height:100vh;background:linear-gradient(180deg,#14141ef2,#191928e6,#141423f2);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--da-text);line-height:1.7}.da-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#14141ee6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--da-border)}.da-header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.da-logo-link{display:flex;align-items:center}.da-logo{height:2rem;width:auto}.da-back-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,var(--da-primary-dark),var(--da-primary));color:#fff;border-radius:100px;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;box-shadow:0 4px 15px #6a0dad66}.da-back-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a855f780}.da-hero{position:relative;padding:10rem 2rem 5rem;overflow:hidden}.da-hero-bg{position:absolute;inset:0;z-index:0}.da-hero-gradient{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,rgba(106,13,173,.2) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(239,68,68,.1) 0%,transparent 50%)}.da-hero-pattern{position:absolute;inset:0;opacity:.3;background-image:radial-gradient(circle at 25% 25%,rgba(239,68,68,.15) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(168,85,247,.15) 0%,transparent 50%)}.da-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;text-align:center}.da-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:100px;font-size:.85rem;font-weight:500;color:var(--da-danger-light);margin-bottom:1.5rem}.da-hero-badge svg{stroke:var(--da-danger-light)}.da-hero-title{font-family:Anton,sans-serif;font-size:clamp(2.5rem,8vw,4rem);font-weight:400;letter-spacing:.02em;color:#fff;text-transform:uppercase;margin-bottom:1rem;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.3)}.da-hero-subtitle{font-size:1.15rem;color:var(--da-text-light);max-width:600px;margin:0 auto}.da-main{padding:0 2rem 4rem}.da-container{max-width:900px;margin:0 auto}.da-section-title{font-family:Anton,sans-serif;font-size:1.75rem;font-weight:400;letter-spacing:.02em;color:var(--da-text);text-align:center;margin-bottom:.5rem;text-transform:uppercase}.da-section-subtitle{text-align:center;color:var(--da-text-light);margin-bottom:2.5rem}.da-warning-section{margin-bottom:3rem}.da-warning-card{display:flex;gap:1.5rem;padding:2rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:20px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.da-warning-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:#ef444433;border-radius:16px}.da-warning-icon svg{stroke:var(--da-danger-light)}.da-warning-content h2{font-family:Anton,sans-serif;font-size:1.5rem;font-weight:400;color:var(--da-danger-light);margin-bottom:.75rem;text-transform:uppercase}.da-warning-content p{color:var(--da-text-light);margin-bottom:1rem}.da-warning-content ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.5rem}.da-warning-content li{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;color:var(--da-text-light);font-size:.95rem}.da-warning-content li:before{content:"✕";color:var(--da-danger-light);font-weight:700;font-size:.8rem}.da-steps-section{margin-bottom:3rem}.da-steps-container{display:flex;flex-direction:column;gap:1.5rem}.da-step-card{display:flex;gap:1.5rem;padding:2rem;background:var(--da-bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--da-border);border-radius:20px;transition:all .3s ease}.da-step-card:hover{border-color:#a855f733;box-shadow:0 8px 30px #6a0dad1a}.da-step-number{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,var(--da-primary-dark),var(--da-primary));color:#fff;font-family:Anton,sans-serif;font-size:1.25rem;border-radius:14px;box-shadow:0 4px 15px #6a0dad66}.da-step-content{flex:1}.da-step-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:#a855f726;border-radius:14px;margin-bottom:1rem}.da-step-icon svg{stroke:var(--da-primary-light)}.da-step-content h3{font-family:DM Sans,sans-serif;font-size:1.25rem;font-weight:600;color:var(--da-text);margin-bottom:.5rem}.da-step-content p{color:var(--da-text-light);margin-bottom:1rem}.da-email-box,.da-subject-box{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#ffffff05;border:1px solid var(--da-border);border-radius:12px}.da-email-address,.da-subject-text{flex:1;font-family:Monaco,Consolas,monospace;font-size:.95rem;color:var(--da-primary-light);font-weight:500}.da-copy-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:linear-gradient(135deg,var(--da-primary-dark),var(--da-primary));color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.da-copy-btn:hover{transform:scale(1.02);box-shadow:0 4px 15px #6a0dad66}.da-copy-btn svg{stroke:#fff}.da-reason-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.da-reason-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#10b9811a;border-radius:10px}.da-check-icon{color:var(--da-success);font-weight:700}.da-reason-item span:last-child{color:var(--da-text-light)}.da-reasons-examples{padding:1rem 1.25rem;background:#ffffff05;border:1px solid var(--da-border);border-radius:12px;border-style:dashed}.da-example-title{font-weight:600;color:var(--da-text);margin-bottom:.5rem}.da-reasons-examples ul{list-style:disc;padding-left:1.5rem;margin:0}.da-reasons-examples li{color:var(--da-text-muted);font-size:.9rem;padding:.25rem 0}.da-timeline{display:flex;flex-direction:column;gap:0;position:relative;padding-left:1.5rem}.da-timeline:before{content:"";position:absolute;left:6px;top:12px;bottom:12px;width:2px;background:linear-gradient(180deg,var(--da-primary),var(--da-success));border-radius:1px}.da-timeline-item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0;position:relative}.da-timeline-dot{position:absolute;left:-1.5rem;top:1rem;width:14px;height:14px;background:#14141e;border:3px solid var(--da-primary);border-radius:50%;z-index:1}.da-timeline-item:last-child .da-timeline-dot{border-color:var(--da-success)}.da-timeline-content{display:flex;flex-direction:column;gap:.25rem}.da-timeline-content strong{color:var(--da-text);font-size:.95rem}.da-timeline-content span{color:var(--da-text-muted);font-size:.9rem}.da-action-section{margin-bottom:3rem}.da-action-card{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,var(--da-primary-dark),var(--da-primary));border-radius:24px;color:#fff}.da-action-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:#ffffff26;border-radius:20px;margin-bottom:1.5rem}.da-action-icon svg{stroke:#fff}.da-action-card h2{font-family:Anton,sans-serif;font-size:1.75rem;font-weight:400;margin-bottom:.5rem;text-transform:uppercase}.da-action-card>p{opacity:.9;margin-bottom:1.5rem}.da-send-email-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#fff;color:var(--da-primary-dark);font-size:1rem;font-weight:600;border-radius:100px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #0003}.da-send-email-btn:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000040}.da-send-email-btn svg{stroke:var(--da-primary-dark)}.da-manual-note{margin-top:1.5rem;font-size:.9rem;opacity:.85}.da-manual-note a{color:#fff;text-decoration:underline}.da-alternatives-section{margin-bottom:3rem}.da-alternatives-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.da-alternative-card{padding:2rem;background:var(--da-bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--da-border);border-radius:20px;text-align:center;transition:all .3s ease}.da-alternative-card:hover{border-color:#a855f733;box-shadow:0 8px 30px #6a0dad1a}.da-alt-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:14px;margin-bottom:1rem}.da-alt-icon.pause{background:#f59e0b26}.da-alt-icon.pause svg{stroke:var(--da-warning)}.da-alt-icon.privacy{background:#3b82f626}.da-alt-icon.privacy svg{stroke:#60a5fa}.da-alt-icon.support{background:#10b98126}.da-alt-icon.support svg{stroke:var(--da-success)}.da-alternative-card h3{font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:600;color:var(--da-text);margin-bottom:.5rem}.da-alternative-card p{color:var(--da-text-muted);font-size:.9rem;line-height:1.6}.da-contact-section{margin-bottom:2rem}.da-contact-card{padding:2.5rem;background:var(--da-bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--da-border);border-radius:20px;text-align:center}.da-contact-card h2{font-family:Anton,sans-serif;font-size:1.5rem;font-weight:400;color:var(--da-text);margin-bottom:.5rem;text-transform:uppercase}.da-contact-card>p{color:var(--da-text-light);margin-bottom:1.5rem}.da-contact-methods{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.da-contact-method{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#ffffff05;border:1px solid var(--da-border);border-radius:100px;color:var(--da-text-light);text-decoration:none;transition:all .2s ease}.da-contact-method:hover{border-color:#a855f74d;color:var(--da-primary-light)}.da-contact-method svg{stroke:var(--da-primary-light)}.da-footer{background:#0f0f14f2;border-top:1px solid var(--da-border);color:#fff;padding:2rem}.da-footer-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.da-footer-logo img{height:1.5rem;width:auto}.da-footer-text{color:var(--da-text-muted);font-size:.9rem;margin:0}.da-footer-links{display:flex;align-items:center;gap:1rem}.da-footer-links a{color:var(--da-text-light);text-decoration:none;font-size:.9rem;transition:color .2s ease}.da-footer-links a:hover{color:var(--da-primary-light)}.da-footer-links span{color:var(--da-text-muted)}@media (max-width: 992px){.da-footer-container{padding:0 1.5rem}}.da-alternatives-grid{grid-template-columns:1fr}} @media (max-width: 768px){.da-header-container{padding:.75rem 1rem}.da-logo{height:1.5rem}.da-back-btn{padding:.5rem 1rem;font-size:.85rem}.da-hero{padding:8rem 1.5rem 3rem}.da-hero-title{font-size:2.5rem}.da-hero-subtitle{font-size:1rem}.da-main{padding:0 1rem 3rem}.da-warning-card{flex-direction:column;padding:1.5rem}.da-warning-icon{width:56px;height:56px}.da-warning-content ul{grid-template-columns:1fr}.da-step-card{flex-direction:column;padding:1.5rem}.da-step-number{width:40px;height:40px;font-size:1rem}.da-email-box,.da-subject-box{flex-direction:column;align-items:stretch;gap:.75rem}.da-copy-btn{justify-content:center}.da-action-card{padding:2rem 1.5rem}.da-send-email-btn{padding:.875rem 1.5rem;font-size:.95rem}.da-contact-methods{flex-direction:column;align-items:center}.da-footer{padding:1.5rem 1rem}.da-footer-container{flex-direction:column;text-align:center;gap:1rem}.da-footer-logo img{height:1.25rem}.da-footer-text{font-size:.85rem;order:3}.da-footer-links{justify-content:center}.da-footer-links a{font-size:.85rem;padding:.5rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:100px}}@media (max-width: 480px){.da-hero{padding:7rem 1rem 2.5rem}.da-hero-badge{font-size:.8rem}.da-hero-title{font-size:2rem}.da-section-title{font-size:1.5rem}.da-warning-card,.da-step-card,.da-alternative-card,.da-contact-card{padding:1.25rem;border-radius:16px}.da-action-card{padding:1.5rem;border-radius:16px}.da-action-icon{width:64px;height:64px}.da-alternative-card{padding:1.5rem}.da-footer{padding:1.25rem .75rem}.da-footer-container{gap:.75rem}.da-footer-logo img{height:1.1rem}.da-footer-text{font-size:.8rem}.da-footer-links a{font-size:.8rem;padding:.4rem .75rem}}@media (max-width: 360px){.da-hero-title{font-size:1.75rem}.da-section-title{font-size:1.25rem}.da-footer-container{gap:.5rem}.da-footer-text{font-size:.75rem}}a:focus-visible,button:focus-visible{outline:2px solid var(--da-primary);outline-offset:2px}.csae-policy-page{--csae-primary: #a855f7;--csae-primary-light: #c084fc;--csae-primary-dark: #6A0DAD;--csae-danger: #ef4444;--csae-danger-light: #f87171;--csae-danger-dark: #dc2626;--csae-warning: #f59e0b;--csae-success: #10b981;--csae-info: #818cf8;--csae-bg: rgba(20, 20, 30, 1);--csae-bg-card: rgba(255, 255, 255, .03);--csae-text: #ffffff;--csae-text-light: rgba(255, 255, 255, .75);--csae-text-muted: rgba(255, 255, 255, .5);--csae-border: rgba(255, 255, 255, .08);min-height:100vh;background:linear-gradient(180deg,#14141ef2,#191928e6,#141423f2);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--csae-text);line-height:1.7}.csae-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#14141ee6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--csae-border)}.csae-header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.csae-logo-link{display:flex;align-items:center}.csae-logo{height:2rem;width:auto}.csae-back-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,var(--csae-primary-dark),var(--csae-primary));color:#fff;border-radius:100px;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;box-shadow:0 4px 15px #6a0dad66}.csae-back-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a855f780}.csae-hero{position:relative;padding:10rem 2rem 4rem;margin-bottom:2rem;overflow:hidden}.csae-hero-bg{position:absolute;inset:0;z-index:0}.csae-hero-gradient{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,rgba(106,13,173,.2) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(139,92,246,.15) 0%,transparent 50%)}.csae-hero-pattern{position:absolute;inset:0;opacity:.3;background-image:radial-gradient(circle at 25% 25%,rgba(168,85,247,.2) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(139,92,246,.15) 0%,transparent 50%)}.csae-hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;text-align:center}.csae-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#a855f726;border:1px solid rgba(168,85,247,.3);border-radius:100px;font-size:.85rem;font-weight:500;color:var(--csae-primary-light);margin-bottom:1.5rem}.csae-hero-badge svg{stroke:var(--csae-primary-light)}.csae-hero-title{font-family:Anton,sans-serif;font-size:clamp(2rem,6vw,3rem);font-weight:400;letter-spacing:.02em;color:#fff;text-transform:uppercase;margin-bottom:1rem;line-height:1.2;text-shadow:0 4px 20px rgba(0,0,0,.3)}.csae-hero-subtitle{font-size:1.15rem;color:var(--csae-text-light);max-width:600px;margin:0 auto}.csae-main{padding:0 2rem 4rem}.csae-container{max-width:900px;margin:0 auto}.csae-intro-section{margin-bottom:3rem}.csae-intro-card{display:flex;gap:1.5rem;padding:2rem;background:#a855f71a;border:1px solid rgba(168,85,247,.2);border-radius:20px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.csae-intro-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:#a855f733;border-radius:16px}.csae-intro-icon svg{stroke:var(--csae-primary-light)}.csae-intro-content h2{font-family:Anton,sans-serif;font-size:1.5rem;font-weight:400;color:var(--csae-primary-light);margin-bottom:.75rem;text-transform:uppercase}.csae-intro-content p{color:var(--csae-text-light);margin:0}.csae-policies-section{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.csae-policy-card{display:flex;gap:1.5rem;padding:2rem;background:var(--csae-bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--csae-border);border-radius:20px;transition:all .3s ease}.csae-policy-card:hover{border-color:#a855f733;box-shadow:0 8px 30px #6a0dad1a}.csae-policy-number{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,var(--csae-primary-dark),var(--csae-primary));color:#fff;font-family:Anton,sans-serif;font-size:1.25rem;border-radius:14px;box-shadow:0 4px 15px #6a0dad66}.csae-policy-content{flex:1}.csae-policy-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:14px;margin-bottom:1rem}.csae-policy-icon.danger{background:#ef444426}.csae-policy-icon.danger svg{stroke:var(--csae-danger-light)}.csae-policy-icon.warning{background:#f59e0b26}.csae-policy-icon.warning svg{stroke:var(--csae-warning)}.csae-policy-icon.primary{background:#a855f726}.csae-policy-icon.primary svg{stroke:var(--csae-primary-light)}.csae-policy-icon.success{background:#10b98126}.csae-policy-icon.success svg{stroke:var(--csae-success)}.csae-policy-icon.info{background:#818cf826}.csae-policy-icon.info svg{stroke:var(--csae-info)}.csae-policy-content h3{font-family:DM Sans,sans-serif;font-size:1.25rem;font-weight:600;color:var(--csae-text);margin-bottom:.5rem}.csae-policy-content>p{color:var(--csae-text-light);margin-bottom:1rem}.csae-prohibited-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.csae-prohibited-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;background:#ef44441a;border-radius:10px;color:var(--csae-text-light);font-size:.95rem}.csae-x-icon{color:var(--csae-danger-light);font-weight:700;font-size:.9rem;flex-shrink:0;margin-top:.1rem}.csae-age-info{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:#ffffff05;border-radius:12px;border:1px dashed var(--csae-border)}.csae-age-item{display:flex;align-items:center;gap:1rem}.csae-age-number{font-family:Anton,sans-serif;font-size:2rem;color:var(--csae-warning)}.csae-age-item span{color:var(--csae-text-light)}.csae-age-divider{height:1px;background:var(--csae-border)}.csae-age-action{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#ef44441a;border-radius:10px}.csae-age-action svg{stroke:var(--csae-danger-light);flex-shrink:0;margin-top:.1rem}.csae-age-action span{color:var(--csae-text-light);font-size:.95rem}.csae-moderation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.csae-mod-item{padding:1.25rem;background:#ffffff05;border:1px solid var(--csae-border);border-radius:12px;text-align:center}.csae-mod-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#a855f726;border-radius:12px;margin-bottom:.75rem}.csae-mod-icon svg{stroke:var(--csae-primary-light)}.csae-mod-item h4{font-size:.95rem;font-weight:600;color:var(--csae-text);margin-bottom:.25rem}.csae-mod-item p{font-size:.85rem;color:var(--csae-text-muted);margin:0}.csae-action-box{padding:1.5rem;background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:12px}.csae-action-box h4{font-size:1rem;font-weight:600;color:var(--csae-danger-light);margin-bottom:1rem}.csae-action-steps{display:flex;flex-direction:column;gap:.75rem}.csae-action-step{display:flex;align-items:center;gap:.75rem}.csae-action-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.csae-action-dot.red{background:var(--csae-danger-light)}.csae-action-step span{color:var(--csae-text-light);font-size:.95rem}.csae-report-box{padding:1.5rem;background:#ffffff05;border:1px solid var(--csae-border);border-radius:12px}.csae-report-methods{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.csae-report-method{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff05;border-radius:10px;border:1px solid var(--csae-border)}.csae-report-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#10b98126;border-radius:10px}.csae-report-icon svg{stroke:var(--csae-success)}.csae-report-info{display:flex;flex-direction:column;gap:.25rem}.csae-report-info strong{color:var(--csae-text);font-size:.95rem}.csae-report-info span,.csae-report-info a{color:var(--csae-primary-light);font-size:.9rem;text-decoration:none}.csae-report-info a:hover{text-decoration:underline}.csae-report-note{color:var(--csae-text-muted);font-size:.9rem;margin:0;padding-top:.5rem;border-top:1px dashed var(--csae-border)}.csae-authorities-grid{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.csae-authority-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff05;border:1px solid var(--csae-border);border-radius:10px}.csae-authority-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#818cf826;border-radius:10px}.csae-authority-icon svg{stroke:var(--csae-info)}.csae-authority-item span{color:var(--csae-text-light);font-size:.95rem}.csae-cooperation-note{color:var(--csae-text-light);font-size:.9rem;margin:0;padding:1rem;background:#818cf814;border-radius:10px;border-left:3px solid var(--csae-info)}.csae-commitment-list{display:flex;flex-direction:column;gap:.5rem}.csae-commitment-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;background:#10b9811a;border-radius:10px}.csae-check-icon{color:var(--csae-success);font-weight:700;flex-shrink:0}.csae-commitment-item span{color:var(--csae-text-light);font-size:.95rem}.csae-education-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.csae-education-item{padding:1.25rem;background:#ffffff05;border:1px solid var(--csae-border);border-radius:12px}.csae-education-item h4{font-size:1rem;font-weight:600;color:var(--csae-text);margin-bottom:.5rem}.csae-education-item p{color:var(--csae-text-muted);font-size:.9rem;margin:0}.csae-data-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.csae-data-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;background:#ffffff05;border:1px solid var(--csae-border);border-radius:10px;color:var(--csae-text-light);font-size:.95rem}.csae-data-list li:before{content:"•";color:var(--csae-warning);font-weight:700;flex-shrink:0}.csae-statement-section{margin-bottom:3rem}.csae-statement-card{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,var(--csae-primary-dark),var(--csae-primary));border-radius:24px;color:#fff}.csae-statement-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:#ffffff26;border-radius:20px;margin-bottom:1.5rem}.csae-statement-icon svg{stroke:#fff}.csae-statement-card h2{font-family:Anton,sans-serif;font-size:1.75rem;font-weight:400;margin-bottom:1rem;text-transform:uppercase}.csae-statement-card p{opacity:.95;max-width:700px;margin:0 auto;line-height:1.8}.csae-contact-section{margin-bottom:2rem}.csae-contact-card{padding:2.5rem;background:var(--csae-bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--csae-border);border-radius:20px;text-align:center}.csae-contact-card h2{font-family:Anton,sans-serif;font-size:1.5rem;font-weight:400;color:var(--csae-text);margin-bottom:.5rem;text-transform:uppercase}.csae-contact-card>p{color:var(--csae-text-light);margin-bottom:1.5rem}.csae-contact-methods{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.csae-contact-method{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#ffffff05;border:1px solid var(--csae-border);border-radius:100px;color:var(--csae-text-light);text-decoration:none;transition:all .2s ease}.csae-contact-method:hover{border-color:#a855f74d;color:var(--csae-primary-light)}.csae-contact-method svg{stroke:var(--csae-primary-light)}.csae-contact-note{color:var(--csae-text-muted);font-size:.9rem;margin:0}.csae-last-updated{text-align:center;padding:1rem 0}.csae-last-updated p{color:var(--csae-text-muted);font-size:.85rem;margin:0}.csae-footer{background:#0f0f14f2;border-top:1px solid var(--csae-border);color:#fff;padding:2rem}.csae-footer-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.csae-footer-logo img{height:1.5rem;width:auto}.csae-footer-text{color:var(--csae-text-muted);font-size:.9rem;margin:0}.csae-footer-links{display:flex;align-items:center;gap:1rem}.csae-footer-links a{color:var(--csae-text-light);text-decoration:none;font-size:.9rem;transition:color .2s ease}.csae-footer-links a:hover{color:var(--csae-primary-light)}.csae-footer-links span{color:var(--csae-text-muted)}@media (max-width: 992px){.csae-footer-container{padding:0 1.5rem}}.csae-moderation-grid,.csae-education-grid{grid-template-columns:1fr}} @media (max-width: 768px){.csae-header-container{padding:.75rem 1rem}.csae-logo{height:1.5rem}.csae-back-btn{padding:.5rem 1rem;font-size:.85rem}.csae-hero{padding:8rem 1.5rem 3rem}.csae-hero-title{font-size:1.75rem}.csae-hero-subtitle{font-size:1rem}.csae-main{padding:0 1rem 3rem}.csae-intro-card{flex-direction:column;padding:1.5rem}.csae-intro-icon{width:56px;height:56px}.csae-policy-card{flex-direction:column;padding:1.5rem}.csae-policy-number{width:40px;height:40px;font-size:1rem}.csae-statement-card{padding:2rem 1.5rem}.csae-contact-methods{flex-direction:column;align-items:center}.csae-footer{padding:1.5rem 1rem}.csae-footer-container{flex-direction:column;text-align:center;gap:1rem}.csae-footer-logo img{height:1.25rem}.csae-footer-text{font-size:.85rem;order:3}.csae-footer-links{justify-content:center}.csae-footer-links a{font-size:.85rem;padding:.5rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:100px}}@media (max-width: 480px){.csae-hero{padding:7rem 1rem 2.5rem}.csae-hero-badge{font-size:.8rem}.csae-hero-title{font-size:1.5rem}.csae-intro-card,.csae-policy-card,.csae-contact-card{padding:1.25rem;border-radius:16px}.csae-statement-card{padding:1.5rem;border-radius:16px}.csae-statement-icon{width:64px;height:64px}.csae-footer{padding:1.25rem .75rem}.csae-footer-container{gap:.75rem}.csae-footer-logo img{height:1.1rem}.csae-footer-text{font-size:.8rem}.csae-footer-links a{font-size:.8rem;padding:.4rem .75rem}}@media (max-width: 360px){.csae-hero-title{font-size:1.5rem}.csae-section-title{font-size:1.25rem}.csae-footer-container{gap:.5rem}.csae-footer-text{font-size:.75rem}}a:focus-visible,button:focus-visible{outline:2px solid var(--csae-primary);outline-offset:2px}.terms-conditions-page{--tc-primary: #a855f7;--tc-primary-light: #c084fc;--tc-primary-dark: #6A0DAD;--tc-accent: #e879f9;--tc-bg: rgba(20, 20, 30, 1);--tc-bg-card: rgba(255, 255, 255, .03);--tc-text: #ffffff;--tc-text-light: rgba(255, 255, 255, .75);--tc-text-muted: rgba(255, 255, 255, .5);--tc-border: rgba(255, 255, 255, .08);--tc-success: #10b981;--tc-warning: #f59e0b;--tc-error: #ef4444;min-height:100vh;background:linear-gradient(180deg,#14141ef2,#191928e6,#141423f2);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--tc-text);line-height:1.7}.tc-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#14141ee6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--tc-border)}.tc-header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.tc-logo-link{display:flex;align-items:center;text-decoration:none}.tc-logo{height:2rem;width:auto}.tc-back-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,var(--tc-primary-dark),var(--tc-primary));color:#fff;border-radius:100px;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;box-shadow:0 4px 15px #6a0dad66}.tc-back-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a855f780}.tc-hero{position:relative;padding:10rem 2rem 5rem;overflow:hidden}.tc-hero-bg{position:absolute;inset:0;z-index:0}.tc-hero-gradient{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,rgba(106,13,173,.2) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(139,92,246,.15) 0%,transparent 50%)}.tc-hero-pattern{position:absolute;inset:0;opacity:.3;background-image:radial-gradient(circle at 25% 25%,rgba(168,85,247,.2) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(139,92,246,.15) 0%,transparent 50%)}.tc-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;text-align:center}.tc-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#a855f726;border:1px solid rgba(168,85,247,.3);border-radius:100px;font-size:.85rem;font-weight:500;color:var(--tc-primary-light);margin-bottom:1.5rem}.tc-hero-badge svg{stroke:var(--tc-primary-light)}.tc-hero-title{font-family:Anton,sans-serif;font-size:clamp(2.5rem,8vw,4rem);font-weight:400;letter-spacing:.02em;color:#fff;text-transform:uppercase;margin-bottom:1rem;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.3)}.tc-hero-subtitle{font-size:1.15rem;color:var(--tc-text-light);max-width:600px;margin:0 auto 1.5rem}.tc-last-updated{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--tc-bg-card);border:1px solid var(--tc-border);border-radius:100px;font-size:.875rem;color:var(--tc-text-muted)}.tc-last-updated svg{stroke:var(--tc-text-muted)}.tc-main{padding:0 2rem 4rem}.tc-container{max-width:900px;margin:0 auto}.tc-intro{margin-bottom:3rem}.tc-intro-card{background:var(--tc-bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--tc-border);border-radius:24px;padding:2.5rem}.tc-intro-card p{margin-bottom:1rem;color:var(--tc-text-light);font-size:1.05rem}.tc-intro-card p:last-of-type{margin-bottom:0}.tc-intro-card strong{color:var(--tc-primary-light)}.tc-age-badge{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#a855f71a;border:1px solid rgba(168,85,247,.2);border-radius:16px;margin:1.5rem 0 0}.tc-age-badge svg{flex-shrink:0;stroke:var(--tc-primary-light)}.tc-age-badge span{font-size:1rem;color:var(--tc-text-light)}.tc-toc{background:var(--tc-bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--tc-border);border-radius:20px;padding:2rem;margin-bottom:3rem}.tc-toc-title{font-family:Anton,sans-serif;font-size:1.25rem;font-weight:400;letter-spacing:.02em;color:var(--tc-text);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--tc-primary);display:inline-block}.tc-toc-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.5rem 2rem;counter-reset:toc-counter;list-style:none;padding:0;margin:0}.tc-toc-list li{counter-increment:toc-counter}.tc-toc-list li a{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;color:var(--tc-text-light);text-decoration:none;font-size:.95rem;transition:all .2s ease;border-radius:8px}.tc-toc-list li a:before{content:counter(toc-counter);display:flex;align-items:center;justify-content:center;min-width:28px;height:28px;background:#a855f726;color:var(--tc-primary-light);font-size:.8rem;font-weight:600;border-radius:8px;transition:all .2s ease}.tc-toc-list li a:hover{color:var(--tc-primary-light);padding-left:.5rem}.tc-toc-list li a:hover:before{background:var(--tc-primary);color:#fff}.tc-section{background:var(--tc-bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--tc-border);border-radius:24px;padding:2.5rem;margin-bottom:2rem;transition:all .3s ease}.tc-section:hover{border-color:#a855f733;box-shadow:0 8px 30px #6a0dad1a}.tc-section:target{animation:highlight 2s ease}@keyframes highlight{0%,to{box-shadow:none}50%{box-shadow:0 0 0 3px #a855f74d,0 8px 30px #a855f726}}.tc-section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--tc-border)}.tc-section-number{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;background:linear-gradient(135deg,var(--tc-primary-dark),var(--tc-primary));color:#fff;font-family:Anton,sans-serif;font-size:1.1rem;border-radius:12px;box-shadow:0 4px 15px #6a0dad66}.tc-section-header h2{font-family:Anton,sans-serif;font-size:1.5rem;font-weight:400;letter-spacing:.02em;color:var(--tc-text);margin:0;text-transform:uppercase}.tc-section-content h3{font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:600;color:var(--tc-primary-light);margin:1.5rem 0 .75rem}.tc-section-content h3:first-child{margin-top:0}.tc-section-content p{color:var(--tc-text-light);margin-bottom:1rem}.tc-note{font-size:.9rem;color:var(--tc-text-muted);font-style:italic}.tc-inline-link{color:var(--tc-primary-light);text-decoration:none;font-weight:500;transition:all .2s ease}.tc-inline-link:hover{text-decoration:underline;color:var(--tc-primary)}.tc-list{padding-left:1.5rem;margin:1rem 0;list-style:none}.tc-list li{position:relative;padding:.5rem 0 .5rem 1.5rem;color:var(--tc-text-light)}.tc-list li:before{content:"";position:absolute;left:0;top:1rem;width:6px;height:6px;background:var(--tc-primary);border-radius:50%}.tc-list li strong{color:var(--tc-text)}.tc-list-styled li:before{background:linear-gradient(135deg,var(--tc-primary),var(--tc-accent));width:8px;height:8px}.tc-nested-list{padding-left:1.5rem;margin:.75rem 0;list-style:none}.tc-nested-list li{position:relative;padding:.3rem 0 .3rem 1rem;font-size:.95rem}.tc-nested-list li:before{content:"→";position:absolute;left:0;top:.3rem;color:var(--tc-primary-light);font-size:.9rem}.tc-prohibited-list li:before{content:"✕";width:auto;height:auto;background:none;color:var(--tc-error);font-weight:700;font-size:.9rem;top:.5rem}.tc-highlight-box{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#a855f71a;border:1px solid rgba(168,85,247,.2);border-radius:12px;margin:1.5rem 0}.tc-highlight-box svg{flex-shrink:0;stroke:var(--tc-primary-light)}.tc-highlight-box span{color:var(--tc-text-light);font-size:.95rem}.tc-warning{background:#f59e0b1a;border-color:#f59e0b33}.tc-warning svg{stroke:var(--tc-warning)}.tc-contact-card{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem}.tc-contact-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#ffffff05;border:1px solid var(--tc-border);border-radius:12px;transition:all .2s ease}.tc-contact-item:hover{border-color:#a855f74d}.tc-contact-item svg{stroke:var(--tc-primary-light);flex-shrink:0}.tc-contact-item a{color:var(--tc-primary-light);text-decoration:none;font-weight:500}.tc-contact-item a:hover{text-decoration:underline}.tc-closing{margin-top:3rem}.tc-closing-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 2rem;background:#a855f71a;border:1px solid rgba(168,85,247,.2);border-radius:24px}.tc-closing-card svg{stroke:var(--tc-primary-light);margin-bottom:1rem}.tc-closing-card p{font-size:1.15rem;color:var(--tc-text-light);font-style:italic;margin:0}.tc-footer{background:#0f0f14f2;border-top:1px solid var(--tc-border);color:#fff;padding:2rem}.tc-footer-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.tc-footer-logo img{height:1.5rem;width:auto}.tc-footer-text{color:var(--tc-text-muted);font-size:.9rem;margin:0}.tc-footer-links{display:flex;align-items:center;gap:1rem}.tc-footer-links a{color:var(--tc-text-light);text-decoration:none;font-size:.9rem;transition:color .2s ease}.tc-footer-links a:hover{color:var(--tc-primary-light)}.tc-footer-links span{color:var(--tc-text-muted)}@media (max-width: 992px){.tc-footer-container{padding:0 1.5rem}}@media (max-width: 768px){.tc-footer{padding:1.5rem 1rem}.tc-footer-container{flex-direction:column;text-align:center;gap:1rem}.tc-footer-logo img{height:1.25rem}.tc-footer-text{font-size:.85rem;order:3}.tc-footer-links{justify-content:center}.tc-footer-links a{font-size:.85rem;padding:.5rem 1rem;background:#a855f71a;border:1px solid rgba(168,85,247,.2);border-radius:100px}}.tc-header-container{padding:.75rem 1rem}.tc-logo{height:1.5rem}.tc-back-btn{padding:.5rem 1rem;font-size:.85rem}.tc-hero{padding:8rem 1.5rem 3rem}.tc-hero-title{font-size:2.5rem}.tc-hero-subtitle{font-size:1rem}.tc-main{padding:0 1rem 3rem}.tc-intro-card,.tc-section{padding:1.5rem;border-radius:18px}.tc-toc{padding:1.5rem}.tc-toc-list{grid-template-columns:1fr}.tc-section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.tc-section-header h2{font-size:1.25rem}.tc-age-badge{flex-direction:column;text-align:center;gap:.75rem}.tc-footer-container{flex-direction:column;text-align:center}.tc-contact-card{flex-direction:column}.tc-contact-item{width:100%;justify-content:center}} @media (max-width: 480px){.tc-hero{padding:7rem 1rem 2.5rem}.tc-hero-badge{font-size:.8rem;padding:.4rem .8rem}.tc-hero-title{font-size:2rem}.tc-intro-card,.tc-section{padding:1.25rem;border-radius:16px}.tc-list{padding-left:.5rem}.tc-list li{padding-left:1.25rem}.tc-highlight-box{flex-direction:column;text-align:center;padding:1rem}.tc-closing-card{padding:2rem 1.5rem}.tc-footer{padding:1.25rem .75rem}.tc-footer-container{gap:.75rem}.tc-footer-logo img{height:1.1rem}.tc-footer-text{font-size:.8rem}.tc-footer-links a{font-size:.8rem;padding:.4rem .75rem}}@media (max-width: 360px){.tc-hero-title{font-size:1.75rem}.tc-section-title{font-size:1.25rem}.tc-footer-container{gap:.5rem}.tc-footer-text{font-size:.75rem}}a:focus-visible,button:focus-visible{outline:2px solid var(--tc-primary);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.App{min-height:100vh;overflow-x:hidden}*{box-sizing:border-box}body{margin:0;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{margin:0;padding:0}button{font-family:inherit}html{scroll-behavior:smooth;color-scheme:only light}img{color-scheme:only light}
