:root{--primary:#e5b900;--primary-dark:#a57d00;--accent:#111827;--bg:#fff;--surface:#fff8d8;--text:#151515;--muted:#5f6368;--border:#e7d991;--radius:18px;--shadow:0 18px 45px rgba(30,30,20,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Assistant,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.65}img{display:block;max-width:100%;height:auto}a{color:inherit}button,input,textarea{font:inherit}:focus-visible{outline:3px solid #25356f;outline-offset:3px}.wrap{width:min(1160px,calc(100% - 40px));margin-inline:auto}.site-header{position:absolute;inset:0 0 auto;z-index:5;padding:20px 0}.nav{display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-weight:900;font-size:1.45rem;text-decoration:none}.nav-links{display:flex;align-items:center;gap:18px}.nav-links a{text-decoration:none;font-weight:700}.phone-pill,.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;text-decoration:none;font-weight:800}.phone-pill{padding:11px 18px;background:#111;color:#fff}.hero{min-height:720px;padding:110px 0 70px;display:grid;align-items:center;background:linear-gradient(355deg,#efc318 28%,rgba(255,255,255,0) 28.2%)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}.hero-visual{position:relative}.hero-visual>img{filter:drop-shadow(0 30px 28px rgba(0,0,0,.16))}.taxi-mark{width:min(410px,85%);margin:0 auto 10px}.hero h1{font-size:clamp(2.2rem,5vw,4.7rem);line-height:1.03;margin:0 0 18px;max-width:760px}.intro-answer{font-size:clamp(1.08rem,2vw,1.3rem);max-width:680px;margin:0 0 26px}.actions{display:flex;flex-wrap:wrap;gap:12px}.button{padding:14px 24px;background:#111;color:#fff;border:2px solid #111}.button.alt{background:#fff;color:#111}.services{padding:70px 0;background:var(--surface)}.services h2,.contact h2,.faq h2{font-size:clamp(1.9rem,4vw,3rem);line-height:1.15;margin:0 0 26px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;text-align:center;box-shadow:0 6px 20px rgba(0,0,0,.05)}.service-card svg{width:38px;height:38px;margin:0 auto 13px}.service-card h3{margin:0;font-size:1.12rem}.about{padding:76px 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.about p{font-size:1.08rem}.contact{padding:76px 0;background:#111;color:#fff}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:44px}.contact-copy a{color:#f3cc29}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{font-weight:700}.field input,.field textarea{width:100%;border:1px solid #6b7280;border-radius:10px;padding:12px 14px;background:#fff;color:#111}.field textarea{min-height:120px;resize:vertical}.contact-form button{grid-column:1/-1;border:0;cursor:pointer;background:#efc318;color:#111;padding:14px 20px;border-radius:999px;font-weight:900}.faq{padding:76px 0}.faq details{border-bottom:1px solid var(--border);padding:18px 0}.faq summary{font-weight:800;cursor:pointer;font-size:1.1rem}.faq p{margin:12px 0 0}.site-footer{padding:28px 0;background:#f4c91f}.footer-grid{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-links{display:flex;gap:18px}.updated{font-size:.9rem;color:var(--muted);margin-top:28px}.fab-container{position:fixed;left:20px;bottom:20px;z-index:1000;display:flex;gap:10px}.fab{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.23)}.fab.wa{background:#128c4a}.fab.call{background:#111}.fab svg{width:25px;height:25px}.legal-page{padding:100px 0 80px;min-height:70vh}.legal-page h1{font-size:clamp(2rem,5vw,3.4rem)}.legal-page h2{margin-top:30px}.thanks{min-height:100vh;display:grid;place-items:center;text-align:center;background:linear-gradient(145deg,#fff,#fff5bd)}.thanks-card{width:min(660px,calc(100% - 36px));padding:48px;border-radius:24px;background:#fff;box-shadow:var(--shadow)}.thanks h1{font-size:clamp(2.2rem,7vw,4rem);margin:0 0 12px}.error-page{text-align:center}.error-page .code{font-size:clamp(5rem,18vw,10rem);font-weight:900;color:#e4b900;line-height:1}.skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;top:8px;right:8px;width:auto;height:auto;padding:10px 16px;margin:0;overflow:visible;clip:auto;white-space:normal;background:#111;color:#fff;z-index:2147483002;font-weight:700;text-decoration:none}
@media(max-width:820px){.site-header{position:relative;background:#fff}.hero{padding-top:45px;min-height:auto}.hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.hero-copy{order:2}.hero-visual{order:1}.service-grid{grid-template-columns:repeat(2,1fr)}.nav-links a:not(.phone-pill){display:none}.footer-grid{align-items:flex-start;flex-direction:column}}
@media(max-width:520px){.wrap{width:min(100% - 28px,1160px)}.service-grid,.contact-form{grid-template-columns:1fr}.field.full,.contact-form button{grid-column:1}.hero{background:linear-gradient(355deg,#efc318 18%,rgba(255,255,255,0) 18.2%)}.hero h1{font-size:2.45rem}.actions .button{width:100%}.fab-container{left:14px;bottom:14px}.fab{width:48px;height:48px}}
@media(max-width:520px){.hero h1{line-height:1.16}}
.reviews{padding:76px 0;background:#fff8d8}
body{font-family:Arial,sans-serif}
