@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--primary: #6D28D9;--primary-dark: #4C1D95;--primary-darker: #2E1065;--primary-gradient: linear-gradient(135deg, #6D28D9, #4C1D95);--primary-gradient-hover: linear-gradient(135deg, #7c3aed, #5b21b6);--background: #ffffff;--surface: #f8fafc;--surface-light: #f1f5f9;--text-main: #0f172a;--text-muted: #475569;--accent: #10b981;--accent-hover: #059669;--radius: 16px;--shadow: 0 10px 30px rgba(109, 40, 217, .1);--transition: all .3s cubic-bezier(.25, .8, .25, 1)}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{font-family:Outfit,sans-serif;background-color:var(--background);color:var(--text-main);line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--surface-light);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}a{text-decoration:none;color:inherit}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:3.5rem;margin-bottom:1rem}h2{font-size:2.5rem;margin-bottom:1rem}h3{font-size:1.75rem;margin-bottom:1rem}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}}.text-gradient{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;cursor:pointer;transition:var(--transition);border:none;font-size:1rem}.btn-primary{background:var(--primary-gradient);color:#fff;box-shadow:0 4px 15px #6d28d966}.btn-primary:hover{background:var(--primary-gradient-hover);transform:translateY(-2px);box-shadow:0 6px 20px #6d28d999}.btn-outline{background:transparent;color:var(--text-main);border:1px solid rgba(109,40,217,.2)}.btn-outline:hover{border-color:var(--primary);background:#6d28d91a}.store-buttons{display:flex;gap:1rem;flex-wrap:wrap}.store-btn{display:flex;align-items:center;gap:.75rem;background:var(--surface);border:1px solid rgba(109,40,217,.1);padding:.75rem 1.25rem;border-radius:12px;transition:var(--transition);cursor:pointer}.store-btn:hover{background:var(--surface-light);transform:translateY(-3px);border-color:#6d28d94d}.store-btn img{width:24px;height:24px}.store-btn .store-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.store-btn .store-text span:first-child{font-size:.65rem;text-transform:uppercase;color:var(--text-muted);margin-bottom:2px}.store-btn .store-text span:last-child{font-size:1rem;font-weight:600;color:var(--text-main)}.section{padding:5rem 0}.page-wrapper{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.glowing-blob{position:absolute;width:40vw;height:40vw;background:radial-gradient(circle,#6d28d966,#0000 70%);border-radius:50%;z-index:-1;pointer-events:none;filter:blur(60px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp .8s ease-out forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.header{position:fixed;top:0;left:0;width:100%;padding:1.5rem 0;z-index:1000;transition:var(--transition);background:transparent}.header.scrolled{background:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:1rem 0;box-shadow:0 4px 30px #6d28d90d;border-bottom:1px solid rgba(109,40,217,.1)}.header-container{display:flex;align-items:center;justify-content:space-between}.logo-link{display:flex;align-items:center;gap:.75rem;z-index:1002}.logo-img{height:40px;width:auto;border-radius:8px}.logo-text{font-size:1.5rem;font-weight:800;background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;letter-spacing:-.5px}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-weight:500;color:var(--text-muted);transition:var(--transition);position:relative}.nav-links a:hover,.nav-links a.active{color:var(--text-main)}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--primary-gradient);transition:var(--transition);border-radius:2px}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.header-actions{display:flex;align-items:center;gap:1rem}.menu-btn{display:none;background:transparent;border:none;color:var(--text-main);cursor:pointer;z-index:1002}.mobile-only-btn,.d-none{display:none}@media(min-width:768px){.d-md-flex{display:flex}}@media(max-width:768px){.nav-links{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--background);flex-direction:column;justify-content:center;gap:2rem;font-size:1.5rem;clip-path:circle(0px at top right);transition:clip-path .5s ease-in-out;z-index:1001}.nav-links.open{clip-path:circle(150% at top right)}.menu-btn{display:flex}.mobile-only-btn{display:block;width:80%;margin-top:2rem}.mobile-only-btn .btn{width:100%;padding:1rem}}.footer{background:var(--surface);padding:5rem 0 2rem;margin-top:auto;border-top:1px solid rgba(255,255,255,.05)}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}@media(max-width:992px){.footer-content{grid-template-columns:1fr 1fr}}@media(max-width:576px){.footer-content{grid-template-columns:1fr}}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.footer-desc{color:var(--text-muted);margin-bottom:2rem;max-width:300px}.partner-section{display:flex;flex-direction:column;gap:.5rem}.partner-label{font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.partner-img{height:35px;width:auto}.footer-col h3{font-size:1.2rem;margin-bottom:1.5rem;color:var(--text-main);font-weight:600}.footer-col ul{display:flex;flex-direction:column;gap:1rem}.footer-col ul a{color:var(--text-muted);transition:var(--transition)}.footer-col ul a:hover{color:var(--primary);padding-left:5px}.cac-content{display:flex;align-items:flex-start;gap:1rem;background:#6d28d91a;padding:1rem;border-radius:var(--radius);border:1px solid rgba(109,40,217,.2);margin-bottom:1.5rem}.cac-icon{color:var(--primary);flex-shrink:0}.cac-text-wrap{display:flex;flex-direction:column;gap:.25rem}.cac-title{font-weight:700;color:var(--text-main)}.cac-subtitle{font-size:.85rem;color:var(--text-muted);line-height:1.4}.cac-image-placeholder{width:100%;height:100px;background:#ffffff0d;border:1px dashed rgba(255,255,255,.2);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.85rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);color:var(--text-muted);font-size:.9rem}.footer-socials{display:flex;gap:1rem}.footer-socials a{width:36px;height:36px;border-radius:50%;background:#ffffff0d;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.footer-socials a:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}@media(max-width:576px){.footer-bottom{flex-direction:column-reverse;gap:1.5rem;text-align:center}}.home-page{position:relative;overflow:hidden}@media(min-width:1024px){.home-page{margin-top:-70px}}.store-btn img{width:auto;height:30px}.text-center{text-align:center}.hero{padding:12rem 0 6rem;position:relative}.hero-blob{top:10%;left:10%}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.75rem;background:var(--surface);border:1px solid rgba(109,40,217,.15);padding:.5rem 1rem;border-radius:999px;margin-bottom:2rem;box-shadow:0 5px 15px #6d28d90d}.badge-text{background:var(--primary);color:#fff;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.badge-desc{font-size:.9rem;color:var(--text-muted)}.hero-subtitle{font-size:1.15rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:100%}.hero-buttons{margin-bottom:2rem;display:flex;flex-wrap:nowrap;gap:1rem;border-radius:20px}.hero-app-btn{background:transparent;padding:0;border:none;border-radius:12px;cursor:pointer;transition:transform .4s cubic-bezier(.16,1,.3,1),filter .4s cubic-bezier(.16,1,.3,1)}.hero-app-btn img{height:48px;width:auto;display:block}.hero-app-btn:hover{transform:translateY(-5px) scale(1.03);filter:drop-shadow(0 15px 25px rgba(109,40,217,.4))}.hero-image:hover{transform:rotate(0) translateY(-10px)}.hero-image img{width:100%;max-width:500px;height:auto;object-fit:contain;object-position:center}.floating-phone-icon{width:100%;max-width:500px;height:auto;object-fit:contain;object-position:center;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .6s cubic-bezier(.16,1,.3,1),opacity .6s ease;filter:drop-shadow(0 20px 40px rgba(0,0,0,.4));will-change:transform,filter}.app-actions{display:flex;justify-content:space-between;margin-bottom:2rem}.action-circle{width:60px;height:60px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.app-transactions{background:#fff;border-radius:20px 20px 0 0;position:absolute;bottom:0;left:0;width:100%;height:50%;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.tx-item{height:60px;background:#f1f5f9;border-radius:12px;width:100%}.partners-section{padding:3rem 0;border-top:1px solid rgba(109,40,217,.1);border-bottom:1px solid rgba(109,40,217,.1);background:var(--surface)}.partners-text{text-align:center;color:var(--text-muted);font-size:.9rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem}.partners-logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:3rem}.partner-logo{height:40px;opacity:.6;transition:opacity .3s ease}.partner-logo:hover{opacity:1}.invert-logo{filter:brightness(0) opacity(.7)}.cac-badge{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--primary-dark)}.section-header{margin-bottom:4rem}.section-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.15rem}.section-subtitle.left-align{margin:0;margin-bottom:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:var(--surface);border:1px solid rgba(109,40,217,.1);padding:2.5rem 2rem;border-radius:24px;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #6d28d91a;border-color:#6d28d966}.feature-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.bg-purple{background:linear-gradient(135deg,#a855f7,#7e22ce)}.bg-blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.bg-green{background:linear-gradient(135deg,#10b981,#047857)}.bg-orange{background:linear-gradient(135deg,#f97316,#c2410c)}.feature-card h3{font-size:1.3rem;margin-bottom:1rem}.feature-card p{color:var(--text-muted);font-size:.95rem}.uploading-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.uploading-image{width:100%;height:auto;object-fit:contain;border-radius:24px;display:block;box-shadow:0 20px 40px #6d28d926;border:1px solid rgba(109,40,217,.1)}@media(max-width:768px){.uploading-grid{grid-template-columns:1fr;gap:2rem}}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1024px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.why-grid{grid-template-columns:1fr}}.why-card{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;background:var(--surface);border:1px solid rgba(109,40,217,.1);padding:2.5rem;border-radius:24px;transition:transform .3s ease,background .3s ease,border-color .3s ease}.why-card:hover{transform:translateY(-5px);background:var(--surface-light);border-color:#6d28d966}.why-icon-wrapper{width:65px;height:65px;border-radius:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.why-icon-purple{background:#a855f71a;color:#a855f7}.why-icon-blue{background:#3b82f61a;color:#3b82f6}.why-icon-green{background:#10b9811a;color:#10b981}.why-icon-orange{background:#f973161a;color:#f97316}.why-content h3{font-size:1.35rem;margin-bottom:.75rem;color:var(--primary-dark)}.why-content p{color:var(--text-muted);font-size:1.05rem;line-height:1.6}.how-it-works-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.steps-list{display:flex;flex-direction:column;gap:2rem}.step-item{display:flex;gap:1.5rem}.step-number{width:40px;height:40px;border-radius:50%;background:var(--primary-gradient);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0;box-shadow:0 0 20px #6d28d966}.step-text h4{margin-bottom:.5rem;font-size:1.25rem}.step-text p{color:var(--text-muted)}.secondary-mockup{transform:rotate(5deg);transition:transform .8s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1);filter:drop-shadow(0 20px 40px rgba(0,0,0,.2));will-change:transform,filter}.secondary-mockup:hover{transform:rotate(0) translateY(-15px) scale(1.02);filter:drop-shadow(0 40px 60px rgba(109,40,217,.3))}.dark-screen{background:#0f172a}.mockup-form{margin-top:4rem;display:flex;flex-direction:column;gap:1rem}.mockup-input{height:50px;background:#ffffff0d;border-radius:12px;width:100%}.mockup-button{height:50px;background:var(--primary);border-radius:12px;width:100%;margin-top:1rem}.cta-box{background:var(--primary-gradient);border-radius:32px;padding:4rem;position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:center;box-shadow:0 30px 60px #6d28d94d}.cta-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 100% 0%,rgba(255,255,255,.2) 0%,transparent 50%);pointer-events:none}.cta-content{position:relative;z-index:1;max-width:600px}.cta-content h2{color:#fff;font-size:2.5rem;margin-bottom:1.5rem}.cta-content p{color:#ffffffe6;font-size:1.1rem;margin-bottom:2.5rem}.cta-image-floating{position:relative;z-index:1;animation:float 6s ease-in-out infinite;cursor:pointer;-webkit-tap-highlight-color:transparent}.cta-image-floating:hover .floating-phone-icon{transform:scale(1.08) translateY(-10px) rotate(-3deg);filter:drop-shadow(0 40px 60px rgba(109,40,217,.7))}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}to{transform:translateY(0) rotate(0)}}@media(max-width:992px){.hero-container,.how-it-works-container{grid-template-columns:1fr}.hero-subtitle{margin:0 auto 2.5rem}.hero-buttons{justify-content:center}.section-subtitle.left-align{text-align:center;margin:0 auto 2rem}.step-item{text-align:left}.cta-box{flex-direction:column;text-align:center;padding:3rem 2rem;gap:3rem;align-items:center;justify-content:center}.cta-content{margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.cta-buttons{justify-content:center;width:100%;margin-top:1rem}.cta-image-floating{margin:0 auto;display:flex;justify-content:center;width:100%;max-width:320px}.text-gradient-full{font-size:35px}}@media(max-width:576px){.hero{padding:8rem 0 4rem}.hero-buttons{justify-content:center;gap:.5rem}.hero-app-btn img{height:40px}.cta-content h2{font-size:2rem}.why-card{flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem}}.about-page{position:relative;overflow:hidden;min-height:100vh}.about-hero{padding:10rem 0 4rem;text-align:center;position:relative}.about-blob{top:-10%;left:50%;transform:translate(-50%);width:60vw;height:60vw;opacity:.5}.about-subtitle{font-size:1.15rem;color:var(--text-muted);max-width:600px;margin:0 auto}.about-content{background:var(--surface);border:1px solid rgba(109,40,217,.1);border-radius:32px;padding:4rem;position:relative;z-index:1;box-shadow:0 20px 40px #6d28d91a;margin-bottom:4rem}.about-section{margin-bottom:3.5rem}.about-section:last-child{margin-bottom:0}.about-section-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.5rem}.about-icon{width:54px;height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.icon-blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.icon-purple{background:linear-gradient(135deg,#a855f7,#7e22ce)}.about-section h2{margin-bottom:0;font-size:2rem}.about-text{color:var(--text-muted);font-size:1.15rem;line-height:1.8}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.about-card{background:#6d28d905;border:1px solid rgba(109,40,217,.1);padding:2.5rem;border-radius:24px;transition:transform .3s ease,box-shadow .3s ease}.about-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #6d28d91a;border-color:#6d28d966;background:#6d28d90d}.about-card h3{color:var(--primary-dark);font-size:1.5rem;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.about-card p{color:var(--text-muted);font-size:1.05rem;line-height:1.7}@media(max-width:992px){.about-content{padding:3rem 2rem}}@media(max-width:768px){.about-hero{padding:8rem 0 3rem}.about-grid{grid-template-columns:1fr}.about-content{padding:2.5rem 1.5rem;border-radius:24px}.about-section h2{font-size:1.5rem}.about-text{font-size:1.05rem}.about-icon{width:48px;height:48px}}.faq-page{padding-top:120px;padding-bottom:80px;min-height:100vh}.faq-header{text-align:center;margin-bottom:4rem;position:relative;z-index:1}.faq-blob{top:-10%;left:50%;transform:translate(-50%);width:60vw;height:60vw;opacity:.5}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1000px;margin:0 auto}.faq-card{background:var(--surface);border:1px solid rgba(109,40,217,.1);border-radius:20px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;align-self:start}.faq-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #6d28d91a;border-color:#6d28d94d}.faq-question{width:100%;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;background:transparent;border:none;color:var(--primary-dark);font-size:1.15rem;font-weight:700;cursor:pointer;text-align:left;transition:color .3s ease;font-family:inherit;gap:1rem}.faq-icon{font-size:1.75rem;color:var(--primary);transition:transform .3s ease;flex-shrink:0;line-height:1}.faq-card.open .faq-icon{transform:rotate(45deg)}.faq-answer{padding:0 2rem 1.75rem;color:var(--text-muted);line-height:1.7;font-size:1.05rem}@media(max-width:768px){.faq-grid{grid-template-columns:1fr;gap:1.5rem}.faq-question{padding:1.25rem 1.5rem;font-size:1.1rem}.faq-answer{padding:0 1.5rem 1.5rem}}.contact-page{position:relative;overflow:hidden;min-height:100vh}.contact-hero{padding:10rem 0 4rem;text-align:center;position:relative}.contact-blob{top:-10%;right:-10%;width:50vw;height:50vw;opacity:.4}.contact-blob-2{bottom:-10%;left:-10%;width:60vw;height:60vw;opacity:.3}.contact-subtitle{font-size:1.15rem;color:var(--text-muted);max-width:600px;margin:0 auto}.contact-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:5rem;position:relative;z-index:1}.contact-card{background:var(--surface);border:1px solid rgba(109,40,217,.1);padding:2.5rem 2rem;border-radius:24px;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.contact-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #6d28d926;border-color:#6d28d966}.contact-icon-wrapper{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.icon-purple-light{background:#a855f726;color:#a855f7}.icon-blue-light{background:#3b82f626;color:#3b82f6}.icon-green-light{background:#10b98126;color:#10b981}.contact-card h3{font-size:1.35rem;margin-bottom:.5rem;color:var(--primary-dark)}.contact-card p{color:var(--text-muted);font-size:1.05rem;margin-bottom:0}.contact-form-container{max-width:700px;margin:0 auto;background:var(--surface);border:1px solid rgba(109,40,217,.1);padding:3.5rem;border-radius:32px;position:relative;z-index:1;box-shadow:0 20px 50px #6d28d91a}.contact-form-container h2{text-align:center;margin-bottom:2.5rem;font-size:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;text-align:left}.form-group label{color:var(--text-muted);font-size:.95rem;font-weight:500}.form-control{width:100%;padding:1.1rem 1.25rem;background:var(--background);border:1px solid rgba(109,40,217,.2);border-radius:14px;color:var(--text-main);font-size:1rem;font-family:inherit;transition:all .3s ease}.form-control:focus{outline:none;border-color:#6d28d9cc;background:var(--background);box-shadow:0 0 0 4px #6d28d926}.form-control::placeholder{color:var(--text-muted)}textarea.form-control{resize:vertical;min-height:140px}.submit-btn{width:100%;padding:1.1rem;font-size:1.1rem;margin-top:1rem;border-radius:14px}@media(max-width:768px){.contact-hero{padding:8rem 0 3rem}.contact-cards-container{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3.5rem}.contact-form-container{padding:2.5rem 1.5rem;border-radius:24px}.contact-form-container h2{font-size:1.75rem;margin-bottom:2rem}}.privacy-page{position:relative;overflow:hidden;min-height:100vh}.privacy-hero{padding:10rem 0 4rem;text-align:center;position:relative}.privacy-blob{top:-10%;left:10%;width:60vw;height:60vw;opacity:.3}.privacy-subtitle{font-size:1.15rem;color:var(--text-muted);max-width:700px;margin:0 auto}.privacy-content-container{max-width:900px;margin:0 auto 5rem;background:var(--surface);border:1px solid rgba(109,40,217,.1);padding:4rem 5rem;border-radius:32px;position:relative;z-index:1;box-shadow:0 20px 50px #6d28d91a}.privacy-effective-date{display:inline-block;background:#6d28d926;color:#a855f7;padding:.5rem 1rem;border-radius:999px;font-size:.9rem;font-weight:600;margin-bottom:2.5rem;border:1px solid rgba(168,85,247,.3)}.privacy-intro{font-size:1.15rem;line-height:1.8;color:var(--text-muted);margin-bottom:3.5rem}.privacy-section{margin-bottom:3rem}.privacy-section:last-child{margin-bottom:0}.privacy-section h2{font-size:1.75rem;color:var(--primary-dark);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.privacy-section h2:before{content:"";display:block;width:8px;height:8px;background:var(--primary);border-radius:50%;box-shadow:0 0 10px var(--primary)}.privacy-section p{color:var(--text-muted);font-size:1.05rem;line-height:1.8;margin-bottom:1rem}.privacy-section h3{font-size:1.25rem;color:var(--primary-dark);margin:1.5rem 0 .5rem;font-weight:600}.privacy-list{list-style:none;margin-bottom:1.5rem;padding-left:0}.privacy-list li{position:relative;padding-left:1.5rem;margin-bottom:1rem;color:var(--text-muted);line-height:1.7;font-size:1.05rem}.privacy-list li:before{content:"→";position:absolute;left:0;color:var(--primary);font-weight:700}.privacy-list li strong{color:var(--primary-dark);font-weight:600}.privacy-contact-box{background:#6d28d908;border:1px solid rgba(109,40,217,.1);border-radius:16px;padding:2rem;margin-top:1.5rem}.privacy-contact-box a{color:var(--primary);transition:color .3s ease}.privacy-contact-box a:hover{color:#a855f7;text-decoration:underline}@media(max-width:768px){.privacy-hero{padding:8rem 0 3rem}.privacy-content-container{padding:2.5rem 1.75rem;border-radius:24px;margin-bottom:3.5rem}.privacy-section h2{font-size:1.5rem}.privacy-intro,.privacy-section p,.privacy-list li{font-size:1rem}}.terms-page{position:relative;overflow:hidden;min-height:100vh}.terms-hero{padding:10rem 0 4rem;text-align:center;position:relative}.terms-blob{top:-10%;right:10%;width:60vw;height:60vw;opacity:.3}.terms-subtitle{font-size:1.15rem;color:var(--text-muted);max-width:700px;margin:0 auto}.terms-content-container{max-width:900px;margin:0 auto 5rem;background:var(--surface);border:1px solid rgba(109,40,217,.1);padding:4rem 5rem;border-radius:32px;position:relative;z-index:1;box-shadow:0 20px 50px #6d28d91a}.terms-effective-date{display:inline-block;background:#6d28d926;color:#a855f7;padding:.5rem 1rem;border-radius:999px;font-size:.9rem;font-weight:600;margin-bottom:2.5rem;border:1px solid rgba(168,85,247,.3)}.terms-intro{font-size:1.15rem;line-height:1.8;color:var(--text-muted);margin-bottom:3.5rem}.terms-section{margin-bottom:3rem}.terms-section:last-child{margin-bottom:0}.terms-section h2{font-size:1.75rem;color:var(--primary-dark);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.terms-section h2:before{content:"";display:block;width:8px;height:8px;background:var(--primary);border-radius:50%;box-shadow:0 0 10px var(--primary)}.terms-section p{color:var(--text-muted);font-size:1.05rem;line-height:1.8;margin-bottom:1rem}.terms-list{list-style:none;margin-bottom:1.5rem;padding-left:0}.terms-list li{position:relative;padding-left:1.5rem;margin-bottom:1rem;color:var(--text-muted);line-height:1.7;font-size:1.05rem}.terms-list li:before{content:"→";position:absolute;left:0;color:var(--primary);font-weight:700}.terms-list li strong{color:var(--primary-dark);font-weight:600}.terms-contact-box{background:#6d28d908;border:1px solid rgba(109,40,217,.1);border-radius:16px;padding:2rem;margin-top:1.5rem}.terms-contact-box a{color:var(--primary);transition:color .3s ease}.terms-contact-box a:hover{color:#a855f7;text-decoration:underline}@media(max-width:768px){.terms-hero{padding:8rem 0 3rem}.terms-content-container{padding:2.5rem 1.75rem;border-radius:24px;margin-bottom:3.5rem}.terms-section h2{font-size:1.5rem}.terms-intro,.terms-section p,.terms-list li{font-size:1rem}}
