*{box-sizing:border-box;margin:0;padding:0}:root{--foreground:#000;--background:#fff;--secondary:#666;--tertiary:#999;--border:#e5e5e5;--border-hover:#d4d4d4;--accent:#000;--success:#00d26a;--radius:12px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--spacing:1rem;--text-primary:#000;--text-secondary:#666;--text-tertiary:#999;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--transition-fast:.15s cubic-bezier(.4,0,.2,1);--transition-base:.2s cubic-bezier(.4,0,.2,1);--transition-slow:.3s cubic-bezier(.4,0,.2,1);--framer-font-family:"Inter","Inter Placeholder",sans-serif;--framer-font-family-bold:"Inter",sans-serif;--framer-font-family-bold-italic:"Inter",sans-serif;--framer-font-family-italic:"Inter","Inter Placeholder",sans-serif}@keyframes pageLoadFadeIn{0%{opacity:0}to{opacity:1}}body{animation:.8s ease-out pageLoadFadeIn}@media (prefers-reduced-motion:reduce){body{animation:none!important}}[data-theme=dark]{--foreground:#fff;--background:#000;--secondary:#a3a3a3;--tertiary:#737373;--border:#262626;--border-hover:#404040;--accent:#fff;--text-primary:#fff;--text-secondary:#a3a3a3;--text-tertiary:#737373}body{background:var(--background);color:var(--foreground);font-family:var(--framer-font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.container-testimonials{max-width:100vw;margin:0 auto}header{background:var(--background);border-bottom:1px solid var(--border);width:100%;padding:15px;position:relative}nav{justify-content:space-between;padding:1.25rem 0}.nav-right,nav{align-items:center;display:flex}.nav-right{gap:1rem}.nav-auth{gap:.75rem}.nav-auth,.theme-toggle{align-items:center;display:flex}.theme-toggle{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;background:0 0;justify-content:center;width:40px;height:40px;margin-right:1rem;padding:.5rem;transition:all .2s}.theme-toggle:hover{background:var(--border)}.logo,.theme-icon{font-size:1.25rem}.logo{color:var(--foreground);letter-spacing:-.02em;align-items:center;gap:.5rem;font-weight:600;text-decoration:none;display:flex}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--secondary);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--foreground)}.btn{border-radius:var(--radius);cursor:pointer;letter-spacing:-.01em;border:1px solid;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--foreground);border-color:var(--foreground);color:var(--background)}.btn-primary:hover{background:var(--secondary);border-color:var(--secondary);transform:translateY(-1px)}.btn-secondary{border-color:var(--border);color:var(--foreground);background:0 0}.btn-secondary:hover{background:var(--foreground);border-color:var(--foreground);color:var(--background)}.hero{min-height:auto;padding:4rem 0}.hero-layout{align-items:center;gap:var(--space-20);flex-direction:column;max-width:1000px;margin:0 auto;display:flex}.hero-content{text-align:center}.hero .subtitle{color:var(--secondary);margin-bottom:1.5rem;font-size:1rem;font-weight:400}.highlight-word{color:var(--foreground);font-weight:600}.hero h1{color:var(--foreground);letter-spacing:-.04em;margin:0 0 var(--space-6);font-size:max(3.5rem,min(10vw,7.5rem));font-weight:bolder;line-height:.9}.hero-description{color:var(--text-secondary);text-align:center;max-width:800px;margin:0 auto;font-size:1.25rem;line-height:1.6;margin-bottom:var(--space-16)!important}.hero-cta{align-items:center;gap:var(--space-4);margin-bottom:var(--space-4);flex-wrap:wrap;justify-content:center;display:flex}.hero-note{color:var(--text-tertiary);font-size:.875rem}.legal-page .hero .container{text-align:center}.legal-page .hero h1{margin-left:auto;margin-right:auto}.legal-page .hero .hero-note{margin-top:var(--space-3)}.badge-section{gap:var(--space-4);width:100%}.badge-section,.event-badges{flex-direction:column;align-items:center;display:flex}.event-badges{gap:var(--space-3)}.badge-label{color:var(--text-tertiary);letter-spacing:.05em;text-transform:uppercase;font-size:.875rem;font-weight:500}.badge-items{gap:var(--space-3);flex-wrap:wrap;justify-content:center;display:flex}.badge-item{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);padding:var(--space-2)var(--space-4);transition:all var(--transition-base);align-items:center;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.badge-item:hover{border-color:var(--text-primary);color:var(--text-primary);transform:translateY(-1px)}.arrow-indicator{color:var(--text-tertiary);animation:2s ease-in-out infinite bounce}.arrow-indicator svg{display:block}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.hero-visual{width:100%;max-width:1400px;position:relative}.app-preview{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 20px 60px #00000014}.app-preview img{width:100%;height:auto;display:block}.hero-image{max-width:1200px;margin:0 auto;display:none;position:relative}.gradient-border-wrapper{border:1px solid var(--border);border-radius:var(--radius);width:100%;display:inline-block;overflow:hidden}.gradient-border-wrapper img{border-radius:var(--radius);width:100%;display:block}.hero-image-placeholder{aspect-ratio:16/10;border:2px solid var(--border);background:#fff;border-radius:12px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000001a}.hero-image-placeholder:before{background:var(--border);content:"";align-items:center;height:3rem;padding:0 1rem;display:flex;position:absolute;top:0;left:0;right:0}.hero-image-placeholder:after{color:#fff;content:"● ● ●";letter-spacing:.5rem;font-size:1rem;position:absolute;top:1rem;left:1.5rem}.hero-placeholder-content{text-align:center;margin-top:2rem;padding:3rem}.hero-placeholder-icon{opacity:.6;margin-bottom:1.5rem;font-size:4rem}.hero-placeholder-text{color:var(--foreground);margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.hero-placeholder-description{color:var(--secondary);font-size:1rem}.social-proof{border-bottom:1px solid var(--border);padding:var(--space-16)0;text-align:center}.social-proof-text{color:var(--text-tertiary);letter-spacing:.05em;margin-bottom:var(--space-8);text-transform:uppercase;font-size:.875rem;font-weight:500}.company-logos{align-items:center;gap:var(--space-12);flex-wrap:wrap;justify-content:center;display:flex}.company-logos span{color:var(--text-tertiary);opacity:.6;transition:opacity var(--transition-base);font-size:1.25rem;font-weight:600}.company-logos span:hover{opacity:1}.features{border-bottom:1px solid var(--border);padding:8rem 0}.section-header{text-align:center;margin-bottom:5rem}.section-header h2{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:max(2.5rem,min(5vw,4rem));font-weight:700}.section-header p{color:var(--secondary);max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.7}.feature-showcase{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;max-width:100%;margin-bottom:8rem;padding:2rem 0;display:grid;overflow:hidden}.feature-showcase.reverse{direction:rtl}.feature-showcase.reverse .feature-content,.feature-showcase.reverse .feature-screenshot{direction:ltr}.feature-content{box-sizing:border-box;max-width:100%;padding:2rem}.feature-content h3{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.feature-content p{color:var(--secondary);margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.feature-list{margin:0}.feature-list li{color:var(--secondary);margin-bottom:1rem}.feature-list li:before{color:var(--foreground);content:"✓";margin-right:1rem;font-size:1.25rem;font-weight:700}.feature-screenshot{max-width:100%;position:relative;overflow:hidden}.screenshot-placeholder{aspect-ratio:16/10;background:var(--background);border:1px solid var(--border);border-radius:var(--radius);justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #0000000d}.placeholder-content{text-align:center;margin-top:1rem;padding:2rem}.placeholder-icon{opacity:.6;margin-bottom:1rem;font-size:3rem}.placeholder-text{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.placeholder-description{color:var(--secondary);font-size:.875rem}.feature-carousel{width:100%;height:100%;position:relative}.carousel-container{aspect-ratio:3/2;border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:600px;max-height:400px;margin:0 auto;position:relative;overflow:hidden}.carousel-image{border-radius:var(--radius);-o-object-fit:cover;object-fit:cover;opacity:0;z-index:1;width:100%;height:100%;transition:opacity 3s ease-in-out;position:absolute;top:0;left:0}.carousel-image.active{opacity:1;z-index:2}.carousel-dots{display:none}.features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:100%;margin-top:6rem;display:grid}.feature-card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.feature-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.feature-card h3{letter-spacing:-.01em;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.feature-card p{color:var(--secondary);line-height:1.7}.testimonials{border-bottom:1px solid var(--border);padding:8rem 0;overflow:hidden}.testimonials-carousel{margin-top:4rem;padding:2rem 0;position:relative;overflow:hidden}.testimonials-track{gap:2rem;width:-moz-fit-content;width:fit-content;animation:30s linear infinite scrollTestimonials;display:flex}.testimonials-track:hover{animation-play-state:paused}@keyframes scrollTestimonials{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;flex-shrink:0;width:400px;min-width:400px;padding:2.5rem;transition:all .3s;position:relative}.testimonial:hover{border-color:var(--border-hover);transform:translateY(-2px)}.testimonial-content{color:var(--secondary);margin:1rem 0 1.5rem;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:1rem;display:flex}.author-avatar{background:var(--border);color:var(--secondary);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:.875rem;font-weight:600;display:flex}.author-info h4{margin-bottom:.25rem;font-size:1rem;font-weight:600}.author-info p{color:var(--secondary);font-size:.875rem}.faq,.pricing{border-bottom:1px solid var(--border)}.pricing{background:var(--background);padding:8rem 0 10rem}.pricing-features-list{text-align:center;max-width:800px;margin:3rem auto 4rem}.pricing-features-list ul{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem 2rem;margin:0;padding:0;list-style:none;display:grid}.pricing-features-list li{color:var(--foreground);padding:.5rem 0;font-size:1rem;font-weight:500}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin-top:4rem;margin-left:auto;margin-right:auto;display:grid}.pricing-card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);text-align:center;flex-direction:column;justify-content:center;gap:1rem;min-height:200px;padding:2.5rem;transition:all .3s;display:flex;position:relative}.pricing-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.pricing-card.featured{border:2px solid var(--foreground);transform:scale(1.02)}.nav-auth .btn-primary:hover:before{animation-duration:1.5s}.pricing-plan{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.pricing-price{color:var(--foreground);margin-bottom:.5rem;font-size:3rem;font-weight:700}.pricing-price span{color:var(--secondary);font-size:1rem;font-weight:400}.pricing-description{color:var(--secondary);margin-bottom:2rem}.pricing-features{text-align:left;margin:2rem 0;padding:0;list-style:none}.pricing-features li{color:var(--foreground);align-items:center;margin-bottom:.75rem;display:flex}.pricing-features li:before{background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#ffeaa7,plum);content:"✓";-webkit-text-fill-color:transparent;background-size:300% 300%;-webkit-background-clip:text;background-clip:text;margin-right:.75rem;font-size:1.1rem;font-weight:700;animation:3s infinite gradientShift}.pricing-cta{width:100%;margin-top:auto}.pricing-footer{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-top:4rem;display:flex}.trial-note{color:var(--text-tertiary);font-size:.875rem}.features-checklist{display:none}.features-checklist h3{color:var(--foreground);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.feature-list{text-align:left;max-width:600px;margin:0 auto;padding:0;list-style:none}.feature-list li{color:var(--foreground);align-items:center;margin-bottom:.75rem;font-size:1rem;display:flex}.features-checklist .feature-list{text-align:center}.features-checklist .feature-list li{justify-content:center}.features-checklist .feature-list li:before{background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#ffeaa7,plum);content:"✓";-webkit-text-fill-color:transparent;background-size:300% 300%;-webkit-background-clip:text;background-clip:text;margin-right:.75rem;font-size:1.1rem;font-weight:700;animation:3s infinite gradientShift}.pricing-plans-section{text-align:center}.pricing-plans-section h3{color:var(--foreground);margin-bottom:2rem;font-size:1.75rem;font-weight:600}.pricing-note{color:var(--secondary);margin-bottom:2rem;font-size:.875rem;font-style:italic}.faq{padding:6rem 0}.faq-list{max-width:800px;margin:4rem auto 0}.faq-item{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.5rem;overflow:hidden}.faq-question{color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;font-size:1rem;font-weight:500;display:flex}.faq-question:hover{background:var(--border)}.faq-answer{color:var(--secondary);max-height:0;padding:0 1.5rem;transition:max-height .3s,padding .3s;overflow:hidden}.faq-item.active .faq-answer{max-height:200px;padding:.5rem 1.5rem 1.5rem}.faq-icon{transition:transform .2s}.faq-item.active .faq-icon{transform:rotate(180deg)}.need-more-help{background:var(--border);border:1px solid var(--border);text-align:center;border-radius:8px;margin-top:3rem;padding:2rem}.need-more-help h3{color:var(--foreground);margin-bottom:1rem}.need-more-help p{color:var(--secondary);margin-bottom:1.5rem}[data-theme=dark] .need-more-help{border-color:var(--border);background:#000}[data-theme=dark] .need-more-help h3{color:var(--foreground)}[data-theme=dark] .need-more-help p{color:var(--secondary)}.cta{background:var(--background);border-bottom:1px solid var(--border);color:var(--foreground);text-align:center;padding:6rem 0}.cta h2{margin-bottom:1rem;font-size:2.5rem;font-weight:600}.cta p{max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.cta p,footer{color:var(--secondary)}footer{border-top:1px solid var(--border);padding:3rem 0}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-left{flex-direction:column;flex:1;gap:.5rem;display:flex}.footer-center{text-align:center;flex:1;justify-content:center;align-items:center;display:flex}.footer-center p{color:var(--secondary);margin:0}.footer-right{flex:1;justify-content:flex-end}.footer-links,.footer-right{align-items:center;gap:1rem;display:flex}.footer-links a{color:var(--secondary);border-radius:4px;justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:flex}.footer-links a:hover{background:var(--border);color:var(--foreground)}.theme-toggle-small{width:32px;height:32px;padding:.25rem}.theme-toggle-small .theme-icon{font-size:.875rem}.status-indicator{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.status-dot{background:#00d26a;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #00d26a66}.status-text{color:var(--secondary);font-size:.875rem;font-weight:500}@media (max-width:768px){.footer-content{text-align:center;flex-direction:column;gap:1.5rem}.footer-left{text-align:center;order:1;align-items:center}.footer-center{order:2}.footer-right{order:3;justify-content:center;gap:.75rem}.footer-links{gap:.75rem}.btn-contact,.mobile-menu-toggle,.nav-auth,.nav-links{display:none}nav{justify-content:center}.footer .theme-toggle{width:36px;height:36px}.footer .theme-icon{font-size:1rem}.hero{padding:calc(64px + 2rem) 0 3rem}.hero-layout{gap:var(--space-8)}.hero-content{max-width:100%}.hero h1{font-size:2.5rem;line-height:1.2}.hero-description{font-size:1.125rem}.hero-cta{flex-direction:column;align-items:stretch}.cta,.faq,.features,.pricing,.testimonials{padding:4rem 0}.feature-showcase{grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}.feature-showcase.reverse{direction:ltr}.feature-showcase.reverse .feature-screenshot{order:1}.feature-showcase.reverse .feature-content{order:2}.features-grid,.pricing-grid,.testimonials-grid{grid-template-columns:1fr}.screenshot-placeholder{aspect-ratio:4/3}.feature-content{padding:1rem}.feature-content h3{font-size:1.5rem}.feature-content p{font-size:1rem}.pricing-card.featured{transform:none}}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}@media (max-width:768px){.mobile-menu-toggle{display:none}}.email-notifications{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:6rem 0}.email-feature-showcase{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:6rem;display:grid}.email-content{padding:2rem}.email-content .feature-icon{background:linear-gradient(135deg,var(--success),#00a8ff);border-radius:var(--radius);color:#fff;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:2rem;font-size:2.5rem;display:flex}.email-content h3{color:var(--foreground);margin-bottom:1.5rem;font-size:2rem;font-weight:600}.email-content p{color:var(--secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.email-types-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;display:grid}.email-type{border:1px solid var(--border);border-radius:var(--radius);text-align:center;background:#fff;padding:1.5rem}.email-type-icon{margin-bottom:1rem;font-size:2rem}.email-type h4{color:var(--foreground);margin-bottom:.5rem;font-size:1rem;font-weight:600}.email-type p{color:var(--secondary);margin:0;font-size:.875rem;line-height:1.4}.email-preview{justify-content:center;align-items:center;display:flex;position:relative}.email-mockup{border:1px solid var(--border);background:#fff;border-radius:12px;width:100%;max-width:400px;overflow:hidden;box-shadow:0 20px 60px #00000026}.email-header{border-bottom:1px solid var(--border);background:#f5f5f5;padding:1rem;position:relative}.email-controls{gap:.5rem;margin-bottom:.5rem;display:flex}.email-dot{border-radius:50%;width:12px;height:12px}.email-dot.red{background:#ff5f56}.email-dot.yellow{background:#ffbd2e}.email-dot.green{background:#27ca3f}.email-title{color:var(--foreground);font-size:.875rem;font-weight:600}.email-body{padding:1.5rem}.email-greeting{color:var(--foreground);margin-bottom:1rem;font-size:1rem;font-weight:600}.email-section{margin-bottom:1.5rem}.email-section-title{color:var(--foreground);margin-bottom:1rem;font-size:.875rem;font-weight:600}.email-opportunity{border-radius:var(--radius);background:#f8fafc;margin-bottom:.75rem;padding:1rem;font-size:.875rem;line-height:1.4;position:relative}.match-score{background:var(--success);color:#fff;border-radius:12px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;position:absolute;top:.5rem;right:.5rem}.email-cta{text-align:center}.email-btn{background:var(--foreground);border-radius:var(--radius);color:#fff;cursor:pointer;border:none;padding:.75rem 1.5rem;font-weight:500;transition:all .2s}.email-btn:hover{background:var(--secondary)}.email-preferences-section{border:1px solid var(--border);background:#fff;border-radius:12px;margin-bottom:4rem;padding:3rem}.email-preferences-section h3{text-align:center;margin-bottom:1rem;font-size:1.75rem;font-weight:600}.email-preferences-section>p{color:var(--secondary);text-align:center;margin-bottom:3rem;font-size:1.1rem}.preferences-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.preference-category{border:1px solid var(--border);border-radius:var(--radius);background:#f8fafc;padding:2rem}.preference-category h4{color:var(--foreground);margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.preference-options{flex-direction:column;gap:1rem;display:flex}.preference-option{color:var(--foreground);cursor:pointer;align-items:center;padding-left:2rem;font-size:.95rem;display:flex;position:relative}.preference-option input[type=checkbox]{cursor:pointer;opacity:0;position:absolute}.checkmark{border:2px solid var(--border);background-color:#fff;border-radius:3px;width:18px;height:18px;transition:all .2s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.preference-option:hover input~.checkmark{border-color:var(--success)}.preference-option input:checked~.checkmark{background-color:var(--success);border-color:var(--success)}.checkmark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;display:none;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.preference-option input:checked~.checkmark:after{display:block}.email-analytics-section{border:1px solid var(--border);background:#fff;border-radius:12px;margin-bottom:4rem;padding:3rem}.email-analytics-section h3{text-align:center;margin-bottom:2rem;font-size:1.75rem;font-weight:600}.analytics-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.analytic-card{border:1px solid var(--border);border-radius:var(--radius);text-align:center;background:#f8fafc;padding:2rem}.analytic-number{color:var(--foreground);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.analytic-label{color:var(--secondary);margin-bottom:.5rem;font-size:.875rem;font-weight:500}.analytic-change{border-radius:12px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.analytic-change.positive{color:#065f46;background:#d1fae5}.email-cta-section{background:linear-gradient(135deg,var(--foreground)0,var(--secondary)100%);color:#fff;text-align:center;border-radius:12px;padding:3rem}.email-cta-content h3{margin-bottom:1rem;font-size:1.75rem;font-weight:600}.email-cta-content p{opacity:.9;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.email-cta-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.email-cta-section .btn-primary{color:var(--foreground);background:#fff;border-color:#fff}.email-cta-section .btn-primary:hover{background:#f1f5f9}.email-cta-section .btn-secondary{color:#fff;background:0 0;border-color:#ffffff4d}.email-cta-section .btn-secondary:hover{background:#ffffff1a;border-color:#fff}@media (max-width:768px){.email-feature-showcase{gap:2rem;margin-bottom:4rem}.email-feature-showcase,.email-types-grid{grid-template-columns:1fr}.email-analytics-section,.email-preferences-section{padding:2rem 1rem}.analytics-grid,.preferences-grid{grid-template-columns:1fr}.email-cta-buttons{flex-direction:column;align-items:stretch}.email-mockup{max-width:320px}}[data-theme=dark] .faq,[data-theme=dark] .features,[data-theme=dark] .pricing,[data-theme=dark] .testimonials,[data-theme=dark] body{background:#000}[data-theme=dark] .faq-item,[data-theme=dark] .feature-card,[data-theme=dark] .hero-image-placeholder,[data-theme=dark] .pricing-card,[data-theme=dark] .screenshot-placeholder,[data-theme=dark] .testimonial{border-color:var(--border);background:#000}[data-theme=dark] .faq-item,[data-theme=dark] .faq-question{color:var(--foreground)}[data-theme=dark] .faq-question:hover{background:#111}[data-theme=dark] .cta{background:var(--background);color:var(--foreground)}*{transition:background-color .3s,border-color .3s,color .3s}.adaptive-image{transition:opacity .3s}.adaptive-image[data-white-src]{opacity:1}.legal-page{background:var(--background)}.legal-overview{border-bottom:1px solid var(--border);padding:var(--space-16)0}.legal-meta{gap:var(--space-4);margin-bottom:var(--space-10);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.legal-meta-card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-5)}.legal-meta-label{color:var(--text-tertiary);letter-spacing:.08em;margin-bottom:var(--space-2);text-transform:uppercase;font-size:.85rem}.legal-meta-value{color:var(--text-primary);font-size:1.05rem;font-weight:600}.legal-pillars{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.legal-card{border:1px solid var(--border);border-radius:var(--radius-lg);min-height:100%;padding:var(--space-6);background:linear-gradient(135deg,#00000005,#0000);box-shadow:0 20px 60px #0000000a}[data-theme=dark] .legal-card{background:linear-gradient(135deg,#ffffff08,#fff0);box-shadow:0 20px 50px #0006}.legal-card h3{margin-bottom:var(--space-3);font-size:1.2rem}.legal-card li,.legal-card p{color:var(--text-secondary);font-size:.95rem}.legal-card ul{gap:var(--space-2);flex-direction:column;padding-left:0;list-style:none;display:flex}.legal-body{padding:var(--space-16)0}.legal-section{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:var(--space-6);padding:var(--space-6)}.legal-section h2{margin-bottom:var(--space-3);font-size:1.5rem}.legal-section p,.legal-section ul{color:var(--text-secondary)}.legal-section ul{gap:var(--space-2);margin-left:var(--space-4);flex-direction:column;display:flex}.legal-cta{border:1px solid var(--border);border-radius:var(--radius-xl);margin-top:var(--space-12);padding:var(--space-8);text-align:center;background:#00000005}[data-theme=dark] .legal-cta{background:#ffffff08}.legal-cta h3{margin-bottom:var(--space-3);font-size:1.6rem}.legal-cta p{color:var(--text-secondary);margin-bottom:var(--space-4)}.legal-cta .contact-links{gap:var(--space-3);flex-wrap:wrap;justify-content:center;display:flex}.legal-cta a{color:var(--foreground);font-weight:600;text-decoration:none}@media (max-width:768px){.legal-card,.legal-meta-card,.legal-section{padding:var(--space-5)}.legal-cta{padding:var(--space-6)}}
