*{box-sizing:border-box;margin:0;padding:0}:root{--teal:#5effd9;--coral:#ff7a75;--purple:#a182ff;--dark-bg:#0f1419;--card-bg:#1a1f2e;--glass-bg:#1a1f2e99;--text-primary:#fff;--text-secondary:#a0a0ab}body{background:var(--dark-bg);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}.landing-page{min-height:100vh;position:relative}.stars-container{pointer-events:none;z-index:0;width:100%;height:100%;position:fixed;top:0;left:0}.star{background:var(--teal);opacity:0;border-radius:50%;width:2px;height:2px;animation:3s infinite twinkle;position:absolute}@keyframes twinkle{0%,to{opacity:0}50%{opacity:1}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f1419cc;border-bottom:1px solid #5effd91a;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex}.logo{color:var(--teal);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;display:flex}.logo-icon{width:32px;height:32px;stroke:var(--teal)}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-links a{color:var(--text-secondary);font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--teal)}.cta-button-small,.cta-button-primary,.cta-button-secondary,.pricing-button{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.cta-button-small,.nav-links a.cta-button-small{background:linear-gradient(135deg,var(--teal),var(--purple));color:var(--dark-bg);padding:.75rem 1.5rem}.cta-button-primary{background:linear-gradient(135deg,var(--teal),var(--purple));color:var(--dark-bg);font-size:1.125rem}.cta-button-primary.large{padding:1.25rem 3rem;font-size:1.25rem}.cta-button-primary:hover{transform:translateY(-2px);box-shadow:0 20px 40px #5effd94d}.cta-button-secondary{color:var(--teal);border:2px solid var(--teal);background:0 0}.cta-button-secondary:hover{background:#5effd91a}.cta-button-secondary:disabled{opacity:.6;cursor:not-allowed;position:relative}.cta-button-secondary:disabled:hover{background:0 0}.coming-soon-badge{text-transform:uppercase;background:var(--purple);color:#fff;letter-spacing:.5px;border-radius:4px;margin-left:.5rem;padding:.15rem .4rem;font-size:.65rem}.button-icon{width:20px;height:20px}.hero{z-index:1;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative}.hero-content{align-items:center;gap:4rem;max-width:1400px;margin:0 auto;display:flex}.hero-text{flex:1;max-width:600px}.badge{border:1px solid var(--teal);color:var(--teal);letter-spacing:1px;background:#5effd91a;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hero-title{margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.gradient-text{background:linear-gradient(135deg,var(--teal),var(--purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7}.cta-group{gap:1rem;margin-bottom:2rem;display:flex}.trust-badges{color:var(--text-secondary);gap:2rem;font-size:.875rem;display:flex}.hero-phone{flex:1;justify-content:center;align-items:center;display:flex}.phone-mockup{background:#000;border:3px solid #5effd94d;border-radius:40px;width:300px;height:600px;padding:12px;position:relative;box-shadow:0 30px 60px #00000080}.phone-mockup:before{content:"";z-index:10;background:#000;border-radius:0 0 20px 20px;width:100px;height:25px;position:absolute;top:20px;left:50%;transform:translate(-50%)}.phone-screen{object-fit:cover;border-radius:32px;width:100%;height:100%}.floating{animation:6s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.stats{z-index:1;padding:4rem 2rem;position:relative}.container{max-width:1400px;margin:0 auto}.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;border:1px solid #5effd933;border-radius:20px;padding:2.5rem}.stat-number{background:linear-gradient(135deg,var(--teal),var(--purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:3.5rem;font-weight:800}.stat-label{color:var(--text-secondary);font-size:1rem}.features{z-index:1;padding:6rem 2rem;position:relative}.section-header{text-align:center;margin-bottom:4rem}.section-title{margin-bottom:1rem;font-size:3rem;font-weight:800}.section-subtitle{color:var(--text-secondary);font-size:1.25rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.feature-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #5effd933;border-radius:24px;padding:3rem;transition:all .3s}.feature-card:hover{border-color:var(--teal);transform:translateY(-8px);box-shadow:0 20px 40px #5effd933}.feature-icon{border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.feature-icon svg{width:32px;height:32px}.feature-icon.teal{color:var(--teal);background:#5effd933}.feature-icon.coral{color:var(--coral);background:#ff7a7533}.feature-icon.purple{color:var(--purple);background:#a182ff33}.feature-title{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.feature-description{color:var(--text-secondary);line-height:1.7}.how-it-works{z-index:1;padding:6rem 2rem;position:relative}.steps-container{flex-direction:column;gap:6rem;margin-top:4rem;display:flex}.step{align-items:center;gap:4rem;display:flex}.step.reverse{flex-direction:row-reverse}.step-phone{flex:1;justify-content:center;display:flex}.step-content{flex:1}.step-number{background:linear-gradient(135deg,var(--teal),var(--purple));-webkit-text-fill-color:transparent;opacity:.3;-webkit-background-clip:text;margin-bottom:1rem;font-size:5rem;font-weight:800}.step-title{margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.step-description{color:var(--text-secondary);margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.step-features{flex-direction:column;gap:1rem;list-style:none;display:flex}.step-features li{color:var(--teal);font-size:1.125rem}.pricing{z-index:1;padding:6rem 2rem;position:relative}.pricing-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.pricing-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #5effd933;border-radius:24px;padding:3rem;position:relative}.pricing-card.featured{border:2px solid var(--teal);box-shadow:0 20px 40px #5effd933}.popular-badge{background:linear-gradient(135deg,var(--coral),var(--purple));color:#fff;border-radius:50px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:700;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.pricing-header{text-align:center;margin-bottom:2rem}.pricing-title{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.pricing-price{justify-content:center;align-items:baseline;gap:.25rem;display:flex}.price-currency{color:var(--text-secondary);font-size:1.5rem}.price-amount{color:var(--teal);font-size:4rem;font-weight:800}.price-period{color:var(--text-secondary);font-size:1.25rem}.pricing-save{color:var(--coral);margin-top:.5rem;font-weight:600}.pricing-features{margin-bottom:2rem;list-style:none}.pricing-features li{color:var(--text-secondary);border-bottom:1px solid #5effd91a;padding:.75rem 0}.pricing-button{width:100%}.pricing-button.primary{background:linear-gradient(135deg,var(--teal),var(--purple));color:var(--dark-bg)}.pricing-button.secondary{color:var(--teal);border:2px solid var(--teal);background:0 0}.final-cta{z-index:1;text-align:center;padding:8rem 2rem;position:relative}.cta-content{max-width:800px;margin:0 auto}.cta-title{margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.cta-subtitle{color:var(--text-secondary);margin-bottom:3rem;font-size:1.25rem;line-height:1.7}.cta-note{color:var(--text-secondary);margin-top:1.5rem;font-size:.875rem}.footer{z-index:1;background:#0f1419e6;border-top:1px solid #5effd91a;padding:4rem 2rem 2rem;position:relative}.footer-content{justify-content:space-between;gap:4rem;margin-bottom:3rem;display:flex}.footer-brand{max-width:300px}.footer-tagline{color:var(--text-secondary);margin-top:1rem}.footer-links{gap:4rem;display:flex}.footer-column{flex-direction:column;gap:1rem;display:flex}.footer-column h4{margin-bottom:.5rem;font-weight:700}.footer-column a{color:var(--text-secondary);text-decoration:none;transition:color .3s}.footer-column a:hover{color:var(--teal)}.footer-link-placeholder{color:var(--text-secondary);opacity:.5;cursor:not-allowed}.footer-bottom{text-align:center;color:var(--text-secondary);border-top:1px solid #5effd91a;padding-top:2rem;font-size:.875rem}.fade-in{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.hero-content{text-align:center;flex-direction:column}.hero-text{max-width:100%}.cta-group{flex-direction:column;justify-content:center;width:100%}.cta-group button{width:100%}.trust-badges{flex-direction:column;justify-content:center;align-items:center;gap:.5rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:1fr}.step{text-align:center;flex-direction:column!important}.early-access-grid{grid-template-columns:1fr}.calculator-content{flex-direction:column;padding:2rem}.risk-circle{width:220px;height:220px}.risk-number{font-size:3.5rem}}@media (max-width:768px){.nav-links{gap:1rem}.nav-links a{display:none}.hero{padding:6rem 1rem 2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.step-number{font-size:3rem}.step-title{font-size:1.75rem}.cta-title{font-size:2rem}.footer-content{flex-direction:column}.footer-links{flex-direction:column;gap:2rem}.comparison-table{overflow-x:auto}.testimonials-grid{grid-template-columns:1fr}.phone-mockup{width:250px;height:500px}.calculator-content{gap:2rem;padding:1.5rem}.input-label{font-size:1rem}.input-value{font-size:1.25rem}}.early-access{z-index:1;background:radial-gradient(circle,#5effd90d,#0000 70%);padding:6rem 2rem;position:relative}.early-access-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto 4rem;display:grid}.early-access-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #5effd933;border-radius:24px;padding:3rem;transition:all .3s;position:relative}.early-access-card:hover{border-color:var(--teal);transform:translateY(-8px);box-shadow:0 20px 40px #5effd933}.early-access-card.featured{border:2px solid var(--teal);box-shadow:0 20px 40px #5effd933}.early-access-icon{background:#5effd933;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.early-access-icon svg{width:32px;height:32px;stroke:var(--teal)}.early-access-title{margin-bottom:1rem;font-size:1.75rem;font-weight:700}.early-access-description{color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}.early-access-benefits{flex-direction:column;gap:1rem;list-style:none;display:flex}.early-access-benefits li{color:var(--text-secondary);font-size:1.063rem}.waitlist-form{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid var(--teal);text-align:center;border-radius:24px;max-width:700px;margin:0 auto;padding:3rem}.waitlist-content{flex-direction:column;gap:1.5rem;display:flex}.waitlist-title{margin-bottom:.5rem;font-size:2rem;font-weight:800}.waitlist-subtitle{color:var(--text-secondary);margin-bottom:1rem;font-size:1.125rem}.email-form{gap:1rem;width:100%;display:flex}.email-input{color:var(--text-primary);background:#1a1f2ecc;border:2px solid #5effd94d;border-radius:12px;flex:1;padding:1rem 1.5rem;font-size:1rem;transition:all .3s}.email-input:focus{border-color:var(--teal);outline:none;box-shadow:0 0 20px #5effd933}.email-input::placeholder{color:var(--text-secondary)}.email-submit{background:linear-gradient(135deg,var(--teal),var(--purple));color:var(--dark-bg);cursor:pointer;white-space:nowrap;border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s}.email-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #5effd94d}.email-submit:disabled{opacity:.8;cursor:not-allowed}.waitlist-note{color:var(--text-secondary);font-size:.875rem}@media (max-width:768px){.email-form{flex-direction:column}.email-submit{width:100%}.waitlist-form{padding:2rem 1.5rem}.waitlist-title{font-size:1.5rem}.waitlist-subtitle{font-size:1rem}.early-access-card{padding:2rem}.early-access-title{font-size:1.5rem}}.risk-calculator{z-index:1;background:radial-gradient(circle,#5effd90d,#0000 70%);padding:6rem 2rem;position:relative}.calculator-content{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #5effd933;border-radius:32px;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:4rem;display:flex}.calculator-inputs{flex-direction:column;flex:1;gap:2.5rem;display:flex}.input-group{flex-direction:column;gap:1rem;display:flex}.input-label{color:var(--text-primary);justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:600;display:flex}.input-value{color:var(--teal);font-size:1.5rem;font-weight:800}.slider{appearance:none;background:#ffffff1a;border-radius:5px;outline:none;width:100%;height:8px;transition:all .3s}.slider::-webkit-slider-thumb{appearance:none;background:linear-gradient(135deg,var(--teal),var(--purple));cursor:pointer;border-radius:50%;width:24px;height:24px;box-shadow:0 4px 12px #5effd966}.slider::-moz-range-thumb{background:linear-gradient(135deg,var(--teal),var(--purple));cursor:pointer;border:none;border-radius:50%;width:24px;height:24px;box-shadow:0 4px 12px #5effd966}.slider:hover{background:#ffffff26}.input-scale{color:var(--text-secondary);justify-content:space-between;font-size:.875rem;display:flex}.checkbox-group{margin-top:1rem}.checkbox-label{align-items:center;gap:1rem;font-size:1rem;display:flex}.checkbox{width:20px;height:20px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.comparison{z-index:1;padding:6rem 2rem;position:relative}.comparison-table{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #5effd933;border-radius:24px;max-width:900px;margin:0 auto;overflow:hidden}.comparison-header{background:#5effd91a;border-bottom:1px solid #5effd933;grid-template-columns:1.5fr 1fr 1fr;display:grid}.comparison-row-header,.comparison-col-header{text-transform:uppercase;letter-spacing:.05em;padding:1.25rem 1.5rem;font-size:.875rem;font-weight:700}.comparison-col-header.traditional{color:var(--text-secondary)}.comparison-col-header.proact{color:var(--teal)}.comparison-row{border-bottom:1px solid #5effd91a;grid-template-columns:1.5fr 1fr 1fr;display:grid}.comparison-row:last-child{border-bottom:none}.comparison-feature{color:var(--text-primary);padding:1.25rem 1.5rem;font-weight:600}.comparison-cell{color:var(--text-secondary);align-items:center;padding:1.25rem 1.5rem;display:flex}.comparison-cell.highlight{color:var(--teal);font-weight:500}.calculator-result{flex:1;justify-content:center;align-items:center;display:flex}.risk-display{text-align:center}.risk-circle{background:var(--card-bg);border-radius:50%;justify-content:center;align-items:center;width:280px;height:280px;margin:0 auto 2rem;display:flex;position:relative}.risk-progress{width:100%;height:100%;position:absolute}.risk-content{text-align:center}.risk-number{font-size:4.5rem;font-weight:800;line-height:1}.risk-label{color:var(--text-secondary);margin-top:.5rem;font-size:1rem}.risk-status{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.risk-description{color:var(--text-secondary);max-width:300px;margin:0 auto;line-height:1.6}.carousel-dots{justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.carousel-dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.carousel-dot.active{background:var(--teal);transform:scale(1.2)}.carousel-dot:hover:not(.active){background:#ffffff80}.timeline-viz{margin-top:1rem}.timeline-bar{background:#ffffff1a;border-radius:2px;height:4px;margin-bottom:2rem;position:relative}.timeline-marker{text-align:center;position:absolute;transform:translate(-50%)}.marker-dot{border-radius:50%;width:16px;height:16px;margin:-6px auto .5rem}.marker-dot.alert{background:var(--teal);box-shadow:0 0 12px var(--teal)}.marker-dot.danger{background:var(--coral);box-shadow:0 0 12px var(--coral)}.timeline-marker span{color:var(--text-secondary);font-size:.75rem}.timeline-label{text-align:center;color:var(--text-secondary);font-size:.875rem}@media (max-width:768px){.comparison-header,.comparison-row{grid-template-columns:1fr}.comparison-row-header{display:none}.comparison-col-header{text-align:center;padding:1rem}.comparison-feature{text-align:center;background:#5effd90d;padding:1rem}.comparison-cell{justify-content:center;padding:.75rem 1rem}}.legal-page{background:var(--dark-bg);min-height:100vh;position:relative}.legal-content{z-index:1;max-width:900px;margin:0 auto;padding:8rem 2rem 4rem;position:relative}.legal-article{color:var(--text-primary)}.legal-header{text-align:center;margin-bottom:4rem}.legal-title{margin-bottom:1rem;font-size:3.5rem;font-weight:800}.legal-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto 1rem;font-size:1.25rem}.legal-meta{color:var(--text-secondary);opacity:.7;font-size:.875rem}.legal-section{border-bottom:1px solid #5effd91a;margin-bottom:3rem;padding-bottom:2rem}.legal-section:last-child{border-bottom:none}.legal-section h2{color:var(--teal);margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.legal-section h3{color:var(--text-primary);margin:2rem 0 1rem;font-size:1.25rem;font-weight:600}.legal-section h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.legal-section p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.8}.legal-section ul,.legal-section ol{color:var(--text-secondary);margin-bottom:1.5rem;padding-left:1.5rem;line-height:1.8}.legal-section li{margin-bottom:.75rem}.legal-section a{color:var(--teal);text-decoration:none;transition:opacity .2s}.legal-section a:hover{opacity:.8;text-decoration:underline}.highlight-section{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #5effd933;border-radius:24px;margin-bottom:3rem;padding:2.5rem}.summary-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;display:grid}.summary-item{text-align:center}.summary-icon{border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;display:flex}.summary-icon svg{width:32px;height:32px}.summary-icon.teal{color:var(--teal);background:#5effd933}.summary-icon.teal svg{stroke:var(--teal)}.summary-icon.purple{color:var(--purple);background:#a182ff33}.summary-icon.purple svg{stroke:var(--purple)}.summary-icon.coral{color:var(--coral);background:#ff7a7533}.summary-icon.coral svg{stroke:var(--coral)}.summary-item h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.summary-item p{color:var(--text-secondary);font-size:.9375rem;line-height:1.6}.data-category{margin-bottom:2.5rem}.data-category h3{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.category-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:50px;padding:.25rem .75rem;font-size:.6875rem;font-weight:700}.category-badge.transient{color:var(--teal);background:#5effd933}.category-badge.stored{color:var(--purple);background:#a182ff33}.data-list{padding-left:0;list-style:none}.data-list li{padding-left:1.5rem;position:relative}.data-list li:before{content:"";background:var(--teal);border-radius:50%;width:6px;height:6px;position:absolute;top:.75rem;left:0}.info-callout{border-left:4px solid var(--teal);background:#5effd91a;border-radius:0 12px 12px 0;margin:1.5rem 0;padding:1rem 1.5rem}.info-callout strong{color:var(--teal)}.warning-callout{border-left:4px solid var(--coral);background:#ff7a751a;border-radius:0 12px 12px 0;margin:1.5rem 0;padding:1rem 1.5rem}.warning-callout strong{color:var(--coral)}.warning-callout.prominent{border-left:none;border:2px solid var(--coral);text-align:center;border-radius:12px;padding:2rem}.warning-callout.prominent h3{color:var(--coral);margin-top:0}.use-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.use-item{background:#1a1f2e99;border:1px solid #5effd91a;border-radius:16px;padding:1.5rem}.use-item h4{color:var(--teal)}.use-item p{margin:0;font-size:.9375rem}.dont-list{padding-left:0;list-style:none}.dont-list li{padding-left:2rem;position:relative}.dont-list li:before{content:"✕";color:var(--coral);font-weight:700;position:absolute;left:0}.services-table{background:#1a1f2e99;border:1px solid #5effd933;border-radius:16px;margin:1.5rem 0;overflow:hidden}.service-row{border-bottom:1px solid #5effd91a;grid-template-columns:1.2fr 1fr 1.5fr;gap:1rem;padding:1rem 1.5rem;display:grid}.service-row:last-child{border-bottom:none}.service-row.header{text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);background:#5effd91a;font-size:.8125rem;font-weight:700}.service-row span{color:var(--text-secondary);font-size:.9375rem}.service-name strong{color:var(--text-primary)}.security-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.security-item{background:#1a1f2e99;border:1px solid #5effd91a;border-radius:16px;padding:1.5rem}.security-item h4{color:var(--teal);margin-bottom:.5rem}.security-item p{margin:0;font-size:.9375rem}.rights-list{padding-left:0;list-style:none}.rights-list li{margin-bottom:1rem;padding-left:2rem;position:relative}.rights-list li:before{content:"✓";color:var(--teal);font-weight:700;position:absolute;left:0}.retention-table{background:#1a1f2e99;border:1px solid #5effd933;border-radius:16px;margin:1.5rem 0;overflow:hidden}.retention-row{border-bottom:1px solid #5effd91a;grid-template-columns:1.5fr 2fr 1fr;align-items:center;gap:1rem;padding:1rem 1.5rem;display:grid}.retention-row:last-child{border-bottom:none}.retention-row.header{text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);background:#5effd91a;font-size:.8125rem;font-weight:700}.retention-row span{color:var(--text-secondary);font-size:.9375rem}.retention-row .yes{color:var(--teal);font-weight:600}.retention-row .no{color:var(--text-secondary);opacity:.7}.retention-row .auto{color:var(--purple);font-weight:600}.health-list{padding-left:0;list-style:none}.health-list li{margin-bottom:1rem;padding-left:2rem;position:relative}.health-list li:before{content:"🔒";position:absolute;left:0}.contact-list{padding-left:0;list-style:none}.contact-list li{margin-bottom:.5rem}.disclaimer-list{padding-left:0;list-style:none}.disclaimer-list li{margin-bottom:1rem;padding-left:2rem;position:relative}.disclaimer-list li:before{content:"⚠";position:absolute;left:0}.service-list{padding-left:0;list-style:none}.service-list li{margin-bottom:.75rem;padding-left:2rem;position:relative}.service-list li:before{content:"→";color:var(--teal);position:absolute;left:0}.liability-list{padding-left:0;list-style:none}.liability-list li{margin-bottom:1rem;padding-left:2rem;position:relative}.liability-list li:before{content:"•";color:var(--coral);font-size:1.25rem;position:absolute;left:.5rem}@media (max-width:768px){.legal-content{padding:6rem 1.5rem 3rem}.legal-title{font-size:2.5rem}.legal-subtitle{font-size:1.125rem}.summary-grid{grid-template-columns:1fr;gap:1.5rem}.use-grid,.security-grid{grid-template-columns:1fr}.service-row{grid-template-columns:1fr;gap:.5rem}.service-row.header{display:none}.service-row span:first-child{color:var(--text-primary);margin-bottom:.25rem;font-weight:600}.retention-row{grid-template-columns:1fr;gap:.5rem}.retention-row.header{display:none}.retention-row span:first-child{color:var(--text-primary);font-weight:600}.highlight-section{border-radius:16px;padding:1.5rem}.data-category h3{flex-direction:column;align-items:flex-start;gap:.5rem}}.contact-link{color:var(--teal);text-decoration:none;transition:opacity .2s}.contact-link:hover{opacity:.8;text-decoration:underline}.feedback-cta{text-align:center;margin-top:2rem}.feedback-button{background:linear-gradient(135deg,var(--teal)0%,var(--purple)100%);color:var(--dark-bg);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s;display:inline-flex}.feedback-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #5effd94d}.feedback-button:active{transform:translateY(0)}.feedback-icon{width:24px;height:24px;stroke:var(--dark-bg)}.feedback-note{color:var(--text-secondary);margin-top:1rem;font-size:.875rem}.feedback-button-disabled{opacity:.6;cursor:not-allowed;background:var(--text-secondary)}.feedback-button-disabled:hover{box-shadow:none;transform:none}.rate-limit-message{color:var(--teal);text-align:center;margin-top:1rem;font-size:.875rem}
/*# sourceMappingURL=403eb291f4416178.css.map*/