:root{--orange:#ff7a00;--green:#22c55e;--dark:#111;--grey:#6b7280;--light:#f4f5f7;--radius:14px;--wa:#25d366}*{box-sizing:border-box}html,body,#root{margin:0;padding:0}body{color:var(--dark);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:#fff;font-family:DM Sans,system-ui,-apple-system,sans-serif}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}em{color:var(--orange);font-style:normal}.material-symbols-outlined{font-variation-settings:"FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24}.hdr{z-index:100;-webkit-backdrop-filter:blur(12px);background:#fffffff5;border-bottom:1px solid #0000000f;position:fixed;top:0;left:0;right:0}.hdr-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:12px 16px;display:flex}.hdr-brand{align-items:center;gap:10px;display:inline-flex}.hdr-brand img{width:auto;height:36px}.hdr-brand span{color:var(--dark);font-size:17px;font-weight:900}.hdr-actions{align-items:center;gap:12px;display:flex}.hdr-phone{color:var(--dark);align-items:center;gap:6px;font-size:14px;font-weight:700;display:none}.hdr-phone .phone-icon{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;display:inline-grid}.hdr-phone .phone-icon .material-symbols-outlined{font-size:16px}@media (width>=768px){.hdr-phone{display:inline-flex}}.btn-call-now{background:var(--green);color:#fff;border:none;border-radius:12px;align-items:center;gap:6px;padding:10px 16px;font-size:14px;font-weight:800;transition:transform .15s;display:inline-flex;box-shadow:0 4px 14px #22c55e59}.btn-call-now:hover{transform:translateY(-1px)}.btn-call-now .material-symbols-outlined{font-size:18px}.hero{flex-direction:column;justify-content:flex-end;min-height:100svh;padding:80px 16px 32px;display:flex;position:relative;overflow:hidden}.hero-media,.hero-media-vid{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(#00000026 0%,#00000073 60%,#000000d1 100%);position:absolute;inset:0}.hero-content{z-index:2;color:#fff;flex-direction:column;gap:20px;max-width:640px;display:flex;position:relative}.hero-badge{border:1px solid var(--green);color:var(--green);letter-spacing:.04em;text-transform:uppercase;background:#22c55e33;border-radius:999px;align-self:flex-start;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex}.hero-badge .material-symbols-outlined{font-size:14px}.hero h1{letter-spacing:-.02em;color:#fff;margin:0;font-size:clamp(28px,7vw,52px);font-weight:900;line-height:1.08}.hero p.lede{color:#fffc;max-width:480px;margin:0;font-size:16px;line-height:1.5}.hero-trust{flex-wrap:wrap;gap:12px;display:flex}.trust-item{color:#fff;align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.trust-item .material-symbols-outlined{color:var(--green);font-size:18px}.hero-ctas{flex-direction:column;gap:10px;margin-top:4px;display:flex}@media (width>=640px){.hero-ctas{flex-direction:row}}.btn-call{background:var(--green);color:#fff;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:16px 22px;font-size:16px;font-weight:800;transition:transform .15s;display:inline-flex;box-shadow:0 8px 24px #22c55e66}.btn-call:hover{transform:translateY(-1px)}.btn-call .material-symbols-outlined{font-size:20px}.btn-quote{color:#fff;-webkit-backdrop-filter:blur(8px);background:#ffffff1f;border:1.5px solid #ffffff40;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:16px 22px;font-size:16px;font-weight:800;transition:background .15s;display:inline-flex}.btn-quote:hover{background:#ffffff2e}.btn-quote .material-symbols-outlined{font-size:20px}.services{max-width:1200px;margin:0 auto;padding:48px 16px}.services h2{text-align:center;color:var(--dark);margin:0 0 24px;font-size:24px;font-weight:900}.svc-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}@media (width>=768px){.svc-grid{grid-template-columns:repeat(4,1fr);gap:16px}}.svc-card{background:var(--light);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:20px 16px;display:flex}.svc-card .material-symbols-outlined{color:var(--orange);font-size:32px}.svc-card h3{color:var(--dark);margin:0;font-size:14px;font-weight:700}.svc-tag{color:var(--green);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.quote{background:var(--light);padding:48px 16px}.quote-inner{text-align:center;max-width:560px;margin:0 auto}.quote h2{color:var(--dark);margin:0 0 6px;font-size:24px;font-weight:900}.quote-sub{color:var(--grey);margin:0 0 24px;font-size:14px}.quote-card{text-align:left;background:#fff;border-radius:20px;padding:24px;box-shadow:0 2px 24px #0000000f}.field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.field label{text-transform:uppercase;letter-spacing:.06em;color:var(--grey);font-size:11px;font-weight:700}.field input,.field select,.field textarea{color:var(--dark);background:#fafafa;border:1.5px solid #e5e7eb;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-family:inherit;font-size:16px;transition:border-color .15s,background .15s}.field textarea{resize:vertical;min-height:96px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--orange);background:#fff}.btn-submit{background:var(--orange);color:#fff;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:16px;font-size:17px;font-weight:800;transition:transform .15s;display:flex;box-shadow:0 8px 24px #ff7a0059}.btn-submit:hover:not(:disabled){transform:translateY(-1px)}.btn-submit:disabled{opacity:.7;cursor:wait}.btn-submit .material-symbols-outlined{font-size:22px}.spinner{border:2.5px solid #fff6;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.quote-success{text-align:center;background:#fff;border-radius:20px;flex-direction:column;align-items:center;gap:12px;padding:32px 24px;display:flex;box-shadow:0 2px 24px #0000000f}.success-circle{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:64px;height:64px;display:grid}.success-circle .material-symbols-outlined{font-size:36px}.quote-success h3{color:var(--dark);margin:0;font-size:20px;font-weight:800}.quote-success p{color:var(--grey);margin:0;font-size:14px}.proof{border-top:1px solid #e5e7eb;padding:40px 16px 24px;overflow:hidden}.proof-head{text-align:center;max-width:520px;margin:0 auto 24px}.proof-stars{gap:2px;margin-bottom:8px;display:inline-flex}.proof-stars .material-symbols-outlined{color:var(--orange);font-size:20px}.proof-count{color:var(--dark);margin:0 0 4px;font-size:15px;font-weight:800}.proof-sub{color:var(--grey);margin:0;font-size:13px}.ticker{grid-template-columns:1fr;gap:12px;max-width:900px;height:420px;margin:0 auto;display:grid;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0%,#000 12% 88%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 12% 88%,#0000 100%)}@media (width>=720px){.ticker{grid-template-columns:1fr 1fr;gap:16px}}.ticker-col{will-change:transform;flex-direction:column;gap:12px;display:flex}.ticker-up{animation:38s linear infinite ticker-up}.ticker-down{animation:44s linear infinite ticker-down}@keyframes ticker-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes ticker-down{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.ticker:hover .ticker-col{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.ticker-col{animation:none}.ticker{height:auto;max-height:none}}.rev-card{background:var(--light);border-radius:16px;flex-direction:column;gap:8px;padding:16px 18px;display:flex}.rev-stars{gap:1px;display:inline-flex}.rev-stars .material-symbols-outlined{color:var(--orange);font-size:16px}.rev-text{color:var(--dark);margin:0;font-size:14px;font-style:italic;line-height:1.5}.rev-cite{letter-spacing:.04em;text-transform:uppercase;color:var(--grey);margin:0;font-size:11px;font-weight:700}.ftr{background:var(--dark);color:#fff;text-align:center;padding:40px 16px 100px}.ftr-brand{justify-content:center;align-items:center;margin-bottom:20px;display:inline-flex}.ftr-brand img{width:auto;height:48px}.ftr-phone{color:var(--orange);margin-bottom:16px;font-size:22px;font-weight:900;display:block}.ftr-license{border:1px solid var(--green);color:var(--green);background:#22c55e33;border-radius:999px;align-items:center;gap:6px;margin-bottom:16px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-flex}.ftr-license .material-symbols-outlined{font-size:16px}.ftr-desc{color:#ffffffb3;max-width:540px;margin:0 auto 24px;font-size:13px;line-height:1.6}.ftr-copyright{color:#ffffff4d;font-size:11px}.sticky-bar{z-index:90;padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));pointer-events:none;background:linear-gradient(#0000,#000000e0 40%);gap:10px;display:flex;position:fixed;bottom:0;left:0;right:0}.sticky-bar>*{pointer-events:all}@media (width>=1024px){.sticky-bar{background:0 0;max-width:420px;left:auto}}.sb-wa{background:var(--wa);border:none;border-radius:50%;flex-shrink:0;place-items:center;width:56px;height:56px;display:inline-grid;position:relative;box-shadow:0 6px 20px #25d36673}.sb-wa svg{fill:#fff;width:26px;height:26px}.sb-wa .pulse{background:#ef4444;border:2px solid #000;border-radius:50%;width:14px;height:14px;animation:2s ease-in-out infinite pulse;position:absolute;top:-2px;right:-2px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.sb-call{background:var(--green);color:#fff;border:none;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;padding:16px;font-size:15px;font-weight:800;display:inline-flex;box-shadow:0 6px 24px #22c55e73}.sb-call .material-symbols-outlined{font-size:20px}
