@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{color-scheme:light dark;--bg: #0f1014;--bg-soft: #171922;--text: #f4f5f7;--muted: #c7cad1;--fire: #ff7a2a;--flood: #4aa6ff;--glass: rgba(255, 255, 255, .08);--border: rgba(255, 255, 255, .16)}*{box-sizing:border-box}body{margin:0;font-family:Space Grotesk,sans-serif;background:radial-gradient(circle at 10% 10%,#2b2030 0%,transparent 35%),radial-gradient(circle at 90% 0%,#143a45 0%,transparent 35%),linear-gradient(135deg,#0b0d12,#141724 60%,#0b0d12);color:var(--text);min-height:100vh}body.light-mode{--bg: #f7f4f0;--bg-soft: #ffffff;--text: #1b1d22;--muted: #5c6270;--glass: rgba(0, 0, 0, .06);--border: rgba(0, 0, 0, .12);background:radial-gradient(circle at 10% 10%,#f3ebe2 0%,transparent 38%),radial-gradient(circle at 90% 0%,#dbe7ef 0%,transparent 38%),linear-gradient(135deg,#f9f6f2,#eef0f6 55%,#f9f6f2)}.page{min-height:100vh;display:flex;flex-direction:column;padding:32px clamp(20px,4vw,64px) 56px;gap:32px}.site-header{display:flex;align-items:center;justify-content:space-between}.header-actions{display:flex;align-items:center;gap:20px}.brand{font-family:Fraunces,serif;font-size:clamp(24px,3vw,34px);letter-spacing:.08em;text-transform:uppercase;color:var(--text);text-shadow:0 10px 30px rgba(0,0,0,.35)}.call-button{width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#1ebe60;border:1px solid #1ebe60;color:var(--text);text-decoration:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,border-color .3s ease,background .3s ease}.call-button svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.8;fill:none;animation:phone-shake 3s ease-in-out infinite}.call-button:hover{transform:translateY(-2px);background:#16a653;border-color:#16a653}.theme-toggle{border:1px solid var(--border);background:var(--glass);color:var(--text);width:48px;height:48px;padding:0;border-radius:999px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .3s ease,background .3s ease,border-color .3s ease}.theme-toggle svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.8;fill:none}.theme-toggle:hover{transform:translateY(-2px);background:#ffffff29;border-color:#ffffff4d}.hero{flex:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(20px,3vw,36px);align-items:stretch}.hero-card{position:relative;border-radius:28px;overflow:hidden;background:var(--bg-soft);border:1px solid var(--border);min-height:clamp(360px,55vh,560px);box-shadow:0 30px 60px #00000059;isolation:isolate;animation:rise .9s ease forwards}.site-footer{margin-top:auto;padding:20px 0 0;border-top:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px 24px;font-size:14px;color:var(--muted)}.footer-group{display:flex;flex-direction:column;gap:12px}.footer-inline{display:flex;align-items:baseline;gap:8px;color:var(--text)}.footer-inline-value{font-weight:500}.footer-block{display:flex;flex-direction:column;gap:6px}.footer-label{text-transform:uppercase;letter-spacing:.08em;font-size:11px;color:#fff9}.footer-value{display:flex;align-items:center;gap:10px;color:var(--text);font-weight:500}.footer-contact{flex-direction:column;align-items:flex-start;gap:8px}.footer-contact-item{display:flex;align-items:center;gap:8px}.footer-icon{width:16px;height:16px;stroke:currentColor;stroke-width:1.8;fill:none}.footer-address{flex-direction:column;align-items:flex-start;gap:4px}.footer-value a{color:inherit;text-decoration:none}.footer-value a:hover{text-decoration:underline}.footer-sep{color:#fff6}.hero-card img{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform .7s ease}.hero-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,#080a10bf 10%,#080a1033 65%);z-index:0}.hero-card:before{content:"";position:absolute;top:-20%;right:40%;bottom:60%;left:-20%;opacity:.35;filter:blur(40px);z-index:0}.hero-card.fire:before{background:radial-gradient(circle,rgba(255,122,42,.7) 0%,transparent 70%)}.hero-card.flood:before{background:radial-gradient(circle,rgba(74,166,255,.7) 0%,transparent 70%)}.hero-card:hover img{transform:scale(1.08)}.card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:clamp(24px,3vw,36px);display:flex;flex-direction:column;justify-content:flex-end;gap:18px;z-index:1}.card-overlay h2{margin:0;font-size:clamp(26px,2.8vw,38px);line-height:1.1;font-weight:600;color:var(--text);text-shadow:0 12px 35px rgba(0,0,0,.45)}.cta-group{display:flex;flex-wrap:wrap;gap:12px;align-self:flex-start}.cta{border:none;cursor:pointer;font:inherit;align-self:flex-start;padding:14px 22px;border-radius:999px;background:var(--glass);color:var(--text);font-weight:600;letter-spacing:.02em;text-decoration:none;border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .3s ease,background .3s ease,border-color .3s ease}.hero-card.fire .cta:hover{transform:translateY(-2px);background:#ff7a2a33;border-color:#ff7a2a80}.hero-card.flood .cta:hover{transform:translateY(-2px);background:#4aa6ff33;border-color:#4aa6ff80}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#080a10b3;display:flex;align-items:center;justify-content:center;padding:24px;z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal{width:min(680px,100%);background:var(--bg-soft);border-radius:24px;border:1px solid rgba(255,255,255,.16);padding:24px;box-shadow:0 40px 80px #00000073;color:var(--text)}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.modal-title{font-size:20px;font-weight:600}.modal-close{border:none;background:transparent;color:var(--text);font-size:24px;line-height:1;cursor:pointer;padding:4px}.modal-subtitle{margin-top:8px;color:var(--muted);font-size:14px}.modal-service{color:var(--text);font-weight:500}.modal-callout{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:16px}.modal-callout-text{font-size:14px;color:var(--muted);font-weight:600}.call-button-inline{width:44px;height:44px}.contact-form{margin-top:20px;display:flex;flex-direction:column;gap:18px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-field{display:flex;flex-direction:column;gap:6px;font-size:14px;color:var(--text)}.form-field-full{grid-column:1 / -1}.form-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#ffffffb3;font-weight:600}.form-required{color:#ff8a5b}.form-helper{font-size:12px;color:var(--muted)}.form-field input,.form-field textarea{background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:12px 14px;color:var(--text);font-family:Space Grotesk,sans-serif;font-size:14px;outline:none}.form-field input::placeholder,.form-field textarea::placeholder{color:#ffffff73}.form-field input:focus,.form-field textarea:focus{border-color:#fff6;box-shadow:0 0 0 2px #ffffff14}body.light-mode .site-footer{border-top-color:#0000001f}body.light-mode .footer-label{color:#00000080}body.light-mode .hero-card:after{background:transparent}body.light-mode .card-overlay h2,body.light-mode .cta{color:#fff}body.light-mode .hero-card .cta{border-color:#ffffff29;background:#ffffff14}body.light-mode .modal-overlay{background:#f5f4f0cc}body.light-mode .modal{border-color:#0000001f;box-shadow:0 40px 80px #0003}body.light-mode .modal-callout{background:#00000008;border-color:#0000001a}body.light-mode .form-field input,body.light-mode .form-field textarea{background:#00000008;border-color:#0000001f;color:#1b1d22}body.light-mode .form-field input:focus,body.light-mode .form-field textarea:focus{border-color:#00000047;box-shadow:0 0 0 2px #0000000f}body.light-mode .form-field input::placeholder,body.light-mode .form-field textarea::placeholder{color:#00000073}body.light-mode .form-label{color:#000c}body.light-mode .form-required{color:#d24b2a}body.light-mode .theme-toggle:hover,body.light-mode .call-button:hover{background:#0000000f;border-color:#0003}.form-actions{display:flex;justify-content:flex-start}.submit-button{border:none;border-radius:999px;padding:14px 24px;background:var(--text);color:#0d0f14;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0000004d}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes phone-shake{0%,86%,to{transform:rotate(0)}88%{transform:rotate(-12deg)}90%{transform:rotate(10deg)}92%{transform:rotate(-8deg)}94%{transform:rotate(6deg)}96%{transform:rotate(-4deg)}}@media (max-width: 900px){.hero{grid-template-columns:1fr}.hero-card{min-height:320px}.form-grid{grid-template-columns:1fr}}@media (max-width: 640px){.modal{padding:18px;border-radius:18px}.modal-title{font-size:18px}.modal-callout{flex-direction:column;align-items:flex-start}.call-button-inline{width:40px;height:40px}.contact-form{margin-top:16px}.site-footer{grid-template-columns:repeat(3,minmax(0,1fr));font-size:11px;gap:8px 12px}.footer-label{font-size:9px}.footer-inline,.footer-contact-item{gap:6px}.footer-icon{width:14px;height:14px}}
