@keyframes slide-in-bottom{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-in-left{0%{transform:translate(-30px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slide-in-right{0%{transform:translate(30px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes holographic{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.5;background:linear-gradient(to bottom,#0a0a0a,#18181b);color:#f4f4f5;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#fafafa}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.25rem}h4{font-size:1.125rem}a{color:#06b6d4;text-decoration:none;transition:color .15s ease}a:hover{opacity:.8}img{max-width:100%;height:auto}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:1024px){.container{padding:0 1.5rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.public-header{position:sticky;top:0;z-index:100;background:#0a0a0ae6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0}.navbar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{text-decoration:none;transition:opacity .15s ease}.brand:hover{opacity:.8}.nav-links{display:flex;gap:1.5rem;margin-left:auto}@media(max-width:768px){.nav-links{display:none}}.nav-link{color:#d4d4d8;text-decoration:none;font-weight:500;transition:color .15s ease;position:relative}.nav-link:hover{color:#06b6d4}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:linear-gradient(135deg,#0ea5e9,#06b6d4,#14b8a6);transform:scaleX(0);transition:transform .15s ease}.nav-link:hover:after{transform:scaleX(1)}.auth-actions{display:flex;gap:.75rem}.mobile-menu-toggle{display:none;background:none;border:none;color:#f4f4f5;font-size:1.5rem;cursor:pointer;padding:.5rem}@media(max-width:768px){.mobile-menu-toggle{display:block}}.btn{padding:.5rem 1.25rem;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .15s ease;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn-primary{background:linear-gradient(135deg,#0ea5e9,#06b6d4,#14b8a6);color:#fff;box-shadow:0 4px 12px #0ea5e933}.btn-primary:hover{box-shadow:0 6px 16px #0ea5e94d;transform:translateY(-1px)}.btn-secondary{background:transparent;border:1px solid rgba(255,255,255,.2);color:#f4f4f5}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff4d}.hero{padding:4rem 0;position:relative;overflow:hidden}@media(max-width:768px){.hero{padding:3rem 0}}.hero .container{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}@media(max-width:1024px){.hero .container{grid-template-columns:1fr;gap:2rem}}.hero-content{z-index:10}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fafafa}@media(max-width:768px){.hero-title{font-size:2.5rem}}.gradient-text{background:linear-gradient(135deg,#0ea5e9,#06b6d4,#14b8a6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.25rem;color:#d4d4d8;margin-bottom:2rem;line-height:1.6}@media(max-width:768px){.hero-subtitle{font-size:1.125rem}}.hero-actions{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.trust-indicators{display:flex;gap:1.5rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;color:#a1a1aa;font-size:.875rem}.trust-item i{color:#14b8a6}.hero-visual{display:flex;justify-content:center;align-items:center}@media(max-width:1024px){.hero-visual{display:none}}.visual-placeholder{width:100%;height:400px;border-radius:1rem;background:#ffffff05;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center}.features{padding:4rem 0;background:#ffffff05;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}@media(max-width:768px){.features{padding:3rem 0}}.section-title{text-align:center;font-size:2.25rem;font-weight:700;margin-bottom:3rem;color:#fafafa}@media(max-width:768px){.section-title{font-size:1.875rem;margin-bottom:2rem}}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.feature-card{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem;transition:all .2s ease}.feature-card:hover{background:#ffffff0a;border-color:#0ea5e94d;transform:translateY(-4px)}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#fafafa}.feature-card p{color:#a1a1aa;line-height:1.6}.feature-icon{width:56px;height:56px;border-radius:.5rem;background:linear-gradient(135deg,#0ea5e9,#06b6d4,#14b8a6);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.feature-icon i{font-size:1.5rem;color:#fff}.cta{padding:4rem 0}@media(max-width:768px){.cta{padding:3rem 0}}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-content h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:#fafafa}@media(max-width:768px){.cta-content h2{font-size:1.875rem}}.cta-content p{font-size:1.25rem;color:#d4d4d8;margin-bottom:2rem}@media(max-width:768px){.cta-content p{font-size:1.125rem}}.public-footer{background:#0a0a0ae6;border-top:1px solid rgba(255,255,255,.1);padding:3rem 0 1.5rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:2rem}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:1.5rem}}.footer-brand .footer-tagline{color:#a1a1aa;margin-top:.75rem;font-size:.875rem}.footer-links{display:flex;gap:2rem}@media(max-width:768px){.footer-links{gap:1.5rem}}.footer-column h4{color:#f4f4f5;font-size:.875rem;font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.footer-column a{display:block;color:#a1a1aa;text-decoration:none;font-size:.875rem;margin-bottom:.5rem;transition:color .15s ease}.footer-column a:hover{color:#06b6d4}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.05)}.footer-bottom p{color:#71717a;font-size:.875rem}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:none}.mobile-overlay.active{display:block}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:280px;background:#0a0a0a;border-left:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;transform:translate(100%);transition:transform .2s ease}.mobile-menu.active{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.close-btn{background:none;border:none;color:#f4f4f5;font-size:1.25rem;cursor:pointer;padding:.5rem}.mobile-nav{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link{padding:.75rem 1rem;color:#d4d4d8;text-decoration:none;border-radius:.5rem;transition:all .15s ease}.mobile-nav-link:hover{background:#ffffff0d;color:#06b6d4}.legal-page{padding:4rem 0;min-height:60vh}@media(max-width:768px){.legal-page{padding:3rem 0}}.legal-page .container{max-width:900px}.legal-page h1{font-size:2.25rem;font-weight:700;color:#fafafa;margin-bottom:1rem}@media(max-width:768px){.legal-page h1{font-size:1.875rem}}.legal-page .legal-intro{color:#a1a1aa;font-size:.875rem;margin-bottom:2rem}.legal-page .legal-content{color:#d4d4d8;line-height:1.8;font-size:1rem}.legal-page .legal-content p{margin-bottom:1rem}.legal-page .legal-content ul{margin:1rem 0;padding-left:1.5rem}.legal-page .legal-content ul li{margin-bottom:.5rem}.pricing-hero{padding:4rem 0 2rem;text-align:center}@media(max-width:768px){.pricing-hero{padding:3rem 0 1.5rem}}.pricing-hero .hero-title{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1rem;color:#fafafa}@media(max-width:768px){.pricing-hero .hero-title{font-size:2rem}}.pricing-hero .hero-subtitle{font-size:1.125rem;color:#d4d4d8;max-width:700px;margin:0 auto;line-height:1.6}.pricing-table-section{padding:2rem 0 4rem}@media(max-width:768px){.pricing-table-section{padding:1.5rem 0 3rem}}.pricing-table-wrapper{max-width:1200px;margin:0 auto}.pricing-table-wrapper stripe-pricing-table{width:100%;display:block}.pricing-trust{padding:4rem 0;background:#ffffff05;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}@media(max-width:768px){.pricing-trust{padding:3rem 0}}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.trust-card{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem;text-align:center;transition:all .2s ease}.trust-card:hover{background:#ffffff0a;border-color:#0ea5e94d;transform:translateY(-4px)}.trust-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:#fafafa}.trust-card p{color:#a1a1aa;font-size:.875rem;line-height:1.6}.trust-icon{width:48px;height:48px;border-radius:.5rem;background:linear-gradient(135deg,#0ea5e9,#06b6d4,#14b8a6);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.trust-icon i{font-size:1.25rem;color:#fff}.pricing-faq{padding:4rem 0}@media(max-width:768px){.pricing-faq{padding:3rem 0}}.faq-list{max-width:800px;margin:2rem auto 0;display:flex;flex-direction:column;gap:1.5rem}.faq-item{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem;transition:all .2s ease}.faq-item:hover{background:#ffffff0a;border-color:#0ea5e933}.faq-item h3{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:#f4f4f5}.faq-item p{color:#a1a1aa;line-height:1.7}
