:root{--primary-color: #1a3152;--secondary-color: #cc0000;--text-color: #333;--light-gray: #f5f5f5;--border-color: #e0e0e0;--box-shadow: 0 4px 12px rgba(0, 0, 0, .1);font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;color:var(--text-color);background-color:#fff}h1{font-size:3.2em;line-height:1.1}#root{min-height:100vh;width:100%;margin:0;padding:0;text-align:left;max-width:none}.header{background-color:#1a3152;color:#fff;width:100%;position:relative;top:0;left:0;right:0;z-index:1000}.header-container{width:100%;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem;position:relative;min-height:80px}.logo{display:flex;align-items:center;z-index:101;padding:.75rem 0}.logo a{text-decoration:none;color:#fff;display:flex;align-items:center}.agency-logo{height:auto;width:220px;max-width:100%;display:block}.logo h1{margin:0;font-size:1.5rem;font-weight:700}.main-nav ul{display:flex;list-style:none;margin:0;padding:0}.main-nav li{margin-left:2rem}.main-nav a{text-decoration:none;color:#fff;font-weight:500;transition:color .3s ease}.main-nav a:hover{color:#e3e3e3}.hamburger-menu{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;cursor:pointer;z-index:101;margin-left:10px;position:relative}.bar{height:3px;width:100%;background-color:#fff;border-radius:10px;transition:all .3s ease-in-out}.close-icon{position:relative;width:30px;height:24px;display:flex;align-items:center;justify-content:center}.bar-x-1,.bar-x-2{position:absolute;top:50%;left:0;width:100%;height:3px;background-color:#fff;border-radius:10px}.bar-x-1{transform:rotate(45deg)}.bar-x-2{transform:rotate(-45deg)}@media (max-width: 768px){.hamburger-menu{display:flex}.header-container{padding:1rem}.main-nav{position:fixed;top:80px;left:0;width:100%;height:0;background-color:#1a3152;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;transition:height .3s ease-in-out,opacity .3s ease-in-out,visibility 0s .3s;z-index:100;visibility:hidden;opacity:0;overflow:hidden}.main-nav.active{height:calc(100vh - 80px);visibility:visible;opacity:1;transition:height .3s ease-in-out,opacity .3s ease-in-out,visibility 0s;padding-top:2rem}.main-nav ul{flex-direction:column;align-items:center;padding:0;margin-top:2rem;opacity:0;transform:translateY(20px)}.main-nav.active ul{opacity:1;transform:translateY(0)}.main-nav li{margin:1.5rem 0;font-size:1.5rem}}.footer{background-color:#1a3152;color:#fff;padding:2rem 0 .5rem;margin-top:2rem}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;padding:0 1rem}.footer-section{flex:1;min-width:250px;margin-bottom:1.5rem;padding-right:2rem}.footer-section h3{margin-top:0;margin-bottom:1rem;font-size:1.2rem;position:relative}.footer-section h3:after{content:"";position:absolute;left:0;bottom:-5px;width:40px;height:2px;background-color:#c00}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#fff;text-decoration:none;transition:color .3s ease;font-weight:700}.footer-section a:hover{color:#e3e3e3}.footer-section .contact-link{font-weight:400;text-decoration:underline}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;margin-top:1rem;font-size:.9rem}@media (max-width: 768px){.footer-container{flex-direction:column}.footer-section{padding-right:0}}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:1rem}.home-page{width:100%}.home-page .hero{background-size:cover;background-position:center bottom;background-repeat:no-repeat;color:#fff;padding:4rem 2rem 5rem;min-height:720px;display:flex;align-items:flex-start;justify-content:center}.home-page .hero-content{max-width:1100px;margin:0 auto;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;width:100%;position:relative;flex-wrap:wrap}.home-page .hero-text{width:100%;text-align:center;max-width:650px;margin:0 auto}.home-page .hero h1{font-size:3rem;margin-bottom:.5rem}.home-page .hero h2{font-size:1.8rem;font-weight:400;margin-top:0;margin-bottom:2rem}.home-page .contact-buttons{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:320px;margin-left:auto}.home-page .hero__contact-button{background-color:#fff;color:#1a3152;text-decoration:none;padding:1rem 1.25rem;border-radius:6px;display:flex;flex-direction:row;align-items:center;transition:background-color .3s ease;width:100%;font-size:1.1rem;font-weight:500}.home-page .hero__contact-button:hover{background-color:#f5f5f5}.home-page .icon{font-size:1.75rem;margin-right:1rem;display:flex;align-items:center;justify-content:center;min-width:24px}.home-page .products-section{padding:4rem 2rem;text-align:center}.home-page .products-section h2{margin-bottom:2rem;font-size:2rem;color:#1a3152}.home-page .building-photo-container{max-width:1200px;margin:0 auto 3rem;width:100%}.home-page .building-photo{width:100%;max-height:340px;object-fit:cover;object-position:center bottom;border-radius:8px;box-shadow:0 4px 12px #00000026}.home-page .products-content{display:flex;flex-wrap:wrap;max-width:1200px;margin:0 auto;gap:3rem;align-items:flex-end;min-height:400px}.home-page .product-message{flex:1 1 40%;text-align:left;padding:0;margin:0;display:flex;flex-direction:column;justify-content:flex-end}.home-page .product-cards-container{flex:1 1 40%;display:flex;flex-direction:column;gap:1.25rem}.home-page .product-card{padding:.75rem 1.25rem;border-radius:8px;border:1px solid #cc0000;text-align:left}.home-page .product-card p{margin-top:.25rem;margin-bottom:.75rem;line-height:1.5}.home-page .product-icon{font-size:2rem;display:flex;align-items:center;margin-right:.5rem}.home-page .product-card h3{color:#c00;margin-bottom:0;margin-top:0;display:flex;align-items:center}.home-page .product-header{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin-bottom:.25rem;padding-top:.75rem}.home-page .product-message h3{color:#1a3152;margin-bottom:1rem;font-size:1.8rem;font-weight:600}.home-page .product-message p{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.home-page .view-products-button{display:inline-block;background-color:#c00;color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:4px;margin-top:.5rem;transition:all .3s ease;font-weight:500;align-self:flex-start;box-shadow:0 2px 4px #0000001a}.home-page .view-products-button:hover{background-color:#a00;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}@media (max-width: 1100px){.home-page .products-content{min-height:unset}.home-page .product-message,.home-page .product-cards-container{flex:1 1 100%}}@media (max-width: 900px){.home-page .products-section{padding:3rem 1.5rem}.home-page .products-content{flex-direction:column;gap:2rem}.home-page .product-message{order:2;margin-top:1rem}.home-page .product-cards-container{order:1}.home-page .product-card{max-width:550px;margin:0 auto}}.home-page .testimonials-section{background-color:#f5f5f5;padding:3rem 1rem;text-align:center}.home-page .testimonials-section h2{margin-bottom:2rem;font-size:2rem;color:#1a3152}.home-page .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.home-page .testimonial{background-color:#fff;padding:1.25rem;border-radius:8px;box-shadow:0 4px 8px #0000001a;text-align:left;position:relative;min-height:180px;display:flex;flex-direction:column}.home-page .testimonial p{font-style:italic;line-height:1.6;margin-bottom:1.25rem}.home-page .testimonial-author{margin-top:auto;font-weight:700;text-align:right;font-style:normal!important;color:#1a3152;padding-bottom:.25rem}@media (max-width: 768px){.home-page .testimonials-grid{grid-template-columns:1fr}.home-page .hero h1{font-size:2.5rem}.home-page .hero h2{font-size:1.5rem}.home-page .hero-content{flex-direction:column;align-items:center}.home-page .hero-text{margin-bottom:2rem}.home-page .contact-buttons{max-width:100%;width:90%;margin:0 auto}}.products-page{padding:2rem 0}.products-page .breadcrumb{margin-bottom:1.5rem;font-size:.9rem}.products-page .breadcrumb a{color:#c00;text-decoration:none}.products-page h1{color:#c00;margin-bottom:1.5rem;font-size:2.5rem}.products-page .products-intro{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #eee}.products-page .products-intro h2{color:#1a3152;margin-bottom:1rem}.products-page .products-intro p{max-width:800px;line-height:1.6;text-align:center;margin-left:auto;margin-right:auto}.products-page .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.products-page .product-item{padding:1.5rem 2rem;border-radius:8px;border:1px solid #cc0000}.products-page .product-header{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin-bottom:.75rem;padding-top:.5rem}.products-page .product-icon{font-size:1.75rem;display:flex;align-items:center;margin-right:1rem}.products-page .product-item h3{color:#c00;margin:0;font-size:1.4rem}.products-page .product-item p{color:#555;line-height:1.5;font-size:.95rem;margin-top:.5rem;text-align:left}.products-page .cta-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem}.products-page .cta-card{text-align:center;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #0000001a;background-color:#f9f9f9}.products-page .cta-icon{font-size:2.5rem;margin-bottom:1rem}.products-page .cta-card h3{margin-bottom:1.5rem;color:#1a3152}.products-page .cta-button{display:inline-block;background-color:#c00;color:#fff;padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;transition:background-color .3s ease}.products-page .cta-button:hover{background-color:#a00}@media (max-width: 768px){.products-page .products-grid,.products-page .cta-section{grid-template-columns:1fr}}.about-page{padding:2rem 0}.about-page h1{color:#c00;margin-bottom:2rem;font-size:2.5rem}.about-content{margin-bottom:3rem}.agency-info{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:4rem}.agency-image{border-radius:8px;overflow:hidden}.agency-image img{width:100%;height:auto;min-height:300px;object-fit:cover;display:block}.agency-details h2{color:#1a3152;margin-bottom:.5rem}.agency-details h3{color:#444;margin-bottom:1rem;font-weight:400}.phone a{color:#c00;text-decoration:none;font-size:1.2rem;font-weight:700}.underlined{text-decoration:underline}.agency-description{line-height:1.6;margin:1.5rem 0}@media (max-width: 768px){.agency-info{grid-template-columns:1fr}.agency-image img{min-height:200px}}.claim-page{padding:2rem 0}.breadcrumb{margin-bottom:1.5rem;font-size:.9rem}.breadcrumb a{color:#c00;text-decoration:none}.claim-page h1{color:#c00;margin-bottom:1.5rem;font-size:2.5rem}.claim-intro{max-width:800px;margin-bottom:2rem;line-height:1.6;text-align:center;margin-left:auto;margin-right:auto}.claim-options{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}.claim-card{padding:1.5rem 2rem;border-radius:8px;border:1px solid #cc0000;text-align:left}.product-header{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin-bottom:.75rem;padding-top:.5rem}.claim-icon{font-size:1.75rem;display:flex;align-items:center;margin-right:1rem}.claim-card h3{color:#c00;margin:0;font-size:1.4rem}.claim-card p{color:#555;line-height:1.5;font-size:.95rem;margin-top:.5rem;text-align:left}.claim-form-container{background-color:#f9f9f9;padding:2rem;border-radius:8px;margin-bottom:3rem}.claim-form-container h2{color:#1a3152;margin-bottom:1rem}.form-notice{color:#555;margin-bottom:1.5rem;font-style:italic}.placeholder-form{background-color:#f0f0f0;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000000d}.placeholder-form form{max-width:600px;margin:0 auto}.form-group{display:flex;margin-bottom:1.5rem;align-items:flex-start}.form-group label{flex:0 0 30%;text-align:right;padding-right:1.5rem;font-weight:600;color:#1a3152;padding-top:.5rem}.form-group input[type=text],.form-group textarea{flex:0 0 70%;padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;width:100%}.form-group textarea{min-height:150px;resize:vertical}.submit-button-container{display:flex;justify-content:center;margin-top:2rem}.submit-button{background-color:#c00;color:#fff;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.submit-button:hover{background-color:#a50000}.emergency-contact{background-color:#1a3152;color:#fff;padding:2rem;border-radius:8px;margin-bottom:2rem}.emergency-contact h2{margin-bottom:1.5rem;text-align:center}.hotline{display:flex;align-items:center;justify-content:center;gap:1.5rem}.hotline-icon{font-size:3rem}.hotline-info{line-height:1.6}.phone-number{font-size:1.5rem;font-weight:700;margin-top:.5rem;color:#fff}@media (max-width: 768px){.claim-options{grid-template-columns:1fr}.hotline{flex-direction:column;text-align:center}.form-group{flex-direction:column}.form-group label{flex:0 0 100%;text-align:left;margin-bottom:.5rem;padding-right:0}.form-group input[type=text],.form-group textarea{flex:0 0 100%}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;line-height:1.5}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem}p{margin-bottom:1rem}a{color:#1a3152;text-decoration:none;transition:color .3s ease}a:hover{color:#c00}button{cursor:pointer}img{max-width:100%;height:auto}.container{max-width:1200px;width:100%;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.text-primary{color:#1a3152}.text-secondary{color:#c00}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:4px;font-weight:500;text-align:center;transition:all .3s ease}.btn-primary{background-color:#c00;color:#fff;border:none}.btn-primary:hover{background-color:#a00;color:#fff}.btn-outline{background-color:transparent;border:1px solid #1a3152;color:#1a3152}.btn-outline:hover{background-color:#1a3152;color:#fff}#root{max-width:none;margin:0 auto;padding:0;text-align:center}
