*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1f2937;background:#fff;font-weight:300}.container{max-width:1200px;margin:0 auto;padding:0 24px}.header{padding:20px 0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:1px solid #e5e7eb}.nav{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:500;color:#2e5a88;text-decoration:none}.logo-icon{width:32px;height:32px;position:relative;background:#2e5a88;border-radius:8px;display:flex;align-items:center;justify-content:center}.logo-icon:before{content:"";position:absolute;width:14px;height:10px;background:#fff;border-radius:3px 3px 0}.logo-icon:after{content:"";position:absolute;width:3px;height:3px;background:#fff;border-radius:50%;bottom:6px;left:8px}.cta-button{background:linear-gradient(135deg,#2e5a88,#1e3a5f);color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;box-shadow:0 4px 12px #2e5a884d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2e5a8866}.hero{padding:120px 0 80px;background:linear-gradient(135deg,#f8fafc,#e8f1fa);text-align:center}.hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:300;color:#1f2937;margin-bottom:16px;background:linear-gradient(135deg,#1f2937,#2e5a88);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;letter-spacing:-.025em}.hero .powered-by{font-size:.95rem;color:#6b7280;font-weight:300;margin-bottom:24px;letter-spacing:.05em}.hero .powered-by .brand{color:#2e5a88;font-weight:400}.hero p{font-size:1.25rem;color:#6b7280;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto;font-weight:300;line-height:1.7}.hero-cta{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#2e5a88,#1e3a5f);color:#fff;padding:16px 32px;border-radius:12px;text-decoration:none;font-weight:500;font-size:1.1rem;transition:all .3s ease;box-shadow:0 6px 20px #2e5a884d}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 10px 30px #2e5a8866}.hero-demo{margin-top:60px;background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;padding:40px;display:inline-block;position:relative}.demo-text{background:#f3f4f6;padding:16px 24px;border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.7;margin-bottom:16px;position:relative;font-weight:300;color:#374151}.highlight{background:#2e5a8833;border-radius:4px;padding:2px 4px;position:relative}.popup-demo{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #00000026;padding:8px;animation:popupFloat 2s ease-in-out infinite}@keyframes popupFloat{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-4px)}}.popup-content{display:flex;flex-direction:column;gap:6px}.popup-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.popup-logo{width:16px;height:16px;position:relative;flex-shrink:0}.popup-logo:before{content:"";position:absolute;width:9px;height:7px;background:#2e5a88;border-radius:2px 2px 0;top:50%;left:50%;transform:translate(-50%,-50%)}.popup-logo:after{content:"";position:absolute;width:2px;height:2px;background:#2e5a88;border-radius:50%;bottom:2px;left:3px}.popup-utilities{display:flex;gap:4px}.popup-btn-small{width:20px;height:20px;background:#e8f1fa;border-radius:3px;display:flex;align-items:center;justify-content:center;color:#2e5a88}.popup-main{background:#e8f1fa;color:#2e5a88;padding:8px 16px;border-radius:6px;font-size:11px;font-weight:300;text-align:center}.how-it-works{padding:80px 0;background:#fff}.how-it-works h2{text-align:center;font-size:2.5rem;font-weight:300;color:#1f2937;margin-bottom:60px}.how-it-works p.subtitle{text-align:center;font-size:1.25rem;color:#6b7280;max-width:600px;margin:0 auto 60px;font-weight:300;line-height:1.7}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.step{text-align:center;position:relative}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#2e5a88,#1e3a5f);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:500;margin:0 auto 24px}.step h3{font-size:1.5rem;font-weight:500;color:#1f2937;margin-bottom:16px}.step p{color:#6b7280;font-size:1.1rem;font-weight:300;line-height:1.7}.cta-section{padding:80px 0;background:linear-gradient(135deg,#2e5a88,#1e3a5f);color:#fff;text-align:center}.cta-section h2{font-size:2.5rem;font-weight:300;margin-bottom:24px}.cta-section p{font-size:1.2rem;margin-bottom:40px;opacity:.9;font-weight:300;line-height:1.7}.cta-final{background:#fff;color:#2e5a88;padding:16px 32px;border-radius:12px;text-decoration:none;font-weight:500;font-size:1.1rem;transition:all .3s ease;display:inline-block}.cta-final:hover{transform:translateY(-3px);box-shadow:0 10px 30px #ffffff4d}.footer{padding:40px 0;background:#f8fafc;text-align:center;border-top:1px solid #e5e7eb}.footer p{color:#6b7280;font-weight:300}.privacy-container{max-width:800px;margin:0 auto;padding:40px 24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1f2937;background:#fff;font-weight:300}.privacy-header{text-align:center;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #e5e7eb}.privacy-logo{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px}.privacy-logo-text{font-size:24px;font-weight:500;color:#2e5a88}.privacy-main-heading{font-size:2rem;font-weight:300;color:#1f2937;margin-bottom:8px}.privacy-subtitle{color:#6b7280;font-size:1rem}.privacy-last-updated{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;margin-bottom:32px;text-align:center}.privacy-last-updated strong{color:#2e5a88}.privacy-heading{font-size:1.5rem;font-weight:500;color:#1f2937;margin-top:32px;margin-bottom:16px}.privacy-subheading{font-size:1.25rem;font-weight:500;color:#374151;margin-top:24px;margin-bottom:12px}.privacy-text{margin-bottom:16px;color:#4b5563;line-height:1.7}.privacy-list{margin:16px 0;padding-left:24px;list-style-type:disc}.privacy-list li{margin-bottom:8px;color:#4b5563}.privacy-ordered-list{margin:16px 0;padding-left:24px;list-style-type:decimal}.privacy-ordered-list li{margin-bottom:8px;color:#4b5563}.privacy-text strong{font-weight:500;color:#1f2937}.privacy-highlight-box{background:#e8f4f8;border:1px solid #b3d9e8;border-radius:8px;padding:16px;margin:24px 0}.privacy-highlight-title{color:#2e5a88;font-weight:500;margin-bottom:8px}.privacy-contact-info{background:#f8fafc;border-radius:8px;padding:24px;margin-top:32px}.privacy-contact-heading{margin-top:0;font-size:1.25rem;font-weight:500;color:#374151;margin-bottom:16px}.privacy-contact-list{list-style:none;padding:0}.privacy-contact-list li{margin-bottom:8px;color:#4b5563}.privacy-link{color:#2e5a88;text-decoration:none}.privacy-link:hover{text-decoration:underline}.privacy-footer{margin-top:40px;padding-top:20px;border-top:1px solid #e5e7eb;text-align:center;color:#6b7280;font-size:.875rem}.privacy-footer p{margin-bottom:8px}.logo-container{display:flex;align-items:center;gap:12px}.logo-bubble{position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2e5a88,#1e3a5f);border-radius:8px}.logo-bubble-shape{position:absolute;background:#fff}.logo-bubble-dot{position:absolute;background:#fff;border-radius:50%}.logo-text{font-weight:500;color:#2e5a88}@media (max-width: 768px){.container{padding:0 16px}.hero{padding:100px 0 60px}.nav{flex-direction:column;gap:16px}.hero-demo{padding:24px;margin-top:40px}.steps{grid-template-columns:1fr;gap:24px}.logo{font-size:20px}.privacy-container{padding:20px 16px}.privacy-main-heading{font-size:1.5rem}.privacy-heading{font-size:1.25rem}.privacy-subheading{font-size:1.125rem}}
