:root{--color-bg:#ffffff;--color-surface:#f3f6f8;--color-surface-2:#e8edf1;--color-border:#d7dee5;--color-text:#121820;--color-text-muted:#65717d;--color-text-faint:#6b7580;--color-accent:#c7242f;--color-accent-hover:#9e1f28;--color-accent-glow:rgba(199,36,47,0.12);--color-secondary:#101820;--color-secondary-hover:#29323d;--color-success:#1a7a3c;--font:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--text-xs:clamp(0.75rem,0.7rem+0.25vw,0.875rem);--text-sm:clamp(0.875rem,0.8rem+0.35vw,1rem);--text-base:clamp(1rem,0.95rem+0.25vw,1.125rem);--text-lg:clamp(1.125rem,1rem+0.75vw,1.5rem);--text-xl:clamp(1.5rem,1.2rem+1.25vw,2.25rem);--text-2xl:clamp(2rem,1.2rem+2.5vw,3.5rem);--text-hero:clamp(2.4rem,1rem+5vw,4.5rem);--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--radius-sm:0.375rem;--radius-md:0.625rem;--radius-lg:1rem;--radius-full:9999px;--shadow-glow:0 0 40px rgba(199,36,47,0.15);--transition:160ms cubic-bezier(0.16,1,0.3,1);--content:1080px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;scroll-padding-top:80px}body{font-family:var(--font);font-size:var(--text-base);color:var(--color-text);background:var(--color-bg);line-height:1.6;min-height:100dvh}img,svg{display:block;max-width:100%;height:auto}a,button,input,textarea,select{transition:color var(--transition),background var(--transition),border-color var(--transition),box-shadow var(--transition),transform var(--transition)}button{cursor:pointer;background:none;border:none;font:inherit;color:inherit}h1,h2,h3,h4{text-wrap:balance;line-height:1.15}p,li{text-wrap:pretty;max-width:68ch}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:var(--radius-sm)}.wrap{max-width:var(--content);margin-inline:auto;padding-inline:clamp(var(--space-4),4vw,var(--space-10))}.alert-bar{background:var(--color-accent);color:#fff;text-align:center;padding:var(--space-2) var(--space-4);font-size:var(--text-sm);font-weight:700;letter-spacing:0.01em}.alert-bar a{color:#fff;text-decoration:underline}header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,0.97);backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding-block:var(--space-3)}.brand{display:flex;align-items:center;gap:var(--space-3);text-decoration:none;color:var(--color-text);line-height:1}.brand-icon{width:40px;height:40px;background:none;border-radius:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:visible;align-self:center}.brand-icon svg{width:20px;height:20px;stroke:#fff}.brand-text{display:flex;flex-direction:column;justify-content:center}.brand-text strong{display:block;font-size:var(--text-sm);font-weight:800;line-height:1.2}.brand-text span{font-size:var(--text-xs);color:var(--color-text-muted)}.nav-cta{display:flex;align-items:center;gap:var(--space-3)}.btn-call{display:inline-flex;align-items:center;gap:var(--space-2);background:var(--color-accent);color:#fff;font-weight:800;font-size:var(--text-sm);padding:var(--space-2) var(--space-5);border-radius:var(--radius-full);text-decoration:none;white-space:nowrap}.btn-call:hover{background:var(--color-accent-hover);transform:translateY(-1px);box-shadow:var(--shadow-glow)}.btn-call svg{width:16px;height:16px;stroke:#fff;flex-shrink:0}.btn-text{display:inline-flex;align-items:center;gap:var(--space-2);background:var(--color-surface-2);color:var(--color-text);font-weight:700;font-size:var(--text-sm);padding:var(--space-2) var(--space-5);border-radius:var(--radius-full);text-decoration:none;border:1px solid var(--color-border);white-space:nowrap}.btn-text:hover{background:var(--color-border);transform:translateY(-1px)}.btn-text svg{width:16px;height:16px;stroke:currentColor;flex-shrink:0}.hero{position:relative;padding-block:clamp(var(--space-12),10vw,var(--space-20));overflow:hidden;background:#101820;color:#fff}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 60% 50%,rgba(199,36,47,0.08) 0%,transparent 70%),radial-gradient(ellipse 50% 50% at 10% 80%,rgba(30,144,255,0.05) 0%,transparent 60%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1fr 400px;gap:var(--space-12);align-items:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:var(--space-2);background:rgba(199,36,47,0.15);border:1px solid rgba(199,36,47,0.4);color:#ffaaaa;font-size:var(--text-xs);font-weight:700;letter-spacing:0.08em;text-transform:uppercase;padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);margin-bottom:var(--space-4)}.hero-eyebrow::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--color-success);flex-shrink:0;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.4}}.hero h1{font-size:var(--text-hero);font-weight:900;line-height:1.05;letter-spacing:-0.02em;margin-bottom:var(--space-5)}.hero h1 em{font-style:normal;color:#c7242f}.hero .hero-sub{color:rgba(255,255,255,0.72)}.hero .trust-badge{color:rgba(255,255,255,0.72)}.hero-sub{font-size:var(--text-lg);color:var(--color-text-muted);margin-bottom:var(--space-8);max-width:56ch}.hero-trust{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-bottom:var(--space-8)}.trust-badge{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-xs);font-weight:600;color:var(--color-text-muted)}.trust-badge svg{width:14px;height:14px;stroke:var(--color-success);flex-shrink:0}.hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-3)}.btn-hero-call{display:inline-flex;align-items:center;gap:var(--space-3);background:var(--color-accent);color:#fff;font-weight:900;font-size:var(--text-lg);padding:var(--space-4) var(--space-8);border-radius:var(--radius-full);text-decoration:none;box-shadow:0 0 0 0 var(--color-accent-glow);animation:callglow 2.5s ease-in-out infinite}@keyframes callglow{0%,100%{box-shadow:0 4px 24px rgba(199,36,47,0.3)}50%{box-shadow:0 4px 40px rgba(199,36,47,0.6)}}.btn-hero-call:hover{background:var(--color-accent-hover);transform:translateY(-2px)}.btn-hero-call svg{width:22px;height:22px;stroke:#fff;flex-shrink:0}.btn-hero-text{display:inline-flex;align-items:center;gap:var(--space-3);background:var(--color-surface-2);color:var(--color-text);font-weight:800;font-size:var(--text-lg);padding:var(--space-4) var(--space-8);border-radius:var(--radius-full);text-decoration:none;border:1px solid var(--color-border)}.btn-hero-text:hover{background:var(--color-border);transform:translateY(-2px)}.btn-hero-text svg{width:22px;height:22px;stroke:currentColor;flex-shrink:0}.hero-card{background:#ffffff;border:1px solid #d7dee5;border-radius:var(--radius-lg);padding:var(--space-8);box-shadow:0 20px 60px rgba(0,0,0,0.25);color:#121820;position:relative;overflow:hidden}.hero-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--color-accent),var(--color-secondary))}.hero-card h2{font-size:var(--text-xl);font-weight:800;margin-bottom:var(--space-2)}.hero-card>p{font-size:var(--text-sm);color:#65717d;margin-bottom:var(--space-6)}.card-phone{display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-5)}.card-call-btn{display:flex;align-items:center;justify-content:center;gap:var(--space-3);background:var(--color-accent);color:#fff;font-weight:900;font-size:var(--text-lg);padding:var(--space-4);border-radius:var(--radius-md);text-decoration:none}.card-call-btn:hover{background:var(--color-accent-hover);transform:translateY(-1px);box-shadow:var(--shadow-glow)}.card-call-btn svg{width:20px;height:20px;stroke:#fff;flex-shrink:0}.card-text-btn{display:flex;align-items:center;justify-content:center;gap:var(--space-3);background:#f3f6f8;border:1px solid #d7dee5;color:#121820;font-weight:700;font-size:var(--text-base);padding:var(--space-3);border-radius:var(--radius-md);text-decoration:none}.card-text-btn:hover{background:var(--color-border);transform:translateY(-1px)}.card-text-btn svg{width:18px;height:18px;stroke:currentColor;flex-shrink:0}.card-divider{border:none;border-top:1px solid var(--color-border);margin:var(--space-4) 0}.card-trust{display:flex;flex-direction:column;gap:var(--space-2)}.card-trust-item{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-xs);color:#65717d}.card-trust-item svg{width:14px;height:14px;stroke:var(--color-success);flex-shrink:0}.proof-bar{background:#101820;border-block:1px solid rgba(255,255,255,0.07);padding:var(--space-3) 0;overflow:hidden}.proof-track{display:flex;gap:var(--space-12);animation:ticker 28s linear infinite;width:max-content}.proof-track:hover{animation-play-state:paused}@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}.proof-item{display:flex;align-items:center;gap:var(--space-2);white-space:nowrap;font-size:var(--text-sm);font-weight:600;color:rgba(255,255,255,0.55)}.proof-item .star{color:#f59e0b}.proof-item strong{color:#fff}.reviews-section{padding-block:clamp(var(--space-12),8vw,var(--space-16));background:var(--color-surface)}.section-eyebrow{font-size:var(--text-xs);font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-3)}.section-title{font-size:var(--text-xl);font-weight:900;margin-bottom:var(--space-4)}.section-sub{font-size:var(--text-base);color:var(--color-text-muted);margin-bottom:var(--space-10);max-width:56ch}.stars-row{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-8)}.stars{display:flex;gap:2px}.stars svg{width:20px;height:20px;fill:#f59e0b;stroke:none}.stars-label{font-size:var(--text-sm);color:var(--color-text-muted)}.stars-label strong{color:var(--color-text)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5)}.review-card{background:#ffffff;border:1px solid #d7dee5;box-shadow:0 2px 12px rgba(0,0,0,0.05);border-radius:var(--radius-lg);padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-4)}.review-stars{display:flex;gap:2px}.review-stars svg{width:14px;height:14px;fill:#f59e0b;stroke:none}.review-text{font-size:var(--text-sm);color:var(--color-text-muted);line-height:1.65;flex:1}.review-text em{color:var(--color-text);font-style:normal;font-weight:600}.review-author{display:flex;align-items:center;gap:var(--space-3)}.review-initials{width:36px;height:36px;border-radius:50%;background:var(--color-accent-glow);border:1px solid rgba(199,36,47,0.3);color:var(--color-accent);font-weight:800;font-size:var(--text-xs);display:flex;align-items:center;justify-content:center;flex-shrink:0}.review-meta strong{display:block;font-size:var(--text-xs);font-weight:700}.review-meta span{font-size:var(--text-xs);color:var(--color-text-faint)}.review-source{display:flex;align-items:center;gap:var(--space-1);font-size:var(--text-xs);color:var(--color-text-faint)}.yelp-logo{color:#d32323;font-weight:800}.steps-section{padding-block:clamp(var(--space-12),8vw,var(--space-16))}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-6);margin-top:var(--space-10)}.step{display:flex;flex-direction:column;gap:var(--space-3);position:relative}.step:not(:last-child)::after{content:'';position:absolute;top:20px;right:-24px;width:48px;height:1px;background:linear-gradient(90deg,var(--color-border),transparent)}.step-num{width:40px;height:40px;border-radius:var(--radius-sm);background:var(--color-accent-glow);border:1px solid rgba(199,36,47,0.3);color:var(--color-accent);font-weight:900;font-size:var(--text-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.step strong{font-size:var(--text-base);font-weight:800}.step span{font-size:var(--text-sm);color:var(--color-text-muted)}.services-section{padding-block:clamp(var(--space-12),8vw,var(--space-16));background:var(--color-surface)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5);margin-top:var(--space-10)}.service-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-3);transition:border-color var(--transition),transform var(--transition)}.service-card:hover{border-color:rgba(199,36,47,0.35);transform:translateY(-3px)}.service-icon{width:44px;height:44px;background:var(--color-accent-glow);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.service-icon svg{width:22px;height:22px;stroke:var(--color-accent)}.service-card h3{font-size:var(--text-base);font-weight:800}.service-card p{font-size:var(--text-sm);color:var(--color-text-muted)}.cta-band{background:linear-gradient(135deg,var(--color-accent) 0%,#e05500 100%);padding-block:clamp(var(--space-10),6vw,var(--space-16));text-align:center}.cta-band h2{font-size:var(--text-2xl);font-weight:900;color:#fff;margin-bottom:var(--space-3)}.cta-band p{font-size:var(--text-base);color:rgba(255,255,255,0.85);margin-bottom:var(--space-8);max-width:52ch;margin-inline:auto}.cta-band-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:var(--space-4)}.btn-white-call{display:inline-flex;align-items:center;gap:var(--space-3);background:#fff;color:var(--color-accent);font-weight:900;font-size:var(--text-lg);padding:var(--space-4) var(--space-10);border-radius:var(--radius-full);text-decoration:none}.btn-white-call:hover{background:#fff0e9;transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,0,0,0.3)}.btn-white-call svg{width:22px;height:22px;stroke:var(--color-accent);flex-shrink:0}.btn-white-text{display:inline-flex;align-items:center;gap:var(--space-3);background:rgba(255,255,255,0.15);color:#fff;font-weight:800;font-size:var(--text-lg);padding:var(--space-4) var(--space-10);border-radius:var(--radius-full);text-decoration:none;border:2px solid rgba(255,255,255,0.4)}.btn-white-text:hover{background:rgba(255,255,255,0.25);transform:translateY(-2px)}.btn-white-text svg{width:22px;height:22px;stroke:#fff;flex-shrink:0}.areas-section{padding-block:clamp(var(--space-12),8vw,var(--space-16))}.areas-grid{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-8)}.area-chip{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-muted);font-size:var(--text-sm);font-weight:600;padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);text-decoration:none;transition:border-color var(--transition),color var(--transition)}.area-chip:hover{border-color:var(--color-accent);color:var(--color-accent)}.why-section{padding-block:clamp(var(--space-12),8vw,var(--space-16));background:#101820;color:#fff}.why-section .section-eyebrow{color:#ffaaaa}.why-section .section-title{color:#fff}.why-section .section-sub{color:rgba(255,255,255,0.65)}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-5);margin-top:var(--space-10)}.why-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:var(--radius-lg);padding:var(--space-6);display:flex;gap:var(--space-4);align-items:flex-start}.why-num{font-size:var(--text-2xl);font-weight:900;color:rgba(255,255,255,0.1);line-height:1;flex-shrink:0;min-width:2ch}.why-card h3{font-size:var(--text-base);font-weight:800;margin-bottom:var(--space-1);color:#fff}.why-card p{font-size:var(--text-sm);color:rgba(255,255,255,0.6)}.faq-section{padding-block:clamp(var(--space-12),8vw,var(--space-16))}.faq-list{margin-top:var(--space-10);display:flex;flex-direction:column;gap:var(--space-2)}.faq-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.faq-item summary{padding:var(--space-5) var(--space-6);cursor:pointer;font-weight:700;font-size:var(--text-base);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:var(--space-4)}.faq-item summary::-webkit-details-marker{display:none}.faq-chevron{width:16px;height:16px;stroke:var(--color-text-muted);flex-shrink:0;transition:transform 0.2s}.faq-item[open] .faq-chevron{transform:rotate(180deg)}.faq-item[open]{border-color:rgba(199,36,47,0.3)}.faq-body{padding:0 var(--space-6) var(--space-5);color:var(--color-text-muted);font-size:var(--text-sm)}.final-cta{padding-block:clamp(var(--space-16),10vw,var(--space-20));text-align:center;background:radial-gradient(ellipse 70% 60% at 50% 100%,rgba(255,107,26,0.1) 0%,transparent 70%)}.final-cta h2{font-size:var(--text-2xl);font-weight:900;margin-bottom:var(--space-4)}.final-cta h2 em{font-style:normal;color:var(--color-accent)}.final-cta p{font-size:var(--text-base);color:var(--color-text-muted);margin-bottom:var(--space-8);max-width:50ch;margin-inline:auto}.final-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:var(--space-4)}footer{background:#101820;border-top:1px solid rgba(255,255,255,0.07);padding-block:var(--space-10)}.footer-brand strong{color:#fff;display:block;font-size:var(--text-base);font-weight:800;margin-bottom:var(--space-2)}.footer-brand p{color:rgba(255,255,255,0.5);font-size:var(--text-sm)}.footer-col h4{color:#fff !important}.footer-col a,.footer-col span{color:rgba(255,255,255,0.5) !important}.footer-col a:hover{color:#fff !important}.footer-bottom p{color:rgba(255,255,255,0.6)}.footer-bottom a{color:rgba(255,255,255,0.6)}.footer-bottom a:hover{color:#fff}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--space-8);margin-bottom:var(--space-8)}.footer-brand strong{display:block;font-size:var(--text-base);font-weight:800;margin-bottom:var(--space-2)}.footer-brand p{font-size:var(--text-sm);color:var(--color-text-muted)}.footer-col h4{font-size:var(--text-sm);font-weight:800;margin-bottom:var(--space-4);color:var(--color-text)}.footer-col a,.footer-col span{display:block;font-size:var(--text-sm);color:var(--color-text-muted);text-decoration:none;margin-bottom:var(--space-2)}.footer-col a:hover{color:var(--color-accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:var(--space-6);display:flex;justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap}.footer-bottom p{font-size:var(--text-xs);color:rgba(255,255,255,0.6)}.footer-bottom a{font-size:var(--text-xs);color:rgba(255,255,255,0.6);text-decoration:none}.footer-bottom a:hover{color:var(--color-accent)}.mobile-cta-bar{position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fff;border-top:1px solid #d7dee5;box-shadow:0 -4px 20px rgba(0,0,0,0.1);padding:var(--space-3) var(--space-4);display:none;gap:var(--space-3)}.mobile-cta-bar a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-weight:800;font-size:11px;padding:var(--space-2) var(--space-1);border-radius:var(--radius-md);text-decoration:none}.mobile-cta-bar .mcall{background:var(--color-accent);color:#fff}.mobile-cta-bar .mtext{background:#f3f6f8;color:#121820;border:1px solid #d7dee5}.mobile-cta-bar .myelp{background:#fff;color:#d32323;border:1px solid #ffd0d0}.mobile-cta-bar svg{width:20px;height:20px;stroke:currentColor;flex-shrink:0}.mobile-cta-bar .mcall svg{stroke:#fff}.mobile-cta-bar .myelp svg{stroke:#d32323}@media (max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-card{order:0}.reviews-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:repeat(2,1fr)}.step::after{display:none}.services-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.mobile-cta-bar{display:flex}body{padding-bottom:72px}.nav-cta .btn-text{display:none}}@media (max-width:600px){.steps-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.hero h1{font-size:clamp(2rem,8vw,3.2rem)}.btn-hero-call,.btn-hero-text{font-size:var(--text-base);padding:var(--space-4) var(--space-6)}.nav-cta .btn-call{font-size:var(--text-xs);padding:var(--space-2) var(--space-4)}}.about-section{padding-block:clamp(var(--space-12),8vw,var(--space-16));background:#fff}.about-inner{display:grid;grid-template-columns:320px 1fr;gap:clamp(var(--space-10),6vw,var(--space-16));align-items:center}.about-photo-wrap{position:relative;flex-shrink:0}.about-photo{width:320px;height:320px;object-fit:cover;object-position:center top;border-radius:var(--radius-lg);border:3px solid var(--color-border);box-shadow:0 12px 40px rgba(0,0,0,0.12)}.about-badge{position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);background:var(--color-accent);color:#fff;font-size:var(--text-xs);font-weight:800;padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);white-space:nowrap;box-shadow:0 4px 12px rgba(199,36,47,0.35)}.about-text p{color:var(--color-text-muted);font-size:var(--text-base)}.about-stats{display:flex;gap:var(--space-6);margin-top:var(--space-8);flex-wrap:wrap}.about-stat{display:flex;flex-direction:column;gap:2px}.about-stat strong{font-size:var(--text-lg);font-weight:900;color:var(--color-text)}.about-stat span{font-size:var(--text-xs);color:var(--color-text-muted)}@media(max-width:900px){.about-inner{grid-template-columns:1fr;text-align:center}.about-photo-wrap{margin-inline:auto;width:fit-content}.about-stats{justify-content:center}}
.float-widget{position:fixed;bottom:2rem;right:2rem;z-index:300;display:flex;flex-direction:column;align-items:flex-end;gap:0.75rem}@media(max-width:900px){.float-widget{display:none}}.float-bubble{display:flex;align-items:center;gap:0.5rem;background:var(--color-accent);color:#fff;border:none;border-radius:var(--radius-full);padding:0.875rem 1.25rem;font-weight:800;font-size:0.9rem;cursor:pointer;box-shadow:0 4px 20px rgba(199,36,47,0.4);animation:callglow 2.5s ease-in-out infinite;transition:transform 0.15s}.float-bubble:hover{transform:translateY(-2px)}.float-bubble svg{stroke:#fff;flex-shrink:0}.float-panel{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 8px 40px rgba(0,0,0,0.15);width:300px;overflow:hidden;opacity:0;transform:translateY(12px) scale(0.97);pointer-events:none;transition:opacity 0.2s,transform 0.2s}.float-widget.open .float-panel{opacity:1;transform:translateY(0) scale(1);pointer-events:all}.float-panel-header{background:var(--color-accent);color:#fff;padding:0.875rem 1rem;display:flex;justify-content:space-between;align-items:center;font-weight:800;font-size:0.9rem}.float-close{background:none;border:none;color:#fff;cursor:pointer;padding:0;display:flex;align-items:center;opacity:0.8}.float-close:hover{opacity:1}.float-form{display:flex;flex-direction:column;gap:0.625rem;padding:1rem}.float-form input,.float-form textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:0.625rem 0.75rem;font-size:0.85rem;font-family:inherit;color:var(--color-text);background:#fff;width:100%;resize:none}.float-form input:focus,.float-form textarea:focus{outline:none;border-color:var(--color-accent)}.float-submit{background:var(--color-accent);color:#fff;border:none;border-radius:var(--radius-md);padding:0.75rem;font-weight:800;font-size:0.875rem;cursor:pointer;width:100%;transition:background 0.15s}.float-submit:hover{background:var(--color-accent-hover)}.float-note{font-size:0.75rem;color:var(--color-text-muted);text-align:center;margin-top:0.25rem}.float-success{flex-direction:column;align-items:center;gap:0.5rem;padding:1.5rem 1rem;text-align:center}.float-success strong{font-size:1rem;font-weight:800}.float-success p{font-size:0.85rem;color:var(--color-text-muted);margin-bottom:0.5rem}
.callback-section{padding-block:clamp(var(--space-12),8vw,var(--space-16));background:#101820}.callback-inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(var(--space-10),6vw,var(--space-16));align-items:start}.callback-text p{color:rgba(255,255,255,0.65);margin-bottom:var(--space-6)}.callback-text .section-eyebrow{color:#ffaaaa}.callback-text .section-title{color:#fff;margin-bottom:var(--space-4)}.callback-perks{list-style:none;display:flex;flex-direction:column;gap:var(--space-3)}.callback-perks li{display:flex;align-items:center;gap:var(--space-2);color:rgba(255,255,255,0.7);font-size:var(--text-sm);font-weight:600}.callback-perks svg{stroke:#1a7a3c;flex-shrink:0}.callback-form{background:#fff;border-radius:var(--radius-lg);padding:var(--space-8);box-shadow:0 20px 60px rgba(0,0,0,0.3)}.callback-field-group{display:flex;flex-direction:column;gap:var(--space-1);margin-bottom:var(--space-4)}.callback-field-group label{font-size:var(--text-xs);font-weight:700;color:var(--color-text)}.callback-field-group input,.callback-field-group textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:0.7rem 0.875rem;font-size:var(--text-sm);font-family:inherit;color:var(--color-text);background:#fff;width:100%;resize:none}.callback-field-group input:focus,.callback-field-group textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-glow)}.callback-submit{background:var(--color-accent);color:#fff;border:none;border-radius:var(--radius-md);padding:var(--space-4);font-weight:900;font-size:var(--text-base);cursor:pointer;width:100%;transition:background 0.15s,transform 0.15s;display:block}.callback-submit:hover{background:var(--color-accent-hover);transform:translateY(-1px)}.callback-note{font-size:var(--text-xs);color:var(--color-text-muted);text-align:center;margin-top:var(--space-3)}.callback-note a{color:var(--color-accent);font-weight:700;text-decoration:none}.callback-form-success{flex-direction:column;align-items:center;gap:var(--space-3);text-align:center;padding:var(--space-4) 0}.callback-form-success strong{font-size:var(--text-lg);font-weight:900}.callback-form-success p{color:var(--color-text-muted);margin-bottom:var(--space-2)}@media(max-width:900px){.callback-inner{grid-template-columns:1fr}}

.footer-legal{margin-top:.9rem;display:flex;flex-direction:column;gap:.4rem}.footer-legal a{font-size:.88rem;color:rgba(255,255,255,0.5);text-decoration:none}.footer-legal a:hover{color:#fff}
