body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}html{scroll-behavior:smooth}#root{width:100%;min-height:100vh}.nav-links a,footer a{text-decoration:none}.nav{z-index:1000;background:linear-gradient(135deg,#7c3aed 0%,#5b21b6 100%);justify-content:space-between;align-items:center;padding:1.2rem 5%;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #7c3aed1a}.nav.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#7c3aedf2;padding:1rem 5%;box-shadow:0 4px 20px #7c3aed33}.logo{color:#fff;cursor:pointer;align-items:center;gap:8px;font-size:1.5rem;font-weight:700;text-decoration:none;transition:transform .3s;display:flex}.logo-icon{object-fit:contain;height:70px}.logo:hover{transform:scale(1.05)}.nav-links{gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.nav-links li{position:relative}.nav-links a{color:#fff;padding:.5rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-links a:after{content:"";background:#fff;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-links a:hover{color:#fbbf24}.nav-links a:hover:after{background:#fbbf24;width:100%}@media (max-width:768px){.nav{padding:1rem 4%}.logo{font-size:1.3rem}.logo-icon{width:40px;height:40px;font-size:1.3rem}.nav-links{gap:1.5rem;font-size:.9rem}}@media (max-width:480px){.nav-links{display:none}}.hamburger{cursor:pointer;flex-direction:column;gap:6px;display:none}.hamburger span{background:#fff;border-radius:4px;width:26px;height:3px;transition:all .3s}.mobile-menu{background:linear-gradient(135deg,#7c3aed,#5b21b6);flex-direction:column;gap:1.2rem;width:100%;padding:1.5rem 5%;display:flex;position:absolute;top:100%;left:0;box-shadow:0 10px 25px #00000026}.mobile-menu a{color:#fff;font-size:1rem;font-weight:500;text-decoration:none}@media (max-width:480px){.nav-links{display:none}.hamburger{display:flex}}footer{color:#fff;background:linear-gradient(135deg,#1f1044 0%,#2d1b69 100%);padding:4rem 5% 2rem}.footer-content{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1400px;margin:0 auto;padding-bottom:2rem;display:grid}.footer-section h3{color:#fbbf24;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600;position:relative}.footer-section h3:after{content:"";background:#7c3aed;width:40px;height:2px;position:absolute;bottom:0;left:0}.footer-logo{align-items:center;gap:.8rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.footer-logo .logo-icon{border-radius:12px;justify-content:center;align-items:center;height:60px;font-size:1.5rem;display:flex}.footer-desc{color:#ffffffb3;max-width:350px;margin-bottom:1.5rem;line-height:1.6}.social-links{gap:1rem;display:flex}.social-icon{cursor:pointer;background:#7c3aed4d;border:1px solid #7c3aed80;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .3s;display:flex}.social-icon:hover{background:#7c3aed;transform:translateY(-3px);box-shadow:0 5px 15px #7c3aed66}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#ffffffb3;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.footer-section ul li a:before{content:"→";opacity:0;color:#fbbf24;transition:all .3s;position:absolute;left:-20px}.footer-section ul li a:hover{color:#fff;padding-left:20px}.footer-section ul li a:hover:before{opacity:1;left:0}.footer-bottom{text-align:center;color:#fff9;padding-top:2rem;font-size:.95rem}.footer-bottom p{margin:0}@media (max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:768px){footer{padding:3rem 4% 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-desc{max-width:100%}}@media (max-width:480px){footer{padding:2rem 4% 1rem}.footer-logo{font-size:1.3rem}.footer-logo .logo-icon{width:40px;height:40px;font-size:1.3rem}.social-icon{width:35px;height:35px;font-size:1rem}.footer-bottom{font-size:.85rem}}:root{--primary-purple:#7c3aed;--dark-purple:#5b21b6;--light-purple:#a78bfa;--accent-yellow:#fbbf24;--bg-light:#f9fafb;--bg-dark:#1f1044;--text-dark:#1f2937;--text-light:#6b7280;--white:#fff;--shadow-sm:0 2px 8px #7c3aed1a;--shadow-md:0 4px 16px #7c3aed26;--shadow-lg:0 8px 24px #7c3aed33;--gradient:linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%)}*{box-sizing:border-box;margin:0;padding:0}.home{color:var(--text-dark);font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}.hero{background:linear-gradient(135deg,#f0e7ff 0%,#e9d5ff 50%,#fef3c7 100%);padding:120px 5% 80px;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#7c3aed1a 0%,#0000 70%);border-radius:50%;width:800px;height:800px;position:absolute;top:-50%;right:-20%}.hero-container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1400px;margin:0 auto;display:grid;position:relative}.hero-content{animation:.8s ease-out fadeInUp}.hero-badge{color:var(--primary-purple);background:#7c3aed1a;border:1px solid #7c3aed33;border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 20px;font-size:.9rem;font-weight:500;display:inline-flex}.badge-icon{font-size:1.1rem}.hero-title{color:var(--text-dark);margin-bottom:24px;font-size:3.5rem;font-weight:800;line-height:1.2}.gradient-text{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-description{color:var(--text-light);max-width:600px;margin-bottom:40px;font-size:1.2rem;line-height:1.8}.cta-buttons{gap:16px;margin-bottom:50px;display:flex}.btn{cursor:pointer;box-shadow:var(--shadow-sm);border:none;border-radius:12px;align-items:center;gap:10px;padding:16px 32px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.btn-primary{background:var(--gradient);color:var(--white)}.btn-primary:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.btn-secondary{background:var(--white);color:var(--primary-purple);border:2px solid var(--primary-purple)}.btn-secondary:hover{background:var(--primary-purple);color:var(--white);transform:translateY(-3px)}.btn-icon{font-size:1.2rem}.hero-stats{gap:40px;display:flex}.stat-item{text-align:left}.stat-item h3{color:var(--primary-purple);margin-bottom:4px;font-size:2rem;font-weight:700}.stat-item p{color:var(--text-light);font-size:.9rem}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.phone-mockup{z-index:2;animation:3s ease-in-out infinite float;position:relative}.phone-frame{background:#1f1044;border-radius:40px;width:300px;height:600px;padding:12px;position:relative;box-shadow:0 20px 60px #0000004d}.phone-notch{z-index:10;background:#1f1044;border-bottom-right-radius:20px;border-bottom-left-radius:20px;width:150px;height:30px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-screen{background:var(--gradient);border-radius:30px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.screen-gradient{background:radial-gradient(circle at 100% 0,#fbbf2433,#0000 50%);position:absolute;inset:0}.screen-content{z-index:1;text-align:center;color:#fff;position:relative}.app-icon{margin-bottom:16px;font-size:4rem}.app-name{margin-bottom:8px;font-size:1.8rem;font-weight:700}.app-tagline{opacity:.9;font-size:1rem}.phone-shadow{filter:blur(20px);background:#0003;border-radius:50%;width:250px;height:40px;position:absolute;bottom:-30px;left:50%;transform:translate(-50%)}.floating-card{box-shadow:var(--shadow-md);text-align:center;background:#fff;border-radius:16px;padding:20px;animation:3s ease-in-out infinite float;position:absolute}.card-1{animation-delay:.5s;top:80px;left:-40px}.card-2{animation-delay:1s;bottom:100px;right:-40px}.float-icon{margin-bottom:8px;font-size:2rem;display:block}.floating-card p{color:var(--primary-purple);margin-bottom:4px;font-size:1.2rem;font-weight:700}.floating-card small{color:var(--text-light);font-size:.85rem}.section-header{text-align:center;margin-bottom:60px}.section-badge{color:var(--primary-purple);text-transform:uppercase;letter-spacing:1px;background:#7c3aed1a;border-radius:50px;margin-bottom:16px;padding:8px 20px;font-size:.9rem;font-weight:600;display:inline-block}.section-title{color:var(--text-dark);margin-bottom:16px;font-size:2.8rem;font-weight:800;line-height:1.2}.section-subtitle{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.1rem}.features{background:var(--white);padding:100px 5%}.features-grid{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1400px;margin:0 auto;display:grid}.feature-card{background:var(--white);cursor:pointer;border:2px solid #0000;border-radius:20px;padding:40px 30px;transition:all .3s;position:relative;overflow:hidden}.feature-card:before{content:"";background:var(--gradient);height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.feature-card:hover:before,.feature-card.active:before{transform:scaleX(1)}.feature-card:hover,.feature-card.active{border-color:var(--light-purple);box-shadow:var(--shadow-lg);transform:translateY(-8px)}.feature-icon-wrapper{background:linear-gradient(135deg,#7c3aed1a 0%,#fbbf241a 100%);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;transition:all .3s;display:flex}.feature-card:hover .feature-icon-wrapper{background:var(--gradient);transform:rotate(5deg)scale(1.1)}.feature-icon{font-size:2.5rem}.feature-title{color:var(--text-dark);margin-bottom:12px;font-size:1.3rem;font-weight:700}.feature-description{color:var(--text-light);margin-bottom:16px;font-size:1rem;line-height:1.7}.feature-arrow{color:var(--primary-purple);opacity:0;font-size:1.5rem;transition:all .3s;transform:translate(-10px)}.feature-card:hover .feature-arrow{opacity:1;transform:translate(0)}.how-it-works{background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);padding:100px 5%}.steps-container{grid-template-columns:repeat(4,1fr);gap:30px;max-width:1400px;margin:0 auto;display:grid;position:relative}.step-card{background:var(--white);box-shadow:var(--shadow-sm);border-radius:20px;padding:40px 30px;transition:all .3s;position:relative}.step-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.step-number-wrapper{align-items:center;gap:16px;margin-bottom:24px;display:flex}.step-number{background:var(--gradient);width:50px;height:50px;color:var(--white);box-shadow:var(--shadow-md);border-radius:12px;justify-content:center;align-items:center;font-size:1.3rem;font-weight:700;display:flex}.step-icon{font-size:2rem}.step-title{color:var(--text-dark);margin-bottom:12px;font-size:1.2rem;font-weight:700}.step-description{color:var(--text-light);font-size:.95rem;line-height:1.7}.step-connector{display:none;position:absolute;top:50%;right:-30px;transform:translateY(-50%)}.connector-arrow{color:var(--light-purple);font-size:2rem}.screenshots{background:var(--white);padding:100px 5%;overflow:hidden}.screenshots-slider{max-width:1400px;margin:0 auto;padding:0 60px;position:relative;overflow:hidden}.slider-track{gap:20px;transition:transform .5s;display:flex}.screenshot-item{flex-shrink:0;width:320px}.screenshot-frame{width:100%;height:640px;box-shadow:var(--shadow-lg);background:#1f1044;border-radius:30px;padding:10px;transition:all .3s}.screenshot-frame:hover{transform:scale(1.05);box-shadow:0 12px 40px #7c3aed4d}.screenshot-frame img{object-fit:cover;border-radius:24px;width:100%;height:100%}.carousel-btn{background:var(--white);width:50px;height:50px;color:var(--primary-purple);cursor:pointer;box-shadow:var(--shadow-md);z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn:hover{background:var(--gradient);color:var(--white);transform:translateY(-50%)scale(1.1)}.carousel-btn.left{left:0}.carousel-btn.right{right:0}.cta-section{background:var(--gradient);padding:100px 5%;position:relative;overflow:hidden}.cta-section:before{content:"";background:radial-gradient(circle,#fbbf2433 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;left:-20%}.cta-container{z-index:1;max-width:900px;margin:0 auto;position:relative}.cta-content{text-align:center;color:var(--white)}.cta-title{margin-bottom:20px;font-size:3rem;font-weight:800;line-height:1.2}.cta-description{opacity:.95;margin-bottom:40px;font-size:1.2rem;line-height:1.7}.download-buttons{justify-content:center;gap:20px;margin-bottom:40px;display:flex}.store-button{background:var(--white);cursor:pointer;box-shadow:var(--shadow-md);border:none;border-radius:12px;align-items:center;gap:16px;padding:16px 32px;transition:all .3s;display:flex}.store-button:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0003}.store-icon{font-size:2.5rem}.store-text{text-align:left}.store-small{color:var(--text-light);margin-bottom:2px;font-size:.75rem}.store-large{color:var(--text-dark);font-size:1.2rem;font-weight:700}.cta-features{flex-wrap:wrap;justify-content:center;gap:40px;display:flex}.cta-feature-item{color:var(--white);align-items:center;gap:8px;font-size:1rem;display:flex}.check-icon{background:#fbbf244d;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-weight:700;display:flex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:1200px){.hero-title{font-size:3rem}.section-title{font-size:2.4rem}.features-grid,.steps-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero{padding:100px 5% 60px}.hero-container{grid-template-columns:1fr;gap:40px}.hero-title{font-size:2.2rem}.hero-description{font-size:1rem}.cta-buttons{flex-direction:column}.hero-stats{justify-content:space-between}.phone-frame{width:250px;height:500px}.floating-card{display:none}.features-grid,.steps-container{grid-template-columns:1fr}.section-title{font-size:2rem}.cta-title{font-size:2.2rem}.download-buttons{flex-direction:column}.cta-features{flex-direction:column;gap:16px}}@media (max-width:480px){.hero-title{font-size:1.8rem}.section-title{font-size:1.6rem}.btn{padding:14px 24px;font-size:.9rem}.screenshot-item{width:280px}.screenshot-frame{height:560px}.carousel-btn{width:40px;height:40px;font-size:1.5rem}}.about-page{color:#1f2937;background:#fff;font-family:Inter,sans-serif}.about-hero{text-align:center;background:linear-gradient(135deg,#f3e8ff,#ede9fe);padding:120px 5% 90px}.about-hero h1{margin-bottom:14px;font-size:2.8rem;font-weight:800}.about-hero p{color:#6b7280;max-width:680px;margin:0 auto;font-size:.95rem;line-height:1.7}.about-section{background:#f9fafb;padding:90px 5%}.about-section .content{text-align:center;max-width:900px;margin:0 auto}.about-section h2{margin-bottom:18px;font-size:2.3rem;font-weight:800}.about-section p{color:#6b7280;font-size:.92rem;line-height:1.75}.what-we-offer{text-align:center;background:#f9fafb;padding:100px 5%}.what-we-offer h2{margin-bottom:10px;font-size:2.3rem;font-weight:800}.section-intro{color:#6b7280;max-width:580px;margin:0 auto 60px;font-size:.9rem;line-height:1.65}.offer-grid{grid-template-columns:repeat(3,1fr);gap:28px;max-width:1200px;margin:0 auto;display:grid}.offer-card{background:#fff;border:1px solid #f1f1f1;border-radius:18px;padding:34px 26px;transition:all .3s;box-shadow:0 8px 24px #0000000d}.offer-card:hover{border-color:#ddd6fe;transform:translateY(-6px);box-shadow:0 14px 36px #7c3aed26}.offer-card span{margin-bottom:14px;font-size:2.1rem;display:block}.offer-card h4{margin-bottom:6px;font-size:1rem;font-weight:700}.offer-card p{color:#6b7280;font-size:.82rem;line-height:1.6}.why-section{text-align:center;background:#fff;padding:100px 5%}.why-section h2{margin-bottom:60px;font-size:2.3rem;font-weight:800}.why-grid{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1100px;margin:0 auto;display:grid}.why-card{background:#fff;border:1px solid #f1f1f1;border-radius:20px;padding:40px 28px;transition:all .3s;box-shadow:0 8px 26px #0000000f}.why-card:hover{transform:translateY(-6px);box-shadow:0 14px 36px #7c3aed26}.why-card span{margin-bottom:14px;font-size:2.4rem;display:block}.why-card h3{margin-bottom:8px;font-size:1.05rem;font-weight:700}.why-card p{color:#6b7280;font-size:.85rem;line-height:1.6}.about-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#7c3aed,#5b21b6);padding:110px 5%}.about-cta h2{margin-bottom:16px;font-size:2.6rem;font-weight:800}.about-cta p{opacity:.95;max-width:620px;margin:0 auto 32px;font-size:.95rem;line-height:1.7}.about-cta button{cursor:pointer;color:#5b21b6;background:#fff;border:none;border-radius:12px;padding:16px 38px;font-size:.95rem;font-weight:600;transition:all .3s}.about-cta button:hover{transform:translateY(-4px);box-shadow:0 14px 36px #00000040}@media (max-width:768px){.offer-grid,.why-grid{grid-template-columns:repeat(2,1fr)}.about-hero h1{font-size:2.2rem}.about-section h2,.what-we-offer h2,.why-section h2{font-size:2rem}}@media (max-width:480px){.offer-grid,.why-grid{grid-template-columns:1fr}.about-hero{padding:90px 5% 70px}.about-cta h2{font-size:2rem}}.support-page{color:#1f2937;font-family:Inter,sans-serif}.support-hero{text-align:center;background:linear-gradient(135deg,#f3e8ff,#ede9fe);padding:120px 5% 90px}.support-hero h1{margin-bottom:14px;font-size:2.8rem;font-weight:800}.support-hero p{color:#6b7280;max-width:650px;margin:0 auto;font-size:.95rem;line-height:1.7}.support-section{text-align:center;background:#f9fafb;padding:90px 5%}.white-bg{background:#fff}.support-section h2{margin-bottom:50px;font-size:2.2rem;font-weight:800}.section-text{color:#6b7280;max-width:600px;margin:0 auto 30px;font-size:.9rem;line-height:1.7}.contact-grid{grid-template-columns:repeat(3,1fr);gap:28px;max-width:1100px;margin:0 auto;display:grid}.contact-card{background:#fff;border:1px solid #f1f1f1;border-radius:18px;padding:36px 26px;box-shadow:0 8px 24px #0000000d}.contact-card span{margin-bottom:12px;font-size:2.2rem;display:block}.contact-card h4{margin-bottom:6px;font-size:1rem;font-weight:700}.contact-card p{color:#6b7280;font-size:.85rem}.faq-list{text-align:left;max-width:900px;margin:0 auto}.faq-item{border-bottom:1px solid #e5e7eb;padding:22px 0}.faq-item h4{margin-bottom:6px;font-size:.95rem;font-weight:700}.faq-item p{color:#6b7280;font-size:.85rem;line-height:1.6}.support-btn{color:#fff;background:linear-gradient(135deg,#7c3aed,#5b21b6);border-radius:12px;padding:14px 34px;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.support-legal{text-align:center;color:#fff;background:linear-gradient(135deg,#7c3aed,#5b21b6);padding:110px 5%}.support-legal h2{margin-bottom:14px;font-size:2.5rem;font-weight:800}.support-legal p{opacity:.95;max-width:600px;margin:0 auto 30px;font-size:.95rem;line-height:1.7}.legal-buttons{justify-content:center;gap:16px;display:flex}.legal-buttons button{cursor:pointer;border:none;border-radius:12px;padding:14px 30px;font-size:.9rem;font-weight:600}.legal-buttons .outline{color:#fff;background:0 0;border:2px solid #fff}@media (max-width:768px){.contact-grid{grid-template-columns:repeat(2,1fr)}.support-hero h1{font-size:2.2rem}}@media (max-width:480px){.contact-grid{grid-template-columns:1fr}.legal-buttons{flex-direction:column}}.privacy-page{color:#1f2937;font-family:Inter,sans-serif}.privacy-hero{text-align:center;background:linear-gradient(135deg,#f3e8ff,#ede9fe);padding:120px 5% 90px}.privacy-hero h1{margin-bottom:14px;font-size:2.8rem;font-weight:800}.privacy-hero p{color:#6b7280;max-width:700px;margin:0 auto;font-size:.95rem;line-height:1.7}.privacy-date{color:#8b5cf6;background:#8b5cf61a;border-radius:20px;margin-top:16px;padding:6px 16px;font-size:.85rem;font-weight:600;display:inline-block}.privacy-content{background:#fff;padding:90px 5%}.content-wrapper>p:first-child{color:#4b5563;background:#f9fafb;border-left:4px solid #8b5cf6;border-radius:0 8px 8px 0;margin-bottom:10px;padding:16px 20px;font-size:.95rem;line-height:1.8}.content-wrapper h2{color:#1f2937;border-bottom:2px solid #f3e8ff;margin:50px 0 14px;padding-bottom:8px;font-size:1.3rem;font-weight:700}.content-wrapper h3{color:#4c1d95;margin:24px 0 10px;font-size:1.05rem;font-weight:600}.content-wrapper p{color:#4b5563;margin-bottom:10px;font-size:.9rem;line-height:1.75}.content-wrapper ul{margin:12px 0 16px 20px;padding:0}.content-wrapper ul li{color:#4b5563;margin-bottom:6px;padding-left:20px;font-size:.9rem;line-height:1.75;list-style:none;position:relative}.content-wrapper ul li:before{content:"•";color:#8b5cf6;font-weight:700;position:absolute;left:0}@media (max-width:768px){.privacy-hero{padding:80px 5% 60px}.privacy-hero h1{font-size:1.9rem}.privacy-hero p{font-size:.9rem}.content-wrapper h2{font-size:1.15rem}.content-wrapper h3{font-size:1rem}}.terms-page{color:#1f2937;font-family:Inter,sans-serif}.terms-hero{text-align:center;background:linear-gradient(135deg,#f3e8ff,#ede9fe);padding:120px 5% 90px}.terms-hero h1{margin-bottom:14px;font-size:2.8rem;font-weight:800}.terms-hero p{color:#6b7280;max-width:700px;margin:0 auto;font-size:.95rem;line-height:1.7}.terms-content{background:#fff;padding:90px 5%}.content-wrapper{max-width:900px;margin:0 auto}.content-wrapper h2{margin:50px 0 14px;font-size:1.3rem;font-weight:700}.content-wrapper p{color:#4b5563;font-size:.9rem;line-height:1.75}@media (max-width:768px){.terms-hero h1{font-size:2.2rem}.content-wrapper h2{font-size:1.2rem}}.deletion-page{color:#1f2937;font-family:Inter,sans-serif}.deletion-hero{text-align:center;background:linear-gradient(135deg,#f3e8ff,#ede9fe);padding:120px 5% 90px}.deletion-hero h1{margin-bottom:14px;font-size:2.8rem;font-weight:800}.deletion-hero p{color:#6b7280;max-width:700px;margin:0 auto;font-size:.95rem;line-height:1.7}.deletion-content{background:#fff;padding:90px 5%}.deletion-wrapper{max-width:900px;margin:0 auto}.deletion-wrapper h2{margin:50px 0 14px;font-size:1.3rem;font-weight:700}.deletion-wrapper p{color:#4b5563;font-size:.9rem;line-height:1.75}.warning-banner{background:#fffbeb;border:1.5px solid #f59e0b;border-radius:10px;align-items:flex-start;gap:14px;margin-bottom:10px;padding:18px 22px;display:flex}.warning-icon{flex-shrink:0;margin-top:1px;font-size:1.3rem}.warning-banner strong{color:#92400e;margin-bottom:4px;font-size:.92rem;display:block}.warning-banner p{margin:0;color:#78350f!important;font-size:.88rem!important;line-height:1.65!important}.steps-list{flex-direction:column;gap:24px;margin:10px 0 50px;display:flex}.step-item{align-items:flex-start;gap:18px;display:flex}.step-number{color:#fff;background:#7c3aed;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-top:2px;font-size:.95rem;font-weight:700;display:flex;box-shadow:0 4px 12px #7c3aed40}.step-body h3{color:#1f2937;margin-bottom:5px;font-size:.95rem;font-weight:600}.step-body p{margin:0;color:#4b5563!important;font-size:.88rem!important;line-height:1.65!important}.flow-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin:10px 0 50px;display:flex}.flow-card{text-align:center;background:#f5f3ff;border:1.5px solid #ddd6fe;border-radius:12px;width:168px;padding:20px 16px;position:relative}.flow-badge{color:#fff;white-space:nowrap;background:#7c3aed;border-radius:20px;padding:2px 10px;font-size:.68rem;font-weight:700;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.flow-icon{margin-bottom:8px;font-size:2rem}.flow-card p{margin:0;color:#4b5563!important;font-size:.78rem!important;line-height:1.5!important}.flow-arrow{color:#7c3aed;font-size:1.4rem;font-weight:700}.delete-demo-wrap{flex-direction:column;align-items:center;gap:10px;margin:10px 0 50px;display:flex}.delete-demo-label{color:#6b7280!important;font-size:.82rem!important}.delete-btn-mock{color:#fff;cursor:default;background:#dc2626;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 30px;font-size:.92rem;font-weight:600;display:flex;box-shadow:0 4px 14px #dc262647}.danger-note{background:#fff5f5;border:1.5px solid #fecaca;border-radius:10px;margin-bottom:10px;padding:18px 22px}.danger-note strong{color:#991b1b;margin-bottom:5px;font-size:.92rem;display:block}.danger-note p{margin:0;color:#b91c1c!important;font-size:.88rem!important;line-height:1.65!important}@media (max-width:768px){.deletion-hero h1{font-size:2.2rem}.deletion-wrapper h2{font-size:1.2rem}.flow-row{flex-direction:column}.flow-arrow{transform:rotate(90deg)}}
