@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{color-scheme:light dark;--red:#e30613;--red-dark:#b8050f;--red-light:#ff4d57;--chrome:#d1d5db;--chrome-light:#e5e7eb;--chrome-dark:#9ca3af;--charcoal:#1f2937;--charcoal-light:#374151;--white:#fff;--off-white:#f9fafb;--light-grey:#e5e7eb;--text:#111827;--text-muted:#4b5563;--border:#d1d5db;--bg:#fff;--surface:#fff;--bg-subtle:#f9fafb;--header-bg:#fff;--header-text:#111827;--header-border:#e5e7eb;--shadow:0 4px 20px #0000001a;--shadow-lg:0 12px 40px #00000029;--radius:8px;--radius-lg:14px;--max-width:1200px;--header-height:110px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:var(--charcoal-light);text-decoration:none;transition:color .2s}a:hover{color:var(--red)}strong,b{color:var(--text);font-weight:700}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.skip-link{background:var(--charcoal);color:var(--white);z-index:10000;padding:.5rem 1rem;transition:top .2s;position:absolute;top:-40px;left:0}.skip-link:focus{top:0}.top-bar{background:var(--charcoal);color:var(--white);padding:.5rem 0;font-size:.9rem}.top-bar .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.top-bar a{color:var(--red);font-weight:700}.top-bar a:hover{color:var(--white)}.top-bar-cta{background:var(--red);border-radius:999px;align-items:center;gap:.5rem;padding:.35rem .9rem;font-size:.85rem;font-weight:700;display:inline-flex;color:var(--white)!important}.top-bar-cta:hover{background:var(--red-dark);color:var(--white)!important}.site-header{background:var(--header-bg);border-bottom:1px solid var(--header-border);z-index:1000;position:relative;box-shadow:0 2px 12px #00000014}.header-inner{height:var(--header-height);justify-content:space-between;align-items:center;gap:1rem;display:flex}.logo a{height:var(--header-height);align-items:center;padding:4px 0;display:flex}.logo img{object-fit:contain;width:auto;max-width:100%;height:100%;max-height:100%;padding:0;display:block}@media (width<=768px){.logo a{height:var(--header-height);padding:6px 0}}.logo-icon{background:var(--charcoal);width:42px;height:42px;color:var(--white);border-radius:var(--radius);place-items:center;font-size:1.4rem;display:grid}.logo span{color:var(--red)}.header-actions{align-items:center;gap:.75rem;display:flex}@media (width<=767px){.header-inner{justify-content:space-between;gap:.75rem;padding:.5rem 1rem}.logo a{height:var(--header-height);padding:6px 0}.menu-toggle{justify-content:center;align-items:center;padding:.5rem;display:flex}.site-nav{top:var(--header-height);box-shadow:var(--shadow-lg);clip-path:polygon(0 0,100% 0,100% 0,0 0);max-height:calc(100vh - var(--header-height));z-index:1001;background:#fff;border-top:1px solid #e5e7eb;flex-direction:column;transition:clip-path .35s ease-in-out;position:fixed;left:0;right:0;overflow-x:auto}.site-nav.open{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.site-nav a{white-space:nowrap;color:#111827;border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem}.nav-cta{justify-content:center;width:100%;padding:1rem}.logo{flex-shrink:0}}.site-nav{align-items:center;gap:2rem;display:flex}.site-nav a{color:var(--header-text);padding:.25rem 0;font-size:.95rem;font-weight:600;position:relative}.site-nav a:after{content:"";background:var(--red);width:0;height:2px;transition:width .25s;position:absolute;bottom:0;left:0}.site-nav a:hover,.site-nav a.active{color:#111827}.site-nav a:hover:after,.site-nav a.active:after{width:100%}.nav-cta{background:var(--red);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-width:140px;padding:.85rem 2.5rem;font-size:1.05rem;font-weight:700;line-height:1;display:inline-flex;color:var(--white)!important}.nav-cta:after{display:none}.nav-cta:hover{background:var(--red-dark);color:var(--white)!important}.menu-toggle{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}@media (width<=767px){.menu-toggle{justify-content:center;align-items:center;display:flex}}.hamburger{background:#1f2937;border-radius:2px;width:26px;height:3px;transition:background .2s;display:block;position:relative}.hamburger:before,.hamburger:after{content:"";background:#1f2937;border-radius:2px;width:100%;height:3px;transition:transform .25s;position:absolute;left:0}.hamburger:before{top:-8px}.hamburger:after{top:8px}.menu-toggle[aria-expanded=true] .hamburger{background:0 0}.menu-toggle[aria-expanded=true] .hamburger:before{transform:translateY(8px)rotate(45deg)}.menu-toggle[aria-expanded=true] .hamburger:after{transform:translateY(-8px)rotate(-45deg)}.btn{border-radius:var(--radius-lg);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;line-height:1.5;transition:all .2s;display:inline-flex}.btn:focus{outline:2px solid var(--red);outline-offset:2px}.btn-sm{padding:.625rem 1.25rem;font-size:.875rem}.btn-primary{background:var(--red);color:var(--white);border:2px solid var(--red)}.btn-primary:hover{background:var(--red-dark);border-color:var(--red-dark);transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-primary:focus{box-shadow:0 0 0 3px #e306134d}.btn-secondary{background:var(--charcoal);color:var(--white);border:2px solid var(--charcoal)}.btn-secondary:hover{background:var(--charcoal-light);border-color:var(--charcoal-light)}.btn-outline{color:var(--text);border:2px solid var(--border);background:0 0}.btn-outline:hover{border-color:var(--text);color:var(--text)}.hero .btn-outline,.hero-simple .btn-outline{color:var(--white);background:0 0;border:2px solid #ffffff80}.hero .btn-outline:hover,.hero-simple .btn-outline:hover{border-color:var(--white);color:var(--white);background:#ffffff1a}.hero{background:linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal-light) 100%);min-height:560px;color:var(--white);align-items:center;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;opacity:.35;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{background:linear-gradient(90deg,#111827eb 0%,#111827bf 60%,#1118278c 100%);position:absolute;inset:0}.hero .container{z-index:2;grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;display:grid;position:relative}.hero-simple .container{text-align:center;justify-content:center;display:flex}.hero-simple .hero-content{flex-direction:column;align-items:center;max-width:820px;display:flex}.hero-logo{filter:drop-shadow(0 6px 18px #00000073);width:100%;max-width:420px;height:auto;margin-bottom:1.5rem}.hero-content h1{margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.1}.hero-content h1 span{color:var(--red)}.hero-content p{color:#ffffffeb;max-width:640px;margin-bottom:2rem;font-size:1.2rem}@media (width<=768px){.hero-logo{max-width:280px}.hero-content p{font-size:1.05rem}}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.hero-form{background:var(--white);color:var(--text);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.75rem}.hero-form h3{color:var(--charcoal);margin-bottom:1.25rem;font-size:1.25rem}.action-bar{background:var(--red);padding:1rem 0}.action-bar .container{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.action-item{color:var(--white);border-radius:var(--radius);justify-content:center;align-items:center;gap:.75rem;padding:.75rem;font-weight:700;transition:background .2s;display:flex}.action-item:hover{color:var(--white);background:#fff3}.action-icon{background:var(--charcoal);width:40px;height:40px;color:var(--white);border-radius:50%;flex-shrink:0;place-items:center;display:grid}section{padding:4rem 0}.section-header{text-align:center;max-width:700px;margin:0 auto 2.5rem}.section-label{color:var(--red-dark);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:inline-block}.section-header h2{color:var(--text);margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.2}.section-header h2 span{color:var(--red)}.section-header p{color:var(--text-muted);font-size:1.05rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.service-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:left;padding:1.75rem;transition:transform .2s,box-shadow .2s,border-color .2s}.service-card:hover{box-shadow:var(--shadow-lg);border-color:var(--red);transform:translateY(-5px)}.service-icon{width:56px;height:56px;color:var(--charcoal);border-radius:var(--radius);background:#e306131f;place-items:center;margin-bottom:1rem;font-size:1.6rem;display:grid}.service-card h3{color:var(--text);margin-bottom:.5rem;font-size:1.15rem}.service-card p{color:var(--text-muted);font-size:.95rem;line-height:1.55}.split-section{background:var(--bg-subtle)}.split-section .container{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.split-image{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.split-image img{object-fit:cover;width:100%;height:100%;min-height:360px}.split-content h2{color:var(--text);margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.4rem);line-height:1.2}.split-content h2 span{color:var(--red)}.split-content p{color:var(--text-muted);margin-bottom:1.25rem}.check-list{margin:1.25rem 0;list-style:none}.check-list li{color:var(--text);align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.check-list li:before{content:"✓";background:var(--red);width:24px;height:24px;color:var(--white);border-radius:50%;flex-shrink:0;place-items:center;font-size:.8rem;font-weight:800;display:grid}.cta-banner{background:var(--charcoal);color:var(--white);text-align:center;padding:4rem 0}.cta-banner h2{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.6rem)}.cta-banner h2 span{color:var(--red)}.cta-banner p{color:#ffffffd9;max-width:600px;margin:0 auto 1.75rem}.contact-section{background:var(--bg)}.contact-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.contact-info h3,.contact-form h3{color:var(--text);margin-bottom:1rem;font-size:1.4rem}.contact-info p{color:var(--text-muted);margin-bottom:.75rem}.contact-info a{color:var(--text);font-weight:600}.contact-info a:hover{color:var(--red-dark)}.contact-detail{align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.contact-detail-icon{width:44px;height:44px;color:var(--charcoal);background:#e306131f;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.map-embed{border-radius:var(--radius-lg);width:100%;height:320px;box-shadow:var(--shadow);border:none;margin-top:1.5rem}.form-group{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-field{border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);background:var(--surface);padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-field:focus{border-color:var(--red);outline:none;box-shadow:0 0 0 3px #e3061326}.form-field::placeholder{color:#9aa5b1}textarea.form-field{resize:vertical;min-height:140px}.form-stack{flex-direction:column;gap:1rem;display:flex}.site-footer{background:var(--charcoal);color:#fffc}.footer-top{background:var(--red);color:var(--white);text-align:center;padding:2rem 0}.footer-top h3{margin-bottom:1rem;font-size:clamp(1.4rem,3vw,2rem)}.footer-main{padding:3.5rem 0 2rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:2.5rem;display:grid}.footer-brand .logo a{color:var(--white);margin-bottom:1rem;font-size:1.4rem}.footer-brand p{margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.social-links{gap:.75rem;display:flex}.social-links a{width:38px;height:38px;color:var(--white);background:#ffffff1a;border-radius:50%;place-items:center;transition:background .2s;display:grid}.social-links a:hover{background:var(--red);color:var(--white)}.footer-col h4{color:var(--white);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;font-size:1rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{color:#ffffffd9;align-items:center;gap:.5rem;font-size:.95rem;display:inline-flex}.footer-col a:hover{color:var(--red)}.footer-bottom{padding:1.25rem0;text-align:center;color:#ffffffd9;border-top:1px solid #ffffff1a;font-size:.9rem}.footer-bottom a{color:#ffffffd9}.footer-bottom a:hover{color:var(--red)}.floating-cta{z-index:999;background:var(--red);color:var(--white);width:56px;height:56px;box-shadow:var(--shadow-lg);border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;display:none;position:fixed;bottom:1rem;right:1rem}.page-header{background:linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal-light) 100%);color:var(--white);text-align:center;padding:3.5rem 0}.page-header h1{margin-bottom:.5rem;font-size:clamp(2rem,5vw,3rem)}.page-header p{color:#ffffffd9;max-width:640px;margin:0 auto}.text-center{text-align:center}.mt-2{margin-top:2rem}@media (width<=900px){.hero .container,.split-section .container,.contact-grid{grid-template-columns:1fr}.hero{min-height:auto;padding:3rem 0}.hero-form,.split-image{order:2}.action-bar .container{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.menu-toggle{display:block}.site-nav{top:var(--header-height);background:var(--white);box-shadow:var(--shadow-lg);z-index:999;flex-direction:column;align-items:flex-start;gap:0;padding:1.5rem;transition:transform .25s;position:fixed;bottom:0;left:0;right:0;transform:translate(100%)}.site-nav.open{transform:translate(0)}.site-nav a{border-bottom:1px solid var(--light-grey);width:100%;padding:1rem 0;font-size:1.1rem;display:block}.site-nav a:after{display:none}.nav-cta{text-align:center;width:100%;margin-top:1rem;padding:1rem 1.6rem;font-size:1.1rem}.action-bar .container{grid-template-columns:1fr}.action-item{justify-content:flex-start}.footer-grid{grid-template-columns:1fr;gap:2rem}.form-group{grid-template-columns:1fr}.floating-cta{display:flex}}@media (width<=480px){.hero-content h1{font-size:1.85rem}.hero-actions{flex-direction:column}.btn{width:100%}section{padding:2.5rem 0}}@media (prefers-color-scheme:dark){:root{--bg:#0f172a;--surface:#1e293b;--bg-subtle:#1e293b;--text:#f9fafb;--text-muted:#9ca3af;--border:#374151}body{background:var(--bg);color:var(--text)}}
