@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--deep-royal-blue: #1E3A8A;--sky-blue: #00B4D8;--gold: #FFD60A;--dark-navy: #0F172A;--white: #FFFFFF;--light-gray: #CBD5E1;--medium-gray: #64748B;--dark-gray: #334155;--success: #10B981;--warning: #F59E0B;--error: #EF4444;--info: #3B82F6;--purple: #8B5CF6;--bg-primary: #0F172A;--bg-secondary: #1E293B;--bg-tertiary: #334155;--gradient-primary: linear-gradient(135deg, #1E3A8A 0%, #00B4D8 100%);--gradient-gold: linear-gradient(135deg, #FFD60A 0%, #FBBF24 100%);--gradient-dark: linear-gradient(180deg, #0F172A 0%, #1E293B 100%);--gradient-glow: radial-gradient(ellipse at center, rgba(0, 180, 216, .15) 0%, transparent 70%)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-primary);color:var(--white);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif;font-weight:700;line-height:1.2}a{text-decoration:none;color:inherit;transition:all .3s ease}button{font-family:inherit;cursor:pointer;border:none;outline:none}img{max-width:100%;height:auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--medium-gray)}::selection{background:var(--sky-blue);color:var(--dark-navy)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gold-text{background:var(--gradient-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass{background:#1e293b99;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)}.glow-blue{box-shadow:0 0 40px #00b4d84d}.glow-gold{box-shadow:0 0 40px #ffd60a4d}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse-glow{0%,to{opacity:.5}50%{opacity:1}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.float-animation{animation:float 6s ease-in-out infinite}@media(hover:none){.btn:active,.store-btn:active,.feature-card:active{transform:scale(.98)}}@media(max-width:768px){html{font-size:15px}}@media(max-width:480px){html{font-size:14px}.container{padding:0 16px}}@supports (padding: max(0px)){.navbar{padding-top:max(16px,env(safe-area-inset-top))}.mobile-menu{padding-top:max(100px,calc(env(safe-area-inset-top) + 80px));padding-bottom:max(40px,env(safe-area-inset-bottom))}.footer-bottom{padding-bottom:max(32px,env(safe-area-inset-bottom))}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;transition:all .3s ease}.navbar.scrolled{background:#0f172af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05)}.navbar-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;gap:12px;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.5rem}.navbar-logo img{width:40px;height:40px;border-radius:10px}.navbar-links{display:flex;gap:32px}.navbar-links a{color:var(--light-gray);font-weight:500;font-size:.95rem;transition:color .3s ease}.navbar-links a:hover{color:var(--sky-blue)}.navbar-cta{display:flex;gap:12px}.btn{padding:12px 24px;border-radius:12px;font-weight:600;font-size:.95rem;transition:all .3s ease}.btn-primary{background:var(--gradient-primary);color:var(--white)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 40px #00b4d866,0 0 20px #ffd60a33}.btn-secondary{background:transparent;border:1px solid rgba(255,255,255,.2);color:var(--white)}.btn-secondary:hover{background:#ffffff0d;border-color:var(--sky-blue)}.mobile-menu-btn{display:none;background:transparent;color:var(--white);padding:8px;z-index:1002}.mobile-menu-overlay{position:fixed;inset:0;background:#0f172acc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:998;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-menu-overlay.active{opacity:1;pointer-events:auto}.mobile-menu{position:fixed;top:0;right:0;width:85%;max-width:400px;height:100vh;background:var(--bg-secondary);z-index:999;padding:100px 24px 40px;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;border-left:1px solid rgba(255,255,255,.05)}.mobile-menu.active{transform:translate(0)}.mobile-menu-links{display:flex;flex-direction:column;gap:8px}.mobile-menu-links a{padding:16px 20px;font-size:1.125rem;font-weight:500;color:var(--light-gray);border-radius:12px;transition:all .3s ease}.mobile-menu-links a:hover{background:#00b4d81a;color:var(--sky-blue)}.mobile-menu-cta{margin-top:auto;display:flex;flex-direction:column;gap:12px}.btn-full{width:100%;justify-content:center;text-align:center}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:80px}.hero-bg{position:absolute;inset:0;overflow:hidden}.hero-gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4}.hero-gradient-orb.blue{width:600px;height:600px;background:var(--sky-blue);top:-200px;right:-200px}.hero-gradient-orb.purple{width:400px;height:400px;background:var(--purple);bottom:-100px;left:-100px}.hero-gradient-orb.gold{width:500px;height:500px;background:var(--gold);top:40%;left:50%;transform:translate(-50%,-50%);opacity:.15;filter:blur(120px)}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px}.hero-container{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-content{max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#00b4d81a;border:1px solid rgba(0,180,216,.3);border-radius:100px;font-size:.875rem;color:var(--sky-blue);margin-bottom:24px}.hero-badge-dot{width:8px;height:8px;background:var(--sky-blue);border-radius:50%;animation:pulse-glow 2s infinite}.hero-title{font-size:clamp(3.5rem,7vw,5.5rem);font-weight:800;margin-bottom:24px;line-height:1.1;letter-spacing:-.02em;text-shadow:0 0 40px rgba(255,214,10,.1)}.hero-title-highlight{display:block;background:var(--gradient-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 20px rgba(255,214,10,.3))}.hero-description{font-size:1.25rem;color:var(--light-gray);margin-bottom:32px;line-height:1.7}.hero-cta{display:flex;gap:16px;margin-bottom:48px}.hero-cta .btn{padding:16px 32px;font-size:1rem;display:flex;align-items:center;gap:8px}.hero-stats{display:flex;gap:40px}.hero-stat{text-align:left}.hero-stat-value{font-size:2rem;font-weight:800;font-family:Space Grotesk,sans-serif;color:var(--white)}.hero-stat-label{font-size:.875rem;color:var(--medium-gray)}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.hero-phone{position:relative;width:300px;z-index:2}.hero-phone-frame{background:linear-gradient(180deg,var(--bg-secondary),var(--bg-tertiary));border-radius:40px;padding:12px;box-shadow:0 50px 100px #00000080,0 0 100px #00b4d833}.hero-phone-screen{background:var(--bg-primary);border-radius:32px;height:550px;overflow:hidden;position:relative}.hero-phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:150px;height:30px;background:var(--bg-secondary);border-radius:0 0 20px 20px}.hero-phone-content{padding:50px 20px 20px;height:100%;display:flex;flex-direction:column;gap:12px}.phone-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.phone-greeting{font-size:.75rem;color:var(--medium-gray)}.phone-title{font-size:1.25rem;font-weight:700}.phone-card{background:var(--bg-secondary);border-radius:16px;padding:16px;border:1px solid rgba(255,255,255,.05)}.phone-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.phone-card-title{font-size:.75rem;color:var(--medium-gray);text-transform:uppercase;letter-spacing:.5px}.phone-card-badge{font-size:.625rem;padding:4px 8px;background:#10b98133;color:var(--success);border-radius:6px}.phone-score{display:flex;justify-content:space-between;align-items:center}.phone-team{display:flex;flex-direction:column;align-items:center;gap:4px}.phone-team-logo{width:32px;height:32px;background:var(--bg-tertiary);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.75rem}.phone-team-name{font-size:.625rem;color:var(--medium-gray)}.phone-vs{font-size:1.5rem;font-weight:800;background:var(--gradient-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.phone-nav{position:absolute;bottom:0;left:0;right:0;background:var(--bg-secondary);padding:12px 20px;display:flex;justify-content:space-around;border-top:1px solid rgba(255,255,255,.05)}.phone-nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:.625rem;color:var(--medium-gray)}.phone-nav-item.active{color:var(--sky-blue)}.hero-floating-card{position:absolute;background:#1e293be6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px;z-index:3}.floating-card-1{top:20%;left:-40px;animation:float 5s ease-in-out infinite}.floating-card-2{bottom:20%;right:-40px;animation:float 6s ease-in-out infinite 1s}.floating-card-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.floating-card-icon.blue{background:#00b4d833;color:var(--sky-blue)}.floating-card-icon.gold{background:#ffd60a33;color:var(--gold)}.floating-card-title{font-size:.875rem;font-weight:600;margin-bottom:2px}.floating-card-value{font-size:.75rem;color:var(--medium-gray)}.features{padding:120px 0;position:relative}.features-container,.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-header{text-align:center;max-width:600px;margin:0 auto 64px}.section-badge{display:inline-block;padding:8px 16px;background:#8b5cf61a;border:1px solid rgba(139,92,246,.3);border-radius:100px;font-size:.875rem;color:var(--purple);margin-bottom:16px}.section-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:16px}.section-description{font-size:1.125rem;color:var(--light-gray)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:var(--bg-secondary);border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:32px;transition:all .4s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,180,216,.05) 0%,transparent 50%);opacity:0;transition:opacity .4s ease}.feature-card:hover{transform:translateY(-8px);border-color:#00b4d84d;box-shadow:0 20px 60px #0000004d}.feature-card:hover:before{opacity:1}.feature-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:1.5rem;position:relative;z-index:1}.feature-icon.blue{background:linear-gradient(135deg,#00b4d833,#1e3a8a33);color:var(--sky-blue)}.feature-icon.gold{background:linear-gradient(135deg,#ffd60a33,#fbbf2433);color:var(--gold)}.feature-icon.purple{background:linear-gradient(135deg,#8b5cf633,#7c3aed33);color:var(--purple)}.feature-icon.green{background:linear-gradient(135deg,#10b98133,#05966933);color:var(--success)}.feature-title{font-size:1.25rem;margin-bottom:12px;position:relative;z-index:1}.feature-description{font-size:.95rem;color:var(--light-gray);line-height:1.6;position:relative;z-index:1}.how-it-works{padding:120px 0;background:var(--bg-secondary);position:relative}.how-it-works:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.steps-container{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:64px}.step-card{text-align:center;position:relative}.step-number{width:64px;height:64px;border-radius:50%;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;margin:0 auto 20px;position:relative}.step-number:after{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px dashed rgba(0,180,216,.3)}.step-connector{position:absolute;top:32px;left:calc(50% + 40px);width:calc(100% - 80px);height:2px;background:linear-gradient(90deg,var(--sky-blue),transparent);opacity:.3}.step-card:last-child .step-connector{display:none}.step-title{font-size:1.125rem;margin-bottom:8px}.step-description{font-size:.875rem;color:var(--medium-gray);max-width:200px;margin:0 auto}.stats{padding:80px 0;position:relative;overflow:hidden}.stats:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(0,180,216,.1) 0%,transparent 70%)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative;z-index:1}.stat-item{text-align:center}.stat-value{font-size:3rem;font-weight:800;font-family:Space Grotesk,sans-serif;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.stat-label{font-size:.95rem;color:var(--light-gray)}.testimonials{padding:120px 0;background:var(--bg-secondary)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:64px}.testimonial-card{background:var(--bg-primary);border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:32px;position:relative}.testimonial-quote{position:absolute;top:20px;right:24px;font-size:4rem;color:#00b4d81a;font-family:Georgia,serif;line-height:1}.testimonial-text{font-size:1rem;color:var(--light-gray);line-height:1.7;margin-bottom:24px;position:relative;z-index:1}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:48px;height:48px;border-radius:50%;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;font-weight:600}.testimonial-name{font-weight:600;margin-bottom:2px}.testimonial-role{font-size:.875rem;color:var(--medium-gray)}.cta{padding:120px 0;position:relative;overflow:hidden}.cta-container{max-width:900px;margin:0 auto;padding:0 24px;text-align:center;position:relative;z-index:1}.cta-bg{position:absolute;inset:0}.cta-gradient{position:absolute;width:800px;height:800px;border-radius:50%;background:var(--sky-blue);filter:blur(150px);opacity:.15;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-title{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:24px}.cta-description{font-size:1.25rem;color:var(--light-gray);margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta .btn{padding:18px 36px;font-size:1.05rem}.store-btn{display:flex;align-items:center;gap:12px;background:var(--bg-secondary);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:14px 28px;transition:all .3s ease;text-decoration:none;color:var(--white);cursor:pointer}.store-btn:hover{background:var(--bg-tertiary);border-color:#fff3;transform:translateY(-2px)}.store-btn-icon{display:flex;align-items:center;justify-content:center;color:var(--white)}.store-btn-icon svg{width:28px;height:28px}.store-btn-text{text-align:left;display:flex;flex-direction:column}.store-btn-small{font-size:.7rem;color:var(--medium-gray);line-height:1.2}.store-btn-large{font-size:1.1rem;font-weight:600;line-height:1.2}.footer{background:var(--bg-secondary);border-top:1px solid rgba(255,255,255,.05);padding:64px 0 32px}.footer-container{max-width:1200px;margin:0 auto;padding:0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand{max-width:300px}.footer-logo{display:flex;align-items:center;gap:12px;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.25rem;margin-bottom:16px}.footer-logo img{width:36px;height:36px;border-radius:8px}.footer-description{font-size:.95rem;color:var(--medium-gray);line-height:1.6}.footer-column h4{font-size:.875rem;text-transform:uppercase;letter-spacing:1px;color:var(--light-gray);margin-bottom:20px}.footer-links{display:flex;flex-direction:column;gap:12px}.footer-links a{color:var(--medium-gray);font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:var(--sky-blue)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:32px;border-top:1px solid rgba(255,255,255,.05)}.footer-copyright{font-size:.875rem;color:var(--medium-gray)}.footer-socials{display:flex;gap:16px}.footer-social{width:40px;height:40px;border-radius:10px;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;color:var(--light-gray);transition:all .3s ease}.footer-social:hover{background:var(--sky-blue);color:var(--white)}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-content{max-width:100%}.hero-cta,.hero-stats{justify-content:center}.hero-visual{margin-top:40px}.floating-card-1,.floating-card-2{display:none}.features-grid{grid-template-columns:repeat(2,1fr)}.steps-container{grid-template-columns:repeat(2,1fr);gap:48px}.step-connector{display:none}.stats-grid{grid-template-columns:repeat(2,1fr);gap:48px}.testimonials-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.navbar-links,.navbar-cta{display:none}.mobile-menu-btn{display:flex}.hero{padding-top:100px;min-height:auto;padding-bottom:60px}.hero-badge{font-size:.75rem}.hero-title{font-size:2.25rem}.hero-description{font-size:1rem}.hero-cta{flex-direction:column;align-items:center;gap:12px}.hero-cta .btn{width:100%;max-width:280px;justify-content:center}.hero-stats{flex-wrap:wrap;gap:24px}.hero-stat{flex:0 0 auto;min-width:100px}.hero-phone{width:260px}.hero-phone-screen{height:480px}.section-header{margin-bottom:48px}.features{padding:80px 0}.features-grid{grid-template-columns:1fr;gap:16px}.feature-card{padding:24px}.how-it-works{padding:80px 0}.steps-container{grid-template-columns:1fr;gap:32px;margin-top:48px}.step-card{display:flex;flex-direction:column;align-items:center}.stats{padding:60px 0}.stats-grid{grid-template-columns:1fr 1fr;gap:32px}.stat-value{font-size:2.25rem}.testimonials{padding:80px 0}.testimonials-grid{grid-template-columns:1fr;gap:16px;margin-top:48px}.testimonial-card{padding:24px}.cta{padding:80px 0}.cta-title{font-size:2rem}.cta-description{font-size:1rem;margin-bottom:32px}.cta-buttons{flex-direction:column;align-items:center;gap:12px}.store-btn{width:100%;max-width:280px;justify-content:center}.footer{padding:48px 0 24px}.footer-grid{grid-template-columns:1fr;gap:32px;text-align:center}.footer-brand{max-width:100%}.footer-logo{justify-content:center}.footer-column h4{margin-bottom:16px}.footer-links{gap:10px}.footer-bottom{flex-direction:column;gap:20px;padding-top:24px}}@media(max-width:480px){.navbar-container{padding:0 16px}.navbar-logo span{font-size:1.25rem}.hero{padding-top:80px;padding-bottom:40px}.hero-container{padding:0 16px}.hero-title{font-size:1.875rem}.hero-description{font-size:.95rem;margin-bottom:24px}.hero-badge{font-size:.7rem;padding:6px 12px}.hero-stats{gap:16px}.hero-stat-value{font-size:1.5rem}.hero-stat-label{font-size:.75rem}.hero-phone{width:220px}.hero-phone-screen{height:400px}.section-title{font-size:1.5rem}.section-description{font-size:1rem}.features-container,.container{padding:0 16px}.feature-icon{width:50px;height:50px}.feature-title{font-size:1.125rem}.feature-description{font-size:.875rem}.step-number{width:56px;height:56px;font-size:1.25rem}.step-title{font-size:1rem}.step-description{font-size:.8rem}.stat-value{font-size:2rem}.stat-label{font-size:.85rem}.testimonial-text{font-size:.9rem}.cta-container{padding:0 16px}.cta-title{font-size:1.75rem}.cta-description{font-size:.95rem}.store-btn{padding:12px 20px}.store-btn-icon svg{width:24px;height:24px}.store-btn-large{font-size:1rem}.footer-container{padding:0 16px}.footer-description,.footer-links a{font-size:.875rem}.footer-social{width:36px;height:36px}.btn{padding:12px 20px;font-size:.9rem}.mobile-menu{width:100%;max-width:100%;padding:90px 20px 30px}.mobile-menu-links a{font-size:1rem;padding:14px 16px}}.deletion-page{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow-x:hidden;background:#0a0f1c}.deletion-bg{position:fixed;inset:0;pointer-events:none;z-index:0}.deletion-gradient-orb{position:absolute;border-radius:50%;filter:blur(120px);opacity:.4}.deletion-gradient-orb.blue{width:600px;height:600px;background:radial-gradient(circle,rgba(30,58,138,.8),transparent 70%);top:-200px;right:-200px}.deletion-gradient-orb.purple{width:500px;height:500px;background:radial-gradient(circle,rgba(139,92,246,.6),transparent 70%);bottom:-150px;left:-150px}.deletion-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%);mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%)}.deletion-header{position:relative;z-index:10;padding:1rem 2rem;border-bottom:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0f1ccc}.deletion-header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.deletion-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff;font-weight:700;font-size:1.25rem}.deletion-logo .logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#1e3a8a,#00b4d8);border-radius:10px;display:flex;align-items:center;justify-content:center}.deletion-main{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:3rem 1.5rem;position:relative;z-index:1}.deletion-container{width:100%;max-width:640px;display:flex;flex-direction:column;gap:2rem}.deletion-title-section{text-align:center}.deletion-icon-wrapper{width:72px;height:72px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#ef444433,#dc26261a);border:1px solid rgba(239,68,68,.3);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#f87171}.deletion-title-section h1{font-size:2rem;font-weight:800;color:#fff;margin-bottom:.75rem;letter-spacing:-.02em}.deletion-title-section p{color:#94a3b8;font-size:1.05rem;line-height:1.6}.deletion-card{background:#0f172a99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem}.deletion-card.success{border-color:#10b9814d;background:#10b9810d}.loading-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;color:#94a3b8}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.signin-prompt{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.signin-icon{width:64px;height:64px;background:linear-gradient(135deg,#00b4d833,#1e3a8a33);border:1px solid rgba(0,180,216,.3);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#00b4d8;margin-bottom:.5rem}.signin-prompt h2{font-size:1.5rem;font-weight:700;color:#fff}.signin-prompt p{color:#94a3b8;line-height:1.6;max-width:400px}.google-signin-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;max-width:300px;padding:.875rem 1.5rem;background:#fff;color:#1f2937;font-size:1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .2s;margin-top:.5rem}.google-signin-btn:hover{background:#f3f4f6;transform:translateY(-2px);box-shadow:0 8px 30px #0000004d}.user-info-box{display:flex;align-items:center;gap:1rem;padding:1rem;background:#1e3a8a26;border:1px solid rgba(30,58,138,.3);border-radius:12px;margin-bottom:1.5rem}.user-avatar{width:48px;height:48px;border-radius:12px;object-fit:cover}.user-details{flex:1}.user-name{font-weight:600;color:#fff;font-size:1rem}.user-email{color:#94a3b8;font-size:.9rem}.existing-request{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.existing-icon{width:64px;height:64px;background:linear-gradient(135deg,#fbbf2433,#d9770633);border:1px solid rgba(251,191,36,.3);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fbbf24}.existing-request h2{font-size:1.5rem;font-weight:700;color:#fff}.existing-request p{color:#94a3b8;line-height:1.6}.existing-request .user-info-box{width:100%;margin:1rem 0;text-align:left}.processing-note{font-size:.9rem;padding:1rem;background:#fbbf241a;border-radius:8px;border:1px solid rgba(251,191,36,.2);width:100%}.success-state{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.success-icon{width:72px;height:72px;background:linear-gradient(135deg,#10b98133,#05966933);border:1px solid rgba(16,185,129,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#10b981}.success-state h2{font-size:1.5rem;font-weight:700;color:#fff}.success-state>p{color:#94a3b8;line-height:1.6}.success-state strong{color:#fff}.timeline-info{width:100%;text-align:left;padding:1.5rem;background:#10b9811a;border:1px solid rgba(16,185,129,.2);border-radius:12px;margin-top:1rem}.timeline-info h3{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1rem}.timeline-info ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.timeline-info li{display:flex;align-items:center;gap:.75rem;color:#94a3b8;font-size:.95rem}.timeline-info li:before{content:"✓";color:#10b981;font-weight:600}.deletion-form{display:flex;flex-direction:column}.warning-box{display:flex;gap:1rem;padding:1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px;color:#fca5a5;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem}.warning-box svg{flex-shrink:0;color:#ef4444}.warning-box strong{color:#f87171}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.95rem;font-weight:500;color:#fff;margin-bottom:.5rem}.form-group .optional{color:#64748b;font-weight:400}.form-group textarea{width:100%;padding:1rem;background:#1e293b80;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .2s,box-shadow .2s}.form-group textarea:focus{outline:none;border-color:#00b4d880;box-shadow:0 0 0 3px #00b4d81a}.form-group textarea::placeholder{color:#64748b}.checkbox-group{margin-bottom:1.5rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;color:#94a3b8;font-size:.95rem;line-height:1.5}.checkbox-label input{display:none}.checkbox-label .checkmark{width:22px;height:22px;flex-shrink:0;background:#1e293b80;border:2px solid rgba(255,255,255,.2);border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s;margin-top:2px}.checkbox-label input:checked+.checkmark{background:#00b4d8;border-color:#00b4d8}.checkbox-label input:checked+.checkmark:after{content:"✓";color:#fff;font-size:12px;font-weight:700}.checkbox-label strong{color:#f87171}.error-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5;font-size:.9rem;margin-bottom:1rem}.error-message svg{color:#ef4444;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .2s}.btn-sm{padding:.625rem 1rem;font-size:.9rem;border-radius:8px}.btn-full{width:100%}.btn-secondary{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.15)}.btn-secondary:hover{background:#ffffff1f;border-color:#ffffff40}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#f87171,#ef4444);transform:translateY(-2px);box-shadow:0 8px 30px #ef44444d}.btn-danger:disabled{opacity:.5;cursor:not-allowed;transform:none}.deletion-info{background:#0f172a66;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:1.5rem}.deletion-info h3{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:1rem}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.info-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:#1e3a8a1a;border-radius:10px;border:1px solid rgba(30,58,138,.2)}.info-item svg{color:#00b4d8;flex-shrink:0;margin-top:2px}.info-item strong{display:block;color:#fff;font-size:.9rem;margin-bottom:.25rem}.info-item span{color:#64748b;font-size:.85rem}.deletion-contact{text-align:center;color:#64748b;font-size:.95rem}.deletion-contact a{color:#00b4d8;text-decoration:none;font-weight:500;transition:color .2s}.deletion-contact a:hover{color:#38bdf8;text-decoration:underline}.deletion-footer{text-align:center;padding:1.5rem;color:#64748b;font-size:.9rem;border-top:1px solid rgba(255,255,255,.06);position:relative;z-index:1}.email-signin-form{width:100%;max-width:360px;display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.input-group{position:relative;display:flex;align-items:center}.input-group .input-icon{position:absolute;left:1rem;color:#64748b;pointer-events:none;transition:color .2s}.input-group input{width:100%;padding:.875rem 1rem .875rem 2.75rem;background:#1e293b80;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.input-group input:focus{outline:none;border-color:#00b4d880;box-shadow:0 0 0 3px #00b4d81a}.input-group input:focus+.input-icon,.input-group:focus-within .input-icon{color:#00b4d8}.input-group input::placeholder{color:#64748b}.input-group input:disabled{opacity:.6;cursor:not-allowed}.password-toggle{position:absolute;right:1rem;background:none;border:none;color:#64748b;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:color .2s}.password-toggle:hover{color:#94a3b8}.signin-divider{display:flex;align-items:center;gap:1rem;width:100%;max-width:360px;margin:.5rem 0}.signin-divider:before,.signin-divider:after{content:"";flex:1;height:1px;background:#ffffff1a}.signin-divider span{color:#64748b;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.btn-primary{background:linear-gradient(135deg,#00b4d8,#1e3a8a);color:#fff}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#38bdf8,#2563eb);transform:translateY(-2px);box-shadow:0 8px 30px #00b4d84d}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.user-avatar-placeholder{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#00b4d833,#1e3a8a33);border:1px solid rgba(0,180,216,.3);display:flex;align-items:center;justify-content:center;color:#00b4d8}.google-signin-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(max-width:640px){.deletion-header{padding:1rem}.deletion-main{padding:2rem 1rem}.deletion-title-section h1{font-size:1.5rem}.deletion-title-section p{font-size:1rem}.deletion-card{padding:1.5rem;border-radius:16px}.info-grid{grid-template-columns:1fr}.user-info-box{flex-direction:column;text-align:center}.google-signin-btn{max-width:100%}}.privacy-page{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow-x:hidden;background:#0a0f1c}.privacy-bg{position:fixed;inset:0;pointer-events:none;z-index:0}.privacy-gradient-orb{position:absolute;border-radius:50%;filter:blur(120px);opacity:.4}.privacy-gradient-orb.blue{width:600px;height:600px;background:radial-gradient(circle,rgba(30,58,138,.8),transparent 70%);top:-200px;right:-200px}.privacy-gradient-orb.purple{width:500px;height:500px;background:radial-gradient(circle,rgba(139,92,246,.6),transparent 70%);bottom:-150px;left:-150px}.privacy-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%);mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%)}.privacy-header{position:sticky;top:0;z-index:100;padding:1rem 2rem;border-bottom:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0f1ce6}.privacy-header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.privacy-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff;font-weight:700;font-size:1.25rem}.privacy-logo .logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#1e3a8a,#00b4d8);border-radius:10px;display:flex;align-items:center;justify-content:center}.privacy-main{flex:1;display:flex;justify-content:center;padding:2rem 1.5rem 4rem;position:relative;z-index:1}.privacy-container{width:100%;max-width:1400px;display:flex;flex-direction:column;gap:2rem}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#94a3b8;text-decoration:none;font-size:.9rem;transition:color .2s}.back-link:hover{color:#00b4d8}.privacy-title-section{text-align:center;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.08)}.privacy-icon-wrapper{width:72px;height:72px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#00b4d833,#1e3a8a33);border:1px solid rgba(0,180,216,.3);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#00b4d8}.privacy-title-section h1{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:.5rem;letter-spacing:-.02em}.privacy-subtitle{color:#94a3b8;font-size:1.1rem;margin-bottom:1rem}.privacy-meta{display:flex;justify-content:center;align-items:center;gap:.75rem;color:#64748b;font-size:.9rem}.meta-divider{color:#475569}.privacy-layout{display:grid;grid-template-columns:280px 1fr;gap:3rem}.privacy-toc{display:block;position:relative}.toc-sticky{position:fixed;top:100px;width:250px;max-height:calc(100vh - 140px);overflow-y:auto;padding-right:1rem}.toc-sticky::-webkit-scrollbar{width:4px}.toc-sticky::-webkit-scrollbar-track{background:transparent}.toc-sticky::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.toc-sticky::-webkit-scrollbar-thumb:hover{background:#fff3}.privacy-toc h3{font-size:.85rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;padding-left:.75rem}.toc-nav{display:flex;flex-direction:column;gap:.25rem}.toc-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;background:transparent;border:none;border-left:2px solid transparent;color:#94a3b8;font-size:.9rem;text-align:left;cursor:pointer;transition:all .2s;border-radius:0 8px 8px 0}.toc-item:hover{color:#fff;background:#ffffff0d}.toc-item.active{color:#00b4d8;background:#00b4d81a;border-left-color:#00b4d8}.toc-item svg{flex-shrink:0;opacity:.7}.privacy-content{background:#0f172a66;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2.5rem}.policy-section{padding-bottom:2.5rem;margin-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.06);scroll-margin-top:120px}.policy-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.policy-section h2{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid rgba(0,180,216,.3)}.policy-section h3{font-size:1.15rem;font-weight:600;color:#fff;margin-top:1.75rem;margin-bottom:.75rem}.policy-section h4{font-size:1rem;font-weight:600;color:#e2e8f0;margin-top:1.25rem;margin-bottom:.5rem}.policy-section p{color:#94a3b8;font-size:1rem;line-height:1.7;margin-bottom:1rem}.policy-section ul,.policy-section ol{color:#94a3b8;padding-left:1.5rem;margin-bottom:1rem}.policy-section li{font-size:1rem;line-height:1.7;margin-bottom:.5rem}.policy-section ul li::marker{color:#00b4d8}.policy-section ol li::marker{color:#00b4d8;font-weight:600}.highlight-box{background:#00b4d81a;border:1px solid rgba(0,180,216,.3);border-radius:12px;padding:1.25rem;margin:1.5rem 0}.highlight-box p{color:#e2e8f0;margin-bottom:0}.highlight-box.success{background:#10b9811a;border-color:#10b9814d;text-align:center}.highlight-box.success strong{color:#10b981;font-size:1.1rem}.highlight-box.warning{background:#fbbf241a;border-color:#fbbf244d}.highlight-box.warning strong{color:#fbbf24}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}.contact-card{background:#1e3a8a26;border:1px solid rgba(30,58,138,.3);border-radius:12px;padding:1.25rem}.contact-card h4{font-size:.9rem;font-weight:600;color:#94a3b8;margin:0 0 .75rem}.contact-card a{display:flex;align-items:center;gap:.5rem;color:#00b4d8;text-decoration:none;font-size:.95rem;transition:color .2s}.contact-card a:hover{color:#38bdf8}.response-time{font-size:.95rem;color:#64748b;padding:1rem;background:#ffffff08;border-radius:8px;margin-top:1rem}.response-time strong{color:#94a3b8}.inline-link{color:#00b4d8;text-decoration:none;font-weight:500;transition:color .2s}.inline-link:hover{color:#38bdf8;text-decoration:underline}.acknowledgment{text-align:center}.acknowledgment .highlight-box{max-width:600px;margin:0 auto 1.5rem}.copyright{color:#64748b;font-size:.9rem;margin-bottom:0}.privacy-footer{text-align:center;padding:1.5rem;color:#64748b;font-size:.9rem;border-top:1px solid rgba(255,255,255,.06);position:relative;z-index:1}@media(max-width:1024px){.privacy-layout{grid-template-columns:1fr}.privacy-toc{display:none}}@media(max-width:640px){.privacy-header{padding:1rem}.privacy-main{padding:1.5rem 1rem 3rem}.privacy-title-section h1{font-size:1.75rem}.privacy-subtitle{font-size:1rem}.privacy-meta{flex-direction:column;gap:.25rem}.meta-divider{display:none}.privacy-content{padding:1.5rem;border-radius:16px}.policy-section h2{font-size:1.25rem}.contact-grid{grid-template-columns:1fr}}.support-page{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow-x:hidden;background:#0a0f1c}.support-bg{position:fixed;inset:0;pointer-events:none;z-index:0}.support-gradient-orb{position:absolute;border-radius:50%;filter:blur(120px);opacity:.4}.support-gradient-orb.blue{width:600px;height:600px;background:radial-gradient(circle,rgba(30,58,138,.8),transparent 70%);top:-200px;right:-200px}.support-gradient-orb.purple{width:500px;height:500px;background:radial-gradient(circle,rgba(139,92,246,.6),transparent 70%);bottom:-150px;left:-150px}.support-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px}.support-header{position:relative;z-index:10;padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.05);background:#0a0f1ccc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.support-header-content{max-width:1200px;margin:0 auto}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px;background:#ffffff05;border:1px solid rgba(255,255,255,.05)}.back-link:hover{color:#60a5fa;background:#60a5fa1a;border-color:#60a5fa33;transform:translate(-4px)}.support-header-main{margin-top:1.5rem;text-align:center}.support-logo{display:inline-flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#fff}.logo-icon{color:#60a5fa}.support-main{flex:1;position:relative;z-index:1;padding:4rem 1.5rem}.support-container{max-width:1200px;margin:0 auto}.support-hero{text-align:center;margin-bottom:5rem}.support-icon-wrapper{display:flex;justify-content:center;margin-bottom:2rem}.support-hero-icon{width:80px;height:80px;color:#60a5fa;filter:drop-shadow(0 0 30px rgba(96,165,250,.5))}.support-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.support-subtitle{font-size:1.25rem;color:#ffffffb3;max-width:600px;margin:0 auto;line-height:1.6}.quick-links{margin-bottom:5rem}.section-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:2rem;text-align:center}.quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:800px;margin:0 auto}.quick-link-card{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:16px;text-decoration:none;transition:all .3s ease}.quick-link-card:hover{background:#ffffff0d;border-color:#60a5fa4d;transform:translateY(-4px)}.quick-link-icon{width:48px;height:48px;color:#60a5fa}.quick-link-card h3{font-size:1.5rem;font-weight:600;color:#fff;margin:0}.quick-link-card p{font-size:1rem;color:#fff9;margin:0;text-align:center}.contact-section{margin-bottom:5rem}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-card{padding:2rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:16px;text-align:center}.info-icon{width:48px;height:48px;color:#60a5fa;margin:0 auto 1.5rem}.info-card h3{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 1rem}.info-card p{font-size:1rem;color:#fff9;margin:0}.info-link{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background:#60a5fa1a;border:1px solid rgba(96,165,250,.2);border-radius:8px;color:#60a5fa;text-decoration:none;font-weight:500;transition:all .3s ease}.info-link:hover{background:#60a5fa33;border-color:#60a5fa66;transform:translateY(-2px)}.response-time{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;padding:.75rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:8px;color:#4ade80;font-weight:500}.contact-form-wrapper{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:2.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:1rem;font-weight:500;color:#ffffffe6}.form-group input,.form-group textarea{padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#60a5fa80;background:#ffffff14}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.form-group textarea{resize:vertical;min-height:150px}.submit-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#60a5fa,#a78bfa);border:none;border-radius:8px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #60a5fa4d}.submit-btn:active{transform:translateY(0)}.support-footer{position:relative;z-index:10;padding:2rem 1.5rem;border-top:1px solid rgba(255,255,255,.05);background:#0a0f1ccc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.support-footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:#60a5fa}.footer-copyright{color:#ffffff80;font-size:.9rem;margin:0}@media(max-width:1024px){.contact-content{grid-template-columns:1fr}.contact-info{flex-direction:row}}@media(max-width:768px){.support-header{padding:1.5rem 1rem}.support-main{padding:3rem 1rem}.support-title{font-size:2.5rem}.support-subtitle{font-size:1.1rem}.section-title{font-size:1.75rem}.quick-links-grid{grid-template-columns:1fr}.contact-info{flex-direction:column}.contact-form-wrapper{padding:1.5rem}.support-hero-icon{width:60px;height:60px}}@media(max-width:480px){.support-title{font-size:2rem}.support-subtitle{font-size:1rem}.quick-link-card{padding:2rem}.footer-links{flex-direction:column;gap:1rem}}
