@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);:root{--primary-600:#0891b2;--primary-500:#06b6d4;--primary-400:#22d3ee;--primary-300:#67e8f9;--primary-200:#a5f3fc;--primary-100:#cffafe;--primary-50:#ecfeff;--primary-800:#0e7490;--primary-900:#164e63;--dark-0:#0a0a0a;--dark-1:#1a1a1a;--dark-2:#2d2d2d;--light-0:#f8f9fa;--light-4:#fff;--success:#10b981;--error:#ef4444;--warning:#f97316;--info:#3b82f6;--font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--shadow-cyan:0 4px 15px #0891b24d;--shadow-cyan-lg:0 8px 25px #0891b266;--transition-fast:0.15s ease;--transition-normal:0.3s ease;--transition-slow:0.5s ease}html{font-size:16px}body{background-color:#fff;background-color:var(--light-4);color:var(--dark-1);font-family:var(--font-family);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem;margin-bottom:var(--spacing-md)}h1{font-size:3rem;font-weight:700}h2{font-size:2.25rem}h2,h3{font-weight:600}h3{font-size:1.875rem}h4{font-size:1.5rem}h4,h5{font-weight:600}h5{font-size:1.25rem}h6{font-size:1.125rem;font-weight:600}p{line-height:1.7;margin-bottom:1rem;margin-bottom:var(--spacing-md)}a{color:#0891b2;color:var(--primary-600);text-decoration:none;transition:color .15s ease;transition:color var(--transition-fast)}a:hover{color:#0e7490;color:var(--primary-800)}button{border:none;cursor:pointer;font-family:inherit;outline:none;transition:all .3s ease;transition:all var(--transition-normal)}button:focus,input:focus,select:focus,textarea:focus{outline:2px solid #0891b2;outline:2px solid var(--primary-600);outline-offset:2px}::-webkit-scrollbar-track{background:#f8f9fa;background:var(--light-0)}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,var(--primary-600),var(--primary-400));border-radius:.375rem;border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,var(--primary-800),var(--primary-600))}::selection{color:var(--primary-600)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}@media (max-width:480px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}}.container{max-width:1200px}.container,.container-sm{margin:0 auto;padding:0 1rem;padding:0 var(--spacing-md)}.container-sm{max-width:640px}.container-md{max-width:768px}.container-lg,.container-md{margin:0 auto;padding:0 1rem;padding:0 var(--spacing-md)}.container-lg{max-width:1024px}.container-xl{margin:0 auto;max-width:1280px;padding:0 1rem;padding:0 var(--spacing-md)}@media print{body{background:#fff!important;color:#000!important}.no-print,footer,nav{display:none!important}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a1a;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#0891b2,#22d3ee);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#0e7490,#0891b2)}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-bottom:1px solid #0891b21a;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:50}.nav-container{height:64px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.nav-brand,.nav-container{align-items:center;display:flex}.nav-logo{height:32px;width:auto}.nav-title{color:#0891b2;font-size:1.25rem;font-weight:700;margin-left:.5rem}.nav-menu.desktop{align-items:center;display:flex;gap:2rem}.nav-link{background:none;border:none;color:#374151;cursor:pointer;font-size:1rem;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#0891b2}.nav-cta{background:linear-gradient(135deg,#0891b2,#22d3ee);border-radius:50px;box-shadow:0 4px 15px #0891b24d;color:#fff;font-weight:600;padding:.5rem 1.5rem;transition:all .3s ease}.nav-cta:hover{box-shadow:0 8px 25px #0891b266;transform:translateY(-2px)}.nav-menu-mobile{display:none}.nav-toggle{background:none;border:none;color:#374151;cursor:pointer;padding:.5rem}.nav-icon{height:24px;width:24px}.nav-mobile-menu{background:#fff;border-top:1px solid #0891b21a;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.nav-mobile-link{background:none;border:none;color:#374151;cursor:pointer;font-size:1rem;padding:.75rem 1rem;text-align:left;transition:color .3s ease}.nav-mobile-link:hover{color:#0891b2}.nav-mobile-cta{background:linear-gradient(135deg,#0891b2,#22d3ee);border-radius:50px;color:#fff;font-weight:600;margin-top:.5rem;padding:.75rem 1rem;transition:all .3s ease}.hero-section{align-items:center;background:linear-gradient(135deg,#0ea5e9,#0891b2 50%,#0e7490);display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='10' cy='60' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='90' cy='40' r='.5' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;text-align:center;z-index:2}.hero-content{margin:0 auto;max-width:800px}.hero-logo{margin-bottom:2rem}.main-logo{filter:drop-shadow(0 10px 20px rgba(0,0,0,.2));height:120px;object-fit:contain;width:120px}.hero-title{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 4px 8px #0003}.hero-title-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);-webkit-background-clip:text;background-clip:text;display:block}.hero-description{color:#e0f2fe;font-size:1.25rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.hero-buttons{flex-wrap:wrap;gap:1rem}.hero-btn,.hero-buttons{display:flex;justify-content:center}.hero-btn{align-items:center;border:none;border-radius:50px;cursor:pointer;font-size:1.1rem;font-weight:600;gap:.5rem;min-width:200px;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);box-shadow:0 8px 25px #f0f9ff4d;color:#0e7490}.btn-primary:hover{box-shadow:0 12px 35px #f0f9ff66;transform:translateY(-2px)}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border:2px solid #ffffff4d;color:#fff}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.btn-icon{height:20px;width:20px}.section-container{margin:0 auto;max-width:1200px;padding:0 1rem}.section-header{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:4rem;text-align:center}.section-title{color:#1a1a1a;font-size:3.5rem;width:100%}.section-description{color:#6b7280;font-size:1.25rem;line-height:1.6;margin:0;max-width:32rem;text-align:center}.features-section{background:#fff;padding:5rem 0}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{background:linear-gradient(135deg,#ecfeff,#fff);border:1px solid #0891b21a;border-radius:1rem;overflow:hidden;padding:1.5rem;position:relative;text-align:center;transition:all .3s ease}.feature-card:before{background:linear-gradient(135deg,#0891b2,#22d3ee);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{box-shadow:0 20px 40px #0891b226;transform:translateY(-8px)}.feature-icon-container{align-items:center;background:linear-gradient(135deg,#0891b2,#22d3ee);border-radius:50%;color:#fff;display:flex;height:64px;justify-content:center;margin:0 auto 1rem;width:64px}.feature-icon{height:32px;width:32px}.feature-title{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.feature-description{color:#6b7280;line-height:1.6}.demo-section{background:linear-gradient(135deg,#ecfeff,#fff);padding:5rem 0}.demo-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.demo-text{max-width:32rem}.demo-steps{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.demo-step{align-items:flex-start;display:flex;gap:1rem}.step-number{align-items:center;background:#0891b2;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.875rem;font-weight:700;height:32px;justify-content:center;width:32px}.step-title{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.step-description{color:#6b7280;line-height:1.6}.demo-mockup{display:flex;justify-content:center}.phone-mockup{background:linear-gradient(135deg,#0891b2,#22d3ee);border-radius:2rem;box-shadow:0 20px 40px #0891b24d;padding:2rem}.phone-screen{background:#fff;border-radius:1rem;height:400px;padding:1.5rem;width:280px}.phone-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.phone-dots{display:flex;gap:.5rem}.phone-dot{border-radius:50%;height:12px;width:12px}.phone-dot.red{background:#ef4444}.phone-dot.yellow{background:#f59e0b}.phone-dot.green{background:#10b981}.phone-content{display:flex;flex-direction:column;gap:1rem}.content-line{background:#e5e7eb;border-radius:4px;height:16px}.content-line.long{width:75%}.content-line.medium{width:50%}.content-line.short{width:66%}.testimonials-section{background:#fff;padding:5rem 0}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-card{background:linear-gradient(135deg,#ecfeff,#fff);border:1px solid #0891b21a;border-radius:1rem;padding:1.5rem;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 15px 30px #0891b21a;transform:translateY(-4px)}.testimonial-stars{display:flex;margin-bottom:1rem}.star-icon{fill:currentColor;color:#fbbf24;height:20px;width:20px}.testimonial-content{color:#374151;font-style:italic;line-height:1.6;margin-bottom:1rem}.testimonial-author{margin-top:1rem}.testimonial-name{color:#1a1a1a;font-weight:600}.testimonial-role{color:#6b7280;font-size:.875rem}.pricing-section{background:linear-gradient(135deg,#ecfeff,#fff);padding:5rem 0}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:80rem}.pricing-card{background:#fff;border:2px solid #e5e7eb;border-radius:1rem;padding:2rem;position:relative;transition:all .3s ease}.pricing-card:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-4px)}.pricing-card.premium{background:linear-gradient(135deg,#0891b2,#22d3ee);border:none;color:#fff;position:relative}.pricing-card.premium.annual{background:linear-gradient(135deg,#0e7490,#0891b2);border:3px solid #fbbf24;transform:scale(1.05)}.pricing-card.premium.annual:hover{transform:scale(1.05) translateY(-4px)}.pricing-badge{background:#fbbf24;border-radius:20px;color:#1f2937;font-size:.75rem;font-weight:600;left:50%;padding:4px 16px;position:absolute;top:-12px;transform:translateX(-50%)}.pricing-badge.best-value{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1f2937;font-size:.8rem;font-weight:700;padding:6px 20px}.pricing-title{font-size:1.5rem}.pricing-price,.pricing-title{font-weight:700;margin-bottom:1rem}.pricing-price{font-size:3rem}.pricing-period{font-size:1.125rem;opacity:.8}.pricing-trial{margin-bottom:1.5rem}.trial-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;color:#fff;display:inline-block;font-size:.875rem;font-weight:600;padding:.5rem 1rem}.pricing-card:not(.premium) .trial-badge{background:#10b981;color:#fff}.pricing-savings{margin-bottom:1.5rem;text-align:center}.savings-badge{background:#10b981;border-radius:20px;color:#fff;display:inline-block;font-size:.875rem;font-weight:700;margin-bottom:.5rem;padding:.5rem 1rem}.savings-text{display:block;font-size:.875rem;margin-top:.25rem;opacity:.9}.pricing-features{list-style:none;margin-bottom:2rem}.pricing-feature{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.feature-check{color:#10b981;height:20px;width:20px}.pricing-card.premium .feature-check{color:#fff}.pricing-btn{border-radius:50px;font-weight:600;padding:.75rem;transition:all .3s ease;width:100%}.faq-section{background:#fff;padding:5rem 0}.faq-list{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:48rem}.faq-item{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#0891b2}.faq-button{align-items:center;background:#fff;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:1.25rem 1.5rem;text-align:left;transition:all .3s ease;width:100%}.faq-button:hover{background:#f8fafc}.faq-question{color:#1a1a1a;font-weight:600}.faq-icon{color:#6b7280;height:20px;transition:transform .3s ease;width:20px}.faq-icon-open{transform:rotate(180deg)}.faq-content{padding:0 1.5rem 1.25rem}.faq-answer{color:#6b7280;line-height:1.6}.contact-section{background:linear-gradient(135deg,#ecfeff,#fff);padding:5rem 0}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.contact-subtitle{color:#1a1a1a;margin-bottom:1.5rem}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{align-items:center;display:flex;gap:.75rem}.contact-icon{color:#0891b2;height:20px;width:20px}.form{gap:1rem}.form,.form-group{display:flex;flex-direction:column}.form-group{gap:.25rem}.form-label{color:#374151;font-size:.875rem;font-weight:500}.form-input{background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.form-input:focus{border-color:#0891b2;box-shadow:0 0 0 3px #0891b21a;outline:none}.form-btn{align-items:center;border-radius:.75rem;display:flex;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem;transition:all .3s ease}.footer{background:#1f2937;color:#fff;padding:3rem 0 1.5rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 2fr;margin-bottom:2rem}.footer-brand{max-width:20rem}.footer-logo{align-items:center;display:flex;margin-bottom:1rem}.footer-logo-img{height:32px;width:auto}.footer-title{font-size:1.25rem;font-weight:700;margin-left:.5rem}.footer-description{color:#9ca3af;line-height:1.6}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.footer-heading{font-weight:600;margin-bottom:1rem}.footer-list{display:flex;flex-direction:column;gap:.5rem;list-style:none}.footer-link{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:1rem;text-align:left;transition:color .3s ease}.footer-link:hover{color:#fff}.footer-downloads{display:flex;flex-direction:column;gap:.5rem}.footer-download-btn{background:#fff;border:none;border-radius:.5rem;color:#1f2937;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.footer-download-btn:hover{background:#f3f4f6}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;text-align:center}.footer-copyright{color:#9ca3af}@media (max-width:768px){.nav-menu.desktop{display:none}.nav-menu-mobile{display:block}.hero-title{font-size:2.5rem}.contact-content,.demo-content,.footer-content{gap:2rem;grid-template-columns:1fr}.footer-links{gap:1.5rem;grid-template-columns:1fr}.hero-buttons{flex-direction:column}.features-grid,.pricing-grid,.testimonials-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero-title{font-size:2rem}.section-title{font-size:2.5rem}.hero-btn{font-size:1rem;padding:.75rem 1.5rem}.nav-container,.section-container{padding:0 .75rem}}@media (max-width:768px){.logo-section{padding:2rem 0}.main-logo{height:120px}}@media (max-width:480px){.logo-section{padding:1.5rem 0}.main-logo{height:100px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 3s ease-in-out infinite}.gradient-cyan{background:linear-gradient(135deg,#0891b2,#22d3ee)}.gradient-cyan-light{background:linear-gradient(135deg,#ecfeff,#fff)}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0891b2,#22d3ee);-webkit-background-clip:text;background-clip:text}.glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3}.hover-lift{transition:transform .3s ease}.hover-lift:hover{transform:translateY(-4px)}.loading{opacity:.7;pointer-events:none}button:focus,input:focus,textarea:focus{outline:2px solid #0891b2;outline-offset:2px}::selection{background:#0891b233;color:#0891b2}html{scroll-behavior:smooth}@media print{.App{background:#fff!important}footer,nav{display:none!important}}@media (max-width:768px){.pricing-grid{grid-template-columns:1fr;max-width:100%}.pricing-card.premium.annual{order:-1;transform:none}.pricing-card.premium.annual:hover{transform:translateY(-4px)}}.privacy-page{background:linear-gradient(135deg,#f0f9ff,#e0f2fe 50%,#bae6fd);font-family:Poppins,sans-serif;min-height:100vh}.privacy-header{background:linear-gradient(135deg,#0ea5e9,#0891b2 50%,#0e7490);color:#fff;overflow:hidden;padding:2rem 0 4rem;position:relative}.privacy-header:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='10' cy='60' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='90' cy='40' r='.5' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.privacy-nav{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.back-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-weight:500;padding:.75rem 1.5rem}.back-button:hover{background:#fff3;transform:translateY(-2px)}.back-icon{height:18px;width:18px}.language-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.language-button:hover{background:#fff3;transform:translateY(-2px)}.privacy-hero{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;text-align:center;z-index:2}.privacy-logo{margin-bottom:2rem}.privacy-logo-img{filter:drop-shadow(0 10px 20px rgba(0,0,0,.2));height:100px;object-fit:contain;width:100px}.privacy-title-section{margin:0 auto;max-width:800px}.privacy-title{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 4px 8px #0003}.privacy-subtitle{color:#e0f2fe;font-size:1.25rem;font-weight:400;margin-bottom:.5rem}.privacy-date{color:#bae6fd;font-size:.9rem;opacity:.8}.privacy-content{padding:4rem 0}.privacy-container{margin:0 auto;max-width:1000px;padding:0 2rem}.privacy-section{background:#fff;border:1px solid #0ea5e91a;border-radius:20px;box-shadow:0 10px 30px #0000001a;margin-bottom:2rem;padding:2.5rem;transition:all .3s ease}.privacy-section:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.privacy-section .section-header{align-items:center;border-bottom:2px solid #f0f9ff;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:1rem}.section-icon-container{align-items:center;background:linear-gradient(135deg,#0ea5e9,#0891b2);border-radius:12px;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.section-icon{color:#fff;height:24px;width:24px}.section-title{color:#0e7490;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0;text-align:center}.section-content{color:#374151;line-height:1.7}.section-content p{font-size:1rem;margin-bottom:1.5rem}.section-content strong{color:#0e7490;font-weight:600}.data-details{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:2rem 0}.data-section{background:#f8fafc;border-left:4px solid #0ea5e9;border-radius:12px;padding:1.5rem}.data-section h4{color:#0e7490;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.data-section ul{margin:0;padding-left:1.5rem}.data-section li{color:#4b5563;margin-bottom:.5rem}.mixpanel-note{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;color:#92400e;margin-top:1.5rem;padding:1rem}.external-link{color:#0ea5e9;font-weight:500;text-decoration:none;transition:color .3s ease}.external-link:hover{color:#0891b2;text-decoration:underline}.security-features{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.security-item{align-items:center;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;display:flex;gap:1rem;padding:1rem}.security-icon{color:#0ea5e9;flex-shrink:0;height:20px;width:20px}.contact-section{text-align:center}.contact-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #bae6fd;border-radius:16px;display:inline-block;margin-top:1.5rem;padding:2rem}.contact-info{align-items:center;display:flex;flex-direction:column;gap:1rem}.contact-info strong{color:#0e7490;font-size:1.2rem}.contact-email{align-items:center;color:#0ea5e9;display:flex;gap:.5rem}.contact-icon{height:18px;width:18px}.contact-email a{color:#0ea5e9;font-weight:500;text-decoration:none;transition:color .3s ease}.contact-email a:hover{color:#0891b2;text-decoration:underline}@media (max-width:768px){.privacy-title{font-size:2.5rem}.privacy-subtitle{font-size:1.1rem}.privacy-container,.privacy-hero,.privacy-nav{padding:0 1rem}.privacy-section{padding:2rem 1.5rem}.data-details{gap:1rem;grid-template-columns:1fr}.section-header{flex-direction:column;gap:.5rem;text-align:center}.section-icon-container{height:60px;width:60px}.section-icon{height:28px;width:28px}}@media (max-width:480px){.privacy-title{font-size:2rem}.privacy-logo-img{height:80px;width:80px}.privacy-section{padding:1.5rem 1rem}.section-title{font-size:2rem}.back-button,.language-button{font-size:.9rem;padding:.5rem 1rem}}.subscription-details{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:2rem 0}.subscription-section{background:#f8fafc;border-left:4px solid #0ea5e9;border-radius:12px;padding:1.5rem}.subscription-section h4{color:#0e7490;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.subscription-section ul{margin:0;padding-left:1.5rem}.subscription-section li{color:#4b5563;margin-bottom:.5rem}.payment-note{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;color:#0e7490;font-weight:500;margin-top:1.5rem;padding:1rem}@media (max-width:768px){.subscription-details{gap:1rem;grid-template-columns:1fr}}.contact-content-simple{margin:0 auto;max-width:600px}.contact-card-simple{background:#fff;border:1px solid #0ea5e91a;border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:3rem;text-align:center}.contact-info-simple{display:flex;flex-direction:column;gap:2rem}.contact-subtitle{color:#0e7490;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.contact-details-simple{display:flex;flex-direction:column;gap:1.5rem}.contact-item-simple{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.contact-item-simple:hover{background:#f0f9ff;border-color:#0ea5e9;transform:translateY(-2px)}.contact-icon-simple{color:#0ea5e9;flex-shrink:0;height:24px;width:24px}.contact-text-group{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem}.contact-label{color:#64748b;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.contact-link{color:#0ea5e9;font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#0891b2;text-decoration:underline}.contact-text{color:#374151;font-size:1.1rem;font-weight:500}.contact-note{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:12px;margin-top:1rem;padding:1.5rem}.contact-note p{color:#0e7490;font-weight:500;line-height:1.6;margin:0}@media (max-width:768px){.contact-card-simple{padding:2rem 1.5rem}.contact-item-simple{padding:.75rem}.contact-icon-simple{height:20px;width:20px}.contact-link,.contact-text{font-size:1rem}}@media (max-width:480px){.contact-card-simple{padding:1.5rem 1rem}.contact-subtitle{font-size:1.3rem}.contact-details-simple{gap:1rem}}.coming-soon-modal{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:500px;padding:3rem;position:relative;text-align:center;width:100%}.modal-icon{color:#0ea5e9;display:block;height:60px;margin:0 auto 1.5rem;width:60px}.modal-content h3{color:#0e7490;font-size:1.8rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.modal-content p{color:#6b7280;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.modal-btn{align-items:center;background:linear-gradient(135deg,#0ea5e9,#0891b2);border:none;border-radius:50px;box-shadow:0 8px 25px #0ea5e94d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin:0 auto;padding:1rem 2rem;transition:all .3s ease}.modal-btn:hover{box-shadow:0 12px 35px #0ea5e966;transform:translateY(-2px)}.modal-btn .modal-icon{color:#fff;height:20px;margin:0;width:20px}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.modal-content{margin:1rem;padding:2rem 1.5rem}.modal-content h3{font-size:1.5rem}.modal-content p{font-size:1rem}.modal-icon{height:50px;width:50px}}@media (max-width:480px){.modal-content{padding:1.5rem 1rem}.modal-content h3{font-size:1.3rem}.modal-btn{font-size:1rem;padding:.75rem 1.5rem}}.privacy-policy-page{background:linear-gradient(135deg,#f0f9ff,#e0f2fe 50%,#bae6fd);min-height:100vh;padding:2rem 0}.privacy-policy-container{margin:0 auto;max-width:1200px;padding:0 2rem}.privacy-policy-header{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;margin-bottom:3rem;overflow:hidden;padding:3rem;position:relative}.privacy-policy-header:before{background:linear-gradient(90deg,#0ea5e9,#0891b2 50%,#0e7490);content:"";height:4px;left:0;position:absolute;right:0;top:0}.privacy-policy-header-content{position:relative;z-index:1}.back-button{align-items:center;background:#0ea5e91a;border-radius:10px;color:#0ea5e9;display:inline-flex;font-weight:600;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.back-button:hover{background:#0ea5e933;transform:translateX(-5px)}.back-icon{height:20px;width:20px}.privacy-policy-title-section{margin-bottom:2rem;text-align:center}.privacy-policy-title{color:#0e7490;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.privacy-policy-subtitle{color:#0891b2;font-size:1.5rem;font-weight:500;margin-bottom:.5rem}.privacy-policy-date{color:#6b7280;font-size:1rem;font-style:italic}.language-toggle{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.lang-btn{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:50px;color:#6b7280;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.lang-btn.active{background:#0ea5e9;border-color:#0ea5e9;color:#fff}.lang-btn:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}.lang-icon{height:18px;width:18px}.privacy-policy-content{grid-gap:2rem;display:grid;gap:2rem}.privacy-policy-section{background:#fff;border:1px solid #0ea5e91a;border-radius:20px;box-shadow:0 5px 20px #00000014;padding:2.5rem;transition:all .3s ease}.privacy-policy-section:hover{box-shadow:0 15px 40px #00000026;transform:translateY(-5px)}.section-header-terms{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.section-title-terms{color:#0e7490;font-size:1.5rem;font-weight:600;margin:0}.section-content-terms{color:#374151;line-height:1.7}.section-content-terms .section-paragraph{font-size:1rem;margin-bottom:1rem}.section-content-terms .bullet-point{font-size:1rem;line-height:1.6;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.section-content-terms .bullet-point:before{color:#0ea5e9;content:"•";font-size:1.2rem;font-weight:700;left:0;position:absolute}.section-content-terms strong{color:#0e7490;font-weight:600}@media (max-width:768px){.privacy-policy-container{padding:0 1rem}.privacy-policy-header{margin-bottom:2rem;padding:2rem}.privacy-policy-title{font-size:2.5rem}.privacy-policy-subtitle{font-size:1.3rem}.privacy-policy-section{padding:2rem}.section-header-terms{align-items:flex-start;flex-direction:column;gap:.75rem}.section-title-terms{font-size:1.3rem}.section-content-terms .section-paragraph{font-size:.95rem}}@media (max-width:480px){.privacy-policy-title{font-size:2rem}.privacy-policy-subtitle{font-size:1.1rem}.privacy-policy-header,.privacy-policy-section{padding:1.5rem}.section-title-terms{font-size:1.2rem}.section-content-terms .section-paragraph{font-size:.9rem}}
/*# sourceMappingURL=main.62579a38.css.map*/