:root{--ink:#191b1b;--muted:#6e7273;--yellow:#f8ce38;--paper:#fff;--line:#e5e6e3;--soft:#f4f5f1}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{max-width:100%;display:block}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #b88900;outline-offset:5px}[hidden]{display:none!important}.container{width:min(1280px,calc(100% - 96px));margin-inline:auto}.header{background:var(--ink);color:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #ffffff20}.header-inner{height:90px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{width:180px;height:auto}.desktop-nav{display:flex;gap:30px;font-size:14px;color:#e0e1de}.desktop-nav a:hover,.text-link:hover{color:var(--yellow)}.header-phone{font-size:16px;font-weight:600;white-space:nowrap}.header-phone span{color:var(--yellow);margin-left:15px}.menu-toggle{display:none}.hero{background:var(--ink);color:#fff;padding:50px 0 0}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:stretch}.eyebrow{font-size:11px;letter-spacing:1.7px;font-weight:700;line-height:1.6}.status-dot{width:7px;height:7px;background:var(--yellow);display:inline-block;border-radius:50%;margin-right:9px}.hero-copy{padding:22px 0 25px}h1{font-size:clamp(42px,4.4vw,65px);line-height:1.08;letter-spacing:-2.8px;margin:27px 0 24px;font-weight:700}h1>span{color:var(--yellow)}.hero-copy>p{font-size:17px;line-height:1.65;color:#bdc0bd}.hero-actions{display:flex;align-items:center;gap:23px;margin-top:32px;flex-wrap:wrap}.button{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:19px 23px;border-radius:8px;font-size:14px;font-weight:700;min-height:54px;transition:background .2s,transform .2s}.yellow{background:var(--yellow);color:var(--ink)}.yellow:hover{background:#ffe16f;transform:translateY(-2px)}.button span{font-size:22px;font-weight:400;line-height:1}.text-link{font-size:13px;display:inline-flex;gap:13px;align-items:center;min-height:44px}.hero-note{font-size:12px;color:#bfc1bd;margin-top:33px;display:flex;gap:9px;align-items:center}.mini-check{color:var(--yellow);border:1px solid #767861;border-radius:50%;width:20px;height:20px;display:grid;place-items:center}.hero-visual{position:relative;min-height:470px;border-radius:16px;overflow:hidden;background:#b5b3a8}.hero-visual>img{width:100%;height:100%;object-fit:cover;position:absolute;object-position:48% center;transition:transform .6s}.hero-visual:hover>img{transform:scale(1.035)}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#0004,transparent 26%,transparent 55%,#000b)}.hero-visual-top{position:absolute;z-index:1;top:25px;left:25px;font-size:10px;letter-spacing:1.6px;background:#191b1bcc;border-radius:30px;padding:10px 15px}.hero-visual-bottom{position:absolute;z-index:1;bottom:27px;left:28px;right:28px;display:flex;justify-content:space-between;align-items:center}.hero-visual-bottom small{font-size:10px;letter-spacing:1.6px;color:#eee;display:block;margin-bottom:8px}.hero-visual-bottom strong{font-size:29px;letter-spacing:-.6px}.hero-round{width:48px;height:48px;display:grid;place-items:center;border:1px solid #fff8;border-radius:50%;font-size:25px}.hero-strip{display:grid;grid-template-columns:repeat(3,1fr);margin-top:43px;border-top:1px solid #ffffff26;padding-block:26px 30px}.hero-strip>span{font-size:13px;display:flex;align-items:center;gap:20px}.hero-strip>span+span{border-left:1px solid #ffffff26;padding-left:40px}.hero-strip i{font-size:11px;color:var(--yellow);font-style:normal}.section{padding-block:86px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:34px}.muted{color:var(--muted)}h2{font-size:clamp(28px,3vw,40px);line-height:1.16;letter-spacing:-1.4px;margin:13px 0 0}.yellow-dot{color:#d9af18}.section-heading>p{font-size:13px;color:var(--muted);line-height:1.7;margin:0 0 3px}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:0 0 28px}.filters{display:flex;gap:7px;flex-wrap:wrap}.filter{background:var(--soft);border:1px solid transparent;border-radius:7px;padding:12px 19px;min-height:44px;font-size:13px;color:#565b58;white-space:nowrap}.filter:hover{border-color:#bfc1b9}.filter.active{color:#fff;background:var(--ink)}.filter span{margin-left:6px;font-size:10px;opacity:.6}.catalog-count{font-size:12px;color:var(--muted);white-space:nowrap}.car-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 24px}.car-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:box-shadow .2s,transform .2s;background:#fff}.car-card:hover{box-shadow:0 10px 30px #191b1b0e;transform:translateY(-4px)}.car-photo{aspect-ratio:4/3;position:relative;background:var(--soft);overflow:hidden}.car-photo>img{width:100%;height:100%;object-fit:cover}.car-photo .car-back{position:absolute;inset:0;opacity:0;transition:opacity .35s}@media(hover:hover){.car-card:hover .car-back{opacity:1}}.car-category{position:absolute;top:15px;left:15px;font-size:10px;padding:7px 11px;border-radius:30px;background:#fffffff0;color:#30342e;backdrop-filter:blur(5px)}.car-caption{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px}.car-caption h3{font-size:18px;letter-spacing:-.4px;margin:0;line-height:1.3}.card-arrow{width:32px;height:32px;flex-shrink:0;display:grid;place-items:center;border-radius:50%;background:var(--soft);font-size:19px}.car-card:hover .card-arrow{background:var(--yellow)}.catalog-note{color:var(--muted);font-size:12px;line-height:1.7;margin:25px 0 0;max-width:800px}.catalog-note>span{margin-right:8px}.benefits{background:var(--soft)}.dark-link:hover{color:#806300}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:42px}.benefit-icon{display:grid;place-items:center;width:44px;height:44px;border:1px solid #d7dacf;border-radius:10px;font-size:20px;margin-bottom:22px}.benefit-grid article:last-child .benefit-icon{font-size:12px;font-weight:700}.benefit-grid h3,.steps h3{font-size:21px;letter-spacing:-.5px;margin:0 0 12px}.benefit-grid p,.steps p{color:var(--muted);font-size:14px;line-height:1.8;margin:0;max-width:350px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-top:45px}.steps article{border-top:1px solid #d7dacf;padding-top:23px}.steps article>span{color:#a1a799;font-size:14px;display:block;margin-bottom:28px}.requirements{border:1px solid var(--line);border-radius:10px;margin-top:44px;padding:23px;display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap}.requirements h3{font-size:14px;margin:0}.requirements>span{font-size:12px;color:var(--muted)}.requirements>span:before{content:'✓';color:#738358;margin-right:8px}.requirements a{font-size:12px;text-decoration:underline;text-underline-offset:4px;min-height:32px;display:flex;align-items:center;gap:14px}.contact-wrap{padding-bottom:70px}.contact{padding:55px 60px;background:var(--ink);border-radius:16px;color:white;display:grid;grid-template-columns:1.4fr 1fr;gap:65px;align-items:center}.contact .eyebrow{color:var(--yellow)}.contact h2{font-size:36px;margin-top:18px}.contact p{color:#b6b9b4;font-size:13px;line-height:1.8;margin-bottom:0}.contact-actions{display:flex;flex-direction:column;gap:12px}.contact-phone{font-size:25px;font-weight:600;letter-spacing:-.7px;margin-bottom:9px}.outline{border:1px solid #ffffff4d}.outline:hover{background:#ffffff12}.footer{padding-bottom:28px}.footer-top{border-top:1px solid var(--line);padding:32px 0;display:flex;align-items:center;justify-content:space-between;gap:25px}.footer .brand img{filter:brightness(0);width:170px}.footer-top p{color:var(--muted);font-size:12px;line-height:1.7;flex:1;margin:0 0 0 20px}.footer-top>a:last-child{font-size:12px}.footer-bottom{border-top:1px solid var(--line);padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:10px;color:var(--muted);line-height:1.6}.mobile-contact{display:none}.skip-link{position:fixed;top:-100px;left:20px;background:var(--yellow);padding:14px;z-index:100}.skip-link:focus{top:10px}.legal-body{max-width:850px;padding-block:60px 90px}.legal-body h1{font-size:36px;letter-spacing:-1px}.legal-body p{line-height:1.8;color:#565b58}.legal-body a{text-decoration:underline}.legal-body .back-link{font-size:14px}.mobile-nav{padding:8px 24px 20px}.mobile-nav a{display:block;padding:13px 0;border-top:1px solid #ffffff20}
@media(min-width:1500px){.hero-copy{padding-block:30px}.hero-visual{min-height:505px}}
@media(max-width:1100px){.container{width:calc(100% - 56px)}.desktop-nav{gap:18px}.brand img{width:155px}.hero-grid{gap:25px}.hero-actions{gap:10px}.hero-visual{min-height:450px}.header-phone{font-size:14px}.section-heading{align-items:start}.section-heading>p{max-width:240px}.contact{padding:40px;gap:35px}.contact-phone{font-size:23px}.requirements{gap:18px}.car-caption{padding:16px}.car-caption h3{font-size:17px}}
@media(max-width:900px){.desktop-nav{display:none}.header-inner{height:75px}.header-phone{margin-left:auto}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;background:none;border:1px solid #ffffff40;border-radius:7px;width:42px;height:42px;padding:11px}.menu-toggle span{height:1px;width:18px;background:#fff}.hero{padding-top:30px}.hero-grid{grid-template-columns:1fr 1fr;gap:24px}h1{font-size:43px;letter-spacing:-2px}.hero-copy .eyebrow{font-size:9px;letter-spacing:.9px}.hero-copy>p{font-size:15px}.hero-visual{min-height:440px}.hero-visual-top{left:16px;top:18px;font-size:8px;letter-spacing:1px}.hero-strip>span+span{padding-left:20px}.hero-strip>span{font-size:11px;gap:12px}.section{padding-block:65px}.section-heading{flex-direction:column;gap:16px}.section-heading>p{max-width:none}.car-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.catalog-count{display:none}.benefit-grid,.steps{gap:25px}.benefit-grid h3,.steps h3{font-size:18px}.contact{grid-template-columns:1fr 1fr;gap:28px}.contact h2{font-size:29px}.contact-phone{font-size:21px}.footer-bottom{flex-wrap:wrap}}
@media(max-width:600px){html{scroll-padding-top:80px}.container{width:calc(100% - 36px)}.header-inner{height:68px;gap:12px}.brand img{width:147px}.header-phone{font-size:11px}.header-phone span{display:none}.menu-toggle{width:36px;height:36px;padding:8px;flex-shrink:0}.hero{padding-top:14px}.hero-grid{grid-template-columns:1fr;gap:24px}.hero-copy{padding:15px 0 0}h1{font-size:clamp(39px,10.8vw,61px);letter-spacing:-2px;margin:22px 0 20px}.hero-copy .eyebrow{font-size:9px;letter-spacing:1.1px}.hero-copy>p{font-size:15px;margin:0}.hero-actions{gap:13px;margin-top:26px}.hero-actions .button{padding:17px 20px}.hero-actions .text-link{font-size:12px}.hero-note{margin-top:19px;font-size:11px}.hero-visual{min-height:0;aspect-ratio:1.22;border-radius:12px}.hero-visual>img{object-position:center 52%}.hero-visual-top{font-size:8px;padding:8px 12px}.hero-visual-bottom{left:20px;right:20px;bottom:20px}.hero-visual-bottom strong{font-size:25px}.hero-round{width:40px;height:40px}.hero-strip{margin-top:27px;grid-template-columns:1fr;padding:19px 0 24px;gap:16px}.hero-strip>span{font-size:12px}.hero-strip>span+span{padding-left:0;border:0}.section{padding-block:49px}h2{font-size:30px;letter-spacing:-1px}.eyebrow{font-size:9px;letter-spacing:1.4px}.section-heading{margin-bottom:25px;gap:14px}.section-heading>p{font-size:12px}.catalog-toolbar{margin-bottom:22px;display:block}.filters{flex-wrap:nowrap;overflow-x:auto;padding:2px 0 10px;scrollbar-width:thin;scrollbar-color:#ddd transparent;gap:7px}.filter{font-size:12px;padding:11px 15px}.car-grid{gap:16px;grid-template-columns:1fr}.car-photo{aspect-ratio:4/3}.car-caption{padding:17px 18px}.car-caption h3{font-size:20px}.car-category{top:14px;left:14px}.catalog-note{font-size:11px;margin-top:20px}.benefit-grid{grid-template-columns:1fr;gap:26px;margin-top:28px}.benefit-grid article{position:relative;padding-left:62px;min-height:70px}.benefit-icon{position:absolute;left:0;top:0;width:42px;height:42px}.benefit-grid h3{font-size:19px}.benefit-grid p{font-size:13px;max-width:none}.steps{grid-template-columns:1fr;gap:25px;margin-top:25px}.steps article{display:grid;grid-template-columns:40px 1fr;gap:9px 12px;padding-top:20px}.steps article>span{grid-row:1/3;margin:0;padding-top:3px}.steps h3{font-size:20px;margin:0}.steps p{font-size:13px;max-width:none}.requirements{margin-top:30px;display:grid;padding:22px;gap:16px}.contact-wrap{padding-bottom:44px}.contact{grid-template-columns:1fr;padding:30px 24px;gap:30px;border-radius:12px}.contact h2{font-size:29px}.contact p{font-size:12px}.contact-phone{font-size:25px}.footer{padding-bottom:105px}.footer-top{flex-wrap:wrap;padding-block:25px;gap:20px}.footer-top p{flex:unset;width:100%;order:3;margin:0}.footer .brand img{width:148px}.footer-bottom{flex-direction:column;gap:12px;font-size:10px}.mobile-contact{display:grid;grid-template-columns:1fr 1fr;gap:9px;position:fixed;z-index:30;bottom:0;left:0;right:0;padding:10px 18px calc(10px + env(safe-area-inset-bottom));background:#fffffff2;border-top:1px solid var(--line);backdrop-filter:blur(12px)}.mobile-contact a{border-radius:7px;background:var(--soft);font-size:13px;font-weight:700;min-height:46px;display:flex;align-items:center;justify-content:center;gap:15px}.mobile-contact a:last-child{background:var(--yellow)}.legal-body h1{font-size:29px}.legal-body{padding-top:35px}.legal-body p{font-size:14px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
.calculator-section{background:#f8f9f6;border-top:1px solid var(--line)}.calculator{display:grid;grid-template-columns:1.2fr 1fr;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.calculator-controls{padding:40px 46px}.income-class{border:0;margin:0 0 30px;padding:0;min-width:0}.income-class legend{font-size:14px;font-weight:600;margin-bottom:17px}.income-options{display:flex;background:var(--soft);padding:5px;border-radius:9px;gap:4px}.income-options label{flex:1;position:relative;cursor:pointer;min-width:0}.income-options input{position:absolute;opacity:0;width:1px;height:1px}.income-options span{display:block;text-align:center;padding:12px 7px;border-radius:6px;font-size:13px;color:var(--muted)}.income-options input:checked+span{background:var(--ink);color:#fff}.income-options input:focus-visible+span{outline:3px solid #b88900;outline-offset:3px}.range-control{margin-bottom:26px}.range-control label{display:flex;align-items:center;justify-content:space-between;font-size:14px;gap:15px}.range-control output{background:var(--soft);border:1px solid var(--line);border-radius:7px;font-size:18px;font-weight:700;width:48px;height:42px;display:grid;place-items:center}.range-control input{appearance:none;-webkit-appearance:none;width:100%;height:32px;margin:10px 0 0;background:transparent;cursor:pointer}.range-control input::-webkit-slider-runnable-track{height:5px;border-radius:8px;background:linear-gradient(to right,var(--yellow) var(--fill,65%),#e8eae3 var(--fill,65%))}.range-control input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border:5px solid var(--yellow);border-radius:50%;background:var(--ink);margin-top:-9.5px;box-shadow:0 1px 5px #0002}.range-control input::-moz-range-track{height:5px;border-radius:8px;background:#e8eae3}.range-control input::-moz-range-progress{height:5px;background:var(--yellow)}.range-control input::-moz-range-thumb{width:15px;height:15px;border:5px solid var(--yellow);border-radius:50%;background:var(--ink)}.range-control input:focus-visible{outline:2px solid #b88900;outline-offset:4px;border-radius:5px}.range-scale{display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.calc-formula{font-size:12px;color:var(--muted);margin:28px 0 0}.calculator-result{padding:42px;background:var(--ink);color:white;display:flex;flex-direction:column;justify-content:center}.calculator-result>.eyebrow{color:#c5c8bd;font-size:10px}.income-total{font-size:clamp(38px,4.5vw,62px);letter-spacing:-2px;font-weight:700;display:block;color:var(--yellow);margin:18px 0 4px;white-space:nowrap}.income-subtitle{font-size:12px;color:#bfc3b8;margin:0 0 23px}.income-comparison{border-top:1px solid #ffffff26;padding-top:14px;margin-bottom:23px}.income-comparison>div{display:flex;justify-content:space-between;gap:15px;font-size:12px;color:#aaaFA4;padding:9px 0}.income-comparison .selected{color:white}.income-comparison output{font-weight:600}.calculator-note{font-size:11px;line-height:1.8;color:var(--muted);max-width:900px;margin:20px 0 0}
@media(max-width:1100px){.desktop-nav{gap:16px;font-size:12px}.calculator-controls{padding:32px}.calculator-result{padding:32px}}@media(max-width:700px){.calculator{grid-template-columns:1fr}.calculator-controls{padding:25px}.calculator-result{padding:30px 25px}.income-total{font-size:52px}.income-options span{font-size:12px}.range-control label{font-size:13px}.calculator-note{font-size:10px}.calculator-section .section-heading>p br{display:none}}

/* ============================================================
   Avenue — visual refresh: glass, motion, grain, trust badge
   ============================================================ */
:root{--amber:#ffb648;--teal:#2b5c63}

/* Fine film-grain overlay for a premium dark-UI feel */
body{position:relative}
body:before{content:'';position:fixed;inset:0;z-index:999;pointer-events:none;opacity:.045;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}

/* Header turns to frosted glass once the page scrolls */
.header{transition:background .35s ease,box-shadow .35s ease,border-color .35s ease,backdrop-filter .35s ease}
.header.is-scrolled{background:#191b1bd9;backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);border-bottom-color:#ffffff14;box-shadow:0 16px 40px #00000045}

/* Aurora glow behind the hero copy */
.hero{position:relative;isolation:isolate;overflow:hidden}
.hero:before,.hero:after{content:'';position:absolute;z-index:0;border-radius:50%;filter:blur(90px);opacity:.4;pointer-events:none;animation:drift 20s ease-in-out infinite alternate}
.hero:before{width:520px;height:520px;background:radial-gradient(circle,#f8ce38,transparent 70%);top:-220px;right:-120px}
.hero:after{width:460px;height:460px;background:radial-gradient(circle,#2b5c63,transparent 70%);bottom:-260px;left:-140px;animation-delay:-9s}
.hero-grid,.hero-strip{position:relative;z-index:1}
@keyframes drift{from{transform:translate(0,0) scale(1)}to{transform:translate(30px,-24px) scale(1.08)}}

/* Gradient-accent headline (falls back to solid yellow) */
@supports ((background-clip:text) or (-webkit-background-clip:text)){
  h1>span{background:linear-gradient(95deg,#f8ce38,#ffe17a 45%,var(--amber));-webkit-background-clip:text;background-clip:text;color:transparent}
}

/* Award trust badge, links to the real certificate photo */
.award-badge{display:inline-flex;align-items:center;gap:13px;margin-top:24px;padding:8px 18px 8px 8px;border-radius:999px;background:linear-gradient(135deg,#ffffff14,#ffffff05);border:1px solid #ffffff26;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:#fff;text-align:left;transition:transform .25s,border-color .25s;max-width:100%}
.award-badge:hover{transform:translateY(-2px);border-color:#f8ce3870}
.award-badge img{width:38px;height:38px;border-radius:50%;display:block;object-fit:cover;background:#fff;flex-shrink:0}
.award-badge-text{display:flex;flex-direction:column;gap:2px;min-width:0}
.award-badge-text strong{font-size:12.5px;letter-spacing:.2px}
.award-badge-text small{font-size:11px;color:#c7c9c2;max-width:240px;line-height:1.5;display:block}
.award-badge-arrow{margin-left:2px;color:var(--yellow);font-size:16px;flex-shrink:0}

/* Infinite brand-name marquee */
.brand-strip{background:var(--ink);border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding-block:22px;overflow:hidden}
.brand-track{display:flex;width:max-content;animation:marquee 34s linear infinite}
.brand-strip:hover .brand-track{animation-play-state:paused}
.brand-list{display:flex;list-style:none;margin:0;padding:0;gap:52px}
.brand-list[aria-hidden]{margin-left:52px}
.brand-list li{color:#8d9089;font-size:14px;letter-spacing:.4px;white-space:nowrap}
@keyframes marquee{to{transform:translateX(-50%)}}

/* Scroll reveal — progressive enhancement, only active once JS confirms it can finish the job */
.has-js .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
.has-js .reveal.is-visible{opacity:1;transform:none}

/* Benefit cards get a bento-style lift */
.benefit-grid article{padding:26px;border-radius:14px;background:#fff;border:1px solid var(--line);transition:transform .3s,box-shadow .3s,border-color .3s}
.benefit-grid article:hover{transform:translateY(-5px);box-shadow:0 18px 40px #191b1b12;border-color:#d7dacf}
.benefit-icon{background:linear-gradient(135deg,#191b1b,#31342f);color:var(--yellow);border:0}

/* Car cards get a subtle light-sweep on hover */
.car-card{position:relative}
.car-card:after{content:'';position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,#ffffff30 45%,transparent 60%);transform:translateX(-120%);pointer-events:none}
.car-card:hover:after{transition:transform .8s ease;transform:translateX(120%)}

/* A gentle glow under the calculator's headline number */
.income-total{text-shadow:0 0 34px #f8ce3855}

@media(max-width:600px){.brand-list{gap:34px}.brand-list li{font-size:12px}.award-badge-text small{max-width:190px}}
@media(prefers-reduced-motion:reduce){.brand-list[aria-hidden]{display:none}}
