@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--ink:#07141e;--teal:#0b7891;--orange:#f07832;--amber:#ffb347;--paper:#f4f7f8;--muted:#687b86;--line:#d4e0e4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,select:focus-visible{outline:3px solid var(--amber);outline-offset:3px}.site-header{height:92px;background:var(--ink);color:#fff;display:flex;align-items:center;padding:0 max(5.55vw,32px);gap:36px}.brand{display:flex;align-items:center;gap:18px;min-width:390px}.brand-mark{display:grid;place-items:center;background:linear-gradient(135deg,var(--orange),var(--amber));color:var(--ink);border-radius:50%;width:56px;height:56px;font-size:25px;font-weight:800}.brand strong,.brand small{display:block}.brand strong{font-size:18px}.brand small{font-size:10px;color:#a9bbc6;letter-spacing:.02em;margin-top:7px}nav{display:flex;gap:28px;font-size:14px;color:#d7e2e8;flex:1;justify-content:center}nav a:hover{color:var(--amber)}.cart{background:#fff;color:var(--ink);padding:15px 22px;border-radius:28px;font-size:14px;font-weight:700;white-space:nowrap}.menu{display:none}.hero{height:430px;background:linear-gradient(120deg,#09131c,#123348);color:#fff;position:relative;overflow:hidden;padding:80px max(5.55vw,32px)}.hero:after{content:'';position:absolute;right:-5%;top:0;width:48%;height:100%;background:linear-gradient(130deg,transparent 35%,rgba(27,76,101,.7));clip-path:polygon(35% 0,100% 0,100% 100%,0 100%)}.hero-copy{position:relative;z-index:1}.eyebrow{color:#ffad63;font-size:14px;font-weight:800;letter-spacing:.13em;margin:0 0 28px}.hero h1{font-size:clamp(38px,3.9vw,56px);line-height:1.12;margin:0 0 22px;letter-spacing:-.04em}.lead{font-size:20px;line-height:1.5;color:#c8d9e1;margin:0 0 32px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:58px;border:0;border-radius:30px;padding:0 30px;font:700 15px Inter,Arial;cursor:pointer;transition:transform .2s}.button:hover{transform:translateY(-2px)}.button-accent{background:linear-gradient(110deg,var(--orange),var(--amber));color:var(--ink)}.button-accent span{font-size:21px;margin-left:12px}.button-teal{background:var(--teal);color:#fff;min-height:42px;border-radius:8px;padding:0 27px}.location{position:absolute;right:5.55vw;bottom:58px;color:#d1e1e7;font-size:13px;z-index:1}.search-card{position:relative;margin:-116px auto 0;background:#fff;border-radius:18px;max-width:1280px;padding:30px 32px 32px;box-shadow:0 12px 30px rgba(6,16,25,.16);z-index:2}.section-label{color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.04em;margin:0 0 15px}.search-card form{display:flex;gap:16px;align-items:center}.search-card label{flex:1}.search-card select{width:100%;height:42px;border:0;border-radius:8px;background:#f1f5f6;color:#52636d;padding:0 16px;font:14px Inter,Arial}.search-card form>a{font-size:13px;color:var(--teal);white-space:nowrap}.search-status{margin:12px 0 0;color:var(--teal);font-size:13px;min-height:0}.trust{max-width:1280px;margin:76px auto 70px;padding:0 0}.trust h2,.brands h2{font-size:30px;margin:0 0 22px}.trust h2{border-bottom:1px solid var(--line);padding-bottom:20px}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.trust-grid article{display:flex;align-items:center;gap:20px}.trust-icon{width:68px;height:68px;flex:none;border-radius:50%;display:grid;place-items:center;background:#e9f4f3;color:var(--teal);font-size:27px}.trust-icon.orange{background:#fff0e5;color:var(--orange)}.trust h3{font-size:17px;margin:0 0 10px}.trust p{font-size:13px;color:var(--muted);margin:0}.brands{background:#e8f0f2;padding:66px max(5.55vw,32px) 58px}.brands-inner{max-width:1280px;margin:auto}.brands h2{margin-bottom:10px}.brands p{color:var(--muted);margin:0 0 28px;font-size:14px}.brand-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:17px 20px}.brand-card{height:48px;background:#fff;border-radius:8px;padding:0 25px;display:flex;align-items:center;font-size:15px;color:#23404f;transition:box-shadow .2s,transform .2s}.brand-card:hover{box-shadow:0 4px 14px #b8cbd0;transform:translateY(-2px)}.all-brands{display:inline-block;color:var(--teal);font-size:13px;font-weight:800;margin-top:28px}.contact{max-width:1280px;margin:60px auto 80px;background:#071d2a;color:#fff;border-radius:18px;padding:55px 40px;display:flex;align-items:center;justify-content:space-between}.contact h2{font-size:28px;margin:0 0 13px}.contact p{color:#b4cbd4;font-size:15px;margin:0}.phones{display:flex;gap:38px;margin:30px 0 25px}.phones a{color:#ffad63;font-size:21px;font-weight:700}.address{font-size:13px!important}.address a{color:#ffad63}footer{background:var(--ink);color:#fff;min-height:170px;padding:46px max(5.55vw,32px);position:relative}footer strong{font-size:14px}footer p,footer span{display:block;color:#9ab3bd;font-size:12px;margin:16px 0 0}footer span{position:absolute;right:5.55vw;top:67px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(max-width:1100px){.brand{min-width:auto}.brand small{display:none}nav{gap:14px}.site-header{gap:18px}.trust,.contact{margin-left:48px;margin-right:48px}.brand-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:767px){.site-header{height:76px;padding:0 24px;justify-content:space-between}.brand{gap:10px}.brand-mark{width:42px;height:42px;font-size:18px}.brand strong{font-size:14px}.brand small,nav,.cart{display:none}.menu{display:block;background:none;border:1px solid #71909d;border-radius:8px;color:#fff;height:44px;width:44px;font-size:22px}.hero{height:445px;padding:54px 24px}.eyebrow{font-size:11px;margin-bottom:22px}.hero h1{font-size:37px}.lead{font-size:16px}.desktop-only{display:none}.location{left:24px;right:auto;bottom:34px}.search-card{margin:-38px 24px 0;padding:24px 18px}.search-card form{display:grid;grid-template-columns:1fr;gap:10px}.search-card form>a{text-align:center;padding:10px}.trust{margin:54px 24px 52px}.trust h2,.brands h2{font-size:24px}.trust-grid{grid-template-columns:1fr;gap:26px}.trust-grid article{gap:14px}.trust-icon{width:52px;height:52px;font-size:21px}.trust h3{font-size:16px}.brands{padding:48px 24px}.brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.brand-card{height:48px;padding:0 16px;font-size:13px}.all-brands{margin-top:24px}.contact{margin:40px 24px 54px;padding:32px 24px;display:block}.contact h2{font-size:23px;line-height:1.2}.phones{display:grid;gap:12px;margin:24px 0}.phones a{font-size:18px}.contact .button{margin-top:26px;width:100%}footer{padding:36px 24px;min-height:200px}footer span{position:static;margin-top:20px}}
@media(max-width:767px){nav.nav-open{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;position:absolute;top:76px;left:24px;right:24px;background:var(--ink);padding:8px 18px 12px;border:1px solid #71909d;border-radius:8px;z-index:5;box-shadow:0 10px 24px rgba(0,0,0,.28)}nav.nav-open a{display:block;padding:13px 0;color:#fff;border-bottom:1px solid rgba(169,187,198,.24)}nav.nav-open a:last-child{border-bottom:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.brand-card{transition:none}}
