:root{--brand-accent: #ffb523;--brand-accent-hover: #e9a40d;--brand-on-accent: #ffffff;--brand-ink: #333333;--brand-ink-muted: #6b6b6b;--brand-surface: #ffffff;--brand-surface-2: #f7f7f7;--brand-surface-dark: #1a1a1a;--brand-on-dark: #ffffff;--brand-border: #e5e5e5;--font-body: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Roboto Slab", Georgia, serif;--container-max: 1170px;--container-pad-x: clamp(16px, 4vw, 32px)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);font-size:17px;line-height:1.86;color:var(--brand-ink);background:var(--brand-surface);text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}a{color:inherit}.v3-container{max-width:var(--container-max);margin:0 auto;padding-left:var(--container-pad-x);padding-right:var(--container-pad-x);width:100%}.v3-section{padding-top:60px;padding-bottom:60px;position:relative}.v3-section--dark{background:var(--brand-surface-dark);color:var(--brand-on-dark)}.v3-section--dark a{color:var(--brand-on-dark)}.v3-section--muted{background:var(--brand-surface-2)}.v3-section--auto-hero{background-color:#1f1f1f;color:#fff;padding-top:80px;padding-bottom:80px;text-align:center}.v3-section--auto-hero a{color:var(--brand-accent)}.v3-section h1,.v3-section h2,.v3-section h3,.v3-section h4,.v3-section h5,.v3-section h6{font-family:var(--font-display);font-weight:400;margin:0 0 20px;line-height:1.22;color:inherit}.v3-section h1{font-size:42px}.v3-section h2{font-size:32px}.v3-section h3{font-size:26px}.v3-section h4{font-size:22px}.v3-section h5{font-size:20px}.v3-section h6{font-size:18px}.v3-section p{font-size:17px;line-height:1.86;margin:0 0 20px}.v3-section li{font-size:17px;line-height:1.86}.v3-section a{color:var(--brand-accent);text-decoration:none}.v3-section a:hover{text-decoration:underline}@media(max-width:768px){.v3-section{padding-top:40px;padding-bottom:40px}.v3-section h1{font-size:32px}.v3-section h2{font-size:26px}.v3-section h3{font-size:22px}}.v3-cta{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-accent);color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:14px 28px;border-radius:4px;text-decoration:none;border:none;cursor:pointer;transition:background .15s ease;font-family:var(--font-body);font-size:14px}.v3-cta:hover{background:var(--brand-accent-hover);text-decoration:none;color:#fff}.v3-cta--phone{background:var(--brand-accent);color:#fff}.v3-hero{position:relative;background-color:#1a1a1a;color:var(--brand-on-dark);background-size:cover;background-position:center;padding:80px 0;text-align:center}.v3-hero:before{content:"";position:absolute;inset:0;background:#000000a8;z-index:0}.v3-hero>*{position:relative;z-index:1}.v3-hero h1{color:#fff;font-size:clamp(32px,6vw,60px);font-weight:400;margin:0 0 20px}.v3-hero .v3-rule{width:10%;height:0;margin:0 auto 25px;border:none;border-bottom:3px solid var(--brand-accent)}.v3-hero p{color:#fff;font-size:17px;max-width:850px;margin:0 auto 20px}.v3-rule{width:10%;height:0;margin:15px auto 25px;border:none;border-bottom:3px solid var(--brand-accent)}.v3-feature{display:grid;grid-template-columns:1fr;gap:30px;align-items:center;margin-bottom:40px}.v3-feature--reverse .v3-feature__media{order:2}@media(min-width:768px){.v3-feature{grid-template-columns:1fr 1fr}.v3-feature--reverse .v3-feature__media{order:0}}.v3-feature__media img{width:100%;height:auto}.v3-feature__content h2{font-size:22px;margin-bottom:20px}.v3-split{display:grid;grid-template-columns:1fr;gap:40px;align-items:start}@media(min-width:768px){.v3-split{grid-template-columns:1fr 1fr}}.v3-form{display:grid;gap:12px;background:#ffffff0d;padding:0}.v3-form input,.v3-form textarea{width:100%;padding:12px 14px;border:1px solid var(--brand-border);background:#fff;font:inherit;color:var(--brand-ink);border-radius:0}.v3-form textarea{min-height:120px;resize:vertical}.v3-form input:focus,.v3-form textarea:focus{outline:2px solid var(--brand-accent);outline-offset:0;border-color:var(--brand-accent)}.v3-form button{background:var(--brand-accent);color:#fff;border:none;padding:14px 24px;font-weight:700;font-size:15px;text-transform:uppercase;cursor:pointer;letter-spacing:.04em}.v3-form button:hover{background:var(--brand-accent-hover)}.v3-form .hp{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.v3-form .msg{font-size:14px;padding:10px 12px;border-radius:2px}.v3-form .msg--err{background:#ffebee;color:#b00020}.v3-form .msg--ok{background:#e8f5e9;color:#1b5e20}.v3-link-cloud{text-align:center;max-width:850px;margin:0 auto}.v3-link-cloud a{color:var(--brand-accent)}.v3-header{background:#fdfcfa;color:var(--brand-ink);box-shadow:0 2px 6px #0000000a;position:relative;z-index:50;border-top:4px solid var(--brand-accent)}.v3-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px var(--container-pad-x);max-width:var(--container-max);margin:0 auto}.v3-header__brand{font-family:var(--font-display);font-weight:700;font-size:22px;color:var(--brand-ink);text-decoration:none}.v3-header__brand:hover{text-decoration:none}.v3-header__nav{display:none;gap:24px;align-items:center}.v3-header__nav a{color:var(--brand-ink);text-decoration:none;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.02em}.v3-header__nav a:hover{color:var(--brand-accent)}.v3-header__cta{display:inline-flex;align-items:center;gap:8px;background:var(--brand-accent);color:#fff;padding:10px 18px;border-radius:4px;text-decoration:none;font-weight:700;font-size:14px;text-transform:uppercase}.v3-header__cta:hover{background:var(--brand-accent-hover);color:#fff}@media(min-width:960px){.v3-header__nav{display:flex}}.v3-footer{background:#1a1a1a;color:#ccc;padding:60px 0 0;font-size:14px}.v3-footer a{color:#fff;text-decoration:none}.v3-footer a:hover{color:var(--brand-accent);text-decoration:underline}.v3-footer__bottom{background:#111;color:#999;text-align:center;padding:20px 0;margin-top:40px}.v3-footer__bottom-inner{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad-x);display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.v3-footer__menu{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;list-style:none;padding:0;margin:0}.v3-call-now{display:none;position:fixed;inset:auto 0 0;background:var(--brand-accent);color:#fff;padding:16px;text-align:center;text-decoration:none;font-weight:700;z-index:100}@media(max-width:650px){.v3-call-now{display:block}body{padding-bottom:60px}}.v3-prose p:last-child{margin-bottom:0}.v3-prose ul,.v3-prose ol{padding-left:24px}.v3-prose li{margin-bottom:6px}.v3-embed{position:relative;width:100%;margin:20px 0;background:#f3f3f3}.v3-embed iframe{width:100%;display:block;border:0}@media(max-width:600px){[data-mh]{display:none!important}}
