*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#f4f7f9;color:#333;line-height:1.6;overflow-x:hidden}h1,h2,h3{font-weight:700}a{color:#007aff;text-decoration:none}a:hover{text-decoration:underline}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1;width:100%}.content-wrapper{width:100%;max-width:1200px;margin:0 auto;padding:2rem}@media (max-width: 768px){.content-wrapper{padding:2rem 1rem}}header{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem}@media (max-width: 768px){header{padding:1rem}}nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}#logo{height:60px}nav ul{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}footer{background:#333;color:#fff;text-align:center;padding:2rem;font-size:.9rem}footer a{color:#0af}.social-links{margin-top:1rem}.social-links a{margin:0 .5rem;color:#fff;text-decoration:none}.social-links a:hover{text-decoration:underline}section{padding:4rem 2rem;border-bottom:1px solid #e5e7eb}section:last-child{border-bottom:none}#hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:0}#hero{position:relative;color:#fff;text-align:center;padding:7.2rem 2rem;border-bottom:none;overflow:hidden}@media (max-width: 768px){#hero{padding:7.2rem 1rem}}.hero-logo{width:250px;margin-bottom:1.5rem}#hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-1;transform:translate(-50%) translateY(-50%);background-size:cover}#hero .hero-content{position:relative;z-index:1}#hero h1{font-size:3.5rem;margin-bottom:1rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.5)}#hero p{font-size:1.25rem;max-width:600px;margin:0 auto 2rem;opacity:.9;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.cta-button{background-color:#fff;color:#1e3a8a;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.cta-button:hover{background-color:#f4f7f9;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}#beta{background-color:#1e3a8a;color:#fff;text-align:center}#beta h2{font-size:2.5rem;margin-bottom:1rem}#beta p{font-size:1.1rem;max-width:600px;margin:0 auto 2rem;opacity:.9}#beta-signup-form{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}#beta-signup-form input{padding:.75rem;border-radius:50px;border:none;width:300px;font-size:1rem}#beta-signup-message{margin-top:1rem;font-weight:500}#features{position:relative;background-color:#fff;text-align:center;overflow:hidden}.section-subtitle{max-width:600px;margin:0 auto 3rem;opacity:.8}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;text-align:left}.feature-card{background:#f4f7f9;padding:2rem;border-radius:8px;border:1px solid #e5e7eb}.feature-icon{width:48px;height:48px;color:#1e3a8a;margin-bottom:1rem}.feature-card h3{margin-top:0;font-size:1.25rem}#problem{background-color:#fff}.value-points-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;align-items:stretch}@media (max-width: 768px){.value-points-grid{grid-template-columns:1fr}}#problem,#emergency{background-color:#fff}.problem-image-container,.emergency-image-container{position:relative;width:100%;height:250px;overflow:hidden;border-radius:8px;margin-bottom:1.5rem}.problem-image-container img,.emergency-image-container img{width:100%;height:100%;object-fit:cover}.problem-image-overlay,.emergency-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000000d,#0003);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:1.5rem;text-align:left}.problem-image-overlay h2,.emergency-image-overlay h2{color:#fff;font-size:2rem;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.problem-text,.emergency-text{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start}.text-center{text-align:center}.solution-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;text-align:center}.step-card{padding:1.5rem}.step-icon{width:48px;height:48px;color:#1e3a8a;margin-bottom:1.5rem}#scenarios{background-color:#f4f7f9}.scenario-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.scenario-list h3{font-size:1.5rem;margin-top:0;margin-bottom:1rem;color:#1e3a8a}.scenario-list ul{list-style:none;padding:0;margin:0}.scenario-list li{background:#fff;padding:.75rem 1.5rem;border-radius:6px;margin-bottom:.5rem;border:1px solid #e5e7eb;font-weight:500}#pricing{background-color:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;align-items:center;margin-top:3rem}.pricing-card{border:1px solid #e5e7eb;border-radius:8px;padding:2.5rem;text-align:center;background:#fff}.pricing-card.highlighted{border-color:#1e3a8a;transform:scale(1.05);box-shadow:0 10px 25px #0000001a;position:relative}.highlight-banner{position:absolute;top:0;left:50%;transform:translate(-50%) translateY(-50%);background-color:#1e3a8a;color:#fff;padding:.25rem 1rem;border-radius:50px;font-size:.8rem;font-weight:700}.pricing-card h3{font-size:1.75rem;margin-top:0}.price{font-size:2rem;font-weight:400;margin:1rem 0}.price-period{margin-top:-1rem;margin-bottom:2rem;opacity:.7}.pricing-card ul{list-style:none;padding:0;margin:2rem 0;text-align:left}.pricing-card li{margin-bottom:1rem}.cta-button-outline{background-color:transparent;color:#1e3a8a;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;border:2px solid #1e3a8a}.cta-button-outline:hover{background-color:#1e3a8a;color:#fff}#testimonials{background-color:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:#f4f7f9;padding:2rem;border-radius:8px;border:1px solid #e5e7eb;text-align:center}.testimonial-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1.5rem}.testimonial-text{font-style:italic;margin-top:0;margin-bottom:1.5rem}.testimonial-author{font-weight:700;color:#1e3a8a}.blog-hero-image{width:100%;height:400px;object-fit:cover}article img{max-width:400px;height:auto;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin:1.5rem auto;display:block}@media (max-width: 768px){article img{max-width:100%;margin-bottom:2rem}}.about-logo{display:block;margin:0 auto 2rem;width:200px}#contact-form{margin-top:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:1rem;border-radius:8px;border:1px solid #e5e7eb;font-size:1rem}.form-group textarea{resize:vertical}.honeypot{display:none}#enterprise-hero{background:#111827;color:#fff;padding:4rem 2rem;border-radius:8px}#enterprise-hero h1{font-size:3rem}#enterprise-features{background-color:#fff}#enterprise-subscribe{background-color:#f4f7f9;text-align:center;padding:4rem 2rem}#enterprise-subscribe h2{font-size:2.5rem;margin-bottom:1rem}#enterprise-subscribe p{font-size:1.1rem;max-width:600px;margin:0 auto 2rem;opacity:.9}#enterprise-signup-form{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}#enterprise-signup-form input{padding:.75rem;border-radius:50px;border:none;width:300px;font-size:1rem}#enterprise-signup-message{margin-top:1rem;font-weight:500}.blog-hero-container{position:relative;width:100%;height:520px;overflow:hidden;display:flex;align-items:center;justify-content:center}.blog-hero-image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:0}.blog-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0003,#0009);display:flex;align-items:center;justify-content:center;text-align:center;z-index:1}.blog-hero-content{color:#fff;padding:1rem;max-width:800px}.blog-hero-content h1{font-size:3rem;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.blog-pub-date{font-size:1rem;opacity:.8;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.related-posts{margin-top:4rem;padding-top:2rem;border-top:1px solid #e5e7eb}.related-posts h2{text-align:center;margin-bottom:2rem}.related-posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.related-post-card{display:block;background:#f4f7f9;padding:1.5rem;border-radius:8px;border:1px solid #e5e7eb;text-decoration:none;color:#333;transition:all .3s ease}.related-post-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.related-post-card h3{font-size:1.2rem;margin-top:0;margin-bottom:.5rem;color:#1e3a8a}.related-post-card p{font-size:.9rem;opacity:.8}.blog-posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.blog-post-card{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;text-decoration:none;color:#333;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.blog-post-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.blog-post-card-image{width:100%;height:200px;object-fit:cover}.blog-post-card-content{padding:1.5rem;flex-grow:1}.blog-post-card-content h2{font-size:1.5rem;margin-top:0;margin-bottom:.5rem;color:#1e3a8a}.blog-post-card-date{font-size:.9rem;opacity:.7;margin-bottom:1rem}.blog-post-card-content p{font-size:1rem;line-height:1.6}
