.hero-grid-section{width:100%;padding:1.5rem 0}.hero-grid-container{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.hero-grid-container{grid-template-columns:repeat(2,1fr)}}.hero-grid-item{border-radius:1.5rem;width:100%;height:clamp(304px,28vh,384px);transition:all .3s;display:block;position:relative;overflow:hidden;transform:translateY(0)}@media (min-width:768px){.hero-grid-item{height:clamp(344px,32vh,444px)}}@media (max-width:1720px){.hero-grid-item{height:clamp(260px,26vh,340px)}}@media (min-width:768px) and (max-width:1720px){.hero-grid-item{height:clamp(300px,30vh,380px)}}@media (max-width:1440px){.hero-grid-item{height:clamp(240px,24vh,320px)}}@media (min-width:768px) and (max-width:1440px){.hero-grid-item{height:clamp(280px,28vh,360px)}}.hero-grid-item:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hero-grid-image{object-fit:cover;transition:transform .7s}.hero-grid-video{pointer-events:none;transition:transform .7s;object-fit:cover!important;z-index:0!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.hero-grid-item:hover .hero-grid-video,.hero-grid-item:hover .hero-grid-image{transform:scale(1.05)}.hero-grid-overlay{pointer-events:none;z-index:1;background:linear-gradient(#0000 15%,#00000021 40%,#0000003b 70%,#00000042 100%);position:absolute;inset:0}.badge-top-left{color:#fff;z-index:20;text-transform:uppercase;letter-spacing:.05em;background-color:#0047ab;border-radius:.125rem;padding:.375rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem;box-shadow:0 1px 2px #0000000d}.badge-top-right{z-index:20;position:absolute;top:1rem;right:1rem}.badge-pill{color:#fff;text-transform:uppercase;letter-spacing:.025em;background-color:#0f172a;border:1px solid #ffffff1a;border-radius:9999px;padding:.375rem 1rem;font-size:10px;font-weight:700;position:relative;box-shadow:0 10px 15px -3px #0000001a}.hero-grid-content{z-index:10;pointer-events:none;width:100%;padding:1.25rem;position:absolute;bottom:0;left:0}@media (min-width:768px){.hero-grid-content{padding:1.5rem}}.hero-grid-title{color:#fff;text-shadow:0 2px 8px #00000080,0 4px 12px #0000004d;margin-bottom:.25rem;font-size:1.25rem;font-weight:700;line-height:1.25}@media (min-width:768px){.hero-grid-title{font-size:1.5rem}}.hero-grid-subtitle{color:#ffffffe6;text-shadow:0 2px 6px #00000080,0 1px 3px #0000004d;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}@media (min-width:768px){.hero-grid-subtitle{font-size:1rem}}.hero-grid-arrow{opacity:0;color:#fff;transition:all .3s;display:inline-block;transform:translate(-.5rem)}.hero-grid-item:hover .hero-grid-arrow{opacity:1;transform:translate(0)}
.quote-form-section{background-color:#fff;padding:1rem 0}.quote-form-container{width:100%;margin:0 auto}.quote-form-wrapper{background:#fff;border-radius:24px;max-width:1300px;min-height:400px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 10px 40px #00000014}.quote-form-video-wrapper{background-color:#000;flex:0 0 30%;min-height:100%;position:relative}.quote-form-video{object-fit:cover;width:100%;height:100%;display:block}.quote-form-content{background-color:#fff;flex-direction:column;flex:1;justify-content:center;padding:2rem;display:flex}.quote-form-header{margin-bottom:2rem}.quote-form-title{color:#1a1a1a;font-size:2rem;font-weight:700;font-family:var(--font-heading,sans-serif);margin-bottom:.5rem}.quote-form-subtitle{color:#666;font-size:1rem;line-height:1.5}.quote-form-grid{flex-direction:column;gap:1.25rem;display:flex}.quote-form-row-2{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.quote-form-row-3{grid-template-columns:1fr 1fr 1fr;gap:1.25rem;display:grid}.form-group{flex-direction:column;display:flex}.form-label{color:#333;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.form-input,.form-select,.form-textarea{color:#333;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{background-color:#fff;border-color:#000;outline:none;box-shadow:0 0 0 3px #0000000d}.form-select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em;padding-right:2.5rem}.form-textarea{resize:vertical;min-height:100px}.full-width{width:100%}.submit-btn-wrapper{margin-top:1rem}.submit-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background-color:#000;border:none;border-radius:8px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:background-color .2s,transform .1s}.submit-btn:hover{background-color:#333}.submit-btn:active{transform:scale(.99)}@media (max-width:992px){.quote-form-wrapper{flex-direction:column;max-width:100%}.quote-form-video-wrapper{flex:none;height:300px;min-height:auto}.quote-form-content{padding:2rem}}@media (max-width:768px){.quote-form-row-2,.quote-form-row-3{grid-template-columns:1fr}}
