@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap);*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#fff;font-family:Outfit,sans-serif;line-height:1.6}#root{min-height:100vh;width:100%}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#fff3;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}::selection{background:#fff3;color:#fff}::-moz-selection{background:#fff3;color:#fff}.navbar{left:0;padding:20px 0;position:fixed;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%;z-index:1000}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000c;box-shadow:0 4px 20px #00000080;padding:15px 0}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.logo,.nav-container{align-items:center;display:flex}.logo{color:#fff;cursor:pointer;font-size:24px;font-weight:700;gap:12px}.logo-image{filter:drop-shadow(0 2px 8px rgba(255,255,255,.3));height:40px;object-fit:contain;width:40px}.logo svg{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#b0b0b0);-webkit-background-clip:text;font-size:32px}.nav-links{display:flex;gap:40px;list-style:none}.nav-link{color:#fff;cursor:pointer;font-weight:500;padding:8px 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:after{background:linear-gradient(135deg,#fff,#b0b0b0);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.hamburger{color:#fff;cursor:pointer;display:none;font-size:24px}@media (max-width:768px){.navbar{padding:15px 0}.nav-container{padding:0 15px}.nav-links{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#000000fa;box-shadow:0 10px 30px #00000080;flex-direction:column;gap:25px;height:calc(100vh - 70px);left:-100%;overflow-y:auto;padding:40px 30px;position:fixed;top:70px;transition:left .4s ease;width:100%}.nav-links.active{left:0}.nav-link{font-size:18px;padding:12px 0;text-align:center}.hamburger{display:block}.logo{font-size:20px}.logo-image{height:36px;width:36px}}@media (max-width:480px){.navbar{padding:12px 0}.nav-container{padding:0 15px}.logo{font-size:18px;gap:10px}.logo-image{height:32px;width:32px}.nav-links{gap:20px;height:calc(100vh - 60px);padding:30px 20px;top:60px}.nav-link{font-size:16px;padding:10px 0}.hamburger{font-size:20px}}.hero{align-items:center;display:flex;min-height:100vh;padding:120px 0 80px;position:relative}.hero-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.hero-text{z-index:1}.badge{align-items:center;border-radius:50px;display:inline-flex;font-size:14px;font-weight:600;gap:8px;margin-bottom:30px;padding:10px 20px}.hero-title{font-size:60px;font-weight:900;line-height:1.1;margin-bottom:24px}.hero-description{color:#fffc;font-size:18px;line-height:1.8;margin-bottom:40px}.hero-buttons{display:flex;gap:20px;margin-bottom:50px}.btn-download-hero{align-items:center;display:flex;gap:12px;overflow:hidden;position:relative}.btn-download-hero:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-download-hero:hover:before{left:100%}.btn-text{align-items:flex-start;display:flex;flex-direction:column}.btn-main-text{font-size:16px;font-weight:700;line-height:1.2}.btn-sub-text{font-size:12px;font-weight:500;line-height:1;margin-top:2px;opacity:.8}.hero-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.stat-item{align-items:center;border-radius:16px;display:flex;gap:15px;padding:20px}.stat-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#b0b0b0);-webkit-background-clip:text;font-size:32px}.stat-info h3{font-size:16px;font-weight:700;margin-bottom:4px}.stat-info p{color:#fff9;font-size:13px}.phone-mockup{border-radius:45px;margin:0 auto;padding:15px;perspective:1000px;transform-style:preserve-3d;width:350px}.phone-mockup,.phone-screen{height:auto;position:relative}.phone-screen{background:#000;border-radius:40px;box-shadow:0 20px 60px #00000080,inset 0 0 0 2px #ffffff1a;overflow:hidden;width:100%}.phone-notch-hero{background:#000;border-radius:0 0 20px 20px;height:30px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:150px;z-index:10}.phone-screen img{display:block;height:auto;object-fit:contain;padding-top:35px;width:100%}.glow-effect{background:radial-gradient(circle,#ffffff1a 0,#0000 70%);border-radius:50%;height:150%;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:150%;z-index:-1}.floating-card{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#4ade8026;border:1px solid #4ade804d;border-radius:50px;box-shadow:0 8px 32px #0000004d;display:flex;font-size:14px;font-weight:700;gap:12px;padding:14px 24px;position:absolute;white-space:nowrap}.card-1{right:-100px;top:15%}.card-2{bottom:20%;left:-100px}.floating-card svg{font-size:22px}@media (max-width:1024px){.hero-content{gap:40px;grid-template-columns:1fr}.hero-image{order:-1}.floating-card{display:none}}@media (max-width:768px){.hero{padding:100px 0 60px}.hero-title{font-size:36px;line-height:1.2}.hero-description{font-size:15px;line-height:1.6}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{justify-content:center;width:100%}.btn-download-hero{font-size:16px;padding:18px 32px}.btn-download-hero svg{font-size:24px}.hero-stats{gap:15px;grid-template-columns:1fr}.stat-item{padding:15px}.phone-mockup{width:280px}.badge{font-size:12px;padding:8px 16px}}@media (max-width:480px){.hero{padding:80px 0 40px}.hero-title{font-size:28px;line-height:1.3}.hero-description{font-size:14px;line-height:1.6;margin-bottom:30px}.badge{font-size:11px;margin-bottom:20px;padding:6px 14px}.hero-buttons{gap:12px;margin-bottom:30px}.hero-buttons .btn{font-size:14px;padding:14px 24px}.btn-download-hero{animation:pulse-download 2s infinite;padding:16px 28px}.btn-main-text{font-size:15px}.btn-sub-text{font-size:11px}}@keyframes pulse-download{0%,to{box-shadow:0 4px 15px #0000004d,inset 0 1px 0 #fff3}50%{box-shadow:0 6px 25px #fff6,inset 0 1px 0 #ffffff4d,0 0 20px #fff3}.stat-item{padding:12px}.stat-icon{font-size:24px}.stat-info h3{font-size:14px}.stat-info p{font-size:12px}.phone-mockup{padding:10px;width:260px}.phone-screen img{padding-top:30px}.floating-card{display:none}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #fff3}50%{box-shadow:0 0 40px #fff6}}.phone-mockup:hover{animation:pulse-glow 2s infinite}.features{padding:100px 0;position:relative}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.feature-card{overflow:hidden;padding:40px;position:relative;text-align:center}.feature-icon{align-items:center;background:linear-gradient(135deg,#fff,#b0b0b0);border-radius:20px;box-shadow:0 10px 30px #ffffff1a;color:#000;display:flex;font-size:36px;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.feature-card h3{font-size:22px;font-weight:700;margin-bottom:16px}.feature-card p{color:#ffffffb3;line-height:1.6;margin-bottom:24px}.feature-list{list-style:none;text-align:left}.feature-list li{align-items:center;color:#fffc;display:flex;font-size:14px;gap:10px;margin-bottom:12px}.feature-list svg{color:#4ade80;flex-shrink:0;font-size:16px}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.features{padding:60px 0}.section-title{font-size:32px}.section-description{font-size:16px}.features-grid{gap:20px;grid-template-columns:1fr}.feature-card{padding:30px 25px}.feature-icon{font-size:32px;height:70px;margin-bottom:20px;width:70px}.feature-card h3{font-size:20px}.feature-card p{font-size:15px}.feature-list li{font-size:14px}}@media (max-width:480px){.features{padding:50px 0}.section-title{font-size:28px}.section-description{font-size:14px}.feature-card{padding:25px 20px}.feature-icon{font-size:28px;height:60px;margin-bottom:16px;width:60px}.feature-card h3{font-size:18px;margin-bottom:12px}.feature-card p{font-size:14px;margin-bottom:20px}.feature-list li{font-size:13px;padding:10px 0}}.how-to-use-dynamic{background:#ffffff03;overflow:hidden;padding:100px 0;position:relative}.dynamic-showcase{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin-top:60px}.showcase-content{position:relative;z-index:2}.content-wrapper{min-height:500px;overflow:hidden;padding:50px;position:relative}.step-number-bg{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ffffff26,#ffffff08);-webkit-background-clip:text;background-clip:text;font-size:180px;font-weight:900;left:30px;line-height:1;pointer-events:none;position:absolute;top:-20px;z-index:0}.step-badge{border-radius:50px;display:inline-block;font-size:14px;font-weight:700;margin-bottom:20px;padding:8px 20px;position:relative;z-index:1}.content-wrapper h3{font-size:42px;font-weight:900;line-height:1.2;margin-bottom:12px;position:relative;z-index:1}.subtitle{display:block;font-size:20px;font-weight:600;margin-bottom:24px}.description{color:#fffc;font-size:16px;line-height:1.8;margin-bottom:30px}.features-list{list-style:none;margin-bottom:30px;padding:0}.features-list li{align-items:center;border-bottom:1px solid #ffffff0d;color:#ffffffe6;display:flex;font-size:15px;gap:15px;padding:12px 0}.features-list li:last-child{border-bottom:none}.checkmark{align-items:center;background:linear-gradient(135deg,#4ade80,#22c55e);border-radius:50%;display:flex;flex-shrink:0;font-size:14px;font-weight:700;height:24px;justify-content:center;width:24px}.progress-bar-container{margin-top:30px}.progress-bar{background:#ffffff1a;border-radius:50px;height:8px;margin-bottom:10px;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#fff,#b0b0b0);border-radius:50px;height:100%;transition:width .5s ease}.progress-text{color:#ffffffb3;font-size:14px;font-weight:600}.controls{gap:20px;margin-top:40px}.control-btn,.controls{align-items:center;display:flex;justify-content:center}.control-btn{border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:20px;height:50px;transition:all .3s ease;width:50px}.control-btn:hover{background:#ffffff26}.dots-container{align-items:center;display:flex;gap:12px}.dot{background:none;border:none;color:#ffffff4d;cursor:pointer;font-size:12px;padding:0;transition:all .3s ease}.dot.active{color:#fff;font-size:16px}.dot:hover{color:#ffffffb3}.showcase-image{align-items:center;display:flex;justify-content:center;position:relative}.phone-mockup-dynamic{height:auto;padding:15px;perspective:1000px;position:relative;transform-style:preserve-3d;width:380px}.phone-frame{align-items:flex-start;background:#000;border-radius:45px;box-shadow:0 20px 60px #00000080,inset 0 0 0 2px #ffffff1a;display:flex;height:auto;justify-content:center;overflow:hidden;padding:35px 0 0;position:relative;width:100%}.phone-notch{background:#000;border-radius:0 0 20px 20px;height:30px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:150px;z-index:10}.phone-frame img{background:#0a0a0a;display:block;height:auto;object-fit:contain;width:100%}.floating-info{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:50px;box-shadow:0 8px 32px #0000004d;display:flex;font-size:14px;font-weight:700;gap:10px;padding:12px 20px;position:absolute;white-space:nowrap}.info-1{background:#4ade8033;border:1px solid #4ade804d;right:-50px;top:10%}.info-2{background:#ffc85733;border:1px solid #ffc8574d;bottom:15%;left:-50px}.info-icon{font-size:18px}.phone-mockup-dynamic:hover{transform:rotateY(5deg) rotateX(-5deg)}@media (max-width:1200px){.dynamic-showcase{gap:60px}.phone-mockup-dynamic{height:600px;width:300px}.content-wrapper h3{font-size:36px}.step-number-bg{font-size:150px}}@media (max-width:1024px){.dynamic-showcase{gap:50px;grid-template-columns:1fr}.showcase-image{order:-1}.floating-info{display:none}.phone-mockup-dynamic{height:640px;width:320px}}@media (max-width:768px){.how-to-use-dynamic{padding:60px 0}.section-title{font-size:32px}.section-description{font-size:16px}.content-wrapper{min-height:auto;padding:35px 25px}.content-wrapper h3{font-size:26px;margin-bottom:10px}.subtitle{font-size:17px;margin-bottom:20px}.description{font-size:15px;margin-bottom:25px}.step-number-bg{font-size:100px;left:15px;top:-5px}.step-badge{font-size:13px;padding:6px 16px}.features-list li{font-size:14px;padding:10px 0}.checkmark{font-size:12px;height:20px;width:20px}.phone-mockup-dynamic{width:300px}.controls{gap:15px;margin-top:25px}.control-btn{font-size:18px;height:45px;width:45px}.dots-container{gap:10px}}@media (max-width:480px){.how-to-use-dynamic{padding:50px 0}.section-title{font-size:26px}.section-description{font-size:14px}.content-wrapper{padding:30px 20px}.content-wrapper h3{font-size:22px;margin-bottom:8px}.subtitle{font-size:15px;margin-bottom:16px}.description{font-size:14px;margin-bottom:20px}.features-list li{font-size:13px;gap:12px;padding:8px 0}.checkmark{font-size:11px;height:18px;width:18px}.phone-mockup-dynamic{padding:12px;width:260px}.step-number-bg{font-size:80px;left:10px;top:0}.step-badge{font-size:12px;padding:5px 14px}.controls{gap:12px;margin-top:20px}.control-btn{font-size:16px;height:40px;width:40px}.dot{font-size:10px}.dot.active{font-size:14px}.progress-text{font-size:13px}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.content-wrapper *{transition:all .3s ease}.glass-morphism-card{backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid #ffffff1a}.features-list li:hover{background:#ffffff05;padding-left:10px}.features-list li:hover .checkmark{transform:scale(1.1)}.download{padding:100px 0;position:relative}.download-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1.5fr 1fr;padding:60px}.download-text h2{font-size:42px;font-weight:900;line-height:1.2;margin-bottom:24px}.download-text>p{color:#ffffffb3;font-size:18px;margin-bottom:40px}.download-info{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:40px}.info-item{align-items:center;display:flex;gap:15px}.info-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#b0b0b0);-webkit-background-clip:text;font-size:32px}.info-item strong{display:block;font-size:16px;font-weight:700;margin-bottom:4px}.info-item p{color:#fff9;font-size:14px}.download-buttons{margin-bottom:30px}.btn-download{align-items:center;background:linear-gradient(135deg,#fff,#b0b0b0);border-radius:50px;color:#000;display:inline-flex;font-weight:700;gap:15px;padding:20px 40px;text-decoration:none}.btn-download svg{font-size:24px}.btn-content{align-items:flex-start;display:flex;flex-direction:column}.btn-main{font-size:18px}.btn-subtitle{font-size:12px;opacity:.8}.installation-note{background:#ffc8571a;border:1px solid #ffc8574d;border-radius:16px;display:flex;gap:15px;padding:20px}.installation-note svg{color:#ffc857;flex-shrink:0;font-size:24px}.installation-note strong{color:#ffc857;display:block;margin-bottom:4px}.installation-note p{color:#fffc;font-size:14px}.qr-code{align-items:center;border-radius:20px;display:flex;height:200px;justify-content:center;margin:0 auto;width:200px}.qr-placeholder{text-align:center}.qr-placeholder svg{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#b0b0b0);-webkit-background-clip:text;font-size:80px;margin-bottom:10px}.qr-placeholder p{color:#fff9;font-size:14px}.requirements{margin-top:80px}.requirements h3{font-size:32px;font-weight:700;margin-bottom:40px;text-align:center}.requirements-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.requirement-item{border-radius:20px;padding:30px;text-align:center}.req-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#b0b0b0);-webkit-background-clip:text;font-size:40px;margin-bottom:16px}.requirement-item h4{font-size:18px;font-weight:700;margin-bottom:8px}.requirement-item p{color:#fff9;font-size:14px}@media (max-width:1024px){.download-content{grid-template-columns:1fr;padding:40px 30px}.requirements-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.download{padding:60px 0}.download-content{gap:40px;padding:40px 30px}.download-text h2{font-size:30px;line-height:1.3}.download-text>p{font-size:16px;margin-bottom:30px}.download-info{gap:15px;grid-template-columns:1fr}.info-item{gap:12px}.info-icon{font-size:28px}.info-item strong{font-size:15px}.info-item p{font-size:13px}.btn-download{padding:18px 32px;width:100%}.installation-note{font-size:14px;padding:18px}.qr-code{height:180px;width:180px}.requirements h3{font-size:28px}.requirements-grid{gap:15px;grid-template-columns:1fr}.requirement-item{padding:25px}}@media (max-width:480px){.download{padding:50px 0}.download-content{gap:30px;padding:30px 20px}.download-text h2{font-size:26px;line-height:1.3;margin-bottom:16px}.download-text>p{font-size:14px;margin-bottom:25px}.download-info{gap:12px}.info-item{gap:10px}.info-icon{font-size:24px}.info-item strong{font-size:14px}.info-item p{font-size:12px}.btn-download{padding:16px 28px}.btn-main{font-size:16px}.btn-subtitle{font-size:11px}.installation-note{font-size:13px;gap:12px;padding:15px}.installation-note svg{font-size:20px}.qr-code{height:160px;width:160px}.qr-placeholder svg{font-size:60px}.qr-placeholder p{font-size:12px}.requirements{margin-top:60px}.requirements h3{font-size:24px;margin-bottom:30px}.requirements-grid{gap:12px}.requirement-item{padding:20px}.req-icon{font-size:32px;margin-bottom:12px}.requirement-item h4{font-size:16px;margin-bottom:6px}.requirement-item p{font-size:13px}}.faq{background:#ffffff05;padding:100px 0}.faq-container{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:800px}.faq-item{cursor:pointer;padding:30px;transition:all .4s ease}.faq-question{align-items:center;display:flex;gap:20px;justify-content:space-between}.faq-question h4{font-size:20px;font-weight:600}.faq-question svg{flex-shrink:0;font-size:18px;transition:transform .3s ease}.faq-answer{overflow:hidden;padding-top:16px}.faq-answer p{color:#ffffffb3;line-height:1.7}@media (max-width:768px){.faq{padding:60px 0}.section-title{font-size:32px}.section-description{font-size:16px}.faq-item{padding:25px 20px}.faq-question h4{font-size:18px;line-height:1.4}.faq-question svg{font-size:16px}.faq-answer p{font-size:15px;line-height:1.6}}@media (max-width:480px){.faq{padding:50px 0}.section-title{font-size:26px}.section-description{font-size:14px}.faq-container{gap:15px}.faq-item{padding:20px 18px}.faq-question{gap:15px}.faq-question h4{font-size:16px;line-height:1.4}.faq-answer p,.faq-question svg{font-size:14px}.faq-answer p{line-height:1.6}}.footer{background:#00000080;border-top:1px solid #ffffff1a;padding:60px 0 30px}.footer-content{grid-gap:60px;display:grid;gap:60px;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:40px}.footer-brand .logo{margin-bottom:16px}.footer-brand p{color:#fff9}.footer-brand .logo-image{filter:drop-shadow(0 2px 8px rgba(255,255,255,.3));height:40px;object-fit:contain;width:40px}.footer-contact h4,.footer-legal h4,.footer-links h4{font-size:18px;font-weight:700;margin-bottom:20px}.footer-legal ul,.footer-links ul{list-style:none}.footer-legal li,.footer-links li{margin-bottom:12px}.footer-legal a,.footer-links a{color:#ffffffb3;cursor:pointer;text-decoration:none;transition:all .3s ease}.footer-legal a:hover,.footer-links a:hover{color:#fff}.footer-contact p{color:#fff9;margin-bottom:12px}.footer-contact a{color:#fff;font-weight:600;text-decoration:none}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:30px;text-align:center}.footer-bottom p{color:#ffffff80}.footer-bottom .privacy-link{color:#ffffffe6;font-weight:500;text-decoration:none;transition:color .3s ease}.footer-bottom .privacy-link:hover{color:#fff;text-decoration:underline}@media (max-width:768px){.footer{padding:50px 0 25px}.footer-content{gap:35px;grid-template-columns:1fr;margin-bottom:30px}.footer-brand .logo{font-size:22px}.footer-brand .logo-image{height:36px;width:36px}.footer-brand p{font-size:15px;margin-top:12px}.footer-contact h4,.footer-legal h4,.footer-links h4{font-size:17px;margin-bottom:16px}.footer-links li{margin-bottom:10px}.footer-links a{font-size:15px}.footer-contact p{font-size:15px;margin-bottom:10px}.footer-contact a{font-size:15px}.footer-bottom p{font-size:14px}}@media (max-width:480px){.footer{padding:40px 0 20px}.footer-content{gap:30px;margin-bottom:25px}.footer-brand .logo{font-size:20px;gap:10px}.footer-brand .logo-image{height:32px;width:32px}.footer-brand p{font-size:14px;margin-top:10px}.footer-contact h4,.footer-legal h4,.footer-links h4{font-size:16px;margin-bottom:14px}.footer-links li{margin-bottom:8px}.footer-links a{font-size:14px}.footer-contact p{font-size:14px;margin-bottom:8px}.footer-contact a{font-size:14px}.footer-bottom{padding-top:20px}.footer-bottom p{font-size:13px}}.animated-background{background:#000;height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:-1}.gradient-orb{filter:blur(100px);opacity:.3}.orb-1{background:radial-gradient(circle,#fff3 0,#0000 70%);height:600px;left:-200px;top:-200px;width:600px}.orb-2{background:radial-gradient(circle,#ffffff26 0,#0000 70%);bottom:-150px;height:500px;right:-150px;width:500px}.orb-3{background:radial-gradient(circle,#ffffff1a 0,#0000 70%);height:400px;width:400px}.stars{animation:twinkle 10s infinite;background-image:radial-gradient(2px 2px at 20% 30%,#fff,#0000),radial-gradient(2px 2px at 60% 70%,#fff,#0000),radial-gradient(1px 1px at 50% 50%,#fff,#0000),radial-gradient(1px 1px at 80% 10%,#fff,#0000),radial-gradient(2px 2px at 90% 60%,#fff,#0000),radial-gradient(1px 1px at 33% 80%,#fff,#0000);background-position:0 0;background-size:200% 200%;height:100%;opacity:.3;position:absolute;width:100%}@keyframes twinkle{0%,to{background-position:0 0;opacity:.3}50%{background-position:100% 100%;opacity:.6}}@media (max-width:768px){.orb-1,.orb-2,.orb-3{height:300px;width:300px}}.scroll-top{align-items:center;background:linear-gradient(135deg,#fff,#b0b0b0);border:none;border-radius:50%;bottom:30px;box-shadow:0 4px 15px #0000004d;color:#000;cursor:pointer;display:flex;font-size:20px;height:50px;justify-content:center;position:fixed;right:30px;width:50px;z-index:999}@media (max-width:768px){.scroll-top{bottom:20px;font-size:18px;height:45px;right:20px;width:45px}}@media (max-width:480px){.scroll-top{bottom:15px;font-size:16px;height:40px;right:15px;width:40px}}.privacy-policy-container{background:#0a0a0a;min-height:100vh;overflow:hidden;padding:100px 20px 50px;position:relative}.privacy-background{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.gradient-orb{animation:float 20s ease-in-out infinite;border-radius:50%;filter:blur(80px);opacity:.4;position:absolute}.orb-1{animation-delay:0s;background:linear-gradient(135deg,#fff,#b0b0b0);height:500px;left:-10%;top:-10%;width:500px}.orb-2{animation-delay:5s;background:linear-gradient(135deg,#d0d0d0,grey);bottom:-10%;height:400px;right:-10%;width:400px}.orb-3{animation-delay:10s;background:linear-gradient(135deg,#f0f0f0,#a0a0a0);height:450px;left:50%;top:50%;transform:translate(-50%,-50%);width:450px}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.privacy-content{margin:0 auto;max-width:1000px;position:relative;z-index:1}.privacy-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:30px;box-shadow:0 8px 32px #0000004d;margin-bottom:50px;padding:50px;text-align:center}.icon-container{align-items:center;animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:3px solid #ffffff4d;border-radius:50%;box-shadow:0 0 40px #fff3;display:flex;height:100px;justify-content:center;margin:0 auto 30px;width:100px}.icon-container i{font-size:45px}.icon-container i,.privacy-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#b0b0b0);-webkit-background-clip:text;background-clip:text}.privacy-header h1{font-size:3rem;font-weight:900;letter-spacing:2px;margin-bottom:10px;text-shadow:0 2px 20px #ffffff4d;text-transform:uppercase}.privacy-header .subtitle{color:#ffffffb3;font-size:1.3rem;font-weight:600;letter-spacing:1px;margin-bottom:20px}.last-updated{align-items:center;color:#ffffff80;display:flex;font-size:.9rem;font-style:italic;gap:10px;justify-content:center;margin-top:15px}.last-updated i{font-size:14px}.glass-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 8px 32px #0003;margin-bottom:30px;padding:40px;transition:transform .3s ease,box-shadow .3s ease}.glass-card:hover{border-color:#fff3;box-shadow:0 12px 48px #0000004d;transform:translateY(-5px)}.privacy-section{line-height:1.8}.section-header{border-bottom:2px solid #ffffff1a;gap:20px;margin-bottom:25px;padding-bottom:20px}.section-header,.section-icon{align-items:center;display:flex}.section-icon{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:2px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #ffffff1a;height:50px;justify-content:center;min-width:50px;width:50px}.section-icon i{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#b0b0b0);-webkit-background-clip:text;background-clip:text;font-size:22px}.section-header h2{color:#fff;font-size:1.6rem;font-weight:800;letter-spacing:.5px;margin:0}.section-content h3{color:#ffffffe6;font-size:1.2rem;font-weight:700;letter-spacing:.5px;margin-bottom:15px;margin-top:25px}.section-content p{color:#ffffffb3;font-size:1rem;line-height:1.8;margin-bottom:15px}.section-content ul{list-style:none;margin-bottom:20px;padding-left:0}.section-content ul li{color:#ffffffb3;font-size:.95rem;line-height:1.7;margin-bottom:12px;padding-left:30px;position:relative}.section-content ul li:before{color:#fff;content:"▹";font-size:1.5rem;font-weight:900;left:0;line-height:1;position:absolute}.section-content ul li strong{color:#fffffff2;font-weight:700}.contact-info,.glass-info{grid-gap:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border:1px solid #ffffff1a;border-radius:20px;display:grid;gap:20px;margin-top:20px;padding:30px}.contact-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;display:flex;gap:20px;padding:20px;transition:all .3s ease}.contact-item:hover{background:#ffffff14;border-color:#ffffff4d;transform:translateX(5px)}.contact-item i{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);background:linear-gradient(135deg,#fff,#b0b0b0);-webkit-background-clip:text;background-clip:text;border:2px solid #fff3;border-radius:12px;display:flex;font-size:28px;height:50px;justify-content:center;width:50px}.contact-item div{flex:1 1}.contact-item strong{color:#ffffffe6;display:block;font-size:.85rem;font-weight:700;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.contact-item a{color:#ffffffb3;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#fff;text-decoration:underline}.consent-section{padding:50px;text-align:center}.consent-icon{align-items:center;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:3px solid #ffffff4d;border-radius:50%;box-shadow:0 0 30px #fff3;display:flex;height:80px;justify-content:center;margin:0 auto 25px;width:80px}.consent-icon i{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#b0b0b0);-webkit-background-clip:text;background-clip:text;font-size:40px}.consent-section h2{color:#fff;font-size:1.5rem;font-weight:800;margin-bottom:15px}.consent-section p{color:#ffffffb3;font-size:1rem;line-height:1.8;margin:0 auto;max-width:700px}.privacy-footer{border-top:1px solid #ffffff1a;margin-top:30px;padding:30px;text-align:center}.privacy-footer p{color:#ffffff80;font-size:.9rem;margin:0}@media (max-width:768px){.privacy-policy-container{padding:80px 15px 40px}.gradient-orb{filter:blur(60px)}.orb-1,.orb-2,.orb-3{height:300px;width:300px}.privacy-header{border-radius:20px;margin-bottom:30px;padding:35px 25px}.icon-container{height:80px;margin-bottom:20px;width:80px}.icon-container i{font-size:35px}.privacy-header h1{font-size:2rem}.privacy-header .subtitle{font-size:1.1rem}.glass-card{border-radius:20px;padding:25px}.section-header{align-items:flex-start;flex-direction:column;gap:15px}.section-icon{height:45px;width:45px}.section-icon i{font-size:20px}.section-header h2{font-size:1.3rem}.section-content h3{font-size:1.1rem}.section-content p,.section-content ul li{font-size:.9rem}.contact-info,.glass-info{grid-template-columns:1fr;padding:20px}.contact-item{padding:15px}.contact-item i{font-size:24px;height:45px;width:45px}.consent-section{padding:35px 25px}.consent-icon{height:70px;width:70px}.consent-icon i{font-size:35px}.consent-section h2{font-size:1.3rem}.consent-section p{font-size:.9rem}}@media (max-width:480px){.privacy-policy-container{padding:70px 10px 30px}.privacy-header{padding:30px 20px}.privacy-header h1{font-size:1.6rem}.privacy-header .subtitle{font-size:1rem}.last-updated{font-size:.8rem}.glass-card{padding:20px}.section-header h2{font-size:1.1rem}.section-content h3{font-size:1rem}.contact-item{flex-direction:column;text-align:center}.consent-section{padding:30px 20px}}.delete-account-page{min-height:100vh;padding:100px 20px 50px;position:relative;z-index:1}.delete-account-container{animation:fadeInUp .6s ease-out;margin:0 auto;max-width:900px}.delete-header{margin-bottom:50px;text-align:center}.warning-icon{align-items:center;animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:3px solid #ffffff4d;border-radius:50%;box-shadow:0 0 40px #fff3;display:flex;height:120px;justify-content:center;margin:0 auto 30px;width:120px}.warning-icon i{font-size:50px}.delete-header h1,.warning-icon i{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#b0b0b0);-webkit-background-clip:text;background-clip:text}.delete-header h1{font-size:2.5rem;font-weight:900;letter-spacing:1px;margin-bottom:15px;text-transform:uppercase}.delete-header .subtitle{color:#ffffffb3;font-size:1rem;line-height:1.6;margin:0 auto;max-width:600px}.deletion-card,.instruction-card,.notice-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 8px 32px #0003;margin-bottom:30px;padding:40px;transition:transform .3s ease,box-shadow .3s ease}.deletion-card:hover,.instruction-card:hover,.notice-card:hover{box-shadow:0 12px 48px #0000004d;transform:translateY(-5px)}.card-header{align-items:center;border-bottom:2px solid #ffffff1a;display:flex;gap:15px;margin-bottom:30px;padding-bottom:20px}.card-header i{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#b0b0b0);-webkit-background-clip:text;background-clip:text;font-size:24px}.card-header h2{color:#fff;font-size:1.3rem;font-weight:900;letter-spacing:1.5px;margin:0;text-transform:uppercase}.steps-container{display:flex;flex-direction:column;gap:30px}.step{align-items:flex-start;display:flex;gap:20px}.step-number{align-items:center;background:linear-gradient(135deg,#fff3,#ffffff1a);border:3px solid #ffffff4d;border-radius:50%;box-shadow:0 4px 20px #fff3;color:#fff;display:flex;font-size:1.3rem;font-weight:900;height:50px;justify-content:center;min-width:50px;width:50px}.step-content{flex:1 1}.step-content h3{color:#fff;font-size:1.2rem;font-weight:700;letter-spacing:.5px;margin-bottom:10px}.step-content p{color:#ffffffb3;font-size:.95rem;line-height:1.6;margin-bottom:15px}.email-display{align-items:center;background:#0000004d;border:1px solid #ffffff1a;border-radius:16px;cursor:pointer;display:flex;gap:15px;margin-top:15px;padding:20px;transition:all .3s ease}.email-display:hover{background:#00000080;border-color:#ffffff4d;box-shadow:0 8px 24px #fff3;transform:translateY(-2px)}.email-display i.fa-envelope{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#b0b0b0);-webkit-background-clip:text;background-clip:text;font-size:20px}.email-display span{color:#fff;flex:1 1;font-size:1rem;font-weight:600;letter-spacing:.5px}.email-display .copy-icon{color:#ffffff80;font-size:18px}.copied-message{align-items:center;animation:slideInUp .3s ease-out;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;box-shadow:0 4px 20px #10b9814d;color:#fff;display:flex;font-size:.9rem;font-weight:600;gap:10px;margin-top:15px;padding:12px 20px}.copied-message i{font-size:18px}.bullet-list{list-style:none;margin-top:10px;padding-left:0}.bullet-list li{color:#fffc;font-size:.95rem;margin-bottom:8px;padding-left:25px;position:relative}.bullet-list li:before{color:#fff;content:"•";font-size:1.5rem;font-weight:900;left:0;line-height:1;position:absolute}.deletion-items{grid-gap:20px;display:grid;gap:20px}.deletion-item{align-items:flex-start;background:#0003;border:1px solid #ffffff0d;border-radius:16px;display:flex;gap:15px;padding:20px;transition:all .3s ease}.deletion-item:hover{background:#0000004d;border-color:#fff3;transform:translateX(5px)}.item-icon{align-items:center;background:#ffffff0d;border:2px solid #fff3;border-radius:12px;display:flex;height:45px;justify-content:center;min-width:45px;width:45px}.item-icon i{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#b0b0b0);-webkit-background-clip:text;background-clip:text;font-size:18px}.item-content h4{color:#fff;font-size:1rem;font-weight:700;letter-spacing:.5px;margin-bottom:5px}.item-content p{color:#fff9;font-size:.85rem;line-height:1.5;margin:0}.notice-items{display:flex;flex-direction:column;gap:15px}.notice-item{align-items:flex-start;background:#0003;border:1px solid #ffffff0d;border-radius:12px;display:flex;gap:15px;padding:15px}.notice-emoji{font-size:24px;min-width:30px}.notice-item p{color:#fffc;flex:1 1;font-size:.95rem;line-height:1.5;margin:0}.action-buttons{margin:40px 0;text-align:center}.send-request-btn{align-items:center;background:linear-gradient(135deg,#fff,#b0b0b0);border:none;border-radius:16px;box-shadow:0 8px 32px #ffffff4d;color:#000;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;gap:12px;letter-spacing:1px;padding:18px 50px;text-transform:uppercase;transition:all .3s ease}.send-request-btn:hover{background:linear-gradient(135deg,#b0b0b0,grey);box-shadow:0 12px 48px #ffffff80;transform:translateY(-3px)}.send-request-btn i{font-size:18px}.alternative-text{color:#ffffff80;font-size:.9rem;margin-top:20px}.copy-link{color:#fff;cursor:pointer;font-weight:600;text-decoration:underline;transition:color .3s ease}.copy-link:hover{color:#b0b0b0}.footer-info{border-top:1px solid #ffffff1a;margin-top:40px;padding-top:30px;text-align:center}.footer-info p{color:#fff9;font-size:.9rem;margin-bottom:10px}.footer-info a{color:#fff;font-weight:600;text-decoration:none;transition:color .3s ease}.footer-info a:hover{color:#b0b0b0;text-decoration:underline}.response-time{color:#fff6;font-size:.85rem;font-style:italic}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{box-shadow:0 0 40px #fff3;transform:scale(1)}50%{box-shadow:0 0 60px #ffffff4d;transform:scale(1.05)}}@media (max-width:768px){.delete-account-page{padding:80px 15px 30px}.delete-header h1{font-size:1.8rem}.warning-icon{height:100px;width:100px}.warning-icon i{font-size:40px}.deletion-card,.instruction-card,.notice-card{padding:25px}.card-header{align-items:flex-start;gap:10px}.card-header,.step{flex-direction:column}.step{gap:15px}.step-number{font-size:1.1rem;height:40px;min-width:40px;width:40px}.send-request-btn{justify-content:center;padding:16px 30px;width:100%}}@media (max-width:480px){.delete-header h1{font-size:1.5rem}.delete-header .subtitle{font-size:.9rem}.card-header h2{font-size:1.1rem}.email-display{flex-wrap:wrap}.email-display span{font-size:.9rem;word-break:break-all}}.form-container{align-items:center;background-color:#0a0a0c;background-image:radial-gradient(at 0 0,#ffffff0d 0,#0000 50%),radial-gradient(at 100% 0,#ffffff05 0,#0000 50%),radial-gradient(at 100% 100%,#ffffff0d 0,#0000 50%),radial-gradient(at 0 100%,#ffffff05 0,#0000 50%);color:#fff;display:flex;font-family:Outfit,sans-serif;justify-content:center;min-height:100vh;padding:40px 20px}.form-card{animation:slideUpFade .8s cubic-bezier(.16,1,.3,1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:32px;box-shadow:0 25px 50px -12px #00000080,inset 0 1px 1px #ffffff1a;max-width:550px;overflow:hidden;padding:50px;position:relative;width:100%}.form-card:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:4px;left:0;position:absolute;right:0;top:0}@keyframes slideUpFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.form-header{margin-bottom:40px;text-align:center}.form-header h1{color:#fff;font-size:32px;font-weight:800;letter-spacing:-.5px;margin:0 0 12px;text-transform:uppercase}.form-description{color:#fff9;font-size:16px;line-height:1.6;margin:0}.form-body{gap:28px}.form-body,.form-field{display:flex;flex-direction:column}.form-field{gap:10px}.field-label{color:#fff6;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.required{color:#ff4757;margin-left:4px}input[type=email],input[type=number],input[type=text],select,textarea{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;box-shadow:inset 0 2px 4px #0000001a;color:#fff;font-size:16px;padding:16px 20px;transition:all .3s cubic-bezier(.4,0,.2,1)}input:focus,select:focus,textarea:focus{background:#ffffff14;border-color:#ffffff4d;box-shadow:0 0 0 4px #ffffff0d,inset 0 2px 4px #0000001a;outline:none;transform:translateY(-1px)}textarea{font-family:inherit;min-height:120px;resize:vertical}.checkbox-group,.radio-group{display:flex;flex-direction:column;gap:14px}.checkbox-label,.radio-label{align-items:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;cursor:pointer;display:flex;gap:12px;padding:16px 20px;transition:all .25s ease}.checkbox-label:hover,.radio-label:hover{background:#ffffff12;border-color:#fff3;transform:translateX(4px)}input[type=checkbox],input[type=radio]{accent-color:#fff;height:18px;width:18px}.submit-button{background:#fff;border:none;border-radius:18px;color:#000;cursor:pointer;font-size:16px;font-weight:700;letter-spacing:1px;margin-top:20px;padding:20px 32px;text-transform:uppercase;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.submit-button:hover{background:#f8f9fa;box-shadow:0 15px 30px #ffffff26;transform:translateY(-4px) scale(1.02)}.submit-button:active{transform:translateY(0) scale(.98)}.form-card.error,.form-card.loading,.form-card.success{padding:80px 40px;text-align:center}.error-icon,.success-icon{filter:drop-shadow(0 0 15px rgba(255,255,255,.2));font-size:72px;margin-bottom:24px}.form-card.success h2{color:#fff;font-size:32px;font-weight:800}.form-card.error h2{color:#ff4757;font-weight:800}.spinner{animation:spin 1s cubic-bezier(.5,.1,.4,.9) infinite;border:5px solid #ffffff0d;border-radius:50%;border-top-color:#fff;height:60px;margin:0 auto 30px;width:60px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:600px){.form-card{border-radius:24px;padding:32px 24px}.form-header h1{font-size:26px}}.scrollytelling-container{background-color:#050505;min-height:500vh;overflow-x:hidden;position:relative;width:100%}.scrolly-canvas-wrapper{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1}.scrolly-animation-canvas{background-color:#050505;height:100%;object-fit:cover;width:100%;will-change:transform}.scrolly-corner-mask{background:#050505;bottom:0;height:60px;pointer-events:none;position:absolute;right:0;width:120px;z-index:10}.scrolly-content-overlay{align-items:center;display:flex;height:100vh;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;width:100vw;z-index:2}.scrolly-content-section{animation:scrollyFadeIn .8s ease-out;max-width:1400px;padding:40px;width:90%}@keyframes scrollyFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.scrolly-hero-title{left:6vw;top:10vh}.scrolly-hero-content{bottom:12vh;right:6vw}.scrolly-campaign-title{right:6vw;text-align:right;top:10vh}.scrolly-campaign-content{bottom:12vh;left:6vw;text-align:left}.scrolly-ai-title{bottom:12vh;right:6vw;text-align:right}.scrolly-ai-content{left:6vw;text-align:left;top:10vh}.scrolly-feature-list.align-left li{justify-content:flex-start}.scrolly-feature-list.align-right li{flex-direction:row-reverse;justify-content:flex-start}.scrolly-final-content{max-width:900px;top:60%;transform:translate(-50%,-50%)}.ultra-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#fff,#e6e6e6 40%,#a3a3a3);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 12px 35px rgba(0,0,0,.5));font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif;font-size:clamp(32px,9vw,155px);font-weight:900;letter-spacing:-.05em;line-height:.85;margin:0;text-shadow:0 0 20px #fff6,0 0 50px #fff3,0 25px 50px #000000b3;-webkit-user-select:none;user-select:none}.secondary-ultra{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#fff,#d1d1d1 50%,#999);-webkit-background-clip:text;background-clip:text;font-size:clamp(26px,5vw,78px);font-weight:900;letter-spacing:-.04em;line-height:.95;text-shadow:0 0 15px #ffffff4d,0 15px 30px #00000080}.scrolly-scroll-node{max-width:900px;pointer-events:none;position:fixed;transition:opacity .1s linear;width:95%;will-change:transform,opacity;z-index:10}.scrolly-hero-title{left:1vw;max-width:38vw;text-align:left;top:12vh;width:auto;z-index:20}.scrolly-hero-content{bottom:15vh;max-width:36vw;right:1.5vw;text-align:right;width:auto;z-index:20}.scrolly-ai-content,.scrolly-campaign-content{left:2vw;max-width:40vw;text-align:left;top:12vh;width:auto}.scrolly-ai-title,.scrolly-campaign-title{bottom:12vh;max-width:40vw;right:1vw;text-align:right;width:auto}.scrolly-analytics-center{bottom:8vh;left:50%;max-width:none;text-align:center;width:100%}.scrolly-final-content{left:50%;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%)!important;width:auto}.scrolly-final-content div{margin-top:50px}.cta-button{all:unset;animation:glassPulse 3.5s ease-in-out infinite;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);background:#ffffff2e;border:2px solid #fff6;border-radius:100px;box-shadow:0 20px 50px #000c,inset 0 1px 2px #fff6,0 0 30px #fff3;color:#fff;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif;font-size:clamp(20px,2vw,26px);font-weight:900;letter-spacing:.08em;overflow:hidden;padding:26px 72px;pointer-events:auto;position:relative;text-shadow:0 2px 10px #000c;text-transform:uppercase;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes glassPulse{0%,to{background:#ffffff2e;box-shadow:0 20px 50px #000c,0 0 20px #ffffff1a}50%{background:#ffffff40;box-shadow:0 30px 60px #000000e6,0 0 40px #ffffff40}}.cta-button:after{background:radial-gradient(circle,#fff3 0,#0000 70%);content:"";height:200%;left:-50%;opacity:0;pointer-events:none;position:absolute;top:-50%;transition:opacity .5s ease;width:200%}.cta-button:hover{background:#ffffff59;border-color:#fffc;box-shadow:0 35px 70px #000000e6,0 0 80px #ffffff4d,inset 0 1px 2px #fff9;color:#fff;transform:translateY(-8px) scale(1.08)}.cta-button:hover:after{opacity:1}.cta-button:active{transform:translateY(-2px) scale(.96)}.scrolly-scroll-spacer{height:500vh;position:relative;z-index:0}.scrolly-loading-screen{align-items:center;background-color:#050505;color:#ffffffb3;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.scrolly-loading-spinner{animation:scrollySpin 1s linear infinite;border:3px solid #ffffff1a;border-radius:50%;border-top-color:#0050ff;height:50px;margin-bottom:20px;width:50px}@keyframes scrollySpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.scrolly-loading-screen p{font-size:16px;font-weight:500;letter-spacing:.5px}@media (max-width:1024px){.scrolly-content-left,.scrolly-content-right{padding-left:40px;padding-right:40px}.scrolly-hero-title{max-width:55vw}.scrolly-hero-content{max-width:50vw}}@media (max-width:768px){.ultra-title{font-size:clamp(28px,10vw,48px);line-height:1}.secondary-ultra{font-size:clamp(24px,8vw,40px)}.scrolly-hero-title{left:4vw;max-width:92vw;text-align:left;top:8vh}.scrolly-hero-content{bottom:8vh;max-width:92vw;right:4vw;text-align:right}.scrolly-ai-title,.scrolly-campaign-title{bottom:12vh;max-width:92vw;right:4vw;text-align:right}.scrolly-ai-content,.scrolly-campaign-content{left:4vw;max-width:92vw;text-align:left;top:10vh}.scrolly-analytics-center{bottom:5vh}.cta-button{font-size:18px;padding:20px 52px}.scrolly-corner-mask{height:40px;width:90px}}@media (max-width:480px){.ultra-title{font-size:32px}.secondary-ultra{font-size:26px}.scrolly-ai-content,.scrolly-campaign-content,.scrolly-hero-title{top:6vh}.scrolly-ai-title,.scrolly-campaign-title,.scrolly-hero-content{bottom:6vh}.cta-button{font-size:16px;padding:16px 40px;text-align:center;width:80%}}.floating-play-btn-premium{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#0006;border:1px solid #ffffff1a;border-radius:35px!important;box-shadow:0 8px 32px 0 #00000080;box-sizing:border-box;cursor:pointer;display:flex;height:65px!important;justify-content:center;overflow:hidden;transition:width .4s cubic-bezier(.34,1.56,.64,1),transform 1.2s cubic-bezier(.22,1,.36,1),opacity .4s ease;width:65px!important}.floating-play-btn-premium:hover{width:160px!important}.floating-play-btn-premium:before{animation:btnRotate 3s linear infinite;background:conic-gradient(from 0deg,#0000 0deg,#fff 90deg,#0000 180deg);border-radius:inherit;content:"";inset:-2px;opacity:.8;position:absolute;z-index:0}@keyframes btnRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.floating-play-btn-premium:after{background:linear-gradient(135deg,#141414e6,#0a0a0af2);border-radius:inherit;content:"";inset:2px;position:absolute;z-index:1}.floating-btn-glow{animation:btnGlowPulse 2.5s ease-in-out infinite;border-radius:inherit;box-shadow:0 0 20px #0f8;box-shadow:0 0 20px var(--glow-color,#0f8);height:100%;left:50%;opacity:.5;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:2}@keyframes btnGlowPulse{0%{box-shadow:0 0 10px #0f8;box-shadow:0 0 10px var(--glow-color,#0f8);opacity:.3}50%{box-shadow:0 0 25px #0f8;box-shadow:0 0 25px var(--glow-color,#0f8);opacity:.7}to{box-shadow:0 0 10px #0f8;box-shadow:0 0 10px var(--glow-color,#0f8);opacity:.3}}.floating-btn-content{color:#fff;height:100%;padding:0 15px;position:relative;z-index:10}.floating-btn-content,.floating-icon{align-items:center;display:flex;justify-content:center}.floating-icon{filter:drop-shadow(0 0 8px #00ff88);filter:drop-shadow(0 0 8px var(--glow-color,#00ff88));font-size:24px}.floating-text{font-family:Inter,sans-serif;font-size:0;font-weight:700;letter-spacing:1px;margin-left:0;max-width:0;opacity:0;overflow:hidden;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.floating-play-btn-premium:hover .floating-text{font-size:14px;margin-left:12px;max-width:100px;opacity:1}.floating-play-btn-premium{transition:width .4s cubic-bezier(.34,1.56,.64,1),transform 1.2s cubic-bezier(.22,1,.36,1),opacity .4s ease,border-radius .8s ease-in-out}.shape-squircle{border-radius:22px!important}.shape-blob-soft{animation:blobSoft 4s ease-in-out infinite alternate}@keyframes blobSoft{0%{border-radius:40% 60% 70% 30%/40% 50% 60% 50%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}.shape-blob-aggressive{animation:blobAggressive 3s ease-in-out infinite alternate}@keyframes blobAggressive{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67%/55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42%/63% 68% 32% 37%}to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}}.shape-squircle-tech{border-radius:12px!important}.floating-play-btn-premium:hover{animation:none!important;border-radius:35px!important}.App{min-height:100vh;position:relative;width:100%}.container{margin:0 auto;max-width:1200px;padding:0 20px}.glass-morphism{border:1px solid #ffffff1a;box-shadow:0 8px 32px #0006}.glass-morphism,.glass-morphism-card{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff0d}.glass-morphism-card{border:1px solid #ffffff26;border-radius:24px;box-shadow:0 8px 32px #0006,inset 0 1px 0 #ffffff1a;transition:all .4s cubic-bezier(.4,0,.2,1)}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#b0b0b0);-webkit-background-clip:text;background-clip:text}.section-header{margin-bottom:80px;text-align:center}.section-title{font-size:48px;font-weight:900;line-height:1.2;margin-bottom:16px}.section-description{color:#ffffffb3;font-size:18px;margin:0 auto;max-width:600px}.btn{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;gap:10px;justify-content:center;overflow:hidden;padding:16px 32px;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.btn-3d{box-shadow:0 4px 15px #0000004d,inset 0 1px 0 #fff3}.btn-primary{background:linear-gradient(135deg,#fff,#b0b0b0);color:#000}.btn-secondary{background:#ffffff1a;border:2px solid #fff3;color:#fff}@media (max-width:1024px){.section-title{font-size:40px}}@media (max-width:768px){.container{padding:0 20px}.section-header{margin-bottom:60px}.section-title{font-size:32px;line-height:1.3;margin-bottom:12px}.section-description{font-size:16px;line-height:1.6}.btn{font-size:15px;gap:8px;padding:14px 28px}}@media (max-width:480px){.container{padding:0 15px}.section-header{margin-bottom:50px}.section-title{font-size:28px;line-height:1.3;margin-bottom:10px}.section-description{font-size:14px;line-height:1.6}.btn{font-size:14px;gap:8px;padding:12px 24px}}.btn-premium-play-store{align-items:center;animation:playStorePulse 3s ease-in-out infinite;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#0009;border:1px solid #ffffff26;border-radius:16px;box-shadow:0 10px 30px #0000004d,inset 0 0 0 1px #ffffff0d;color:#fff;cursor:pointer;display:inline-flex;gap:12px;justify-content:center;overflow:hidden;padding:12px 28px;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.25,.8,.25,1)}.btn-premium-play-store:hover{background:#000000bf;border-color:#4ade8080;box-shadow:0 20px 40px #00000080,0 0 20px #4ade8033,inset 0 0 0 1px #4ade8033;transform:translateY(-5px) scale(1.02)}.btn-premium-play-store:active{transform:translateY(-2px) scale(.98)}.btn-premium-play-store:after{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transform:skewX(-25deg);transition:.5s;width:50%}.btn-premium-play-store:hover:after{left:200%;transition:.7s ease-in-out}.play-store-icon{filter:drop-shadow(0 0 5px rgba(255,255,255,.3));font-size:28px;transition:transform .3s ease}.btn-premium-play-store:hover .play-store-icon{filter:drop-shadow(0 0 8px rgba(74,222,128,.6));transform:scale(1.1) rotate(-5deg)}.play-store-text-group{align-items:flex-start;display:flex;flex-direction:column;line-height:1.1}.play-store-sub{font-size:10px;font-weight:500;letter-spacing:1px;opacity:.8;text-transform:uppercase}.play-store-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:700;letter-spacing:.5px}@keyframes playStorePulse{0%,to{border-color:#ffffff26;box-shadow:0 10px 30px #0000004d}50%{border-color:#ffffff40;box-shadow:0 15px 35px #0006,0 0 15px #4ade801a}}