:root{
  --accent:#ff5a00;
  --accent-dark:#df4e00;
  --accent-soft:#fff4ed;
  --ink:#15171b;
  --muted:#6e737b;
  --line:#e7e8eb;
  --soft:#f8f9fa;
  --soft-warm:#fbfaf8;
  --section-y:50px;
  --container:1240px;
  --radius:16px;
  --shadow:0 18px 48px rgba(23,27,32,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}
body{margin:0;max-width:100%;overflow-x:hidden;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.container{width:min(var(--container),calc(100% - 64px));margin:0 auto}
.flash{width:min(var(--container),calc(100% - 64px));margin:18px auto 0;padding:12px 16px;border-radius:10px}.flash.success{background:#eff9f0;color:#216b2c}.flash.error{background:#fff0ef;color:#9a211b}

/* top bar + header */
.z-topbar{height:32px;background:#f5f5f3;border-bottom:1px solid #e9e9e7;font-size:13px;color:#34383e}
.z-topbar-inner{height:32px;display:flex;align-items:center;gap:22px;white-space:nowrap;min-width:0}
.z-topbar-inner a{font-weight:600}.z-topbar-spacer{margin-left:auto}
.z-header{background:#fff;border-bottom:1px solid #e9eaec;position:sticky;top:0;z-index:50}
.z-nav{height:70px;display:flex;align-items:center;gap:22px;min-width:0}
.z-brand{display:flex;align-items:center;min-width:150px;flex:0 0 auto}.z-brand img{width:142px;max-height:48px;object-fit:contain}
.z-desktop-nav{display:flex;align-items:center;gap:24px;margin-left:auto;font-size:14px;font-weight:650;min-width:0}
.z-desktop-nav a{padding:24px 0;white-space:nowrap}.z-desktop-nav span{font-size:13px;margin-left:3px;color:#71767d}
.z-nav-actions{display:flex;align-items:center;gap:12px;margin-left:8px;flex:0 0 auto}.z-cart{position:relative;font-size:22px;line-height:1}.z-cart span{position:absolute;right:-9px;top:-10px;background:var(--accent);color:#fff;font-size:13px;font-weight:800;min-width:18px;height:18px;display:grid;place-items:center;border-radius:50%;border:2px solid #fff}
.z-menu-toggle{display:none;border:0;background:transparent;font-size:23px;padding:6px}.z-mobile-nav{display:none}

/* shared */
.z-btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:46px;padding:0 23px;border-radius:7px;font-weight:750;font-size:14px;border:1px solid transparent;transition:.2s ease;white-space:nowrap}
.z-btn-primary{background:var(--accent);color:#fff;box-shadow:0 8px 20px rgba(255,90,0,.13)}.z-btn-primary:hover{background:var(--accent-dark);transform:translateY(-1px)}
.z-btn-outline{background:#fff;border-color:#cfd3d8}.z-btn-outline:hover{border-color:#9da4ad}.z-btn-soft{background:#fff;border-color:#ffb28a;color:var(--accent)}
.z-header-cta{min-height:42px;padding:0 21px}
.z-kicker{font-size:13px;font-weight:850;letter-spacing:.025em;color:var(--accent);text-transform:uppercase}
.z-section{padding:var(--section-y) 0}
.z-section-head{margin-bottom:34px}.z-section-head h2{font-size:36px;letter-spacing:-.035em;line-height:1.12;margin:9px 0 0}.z-center{text-align:center}
.z-row-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}.z-row-head>a{font-size:13px;font-weight:800;color:var(--accent)}

/* hero */
.z-hero{padding:48px 0 53px;background:linear-gradient(115deg,#fff 0,#fff 60%,#fcfcfb 100%);overflow:hidden}
.z-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center;min-height:410px}
.z-hero-copy{padding-left:2px}.z-hero h1{font-size:56px;line-height:1.03;letter-spacing:-.045em;margin:15px 0 20px;max-width:640px}.z-hero h1 span{color:var(--accent)}
.z-lead{font-size:17px;color:#555b63;max-width:620px;margin:0 0 28px;line-height:1.65}
.z-trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px;max-width:650px}
.z-trust-item{display:flex;align-items:flex-start;gap:8px;min-width:0}.z-trust-icon{width:25px;height:25px;border:2px solid var(--accent);border-radius:50%;display:grid;place-items:center;color:var(--accent);font-size:13px;font-weight:900;flex:0 0 auto}.z-trust-item b{display:block;font-size:13px;line-height:1.25}.z-trust-item small{display:block;font-size:13px;color:#5d636b;margin-top:3px;line-height:1.3}
.z-hero-actions{display:flex;align-items:center;gap:12px;margin:28px 0 0}.z-link-arrow{font-size:13px;font-weight:800;margin-left:10px}.z-link-arrow span{color:var(--accent);margin-left:8px}
.z-proof{display:flex;align-items:center;gap:15px;margin-top:28px}.z-proof-avatars{display:flex;padding-left:7px}.z-proof-avatars img{width:38px;height:38px;object-fit:cover;border-radius:50%;border:2px solid #fff;margin-left:-8px;box-shadow:0 1px 4px rgba(0,0,0,.12)}.z-proof-avatars img:first-child{margin-left:0}.z-proof-copy{font-size:14px;color:#555b63}.z-proof-copy strong{color:#1c1f24}.z-stars{color:#ff7c19;font-size:14px;letter-spacing:.11em;margin-top:2px}.z-stars span{color:#555b63;font-size:13px;letter-spacing:0;margin-left:8px}
.z-hero-media{display:flex;align-items:center;justify-content:center;min-width:0}.z-hero-media img{width:100%;max-width:590px;height:auto;object-fit:contain}

/* core service cards */
.z-core-section{background:#fff;border-top:1px solid #f2f2f2}
.z-core-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.z-core-card{border:1px solid var(--line);border-radius:12px;background:#fff;min-height:250px;padding:32px 34px 28px;display:grid;grid-template-columns:72px 1fr;column-gap:20px;align-items:start;box-shadow:0 1px 0 rgba(0,0,0,.01)}
.z-core-icon{width:68px;height:68px;display:grid;place-items:center}.z-core-icon svg{width:60px;height:60px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.z-orange-icon{color:var(--accent)}.z-dark-icon{color:#111}
.z-core-body h3{font-size:19px;letter-spacing:-.02em;margin:5px 0 9px}.z-core-body p{font-size:14px;color:#5f656d;line-height:1.65;margin:0}.z-core-card>.z-btn{grid-column:1/-1;justify-self:center;margin-top:24px;min-width:155px}

/* benefit band */
.z-benefits-band{background:#fbfbfa;border-top:1px solid #efefef;border-bottom:1px solid #efefef;padding:22px 0}
.z-benefits-grid{display:grid;grid-template-columns:repeat(6,1fr);align-items:center}
.z-benefits-grid>div{display:grid;grid-template-columns:28px 1fr;column-gap:7px;min-height:42px;padding:0 17px;border-right:1px solid #e6e7e8;align-items:center}.z-benefits-grid>div:last-child{border-right:0}.z-benefit-symbol{grid-row:1/3;width:25px;height:25px;border:1px solid #cdd1d6;border-radius:50%;display:grid;place-items:center;font-size:13px}.z-benefits-grid b{font-size:13px}.z-benefits-grid small{font-size:13px;color:#777d84;line-height:1.35}

/* products */
.z-products-section{background:#fff}
.z-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px 24px}
.z-product-card{border:1px solid var(--line);border-radius:12px;background:#fff;padding:22px 22px 20px;min-height:310px;display:flex;flex-direction:column;transition:.2s ease}.z-product-card:hover{box-shadow:0 14px 38px rgba(23,27,32,.07);transform:translateY(-2px)}
.z-product-image{height:150px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.z-product-image img{max-height:142px;max-width:92%;object-fit:contain}
.z-product-info h3{font-size:14px;line-height:1.45;margin:0 0 8px;min-height:40px}.z-product-rating{font-size:13px;color:#ff770f;letter-spacing:.08em}.z-product-rating span{color:#60666e;letter-spacing:0;margin-left:5px;font-size:13px}.z-product-foot{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px}.z-product-foot strong{font-size:17px}.z-product-foot button{border:1px solid #e0e2e5;width:34px;height:34px;border-radius:7px;background:#fff;cursor:pointer;font-size:14px}.z-product-foot button:hover{border-color:#ffb995;background:#fff8f4}

/* IT */
.z-it-section{background:#fafafa}
.z-it-grid{display:grid;grid-template-columns:.84fr 1.16fr;gap:54px;align-items:center}
.z-it-copy h2{font-size:35px;letter-spacing:-.035em;margin:8px 0 13px}.z-it-copy>p{font-size:14.5px;color:#61676f;line-height:1.7;max-width:520px}
.z-it-list{display:grid;grid-template-columns:1fr 1fr;gap:16px 30px;margin:27px 0 0}.z-it-list span{font-size:13.5px;font-weight:650;display:flex;align-items:center;gap:9px}.z-it-list i{font-style:normal;width:21px;height:21px;color:var(--accent);border:1px solid #ffc2a1;border-radius:6px;display:grid;place-items:center;font-size:13px}
.z-it-actions{margin-top:28px}.z-it-image{border-radius:11px;overflow:hidden;min-height:310px;background:#eee}.z-it-image img{width:100%;height:100%;min-height:310px;object-fit:cover}

/* reviews */
.z-reviews-section{background:#fff}.z-review-shell{position:relative}.z-review-carousel{position:relative}.z-review-track{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;overflow:hidden}
.z-review-card{border:1px solid var(--line);border-radius:12px;background:#fff;min-height:218px;padding:27px;display:flex;flex-direction:column}.z-review-stars{color:#ff8a00;font-size:14px;letter-spacing:.1em}.z-review-card p{font-size:14.5px;line-height:1.65;color:#34383e;margin:15px 0 20px;flex:1}.z-reviewer{display:flex;align-items:center;gap:10px}.z-reviewer img{width:34px;height:34px;border-radius:50%;object-fit:cover}.z-reviewer b{font-size:13px;display:block}.z-reviewer small{font-size:13px;color:#777d84;display:block;margin-top:2px}
.z-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border-radius:50%;border:1px solid #e0e2e5;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.05);font-size:25px;color:#333;cursor:pointer}.z-prev{left:-20px}.z-next{right:-20px}.z-carousel-dots{display:flex;justify-content:center;gap:9px;margin-top:25px}.z-carousel-dots span{width:7px;height:7px;background:#d7d9dc;border-radius:50%}.z-carousel-dots .active{background:var(--accent)}

/* FAQs */
.z-faq-section{background:#fbfbfa}.z-faq-container{max-width:1120px}.z-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 24px}.z-faq-grid details{background:#fff;border:1px solid #e3e5e8;border-radius:8px;padding:0 20px}.z-faq-grid summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px 0;font-size:13.5px;font-weight:750;cursor:pointer}.z-faq-grid summary::-webkit-details-marker{display:none}.z-faq-grid summary span{font-size:19px;font-weight:400}.z-faq-grid details>div{border-top:1px solid #f0f0f0;color:#646a72;font-size:13px;line-height:1.65;padding:16px 0 18px}

/* brands */
.z-brands-section{padding:44px 0 48px;background:#fff;border-top:1px solid #f0f0f0}.z-brand-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:32px;align-items:center;margin-top:24px}.z-brand-grid img{width:auto;max-width:145px;height:48px;max-height:48px;object-fit:contain;margin:auto;filter:none;opacity:1}

/* footer */
.z-footer{background:#fafafa;border-top:1px solid #e8e9ea;padding-top:48px;color:#31363d}.z-footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr 1.25fr;gap:52px;padding-bottom:38px}.z-footer-brand img{width:145px}.z-footer-brand p{font-size:13px;color:#686e76;line-height:1.7;max-width:280px}.z-footer h4{font-size:13px;text-transform:uppercase;margin:0 0 16px}.z-footer a{display:block;font-size:13px;color:#515860;margin:8px 0}.z-footer p{font-size:13px;margin:7px 0;color:#555c65}.z-socials{display:flex;gap:10px;margin-top:18px}.z-socials a{margin:0;width:34px;height:34px;border-radius:50%;background:#171a1f;color:#fff;display:grid;place-items:center;line-height:0;flex:0 0 34px}.z-socials a svg{width:14px;height:14px;display:block;fill:#fff}
.z-newsletter-row{border-top:1px solid #e6e7e8;display:grid;grid-template-columns:1fr 1.15fr auto;align-items:center;gap:35px;padding:28px 0}.z-newsletter-row strong{display:block;font-size:13px}.z-newsletter-row small{font-size:13px;color:#777d84}.z-newsletter-row form{display:flex}.z-newsletter-row input{height:42px;flex:1;min-width:0;border:1px solid #dfe2e5;border-radius:7px 0 0 7px;padding:0 13px;font-size:13px;background:#fff}.z-newsletter-row button{height:42px;border:0;background:var(--accent);color:#fff;border-radius:0 7px 7px 0;padding:0 24px;font-size:13px;font-weight:800}.z-payments{display:flex;align-items:center;gap:9px;font-size:13px}.z-payments b:nth-of-type(1){color:#1356aa}.z-payments b:last-child{color:#1268a8}.mc{width:19px;height:19px;border-radius:50%;display:inline-block;margin-right:-13px}.mc1{background:#ec0016}.mc2{background:#ff9b00;margin-right:0}
.z-footer-bottom{border-top:1px solid #e6e7e8}.z-footer-bottom>.container{min-height:54px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#737982}.z-footer-bottom>.container>div{display:flex;gap:24px}

/* Homepage polish v3.2: prevent horizontal overflow + tighten header/hero by ~15% */
.z-header,.z-topbar,.z-hero,.home-page,.z-review-shell,.z-review-carousel{max-width:100%;overflow-x:clip}
.z-nav>*{min-width:0}
@supports not (overflow:clip){.z-header,.z-topbar,.z-hero,.home-page,.z-review-shell,.z-review-carousel{overflow-x:hidden}}

/* Homepage polish v3.1: tighter section rhythm + stronger readability */
.home-page .z-core-section,.home-page .z-products-section,.home-page .z-it-section,.home-page .z-reviews-section,.home-page .z-faq-section{padding-top:50px;padding-bottom:50px}
.home-page .z-core-section{padding-top:48px}
.home-page .z-products-section{padding-top:48px;padding-bottom:50px}
.home-page .z-it-section{padding-top:50px;padding-bottom:50px}
.home-page .z-reviews-section{padding-top:48px;padding-bottom:48px}
.home-page .z-faq-section{padding-top:48px;padding-bottom:48px}
.z-brand-grid a,.z-brand-grid img{display:block}

/* internal pages retained */
.page-hero{padding:80px 0;background:#fafaf8;border-bottom:1px solid var(--line)}.page-hero h1{font-size:48px;margin:8px 0}.page-hero p{color:var(--muted)}
.section{padding:80px 0}.form-shell{max-width:940px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.form-grid label{display:flex;flex-direction:column;gap:8px;font-weight:700;font-size:14px}.form-grid input,.form-grid select,.form-grid textarea,.track-form input{border:1px solid #dcdcd8;border-radius:10px;padding:14px;background:#fff}.form-grid .full{grid-column:1/-1}.check-group{border:1px solid var(--line);padding:20px;border-radius:12px}.check-group .check{display:inline-flex;margin:10px 18px 0 0;font-weight:500}.narrow{max-width:780px}.track-form{display:flex;gap:12px}.track-form input{flex:1}.status-card,.success-panel{margin-top:35px;border:1px solid var(--line);padding:34px;border-radius:16px;background:#fff}.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;min-height:320px;display:flex;flex-direction:column}.product-image{height:155px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.product-image img{max-height:145px;object-fit:contain}.product-card h3{font-size:15px}.rating,.stars{color:#ff8a00}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.product-bottom button{width:38px;height:38px;border:1px solid var(--line);border-radius:9px;background:#fff}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.detail-image{background:#fafafa;border-radius:20px;padding:50px}.detail-price{font-size:32px;font-weight:800;color:var(--accent);margin:22px 0}.cart-list{border:1px solid var(--line);border-radius:16px;overflow:hidden}.cart-row{display:grid;grid-template-columns:1fr 90px 120px;padding:18px;border-bottom:1px solid var(--line);align-items:center}.cart-row input{padding:10px;border:1px solid var(--line)}.cart-total{text-align:right;font-size:22px;margin:24px 0}.empty{padding:22px;background:#fafafa;border-radius:12px}.checkout-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr);gap:32px;align-items:start}.form-shell h2{margin:10px 0 18px}.choice-list{display:grid;gap:10px;margin-bottom:28px}.choice-card{display:grid!important;grid-template-columns:22px 1fr auto!important;gap:12px!important;align-items:center;padding:15px 16px;border:1px solid #e3e5e7;border-radius:12px;background:#fff;cursor:pointer}.choice-card input{width:auto!important}.choice-card b{display:block}.choice-card small{display:block;color:#7e858d;margin-top:3px}.choice-card strong{white-space:nowrap}.checkout-note{padding:13px 15px;border-radius:12px;background:#fff8e8;border:1px solid #f0dfad;color:#71570f;font-size:13px}.order-summary{background:#fff;border:1px solid #e6e7e8;border-radius:16px;padding:22px;position:sticky;top:105px}.summary-product,.summary-total{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #eee}.summary-total{margin-top:8px;font-size:17px}.success-card{max-width:680px;margin:auto;text-align:center;background:#fff;border:1px solid #e7e8ea;border-radius:20px;padding:50px}.success-icon{width:58px;height:58px;border-radius:50%;background:#eef8f0;color:#298049;display:grid;place-items:center;margin:0 auto 18px;font-size:26px}

@media(max-width:1100px){
  .container{width:min(var(--container),calc(100% - 44px))}.z-topbar-inner span:nth-child(5),.z-topbar-inner span:nth-child(6){display:none}.z-desktop-nav{gap:20px;font-size:13px}.z-hero h1{font-size:48px}.z-trust-row{grid-template-columns:repeat(2,1fr);max-width:470px}.z-benefits-grid{grid-template-columns:repeat(3,1fr);row-gap:20px}.z-benefits-grid>div:nth-child(3){border-right:0}.z-product-grid{gap:20px}.z-carousel-arrow.z-prev{left:4px}.z-carousel-arrow.z-next{right:4px}
}
@media(max-width:900px){
  :root{--section-y:46px}.z-desktop-nav{display:none}.z-menu-toggle{display:block}.z-header-cta{display:none}.z-mobile-nav{display:none;padding:10px 28px 22px;border-top:1px solid #eee}.menu-open .z-mobile-nav{display:grid}.z-mobile-nav a{padding:11px 0;border-bottom:1px solid #f0f0f0;font-size:13px}.z-hero-grid,.z-it-grid{grid-template-columns:1fr}.z-hero-media{order:-1;display:none}.z-hero{padding:65px 0}.z-hero-copy{max-width:720px}.z-core-grid{grid-template-columns:1fr}.z-core-card{grid-template-columns:72px 1fr;min-height:auto}.z-product-grid{grid-template-columns:repeat(2,1fr)}.z-review-track{grid-template-columns:repeat(2,1fr)}.z-review-card:nth-child(n+3){display:none}.z-faq-grid{grid-template-columns:1fr}.z-brand-grid{grid-template-columns:repeat(4,1fr)}.z-footer-grid{grid-template-columns:1fr 1fr}.z-newsletter-row{grid-template-columns:1fr}.z-footer-bottom>.container{flex-direction:column;padding:18px 0;gap:12px}.z-footer-bottom>.container>div{flex-wrap:wrap;justify-content:center}.z-it-image{min-height:330px}.z-it-image img{min-height:330px}.shop-grid{grid-template-columns:repeat(2,1fr)}.checkout-grid{grid-template-columns:1fr}.order-summary{position:static}
}
@media(max-width:600px){
  :root{--section-y:42px}.container{width:calc(100% - 30px)}.z-topbar{display:none}.z-nav{height:68px}.z-brand{min-width:auto}.z-brand img{width:124px}.z-hero h1{font-size:40px}.z-lead{font-size:15px}.z-trust-row{grid-template-columns:1fr 1fr}.z-hero-actions{flex-wrap:wrap}.z-link-arrow{width:100%;margin:2px 0 0}.z-proof{align-items:flex-start}.z-core-card{grid-template-columns:56px 1fr;padding:26px 22px}.z-core-icon{width:52px;height:52px}.z-core-icon svg{width:50px;height:50px}.z-benefits-grid{grid-template-columns:1fr 1fr}.z-benefits-grid>div{border-right:0;border-bottom:1px solid #eee;padding:10px}.z-product-grid{grid-template-columns:1fr}.z-product-card{min-height:300px}.z-it-list{grid-template-columns:1fr}.z-review-track{grid-template-columns:1fr}.z-review-card:nth-child(n+2){display:none}.z-carousel-arrow{width:36px;height:36px}.z-brand-grid{grid-template-columns:repeat(2,1fr)}.z-footer-grid{grid-template-columns:1fr;gap:34px}.z-newsletter-row form{width:100%}.z-payments{flex-wrap:wrap}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.product-detail{grid-template-columns:1fr}.shop-grid{grid-template-columns:1fr}.page-hero h1{font-size:38px}.track-form{flex-direction:column}
}


/* Homepage polish v3.3: footer readability, review controls, repair process */
/* Keep the footer light and readable without turning it into a sitemap wall. */
.z-footer h4{font-size:13px;letter-spacing:.01em;margin-bottom:18px}
.z-footer a{font-size:14px;line-height:1.45;margin:9px 0;color:#40464e}
.z-footer p{font-size:13.5px;line-height:1.55;margin:8px 0;color:#4c535c}
.z-footer-brand p{font-size:14px;line-height:1.7;max-width:300px}
.z-footer-grid{gap:58px}
.z-socials a{font-size:13px}

/* Both carousel controls sit together at the upper-right of the testimonial area. */
.z-review-carousel{position:relative}
.z-carousel-arrow{
  top:-56px;
  transform:none;
  width:40px;
  height:40px;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  font-size:0;
  color:#23272d;
  border:1px solid #d9dde2;
  box-shadow:0 6px 18px rgba(20,24,30,.07);
}
.z-carousel-arrow::before{
  content:"";
  width:9px;
  height:9px;
  display:block;
  border-top:2px solid currentColor;
  border-right:2px solid currentColor;
}
.z-carousel-arrow.z-prev{left:auto;right:52px}
.z-carousel-arrow.z-next{left:auto;right:0}
.z-carousel-arrow.z-prev::before{transform:rotate(-135deg);margin-left:3px}
.z-carousel-arrow.z-next::before{transform:rotate(45deg);margin-right:3px}
.z-carousel-arrow:hover{border-color:var(--accent);color:var(--accent);background:#fffaf7}

/* Conversion section: a calm four-step explanation of the repair journey. */
.z-process-section{background:#fffaf7;border-top:1px solid #f4eee9;border-bottom:1px solid #f4eee9}
.z-process-head{max-width:720px;margin:0 auto 36px}
.z-process-head p{margin:12px auto 0;color:#646a72;font-size:15px;line-height:1.65}
.z-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;position:relative}
.z-process-card{position:relative;background:#fff;border:1px solid #ebe5e0;border-radius:14px;padding:27px 24px 25px;min-height:245px;box-shadow:0 8px 26px rgba(28,31,36,.035)}
.z-process-number{position:absolute;top:20px;right:20px;font-size:13px;font-weight:850;letter-spacing:.08em;color:#b7bbc0}
.z-process-icon{width:54px;height:54px;border-radius:13px;background:var(--accent-soft);display:grid;place-items:center;color:var(--accent);margin-bottom:20px}
.z-process-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.z-process-card h3{font-size:17px;letter-spacing:-.02em;margin:0 0 9px}
.z-process-card p{font-size:13.5px;line-height:1.65;color:#626870;margin:0}
.z-process-actions{display:flex;justify-content:center;gap:12px;margin-top:30px}

@media(max-width:900px){
  .z-process-grid{grid-template-columns:repeat(2,1fr)}
  .z-carousel-arrow{top:-52px}
}
@media(max-width:600px){
  .z-process-grid{grid-template-columns:1fr}
  .z-process-card{min-height:auto}
  .z-process-actions{flex-direction:column;align-items:stretch}
  .z-process-actions .z-btn{width:100%}
  .z-carousel-arrow{width:36px;height:36px;top:-48px}
  .z-carousel-arrow.z-prev{right:46px}
}

/* Homepage polish v3.4: stronger section headings, reliable review avatars and favicon update */
.z-heading-row{align-items:flex-end;margin-bottom:30px}
.z-heading-row>div:first-child{min-width:0}
.z-heading-row .z-kicker{margin-bottom:7px}
.z-heading-row h2{margin:0;font-size:27px;line-height:1.16;letter-spacing:-.025em;color:#171a1f;font-weight:820;text-transform:none}
.z-products-section .z-heading-row h2{font-size:29px}
.z-reviews-section .z-heading-row h2,.z-faq-section .z-heading-row h2{font-size:28px}
.z-brand-head{margin-bottom:28px}
.z-brand-head h2{margin-top:7px;font-size:27px;line-height:1.2;letter-spacing:-.02em}
.z-reviewer img{width:42px;height:42px;min-width:42px;border-radius:50%;object-fit:cover;background:#f3f4f6;border:1px solid #eceef1;display:block}
.z-reviewer b{font-size:13px}.z-reviewer small{font-size:13px}
@media(max-width:900px){.z-heading-row h2,.z-products-section .z-heading-row h2,.z-reviews-section .z-heading-row h2,.z-faq-section .z-heading-row h2,.z-brand-head h2{font-size:25px}}
@media(max-width:600px){.z-heading-row{align-items:flex-start;flex-direction:column;gap:10px}.z-heading-row h2,.z-products-section .z-heading-row h2,.z-reviews-section .z-heading-row h2,.z-faq-section .z-heading-row h2,.z-brand-head h2{font-size:23px}}


/* Homepage polish v3.4.1: force social icons to pure white inside dark circles */
.z-socials a,.z-socials a:visited{color:#fff!important}
.z-socials a svg,.z-socials a svg *{fill:#fff!important;stroke:#fff!important}
.z-socials a svg{width:14px;height:14px;display:block;overflow:visible}


/* Homepage polish v3.5: data-driven review carousel */
.z-carousel-dots[hidden],.z-carousel-arrow[hidden]{display:none!important}
.z-carousel-dots{display:flex;justify-content:center;align-items:center;gap:9px;margin-top:25px;min-height:12px}
.z-carousel-dot{appearance:none;-webkit-appearance:none;width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#d7d9dc;cursor:pointer;transition:transform .18s ease,background-color .18s ease;box-shadow:none}
.z-carousel-dot:hover{transform:scale(1.18);background:#bfc3c8}
.z-carousel-dot.active{background:var(--accent);transform:scale(1.08)}
.z-carousel-dot:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
.z-review-card{transition:opacity .2s ease}

/* =========================================================
   Laptop Repair Module v4.0
   ========================================================= */
.repair-page{background:#fff}.repair-hero{padding:70px 0 64px;background:linear-gradient(125deg,#fff 0,#fff 62%,#fff8f3 100%);border-bottom:1px solid #f0f0ee}.repair-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:68px;align-items:center}.repair-hero h1{font-size:58px;line-height:1.03;letter-spacing:-.045em;margin:15px 0 22px}.repair-hero h1 span{color:var(--accent)}.repair-hero p{font-size:17px;line-height:1.7;color:#575e66;max-width:650px;margin:0}.repair-hero-actions{display:flex;gap:12px;align-items:center;margin-top:30px;flex-wrap:wrap}.repair-confidence{display:flex;gap:22px;flex-wrap:wrap;margin-top:27px;font-size:13px;font-weight:700;color:#444b53}.repair-confidence span{display:flex;gap:7px;align-items:center}.repair-confidence span::first-letter{color:var(--accent)}.repair-hero-visual{min-width:0}.repair-device-card{position:relative;padding:22px 0 20px}.repair-device-card>img{width:100%;max-width:610px;margin-left:auto}.repair-float-card{position:absolute;right:1%;bottom:1%;background:#fff;border:1px solid #e6e7e9;border-radius:14px;box-shadow:0 18px 45px rgba(28,31,36,.12);padding:18px 20px;max-width:255px}.repair-float-card b,.repair-float-card small{display:block}.repair-float-card b{font-size:14px}.repair-float-card small{font-size:13px;line-height:1.5;color:#697079;margin-top:4px}
.repair-benefits{background:#fafafa;border-bottom:1px solid #ededed;padding:22px 0}.repair-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.repair-benefit-grid>div{padding:2px 24px;border-right:1px solid #e3e4e6}.repair-benefit-grid>div:first-child{padding-left:0}.repair-benefit-grid>div:last-child{border-right:0}.repair-benefit-grid b,.repair-benefit-grid span{display:block}.repair-benefit-grid b{font-size:13px}.repair-benefit-grid span{font-size:13px;color:#747a82;margin-top:3px}
.repair-booking-section{padding:78px 0;background:#fff}.repair-section-intro{max-width:780px;margin-bottom:34px}.repair-section-intro h2{font-size:39px;line-height:1.1;letter-spacing:-.035em;margin:8px 0 11px}.repair-section-intro>p{font-size:15px;line-height:1.7;color:#646b73}.repair-error{padding:15px 18px;background:#fff2ef;border:1px solid #ffd3c6;color:#9a351c;border-radius:12px;margin-bottom:22px}.repair-error p{margin:4px 0}.repair-wizard-shell{border:1px solid #e5e6e8;border-radius:20px;background:#fff;box-shadow:0 20px 60px rgba(22,26,31,.06);overflow:hidden}.repair-stepper{display:grid;grid-template-columns:repeat(5,1fr);background:#fafafa;border-bottom:1px solid #e9eaec;padding:0 32px}.repair-step{height:84px;display:flex;align-items:center;justify-content:center;gap:10px;color:#949aa2;position:relative}.repair-step::after{content:"";position:absolute;bottom:-1px;left:10%;right:10%;height:3px;background:transparent}.repair-step.active{color:#1c2025}.repair-step.active::after,.repair-step.done::after{background:var(--accent)}.repair-step span{width:28px;height:28px;border-radius:50%;border:1px solid #d8dade;display:grid;place-items:center;font-size:13px;font-weight:850;background:#fff}.repair-step.active span,.repair-step.done span{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.repair-step b{font-size:13px}.repair-wizard-form{min-height:610px}.repair-panel{display:none;padding:42px 44px 34px}.repair-panel.active{display:block}.repair-panel-head{display:flex;justify-content:space-between;margin-bottom:28px}.repair-panel-head span{font-size:13px;color:var(--accent);font-weight:850;letter-spacing:.08em}.repair-panel-head h3{font-size:28px;letter-spacing:-.03em;margin:6px 0 7px}.repair-panel-head p{font-size:13.5px;color:#737982;margin:0;line-height:1.6}.repair-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.repair-service-card{border:1px solid #e1e3e6;border-radius:14px;background:#fff;text-align:left;padding:21px;min-height:194px;display:flex;flex-direction:column;cursor:pointer;color:#252a30;transition:.18s}.repair-service-card:hover{border-color:#ffb48d;box-shadow:0 10px 25px rgba(20,25,30,.06);transform:translateY(-1px)}.repair-service-card.selected{border:2px solid var(--accent);padding:20px;background:#fffaf7;box-shadow:0 0 0 3px rgba(255,90,0,.07)}.repair-service-icon{width:38px;height:38px;border-radius:10px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;font-size:18px;margin-bottom:13px}.repair-service-card b{font-size:14px}.repair-service-card small{font-size:13px;line-height:1.5;color:#737982;margin:5px 0 11px;flex:1}.repair-service-card em{font-style:normal;font-size:13px;font-weight:800;color:var(--accent)}.repair-step-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:34px;padding-top:25px;border-top:1px solid #eee}.repair-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:21px 24px}.repair-form-grid label{display:grid;gap:8px}.repair-form-grid label>span{font-size:13px;font-weight:800;color:#444b53}.repair-form-grid label>span small{font-weight:500;color:#8b929a}.repair-form-grid input,.repair-form-grid select,.repair-form-grid textarea,.quote-response textarea{width:100%;border:1px solid #dcdfe2;border-radius:10px;padding:13px 14px;background:#fff;color:#22282e;outline:none}.repair-form-grid input:focus,.repair-form-grid select:focus,.repair-form-grid textarea:focus,.quote-response textarea:focus{border-color:#ff9d68;box-shadow:0 0 0 3px rgba(255,90,0,.08)}.repair-form-grid .full{grid-column:1/-1}.repair-upload{border:1px dashed #d8dade;border-radius:12px;padding:18px}.repair-upload input{border:0;padding:0}.repair-upload>small{font-size:13px;color:#858b92}.repair-handover-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.repair-choice-card{position:relative;border:1px solid #dfe1e4;border-radius:14px;padding:23px;min-height:205px;cursor:pointer;display:flex;flex-direction:column}.repair-choice-card input{position:absolute;right:16px;top:16px;accent-color:var(--accent)}.choice-icon{width:42px;height:42px;border-radius:11px;background:#f5f6f7;display:grid;place-items:center;font-size:19px;margin-bottom:15px}.repair-choice-card b{font-size:15px}.repair-choice-card small{font-size:13px;color:#747b83;line-height:1.55;margin-top:6px;flex:1}.repair-choice-card em{font-style:normal;font-size:13px;color:var(--accent);font-weight:800;margin-top:13px}.repair-choice-card:has(input:checked){border:2px solid var(--accent);padding:22px;background:#fffaf7}.repair-address-fields{margin-top:24px;padding-top:24px;border-top:1px solid #eee}.repair-privacy-note{display:flex;align-items:center;gap:12px;background:#f7f8f8;border-radius:12px;padding:16px 18px;margin-top:25px}.repair-privacy-note b{font-size:13px}.repair-privacy-note span{font-size:13px;color:#737982}.repair-review-layout{display:grid;grid-template-columns:1fr 360px;gap:30px}.repair-summary{border:1px solid #e2e4e6;border-radius:13px;overflow:hidden}.repair-summary-row{display:grid;grid-template-columns:155px 1fr;gap:20px;padding:16px 19px;border-bottom:1px solid #edf0f1}.repair-summary-row:last-child{border-bottom:0}.repair-summary-row span{font-size:13px;color:#828990;text-transform:uppercase;letter-spacing:.05em;font-weight:800}.repair-summary-row b{font-size:13px}.repair-price-policy{background:#1f2328;color:#fff;border-radius:14px;padding:26px}.repair-price-policy>span{font-size:13px;color:#ffad7e;font-weight:850;letter-spacing:.1em}.repair-price-policy h4{font-size:23px;line-height:1.15;margin:7px 0 10px}.repair-price-policy p{font-size:13px;line-height:1.6;color:#c3c8ce}.repair-price-policy ul{padding:0;list-style:none;margin:18px 0 0}.repair-price-policy li{font-size:13px;margin:9px 0;padding-left:18px;position:relative}.repair-price-policy li::before{content:"✓";position:absolute;left:0;color:#ff965b}.repair-consent{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:#60676f;margin-top:20px}.repair-consent input{margin-top:3px;accent-color:var(--accent)}
.repair-process-section{padding:72px 0;background:#fafafa;border-top:1px solid #eee}.repair-process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:38px}.repair-process-grid>div{background:#fff;border:1px solid #e6e7e9;border-radius:13px;padding:24px;min-height:170px}.repair-process-grid span{font-size:13px;color:var(--accent);font-weight:850}.repair-process-grid b{display:block;font-size:16px;margin:10px 0 6px}.repair-process-grid p{font-size:13px;color:#757c84;line-height:1.55;margin:0}.repair-pricing-section{padding:70px 0}.repair-pricing-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.repair-pricing-grid h2{font-size:36px;line-height:1.1;letter-spacing:-.035em;margin:8px 0 13px}.repair-pricing-grid p{font-size:14px;color:#687078;line-height:1.7}.repair-pricing-card{display:grid;grid-template-columns:1fr 1fr;gap:17px}.repair-pricing-card>div{border:1px solid #e3e5e7;border-radius:14px;padding:27px}.repair-pricing-card span,.repair-pricing-card b,.repair-pricing-card small{display:block}.repair-pricing-card span{font-size:13px;color:var(--accent);font-weight:850;text-transform:uppercase}.repair-pricing-card b{font-size:17px;margin:8px 0}.repair-pricing-card small{font-size:13px;color:#7a8189;line-height:1.55}
/* confirmation */
.repair-confirmation{padding:80px 0 90px;background:linear-gradient(#fff,#fafafa)}.repair-confirmation-card{max-width:830px;margin:0 auto;text-align:center;border:1px solid #e3e5e7;border-radius:22px;background:#fff;padding:48px;box-shadow:0 24px 70px rgba(20,24,30,.07)}.confirm-check{width:62px;height:62px;border-radius:50%;background:#eaf8ee;color:#208247;display:grid;place-items:center;font-size:28px;margin:0 auto 18px}.repair-confirmation-card h1{font-size:39px;line-height:1.1;letter-spacing:-.035em;margin:9px 0 13px}.repair-confirmation-card>p{color:#686f77}.confirm-ref{margin:28px auto;background:#fafafa;border:1px dashed #cfd3d7;border-radius:14px;padding:20px;max-width:540px}.confirm-ref span,.confirm-ref strong,.confirm-ref small{display:block}.confirm-ref span{font-size:13px;color:#7c838a;text-transform:uppercase;font-weight:800}.confirm-ref strong{font-size:27px;letter-spacing:.04em;margin:5px 0}.confirm-ref small{font-size:13px;color:#7c838a}.confirm-next{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:28px;text-align:left}.confirm-next>div{border:1px solid #e7e8ea;border-radius:11px;padding:18px}.confirm-next b{display:block;font-size:13px}.confirm-next span{display:block;font-size:13px;color:#7a8188;line-height:1.5;margin-top:4px}.repair-confirmation-card .repair-hero-actions{justify-content:center}
/* tracking */
.repair-track-hero{padding:62px 0 54px;background:#fafafa;border-bottom:1px solid #eceeef}.repair-track-hero h1{font-size:44px;letter-spacing:-.04em;margin:8px 0}.repair-track-hero p{color:#6c737b}.repair-track-form{display:flex;gap:10px;max-width:650px;margin-top:24px}.repair-track-form input{flex:1;border:1px solid #d9dcdf;border-radius:9px;padding:0 16px;min-height:46px}.repair-track-body{padding:58px 0 72px}.repair-not-found{max-width:650px;padding:24px;border:1px solid #ecd7d2;background:#fff7f5;border-radius:13px}.repair-not-found p{margin-bottom:0;color:#737981}.repair-track-overview{display:flex;justify-content:space-between;gap:30px;align-items:flex-start;border-bottom:1px solid #eceeef;padding-bottom:28px;margin-bottom:28px}.repair-track-overview h2{font-size:34px;margin:7px 0 4px}.repair-track-overview p{margin:0;color:#6d747c}.repair-ref-box{text-align:right}.repair-ref-box span,.repair-ref-box b,.repair-ref-box small{display:block}.repair-ref-box span{font-size:13px;color:#828990;text-transform:uppercase;font-weight:800}.repair-ref-box b{font-size:18px;margin:4px 0}.repair-ref-box small{font-size:13px;color:#7d848b}.repair-track-grid{display:grid;grid-template-columns:1fr 310px;gap:28px}.repair-timeline-card{border:1px solid #e3e5e7;border-radius:15px;padding:27px}.repair-timeline-card h3{margin:0 0 24px}.repair-timeline{position:relative}.timeline-row{display:grid;grid-template-columns:20px 1fr;gap:13px;position:relative;padding-bottom:26px}.timeline-row:not(:last-child)::before{content:"";position:absolute;left:6px;top:13px;bottom:-2px;width:1px;background:#dfe2e4}.timeline-dot{width:13px;height:13px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px #fff2ea;margin-top:3px;z-index:1}.timeline-row b{font-size:13px}.timeline-row p{font-size:13px;color:#666d75;margin:4px 0;line-height:1.55}.timeline-row small{font-size:13px;color:#969ca3}.repair-track-side{display:grid;gap:14px}.repair-side-card{border:1px solid #e3e5e7;border-radius:13px;padding:19px}.repair-side-card span{font-size:13px;color:#888f96;font-weight:850;letter-spacing:.08em}.repair-side-card b{display:block;font-size:14px;margin:5px 0}.repair-side-card small{font-size:13px;color:#818890}.repair-side-card p{font-size:13px;line-height:1.55;color:#666e76}.repair-quote-callout{margin-top:28px;padding:25px 28px;border-radius:15px;background:#1f2328;color:#fff;display:flex;justify-content:space-between;gap:20px;align-items:center}.repair-quote-callout h3{font-size:23px;margin:6px 0}.repair-quote-callout p{margin:0;color:#c1c6cc;font-size:13px}.repair-quote-callout>div:last-child{text-align:right}.repair-quote-callout strong{font-size:28px;display:block;margin-bottom:9px}
/* public quote */
.repair-quote-hero{padding:58px 0 45px;background:#fafafa;border-bottom:1px solid #eceeef}.repair-quote-hero h1{font-size:42px;letter-spacing:-.04em;margin:7px 0}.repair-quote-hero p{color:#707780}.repair-quote-body{padding:55px 0 75px}.repair-public-quote-grid{display:grid;grid-template-columns:1fr 330px;gap:28px;align-items:start}.repair-public-quote,.repair-public-side{border:1px solid #e2e4e6;border-radius:16px;background:#fff;padding:28px}.quote-status-row{display:flex;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid #eee;padding-bottom:18px;margin-bottom:24px;font-size:13px;color:#858c93}.quote-status{padding:6px 9px;border-radius:999px;background:#f3f4f5;color:#555d65;font-weight:800;text-transform:uppercase}.quote-status.sent{background:#fff3e9;color:#b24f13}.quote-status.approved{background:#edf9f0;color:#257b42}.quote-status.declined{background:#fff0f0;color:#9a3535}.repair-public-quote h2{font-size:27px;margin:0 0 23px}.quote-copy{margin:20px 0}.quote-copy span{display:block;font-size:13px;color:#868d94;text-transform:uppercase;font-weight:800;margin-bottom:6px}.quote-copy p{font-size:13px;line-height:1.65;color:#4f565f;margin:0}.quote-totals{border-top:1px solid #eee;margin-top:25px;padding-top:15px}.quote-totals>div{display:flex;justify-content:space-between;padding:7px 0;font-size:13px}.quote-totals .grand{border-top:1px solid #ddd;margin-top:8px;padding-top:16px;font-size:16px}.quote-totals .grand b{font-size:22px}.quote-note{background:#fafafa;border-radius:11px;padding:17px;margin-top:20px}.quote-note b{font-size:13px}.quote-note p{font-size:13px;color:#666d74;margin-bottom:0}.repair-public-side{position:sticky;top:125px}.repair-public-side>div:not(.quote-result){border-bottom:1px solid #eee;padding:0 0 16px;margin-bottom:16px}.repair-public-side span{display:block;font-size:13px;color:#848b92;text-transform:uppercase;font-weight:800}.repair-public-side b{display:block;font-size:14px;margin-top:4px}.quote-response{display:grid;gap:10px;margin-top:22px}.quote-response label{display:grid;gap:7px;font-size:13px;font-weight:800}.quote-result{margin-top:20px;padding:15px;border-radius:10px;font-size:13px;font-weight:700}.quote-result.approved{background:#eaf8ee;color:#217c3e}.quote-result.declined{background:#fff0f0;color:#933636}
@media(max-width:1000px){.repair-hero-grid,.repair-pricing-grid{grid-template-columns:1fr}.repair-hero-visual{display:none}.repair-service-grid{grid-template-columns:repeat(2,1fr)}.repair-review-layout{grid-template-columns:1fr}.repair-handover-grid{grid-template-columns:1fr}.repair-process-grid{grid-template-columns:repeat(3,1fr)}.repair-track-grid,.repair-public-quote-grid{grid-template-columns:1fr}.repair-public-side{position:static}.repair-benefit-grid{grid-template-columns:repeat(2,1fr);row-gap:20px}.repair-benefit-grid>div:nth-child(2){border-right:0}.repair-pricing-card{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.repair-hero{padding:48px 0}.repair-hero h1{font-size:42px}.repair-booking-section{padding:52px 0}.repair-stepper{padding:0 10px}.repair-step{height:68px}.repair-step b{display:none}.repair-panel{padding:28px 20px}.repair-service-grid,.repair-form-grid,.repair-pricing-card,.confirm-next{grid-template-columns:1fr}.repair-form-grid .full{grid-column:auto}.repair-service-card{min-height:170px}.repair-process-grid{grid-template-columns:1fr}.repair-benefit-grid{grid-template-columns:1fr}.repair-benefit-grid>div{border-right:0;border-bottom:1px solid #e6e7e9;padding:12px 0}.repair-benefit-grid>div:last-child{border-bottom:0}.repair-summary-row{grid-template-columns:1fr;gap:4px}.repair-section-intro h2{font-size:32px}.repair-track-overview{flex-direction:column}.repair-ref-box{text-align:left}.repair-track-form{flex-direction:column}.repair-quote-callout{flex-direction:column;align-items:flex-start}.repair-quote-callout>div:last-child{text-align:left}.repair-confirmation-card{padding:30px 20px}.repair-confirmation-card h1{font-size:31px}}


/* =========================================================
   Laptop Repair UX polish v4.1 - Step 1 + tighter rhythm
   ========================================================= */
.repair-hero{padding:44px 0 48px}
.repair-hero-grid{gap:52px}
.repair-booking-section{padding:50px 0}
.repair-process-section{padding:50px 0}
.repair-pricing-section{padding:50px 0}
.repair-benefits{padding:18px 0}
.repair-section-intro{margin-bottom:26px}
.repair-wizard-form{min-height:0}
.repair-stepper{padding:0 28px}
.repair-step{height:72px}
.repair-panel{padding:36px 38px 30px}
.repair-panel-head{margin-bottom:24px}

.repair-panel-head-friendly{align-items:center;gap:24px}
.repair-panel-head-friendly>div:first-child{max-width:760px}
.repair-step-count{min-width:92px;padding:10px 13px;border:1px solid #e5e7ea;border-radius:11px;background:#fafafa;text-align:center}
.repair-step-count b,.repair-step-count small{display:block}.repair-step-count b{font-size:21px;line-height:1;color:#22272d}.repair-step-count small{font-size:13px;color:#7b828a;margin-top:4px}
.repair-step-one-help{display:grid;grid-template-columns:42px 1fr auto;gap:14px;align-items:center;background:#fff8f3;border:1px solid #ffe0cd;border-radius:13px;padding:14px 16px;margin-bottom:20px}
.repair-help-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--accent);border:1px solid #ffc9a9;font-size:16px;font-weight:850}
.repair-step-one-help b,.repair-step-one-help span{display:block}.repair-step-one-help b{font-size:13.5px}.repair-step-one-help>div:nth-child(2)>span{font-size:13px;color:#687078;line-height:1.5;margin-top:2px}.repair-step-one-help button{border:0;background:transparent;color:var(--accent);font-size:13px;font-weight:850;cursor:pointer;padding:8px 4px;white-space:nowrap}
.repair-service-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}
.repair-service-search{width:min(560px,100%);height:46px;border:1px solid #dfe2e5;border-radius:10px;background:#fff;display:flex;align-items:center;gap:9px;padding:0 14px;box-shadow:0 2px 8px rgba(20,25,30,.02)}
.repair-service-search>span{font-size:22px;line-height:1;color:#737a82;transform:rotate(-15deg)}
.repair-service-search input{width:100%;border:0;outline:0;background:transparent;font-size:13px;color:#252a30}
.repair-service-search input::placeholder{color:#9a9fa5}
.repair-price-key{display:flex;gap:15px;align-items:center;flex-wrap:wrap;font-size:13px;color:#697079;white-space:nowrap}.repair-price-key span{display:flex;align-items:center;gap:6px}.repair-price-key i{width:8px;height:8px;border-radius:50%;display:block}.repair-price-key i.fixed{background:#31a35a}.repair-price-key i.diagnostic{background:var(--accent)}
.repair-service-groups{display:grid;gap:28px}
.repair-service-group[hidden]{display:none!important}
.repair-service-group-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:14px;padding-bottom:11px;border-bottom:1px solid #eee}
.repair-service-group-head h4{font-size:16.5px;letter-spacing:-.015em;margin:0}.repair-service-group-head p{font-size:13px;color:#7a8189;margin:3px 0 0}.repair-service-group-head>span{font-size:13px;font-weight:750;color:#8a9097;white-space:nowrap}
.repair-service-grid{grid-template-columns:repeat(4,1fr);gap:15px}
.repair-service-card{position:relative;min-height:182px;padding:18px 18px 16px;border-radius:13px;overflow:hidden}
.repair-service-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(20,25,30,.065)}
.repair-service-card.selected{padding:17px;border-width:2px;background:#fffaf7;box-shadow:0 0 0 3px rgba(255,90,0,.07),0 12px 28px rgba(20,25,30,.05)}
.repair-service-card[hidden]{display:none!important}
.repair-card-check{position:absolute;right:13px;top:13px;width:23px;height:23px;border-radius:50%;background:#fff;border:1px solid #dadddf;color:transparent;display:grid;place-items:center;font-size:13px;font-weight:900;transition:.18s}
.repair-service-card.selected .repair-card-check{background:var(--accent);border-color:var(--accent);color:#fff}
.repair-service-icon{width:43px;height:43px;border-radius:11px;margin-bottom:12px}
.repair-service-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.repair-card-copy{display:flex;flex-direction:column;flex:1;padding-right:12px}.repair-card-copy b{font-size:13.5px;line-height:1.35}.repair-card-copy small{font-size:13px;line-height:1.45;color:#727980;margin-top:5px}
.repair-card-price{display:block;margin-top:13px;padding-top:11px;border-top:1px solid #f0f0f0}.repair-card-price small,.repair-card-price strong{display:block}.repair-card-price small{font-size:13px;letter-spacing:.06em;font-weight:850;color:#959ba2}.repair-card-price strong{font-size:13px;color:#2d8a4d;margin-top:3px}.diagnostic-card .repair-card-price strong{color:var(--accent)}
.repair-service-group.diagnostic{padding:19px;border:1px solid #f0e6df;border-radius:15px;background:#fffcfa}.repair-service-group.diagnostic .repair-service-group-head{border-bottom-color:#f0e6df}
.repair-no-results{padding:28px;border:1px dashed #d8dce0;border-radius:12px;text-align:center;background:#fafafa}.repair-no-results b,.repair-no-results span{display:block}.repair-no-results b{font-size:14px}.repair-no-results span{font-size:13px;color:#7b828a;margin-top:4px}
.repair-inline-alert{margin-top:18px;padding:11px 14px;border-radius:9px;background:#fff2ef;border:1px solid #ffd3c6;color:#9a351c;font-size:13px;font-weight:700}
.repair-step-one-actions{position:sticky;bottom:0;z-index:6;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);margin:28px -38px -30px;padding:15px 38px 17px;border-top:1px solid #e8eaec;box-shadow:0 -10px 25px rgba(20,25,30,.04)}
.repair-step-one-actions .z-btn[disabled]{opacity:.42;cursor:not-allowed;box-shadow:none;transform:none}
.repair-selected-service{display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center}.repair-selected-service>span{grid-row:1/3;font-size:13px;letter-spacing:.08em;font-weight:850;color:var(--accent);writing-mode:vertical-rl;transform:rotate(180deg)}.repair-selected-service b{font-size:13px}.repair-selected-service small{font-size:13px;color:#777e86;margin-top:2px}

@media(max-width:1100px){.repair-service-grid{grid-template-columns:repeat(3,1fr)}.repair-service-toolbar{align-items:flex-start;flex-direction:column}.repair-price-key{white-space:normal}}
@media(max-width:800px){.repair-hero{padding:38px 0 42px}.repair-booking-section,.repair-process-section,.repair-pricing-section{padding:46px 0}.repair-service-grid{grid-template-columns:repeat(2,1fr)}.repair-panel-head-friendly{align-items:flex-start}.repair-step-count{display:none}.repair-step-one-help{grid-template-columns:38px 1fr}.repair-step-one-help button{grid-column:2;text-align:left;padding:2px 0}.repair-step-one-actions{margin-left:-28px;margin-right:-28px;margin-bottom:-28px;padding-left:28px;padding-right:28px}}
@media(max-width:600px){.repair-hero{padding:32px 0 36px}.repair-booking-section,.repair-process-section,.repair-pricing-section{padding:42px 0}.repair-panel{padding:26px 18px}.repair-stepper{padding:0 6px}.repair-service-grid{grid-template-columns:1fr}.repair-service-card{min-height:160px}.repair-service-group.diagnostic{padding:13px}.repair-service-group-head{align-items:flex-start;flex-direction:column;gap:4px}.repair-step-one-actions{margin-left:-18px;margin-right:-18px;margin-bottom:-26px;padding:13px 18px 15px;align-items:stretch;flex-direction:column}.repair-selected-service{width:100%}.repair-step-one-actions .z-btn{width:100%}.repair-price-key{gap:10px}.repair-panel-head h3{font-size:25px}}


/* Laptop Repair UX v4.2 — fast enquiry-first Step 1 */
.repair-hero{padding:22px 0 34px}
.repair-device-card{padding:4px 0 8px}
.repair-booking-section{padding:46px 0 48px}
.repair-section-intro{margin-bottom:24px}
.repair-step-one-fast{padding-top:30px}
.repair-step-one-fast .repair-panel-head{margin-bottom:22px}
.repair-fast-badge{min-width:92px;padding:10px 12px;border:1px solid #e4e6e9;border-radius:12px;background:#fafafa;text-align:center}
.repair-fast-badge b,.repair-fast-badge small{display:block}.repair-fast-badge b{font-size:18px;color:var(--accent);line-height:1}.repair-fast-badge small{font-size:13px;color:#7c838b;margin-top:4px}
.repair-fast-layout{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:30px;align-items:start}
.repair-fast-main{min-width:0}.repair-fast-label{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:13px}.repair-fast-label b{font-size:14px}.repair-fast-label span{font-size:13px;color:#7f858c}
.repair-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.repair-quick-card{position:relative;min-height:94px;border:1px solid #dfe2e5;border-radius:13px;background:#fff;padding:14px 38px 14px 14px;display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:center;text-align:left;cursor:pointer;color:#252a30;transition:.18s}
.repair-quick-card:hover{border-color:#ffb58d;box-shadow:0 8px 22px rgba(20,25,30,.055)}.repair-quick-card.selected{border:2px solid var(--accent);padding:13px 37px 13px 13px;background:#fffaf7;box-shadow:0 0 0 3px rgba(255,90,0,.06)}
.repair-quick-card .repair-service-icon{width:38px;height:38px;margin:0}.repair-quick-copy b,.repair-quick-copy small{display:block}.repair-quick-copy b{font-size:13px;line-height:1.3}.repair-quick-copy small{font-size:13px;color:#747b83;margin-top:4px}.repair-quick-card.diagnostic-card .repair-quick-copy small{color:var(--accent)}
.repair-or{display:flex;align-items:center;gap:12px;margin:17px 0}.repair-or::before,.repair-or::after{content:"";height:1px;background:#eceef0;flex:1}.repair-or span{font-size:13px;font-weight:800;color:#9a9fa5;text-transform:uppercase}
.repair-own-words{display:block;border:1px solid #dfe2e5;border-radius:13px;padding:15px;background:#fff}.repair-own-words>span{display:flex;justify-content:space-between;gap:14px;margin-bottom:10px}.repair-own-words>span b{font-size:13px}.repair-own-words>span small{font-size:13px;color:#858b92;font-weight:500}.repair-own-words textarea{width:100%;resize:vertical;min-height:76px;border:0;background:#f8f9fa;border-radius:9px;padding:12px 13px;outline:none;font-size:13px;line-height:1.5;color:#252a30}.repair-own-words textarea:focus{box-shadow:0 0 0 2px rgba(255,90,0,.12);background:#fff}.repair-own-words em{display:block;font-style:normal;font-size:13px;color:#858b92;margin-top:8px}
.repair-fast-side{border:1px solid #ece3dd;background:#fffaf7;border-radius:14px;padding:22px;position:sticky;top:115px}.repair-fast-side-icon{width:36px;height:36px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:15px;font-weight:900}.repair-fast-side h4{font-size:17px;line-height:1.25;margin:14px 0 7px}.repair-fast-side p{font-size:13px;line-height:1.6;color:#6d747c;margin:0}.repair-fast-side ul{list-style:none;padding:0;margin:16px 0 0}.repair-fast-side li{font-size:13px;font-weight:700;color:#4e555d;margin:9px 0;padding-left:18px;position:relative}.repair-fast-side li::before{content:"✓";position:absolute;left:0;color:var(--accent)}
.repair-more-wrap{margin-top:13px}.repair-more-toggle{border:0;background:transparent;padding:7px 0;color:#555c64;font-size:13px;font-weight:800;cursor:pointer}.repair-more-toggle span{color:var(--accent);margin-left:5px}.repair-more-panel{padding-top:12px}.repair-more-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.repair-more-card{position:relative;border:1px solid #e3e5e8;border-radius:10px;background:#fff;padding:11px 34px 11px 11px;display:grid;grid-template-columns:30px 1fr;gap:9px;align-items:center;text-align:left;cursor:pointer;min-height:72px}.repair-more-card.selected{border:2px solid var(--accent);padding:10px 33px 10px 10px;background:#fffaf7}.repair-more-card .repair-service-icon{width:30px;height:30px;margin:0;border-radius:8px}.repair-more-card .repair-service-icon svg{width:17px;height:17px}.repair-more-card b,.repair-more-card small{display:block}.repair-more-card b{font-size:13px;line-height:1.3}.repair-more-card small{font-size:13px;color:#80868d;margin-top:3px}.repair-more-card.diagnostic-card small{color:var(--accent)}
.repair-step-one-fast .repair-step-one-actions{margin-top:20px}.repair-step-one-fast .repair-selected-service>span{writing-mode:initial;transform:none;grid-row:auto;font-size:13px}.repair-step-one-fast .repair-selected-service{grid-template-columns:1fr;gap:1px}.repair-step-one-fast .repair-selected-service b{font-size:13px}.repair-step-one-fast .repair-selected-service small{font-size:13px}
@media(max-width:1000px){.repair-fast-layout{grid-template-columns:1fr}.repair-fast-side{display:none}.repair-quick-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.repair-hero{padding:18px 0 28px}.repair-booking-section{padding:42px 0}.repair-quick-grid,.repair-more-grid{grid-template-columns:repeat(2,1fr)}.repair-own-words>span{display:block}.repair-own-words>span small{display:block;margin-top:2px}}
@media(max-width:520px){.repair-quick-grid,.repair-more-grid{grid-template-columns:1fr}.repair-quick-card{min-height:82px}.repair-step-one-fast{padding-top:24px}.repair-fast-badge{display:none}}

/* =========================================================
   Laptop Repair UX v4.3 — minimal, professional, UK-friendly
   ========================================================= */
.repair-page-v43 .repair-hero{padding:10px 0 24px}
.repair-page-v43 .repair-hero-grid{align-items:start;gap:46px}
.repair-page-v43 .repair-hero-copy{padding-top:22px}
.repair-page-v43 .repair-hero h1{font-size:52px;margin:10px 0 16px}
.repair-page-v43 .repair-hero p{font-size:15.5px;line-height:1.65;max-width:620px}
.repair-page-v43 .repair-hero-actions{margin-top:23px}
.repair-page-v43 .repair-confidence{margin-top:20px;gap:17px;font-size:13px}
.repair-page-v43 .repair-device-card{padding:0}
.repair-page-v43 .repair-device-card>img{max-height:430px;object-fit:contain;object-position:center top}
.repair-page-v43 .repair-float-card{bottom:4%;right:2%;padding:14px 16px;max-width:230px}
.repair-page-v43 .repair-benefits{padding:17px 0}
.repair-page-v43 .repair-benefit-grid>div{padding-top:0;padding-bottom:0}
.repair-page-v43 .repair-booking-section{padding:44px 0 48px}
.repair-booking-container{max-width:1120px}
.repair-page-v43 .repair-section-intro{margin-bottom:22px;max-width:680px}
.repair-page-v43 .repair-section-intro h2{font-size:34px;margin:6px 0 8px}
.repair-page-v43 .repair-section-intro>p{font-size:13.5px}
.repair-page-v43 .repair-wizard-shell{border-radius:16px;box-shadow:0 14px 42px rgba(24,28,33,.055);border-color:#e7e9ec}
.repair-page-v43 .repair-stepper{padding:0 24px;background:#fbfbfb}
.repair-page-v43 .repair-step{height:66px;gap:8px}
.repair-page-v43 .repair-step span{width:24px;height:24px;font-size:13px}
.repair-page-v43 .repair-step b{font-size:13px}
.repair-page-v43 .repair-wizard-form{min-height:0}
.repair-page-v43 .repair-panel{padding:32px 34px 28px}
.repair-page-v43 .repair-panel-head{margin-bottom:21px;align-items:flex-start}
.repair-page-v43 .repair-panel-head h3{font-size:26px;margin:4px 0 5px}
.repair-page-v43 .repair-panel-head p{font-size:13px}
.repair-page-v43 .repair-fast-badge{min-width:82px;padding:9px 10px;background:#fff;border-radius:10px}
.repair-page-v43 .repair-fast-badge b{font-size:15px}
.repair-page-v43 .repair-fast-main-minimal{max-width:100%}
.repair-page-v43 .repair-fast-label{margin-bottom:11px}
.repair-page-v43 .repair-fast-label b{font-size:13px}
.repair-page-v43 .repair-quick-grid-clean{grid-template-columns:repeat(3,1fr);gap:12px}
.repair-page-v43 .repair-quick-card{min-height:86px;border-radius:11px;padding:12px 38px 12px 12px;grid-template-columns:38px 1fr;gap:10px}
.repair-page-v43 .repair-quick-card:hover{transform:none;box-shadow:0 8px 22px rgba(23,27,32,.045)}
.repair-page-v43 .repair-quick-card.selected{padding:11px 37px 11px 11px;background:#fff8f3;box-shadow:0 0 0 3px rgba(255,90,0,.05)}
.repair-page-v43 .repair-service-icon{display:grid;place-items:center;background:#fff3eb;color:var(--accent);border-radius:10px}
.repair-page-v43 .repair-service-icon svg{width:20px;height:20px}
.repair-page-v43 .repair-quick-copy b{font-size:13px}
.repair-page-v43 .repair-quick-copy small{font-size:13px}
.repair-page-v43 .repair-card-check{right:10px;top:10px;width:21px;height:21px;font-size:13px}
.repair-page-v43 .repair-or{margin:14px 0}
.repair-own-words-clean{border-radius:11px!important;padding:13px!important;background:#fbfbfb!important}
.repair-own-words-clean>span{margin-bottom:7px!important}
.repair-own-words-clean>span b{font-size:13px!important}
.repair-own-words-clean textarea{min-height:66px!important;background:#fff!important;border:1px solid #eceef0!important;padding:11px 12px!important}
.repair-page-v43 .repair-more-wrap{margin-top:10px}
.repair-page-v43 .repair-more-toggle{font-size:13px}
.repair-page-v43 .repair-step-one-actions{position:static;margin:20px -34px -28px;padding:14px 34px;border-top:1px solid #eceef0;box-shadow:none;background:#fbfbfb;backdrop-filter:none}
.repair-page-v43 .repair-selected-service{display:flex;align-items:center;gap:8px}
.repair-page-v43 .repair-selected-service>span{padding:3px 6px;background:#fff1e8;border-radius:5px;color:var(--accent);font-size:13px!important;font-weight:850}
.repair-page-v43 .repair-selected-service b{font-size:13px!important}.repair-page-v43 .repair-selected-service small{font-size:13px!important}

/* Form surfaces */
.repair-form-card{border:1px solid #e6e8eb;border-radius:13px;background:#fbfbfb;padding:24px}
.repair-page-v43 .repair-form-grid{gap:18px 20px}
.repair-page-v43 .repair-form-grid label>span{font-size:13px;color:#333a42}
.repair-page-v43 .repair-form-grid input,.repair-page-v43 .repair-form-grid select,.repair-page-v43 .repair-form-grid textarea{min-height:48px;border-radius:9px;background:#fff;padding:12px 13px;font-size:13px}
.repair-page-v43 .repair-form-grid textarea{min-height:82px;resize:vertical}
.repair-form-grid-device{grid-template-columns:1fr 1fr}
.repair-optional-details{border-top:1px solid #e9ebed;margin-top:20px;padding-top:16px}
.repair-optional-details summary{list-style:none;cursor:pointer;font-size:13px;font-weight:800;color:#4f565e;display:flex;justify-content:space-between;align-items:center;padding:3px 0 13px}
.repair-optional-details summary::-webkit-details-marker{display:none}
.repair-optional-details[open] summary span{transform:rotate(45deg)}
.repair-optional-details .repair-form-grid{padding-top:3px}
.field-invalid{border-color:#d84b32!important;box-shadow:0 0 0 3px rgba(216,75,50,.08)!important}

/* Drag and drop upload */
.repair-upload-zone{min-height:154px;margin-top:20px;border:1.5px dashed #cfd4da;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;gap:16px;padding:24px;text-align:left;cursor:pointer;transition:.18s;outline:none}
.repair-upload-zone:hover,.repair-upload-zone:focus-visible,.repair-upload-zone.dragging{border-color:var(--accent);background:#fff9f5;box-shadow:0 0 0 3px rgba(255,90,0,.055)}
.repair-upload-zone.has-files{min-height:116px}
.repair-upload-icon{width:48px;height:48px;border-radius:12px;background:#fff1e8;color:var(--accent);display:grid;place-items:center;flex:0 0 auto}
.repair-upload-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.repair-upload-zone b,.repair-upload-zone span,.repair-upload-zone small{display:block}
.repair-upload-zone b{font-size:13.5px}.repair-upload-zone span{font-size:13px;color:#6f7680;margin-top:4px}.repair-upload-zone small{font-size:13px;color:#949aa1;margin-top:6px}
.repair-upload-previews{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}
.repair-upload-preview{height:92px;border:1px solid #e4e6e8;border-radius:9px;overflow:hidden;position:relative;background:#f6f7f8}
.repair-upload-preview img{width:100%;height:100%;object-fit:cover}
.repair-upload-preview span{position:absolute;left:0;right:0;bottom:0;padding:17px 7px 5px;background:linear-gradient(transparent,rgba(0,0,0,.65));color:#fff;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.repair-upload-preview button{position:absolute;top:5px;right:5px;width:24px;height:24px;border:0;border-radius:50%;background:rgba(18,21,25,.8);color:#fff;display:grid;place-items:center;font-size:16px;line-height:1;cursor:pointer}

/* Handover */
.repair-handover-grid-clean{gap:14px}
.repair-page-v43 .repair-choice-card{min-height:172px;padding:19px;border-radius:12px;background:#fff}
.repair-page-v43 .repair-choice-card:has(input:checked){padding:18px;background:#fff9f5;box-shadow:0 0 0 3px rgba(255,90,0,.045)}
.repair-page-v43 .repair-choice-card input{opacity:0;pointer-events:none}
.repair-page-v43 .choice-icon{width:39px;height:39px;margin-bottom:12px;background:#f6f7f8;color:#3c434b}
.repair-page-v43 .choice-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.repair-page-v43 .repair-choice-card b{font-size:14px}.repair-page-v43 .repair-choice-card small{font-size:13px}.repair-page-v43 .repair-choice-card em{font-size:13px}
.repair-choice-check{position:absolute;right:13px;top:13px;width:22px;height:22px;border-radius:50%;border:1px solid #d9dde1;color:transparent;font-style:normal;display:grid;place-items:center;font-size:13px;font-weight:900;background:#fff}
.repair-choice-card:has(input:checked) .repair-choice-check{background:var(--accent);border-color:var(--accent);color:#fff}
.repair-address-box{margin-top:18px;padding:22px;border:1px solid #e4e7ea;border-radius:12px;background:#fbfbfb}
.repair-address-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.repair-address-head b,.repair-address-head span{display:block}.repair-address-head b{font-size:13px}.repair-address-head span{font-size:13px;color:#7b828a;margin-top:3px}.repair-uk-badge{margin:0!important;width:34px;height:25px;border:1px solid #d8dde2;border-radius:6px;background:#fff;display:grid!important;place-items:center;color:#363d45!important;font-size:13px!important;font-weight:900}

/* Contact */
.repair-contact-grid{grid-template-columns:repeat(3,1fr)}
.repair-contact-card{padding-bottom:18px}
.repair-page-v43 .repair-privacy-note{margin-top:18px;padding:12px 14px;background:#fff;border:1px solid #eceef0;border-radius:9px;align-items:flex-start}
.repair-lock-icon{width:24px;height:24px;border-radius:50%;background:#eef8f1;color:#2a8150;display:grid;place-items:center;font-size:13px;font-weight:900;flex:0 0 auto}
.repair-page-v43 .repair-privacy-note div b,.repair-page-v43 .repair-privacy-note div span{display:block}.repair-page-v43 .repair-privacy-note div b{font-size:13px}.repair-page-v43 .repair-privacy-note div span{font-size:13px;color:#747b83;margin-top:2px}

/* Review and navigation */
.repair-page-v43 .repair-step-actions{margin-top:24px;padding-top:20px}
.repair-page-v43 .repair-review-layout{grid-template-columns:1fr 320px;gap:20px}
.repair-page-v43 .repair-summary-row{grid-template-columns:125px 1fr;padding:13px 16px}
.repair-page-v43 .repair-price-policy{padding:22px;border-radius:12px}.repair-page-v43 .repair-price-policy h4{font-size:20px}
.repair-page-v43 .repair-process-section,.repair-page-v43 .repair-pricing-section{padding-top:48px;padding-bottom:48px}
.repair-page-v43 .repair-process-grid{margin-top:27px;gap:13px}.repair-page-v43 .repair-process-grid>div{min-height:145px;padding:20px}
.repair-page-v43 .repair-pricing-grid{gap:45px}.repair-page-v43 .repair-pricing-grid h2{font-size:32px}

@media(max-width:1000px){
 .repair-page-v43 .repair-hero-grid{grid-template-columns:1fr .86fr;gap:28px}.repair-page-v43 .repair-hero h1{font-size:45px}.repair-page-v43 .repair-quick-grid-clean{grid-template-columns:repeat(2,1fr)}.repair-contact-grid{grid-template-columns:1fr 1fr}.repair-contact-grid label:last-child{grid-column:1/-1}.repair-upload-previews{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:800px){
 .repair-page-v43 .repair-hero{padding:18px 0 28px}.repair-page-v43 .repair-hero-grid{grid-template-columns:1fr}.repair-page-v43 .repair-hero-visual{display:none}.repair-page-v43 .repair-hero-copy{padding-top:0}.repair-page-v43 .repair-booking-section{padding:40px 0}.repair-page-v43 .repair-stepper{padding:0 10px}.repair-page-v43 .repair-step{height:58px}.repair-page-v43 .repair-step b{display:none}.repair-page-v43 .repair-panel{padding:26px 24px 24px}.repair-form-grid-device,.repair-contact-grid{grid-template-columns:1fr}.repair-contact-grid label:last-child{grid-column:auto}.repair-page-v43 .repair-handover-grid-clean{grid-template-columns:1fr}.repair-page-v43 .repair-choice-card{min-height:145px}.repair-page-v43 .repair-review-layout{grid-template-columns:1fr}.repair-upload-previews{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
 .repair-page-v43 .repair-hero h1{font-size:38px}.repair-page-v43 .repair-quick-grid-clean{grid-template-columns:1fr}.repair-page-v43 .repair-panel{padding:22px 16px 20px}.repair-page-v43 .repair-step-one-actions{margin-left:-16px;margin-right:-16px;margin-bottom:-20px;padding-left:16px;padding-right:16px;flex-direction:column;align-items:stretch}.repair-page-v43 .repair-step-one-actions .z-btn{width:100%}.repair-page-v43 .repair-form-card{padding:17px}.repair-upload-zone{min-height:142px;flex-direction:column;text-align:center;padding:20px}.repair-upload-previews{grid-template-columns:1fr 1fr}.repair-page-v43 .repair-step-actions{flex-wrap:wrap}.repair-page-v43 .repair-step-actions .z-btn{flex:1}.repair-address-box{padding:16px}.repair-page-v43 .repair-summary-row{grid-template-columns:1fr;gap:4px}
}


/* =========================================================
   Laptop Repair UX v4.4 — tighter, cleaner, more user-friendly
   ========================================================= */
.repair-page-v43 .repair-hero{padding:2px 0 18px}
.repair-page-v43 .repair-hero-grid{gap:34px}
.repair-page-v43 .repair-hero-copy{padding-top:8px}
.repair-page-v43 .repair-hero h1{font-size:50px;margin:8px 0 14px}
.repair-page-v43 .repair-hero p{font-size:15px;max-width:600px}
.repair-page-v43 .repair-device-card>img{max-height:405px}
.repair-page-v43 .repair-float-card{right:2.5%;bottom:6%;max-width:250px;padding:16px 18px;border-radius:16px}
.repair-page-v43 .repair-float-card b{font-size:15px;line-height:1.25}
.repair-page-v43 .repair-float-card small{font-size:13px;line-height:1.55;margin-top:6px}
.repair-page-v43 .repair-booking-section{padding:38px 0 44px}
.repair-page-v43 .repair-section-intro{margin-bottom:18px;max-width:760px}
.repair-page-v43 .repair-section-intro h2{font-size:36px;line-height:1.08;margin:6px 0 10px}
.repair-page-v43 .repair-section-intro>p{font-size:14px;max-width:720px}
.repair-page-v43 .repair-stepper{padding:0 18px}
.repair-page-v43 .repair-step{height:60px}
.repair-page-v43 .repair-step span{width:25px;height:25px;font-size:13px}
.repair-page-v43 .repair-step b{font-size:13px}
.repair-page-v43 .repair-panel{padding:24px 28px 24px}
.repair-page-v43 .repair-panel-head{margin-bottom:16px}
.repair-page-v43 .repair-panel-head h3{font-size:30px;line-height:1.14;margin:4px 0 6px;max-width:760px}
.repair-page-v43 .repair-panel-head p{font-size:13px;max-width:720px}
.repair-page-v43 .repair-fast-badge{min-width:76px;padding:8px 10px;border-radius:11px}
.repair-page-v43 .repair-fast-badge b{font-size:15px}
.repair-page-v43 .repair-fast-label{margin-bottom:10px}
.repair-page-v43 .repair-quick-grid-clean{gap:11px}
.repair-page-v43 .repair-quick-card{min-height:84px;padding:12px 40px 12px 12px}
.repair-page-v43 .repair-quick-card.selected{padding:11px 39px 11px 11px}
.repair-page-v43 .repair-more-card.selected, .repair-page-v43 .repair-quick-card.selected{border-color:var(--accent)}
.repair-page-v43 .repair-quick-card.selected .repair-card-check, .repair-page-v43 .repair-more-card.selected .repair-card-check{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 4px 10px rgba(255,90,0,.18)}
.repair-page-v43 .repair-card-check{display:grid;place-items:center;font-size:13px;font-weight:900;line-height:1}
.repair-page-v43 .repair-own-words-clean{padding:12px!important}
.repair-page-v43 .repair-own-words-clean textarea{min-height:62px!important}
.repair-page-v43 .repair-step-one-actions{margin:18px -28px -24px;padding:14px 28px}
.repair-page-v43 .repair-process-section,.repair-page-v43 .repair-pricing-section{padding-top:44px;padding-bottom:44px}
@media(max-width:900px){.repair-page-v43 .repair-hero{padding:0 0 16px}.repair-page-v43 .repair-hero-grid{gap:24px}.repair-page-v43 .repair-booking-section{padding:34px 0 40px}.repair-page-v43 .repair-panel{padding:22px 22px 22px}.repair-page-v43 .repair-stepper{padding:0 12px}.repair-page-v43 .repair-step{height:56px}.repair-page-v43 .repair-panel-head h3{font-size:26px}.repair-page-v43 .repair-step-one-actions{margin:18px -22px -22px;padding:14px 22px}}
@media(max-width:600px){.repair-page-v43 .repair-hero{padding:0 0 14px}.repair-page-v43 .repair-booking-section,.repair-page-v43 .repair-process-section,.repair-page-v43 .repair-pricing-section{padding:34px 0}.repair-page-v43 .repair-panel{padding:22px 18px 22px}.repair-page-v43 .repair-panel-head h3{font-size:24px}.repair-page-v43 .repair-step-one-actions{margin:16px -18px -22px;padding:14px 18px}.repair-page-v43 .repair-fast-badge{display:none}}
\n\n/* =========================================================\n   Interaction polish v4.5 — smooth, stable, no jumpy UI\n   ========================================================= */\nhtml{scroll-behavior:smooth}\nbody{overflow-anchor:none}\n.z-btn,.z-header-cta,.z-product-card,.z-core-card,.repair-quick-card,.repair-more-card,.repair-choice-card,.repair-service-card,.z-carousel-arrow,.z-carousel-dot{will-change:auto}\n.z-btn{transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,opacity .18s ease}\n.z-btn-primary:hover{transform:none;box-shadow:0 10px 24px rgba(255,90,0,.18)}\n.z-product-card,.repair-service-card,.repair-quick-card,.repair-more-card,.repair-choice-card{transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,opacity .18s ease}\n.z-product-card:hover,.repair-service-card:hover,.repair-quick-card:hover,.repair-more-card:hover{transform:none}\n.repair-page-v43 .repair-quick-card.selected{border-width:1px;padding:12px 40px 12px 12px;box-shadow:inset 0 0 0 1px var(--accent),0 0 0 3px rgba(255,90,0,.05)}\n.repair-page-v43 .repair-more-card.selected{border-width:1px;padding:11px 34px 11px 11px;box-shadow:inset 0 0 0 1px var(--accent),0 0 0 3px rgba(255,90,0,.04)}\n.repair-page-v43 .repair-choice-card:has(input:checked){border-width:1px;padding:19px;box-shadow:inset 0 0 0 1px var(--accent),0 0 0 3px rgba(255,90,0,.045)}\n.repair-card-check,.repair-choice-check{transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}\n.repair-wizard-form{transition:height .24s cubic-bezier(.2,.7,.2,1)}\n.repair-panel.active{animation:repairPanelFadeIn .18s ease both}\n.repair-panel-entering{animation:repairPanelFadeIn .18s ease both}\n@keyframes repairPanelFadeIn{from{opacity:.72;transform:translateY(3px)}to{opacity:1;transform:none}}\n.repair-step,.repair-step::after,.repair-step span{transition:color .18s ease,background-color .18s ease,border-color .18s ease,opacity .18s ease}\n.repair-upload-zone,.repair-form-grid input,.repair-form-grid select,.repair-form-grid textarea{transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}\n.repair-field-message{display:block;margin-top:5px;color:#b43d29;font-size:13px;font-weight:700;line-height:1.4}\n.field-invalid{animation:none!important}\n.z-review-track{transition:opacity .16s ease}\n.z-review-track.is-changing{opacity:.36}\n.z-carousel-dot:hover,.z-carousel-dot.active{transform:none}\n.z-faq-grid details{overflow:hidden}\n@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.z-btn,.z-product-card,.repair-service-card,.repair-quick-card,.repair-more-card,.repair-choice-card,.repair-card-check,.repair-choice-check,.repair-wizard-form,.repair-panel.active,.repair-panel-entering,.repair-step,.repair-step::after,.repair-step span,.repair-upload-zone,.repair-form-grid input,.repair-form-grid select,.repair-form-grid textarea,.z-review-track,.z-carousel-dot{transition:none!important;animation:none!important;scroll-behavior:auto!important}}\n

/* Dynamic navigation menu v4.7 */
.z-desktop-nav{overflow:visible}.z-main-menu,.z-submenu{list-style:none;margin:0;padding:0}.z-main-menu{display:flex;align-items:center;gap:24px}.z-menu-item{position:relative}.z-menu-link{display:flex!important;align-items:center;gap:3px;padding:24px 0!important;white-space:nowrap;color:#171a1f}.z-menu-chevron{font-size:13px!important;margin-left:2px!important;color:#737981!important;transition:transform .16s ease}.z-submenu{position:absolute;top:calc(100% - 5px);left:-18px;min-width:220px;padding:8px;background:#fff;border:1px solid #e7e9eb;border-radius:12px;box-shadow:0 16px 42px rgba(20,25,31,.12);opacity:0;visibility:hidden;transform:translateY(5px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease;z-index:80}.z-submenu .z-menu-item{width:100%}.z-submenu .z-menu-link{padding:11px 12px!important;border-radius:8px;font-size:13px;font-weight:650;color:#333941}.z-submenu .z-menu-link:hover,.z-submenu .z-menu-link:focus{background:#fff5ef;color:var(--accent)}.z-menu-item.has-children:hover>.z-submenu,.z-menu-item.has-children:focus-within>.z-submenu{opacity:1;visibility:visible;transform:none}.z-menu-item.has-children:hover>.z-menu-link .z-menu-chevron,.z-menu-item.has-children:focus-within>.z-menu-link .z-menu-chevron{transform:rotate(180deg)}.z-submenu .z-submenu{top:-8px;left:calc(100% + 8px)}
.z-mobile-menu-list{display:grid}.z-mobile-menu-list>a,.z-mobile-menu-group{border-bottom:1px solid #f0f0f0}.z-mobile-menu-list>a{padding:12px 0!important}.z-mobile-menu-group summary{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:12px 0;font-size:13px;font-weight:700;cursor:pointer}.z-mobile-menu-group summary::-webkit-details-marker{display:none}.z-mobile-menu-group summary .z-mobile-menu-plus{font-size:16px;color:#777}.z-mobile-menu-group[open]>summary .z-mobile-menu-plus{transform:rotate(45deg)}.z-mobile-submenu{display:grid;padding:0 0 9px 14px}.z-mobile-submenu a{padding:9px 0!important;border:0!important;color:#626971!important;font-size:13px!important}.device-service-hero{padding:64px 0}.device-service-hero p{max-width:720px;font-size:16px;line-height:1.7}.mobile-repair-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.mobile-repair-grid article{border:1px solid #e4e6e8;border-radius:14px;padding:24px;background:#fff}.mobile-repair-grid b{font-size:15px}.mobile-repair-grid p{font-size:13px;line-height:1.6;color:#717881;margin:7px 0 0}@media(max-width:1100px){.z-main-menu{gap:20px}}@media(max-width:900px){.z-main-menu{display:none}.z-mobile-nav{display:none}.menu-open .z-mobile-nav{display:block}.mobile-repair-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.mobile-repair-grid{grid-template-columns:1fr}}


/* =========================================================
   Visual polish v4.8 — cleaner topbar icons and repair hero
   ========================================================= */
.z-topbar{height:36px;background:#f7f7f5;font-size:13px;color:#3a4047}
.z-topbar-inner{height:36px;gap:18px}
.z-topbar-item,.z-topbar-link{display:inline-flex;align-items:center;gap:8px;color:inherit;font-weight:600}
.z-topbar-link{text-decoration:none}
.z-topbar-link:hover{color:var(--accent)}
.z-topbar-icon{width:15px;height:15px;display:inline-flex;align-items:center;justify-content:center;color:#6c737b;flex:0 0 auto}
.z-topbar-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.z-main-menu{gap:26px}
.z-menu-link{gap:6px;padding:24px 0!important;font-weight:700}
.z-menu-chevron{width:8px;height:8px;border-right:1.7px solid #8a9098;border-bottom:1.7px solid #8a9098;transform:rotate(45deg);margin-left:2px;transition:transform .16s ease,margin-top .16s ease;display:inline-block;margin-top:-2px}
.z-menu-item.has-children:hover>.z-menu-link .z-menu-chevron,.z-menu-item.has-children:focus-within>.z-menu-link .z-menu-chevron{transform:rotate(225deg);margin-top:2px}
.z-submenu{top:calc(100% - 2px)}

.repair-page-v43 .repair-hero{padding:46px 0 48px}
.repair-page-v43 .repair-hero-grid{align-items:center;gap:56px}
.repair-page-v43 .repair-hero-copy{padding-top:0}
.repair-page-v43 .repair-hero h1{font-size:52px;margin:10px 0 16px}
.repair-page-v43 .repair-device-card{padding:8px 0 6px}
.repair-page-v43 .repair-device-card>img{max-width:640px;border-radius:24px;box-shadow:0 18px 45px rgba(22,28,34,.10)}
.repair-page-v43 .repair-float-card{right:2%;bottom:2%;max-width:262px;padding:17px 18px}
@media(max-width:1100px){.z-topbar-inner{gap:14px}.z-topbar-item span,.z-topbar-link span{white-space:nowrap}.repair-page-v43 .repair-hero-grid{gap:40px}}
@media(max-width:900px){.repair-page-v43 .repair-hero{padding:24px 0 28px}.repair-page-v43 .repair-hero-grid{gap:26px}}


/* =========================================================
   CTA accessibility polish v4.9 — visible actions + hover cues
   ========================================================= */
.z-btn,button,[role="button"],.z-menu-link,.z-cart,.repair-choice-card,.repair-quick-card,.repair-more-card,.repair-service-card,.repair-more-toggle,.z-carousel-arrow,.z-carousel-dot{cursor:pointer}
.z-btn[disabled],button[disabled]{cursor:not-allowed}
.z-btn{position:relative;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,opacity .18s ease}
.z-btn-primary:hover,.z-btn-primary:focus-visible{background:#e94f00;box-shadow:0 10px 25px rgba(255,90,0,.22);color:#fff}
.z-btn-outline:hover,.z-btn-outline:focus-visible{background:#fff8f4;border-color:#ff9d68;color:#20252b;box-shadow:0 6px 18px rgba(22,28,34,.07)}
.z-btn:focus-visible,.repair-quick-card:focus-visible,.repair-more-card:focus-visible,.repair-choice-card:focus-within{outline:3px solid rgba(255,90,0,.18);outline-offset:2px}
.repair-quick-card:hover,.repair-more-card:hover,.repair-choice-card:hover{border-color:#ffb184;background:#fffaf7;box-shadow:0 8px 22px rgba(25,30,36,.06)}

.repair-section-intro-row{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:18px}
.repair-section-intro-row .repair-section-intro{margin-bottom:0;flex:1;max-width:760px}
.repair-container-cta{flex:0 0 auto;min-width:150px;margin-bottom:2px}
#repair-wizard{scroll-margin-top:118px}

/* Keep the active step controls reachable while the customer browses a long step. */
.repair-page-v43 .repair-step-actions{position:sticky;bottom:12px;z-index:12;margin-left:-12px;margin-right:-12px;padding:13px 12px 12px;background:rgba(255,255,255,.96);border:1px solid rgba(226,229,232,.95);border-radius:12px;box-shadow:0 10px 30px rgba(24,29,35,.08);backdrop-filter:blur(8px)}
.repair-page-v43 .repair-step-one-actions{margin-left:-12px;margin-right:-12px;margin-bottom:0}
.repair-page-v43 .repair-step-actions .z-btn{min-width:132px}

@media(max-width:760px){
 .repair-section-intro-row{align-items:flex-start;flex-direction:column;gap:14px}
 .repair-container-cta{width:100%;margin:0}
 .repair-page-v43 .repair-step-actions{bottom:8px;margin-left:-7px;margin-right:-7px;padding:10px 8px;background:rgba(255,255,255,.98)}
 .repair-page-v43 .repair-step-actions .z-btn{min-width:0}
}
@media(prefers-reduced-motion:reduce){.z-btn,.repair-quick-card,.repair-more-card,.repair-choice-card{transition:none!important}}


/* =========================================================
   Repair booking UX v5.0 — premium, minimal, low-friction
   ========================================================= */
.repair-booking-container{max-width:1080px}
.repair-section-intro-row{align-items:center;margin-bottom:22px}
.repair-intro-reassurance{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:14px;color:#4f575f;font-size:13px;font-weight:700}
.repair-intro-reassurance span{display:inline-flex;align-items:center;gap:6px}
.repair-intro-reassurance span::first-letter{color:var(--accent)}
.repair-container-cta{min-width:190px;justify-content:center}

.repair-wizard-shell{overflow:visible;border-radius:18px;border-color:#e4e7ea;box-shadow:0 18px 55px rgba(24,30,36,.065)}
.repair-wizard-status{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:17px 28px;background:#fff;border-radius:18px 18px 0 0;border-bottom:1px solid #eceef0}
.repair-wizard-status>div:first-child span,.repair-wizard-status>div:first-child strong{display:block}
.repair-wizard-status>div:first-child span{font-size:13px;letter-spacing:.11em;font-weight:900;color:var(--accent)}
.repair-wizard-status>div:first-child strong{font-size:13.5px;margin-top:3px;color:#20262c}
.repair-progress-meta{display:grid;grid-template-columns:auto 150px;align-items:center;gap:5px 12px;min-width:250px}
.repair-progress-meta>span{font-size:13px;font-weight:800;color:#3e464e;text-align:right}
.repair-progress-meta small{grid-column:1/-1;text-align:right;font-size:13px;color:#92979d}
.repair-progress-line{height:5px;border-radius:10px;background:#eceef0;overflow:hidden}
.repair-progress-line i{display:block;width:20%;height:100%;background:var(--accent);border-radius:inherit;transition:width .28s cubic-bezier(.2,.7,.2,1)}

.repair-page-v43 .repair-stepper{background:#fafbfb;padding:0 24px}
.repair-page-v43 .repair-step{height:58px;gap:7px;cursor:default}
.repair-page-v43 .repair-step.done{cursor:pointer}
.repair-page-v43 .repair-step span{width:24px;height:24px;font-size:13px}
.repair-page-v43 .repair-step b{font-size:13px}
.repair-page-v43 .repair-step.done:hover{color:#1f252b}
.repair-page-v43 .repair-step.done:hover span{box-shadow:0 0 0 3px rgba(255,90,0,.08)}

.repair-page-v43 .repair-panel{padding:30px 32px 24px;background:#fff}
.repair-page-v43 .repair-panel-head{margin-bottom:20px}
.repair-page-v43 .repair-panel-head h3{font-size:28px;line-height:1.16;letter-spacing:-.035em;color:#171b20;margin:4px 0 6px}
.repair-page-v43 .repair-panel-head p{font-size:13px;line-height:1.55;color:#6d747c;max-width:720px}
.repair-page-v43 .repair-fast-badge{border-color:#eceef0;background:#fbfbfb;box-shadow:none}

.repair-fast-main-minimal{max-width:none}
.repair-page-v43 .repair-fast-label{display:flex;justify-content:space-between;align-items:center;margin:0 0 10px}
.repair-page-v43 .repair-fast-label b{font-size:13px}
.repair-page-v43 .repair-fast-label span{font-size:13px;color:#92979d}
.repair-page-v43 .repair-quick-grid-clean{gap:11px}
.repair-page-v43 .repair-quick-card{min-height:80px;border-color:#e3e6e9;background:#fff;border-radius:12px;padding:12px 38px 12px 12px}
.repair-page-v43 .repair-quick-card:hover{background:#fffaf7;border-color:#ffc19d;box-shadow:0 7px 20px rgba(26,31,36,.055)}
.repair-page-v43 .repair-quick-card.selected{background:#fff7f2;box-shadow:inset 0 0 0 1px var(--accent),0 6px 18px rgba(255,90,0,.08)}
.repair-page-v43 .repair-service-icon{width:37px;height:37px;border-radius:9px;background:#fff2e9}
.repair-page-v43 .repair-quick-copy b{font-size:13px;color:#20262c}
.repair-page-v43 .repair-quick-copy small{font-size:13px}
.repair-page-v43 .repair-card-check{top:50%;transform:translateY(-50%);right:12px;width:22px;height:22px}
.repair-page-v43 .repair-more-card .repair-card-check{top:50%;transform:translateY(-50%)}
.repair-page-v43 .repair-or{margin:12px 0}
.repair-own-words-clean{background:#fafafa!important;border:1px solid #e6e8ea!important;padding:12px 14px!important}
.repair-own-words-clean:focus-within{background:#fff!important;border-color:#ffad82!important;box-shadow:0 0 0 3px rgba(255,90,0,.06)}
.repair-own-words-clean textarea{min-height:58px!important;border:0!important;background:transparent!important;box-shadow:none!important;padding:8px 0 2px!important;font-size:13px!important}
.repair-own-words-clean em{font-size:13px!important;color:#91969c!important}
.repair-page-v43 .repair-more-toggle{border-radius:7px;padding:8px 10px;margin-left:-10px}
.repair-page-v43 .repair-more-toggle:hover{background:#f7f7f7;color:#20262c}

.repair-form-card{background:#fafbfb;border-color:#e5e8ea;padding:22px;border-radius:13px}
.repair-page-v43 .repair-form-grid input,.repair-page-v43 .repair-form-grid select,.repair-page-v43 .repair-form-grid textarea{border-color:#dfe3e6;background:#fff;font-size:13px;min-height:48px}
.repair-page-v43 .repair-form-grid input:hover,.repair-page-v43 .repair-form-grid select:hover,.repair-page-v43 .repair-form-grid textarea:hover{border-color:#cdd2d7}
.repair-brand-shortcuts{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:13px}
.repair-brand-shortcuts>span{font-size:13px;font-weight:800;color:#858b92;margin-right:2px}
.repair-brand-shortcuts button{border:1px solid #dde1e4;background:#fff;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:750;color:#555d65;transition:.16s ease}
.repair-brand-shortcuts button:hover,.repair-brand-shortcuts button.active{border-color:#ffb58d;background:#fff4ed;color:#d74a00}
.repair-optional-details summary{border-radius:8px;padding:10px 10px;margin:7px -10px 0}
.repair-optional-details summary:hover{background:#f5f6f6}

.repair-upload-zone{min-height:132px;border-width:1.5px;background:#fff;padding:20px}
.repair-upload-zone b small{display:inline;font-size:13px;color:#92979d;font-weight:600;margin-left:5px}
.repair-upload-zone:hover{box-shadow:0 7px 20px rgba(25,30,36,.045)}

.repair-handover-grid-clean{gap:12px}
.repair-page-v43 .repair-choice-card{min-height:160px;padding:18px;background:#fff;border-color:#e1e4e7}
.repair-page-v43 .repair-choice-card:has(input:checked){padding:18px;background:#fff8f3;box-shadow:inset 0 0 0 1px var(--accent),0 7px 22px rgba(255,90,0,.07)}
.repair-page-v43 .repair-choice-card:hover{border-color:#ffbd98}
.repair-page-v43 .choice-icon{background:#f3f5f6;color:#30373e}
.repair-address-box{background:#fafbfb;border-color:#e5e8ea}

.repair-contact-card{background:#fafbfb}
.repair-contact-grid{gap:16px}
.repair-page-v43 .repair-privacy-note{background:#f6fbf7;border-color:#dfece2}
.repair-lock-icon{background:#e6f5ea}

.repair-page-v43 .repair-review-layout{gap:18px}
.repair-page-v43 .repair-summary{border-radius:12px;border-color:#e2e5e8;background:#fff}
.repair-page-v43 .repair-summary-row{padding:12px 15px}
.repair-page-v43 .repair-price-policy{background:#20252b;border-radius:12px;box-shadow:0 10px 28px rgba(22,27,32,.12)}
.repair-consent{padding:13px 14px;border-radius:9px;background:#fafbfb;border:1px solid #eceef0}

/* Actions stay reachable but visually belong to the form. */
.repair-page-v43 .repair-step-actions{bottom:10px;margin-top:20px;border-color:#e4e7e9;border-radius:11px;box-shadow:0 10px 26px rgba(24,29,35,.075);padding:11px 12px}
.repair-page-v43 .repair-step-actions .z-btn{min-height:42px}
.repair-page-v43 .repair-step-actions .z-btn-primary{margin-left:auto}
.repair-page-v43 .repair-selected-service{min-width:0;max-width:62%}
.repair-page-v43 .repair-selected-service b,.repair-page-v43 .repair-selected-service small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.repair-field-message{background:#fff2ee;border:1px solid #ffd9cc;border-radius:7px;padding:7px 9px;margin-top:7px}
.repair-inline-alert{background:#fff2ee;border:1px solid #ffd7c9;color:#a33c20;padding:9px 11px;border-radius:8px;font-size:13px;font-weight:700;margin-top:10px}

@media(max-width:900px){
 .repair-wizard-status{padding:15px 20px}.repair-progress-meta{min-width:220px;grid-template-columns:auto 120px}
 .repair-page-v43 .repair-panel{padding:25px 22px 22px}.repair-page-v43 .repair-stepper{padding:0 12px}
 .repair-page-v43 .repair-step b{font-size:13px}.repair-page-v43 .repair-quick-grid-clean{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
 .repair-section-intro-row{gap:12px}.repair-intro-reassurance{gap:8px 12px}.repair-container-cta{width:100%}
 .repair-wizard-status{align-items:flex-start;padding:14px 16px}.repair-wizard-status>div:first-child strong{font-size:13px}.repair-progress-meta{display:block;min-width:110px}.repair-progress-meta>span{display:block;text-align:right}.repair-progress-line{width:100px;margin:5px 0 4px auto}.repair-progress-meta small{display:none}
 .repair-page-v43 .repair-stepper{padding:0 7px}.repair-page-v43 .repair-step{height:52px}.repair-page-v43 .repair-step b{display:none}.repair-page-v43 .repair-step span{width:25px;height:25px}
 .repair-page-v43 .repair-panel{padding:22px 16px 18px}.repair-page-v43 .repair-panel-head h3{font-size:23px}.repair-page-v43 .repair-panel-head p{font-size:13px}
 .repair-page-v43 .repair-quick-grid-clean{grid-template-columns:1fr}.repair-page-v43 .repair-quick-card{min-height:72px}
 .repair-brand-shortcuts{gap:6px}.repair-brand-shortcuts button{padding:6px 9px}
 .repair-page-v43 .repair-step-actions{bottom:6px;margin-left:-7px;margin-right:-7px;padding:9px 8px;gap:8px}
 .repair-page-v43 .repair-step-actions .z-btn{font-size:13px;padding-left:12px;padding-right:12px}
 .repair-page-v43 .repair-selected-service{max-width:100%;width:100%}.repair-page-v43 .repair-step-one-actions{flex-wrap:wrap}
}


/* =========================================================
   UI polish v5.0.1 — safe right-edge spacing for controls
   ========================================================= */
/* Keep dropdown arrows and right-side controls comfortably away from borders. */
select,
.repair-page select,
.form-grid select,
.repair-form-grid select,
.input-select,
.select {
  padding-right: 42px !important;
  background-position: right 14px center !important;
}

.repair-card-check,
.repair-choice-check,
.z-cart > span,
.z-carousel-arrow,
.repair-upload-preview button {
  right: 14px !important;
}

.repair-quick-card,
.repair-more-card {
  padding-right: 46px !important;
}

.repair-page-v43 .repair-quick-card.selected,
.repair-page-v43 .repair-more-card.selected {
  padding-right: 46px !important;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="search"] {
  padding-right: 40px;
}

/* Native browser picker icons also keep a little breathing room. */
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator,
input[type="search"]::-webkit-search-cancel-button {
  margin-right: 4px;
  cursor: pointer;
}

@media(max-width:600px){
  select,
  .repair-page select,
  .form-grid select,
  .repair-form-grid select,
  .input-select,
  .select {
    padding-right: 40px !important;
    background-position: right 12px center !important;
  }
}


/* =========================================================
   Repair navigation v5.1 — actions above and below, no auto-jump
   ========================================================= */
.repair-step-actions-top{
  margin:0 0 20px!important;
  padding:12px 0 16px!important;
  border-top:0!important;
  border-bottom:1px solid #edf0f2!important;
  background:transparent!important;
  position:static!important;
  box-shadow:none!important;
  min-height:54px;
}
.repair-step-actions-top-first{justify-content:flex-end}
.repair-top-action-hint{margin-right:auto;font-size:13px;color:#7a8189;line-height:1.45}
.repair-step-actions-top .z-btn{min-height:40px;padding:0 18px}
.repair-step-actions:not(.repair-step-actions-top){scroll-margin-bottom:18px}
.repair-wizard-form{scroll-behavior:auto}
@media(max-width:700px){
  .repair-step-actions-top{gap:9px;margin-bottom:16px!important;padding-bottom:14px!important}
  .repair-step-actions-top .z-btn{flex:1;min-width:0;padding-left:12px;padding-right:12px}
  .repair-step-actions-top-first{align-items:stretch}
  .repair-step-actions-top-first .repair-top-action-hint{display:none}
  .repair-step-actions-top-first .z-btn{width:100%}
}

/* =========================================================
   Repair flow v5.2 — premium UK booking experience
   ========================================================= */
.repair-page-v43 .repair-panel-head{align-items:center;gap:24px}
.repair-step-reassurance{flex:0 0 auto;min-width:170px;padding:11px 14px;border:1px solid #e5e8eb;border-radius:11px;background:#fafbfb;text-align:right}
.repair-step-reassurance b,.repair-step-reassurance small{display:block}.repair-step-reassurance b{font-size:13px;color:#252b31}.repair-step-reassurance small{font-size:13px;color:#81878e;margin-top:3px}
.repair-step-reassurance-success{background:#f5faf6;border-color:#dcebe0}.repair-step-reassurance-success b{color:#247149}

/* The navigation rail is compact, calm and identical above/below each step. */
.repair-page-v43 .repair-step-actions,
.repair-page-v43 .repair-step-actions-top{display:grid;grid-template-columns:minmax(110px,1fr) auto minmax(220px,1fr);align-items:center;gap:16px;min-height:64px;margin:20px 0 0!important;padding:10px 12px!important;border:1px solid #e5e8eb!important;border-radius:12px!important;background:#fbfcfc!important;box-shadow:none!important;position:static!important}
.repair-page-v43 .repair-step-actions-top{margin:0 0 20px!important}
.repair-page-v43 .repair-step-actions .z-btn-primary{justify-self:end;min-width:210px;margin-left:0}
.repair-page-v43 .repair-step-actions .z-btn-quiet{justify-self:start}
.z-btn-quiet{min-height:42px;padding:0 14px;border:1px solid transparent;border-radius:9px;background:transparent;color:#353b42;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}
.z-btn-quiet:hover{background:#fff;border-color:#dfe3e6;color:#171c21}
.repair-action-status{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:190px;font-size:13px;color:#7d848b;font-weight:700;white-space:nowrap}
.repair-action-status i{width:8px;height:8px;border-radius:50%;background:#d5d9dd;box-shadow:0 0 0 4px #f0f2f3;transition:background-color .16s ease,box-shadow .16s ease}
.repair-action-status.ready{color:#27744d}.repair-action-status.ready i{background:#38a66c;box-shadow:0 0 0 4px #e7f5ec}
.repair-page-v43 .z-btn-primary:disabled,.repair-page-v43 button[type="submit"]:disabled{background:#e9ecee!important;color:#9aa0a6!important;border-color:#e9ecee!important;box-shadow:none!important;cursor:not-allowed!important;opacity:1!important}
.repair-page-v43 .z-btn-primary:not(:disabled):hover{background:#e94f00;box-shadow:0 8px 22px rgba(255,90,0,.16)}

/* Shared premium card language. */
.repair-card-heading{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px}.repair-card-heading>div{min-width:0}.repair-card-heading b,.repair-card-heading small{display:block}.repair-card-heading b{font-size:13px;color:#20262c}.repair-card-heading small{font-size:13px;line-height:1.5;color:#7e858c;margin-top:3px}
.repair-mini-icon{width:36px;height:36px;border-radius:10px;background:#fff1e8;color:var(--accent);display:grid;place-items:center;flex:0 0 auto}.repair-mini-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.repair-page-v43 .repair-form-grid label>span em{display:inline-flex;margin-left:5px;padding:2px 5px;border-radius:4px;background:#fff0e6;color:#d94b00;font-size:13px;font-style:normal;letter-spacing:.04em;text-transform:uppercase;vertical-align:middle}

/* Step 2 — device identification. */
.repair-device-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:14px;align-items:stretch}.repair-device-primary{margin:0}.repair-extras-card{margin-top:14px;background:#fff}
.repair-help-card{border:1px solid #e1e8e3;background:#f7fbf8;border-radius:13px;padding:20px;display:flex;gap:12px;align-items:flex-start}.repair-help-card-icon{width:28px;height:28px;border-radius:50%;background:#e6f5eb;color:#26744d;display:grid;place-items:center;font-size:13px;font-weight:900;flex:0 0 auto}.repair-help-card b{font-size:13px;color:#243028}.repair-help-card p{font-size:13px;line-height:1.6;color:#68736c;margin:5px 0 0}
.repair-brand-shortcuts{border-top:1px solid #eceef0;padding-top:13px;margin-top:16px}.repair-brand-shortcuts>span{margin-right:5px;text-transform:uppercase;letter-spacing:.055em;font-size:13px}.repair-brand-shortcuts button{padding:7px 11px;background:#fff}.repair-brand-shortcuts button.active{box-shadow:inset 0 0 0 1px var(--accent)}
.repair-extras-card .repair-optional-details{margin:0;padding:0;border-top:0}.repair-extras-card .repair-optional-details summary{border:1px solid #e5e8eb;background:#fafbfb;margin:0;padding:12px 13px}.repair-extras-card .repair-optional-details[open] summary{border-color:#ffd0b5;background:#fff9f5}.repair-extras-card .repair-optional-details .repair-form-grid{padding:16px 2px 4px}
.repair-extras-card .repair-upload-zone{margin-top:16px;background:#fcfcfc}

/* Step 3 — handover. */
.repair-page-v43 .repair-handover-grid-clean{grid-template-columns:repeat(3,1fr);gap:14px}.repair-page-v43 .repair-choice-card{min-height:190px;border-radius:14px;padding:20px;background:#fff;box-shadow:0 5px 18px rgba(24,29,35,.025)}.repair-page-v43 .repair-choice-card:has(input:checked){padding:20px;background:#fff8f3;border-color:#ff8f55;box-shadow:inset 0 0 0 1px #ff8f55,0 8px 24px rgba(255,90,0,.08)}
.repair-choice-kicker{font-size:13px;font-weight:850;letter-spacing:.07em;color:#989da3;margin:0 0 5px}.repair-choice-card:has(input:checked) .repair-choice-kicker{color:#d94b00}.repair-page-v43 .repair-choice-card b{font-size:14.5px}.repair-page-v43 .repair-choice-card small{font-size:13px;line-height:1.55}.repair-page-v43 .repair-choice-card em{font-size:13px;margin-top:14px}.repair-page-v43 .repair-choice-check{right:14px!important;top:14px;width:25px;height:25px}
.repair-address-box{margin-top:16px;padding:22px 22px 20px;border-radius:14px;background:#fafbfb}.repair-address-head{padding-bottom:16px;margin-bottom:18px;border-bottom:1px solid #e6e9eb}.repair-address-head b{font-size:14px}.repair-address-eyebrow{font-size:13px!important;letter-spacing:.08em!important;font-weight:850!important;color:var(--accent)!important;text-transform:uppercase;margin-bottom:4px!important}.repair-uk-badge{width:38px;height:28px;border-radius:7px}

/* Step 4 — contact details. */
.repair-contact-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:14px;align-items:stretch}.repair-contact-card{margin:0;padding:22px}.repair-contact-grid{grid-template-columns:repeat(3,1fr);gap:14px}.repair-contact-assurance{border:1px solid #dfe9e2;background:#f7fbf8;border-radius:13px;padding:22px}.repair-assurance-icon{width:38px;height:38px;border-radius:11px;background:#e5f4ea;color:#27764e;display:grid;place-items:center;margin-bottom:14px}.repair-assurance-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.repair-contact-assurance>b{font-size:13px}.repair-contact-assurance>p{font-size:13px;line-height:1.6;color:#667169;margin:6px 0 13px}.repair-contact-assurance ul{list-style:none;padding:0;margin:0}.repair-contact-assurance li{position:relative;padding-left:17px;margin:8px 0;font-size:13px;font-weight:700;color:#4e5c53}.repair-contact-assurance li::before{content:"✓";position:absolute;left:0;color:#2d8a59}

/* Step 5 — review and consent. */
.repair-review-topline{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:14px 16px;margin-bottom:14px;border:1px solid #dfe9e2;background:#f7fbf8;border-radius:12px}.repair-review-topline>div{display:flex;align-items:center;gap:11px}.repair-review-topline b,.repair-review-topline small{display:block}.repair-review-topline b{font-size:13px;color:#263129}.repair-review-topline small{font-size:13px;color:#718078;margin-top:3px}.repair-review-check{width:27px;height:27px;border-radius:50%;background:#e4f4e9;color:#27774e;display:grid;place-items:center;font-size:13px;font-weight:900;flex:0 0 auto}.repair-no-charge{padding:7px 10px;border-radius:999px;background:#fff;border:1px solid #dce5df;color:#27744d;font-size:13px;font-weight:850;white-space:nowrap}
.repair-review-layout-premium{grid-template-columns:minmax(0,1.45fr) minmax(290px,.55fr);gap:14px}.repair-summary-card{border:1px solid #e2e5e8;border-radius:13px;background:#fff;padding:18px}.repair-summary-card .repair-card-heading{margin-bottom:12px}.repair-summary-card .repair-summary{border-radius:9px;overflow:hidden}.repair-page-v43 .repair-summary-row{grid-template-columns:130px 1fr;padding:12px 14px;background:#fff}.repair-page-v43 .repair-summary-row:nth-child(even){background:#fafbfb}.repair-page-v43 .repair-summary-row span{font-size:13px}.repair-page-v43 .repair-summary-row b{font-size:13px;font-weight:750;color:#23292f}
.repair-page-v43 .repair-price-policy{padding:22px;background:#1f252b;border-radius:13px;box-shadow:none}.repair-page-v43 .repair-price-policy>span{font-size:13px;letter-spacing:.09em}.repair-page-v43 .repair-price-policy h4{font-size:20px;line-height:1.2}.repair-page-v43 .repair-price-policy p{font-size:13px}.repair-page-v43 .repair-price-policy li{font-size:13px}.repair-policy-foot{border-top:1px solid rgba(255,255,255,.12);margin-top:17px;padding-top:14px}.repair-policy-foot b,.repair-policy-foot small{display:block}.repair-policy-foot b{font-size:13px}.repair-policy-foot small{font-size:13px;color:#aeb5bb;margin-top:3px}
.repair-consent-premium{position:relative;display:flex!important;align-items:flex-start;gap:12px;margin-top:14px!important;padding:15px!important;background:#fff!important;border:1px solid #e1e5e8!important;border-radius:11px!important;cursor:pointer}.repair-consent-premium:hover{border-color:#cdd4d9!important}.repair-consent-premium input{position:absolute;opacity:0;pointer-events:none}.repair-consent-box{width:23px;height:23px;border:1px solid #cfd5da;border-radius:6px;background:#fff;color:transparent;display:grid;place-items:center;font-size:13px;font-weight:900;flex:0 0 auto;transition:.16s ease}.repair-consent-premium input:checked+.repair-consent-box{background:var(--accent);border-color:var(--accent);color:#fff}.repair-consent-premium>span:last-child b,.repair-consent-premium>span:last-child small{display:block}.repair-consent-premium>span:last-child b{font-size:13px;color:#252b31}.repair-consent-premium>span:last-child small{font-size:13px;line-height:1.5;color:#777f87;margin-top:3px}

@media(max-width:950px){
 .repair-device-layout,.repair-contact-layout{grid-template-columns:1fr}.repair-help-card,.repair-contact-assurance{padding:17px}.repair-contact-grid{grid-template-columns:1fr 1fr}.repair-contact-grid label:last-child{grid-column:1/-1}.repair-review-layout-premium{grid-template-columns:1fr}.repair-step-reassurance{display:none}
 .repair-page-v43 .repair-step-actions,.repair-page-v43 .repair-step-actions-top{grid-template-columns:auto 1fr auto}.repair-action-status{min-width:0}
}
@media(max-width:700px){
 .repair-page-v43 .repair-step-actions,.repair-page-v43 .repair-step-actions-top{grid-template-columns:1fr 1fr;gap:8px;min-height:0;padding:9px!important}.repair-action-status{grid-column:1/-1;grid-row:1;justify-content:flex-start;padding:3px 4px}.repair-page-v43 .repair-step-actions .z-btn-quiet{grid-column:1;grid-row:2;width:100%}.repair-page-v43 .repair-step-actions .z-btn-primary{grid-column:2;grid-row:2;width:100%;min-width:0}.repair-contact-grid{grid-template-columns:1fr}.repair-contact-grid label:last-child{grid-column:auto}.repair-page-v43 .repair-handover-grid-clean{grid-template-columns:1fr}.repair-page-v43 .repair-choice-card{min-height:154px}.repair-review-topline{align-items:flex-start;flex-direction:column}.repair-no-charge{align-self:flex-start}.repair-page-v43 .repair-summary-row{grid-template-columns:100px 1fr}.repair-card-heading{margin-bottom:14px}
}

/* Guaranteed breathing room for select arrows. */
.repair-page-v43 select,
.form-grid select,
.repair-form-grid select,
.select{
  -webkit-appearance:none;
  appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1.5 1.5 6 6l4.5-4.5' fill='none' stroke='%23666d75' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-size:12px 8px!important;
  background-position:right 15px center!important;
  padding-right:44px!important;
}


/* =========================================================
   Repair Step 1 v5.3 — premium problem-selection experience
   ========================================================= */
.repair-step1-head{margin-bottom:18px!important}
.repair-step1-head>div:first-child{max-width:790px}
.repair-step1-head h3{font-size:30px!important;max-width:760px}
.repair-step1-trust{display:flex;align-items:center;flex-wrap:wrap;gap:8px 16px;margin-top:11px}
.repair-step1-trust span{font-size:13px!important;letter-spacing:0!important;color:#687078!important;font-weight:700!important}
.repair-step1-trust span::first-letter{color:var(--accent)}
.repair-step1-head .repair-fast-badge{min-width:88px;padding:10px 12px;background:#fff9f5;border-color:#f2d9ca}
.repair-step1-head .repair-fast-badge b{font-size:16px;color:var(--accent)}
.repair-step1-head .repair-fast-badge small{font-size:13px;color:#7c838a}

.repair-step1-nav{grid-template-columns:minmax(280px,1fr) auto!important;background:#fcfcfc!important}
.repair-step1-action-status{display:inline-flex;align-items:center;gap:9px;min-width:0;color:#777f87;font-size:13px;font-weight:750}
.repair-step1-action-status>i{width:9px;height:9px;border-radius:50%;background:#d4d8dc;box-shadow:0 0 0 4px #f0f2f3;flex:0 0 auto;transition:.16s ease}
.repair-step1-action-status.ready{color:#26754c}.repair-step1-action-status.ready>i{background:#36a369;box-shadow:0 0 0 4px #e7f5ec}
.repair-step1-nav .z-btn{min-width:208px}

.repair-step1-section-label{margin:2px 0 12px!important}
.repair-step1-section-label>div b,.repair-step1-section-label>div small{display:block}
.repair-step1-section-label>div b{font-size:13px!important;color:#1f252b}
.repair-step1-section-label>div small{font-size:13px;color:#8a9097;margin-top:2px}
.repair-step1-section-label>span{padding:5px 8px;border:1px solid #e4e7e9;border-radius:999px;background:#fafbfb;font-size:13px!important;font-weight:750;color:#7e858c!important}

.repair-page-v43 .repair-quick-grid-clean{gap:12px}
.repair-page-v43 .repair-quick-card{min-height:112px;padding:15px 42px 14px 14px;border-radius:14px;grid-template-columns:42px 1fr;gap:12px;align-items:flex-start;box-shadow:0 4px 14px rgba(23,28,34,.018)}
.repair-page-v43 .repair-quick-card:hover{border-color:#ffb58c;background:#fffaf7;box-shadow:0 9px 24px rgba(24,29,35,.055)}
.repair-page-v43 .repair-quick-card.selected{padding:15px 42px 14px 14px;background:#fff8f3;box-shadow:inset 0 0 0 1px var(--accent),0 8px 24px rgba(255,90,0,.075)}
.repair-page-v43 .repair-quick-card .repair-service-icon{width:42px;height:42px;border-radius:11px;margin:0;background:#fff1e8}
.repair-page-v43 .repair-quick-card .repair-service-icon svg{width:22px;height:22px}
.repair-page-v43 .repair-quick-copy{min-width:0;padding-top:1px}
.repair-page-v43 .repair-quick-copy b{font-size:13px;line-height:1.3;color:#1f252b}
.repair-quick-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:4px;font-size:13px;line-height:1.45;color:#7d848b;min-height:27px}
.repair-page-v43 .repair-quick-copy small{display:inline-flex;align-items:center;margin-top:8px;padding:4px 7px;border-radius:6px;background:#f6f7f7;color:#555d65;font-size:13px;font-weight:800}
.repair-page-v43 .repair-quick-copy small.diagnostic{background:#fff0e7;color:#d94a00}
.repair-page-v43 .repair-card-check{right:14px!important;top:14px;transform:none;width:24px;height:24px;border-color:#d8dde0;background:#fff}
.repair-page-v43 .repair-quick-card.selected .repair-card-check{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 4px 10px rgba(255,90,0,.18)}

.repair-step1-divider{display:flex;align-items:center;gap:12px;margin:17px 0}
.repair-step1-divider::before,.repair-step1-divider::after{content:"";height:1px;background:#eceeef;flex:1}
.repair-step1-divider span{font-size:13px;letter-spacing:.09em;font-weight:850;color:#9ba0a5}
.repair-step1-describe{padding:16px!important;border-radius:13px!important;background:#fbfcfc!important;border:1px solid #e5e8ea!important}
.repair-step1-describe:focus-within{background:#fff!important;border-color:#ffad82!important;box-shadow:0 0 0 3px rgba(255,90,0,.055)!important}
.repair-step1-describe-head{display:grid!important;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;margin:0 0 11px!important}
.repair-step1-describe-head>i{width:34px;height:34px;border-radius:9px;background:#fff1e8;color:var(--accent);display:grid;place-items:center}
.repair-step1-describe-head>i svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.repair-step1-describe-head>span b,.repair-step1-describe-head>span small{display:block}
.repair-step1-describe-head>span b{font-size:13px!important;color:#20262c}.repair-step1-describe-head>span small{font-size:13px!important;line-height:1.45;color:#81878e!important;margin-top:2px}
.repair-step1-describe-head>em{margin:0!important;padding:5px 7px;border:1px solid #e5e8ea;border-radius:999px;background:#fff;color:#737b83!important;font-size:13px!important;font-style:normal!important;font-weight:750;white-space:nowrap}
.repair-step1-describe textarea{min-height:72px!important;padding:12px 13px!important;border:1px solid #dfe3e6!important;border-radius:9px!important;background:#fff!important;font-size:13px!important;line-height:1.55!important;resize:vertical}
.repair-step1-describe-foot{display:flex!important;justify-content:space-between;gap:12px;align-items:center;margin-top:8px!important}
.repair-step1-describe-foot>span{font-size:13px;color:#8b9197}.repair-step1-describe-foot>strong{font-size:13px;color:#2b7650;font-weight:800;white-space:nowrap}

.repair-more-wrap-step1{margin-top:12px!important}
.repair-more-wrap-step1 .repair-more-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0!important;padding:11px 12px!important;border:1px solid transparent;background:transparent;border-radius:9px;text-align:left}
.repair-more-wrap-step1 .repair-more-toggle:hover{border-color:#e5e8ea;background:#fafbfb}
.repair-more-toggle-copy b,.repair-more-toggle-copy small{display:block}.repair-more-toggle-copy b{font-size:13px;color:#3b4249}.repair-more-toggle-copy small{font-size:13px;color:#90969c;margin-top:2px;font-weight:500}
.repair-more-toggle-icon{width:24px;height:24px;border-radius:50%;border:1px solid #e0e4e7;background:#fff;display:grid;place-items:center;color:var(--accent);font-size:13px;flex:0 0 auto}

.repair-step1-bottom-nav{grid-template-columns:minmax(0,1fr) auto auto!important}
.repair-step1-bottom-nav .repair-selected-service{display:flex!important;align-items:center;gap:9px;max-width:none;min-width:0}
.repair-step1-bottom-nav .repair-selected-service[hidden]{display:none!important}
.repair-selected-check{width:25px;height:25px;border-radius:50%;background:#e7f5ec;color:#28754d;display:grid;place-items:center;font-size:13px;font-weight:900;flex:0 0 auto}
.repair-step1-bottom-nav .repair-selected-service>div{min-width:0}.repair-step1-bottom-nav .repair-selected-service b,.repair-step1-bottom-nav .repair-selected-service small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.repair-step1-bottom-nav .repair-selected-service b{font-size:13px}.repair-step1-bottom-nav .repair-selected-service small{font-size:13px;color:#858c93;margin-top:2px}
.repair-step1-bottom-status{min-width:190px;justify-self:center}
.repair-step1-bottom-nav .z-btn{min-width:208px}

@media(max-width:900px){
 .repair-step1-head h3{font-size:27px!important}.repair-step1-trust{gap:7px 12px}
 .repair-step1-nav{grid-template-columns:1fr auto!important}.repair-page-v43 .repair-quick-card{min-height:108px}
 .repair-step1-bottom-nav{grid-template-columns:1fr auto!important}.repair-step1-bottom-status{display:none}
}
@media(max-width:650px){
 .repair-step1-head{align-items:flex-start!important}.repair-step1-head .repair-fast-badge{display:none}.repair-step1-trust{margin-top:9px}.repair-step1-trust span{font-size:13px!important}
 .repair-step1-nav{grid-template-columns:1fr!important}.repair-step1-nav .repair-step1-action-status{display:none}.repair-step1-nav .z-btn{width:100%;min-width:0}
 .repair-step1-section-label>span{display:none}.repair-page-v43 .repair-quick-card{min-height:98px;padding:13px 40px 12px 12px}.repair-page-v43 .repair-quick-card.selected{padding:13px 40px 12px 12px}.repair-quick-description{-webkit-line-clamp:1;min-height:auto}
 .repair-step1-describe{padding:13px!important}.repair-step1-describe-head{grid-template-columns:32px 1fr}.repair-step1-describe-head>em{display:none}.repair-step1-describe-foot{align-items:flex-start;flex-direction:column;gap:4px}
 .repair-step1-bottom-nav{grid-template-columns:1fr!important}.repair-step1-bottom-nav .repair-selected-service{width:100%}.repair-step1-bottom-nav .z-btn{width:100%;min-width:0}.repair-step1-bottom-status{display:none}
}


/* =========================================================
   Step 1 readability + services toggle fix v5.3.1
   ========================================================= */
.repair-step1-head .repair-fast-badge small{font-size:13px}
.repair-step1-action-status{font-size:13px}
.repair-step1-section-label>div b{font-size:14px!important}
.repair-step1-section-label>div small{font-size:13px}
.repair-step1-section-label>span{font-size:13px!important}
.repair-page-v43 .repair-quick-card{min-height:120px}
.repair-page-v43 .repair-quick-copy b{font-size:14px;line-height:1.35}
.repair-quick-description{font-size:13px;line-height:1.5;min-height:34px}
.repair-page-v43 .repair-quick-copy small{font-size:13px;padding:5px 8px}
.repair-step1-divider span{font-size:13px}
.repair-step1-describe-head>span b{font-size:14px!important}
.repair-step1-describe-head>span small{font-size:13px!important;line-height:1.5}
.repair-step1-describe-head>em{font-size:13px!important;padding:6px 9px}
.repair-step1-describe textarea{font-size:14px!important;min-height:84px!important}
.repair-step1-describe-foot>span{font-size:13px}
.repair-step1-describe-foot>strong{font-size:13px}
.repair-more-wrap-step1 .repair-more-toggle{padding:13px 14px!important;border-color:#e7e9eb;background:#fff}
.repair-more-wrap-step1 .repair-more-toggle:hover{border-color:#d7dce0;background:#fafbfb}
.repair-more-toggle-copy{margin-left:0!important;color:inherit!important}
.repair-more-toggle-copy b{font-size:13.5px;color:#242a30}
.repair-more-toggle-copy small{font-size:13px;color:#737b83;margin-top:3px;line-height:1.4}
.repair-more-toggle-icon{width:28px;height:28px;font-size:16px;margin-left:0!important}
.repair-more-panel{padding-top:14px}
.repair-more-grid{gap:12px}
.repair-more-card{min-height:88px;padding:14px 44px 14px 14px;grid-template-columns:38px 1fr;gap:11px;border-radius:12px}
.repair-page-v43 .repair-more-card.selected{padding:14px 44px 14px 14px}
.repair-more-card .repair-service-icon{width:38px;height:38px;border-radius:10px}
.repair-more-card .repair-service-icon svg{width:20px;height:20px}
.repair-more-card b{font-size:13px;line-height:1.35}
.repair-more-card small{font-size:13px;line-height:1.4;margin-top:4px}
.repair-step1-bottom-nav .repair-selected-service b{font-size:13px}
.repair-step1-bottom-nav .repair-selected-service small{font-size:13px}
.repair-step1-bottom-status{font-size:13px}
@media(max-width:650px){
 .repair-step1-trust span{font-size:13px!important}
 .repair-page-v43 .repair-quick-copy b{font-size:13.5px}
 .repair-quick-description{font-size:13px}
 .repair-more-toggle-copy b{font-size:13px}.repair-more-toggle-copy small{font-size:13px}
 .repair-more-card b{font-size:13px}.repair-more-card small{font-size:13px}
}


/* =========================================================
   Global typography standard v5.4 — readable customer-facing scale
   ========================================================= */
:root{
  --text-base:15px;
  --text-ui:14px;
  --text-small:13px;
  --text-lead:17px;
}
body{font-size:var(--text-base);line-height:1.6}
button,input,textarea,select{font-size:14px;line-height:1.45}
.z-desktop-nav,.z-mobile-nav{font-size:14px}
.z-topbar{font-size:13px}
.z-kicker{font-size:13px}
.z-core-body p,.z-it-copy>p,.z-review-card p,.z-faq-grid details>div,.z-footer p,.z-footer a{font-size:14px}
.z-trust-item b,.z-benefits-grid b,.z-reviewer b,.repair-page-v43 label>span,.repair-page-v43 .repair-form-grid label>span{font-size:13.5px}
.z-trust-item small,.z-benefits-grid small,.z-reviewer small,.z-newsletter-row small,.z-footer-bottom>.container,.repair-page-v43 small,.repair-page-v43 em,.repair-page-v43 .repair-field-message{font-size:13px}
.z-product-info h3{font-size:15px}
.z-product-rating,.z-product-rating span{font-size:13px}
.z-footer h4{font-size:13px}
.z-newsletter-row strong,.z-newsletter-row input,.z-newsletter-row button{font-size:13.5px}
.repair-page-v43 .repair-quick-copy b,.repair-page-v43 .repair-more-card b{font-size:14px}
.repair-page-v43 .repair-quick-copy small,.repair-page-v43 .repair-more-card small{font-size:13px}
.repair-page-v43 .repair-panel-head p,.repair-page-v43 .repair-section-intro>p{font-size:14px}
.repair-page-v43 .repair-fast-label b{font-size:14px}
.repair-page-v43 .repair-step b{font-size:13px}
.repair-page-v43 .repair-step span{font-size:13px}
.repair-page-v43 .repair-form-grid input,.repair-page-v43 .repair-form-grid select,.repair-page-v43 .repair-form-grid textarea{font-size:14px}

/* Larger text must not force header overflow on common laptop widths. */
@media(max-width:1250px){
  .z-topbar-inner{gap:12px}
  .z-topbar-item:nth-child(5),.z-topbar-item:nth-child(6){display:none}
  .z-main-menu{gap:20px}
}
@media(max-width:1100px){
  .z-topbar-item:nth-child(4){display:none}
}
@media(max-width:600px){
  body{font-size:15px}
  button,input,textarea,select{font-size:16px} /* avoids mobile browser zoom and improves tap readability */
}


/* =========================================================
   Responsive system v5.5 — homepage + laptop repair + header
   ========================================================= */
html,body{max-width:100%;overflow-x:hidden}
*,*::before,*::after{box-sizing:border-box}
img,svg,video{max-width:100%}
.home-page>* ,.repair-page>*{min-width:0}
.z-nav,.z-hero-grid,.z-core-grid,.z-product-grid,.z-it-grid,.z-process-grid,.z-review-track,.z-faq-grid,.z-footer-grid,.repair-hero-grid,.repair-form-grid,.repair-review-layout,.repair-handover-grid{min-width:0}
.z-core-card,.z-product-card,.z-review-card,.repair-panel,.repair-form-card,.repair-choice-card,.repair-quick-card,.repair-more-card{min-width:0}
.z-core-card p,.z-product-card h3,.z-review-card p,.repair-page p,.repair-page b,.repair-page small{overflow-wrap:anywhere}

/* Crisp interaction icons. */
.z-cart{width:42px;height:42px;display:grid;place-items:center;color:#191d22;border-radius:10px;transition:background-color .18s ease,color .18s ease}
.z-cart svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.z-cart:hover{background:#fff4ed;color:var(--accent)}
.z-cart span{right:1px!important;top:-2px!important}
.z-menu-toggle{width:42px;height:42px;border:1px solid transparent;border-radius:10px;align-items:center;justify-content:center;color:#1e2329;cursor:pointer;transition:background-color .18s ease,border-color .18s ease}
.z-menu-toggle svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}
.z-menu-toggle:hover,.z-menu-toggle:focus-visible{background:#f7f7f5;border-color:#e4e6e8}

/* Fluid desktop/tablet typography and images. */
.z-hero h1{font-size:clamp(42px,4.1vw,56px)}
.z-section-head h2,.z-heading-row h2{font-size:clamp(27px,2.5vw,35px)}
.z-hero-media img{height:auto;max-width:min(590px,100%)}
.z-it-image img{width:100%;height:auto;display:block}
.repair-page-v43 .repair-hero h1{font-size:clamp(40px,4vw,52px)}
.repair-page-v43 .repair-device-card>img{width:100%;height:auto;display:block}

@media(max-width:1100px) and (min-width:901px){
  .container{width:min(var(--container),calc(100% - 36px))}
  .z-nav{gap:14px}
  .z-brand{min-width:126px}.z-brand img{width:126px}
  .z-main-menu{gap:15px}
  .z-menu-link{font-size:13px}
  .z-nav-actions{gap:8px;margin-left:2px}
  .z-header-cta{padding-left:15px;padding-right:15px}
  .z-hero-grid{gap:34px;min-height:auto}
  .z-core-grid{gap:18px}
  .z-product-grid{gap:20px 18px}
  .z-it-grid{gap:38px}
  .repair-page-v43 .repair-hero-grid{gap:36px}
}

/* Tablet/mobile header: hamburger left, logo truly centred, cart right. */
@media(max-width:900px){
  .z-topbar{display:none!important}
  .z-header{top:0}
  .z-nav{height:68px!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) 44px;grid-template-rows:68px;gap:0!important;position:relative;padding:0!important}
  .z-brand{grid-column:2;grid-row:1;justify-self:center;align-self:center;min-width:0!important;width:auto;z-index:3}
  .z-brand img{width:126px!important;max-width:32vw;max-height:45px;height:auto;display:block}
  .z-desktop-nav{display:none!important}
  .z-nav-actions{grid-column:1/-1;grid-row:1;display:grid!important;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;width:100%;gap:0!important;margin:0!important;pointer-events:none}
  .z-menu-toggle{display:flex!important;grid-column:1;justify-self:start;pointer-events:auto}
  .z-cart{grid-column:3;justify-self:end;pointer-events:auto}
  .z-header-cta{display:none!important}
  .z-mobile-nav{display:none!important;position:absolute;left:0;right:0;top:100%;z-index:90;background:#fff;border-top:1px solid #eceeef;padding:10px max(22px,calc((100vw - 720px)/2)) 22px;box-shadow:0 18px 38px rgba(19,24,30,.10);max-height:calc(100svh - 68px);overflow-y:auto;overscroll-behavior:contain}
  .menu-open .z-mobile-nav{display:block!important}
  .menu-open .z-menu-toggle{background:#fff4ed;color:var(--accent);border-color:#ffd6bf}
  .z-mobile-menu-list>a,.z-mobile-menu-group summary{min-height:48px;display:flex;align-items:center;font-size:14px!important}
  .z-mobile-submenu a{font-size:14px!important;min-height:44px;display:flex;align-items:center}

  /* Homepage tablet layout. */
  .z-hero{padding:44px 0 46px!important}
  .z-hero-grid{grid-template-columns:1fr!important;min-height:0!important;gap:30px!important}
  .z-hero-copy{max-width:720px;margin:0 auto;width:100%;padding:0}
  .z-hero-media{display:flex!important;order:2!important;max-width:560px;margin:0 auto;width:100%}
  .z-hero-media img{max-width:100%}
  .z-hero h1{font-size:clamp(42px,7vw,50px)}
  .z-core-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .z-core-card:last-child{grid-column:1/-1;max-width:calc(50% - 9px);width:100%;justify-self:center}
  .z-benefits-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .z-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .z-it-grid{grid-template-columns:1fr!important;gap:28px!important}
  .z-it-copy{max-width:760px}
  .z-it-image{min-height:0!important;height:auto!important}
  .z-it-image img{min-height:0!important;max-height:none!important;object-fit:cover}
  .z-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .z-review-track{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .z-faq-grid{grid-template-columns:1fr!important}
  .z-brand-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:28px 20px}
  .z-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .z-row-head{align-items:flex-end}

  /* Laptop repair tablet layout. */
  .repair-page-v43 .repair-hero{padding:42px 0 44px!important}
  .repair-page-v43 .repair-hero-grid{grid-template-columns:1fr!important;gap:26px!important}
  .repair-page-v43 .repair-hero-copy{max-width:760px}
  .repair-page-v43 .repair-hero-visual{display:none!important}
  .repair-booking-container{max-width:100%}
  .repair-page-v43 .repair-panel{padding:26px 24px 24px}
  .repair-page-v43 .repair-quick-grid-clean,.repair-more-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .repair-form-grid-device,.repair-contact-grid{grid-template-columns:1fr 1fr!important}
  .repair-page-v43 .repair-handover-grid-clean{grid-template-columns:1fr!important}
  .repair-page-v43 .repair-review-layout{grid-template-columns:1fr!important}
  .repair-price-policy{max-width:none}
}

@media(max-width:650px){
  .container{width:calc(100% - 30px)!important}
  .z-nav{height:64px!important;grid-template-rows:64px}
  .z-brand img{width:116px!important;max-width:38vw}
  .z-mobile-nav{max-height:calc(100svh - 64px);padding-left:20px;padding-right:20px}

  /* Home: compact, readable, touch-friendly. */
  .z-hero{padding:34px 0 38px!important}
  .z-hero-grid{gap:20px!important}
  .z-hero-media{display:none!important}
  .z-hero h1{font-size:clamp(35px,10vw,42px);line-height:1.06;margin:11px 0 16px}
  .z-lead{font-size:15px;line-height:1.65}
  .z-trust-row{grid-template-columns:1fr 1fr!important;gap:14px 12px;max-width:none!important}
  .z-trust-item{align-items:flex-start}
  .z-hero-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:10px!important;width:100%}
  .z-hero-actions .z-btn{width:100%;justify-content:center;padding-left:12px;padding-right:12px}
  .z-hero-actions .z-link-arrow{grid-column:1/-1;width:auto!important;margin:5px 0 0!important}
  .z-proof{flex-wrap:wrap;gap:12px}
  .z-core-grid{grid-template-columns:1fr!important;gap:16px!important}
  .z-core-card:last-child{grid-column:auto;max-width:none}
  .z-core-card{grid-template-columns:54px minmax(0,1fr)!important;gap:12px!important;padding:22px 18px!important}
  .z-core-card .z-btn{grid-column:1/-1;width:100%;justify-content:center}
  .z-benefits-grid{grid-template-columns:1fr 1fr!important;gap:0!important}
  .z-benefits-grid>div{min-width:0;padding:13px 8px!important;border-bottom:1px solid #eceeef}
  .z-row-head,.z-heading-row{display:flex;flex-direction:column;align-items:flex-start!important;gap:10px}
  .z-row-head>a,.z-heading-row>a{align-self:flex-start}
  .z-product-grid{grid-template-columns:1fr!important;gap:16px!important}
  .z-product-card{min-height:0!important}
  .z-product-image{height:180px}
  .z-it-list{grid-template-columns:1fr!important;gap:13px!important}
  .z-it-actions{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%}
  .z-it-actions .z-btn{width:100%;justify-content:center}
  .z-process-grid{grid-template-columns:1fr!important}
  .z-process-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:10px;width:100%}
  .z-process-actions .z-btn{width:100%;justify-content:center}
  .z-review-track{grid-template-columns:1fr!important}
  .z-review-card{min-height:0!important}
  .z-carousel-arrow{width:38px!important;height:38px!important}
  .z-faq-grid details{padding:0 16px}
  .z-faq-grid summary{font-size:14px;line-height:1.45;padding:16px 0}
  .z-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 18px}
  .z-brand-grid img{max-width:118px;height:42px}
  .z-footer-grid{grid-template-columns:1fr!important;gap:30px!important}
  .z-newsletter-row{grid-template-columns:1fr!important;gap:18px!important}
  .z-newsletter-row form{width:100%}
  .z-payments{justify-content:flex-start}
  .z-footer-bottom>.container{align-items:flex-start!important;text-align:left}

  /* Repair: usable on phone without sideways scroll. */
  .repair-page-v43 .repair-hero{padding:32px 0 34px!important}
  .repair-page-v43 .repair-hero h1{font-size:clamp(34px,9.5vw,40px)!important;line-height:1.07}
  .repair-page-v43 .repair-confidence{display:grid;grid-template-columns:1fr;gap:8px}
  .repair-benefit-grid{grid-template-columns:1fr 1fr!important;gap:0!important}
  .repair-benefit-grid>div{padding:11px 8px!important;border-bottom:1px solid #e6e7e9}
  .repair-page-v43 .repair-booking-section{padding:32px 0 36px!important}
  .repair-page-v43 .repair-section-intro h2{font-size:30px!important}
  .repair-wizard-shell{border-radius:14px!important}
  .repair-page-v43 .repair-stepper{grid-template-columns:repeat(5,minmax(0,1fr));padding:0 5px!important}
  .repair-page-v43 .repair-step{height:54px!important;gap:0!important}
  .repair-page-v43 .repair-step b{display:none!important}
  .repair-page-v43 .repair-step span{width:27px;height:27px;font-size:12px}
  .repair-page-v43 .repair-panel{padding:22px 16px 20px!important}
  .repair-page-v43 .repair-panel-head{gap:10px}
  .repair-page-v43 .repair-panel-head h3{font-size:25px!important;line-height:1.18}
  .repair-page-v43 .repair-quick-grid-clean,.repair-more-grid{grid-template-columns:1fr!important}
  .repair-form-grid-device,.repair-contact-grid,.repair-form-grid{grid-template-columns:1fr!important}
  .repair-form-grid .full{grid-column:auto!important}
  .repair-upload-zone{min-height:140px;flex-direction:column;text-align:center;padding:20px 16px}
  .repair-upload-previews{grid-template-columns:1fr 1fr!important}
  .repair-page-v43 .repair-review-layout{grid-template-columns:1fr!important}
  .repair-page-v43 .repair-summary-row{grid-template-columns:90px minmax(0,1fr)!important;gap:12px!important}
  .repair-page-v43 .repair-step-actions,.repair-page-v43 .repair-step-actions-top{grid-template-columns:1fr 1fr!important;gap:8px!important;padding:9px!important}
  .repair-action-status,.repair-step1-action-status{grid-column:1/-1!important;grid-row:1!important;justify-content:flex-start!important;min-width:0}
  .repair-page-v43 .repair-step-actions .z-btn-quiet{grid-column:1!important;grid-row:2!important;width:100%;min-width:0!important}
  .repair-page-v43 .repair-step-actions .z-btn-primary{grid-column:2!important;grid-row:2!important;width:100%;min-width:0!important;padding-left:10px;padding-right:10px}
  .repair-step-actions-top-first .z-btn-primary{grid-column:1/-1!important}
  .repair-step1-bottom-nav .repair-selected-service{grid-column:1/-1!important}
  .repair-consent{font-size:13px;line-height:1.5}
}

@media(max-width:420px){
  .container{width:calc(100% - 24px)!important}
  .z-nav{height:62px!important;grid-template-columns:42px minmax(0,1fr) 42px;grid-template-rows:62px}
  .z-menu-toggle,.z-cart{width:40px;height:40px}
  .z-brand img{width:104px!important;max-width:42vw}
  .z-mobile-nav{max-height:calc(100svh - 62px);padding-left:16px;padding-right:16px}
  .z-hero h1{font-size:34px}
  .z-trust-row{grid-template-columns:1fr!important}
  .z-hero-actions{grid-template-columns:1fr!important}
  .z-hero-actions .z-link-arrow{grid-column:auto}
  .z-benefits-grid{grid-template-columns:1fr!important}
  .z-it-actions,.z-process-actions{grid-template-columns:1fr!important}
  .z-brand-grid{grid-template-columns:1fr 1fr!important}
  .repair-benefit-grid{grid-template-columns:1fr!important}
  .repair-page-v43 .repair-panel{padding-left:14px!important;padding-right:14px!important}
  .repair-page-v43 .repair-step-actions,.repair-page-v43 .repair-step-actions-top{grid-template-columns:1fr!important}
  .repair-action-status,.repair-step1-action-status{grid-column:1!important;grid-row:1!important}
  .repair-page-v43 .repair-step-actions .z-btn-quiet{grid-column:1!important;grid-row:2!important}
  .repair-page-v43 .repair-step-actions .z-btn-primary{grid-column:1!important;grid-row:3!important}
  .repair-step-actions-top-first .z-btn-primary{grid-row:2!important}
  .repair-page-v43 .repair-summary-row{grid-template-columns:1fr!important;gap:3px!important}
  .repair-upload-previews{grid-template-columns:1fr!important}
}

@media(max-width:350px){
  .z-brand img{width:96px!important}
  .z-menu-toggle,.z-cart{width:38px;height:38px}
  .z-hero h1{font-size:31px}
  .repair-page-v43 .repair-hero h1{font-size:31px!important}
}


/* =========================================================
   Mobile responsive refinement v5.6 — compact 2-column flow
   ========================================================= */
.z-hero-media-mobile{display:none}

@media(max-width:650px){
  /* Header: stable three-point layout — menu / centred logo / cart. */
  .z-nav{grid-template-columns:46px minmax(0,1fr) 46px!important;padding:0 2px!important}
  .z-menu-toggle{grid-column:1!important;justify-self:start!important;width:42px!important;height:42px!important;border:0!important;background:transparent!important}
  .z-menu-toggle svg{width:25px!important;height:25px!important;stroke-width:2!important}
  .z-brand{grid-column:2!important;position:static!important;transform:none!important;justify-self:center!important;margin:0!important}
  .z-brand img{width:112px!important;max-width:34vw!important;max-height:44px!important;object-fit:contain!important}
  .z-cart{grid-column:3!important;justify-self:end!important;width:42px!important;height:42px!important;background:transparent!important}
  .z-cart svg{width:23px!important;height:23px!important}

  /* Hero image is intentionally shown on phones in a compact visual block. */
  .z-hero-media{display:none!important}
  .z-hero-media-mobile{display:flex!important;align-items:center;justify-content:center;width:100%;height:220px;margin:18px 0 20px;border:1px solid #f0e6df;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#fff 0,#fff9f5 100%)}
  .z-hero-media-mobile img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}

  /* Keep proof points compact: two per row, including narrow phones. */
  .z-trust-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 10px!important}
  .z-trust-item{min-width:0;padding:3px 0}
  .z-trust-item b{font-size:13.5px!important;line-height:1.3}
  .z-trust-item small{font-size:13px!important;line-height:1.35}

  /* Benefits: two per row to avoid a long vertical list. */
  .z-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important}
  .z-benefits-grid>div{min-height:72px!important;padding:12px 8px!important;border-right:0!important;border-bottom:1px solid #eceeef!important;align-content:center}
  .z-benefits-grid>div:nth-child(odd){border-right:1px solid #eceeef!important}
  .z-benefits-grid b{font-size:13px!important;line-height:1.28}
  .z-benefits-grid small{font-size:13px!important;line-height:1.3}

  /* Marketplace cards stay two per row on phones. */
  .z-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .z-product-card{padding:12px 11px 13px!important;border-radius:11px!important;min-height:0!important}
  .z-product-image{height:118px!important;margin-bottom:10px!important}
  .z-product-image img{max-height:112px!important;max-width:96%!important}
  .z-product-info h3{font-size:13.5px!important;line-height:1.35!important;min-height:55px!important;margin-bottom:6px!important}
  .z-product-rating{font-size:13px!important;letter-spacing:.03em!important;white-space:nowrap}
  .z-product-rating span{font-size:13px!important;margin-left:2px!important}
  .z-product-foot{padding-top:9px!important;gap:6px}
  .z-product-foot strong{font-size:15.5px!important}
  .z-product-foot button{width:32px!important;height:32px!important;flex:0 0 32px}

  /* Office IT services: two per row while preserving readability. */
  .z-it-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 10px!important;margin-top:20px!important}
  .z-it-list span{min-width:0;font-size:13px!important;line-height:1.35!important;align-items:flex-start!important;gap:7px!important}
  .z-it-list i{width:20px!important;height:20px!important;flex:0 0 20px;margin-top:0}
}

@media(max-width:420px){
  /* Do not collapse the requested two-column content on small phones. */
  .z-trust-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .z-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .z-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .z-it-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .z-hero-media-mobile{height:205px;margin-top:16px}
  .z-product-card{padding:10px!important}
  .z-product-image{height:105px!important}
  .z-product-image img{max-height:100px!important}
  .z-product-info h3{font-size:13px!important;min-height:54px!important}
  .z-product-foot strong{font-size:14.5px!important}
}

@media(max-width:350px){
  .z-hero-media-mobile{height:185px}
  .z-product-grid{gap:9px!important}
  .z-product-card{padding:9px!important}
  .z-product-image{height:92px!important}
  .z-product-image img{max-height:88px!important}
  .z-product-info h3{font-size:13px!important;min-height:70px!important}
  .z-it-list{gap:10px 8px!important}
}


/* =========================================================
   Responsive header alignment fix v5.6.1
   ========================================================= */
@media(max-width:900px){
  .z-nav{align-items:center!important}
  .z-nav-actions{display:contents!important}
  .z-brand{display:flex!important;align-items:center!important;justify-content:center!important;height:100%}
  .z-menu-toggle,
  .z-cart{display:flex!important;align-items:center!important;justify-content:center!important;align-self:center!important;position:relative;border:0!important;background:transparent!important;border-radius:12px!important;padding:0!important;margin:0!important;line-height:1}
  .z-menu-toggle svg,
  .z-cart svg{display:block;flex:0 0 auto}
  .z-cart span{top:1px!important;right:0!important}
}
@media(max-width:650px){
  .z-nav{grid-template-columns:48px minmax(0,1fr) 48px!important;min-height:64px!important}
  .z-menu-toggle{grid-column:1!important;justify-self:start!important;width:40px!important;height:40px!important;margin-left:2px!important}
  .z-brand{grid-column:2!important;justify-self:center!important}
  .z-brand img{width:110px!important;max-width:34vw!important;display:block;margin:0 auto!important}
  .z-cart{grid-column:3!important;justify-self:end!important;width:40px!important;height:40px!important;margin-right:2px!important}
}
@media(max-width:420px){
  .z-nav{grid-template-columns:46px minmax(0,1fr) 46px!important;min-height:62px!important}
  .z-menu-toggle,.z-cart{width:38px!important;height:38px!important}
  .z-brand img{width:102px!important;max-width:36vw!important}
}


/* =========================================================
   Mobile UX refinement v5.7 — reviews, brands, footer, menu
   ========================================================= */
.z-brand-toggle,.z-footer-social-mobile{display:none}
.z-brand-item{display:flex;align-items:center;justify-content:center;min-width:0}
.z-brand-head p{display:none;margin:8px auto 0;max-width:520px;color:#6a7179;font-size:14px;line-height:1.55}

@media(max-width:900px){
  body.menu-open{overflow:hidden}
  .z-mobile-nav{padding-top:0!important}
  .z-mobile-nav-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0 14px;border-bottom:1px solid #eceef0;margin-bottom:4px}
  .z-mobile-nav-head span,.z-mobile-nav-head b{display:block}
  .z-mobile-nav-head span{font-size:12px;color:#8a9199;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
  .z-mobile-nav-head b{font-size:20px;line-height:1.2;margin-top:2px;color:#171b20}
  .z-mobile-close{width:42px;height:42px;border:1px solid #e3e6e9;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;color:#242a31;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}
  .z-mobile-close:hover,.z-mobile-close:focus-visible{background:#fff4ed;border-color:#ffcaaa;color:var(--accent)}
  .z-mobile-close svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}
  .z-mobile-menu-list>a,.z-mobile-menu-group{border-bottom:1px solid #edf0f2!important}
  .z-mobile-menu-list>a,.z-mobile-menu-group summary{min-height:52px!important;font-size:15px!important;font-weight:750!important;color:#20252b!important}
  .z-mobile-menu-group summary .z-mobile-menu-plus{width:28px;height:28px;border:1px solid #e1e4e7;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:17px!important;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease;flex:0 0 28px}
  .z-mobile-menu-group[open]>summary .z-mobile-menu-plus{background:#fff3eb;color:var(--accent);border-color:#ffd5bd;transform:rotate(45deg)}
  .z-mobile-submenu{padding:0 0 12px 14px!important}
  .z-mobile-submenu a{min-height:43px!important;font-size:14px!important;padding:10px 12px!important;border-radius:9px!important;margin:2px 0!important}
  .z-mobile-submenu a:hover{background:#fff6f0;color:var(--accent)!important}
  .z-menu-line{transform-box:fill-box;transform-origin:center;transition:transform .18s ease,opacity .14s ease}
  .menu-open .z-menu-line-1{transform:translateY(5px) rotate(45deg)}
  .menu-open .z-menu-line-2{opacity:0}
  .menu-open .z-menu-line-3{transform:translateY(-5px) rotate(-45deg)}
}

@media(max-width:650px){
  /* Reviews: professional one-card mobile carousel with controls in heading zone. */
  .home-page .z-reviews-section{padding-top:42px!important;padding-bottom:42px!important}
  .z-review-shell{overflow:visible!important}
  .z-reviews-section .z-heading-row{position:relative!important;display:block!important;padding-right:94px!important;margin-bottom:20px!important;min-height:68px}
  .z-reviews-section .z-heading-row .z-kicker{margin-bottom:6px}
  .z-reviews-section .z-heading-row h2{font-size:26px!important;line-height:1.18!important;margin:0!important;max-width:280px}
  .z-review-carousel{position:relative!important;overflow:visible!important}
  .z-review-track{display:block!important;overflow:visible!important}
  .z-review-card{width:100%!important;min-height:245px!important;padding:23px 22px!important;border-radius:15px!important;box-shadow:0 8px 24px rgba(24,29,34,.04);overflow:visible!important}
  .z-review-stars{font-size:15px!important;margin-bottom:3px}
  .z-review-card p{font-size:15px!important;line-height:1.65!important;margin:14px 0 22px!important;overflow:visible!important}
  .z-reviewer img{width:44px!important;height:44px!important;min-width:44px!important}
  .z-reviewer b{font-size:14px!important}.z-reviewer small{font-size:13px!important}
  .z-carousel-arrow{position:absolute!important;top:-74px!important;width:40px!important;height:40px!important;border-radius:12px!important;background:#fff!important;border:1px solid #dfe3e7!important;box-shadow:0 7px 18px rgba(26,31,36,.07)!important;font-size:0!important;z-index:10!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#20262d!important}
  .z-carousel-arrow::before{content:"";width:9px;height:9px;border-top:1.8px solid currentColor;border-right:1.8px solid currentColor;display:block}
  .z-carousel-arrow.z-prev{left:auto!important;right:48px!important}
  .z-carousel-arrow.z-prev::before{transform:rotate(-135deg);margin-left:4px}
  .z-carousel-arrow.z-next{right:0!important;left:auto!important}
  .z-carousel-arrow.z-next::before{transform:rotate(45deg);margin-right:4px}
  .z-carousel-arrow:hover{background:#fff5ee!important;border-color:#ffc9a7!important;color:var(--accent)!important}
  .z-carousel-dots{margin-top:18px!important;gap:7px!important;min-height:10px}
  .z-carousel-dot{width:7px!important;height:7px!important}
  .z-carousel-dot.active{width:22px!important;border-radius:999px!important}

  /* Brands: collapsed by default on mobile, clean two-column logo cards when opened. */
  .z-brands-section{padding:38px 0 42px!important}
  .z-brand-head{margin-bottom:16px!important}
  .z-brand-head h2{font-size:25px!important;line-height:1.18!important;max-width:340px;margin-left:auto;margin-right:auto}
  .z-brand-head p{display:block}
  .z-brand-toggle{width:100%;min-height:52px;border:1px solid #e1e4e7;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 16px;color:#20252b;font-size:14px;font-weight:800;cursor:pointer;margin:18px 0 0;transition:border-color .18s ease,background .18s ease,color .18s ease}
  .z-brand-toggle:hover,.z-brand-toggle:focus-visible{border-color:#ffc7a6;background:#fff7f2;color:#c94a00}
  .z-brand-toggle i{font-style:normal;width:28px;height:28px;border-radius:8px;background:#fff1e8;color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1}
  .z-brand-grid{display:none!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:12px!important;padding:10px;border:1px solid #e8eaed;border-radius:14px;background:#fbfbfa}
  .z-brand-grid.is-open{display:grid!important;animation:zBrandOpen .18s ease both}
  @keyframes zBrandOpen{from{opacity:.65;transform:translateY(-3px)}to{opacity:1;transform:none}}
  .z-brand-item{height:82px;border:1px solid #eceef0;border-radius:10px;background:#fff;padding:13px 10px}
  .z-brand-grid img{width:auto!important;max-width:112px!important;height:42px!important;max-height:42px!important;object-fit:contain!important;margin:auto!important}

  /* Footer: social icons deliberately appear last on mobile. */
  .z-socials-desktop{display:none!important}
  .z-footer-social-mobile{display:block;order:99;border-top:1px solid #e5e8ea;padding-top:24px;margin-top:2px}
  .z-footer-social-mobile h4{margin-bottom:5px!important}
  .z-footer-social-mobile p{margin:0 0 14px!important;color:#697079!important}
  .z-socials-mobile{display:flex!important;gap:12px!important;margin-top:0!important}
  .z-socials-mobile a{width:40px!important;height:40px!important;flex-basis:40px!important}
  .z-socials-mobile a svg{width:16px!important;height:16px!important}
  .z-footer-grid{display:flex!important;flex-direction:column!important;gap:28px!important}
  .z-footer-brand{order:1}.z-footer-grid>div:nth-child(2){order:2}.z-footer-grid>div:nth-child(3){order:3}.z-footer-grid>#contact{order:4}.z-footer-social-mobile{order:5}
}

@media(max-width:420px){
  .z-reviews-section .z-heading-row{padding-right:92px!important}
  .z-reviews-section .z-heading-row h2{font-size:24px!important;max-width:245px}
  .z-review-card{padding:21px 18px!important;min-height:250px!important}
  .z-brand-item{height:76px}
  .z-brand-grid img{max-width:100px!important;height:38px!important}
}


/* =========================================================
   Final responsive QA v5.7.1 — mobile stability & polish
   ========================================================= */
html,body{max-width:100%;overflow-x:hidden}
.z-contact-line{display:flex;align-items:flex-start;gap:10px;margin:9px 0!important;min-width:0}
.z-contact-line svg{width:17px;height:17px;flex:0 0 17px;margin-top:2px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;color:#636b73}
.z-contact-line span{min-width:0;overflow-wrap:anywhere}

@media(max-width:900px){
  /* Smooth mobile navigation sheet: no flashing/jumping when opening. */
  .z-mobile-nav{display:block!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;width:100%!important;box-sizing:border-box!important}
  .menu-open .z-mobile-nav{visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform:none!important}
  .z-mobile-nav-head{position:sticky;top:0;background:#fff;z-index:2}
  .z-mobile-menu-list{padding-bottom:max(18px,env(safe-area-inset-bottom))}

  /* Laptop repair gets a real responsive hero visual too. */
  .repair-page-v43 .repair-hero-visual{display:block!important;width:100%;max-width:600px;margin:0 auto}
  .repair-page-v43 .repair-device-card{padding:0!important}
  .repair-page-v43 .repair-device-card>img{width:100%!important;max-width:100%!important;max-height:360px!important;object-fit:contain!important;border-radius:18px!important}
}

@media(max-width:650px){
  /* Fixed mobile header geometry. */
  .z-nav{width:100%!important;grid-template-columns:46px minmax(0,1fr) 46px!important;padding:0!important;margin:0!important}
  .z-brand{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:auto!important;height:auto!important;z-index:3!important}
  .z-brand img{width:106px!important;max-width:34vw!important;margin:0!important}
  .z-menu-toggle{position:relative!important;z-index:4!important;margin-left:0!important}
  .z-cart{position:relative!important;z-index:4!important;margin-right:0!important}

  /* Reviews remain contained and readable at 320–400px. */
  .z-reviews-section .z-heading-row{padding-right:98px!important;min-height:76px!important}
  .z-review-carousel{width:100%!important;max-width:100%!important}
  .z-review-card{box-sizing:border-box!important;min-width:0!important;min-height:0!important;padding:22px 20px!important}
  .z-review-card p{min-height:0!important;margin-bottom:20px!important}
  .z-carousel-arrow{top:-80px!important}
  .z-carousel-arrow.z-prev{right:50px!important}
  .z-carousel-arrow.z-next{right:2px!important}

  /* Brands: predictable accordion sizing, no scattered logos. */
  .z-brand-toggle{box-sizing:border-box!important}
  .z-brand-grid{box-sizing:border-box!important;width:100%!important}
  .z-brand-item{min-width:0!important;overflow:hidden!important}
  .z-brand-grid img{max-width:90%!important}

  /* Social block is always the final footer content on phones. */
  .z-footer-grid{display:flex!important}
  .z-footer-social-mobile{order:999!important;margin-top:4px!important;padding-bottom:4px}
  .z-socials-mobile{flex-wrap:wrap!important}

  /* Repair hero image stays compact on phone and does not compete with booking CTA. */
  .repair-page-v43 .repair-hero-grid{gap:20px!important}
  .repair-page-v43 .repair-hero-visual{max-width:100%!important;margin-top:2px!important}
  .repair-page-v43 .repair-device-card>img{max-height:245px!important;border-radius:14px!important;box-shadow:0 10px 28px rgba(22,28,34,.08)!important}
  .repair-page-v43 .repair-float-card{display:none!important}
}

@media(max-width:420px){
  .z-brand img{width:98px!important;max-width:34vw!important}
  .z-reviews-section .z-heading-row{padding-right:94px!important}
  .z-reviews-section .z-heading-row h2{max-width:none!important;font-size:24px!important}
  .z-carousel-arrow{width:38px!important;height:38px!important;top:-78px!important}
  .z-carousel-arrow.z-prev{right:47px!important}
  .z-review-card{padding:20px 17px!important}
  .z-brand-grid{padding:8px!important;gap:8px!important}
  .z-brand-item{height:72px!important;padding:10px 8px!important}
  .repair-page-v43 .repair-device-card>img{max-height:215px!important}
}

@media(max-width:350px){
  .z-brand img{width:92px!important}
  .z-reviews-section .z-heading-row{padding-right:88px!important}
  .z-carousel-arrow{width:36px!important;height:36px!important}
  .z-carousel-arrow.z-prev{right:44px!important}
  .z-review-card{padding:18px 15px!important}
  .z-brand-item{height:68px!important}
  .repair-page-v43 .repair-device-card>img{max-height:195px!important}
}


/* =========================================================
   Mobile header structural fix v5.7.2
   Hamburger | centered logo | cart in one row
   ========================================================= */
@media(max-width:900px){
  .z-nav{display:grid!important;grid-template-columns:48px minmax(0,1fr) 48px!important;grid-template-rows:68px!important;align-items:center!important;position:relative!important}
  .z-menu-toggle{grid-column:1!important;grid-row:1!important;display:flex!important;align-items:center!important;justify-content:center!important;justify-self:start!important;align-self:center!important;width:40px!important;height:40px!important;margin:0!important;padding:0!important;position:relative!important;z-index:5!important}
  .z-brand{grid-column:2!important;grid-row:1!important;position:static!important;left:auto!important;top:auto!important;transform:none!important;justify-self:center!important;align-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important;height:100%!important;margin:0!important;z-index:4!important}
  .z-nav-actions{grid-column:3!important;grid-row:1!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;justify-self:end!important;align-self:center!important;width:48px!important;height:100%!important;margin:0!important;padding:0!important;gap:0!important;pointer-events:auto!important}
  .z-cart{display:flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;margin:0!important;padding:0!important;position:relative!important;z-index:5!important}
  .z-header-cta{display:none!important}
}
@media(max-width:650px){
  .z-nav{grid-template-columns:46px minmax(0,1fr) 46px!important;grid-template-rows:64px!important;min-height:64px!important}
  .z-nav-actions{width:46px!important}
  .z-brand img{width:106px!important;max-width:34vw!important;max-height:42px!important;margin:0!important}
}
@media(max-width:420px){
  .z-nav{grid-template-columns:44px minmax(0,1fr) 44px!important;grid-template-rows:62px!important;min-height:62px!important}
  .z-nav-actions{width:44px!important}
  .z-menu-toggle,.z-cart{width:38px!important;height:38px!important}
  .z-brand img{width:98px!important;max-width:35vw!important}
}


/* =========================================================
   Repair choice UX v5.8 — generic CTA supports laptop + mobile
   ========================================================= */
body.repair-choice-open{overflow:hidden}
.repair-choice-modal{position:fixed;inset:0;z-index:300;display:grid;place-items:center;padding:24px}
.repair-choice-modal[hidden]{display:none!important}
.repair-choice-backdrop{position:absolute;inset:0;background:rgba(20,24,28,.46);backdrop-filter:blur(4px)}
.repair-choice-dialog{position:relative;width:min(620px,100%);background:#fff;border:1px solid #e8eaed;border-radius:20px;box-shadow:0 28px 80px rgba(20,24,30,.22);padding:34px;z-index:1}
.repair-choice-close{position:absolute;right:16px;top:16px;width:40px;height:40px;padding:0;border:1px solid #e0e3e6;border-radius:50%;background:#fff;color:#333941;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;appearance:none;-webkit-appearance:none;line-height:0;font-size:0;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;position:absolute}.repair-choice-close svg{display:none}.repair-choice-close::before,.repair-choice-close::after{content:"";position:absolute;left:50%;top:50%;width:14px;height:2px;background:currentColor;border-radius:2px;transform-origin:center center}.repair-choice-close::before{transform:translate(-50%,-50%) rotate(45deg)}.repair-choice-close::after{transform:translate(-50%,-50%) rotate(-45deg)}.repair-choice-close:hover{transform:translateY(-1px)}
.repair-choice-close:hover{background:#fff4ed;border-color:#ffd0b7;color:var(--accent)}
.repair-choice-kicker{font-size:13px;font-weight:850;letter-spacing:.06em;color:var(--accent);margin-bottom:8px}
.repair-choice-dialog h2{font-size:32px;line-height:1.12;letter-spacing:-.035em;margin:0 42px 8px 0}
.repair-choice-dialog>p{font-size:15px;line-height:1.6;color:#68707a;margin:0 0 22px}
.repair-choice-options{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.repair-choice-option{min-width:0;min-height:150px;border:1px solid #e2e5e8;border-radius:15px;padding:20px;display:grid;grid-template-columns:48px minmax(0,1fr) 22px;gap:13px;align-items:center;color:#20252b;background:#fff;text-decoration:none;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.repair-choice-option:hover,.repair-choice-option:focus-visible{border-color:#ffb589;background:#fff9f5;box-shadow:0 12px 28px rgba(24,28,34,.08);outline:none}
.repair-choice-icon{width:48px;height:48px;border-radius:12px;background:#fff1e8;color:var(--accent);display:grid;place-items:center}
.repair-choice-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.repair-choice-option b,.repair-choice-option small{display:block}
.repair-choice-option b{font-size:17px;line-height:1.25}
.repair-choice-option small{font-size:13px;line-height:1.45;color:#727983;margin-top:5px}
.repair-choice-option>i{font-style:normal;font-size:20px;color:var(--accent);justify-self:end;margin-right:2px}
.repair-choice-note{margin-top:16px;padding:12px 14px;background:#f7f8f8;border-radius:10px;color:#656d76;font-size:13px;line-height:1.5}

.repair-choice-page-hero{padding:72px 0 84px;background:linear-gradient(135deg,#fff 0,#fff 70%,#fff7f1 100%)}
.repair-choice-page-inner{max-width:900px;text-align:center}
.repair-choice-page-inner h1{font-size:48px;line-height:1.08;letter-spacing:-.04em;margin:8px 0 12px}
.repair-choice-page-inner>p{max-width:650px;margin:0 auto;color:#68707a;font-size:16px;line-height:1.65}
.repair-choice-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:34px;text-align:left}
.repair-choice-page-card{border:1px solid #e1e4e7;border-radius:17px;padding:24px;display:grid;grid-template-columns:58px minmax(0,1fr) 24px;gap:16px;align-items:center;min-height:170px;background:#fff;color:#20252b;text-decoration:none;box-shadow:0 10px 32px rgba(23,27,32,.04);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.repair-choice-page-card:hover,.repair-choice-page-card:focus-visible{border-color:#ffb589;background:#fffaf7;box-shadow:0 16px 36px rgba(23,27,32,.08);outline:none}
.repair-choice-page-icon{width:58px;height:58px;border-radius:14px;background:#fff1e8;color:var(--accent);display:grid;place-items:center}
.repair-choice-page-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.repair-choice-page-card b,.repair-choice-page-card small{display:block}.repair-choice-page-card b{font-size:21px}.repair-choice-page-card small{font-size:14px;line-height:1.5;color:#6c747d;margin-top:6px}.repair-choice-page-card>i{font-style:normal;font-size:22px;color:var(--accent)}
.repair-choice-page-help{margin:18px auto 0;font-size:13px;color:#707780}.repair-choice-page-help span{font-weight:800;color:#333941}
@media(max-width:650px){.repair-choice-modal{padding:14px}.repair-choice-dialog{padding:28px 18px 20px;border-radius:16px}.repair-choice-dialog h2{font-size:27px}.repair-choice-options{grid-template-columns:1fr}.repair-choice-option{min-height:112px;padding:16px}.repair-choice-page-hero{padding:48px 0 58px}.repair-choice-page-inner h1{font-size:36px}.repair-choice-page-grid{grid-template-columns:1fr}.repair-choice-page-card{min-height:130px;padding:18px}}


/* =========================================================
   Laptop Repair mobile experience v5.9
   Premium phone layout without changing desktop
   ========================================================= */
.repair-device-card picture{display:block;width:100%}
.repair-device-card picture img{display:block;width:100%;height:auto}
.repair-benefit-card{display:flex;align-items:center;gap:12px;min-width:0}
.repair-benefit-card>span:last-child{min-width:0}
.repair-benefit-card b,.repair-benefit-card small{display:block}
.repair-benefit-card small{color:#747a82;margin-top:3px;line-height:1.4}
.repair-benefit-icon{width:36px;height:36px;border-radius:10px;background:#fff3eb;color:var(--accent);display:grid;place-items:center;flex:0 0 36px}
.repair-benefit-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

@media(max-width:650px){
  /* Hero: designed as a mobile composition, not a desktop stack. */
  .repair-page-v43 .repair-hero{padding:24px 0 28px!important;background:linear-gradient(180deg,#fff 0,#fff 68%,#fff9f5 100%)!important}
  .repair-page-v43 .repair-hero-grid{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}
  .repair-page-v43 .repair-hero-copy{max-width:none!important}
  .repair-page-v43 .repair-hero h1{font-size:clamp(34px,9.4vw,40px)!important;line-height:1.05!important;letter-spacing:-.035em!important;margin:10px 0 14px!important}
  .repair-page-v43 .repair-hero p{font-size:15px!important;line-height:1.62!important;margin:0!important}
  .repair-page-v43 .repair-hero-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:8px!important;width:100%!important;margin-top:20px!important}
  .repair-page-v43 .repair-hero-actions .z-btn{width:100%!important;min-width:0!important;min-height:46px!important;padding:0 8px!important;justify-content:center!important;font-size:13px!important;white-space:nowrap!important}
  .repair-page-v43 .repair-confidence{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px 10px!important;margin-top:16px!important}
  .repair-page-v43 .repair-confidence span{min-width:0;padding:9px 10px;border:1px solid #eceeef;border-radius:10px;background:#fff;font-size:13px!important;line-height:1.35!important}
  .repair-page-v43 .repair-confidence span:last-child{grid-column:1/-1!important}
  .repair-page-v43 .repair-hero-visual{display:block!important;width:100%!important;max-width:none!important;margin:0!important}
  .repair-page-v43 .repair-device-card{padding:0!important;border-radius:16px!important;overflow:hidden!important;border:1px solid #ece7e3!important;background:#fff!important;box-shadow:0 12px 30px rgba(21,27,33,.08)!important}
  .repair-page-v43 .repair-device-card picture img{width:100%!important;height:220px!important;max-height:none!important;object-fit:cover!important;object-position:center 48%!important;border-radius:0!important;box-shadow:none!important}
  .repair-page-v43 .repair-float-card{display:none!important}

  /* Benefits: 2 x 2 information cards rather than a plain HTML list. */
  .repair-benefits{padding:14px 0!important;background:#fafafa!important}
  .repair-benefit-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .repair-benefit-grid>div{border:1px solid #e6e8ea!important;border-radius:12px!important;background:#fff!important;padding:13px 11px!important;min-height:88px!important}
  .repair-benefit-card{align-items:flex-start!important;gap:9px!important}
  .repair-benefit-icon{width:32px!important;height:32px!important;flex-basis:32px!important;border-radius:9px!important}
  .repair-benefit-icon svg{width:17px!important;height:17px!important}
  .repair-benefit-card b{font-size:13.5px!important;line-height:1.3!important}
  .repair-benefit-card small{font-size:13px!important;line-height:1.35!important;margin-top:4px!important}

  /* Booking section becomes a clean, native mobile flow. */
  .repair-page-v43 .repair-booking-section{padding:32px 0 38px!important;background:#fafbfb!important}
  .repair-booking-container{width:100%!important}
  .repair-section-intro-row{display:block!important;margin-bottom:16px!important}
  .repair-page-v43 .repair-section-intro{margin:0 0 14px!important}
  .repair-page-v43 .repair-section-intro h2{font-size:29px!important;line-height:1.12!important;margin:6px 0 9px!important}
  .repair-page-v43 .repair-section-intro>p{font-size:14px!important;line-height:1.55!important}
  .repair-intro-reassurance{display:flex!important;flex-wrap:wrap!important;gap:6px 8px!important;margin-top:12px!important}
  .repair-intro-reassurance span{font-size:13px!important;padding:6px 8px!important;border-radius:999px!important;background:#fff!important;border:1px solid #e5e8ea!important}
  .repair-container-cta{width:100%!important;justify-content:center!important;min-height:46px!important}

  .repair-wizard-shell{border:1px solid #e1e5e8!important;border-radius:16px!important;box-shadow:0 14px 38px rgba(22,28,34,.07)!important;overflow:hidden!important;background:#fff!important}
  .repair-wizard-status{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;padding:14px 15px 12px!important;background:#fff!important}
  .repair-wizard-status>div:first-child span{font-size:12px!important}
  .repair-wizard-status>div:first-child strong{font-size:15px!important;margin-top:2px!important}
  .repair-progress-meta{display:grid!important;grid-template-columns:auto 1fr!important;min-width:0!important;gap:6px 10px!important;align-items:center!important}
  .repair-progress-meta>span{text-align:left!important;font-size:13px!important}
  .repair-progress-line{width:100%!important;margin:0!important}
  .repair-progress-meta small{display:none!important}

  .repair-page-v43 .repair-stepper{padding:0 8px!important;background:#fbfbfb!important}
  .repair-page-v43 .repair-step{height:54px!important}
  .repair-page-v43 .repair-step span{width:28px!important;height:28px!important;font-size:12px!important}
  .repair-page-v43 .repair-panel{padding:20px 14px 18px!important}
  .repair-page-v43 .repair-panel-head{margin-bottom:15px!important;align-items:flex-start!important}
  .repair-page-v43 .repair-panel-head h3{font-size:24px!important;line-height:1.15!important;margin:4px 0 6px!important}
  .repair-page-v43 .repair-panel-head p{font-size:13.5px!important;line-height:1.5!important}
  .repair-step-reassurance,.repair-fast-badge{display:none!important}

  /* Top and bottom stage controls remain available and stay in one line. */
  .repair-page-v43 .repair-step-actions,
  .repair-page-v43 .repair-step-actions-top{display:grid!important;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)!important;gap:8px!important;min-height:0!important;padding:9px!important;margin:14px 0!important;border:1px solid #e3e7ea!important;border-radius:11px!important;background:#fbfcfc!important;box-shadow:none!important;position:static!important}
  .repair-page-v43 .repair-step-actions-top{margin:0 0 15px!important}
  .repair-action-status,.repair-step1-action-status{display:none!important}
  .repair-page-v43 .repair-step-actions .z-btn{width:100%!important;min-width:0!important;min-height:43px!important;padding:0 8px!important;font-size:13px!important;white-space:nowrap!important;justify-content:center!important}
  .repair-page-v43 .repair-step-actions .z-btn-quiet{grid-column:1!important;grid-row:1!important}
  .repair-page-v43 .repair-step-actions .z-btn-primary{grid-column:2!important;grid-row:1!important;margin:0!important}
  .repair-step-actions-top-first{grid-template-columns:1fr!important}
  .repair-step-actions-top-first .z-btn-primary{grid-column:1!important;width:100%!important}
  .repair-step1-bottom-nav{grid-template-columns:1fr!important}
  .repair-step1-bottom-nav .repair-selected-service{display:flex!important;grid-column:1!important;padding:7px 5px!important}
  .repair-step1-bottom-nav .z-btn-primary{grid-column:1!important}

  /* Step 1: two compact cards per row on normal phones. */
  .repair-page-v43 .repair-quick-grid-clean{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .repair-page-v43 .repair-quick-card{min-height:138px!important;padding:12px 34px 11px 11px!important;grid-template-columns:1fr!important;align-content:start!important;gap:8px!important}
  .repair-page-v43 .repair-quick-card.selected{padding:12px 34px 11px 11px!important}
  .repair-page-v43 .repair-service-icon{width:34px!important;height:34px!important;margin:0!important}
  .repair-page-v43 .repair-quick-copy b{font-size:13.5px!important;line-height:1.28!important}
  .repair-page-v43 .repair-quick-description{font-size:13px!important;line-height:1.35!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .repair-page-v43 .repair-quick-copy small{font-size:13px!important;margin-top:5px!important}
  .repair-card-check{right:10px!important;top:10px!important}
  .repair-step1-describe{padding:12px!important}
  .repair-step1-describe-head{display:grid!important;grid-template-columns:32px minmax(0,1fr)!important;gap:9px!important}
  .repair-step1-describe-head>em{display:none!important}
  .repair-step1-describe textarea{min-height:94px!important;font-size:16px!important;line-height:1.45!important}
  .repair-step1-describe-foot{display:block!important}
  .repair-step1-describe-foot strong{display:block!important;margin-top:4px!important}
  .repair-more-toggle{padding:12px!important}
  .repair-more-grid{grid-template-columns:1fr!important}

  /* Steps 2–5: deliberate single-column mobile composition. */
  .repair-device-layout,.repair-contact-layout{grid-template-columns:1fr!important;gap:10px!important}
  .repair-form-card,.repair-address-box,.repair-help-card,.repair-contact-assurance,.repair-summary-card,.repair-price-policy{border-radius:12px!important}
  .repair-form-card{padding:16px!important}
  .repair-card-heading{gap:10px!important;margin-bottom:14px!important}
  .repair-card-heading b{font-size:14px!important}
  .repair-card-heading small{font-size:13px!important}
  .repair-form-grid,.repair-form-grid-device,.repair-contact-grid{grid-template-columns:1fr!important;gap:13px!important}
  .repair-form-grid input,.repair-form-grid select,.repair-form-grid textarea{min-height:50px!important;font-size:16px!important;border-radius:10px!important}
  .repair-brand-shortcuts{gap:7px!important}
  .repair-brand-shortcuts span{width:100%!important;margin-bottom:1px!important}
  .repair-brand-shortcuts button{min-height:36px!important;font-size:13px!important;padding:0 11px!important}
  .repair-help-card{padding:14px!important;display:flex!important;gap:10px!important}
  .repair-extras-card{margin-top:10px!important}
  .repair-upload-zone{min-height:148px!important;margin-top:13px!important;padding:18px 14px!important}

  .repair-page-v43 .repair-handover-grid-clean{grid-template-columns:1fr!important;gap:9px!important}
  .repair-page-v43 .repair-choice-card{min-height:0!important;padding:14px 42px 14px 14px!important;display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;column-gap:11px!important;align-items:start!important}
  .repair-page-v43 .repair-choice-card:has(input:checked){padding:14px 42px 14px 14px!important}
  .repair-page-v43 .choice-icon{grid-column:1!important;grid-row:1/5!important;width:40px!important;height:40px!important;margin:0!important}
  .repair-choice-kicker,.repair-page-v43 .repair-choice-card>b,.repair-page-v43 .repair-choice-card>small,.repair-page-v43 .repair-choice-card>em{grid-column:2!important}
  .repair-choice-kicker{font-size:12px!important;margin:0 0 2px!important}
  .repair-page-v43 .repair-choice-card>b{font-size:14px!important}
  .repair-page-v43 .repair-choice-card>small,.repair-page-v43 .repair-choice-card>em{font-size:13px!important;line-height:1.4!important;margin-top:3px!important}
  .repair-address-box{padding:15px!important;margin-top:12px!important}
  .repair-address-head{align-items:flex-start!important;margin-bottom:14px!important}

  .repair-contact-assurance{padding:15px!important}
  .repair-contact-assurance>p{margin:5px 0 10px!important}
  .repair-contact-assurance li{margin:6px 0!important}

  .repair-review-topline{padding:12px!important;margin-bottom:10px!important}
  .repair-review-layout-premium{grid-template-columns:1fr!important;gap:10px!important}
  .repair-summary-card{padding:14px!important}
  .repair-page-v43 .repair-summary-row{grid-template-columns:90px minmax(0,1fr)!important;gap:8px!important;padding:11px 10px!important}
  .repair-price-policy{padding:17px!important}
  .repair-price-policy h4{font-size:20px!important}
  .repair-consent-premium{padding:13px!important;margin-top:11px!important}
}

@media(max-width:360px){
  .repair-page-v43 .repair-hero-actions .z-btn{font-size:12.5px!important;padding:0 6px!important}
  .repair-page-v43 .repair-quick-grid-clean{grid-template-columns:1fr!important}
  .repair-page-v43 .repair-quick-card{min-height:105px!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:start!important}
  .repair-page-v43 .repair-service-icon{grid-column:1!important}
  .repair-page-v43 .repair-quick-copy{grid-column:2!important}
  .repair-benefit-grid{gap:8px!important}
  .repair-benefit-grid>div{padding:11px 9px!important}
  .repair-benefit-icon{display:none!important}
  .repair-page-v43 .repair-step-actions .z-btn{font-size:12.5px!important;padding:0 6px!important}
}


/* =========================================================
   Laptop Repair mobile gutter fix v5.9.1
   ========================================================= */
@media (max-width: 600px){
  .repair-page-v43 .container{
    width: calc(100% - 32px) !important;
  }
  .repair-page-v43 .repair-hero,
  .repair-page-v43 .repair-booking-section,
  .repair-page-v43 .repair-process-section,
  .repair-page-v43 .repair-pricing-section{
    overflow-x: clip;
  }
}
@media (max-width: 420px){
  .repair-page-v43 .container{
    width: calc(100% - 36px) !important;
  }
}

/* =========================================================
   Services & Brands v6.0
   ========================================================= */
/* Dynamic multi-level service flyouts */
.z-submenu{max-height:min(72vh,620px);overflow-y:auto;overflow-x:visible}
.z-submenu .z-submenu{max-height:min(70vh,560px);left:calc(100% + 9px);top:-8px;overflow-y:auto}
.z-submenu .z-menu-item.has-children>.z-menu-link{justify-content:space-between;gap:18px}
.z-submenu .z-menu-item.has-children>.z-menu-link .z-menu-chevron{transform:rotate(-45deg);margin-left:auto}
.z-submenu .z-menu-item.has-children:hover>.z-menu-link .z-menu-chevron,.z-submenu .z-menu-item.has-children:focus-within>.z-menu-link .z-menu-chevron{transform:rotate(-45deg)}
.z-menu-item.service-menu-item>.z-menu-link{font-weight:700}
.z-menu-item.brand-menu-group>.z-menu-link{color:var(--accent)}
.z-menu-item.brand-menu-item>.z-menu-link{font-weight:600}

/* Repair brand logo picker */
.repair-brand-logo-picker{display:grid!important;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px!important;align-items:stretch!important;margin-top:15px!important;padding-top:15px;border-top:1px solid #eceff1}
.repair-brand-picker-label{grid-column:1/-1;font-size:13px!important;font-weight:800!important;color:#69717a!important}
.repair-brand-logo-button{min-width:0!important;height:74px!important;padding:9px 6px!important;border:1px solid #e2e5e8!important;border-radius:11px!important;background:#fff!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:6px!important;cursor:pointer!important;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease!important}
.repair-brand-logo-button:hover{border-color:#ffb58f!important;background:#fffaf7!important;box-shadow:0 8px 18px rgba(24,28,33,.055)!important}
.repair-brand-logo-button.selected{border-color:var(--accent)!important;box-shadow:inset 0 0 0 1px var(--accent)!important;background:#fff8f3!important}
.repair-brand-logo-button img{width:100%;height:28px;object-fit:contain;display:block}
.repair-brand-logo-button small{font-size:12px!important;color:#59616a!important;line-height:1.1!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}

/* Dynamic homepage services */
.z-core-grid-dynamic{grid-template-columns:repeat(3,minmax(0,1fr))}
.z-core-grid-dynamic .z-core-card{height:100%}
.z-core-grid-dynamic .z-section-head p{max-width:680px}

/* Services directory */
.services-page{background:#fff}
.services-hero{padding:64px 0 58px;background:linear-gradient(120deg,#fff 0,#fff 66%,#fff8f3 100%);border-bottom:1px solid #eee}
.services-hero .container{max-width:1040px}
.services-hero h1{font-size:52px;line-height:1.04;letter-spacing:-.045em;margin:10px 0 16px;max-width:820px}
.services-hero p{font-size:16px;line-height:1.7;color:#646c75;max-width:760px;margin:0}
.service-directory{display:grid;gap:52px}
.service-directory-group{padding-bottom:44px;border-bottom:1px solid #eceeef}
.service-directory-group:last-child{border-bottom:0;padding-bottom:0}
.service-directory-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:24px}
.service-directory-head>div>span{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-weight:850}
.service-directory-head h2{font-size:32px;margin:5px 0 8px;letter-spacing:-.035em}
.service-directory-head p{margin:0;color:#707780;line-height:1.6;max-width:720px}
.service-directory-head>a{font-weight:800;color:var(--accent);white-space:nowrap}
.service-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.service-directory-card{border:1px solid #e4e7ea;border-radius:14px;padding:18px;background:#fff;display:grid;grid-template-columns:36px minmax(0,1fr) 20px;gap:12px;align-items:start;transition:.16s}
.service-directory-card:hover{border-color:#ffc29f;background:#fffaf7;box-shadow:0 12px 28px rgba(22,28,34,.06)}
.service-directory-icon{width:36px;height:36px;border-radius:10px;background:#fff1e8;color:var(--accent);display:grid;place-items:center;font-weight:900}
.service-directory-card h3{font-size:15px;margin:1px 0 5px}
.service-directory-card p{font-size:13px;line-height:1.55;color:#727981;margin:0}
.service-directory-card small{display:inline-block;margin-top:9px;color:var(--accent);font-weight:800;font-size:13px}
.service-directory-card>i{font-style:normal;color:#8a9199;margin-top:7px}
.service-detail-actions{display:flex;gap:10px;margin-top:25px;flex-wrap:wrap}
.service-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:34px;align-items:start}
.service-detail-layout h2{font-size:31px;margin:7px 0 20px}
.service-brand-panel{border:1px solid #e5e7e9;border-radius:16px;background:#fbfbfb;padding:22px;position:sticky;top:110px}
.service-brand-panel h3{font-size:18px;margin:7px 0 17px}
.service-brand-list{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.service-brand-list a{border:1px solid #e7e9eb;border-radius:10px;background:#fff;padding:10px;display:grid;place-items:center;gap:5px;min-height:76px}
.service-brand-list img{width:100%;height:30px;object-fit:contain}
.service-brand-list span{font-size:12px;color:#666e77}
.brand-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.brand-directory-card{border:1px solid #e4e7ea;border-radius:15px;padding:18px;display:grid;grid-template-columns:100px minmax(0,1fr) 20px;gap:16px;align-items:center;background:#fff;transition:.16s}
.brand-directory-card:hover{border-color:#ffc29f;background:#fffaf7;box-shadow:0 10px 25px rgba(22,28,34,.055)}
.brand-directory-logo{height:62px;display:grid;place-items:center;padding:5px}
.brand-directory-logo img{width:100%;height:100%;object-fit:contain}
.brand-directory-card h2,.brand-directory-card h3{font-size:17px;margin:0 0 4px}
.brand-directory-card p{font-size:13px;color:#767e86;margin:0;line-height:1.45}
.brand-directory-card>span{font-size:20px;color:#8a9198}
.brand-directory-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}
.brand-directory-grid.compact .brand-directory-card{grid-template-columns:80px 1fr 18px;padding:13px}
.brand-detail-hero{padding:56px 0;background:#fafafa;border-bottom:1px solid #eceeef}
.brand-detail-grid{display:grid;grid-template-columns:220px 1fr;gap:42px;align-items:center}
.brand-detail-logo{height:130px;border:1px solid #e3e6e8;border-radius:18px;background:#fff;display:grid;place-items:center;padding:24px}
.brand-detail-logo img{width:100%;height:100%;object-fit:contain}
.brand-detail-grid h1{font-size:42px;margin:8px 0 10px}
.brand-detail-grid p{font-size:15px;color:#6f7680;margin:0}

@media(max-width:1000px){
 .repair-brand-logo-picker{grid-template-columns:repeat(4,minmax(0,1fr))}
 .service-directory-grid,.brand-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .service-detail-layout{grid-template-columns:1fr}.service-brand-panel{position:static}
 .brand-directory-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:650px){
 .z-mobile-submenu{padding-left:13px;border-left:1px solid #eceeef;margin-left:5px}
 .z-mobile-submenu .z-mobile-submenu{margin-left:8px}
 .z-mobile-parent-link{font-size:13px!important;color:var(--accent)!important;font-weight:800!important;padding:7px 0 9px!important}
 .repair-brand-logo-picker{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px!important}
 .repair-brand-logo-button{height:68px!important}
 .repair-brand-logo-button img{height:24px}
 .repair-brand-logo-button small{font-size:11px!important}
 .z-core-grid-dynamic{grid-template-columns:1fr!important}
 .services-hero{padding:40px 0 38px}.services-hero h1{font-size:36px}.services-hero p{font-size:15px}
 .service-directory{gap:38px}.service-directory-head{align-items:flex-start;flex-direction:column;gap:12px}.service-directory-head h2{font-size:27px}
 .service-directory-grid,.brand-directory-grid,.brand-directory-grid.compact{grid-template-columns:1fr}
 .brand-directory-card{grid-template-columns:86px 1fr 18px}
 .brand-detail-grid{grid-template-columns:1fr;gap:22px}.brand-detail-logo{height:110px;max-width:240px}.brand-detail-grid h1{font-size:34px}
}
@media(max-width:390px){.repair-brand-logo-picker{grid-template-columns:repeat(3,minmax(0,1fr))}}
.repair-brand-logo-button.active{border-color:var(--accent)!important;box-shadow:inset 0 0 0 1px var(--accent),0 0 0 3px rgba(255,90,0,.05)!important;background:#fff8f3!important}

/* =========================================================
   Laptop Repair services + visual brand picker v6.2
   ========================================================= */
.repair-all-services-wrap{display:grid;gap:20px}
.repair-all-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.repair-service-unified{min-height:150px!important;align-items:start!important}
.repair-service-unified .repair-quick-copy{display:grid;gap:5px;min-width:0}
.repair-service-unified .repair-quick-description{font-size:13px;line-height:1.45;color:#68717a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.repair-service-unified .repair-quick-copy small{justify-self:start;margin-top:4px;padding:5px 8px;border-radius:7px;background:#f4f6f7;color:#3f4851;font-weight:800}
.repair-service-unified .repair-quick-copy small.diagnostic{background:#fff0e8;color:#e25200}

.repair-brand-field{position:relative}
.repair-brand-native{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;left:0!important;bottom:0!important;padding:0!important;border:0!important}
.repair-brand-combobox{position:relative;width:100%}
.repair-brand-combobox-trigger{width:100%;min-height:50px;border:1px solid #d8dde2;background:#fff;border-radius:10px;padding:8px 44px 8px 13px;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer;color:#20262c;font:inherit;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}
.repair-brand-combobox-trigger:hover{border-color:#ffb68f;background:#fffdfa}
.repair-brand-combobox.open .repair-brand-combobox-trigger,.repair-brand-combobox-trigger:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px rgba(255,90,0,.08);outline:0}
.repair-brand-trigger-value{display:flex;align-items:center;gap:11px;min-width:0;font-size:14px;font-weight:650}
.repair-brand-placeholder-icon{width:29px;height:29px;border-radius:7px;background:#fff3ec;color:var(--accent);display:grid;place-items:center;flex:0 0 29px}
.repair-brand-placeholder-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.repair-brand-selected-logo{width:38px;height:26px;object-fit:contain;display:block;flex:0 0 38px}
.repair-brand-chevron{position:absolute;right:16px;top:50%;width:8px;height:8px;border-right:1.7px solid #717982;border-bottom:1.7px solid #717982;transform:translateY(-65%) rotate(45deg);transition:transform .16s ease}
.repair-brand-combobox.open .repair-brand-chevron{transform:translateY(-30%) rotate(225deg)}
.repair-brand-dropdown{position:absolute;left:0;right:0;top:calc(100% + 7px);z-index:70;background:#fff;border:1px solid #dfe3e7;border-radius:13px;box-shadow:0 18px 45px rgba(19,25,31,.15);overflow:hidden}
.repair-brand-dropdown-head{padding:13px 15px 11px;border-bottom:1px solid #edf0f2;background:#fbfbfb;display:grid;gap:2px}
.repair-brand-dropdown-head b{font-size:14px}
.repair-brand-dropdown-head small{font-size:13px;color:#707880}
.repair-brand-dropdown-list{max-height:360px;overflow-y:auto;padding:7px}
.repair-brand-option{width:100%;min-height:48px;border:0;background:#fff;border-radius:8px;padding:7px 12px;display:grid;grid-template-columns:48px minmax(0,1fr) 24px;align-items:center;gap:10px;text-align:left;cursor:pointer;color:#242a30;font-size:14px;font-weight:650}
.repair-brand-option:hover,.repair-brand-option:focus-visible{background:#fff5ef;outline:0}
.repair-brand-option.active{background:#fff3eb;color:#d84900}
.repair-brand-option-logo{width:44px;height:30px;border:1px solid #edf0f1;border-radius:7px;background:#fff;display:grid;place-items:center;padding:4px;overflow:hidden}
.repair-brand-option-logo img{width:100%;height:100%;object-fit:contain;display:block}
.repair-brand-option-logo>span,.repair-brand-option-generic{font-weight:850;color:#777}
.repair-brand-option i{font-style:normal;color:var(--accent);opacity:0;justify-self:end}
.repair-brand-option.active i{opacity:1}
.repair-brand-option-other .repair-brand-option-logo{font-size:15px}

@media(max-width:900px){
 .repair-all-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .repair-service-unified{min-height:136px!important}
}
@media(max-width:600px){
 .repair-all-services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 .repair-service-unified{min-height:146px!important;padding:12px 38px 12px 11px!important;grid-template-columns:36px minmax(0,1fr)!important;gap:8px!important}
 .repair-service-unified .repair-quick-description{font-size:13px;-webkit-line-clamp:2}
 .repair-brand-dropdown{position:fixed;left:16px;right:16px;top:auto;bottom:16px;border-radius:16px;max-height:min(72svh,620px)}
 .repair-brand-dropdown-list{max-height:calc(min(72svh,620px) - 72px)}
 .repair-brand-combobox.open::before{content:"";position:fixed;inset:0;background:rgba(20,24,28,.26);z-index:69}
 .repair-brand-dropdown{z-index:70}
}
@media(max-width:360px){.repair-all-services-grid{grid-template-columns:1fr}}
.repair-brand-field{display:grid;gap:8px}
.repair-brand-field-label{font-size:13px;font-weight:800;color:#444b53}
.repair-brand-field-label em{font-style:normal;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#e45000;background:#fff0e8;border-radius:5px;padding:3px 5px;margin-left:4px}


/* =========================================================
   Brand picker v6.2.1 — logo dropdown only, no native select
   ========================================================= */
.repair-brand-field input[type="hidden"][data-brand-select]{display:none!important}
.repair-brand-dropdown-head{padding:14px 14px 12px;gap:10px;background:#fff}
.repair-brand-dropdown-head>div{display:grid;gap:2px}
.repair-brand-dropdown-head b{font-size:15px}
.repair-brand-dropdown-head small{font-size:13px;color:#707780}
.repair-brand-search{position:relative;display:block}
.repair-brand-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:17px;height:17px;fill:none;stroke:#7b838b;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.repair-brand-search input{width:100%;height:42px;border:1px solid #dfe3e7;border-radius:9px;background:#fafbfb;padding:0 12px 0 39px!important;font-size:14px;color:#242a30;outline:none}
.repair-brand-search input:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px rgba(255,90,0,.07)}
.repair-brand-dropdown-list{padding:8px;max-height:390px}
.repair-brand-option{min-height:54px;grid-template-columns:52px minmax(0,1fr) 24px;gap:12px;padding:8px 11px;font-size:14.5px}
.repair-brand-option-logo{width:48px;height:34px;padding:5px}
.repair-brand-option[hidden]{display:none!important}
.repair-brand-combobox-trigger{min-height:54px}
.repair-brand-trigger-value{font-size:14.5px}
.repair-brand-selected-logo{width:46px;height:30px;flex-basis:46px}
@media(max-width:600px){
 .repair-brand-dropdown{left:14px;right:14px;bottom:14px;max-height:min(76svh,650px)}
 .repair-brand-dropdown-list{max-height:calc(min(76svh,650px) - 125px)}
 .repair-brand-option{min-height:56px;font-size:15px}
 .repair-brand-dropdown-head{padding:14px}
 .repair-brand-search input{font-size:16px}
}


/* =========================================================
   Mobile Repair module v6.3 — same responsive system as Laptop Repair
   ========================================================= */
.mobile-repair-booking-page .repair-device-card>img{display:block;width:100%;height:auto;object-fit:contain;object-position:center}
@media(max-width:650px){
 .mobile-repair-booking-page .repair-device-card>img{width:100%!important;height:220px!important;max-height:none!important;object-fit:contain!important;object-position:center!important;background:linear-gradient(135deg,#fff 0,#fff9f5 100%)!important;border-radius:0!important;box-shadow:none!important;padding:8px!important}
}
@media(max-width:420px){.mobile-repair-booking-page .repair-device-card>img{height:205px!important;padding:5px!important}}


/* v6.3.4 polish: ensure repair benefit icons and popup close icon render clearly */
.repair-choice-close{color:#2f3740!important}
.repair-choice-close svg{display:block!important;width:16px!important;height:16px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.repair-choice-close::before,.repair-choice-close::after{display:none!important}
.repair-benefit-icon{display:grid!important;width:36px!important;height:36px!important;flex:0 0 36px!important;border-radius:10px!important;background:#fff3eb!important;color:#7b838c!important}
.repair-benefit-icon svg{display:block!important;width:19px!important;height:19px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}
@media(max-width:360px){
  .repair-benefit-icon{display:grid!important}
}


/* =========================================================
   Marketplace v7.0
   ========================================================= */
.mp-page,.mp-pdp,.mp-cart-page{background:#fff}.mp-hero{padding:52px 0;background:linear-gradient(125deg,#fff 0,#fff 58%,#fff8f3 100%);border-bottom:1px solid #f0ece9}.mp-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:58px;align-items:center;min-height:410px}.mp-hero h1{font-size:52px;line-height:1.04;letter-spacing:-.045em;margin:10px 0 16px;max-width:700px}.mp-hero p{font-size:16px;line-height:1.7;color:#636a72;max-width:680px}.mp-search{height:54px;display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:9px;border:1px solid #dfe2e5;border-radius:13px;background:#fff;padding:0 6px 0 16px;box-shadow:0 12px 30px rgba(27,31,36,.06);margin-top:24px;max-width:700px}.mp-search svg{width:21px;height:21px;fill:none;stroke:#808790;stroke-width:1.8}.mp-search input{border:0;outline:0;font-size:15px;min-width:0}.mp-search button{height:42px;border:0;border-radius:9px;padding:0 22px;background:var(--accent);color:#fff;font-weight:800;cursor:pointer}.mp-hero-trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;font-size:13px;font-weight:700;color:#525960}.mp-hero-trust span::first-letter{color:var(--accent)}.mp-hero-art{height:340px;position:relative}.mp-device{position:absolute;background:#fff;border:1px solid #e7e8ea;box-shadow:0 24px 60px rgba(24,29,34,.10)}.mp-laptop{width:360px;height:220px;border-radius:16px;right:45px;top:30px;transform:rotate(-3deg)}.mp-laptop:before{content:"";position:absolute;inset:15px;border-radius:8px;background:linear-gradient(135deg,#20252b,#505a65)}.mp-laptop:after{content:"";position:absolute;left:-22px;right:-22px;bottom:-18px;height:18px;border-radius:0 0 20px 20px;background:#d8dce0}.mp-phone{width:118px;height:238px;border-radius:24px;left:28px;bottom:10px;transform:rotate(8deg)}.mp-phone:before{content:"";position:absolute;inset:9px;border-radius:18px;background:linear-gradient(145deg,#fff2ea,#e8edf2)}.mp-phone span{position:absolute;width:36px;height:36px;border-radius:50%;background:#252b31;left:16px;top:18px;z-index:2}.mp-float-card{position:absolute;right:0;bottom:20px;background:#fff;border:1px solid #e2e4e6;border-radius:13px;padding:14px 17px;box-shadow:0 16px 40px rgba(20,24,30,.10)}.mp-float-card b,.mp-float-card small{display:block}.mp-float-card b{font-size:14px}.mp-float-card small{font-size:13px;color:#737a82;margin-top:3px}.mp-categories{padding:48px 0 44px}.mp-section-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:24px}.mp-section-head h2{font-size:32px;letter-spacing:-.035em;margin:5px 0 0}.mp-section-head>a{font-size:13px;font-weight:800;color:var(--accent)}.mp-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.mp-category-card{border:1px solid #e6e8ea;border-radius:14px;padding:12px;display:grid;grid-template-columns:54px 1fr 18px;gap:10px;align-items:center;transition:.18s;background:#fff}.mp-category-card:hover,.mp-category-card.active{border-color:#ffc8aa;background:#fffaf7;box-shadow:0 10px 24px rgba(24,28,32,.05)}.mp-category-image{width:54px;height:54px;border-radius:10px;background:#f7f7f6;display:grid;place-items:center;overflow:hidden}.mp-category-image img{width:100%;height:100%;object-fit:contain}.mp-category-card b,.mp-category-card small{display:block}.mp-category-card b{font-size:13.5px;line-height:1.25}.mp-category-card small{font-size:13px;color:#8a9097;margin-top:3px}.mp-category-card>span{color:var(--accent);font-weight:900}.mp-catalogue{padding:48px 0 70px;background:#fbfbfa;border-top:1px solid #efefed}.mp-catalogue-top{display:flex;align-items:flex-end;gap:18px;justify-content:space-between;margin-bottom:22px}.mp-catalogue-top h2{font-size:30px;margin:5px 0 0}.mp-sort{display:flex;align-items:center;gap:9px}.mp-sort label{font-size:13px;color:#747b82}.mp-sort select,.mp-filters select,.mp-filters input{height:42px;border:1px solid #dfe2e5;border-radius:9px;background:#fff;padding:0 38px 0 12px;font-size:13px;outline:0}.mp-filter-open{display:none}.mp-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:26px}.mp-filters{background:#fff;border:1px solid #e2e4e6;border-radius:14px;padding:18px;height:max-content;position:sticky;top:92px}.mp-filter-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.mp-filter-head b{font-size:15px}.mp-filter-head button{display:none}.mp-filter-group{padding:15px 0;border-bottom:1px solid #eff0f1}.mp-filter-group>label{display:block;font-size:13px;font-weight:800;margin-bottom:8px}.mp-filter-group select,.mp-filter-group>input{width:100%}.mp-radio-list{display:grid;gap:7px}.mp-radio-list label{display:flex;gap:9px;align-items:center;font-size:13px;cursor:pointer}.mp-radio-list input{width:16px;height:16px;accent-color:var(--accent)}.mp-price-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mp-price-row input{width:100%;padding-right:8px}.mp-apply{width:100%;margin-top:16px;justify-content:center}.mp-clear{display:block;text-align:center;margin-top:11px;font-size:13px;font-weight:700;color:#747b82}.mp-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.mp-product-card{background:#fff;border:1px solid #e4e6e8;border-radius:15px;overflow:hidden;min-width:0;transition:border-color .18s,box-shadow .18s}.mp-product-card:hover{border-color:#d6d9dc;box-shadow:0 14px 35px rgba(20,24,29,.07)}.mp-product-image{height:220px;background:linear-gradient(145deg,#fafafa,#f5f6f6);display:grid;place-items:center;position:relative;padding:14px}.mp-product-image img{width:100%;height:100%;object-fit:contain}.mp-badge{position:absolute;left:12px;top:12px;z-index:1;background:#fff;border:1px solid #e2e5e7;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:800;color:#555d65}.mp-product-body{padding:14px}.mp-product-meta{display:flex;justify-content:space-between;gap:8px;color:#838990;font-size:12.5px}.mp-product-meta span:last-child{color:#e17a22;font-weight:800}.mp-product-meta em{font-style:normal;color:#92989f;font-weight:600}.mp-product-card h3{font-size:15px;line-height:1.35;margin:8px 0 6px;min-height:41px}.mp-product-card p{font-size:13px;line-height:1.45;color:#747b83;margin:0;height:38px;overflow:hidden}.mp-product-foot{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:13px;padding-top:12px;border-top:1px solid #eff0f1}.mp-product-foot strong{font-size:17px}.mp-product-foot del{display:block;font-size:12px;color:#a0a5aa}.mp-product-foot button{width:38px;height:38px;border-radius:10px;border:0;background:#fff1e8;color:var(--accent);display:grid;place-items:center;cursor:pointer}.mp-product-foot button:hover{background:var(--accent);color:#fff}.mp-product-foot button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}.mp-pagination{display:flex;justify-content:center;gap:7px;margin-top:30px;flex-wrap:wrap}.mp-pagination a{width:38px;height:38px;border:1px solid #dfe2e5;border-radius:9px;background:#fff;display:grid;place-items:center;font-size:13px;font-weight:800}.mp-pagination a.active{background:#1f242a;color:#fff;border-color:#1f242a}.mp-empty{text-align:center;padding:60px 20px;border:1px dashed #d9dde0;border-radius:16px;background:#fff}.mp-empty h3{font-size:22px}.mp-empty p{color:#747b83}.mp-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:#7d848c;margin-bottom:24px}.mp-breadcrumb a{color:#555d65}.mp-pdp-main{padding:38px 0 52px}.mp-pdp-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:54px}.mp-gallery-main{height:520px;border:1px solid #e5e7e9;border-radius:18px;background:#f8f8f7;display:grid;place-items:center;padding:26px}.mp-gallery-main img{width:100%;height:100%;object-fit:contain}.mp-gallery-thumbs{display:grid;grid-template-columns:repeat(4,78px);gap:10px;margin-top:12px}.mp-gallery-thumbs button{width:78px;height:78px;border:1px solid #e2e4e6;border-radius:10px;background:#fff;padding:5px;cursor:pointer}.mp-gallery-thumbs button.active{border-color:var(--accent);box-shadow:0 0 0 2px #fff0e7}.mp-gallery-thumbs img{width:100%;height:100%;object-fit:contain}.mp-brand-line{display:flex;align-items:center;gap:10px;margin-bottom:12px}.mp-brand-line img{max-width:70px;max-height:28px}.mp-brand-line span{font-size:13px;font-weight:800;color:#737a82}.mp-pdp-info h1{font-size:38px;line-height:1.08;letter-spacing:-.04em;margin:0 0 12px}.mp-pdp-rating{display:flex;align-items:center;gap:8px;font-size:13px;color:#737a82}.mp-pdp-rating>span{color:#f0a028;letter-spacing:.05em}.mp-pdp-rating i{width:1px;height:14px;background:#dfe2e4}.mp-pdp-lead{font-size:15px;line-height:1.65;color:#646b73;margin:18px 0}.mp-pdp-price{display:flex;align-items:center;gap:11px}.mp-pdp-price strong{font-size:30px}.mp-pdp-price del{color:#9ba0a6}.mp-pdp-price span{font-size:12px;font-weight:800;color:#26764a;background:#e9f7ee;border-radius:999px;padding:5px 8px}.mp-stock{font-size:13px;font-weight:800;margin:12px 0 18px;display:flex;align-items:center;gap:7px}.mp-stock span{width:8px;height:8px;border-radius:50%}.mp-stock.in{color:#28784a}.mp-stock.in span{background:#2d9c5f}.mp-stock.out{color:#a23d3d}.mp-stock.out span{background:#c85c5c}.mp-buy-box{border-top:1px solid #e9ebed;padding-top:19px}.mp-variants>label{font-size:13px;font-weight:850}.mp-variant-list{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:9px}.mp-variant{cursor:pointer}.mp-variant input{position:absolute;opacity:0}.mp-variant>span{border:1px solid #dfe2e5;border-radius:10px;padding:10px 11px;display:grid;grid-template-columns:1fr auto;gap:2px 9px}.mp-variant input:checked+span{border-color:var(--accent);background:#fff8f3;box-shadow:0 0 0 2px #ffefe6}.mp-variant b{font-size:13px}.mp-variant small{grid-column:1;font-size:12px;color:#81878e}.mp-variant em{grid-column:2;grid-row:1/3;align-self:center;font-size:13px;font-style:normal;font-weight:800}.mp-buy-row{display:grid;grid-template-columns:116px 1fr;gap:10px;margin-top:17px}.mp-qty{height:46px;border:1px solid #dfe2e5;border-radius:10px;display:grid;grid-template-columns:36px 1fr 36px;align-items:center;background:#fff}.mp-qty button{border:0;background:transparent;font-size:18px;cursor:pointer}.mp-qty input{width:100%;border:0;text-align:center;font-weight:800;outline:0}.mp-add-main{height:46px;justify-content:center}.mp-pdp-promises{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.mp-pdp-promises>div{border:1px solid #e6e8ea;border-radius:10px;padding:10px;display:flex;gap:8px;align-items:flex-start}.mp-pdp-promises svg{width:20px;height:20px;fill:none;stroke:var(--accent);stroke-width:1.6;flex:0 0 20px}.mp-pdp-promises b,.mp-pdp-promises small{display:block}.mp-pdp-promises b{font-size:12.5px}.mp-pdp-promises small{font-size:12px;color:#858b92;margin-top:2px}.mp-pdp-details{padding:42px 0;background:#fbfbfa;border-top:1px solid #eceeed;border-bottom:1px solid #eceeed}.mp-detail-tabs{max-width:1000px;margin:auto}.mp-detail-tabs details{background:#fff;border:1px solid #e4e6e8;border-radius:11px;margin-bottom:9px;padding:0 17px}.mp-detail-tabs summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:16px 0;font-size:14px;font-weight:850;cursor:pointer}.mp-detail-tabs summary::-webkit-details-marker{display:none}.mp-detail-tabs details>div{padding:0 0 17px;font-size:14px;line-height:1.7;color:#656c74}.mp-spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 30px}.mp-spec-grid>div{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #eef0f1}.mp-spec-grid span{color:#7c838a}.mp-related{padding:48px 0 66px}.mp-related-grid{grid-template-columns:repeat(4,1fr)}.mp-cart-hero{padding:42px 0 30px;background:#fafafa;border-bottom:1px solid #eceeed}.mp-cart-hero h1{font-size:38px;margin:5px 0}.mp-cart-hero p{color:#70777f}.mp-cart-section{padding:40px 0 70px}.mp-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:30px}.mp-cart-lines{display:grid;gap:10px}.mp-cart-line{border:1px solid #e4e6e8;border-radius:13px;padding:13px;display:grid;grid-template-columns:100px 1fr auto auto;gap:14px;align-items:center}.mp-cart-line>img{width:100px;height:86px;object-fit:contain;background:#f7f7f6;border-radius:9px}.mp-cart-line h3{font-size:14px;margin:0 0 4px}.mp-cart-line small,.mp-cart-line strong{display:block}.mp-cart-line small{color:#858b92;font-size:12.5px}.mp-cart-line strong{font-size:14px;margin-top:5px}.mp-cart-line .mp-qty{width:108px;height:38px}.mp-remove{border:0;background:transparent;color:#9b4242;font-size:12px;font-weight:800;cursor:pointer}.mp-cart-summary{border:1px solid #e2e4e6;border-radius:15px;padding:22px;height:max-content;position:sticky;top:92px}.mp-cart-summary>span{font-size:12px;font-weight:900;color:var(--accent);letter-spacing:.08em}.mp-cart-summary>div{margin:15px 0;padding:10px 0;border-top:1px solid #eef0f1;border-bottom:1px solid #eef0f1}.mp-cart-summary p{display:flex;justify-content:space-between;gap:12px;font-size:13px}.mp-cart-summary p b{font-weight:700}.mp-cart-total{display:flex!important;justify-content:space-between;font-size:15px!important;border:0!important;margin:0 0 16px!important}.mp-cart-total strong{font-size:23px}.mp-cart-summary .z-btn{width:100%;justify-content:center}.mp-continue{display:block;text-align:center;font-size:13px;font-weight:800;margin-top:12px;color:#6d747c}.mp-cart-drawer{position:fixed;inset:0;z-index:500;pointer-events:none;visibility:hidden}.mp-cart-drawer.open{pointer-events:auto;visibility:visible}.mp-cart-backdrop{position:absolute;inset:0;background:rgba(20,24,28,.38);opacity:0;transition:.22s}.mp-cart-drawer.open .mp-cart-backdrop{opacity:1}.mp-cart-panel{position:absolute;top:0;right:0;width:min(430px,100%);height:100%;background:#fff;transform:translateX(100%);transition:transform .26s cubic-bezier(.2,.75,.2,1);display:flex;flex-direction:column;box-shadow:-24px 0 60px rgba(20,24,30,.14)}.mp-cart-drawer.open .mp-cart-panel{transform:none}.mp-cart-head{height:78px;border-bottom:1px solid #e8eaec;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.mp-cart-head span{font-size:11px;color:var(--accent);font-weight:900;letter-spacing:.09em}.mp-cart-head h3{font-size:20px;margin:2px 0 0}.mp-cart-head button{width:38px;height:38px;border:1px solid #dfe2e5;border-radius:50%;background:#fff;display:grid;place-items:center;cursor:pointer}.mp-cart-head svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}.mp-cart-drawer-body{flex:1;overflow:auto;display:flex;flex-direction:column}.mp-drawer-lines{padding:12px 18px;display:grid;gap:9px}.mp-drawer-line{display:grid;grid-template-columns:76px 1fr 30px;gap:10px;border-bottom:1px solid #edf0f1;padding:8px 0 14px}.mp-drawer-line img{width:76px;height:72px;object-fit:contain;background:#f7f7f6;border-radius:8px}.mp-drawer-line b{font-size:13px;line-height:1.35}.mp-drawer-line small{display:block;font-size:12px;color:#858b92;margin-top:2px}.mp-drawer-line strong{display:block;font-size:13px;margin-top:5px}.mp-drawer-qty{display:flex;align-items:center;gap:10px;margin-top:8px}.mp-drawer-qty button{width:27px;height:27px;border:1px solid #dfe2e5;border-radius:7px;background:#fff;cursor:pointer}.mp-drawer-qty span{font-size:13px;font-weight:800}.mp-drawer-remove{width:28px;height:28px;border:0;background:transparent;color:#899099;font-size:20px;cursor:pointer}.mp-drawer-summary{margin-top:auto;padding:18px 20px 22px;border-top:1px solid #e7e9eb;background:#fbfbfa}.mp-drawer-summary>div{display:flex;justify-content:space-between;align-items:center}.mp-drawer-summary strong{font-size:22px}.mp-drawer-summary p{font-size:12.5px;color:#80868d}.mp-drawer-summary .z-btn{width:100%;justify-content:center}.mp-drawer-summary>a:last-child{display:block;text-align:center;margin-top:11px;font-size:13px;font-weight:800}.mp-drawer-empty{margin:auto;text-align:center;padding:30px}.mp-drawer-empty>div{font-size:34px}.mp-drawer-empty b{display:block;font-size:18px;margin-top:9px}.mp-drawer-empty p{font-size:13px;color:#7b8289}.mp-drawer-empty a{font-size:13px;font-weight:800;color:var(--accent)}body.mp-cart-open{overflow:hidden}.mp-drawer-loading{padding:40px;text-align:center;color:#7d848b}
@media(max-width:1100px){.mp-category-grid{grid-template-columns:repeat(4,1fr)}.mp-product-grid{grid-template-columns:repeat(2,1fr)}.mp-pdp-grid{gap:34px}.mp-related-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.mp-hero-grid{grid-template-columns:1fr;min-height:0}.mp-hero-art{height:260px;max-width:520px;width:100%;margin:auto}.mp-category-grid{grid-template-columns:repeat(2,1fr)}.mp-filter-open{display:inline-flex;align-items:center;gap:6px;border:1px solid #dfe2e5;background:#fff;border-radius:9px;height:42px;padding:0 12px;font-weight:800;cursor:pointer}.mp-layout{grid-template-columns:1fr}.mp-filters{position:fixed;left:0;top:0;bottom:0;width:min(330px,88vw);z-index:520;border-radius:0;transform:translateX(-105%);transition:.22s;overflow:auto}.mp-filters.open{transform:none;box-shadow:20px 0 50px rgba(20,24,30,.18)}body.mp-filter-opened:after{content:"";position:fixed;inset:0;background:#1116;z-index:510}.mp-filter-head button{display:grid;place-items:center;width:34px;height:34px;border:1px solid #dfe2e5;border-radius:50%;background:#fff;font-size:20px}.mp-pdp-grid{grid-template-columns:1fr}.mp-gallery-main{height:430px}.mp-cart-layout{grid-template-columns:1fr}.mp-cart-summary{position:static}}
@media(max-width:600px){.mp-hero{padding:34px 0}.mp-hero h1{font-size:36px}.mp-hero-art{height:210px}.mp-laptop{width:250px;height:150px;right:20px}.mp-phone{width:78px;height:160px;left:12px}.mp-float-card{display:none}.mp-search{height:auto;min-height:50px;grid-template-columns:22px 1fr}.mp-search button{grid-column:1/-1;width:100%;margin-bottom:5px}.mp-hero-trust{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mp-section-head{align-items:flex-start;flex-direction:column}.mp-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.mp-category-card{grid-template-columns:44px 1fr;padding:9px}.mp-category-card>span{display:none}.mp-category-image{width:44px;height:44px}.mp-category-card b{font-size:13px}.mp-category-card small{font-size:12px}.mp-catalogue{padding:34px 0 48px}.mp-catalogue-top{align-items:flex-start;flex-wrap:wrap}.mp-catalogue-top>div{width:100%}.mp-sort{margin-left:auto}.mp-sort label{display:none}.mp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.mp-product-image{height:145px;padding:8px}.mp-product-body{padding:10px}.mp-product-meta{font-size:11.5px;display:block}.mp-product-meta span{display:block}.mp-product-meta span:last-child{margin-top:2px}.mp-product-card h3{font-size:13px;min-height:53px}.mp-product-card p{display:none}.mp-product-foot strong{font-size:14px}.mp-product-foot button{width:34px;height:34px}.mp-badge{font-size:10.5px;left:7px;top:7px}.mp-pagination a{width:34px;height:34px}.mp-pdp-main{padding:24px 0 38px}.mp-gallery-main{height:330px;padding:16px}.mp-gallery-thumbs{grid-template-columns:repeat(4,1fr)}.mp-gallery-thumbs button{width:auto;height:64px}.mp-pdp-info h1{font-size:31px}.mp-pdp-rating{flex-wrap:wrap}.mp-variant-list{grid-template-columns:1fr}.mp-buy-row{grid-template-columns:105px 1fr}.mp-pdp-promises{grid-template-columns:1fr}.mp-spec-grid{grid-template-columns:1fr}.mp-related-grid{grid-template-columns:repeat(2,1fr)}.mp-cart-line{grid-template-columns:76px 1fr auto;gap:9px}.mp-cart-line>img{width:76px;height:70px}.mp-cart-line>.mp-qty{grid-column:2;width:104px}.mp-remove{grid-column:3;grid-row:1/3}.mp-cart-panel{width:100%}}

/* Marketplace checkout v7.0 */
.mp-checkout-page{background:#fbfbfa}.mp-checkout-hero{padding:42px 0 32px;background:#fff;border-bottom:1px solid #eceeed}.mp-checkout-hero h1{font-size:40px;letter-spacing:-.04em;margin:5px 0 8px}.mp-checkout-hero p{color:#6b727a}.mp-checkout-trust{display:flex;gap:18px;flex-wrap:wrap;font-size:13px;font-weight:750;margin-top:16px}.mp-checkout-section{padding:36px 0 70px}.mp-checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.mp-checkout-form{display:grid;gap:14px}.mp-checkout-card{background:#fff;border:1px solid #e3e5e7;border-radius:15px;padding:20px}.mp-checkout-card-head{display:flex;gap:12px;align-items:flex-start;margin-bottom:18px}.mp-checkout-card-head>span{width:34px;height:34px;border-radius:10px;background:#fff1e8;color:var(--accent);display:grid;place-items:center;font-size:12px;font-weight:900;flex:0 0 34px}.mp-checkout-card-head h2{font-size:19px;margin:0}.mp-checkout-card-head p{font-size:13px;color:#7d848b;margin:3px 0 0}.mp-checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:13px}.mp-checkout-fields label{display:grid;gap:6px}.mp-checkout-fields label>span{font-size:13px;font-weight:800}.mp-checkout-fields small{font-weight:500;color:#8c939a}.mp-checkout-fields input,.mp-checkout-fields textarea{width:100%;border:1px solid #dfe2e5;border-radius:10px;background:#fff;padding:12px 13px;font-size:14px;outline:0}.mp-checkout-fields textarea{min-height:90px;resize:vertical}.mp-checkout-fields input:focus,.mp-checkout-fields textarea:focus{border-color:#ff9d68;box-shadow:0 0 0 3px rgba(255,90,0,.08)}.mp-checkout-fields .wide{grid-column:1/-1}.mp-checkout-options{display:grid;gap:9px}.mp-checkout-options label{position:relative;display:grid;grid-template-columns:38px 1fr auto 24px;gap:11px;align-items:center;border:1px solid #e0e3e5;border-radius:11px;padding:12px;cursor:pointer}.mp-checkout-options input{position:absolute;opacity:0}.mp-checkout-options label:has(input:checked){border-color:var(--accent);background:#fff8f3;box-shadow:0 0 0 2px #ffefe6}.mp-option-icon{width:38px;height:38px;border-radius:10px;background:#f6f7f7;display:grid;place-items:center}.mp-option-icon svg{width:20px;height:20px;fill:none;stroke:#69717a;stroke-width:1.6}.mp-checkout-options b,.mp-checkout-options small{display:block}.mp-checkout-options b{font-size:13.5px}.mp-checkout-options small{font-size:12.5px;color:#81878e;margin-top:2px}.mp-checkout-options strong{font-size:13px}.mp-checkout-options i{width:20px;height:20px;border-radius:50%;border:1px solid #d9dde0;display:grid;place-items:center;color:transparent;font-size:11px}.mp-checkout-options label:has(input:checked) i{background:var(--accent);border-color:var(--accent);color:#fff}.mp-place-order{min-height:50px;justify-content:center;font-size:14px}.mp-checkout-summary{background:#fff;border:1px solid #e2e4e6;border-radius:15px;padding:20px;position:sticky;top:92px}.mp-checkout-summary-head span{font-size:11px;color:var(--accent);font-weight:900;letter-spacing:.08em}.mp-checkout-summary-head h3{font-size:20px;margin:3px 0 14px}.mp-checkout-items{border-top:1px solid #edf0f1;border-bottom:1px solid #edf0f1;padding:7px 0}.mp-checkout-items>div{display:flex;justify-content:space-between;gap:12px;padding:9px 0}.mp-checkout-items b,.mp-checkout-items small{display:block}.mp-checkout-items b{font-size:13px}.mp-checkout-items small{font-size:12px;color:#858b92;margin-top:2px}.mp-checkout-items strong{font-size:13px;white-space:nowrap}.mp-checkout-total{display:flex;justify-content:space-between;align-items:center;padding:15px 0 5px}.mp-checkout-total span{font-size:14px;font-weight:800}.mp-checkout-total strong{font-size:25px}.mp-checkout-summary>p{font-size:12.5px;color:#7f868d}.mp-checkout-safe{display:flex;gap:9px;background:#f6faf7;border:1px solid #e0ece3;border-radius:10px;padding:11px;margin-top:14px}.mp-checkout-safe svg{width:21px;height:21px;fill:none;stroke:#318157;stroke-width:1.6;flex:0 0 21px}.mp-checkout-safe b,.mp-checkout-safe small{display:block}.mp-checkout-safe b{font-size:12.5px}.mp-checkout-safe small{font-size:12px;color:#728079;margin-top:2px}@media(max-width:850px){.mp-checkout-grid{grid-template-columns:1fr}.mp-checkout-summary{position:static;order:-1}}@media(max-width:600px){.mp-checkout-hero{padding:30px 0 24px}.mp-checkout-hero h1{font-size:33px}.mp-checkout-trust{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mp-checkout-section{padding:26px 0 48px}.mp-checkout-card{padding:15px}.mp-checkout-fields{grid-template-columns:1fr}.mp-checkout-fields .wide{grid-column:auto}.mp-checkout-fields input,.mp-checkout-fields textarea{font-size:16px}.mp-checkout-options label{grid-template-columns:34px 1fr auto 22px;padding:10px}.mp-option-icon{width:34px;height:34px}.mp-checkout-summary{padding:16px}}

/* =========================================================
   Marketplace v7.1 — premium catalogue, mega menu and banners
   ========================================================= */
.mp-marketplace-menu>.z-submenu{width:560px;min-width:560px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:12px;left:-110px;max-height:none;overflow:visible}
.mp-marketplace-menu>.z-submenu>.z-menu-item{min-width:0}
.mp-marketplace-menu>.z-submenu>.z-menu-item>.z-menu-link{min-height:42px;padding:11px 13px!important;border:1px solid transparent}
.mp-marketplace-menu>.z-submenu>.z-menu-item>.z-menu-link:hover{border-color:#ffe0cf;background:#fff8f4}
.mp-marketplace-menu>.z-submenu>.mp-menu-shop-all{grid-column:1/-1;border-bottom:1px solid #eceef0;padding-bottom:7px;margin-bottom:4px}
.mp-marketplace-menu>.z-submenu>.mp-menu-shop-all>.z-menu-link{background:#1d2126;color:#fff!important;justify-content:space-between}
.mp-marketplace-menu>.z-submenu>.mp-menu-shop-all>.z-menu-link:after{content:"→";color:#ff6a1a;font-size:16px}

.mp-market-toolbar{background:#fff;border-bottom:1px solid #eaedef;position:relative;z-index:45}
.mp-market-toolbar-inner{min-height:64px;display:grid;grid-template-columns:220px minmax(320px,1fr) auto;gap:14px;align-items:center}
.mp-browse-menu{position:relative;height:44px}
.mp-browse-menu>summary{list-style:none;height:44px;border:1px solid #dfe3e6;border-radius:10px;padding:0 13px;display:flex;align-items:center;gap:10px;cursor:pointer;background:#fff;font-size:13px;color:#252a30}
.mp-browse-menu>summary::-webkit-details-marker{display:none}.mp-browse-menu[open]>summary{border-color:#ffc4a4;box-shadow:0 0 0 3px #fff2eb}
.mp-browse-icon{width:23px;height:23px;border-radius:7px;background:#fff0e7;color:var(--accent);display:grid;place-items:center}.mp-browse-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}
.mp-browse-chevron{margin-left:auto;width:8px;height:8px;border-right:1.6px solid #7a8188;border-bottom:1.6px solid #7a8188;transform:rotate(45deg) translateY(-2px);transition:.18s}.mp-browse-menu[open] .mp-browse-chevron{transform:rotate(225deg) translate(-2px,-1px)}
.mp-browse-panel{position:absolute;left:0;top:52px;width:365px;padding:10px;background:#fff;border:1px solid #e2e5e7;border-radius:14px;box-shadow:0 20px 55px rgba(20,24,29,.14);z-index:90;display:grid;grid-template-columns:1fr 1fr;gap:5px}
.mp-browse-panel>a{display:grid;grid-template-columns:36px minmax(0,1fr) 12px;align-items:center;gap:8px;padding:9px;border-radius:9px;border:1px solid transparent}.mp-browse-panel>a:hover{background:#fff7f2;border-color:#ffe0ce}.mp-browse-panel>a>i{font-style:normal;color:var(--accent);font-weight:900}.mp-browse-panel b,.mp-browse-panel small{display:block}.mp-browse-panel b{font-size:12.5px;line-height:1.2}.mp-browse-panel small{font-size:11.5px;color:#8a9097;margin-top:2px}.mp-browse-thumb{width:36px;height:36px;border-radius:8px;background:#f6f7f7;display:grid;place-items:center}.mp-browse-thumb img{width:32px;height:32px;object-fit:contain}.mp-browse-panel .mp-browse-all{grid-column:1/-1;grid-template-columns:1fr auto;background:#20252a;color:#fff;padding:11px 12px}.mp-browse-panel .mp-browse-all i{color:#ff7a31}
.mp-toolbar-search{height:44px;display:grid;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;border:1px solid #dfe3e6;border-radius:10px;background:#fafafa;padding-left:13px;overflow:hidden}.mp-toolbar-search svg{width:18px;height:18px;fill:none;stroke:#7b8289;stroke-width:1.8}.mp-toolbar-search input{height:42px;border:0;background:transparent;outline:0;font-size:13.5px;min-width:0}.mp-toolbar-search button{height:36px;margin-right:4px;border:0;border-radius:8px;background:var(--accent);color:#fff;padding:0 19px;font-weight:800;cursor:pointer}
.mp-toolbar-links{display:flex;align-items:center;gap:6px}.mp-toolbar-links a{min-width:86px;padding:5px 10px;border-left:1px solid #e8eaec}.mp-toolbar-links span,.mp-toolbar-links b{display:block}.mp-toolbar-links span{font-size:11px;color:#8a9097}.mp-toolbar-links b{font-size:12.5px;margin-top:1px}

.mp-hero-v71{padding:22px 0 0;background:#fff;border:0}.mp-hero-slider{height:430px;border-radius:20px;overflow:hidden;position:relative;background:#16191d;box-shadow:0 18px 50px rgba(24,28,33,.10)}
.mp-hero-slide{position:absolute;inset:0;padding:54px 68px;display:flex;align-items:center;opacity:0;visibility:hidden;transition:opacity .48s ease,visibility .48s ease;background-image:linear-gradient(90deg,rgba(15,17,20,.98) 0%,rgba(15,17,20,.94) 36%,rgba(15,17,20,.60) 58%,rgba(15,17,20,.06) 83%),var(--mp-banner);background-size:cover;background-position:center}.mp-hero-slide.active{opacity:1;visibility:visible;z-index:2}.mp-slide-copy{width:min(570px,55%);position:relative;z-index:3;color:#fff}.mp-slide-eyebrow{font-size:12px;font-weight:900;letter-spacing:.12em;color:#ff8a4c}.mp-slide-copy h1,.mp-slide-copy h2{font-size:45px;line-height:1.04;letter-spacing:-.045em;margin:11px 0 15px;color:#fff}.mp-slide-copy p{font-size:15px;line-height:1.7;color:#c7ccd1;margin:0;max-width:540px}.mp-slide-actions{display:flex;align-items:center;gap:18px;margin-top:25px}.mp-slide-actions .z-btn{height:46px;padding:0 20px}.mp-slide-link{color:#fff;font-size:13px;font-weight:800;border-bottom:1px solid #7c8389;padding-bottom:3px}.mp-slide-link:hover{color:#ff8b4d;border-color:#ff8b4d}
.mp-slider-arrow{position:absolute;z-index:6;top:50%;width:42px;height:42px;margin-top:-21px;border:1px solid #ffffff38;border-radius:50%;background:#121519aa;color:#fff;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(6px);transition:.18s}.mp-slider-arrow:hover{background:#fff;color:#20252a}.mp-slider-prev{left:14px}.mp-slider-next{right:14px}.mp-slider-arrow span{width:9px;height:9px;border-top:2px solid currentColor;border-right:2px solid currentColor}.mp-slider-prev span{transform:rotate(-135deg);margin-left:4px}.mp-slider-next span{transform:rotate(45deg);margin-right:4px}.mp-slider-dots{position:absolute;z-index:7;bottom:18px;left:68px;display:flex;gap:6px}.mp-slider-dots button{width:24px;height:4px;border:0;border-radius:99px;background:#ffffff55;cursor:pointer;padding:0;transition:.2s}.mp-slider-dots button.active{width:42px;background:#ff6818}
.mp-trust-strip{min-height:76px;border:1px solid #e7e9eb;border-top:0;border-radius:0 0 16px 16px;background:#fff;display:grid;grid-template-columns:repeat(4,1fr);padding:0 12px;box-shadow:0 12px 30px rgba(20,24,29,.04)}.mp-trust-strip>div{display:flex;align-items:center;gap:11px;padding:14px 20px;border-right:1px solid #eceeef}.mp-trust-strip>div:last-child{border-right:0}.mp-trust-icon{width:34px;height:34px;border-radius:9px;background:#fff4ed;color:var(--accent);display:grid;place-items:center;flex:0 0 34px}.mp-trust-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.mp-trust-strip b,.mp-trust-strip small{display:block}.mp-trust-strip b{font-size:13px}.mp-trust-strip small{font-size:12px;color:#838a91;margin-top:2px}

.mp-categories-v71{padding:44px 0 34px}.mp-categories-v71 .mp-section-head{align-items:flex-end}.mp-categories-v71 .mp-section-head p{font-size:13.5px;color:#747b82;margin:6px 0 0}.mp-categories-v71 .mp-category-grid{gap:10px}.mp-categories-v71 .mp-category-card{min-height:82px;padding:11px;border-radius:13px}.mp-categories-v71 .mp-category-image{width:58px;height:58px;background:#f6f7f7}.mp-categories-v71 .mp-category-card{grid-template-columns:58px minmax(0,1fr) 18px}.mp-categories-v71 .mp-category-card:hover{transform:translateY(-2px)}
.mp-promo-grid-section{padding:0 0 42px}.mp-promo-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:12px}.mp-promo-card{min-height:190px;border-radius:16px;padding:25px;position:relative;overflow:hidden;border:1px solid #e1e4e6}.mp-promo-card:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-60px;bottom:-70px;background:#fff2;box-shadow:0 0 0 36px #fff1}.mp-promo-card>span{font-size:11px;font-weight:900;letter-spacing:.11em;position:relative;z-index:2}.mp-promo-card h3{font-size:22px;line-height:1.12;letter-spacing:-.025em;margin:8px 0;max-width:330px;position:relative;z-index:2}.mp-promo-card p{font-size:13px;line-height:1.55;margin:0 0 16px;max-width:360px;position:relative;z-index:2}.mp-promo-card>b{font-size:13px;position:relative;z-index:2}.mp-promo-dark{background:linear-gradient(135deg,#1e2227,#111418);color:#fff}.mp-promo-dark p{color:#c1c7cc}.mp-promo-dark>span,.mp-promo-dark>b{color:#ff8848}.mp-promo-orange{background:linear-gradient(135deg,#ff6a19,#ff8d4e);border-color:#ff6a19;color:#fff}.mp-promo-orange p{color:#fff1e9}.mp-promo-light{background:linear-gradient(135deg,#f6f7f8,#fff);color:#252a30}.mp-promo-light>span,.mp-promo-light>b{color:var(--accent)}.mp-promo-light p{color:#6f767d}

.mp-catalogue-v71{padding-top:44px}.mp-catalogue-v71 .mp-catalogue-top{align-items:flex-end}.mp-catalogue-v71 .mp-catalogue-top p{font-size:13.5px;color:#777e85;margin:6px 0 0}.mp-catalogue-actions{display:flex;align-items:center;gap:10px}.mp-catalogue-v71 .mp-sort select{min-width:170px}.mp-results-bar{height:42px;display:flex;align-items:center;justify-content:space-between;border:1px solid #e5e8ea;border-radius:10px;background:#fff;padding:0 13px;margin-bottom:11px;font-size:12.5px;color:#767d84}.mp-filter-head>div b,.mp-filter-head>div small{display:block}.mp-filter-head>div small{font-size:11.5px;color:#8a9097;margin-top:2px}
.mp-page-v71 .mp-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.mp-page-v71 .mp-product-card{border-radius:14px;box-shadow:0 4px 14px rgba(20,24,29,.025)}.mp-page-v71 .mp-product-card:hover{transform:translateY(-2px);box-shadow:0 16px 35px rgba(20,24,29,.08)}.mp-page-v71 .mp-product-image{height:232px;overflow:hidden}.mp-page-v71 .mp-product-image img{transition:transform .28s ease}.mp-page-v71 .mp-product-card:hover .mp-product-image img{transform:scale(1.035)}.mp-product-view{position:absolute;bottom:10px;left:50%;transform:translate(-50%,10px);opacity:0;background:#1d2227;color:#fff;border-radius:999px;padding:7px 12px;font-size:11.5px;font-weight:800;z-index:2;transition:.2s;white-space:nowrap}.mp-product-card:hover .mp-product-view{opacity:1;transform:translate(-50%,0)}.mp-stock-mini{font-size:11.5px;font-weight:800;display:flex;align-items:center;gap:6px;margin-top:10px}.mp-stock-mini span{width:6px;height:6px;border-radius:50%}.mp-stock-mini.in{color:#287b4c}.mp-stock-mini.in span{background:#2c9a5e}.mp-stock-mini.out{color:#a44545}.mp-stock-mini.out span{background:#c45b5b}.mp-page-v71 .mp-product-foot{margin-top:10px}.mp-page-v71 .mp-product-foot button{border:1px solid #ffd8c3}.mp-page-v71 .mp-pagination a:hover{border-color:#ffb68f;color:var(--accent)}

@media(max-width:1100px){
 .mp-market-toolbar-inner{grid-template-columns:190px 1fr}.mp-toolbar-links{display:none}.mp-marketplace-menu>.z-submenu{left:-170px;width:520px;min-width:520px}
 .mp-hero-slide{padding:48px 58px}.mp-slide-copy h1,.mp-slide-copy h2{font-size:40px}.mp-promo-grid{grid-template-columns:1fr 1fr}.mp-promo-card:first-child{grid-column:1/-1}.mp-page-v71 .mp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
 .mp-market-toolbar{display:block}.mp-market-toolbar-inner{grid-template-columns:1fr;min-height:auto;padding-top:10px;padding-bottom:10px}.mp-browse-menu{display:none}.mp-toolbar-search{width:100%}.mp-hero-v71{padding-top:14px}.mp-hero-slider{height:390px}.mp-hero-slide{padding:42px 48px;background-image:linear-gradient(90deg,rgba(15,17,20,.98),rgba(15,17,20,.88) 62%,rgba(15,17,20,.25)),var(--mp-banner)}.mp-slide-copy{width:70%}.mp-trust-strip{grid-template-columns:repeat(2,1fr)}.mp-trust-strip>div:nth-child(2){border-right:0}.mp-trust-strip>div:nth-child(-n+2){border-bottom:1px solid #eceeef}.mp-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:600px){
 .mp-market-toolbar-inner{width:calc(100% - 24px)}.mp-toolbar-search{grid-template-columns:22px 1fr auto;padding-left:10px}.mp-toolbar-search input{font-size:12.5px}.mp-toolbar-search button{padding:0 12px;font-size:12px}.mp-hero-v71{padding:10px 0 0}.mp-hero-v71>.container{width:calc(100% - 20px)}.mp-hero-slider{height:405px;border-radius:15px}.mp-hero-slide{padding:36px 26px 58px;align-items:flex-end;background-image:linear-gradient(0deg,rgba(14,16,19,.99) 0%,rgba(14,16,19,.92) 52%,rgba(14,16,19,.26) 100%),var(--mp-banner);background-position:68% center}.mp-slide-copy{width:100%}.mp-slide-eyebrow{font-size:10.5px}.mp-slide-copy h1,.mp-slide-copy h2{font-size:30px;margin:8px 0 10px}.mp-slide-copy p{font-size:13px;line-height:1.55}.mp-slide-actions{margin-top:17px;gap:12px;flex-wrap:wrap}.mp-slide-actions .z-btn{height:42px;font-size:12.5px;padding:0 14px}.mp-slide-link{font-size:12px}.mp-slider-arrow{width:34px;height:34px;margin-top:-17px}.mp-slider-prev{left:8px}.mp-slider-next{right:8px}.mp-slider-dots{left:26px;bottom:18px}.mp-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr));padding:0}.mp-trust-strip>div{padding:12px 10px;gap:8px;min-width:0}.mp-trust-icon{width:30px;height:30px;flex-basis:30px}.mp-trust-strip b{font-size:12px}.mp-trust-strip small{font-size:11px}.mp-categories-v71{padding:34px 0 26px}.mp-categories-v71 .mp-section-head h2{font-size:28px}.mp-categories-v71 .mp-section-head p{font-size:13px}.mp-categories-v71 .mp-category-card{grid-template-columns:44px minmax(0,1fr);min-height:72px}.mp-categories-v71 .mp-category-image{width:44px;height:44px}.mp-categories-v71 .mp-category-card>span{display:none}.mp-promo-grid-section{padding-bottom:30px}.mp-promo-grid{grid-template-columns:1fr}.mp-promo-card:first-child{grid-column:auto}.mp-promo-card{min-height:160px;padding:21px}.mp-promo-card h3{font-size:20px}.mp-catalogue-v71{padding-top:32px}.mp-catalogue-v71 .mp-catalogue-top{align-items:flex-start}.mp-catalogue-actions{width:100%;justify-content:space-between}.mp-results-bar{font-size:11.5px}.mp-page-v71 .mp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mp-page-v71 .mp-product-image{height:150px}.mp-product-view{display:none}.mp-stock-mini{font-size:10.5px}.mp-page-v71 .mp-product-foot strong{font-size:14px}.mp-page-v71 .mp-product-foot button{width:34px;height:34px}.mp-page-v71 .mp-product-body{padding:9px}.mp-page-v71 .mp-product-card h3{font-size:12.8px}.mp-page-v71 .mp-product-meta{font-size:11px}
}

/* Marketplace v7.1 PDP + cart refinement */
.mp-pdp .mp-pdp-info{align-self:start;position:sticky;top:92px}.mp-pdp .mp-gallery-main{background:linear-gradient(145deg,#fbfbfb,#f2f4f5);box-shadow:inset 0 0 0 1px #fff}.mp-pdp .mp-gallery-thumbs button{transition:.18s}.mp-pdp .mp-gallery-thumbs button:hover{border-color:#ffb790}.mp-pdp .mp-buy-box{margin-top:4px}.mp-pdp .mp-add-main{box-shadow:0 9px 20px rgba(255,90,0,.16)}.mp-pdp .mp-pdp-promises>div{background:#fbfbfa}.mp-pdp .mp-detail-tabs details[open]{border-color:#dfe2e4;box-shadow:0 7px 22px rgba(20,24,29,.035)}
.mp-cart-panel{width:min(455px,100%)}.mp-cart-head{height:82px}.mp-cart-head:before{content:"";position:absolute;left:20px;right:20px;bottom:0;height:2px;background:linear-gradient(90deg,var(--accent),#ffb183 42%,transparent)}.mp-cart-head{position:relative}.mp-drawer-lines{padding:14px 19px}.mp-drawer-line{border:1px solid #eceef0;border-radius:12px;padding:10px;grid-template-columns:78px 1fr 30px;background:#fff}.mp-drawer-line img{background:#f6f7f7}.mp-drawer-summary{padding:19px 20px 24px;background:#fff}.mp-drawer-summary .z-btn{min-height:46px}.mp-drawer-empty>div{width:58px;height:58px;border-radius:50%;background:#fff1e8;color:var(--accent);display:grid;place-items:center;margin:0 auto}
@media(max-width:900px){.mp-pdp .mp-pdp-info{position:static}}

/* =========================================================
   Marketplace v7.2 — premium mega menu + crisp HD imagery
   ========================================================= */
.mp-marketplace-menu>.mp-mega-menu{
  display:block!important;
  width:980px!important;
  min-width:980px!important;
  max-height:none!important;
  overflow:visible!important;
  left:-285px!important;
  top:calc(100% - 1px)!important;
  padding:0!important;
  border-radius:16px!important;
  border:1px solid #e1e4e7!important;
  background:#fff!important;
  box-shadow:0 24px 70px rgba(17,22,28,.17)!important;
  transform:translateY(8px)!important;
}
.z-menu-item.mp-marketplace-menu:hover>.mp-mega-menu,.z-menu-item.mp-marketplace-menu:focus-within>.mp-mega-menu{transform:translateY(0)!important}
.mp-mega-menu:before{content:"";position:absolute;top:-7px;left:325px;width:13px;height:13px;background:#fff;border-left:1px solid #e1e4e7;border-top:1px solid #e1e4e7;transform:rotate(45deg);z-index:2}
.mp-mega-menu a{padding:0!important}
.mp-mega-top{min-height:72px;padding:15px 18px 14px 20px;border-bottom:1px solid #eceef0;display:flex;align-items:center;justify-content:space-between;gap:22px;background:linear-gradient(90deg,#fff,#fffaf7);border-radius:16px 16px 0 0}
.mp-mega-top>div span,.mp-mega-top>div b{display:block}.mp-mega-top>div span{font-size:10.5px;letter-spacing:.13em;color:var(--accent);font-weight:900}.mp-mega-top>div b{font-size:15px;margin-top:4px;color:#21262c}
.mp-mega-top>a{height:38px!important;display:inline-flex!important;align-items:center!important;gap:9px!important;padding:0 14px!important;border:1px solid #ffd1b8;border-radius:9px;color:#e85405!important;background:#fff;font-size:12px!important;font-weight:850!important}.mp-mega-top>a:hover{background:#fff4ed}.mp-mega-top>a i{font-style:normal;font-size:15px}
.mp-mega-content{display:grid;grid-template-columns:1.08fr 1.08fr .82fr 1.38fr;gap:0;padding:18px;background:#fff}
.mp-mega-column{padding:0 16px;border-right:1px solid #edf0f1;min-width:0}.mp-mega-column:first-child{padding-left:2px}.mp-mega-brands{border-right:0;padding-right:15px}
.mp-mega-title{display:block!important;margin:2px 0 10px!important;font-size:10.5px!important;letter-spacing:.11em!important;color:#8b9299!important;font-weight:900!important;text-transform:uppercase}
.mp-mega-links{display:grid;gap:3px}.mp-mega-links>a{min-height:48px;display:grid!important;grid-template-columns:38px minmax(0,1fr) 12px;gap:8px;align-items:center;border-radius:10px;padding:5px 7px!important;color:#2b3036!important;border:1px solid transparent;transition:background .15s ease,border-color .15s ease}.mp-mega-links>a:hover{background:#fff7f2;border-color:#ffe3d3;color:#1f2429!important}.mp-mega-links>a>span:nth-child(2){min-width:0}.mp-mega-links b,.mp-mega-links small{display:block}.mp-mega-links b{font-size:12.5px;line-height:1.15;white-space:normal}.mp-mega-links small{font-size:10.5px;color:#92989e;margin-top:3px}.mp-mega-links>a>i{font-style:normal;color:#c0c5ca;font-size:17px;transition:.15s}.mp-mega-links>a:hover>i{color:var(--accent);transform:translateX(2px)}
.mp-mega-icon{width:36px;height:36px;border-radius:9px;background:#f7f8f8;display:grid!important;place-items:center!important;overflow:hidden}.mp-mega-icon img{width:34px;height:34px;object-fit:contain;display:block;filter:none!important;image-rendering:auto}
.mp-mega-brand-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.mp-mega-brand-grid>a{height:34px;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 9px!important;border:1px solid #e9ebed;border-radius:8px;color:#343a41!important;background:#fbfbfb;font-size:11.5px!important;font-weight:800!important}.mp-mega-brand-grid>a span{font-size:12px!important;color:#b1b6bb!important;margin:0!important}.mp-mega-brand-grid>a:hover{border-color:#ffc8ab;background:#fff7f2;color:var(--accent)!important}.mp-mega-brand-grid>a:hover span{color:var(--accent)!important}.mp-mega-brand-all{display:inline-flex!important;margin-top:10px;color:var(--accent)!important;font-size:11.5px!important;font-weight:850!important;border-bottom:1px solid #ffc7a8;padding-bottom:2px!important}.mp-mega-mini-trust{margin-top:13px;padding-top:11px;border-top:1px solid #eceeef;display:grid;gap:5px}.mp-mega-mini-trust span{margin:0!important;color:#666e76!important;font-size:10.5px!important;font-weight:700!important}
.mp-mega-feature{position:relative;min-height:286px;border-radius:13px;overflow:hidden;display:block!important;background:#171a1e;isolation:isolate}.mp-mega-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:none!important;image-rendering:auto;transform:scale(1.002)}.mp-mega-feature-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,16,20,.08),rgba(13,16,20,.82));z-index:1;margin:0!important}.mp-mega-feature-copy{position:absolute;left:18px;right:18px;bottom:17px;z-index:2;color:#fff;margin:0!important}.mp-mega-feature-copy em,.mp-mega-feature-copy b,.mp-mega-feature-copy small,.mp-mega-feature-copy strong{display:block}.mp-mega-feature-copy em{font-style:normal;color:#ff8a4d;font-size:9.5px;font-weight:900;letter-spacing:.12em}.mp-mega-feature-copy b{font-size:21px;line-height:1.05;letter-spacing:-.025em;margin-top:5px}.mp-mega-feature-copy small{font-size:10.5px;color:#d7dce0;line-height:1.4;margin-top:7px}.mp-mega-feature-copy strong{font-size:11.5px;margin-top:10px;color:#fff}.mp-mega-feature:hover img{transform:scale(1.025);transition:transform .35s ease}
.mp-mega-bottom{min-height:48px;padding:0 18px;border-top:1px solid #eceef0;background:#fafafa;border-radius:0 0 16px 16px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:10px}.mp-mega-bottom>span{font-size:10.5px!important;color:#626a72!important;font-weight:750!important;margin:0!important;display:flex!important;align-items:center!important;gap:7px!important}.mp-mega-bottom i{width:6px;height:6px;border-radius:50%;background:var(--accent);display:block}

/* Keep actual photography sharp and let CSS supply the readable text overlay. */
.mp-hero-slide{background-position:var(--mp-position,center)!important;background-repeat:no-repeat!important;background-size:cover!important;image-rendering:auto}
.mp-hero-slide:nth-of-type(1){--mp-position:center 48%;background-image:linear-gradient(90deg,rgba(14,17,20,.96) 0%,rgba(14,17,20,.90) 39%,rgba(14,17,20,.54) 61%,rgba(14,17,20,.06) 86%),var(--mp-banner)}
.mp-hero-slide:nth-of-type(2){--mp-position:center 44%;background-image:linear-gradient(90deg,rgba(14,17,20,.96) 0%,rgba(14,17,20,.88) 40%,rgba(14,17,20,.52) 62%,rgba(14,17,20,.05) 86%),var(--mp-banner)}
.mp-hero-slide:nth-of-type(3){--mp-position:center 52%;background-image:linear-gradient(90deg,rgba(10,12,15,.94) 0%,rgba(10,12,15,.84) 40%,rgba(10,12,15,.44) 64%,rgba(10,12,15,.04) 86%),var(--mp-banner)}
.mp-hero-slider{background:#111417}.mp-hero-slide:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)}

/* Promo banners now use real photographic backgrounds instead of flat placeholder blocks. */
.mp-promo-card{background-size:cover!important;background-position:center!important;border-color:#dfe3e6!important;min-height:205px}.mp-promo-card:after{display:none!important}
.mp-promo-dark{background-image:linear-gradient(90deg,rgba(11,14,17,.94),rgba(11,14,17,.78) 58%,rgba(11,14,17,.10)),url('../images/marketplace/banners/banner-performance.jpg')!important}
.mp-promo-orange{background-image:linear-gradient(90deg,rgba(223,70,0,.96),rgba(255,94,16,.82) 56%,rgba(255,94,16,.08)),url('../images/marketplace/banners/banner-mobile-laptop.jpg')!important}
.mp-promo-light{background-image:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.88) 55%,rgba(255,255,255,.18)),url('../images/marketplace/banners/banner-premium-tech.jpg')!important;background-position:center right!important}
.mp-promo-card h3{max-width:315px}.mp-promo-card p{max-width:330px}.mp-promo-card>b{display:inline-flex;padding-bottom:2px;border-bottom:1px solid currentColor}

/* Do not soften catalogue imagery. */
.mp-product-image img,.mp-gallery-main img,.mp-gallery-thumbs img,.mp-category-image img,.mp-browse-thumb img{filter:none!important;image-rendering:auto!important;backface-visibility:hidden}

@media(max-width:1180px){
 .mp-marketplace-menu>.mp-mega-menu{width:900px!important;min-width:900px!important;left:-340px!important}.mp-mega-content{grid-template-columns:1fr 1fr .8fr 1.12fr}.mp-mega-feature-copy b{font-size:18px}
}
@media(max-width:1000px){
 .mp-marketplace-menu>.mp-mega-menu{display:none!important}
}
@media(max-width:600px){
 .mp-hero-slide:nth-of-type(1),.mp-hero-slide:nth-of-type(2),.mp-hero-slide:nth-of-type(3){background-image:linear-gradient(0deg,rgba(12,14,17,.98) 0%,rgba(12,14,17,.90) 56%,rgba(12,14,17,.18) 100%),var(--mp-banner)!important;background-position:center!important}
 .mp-promo-card{min-height:175px}
}
.mp-mega-menu span{margin-left:0!important}.mp-mega-menu a{white-space:normal!important}

/* =========================================================
   Marketplace mega menu v7.3 — clear, compact, premium
   Keeps the global header structure unchanged.
   ========================================================= */
.mp-marketplace-menu>.mp-mega-menu{
  width:780px!important;
  min-width:780px!important;
  left:-280px!important;
  top:calc(100% + 10px)!important;
  padding:0!important;
  border:1px solid #e2e5e8!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 20px 55px rgba(20,24,29,.14)!important;
  overflow:hidden!important;
  transform:none!important;
}
.z-menu-item.mp-marketplace-menu:hover>.mp-mega-menu,
.z-menu-item.mp-marketplace-menu:focus-within>.mp-mega-menu{transform:none!important}
.mp-mega-menu:before{
  left:320px!important;
  top:-7px!important;
  width:13px!important;
  height:13px!important;
  background:#fff!important;
  border-left:1px solid #e2e5e8!important;
  border-top:1px solid #e2e5e8!important;
}
.mp-mega-head{
  min-height:66px;
  padding:13px 18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  border-bottom:1px solid #edf0f2!important;
  background:#fff!important;
}
.mp-mega-head>div>span{
  display:block!important;
  margin:0 0 3px!important;
  font-size:10px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  color:var(--accent)!important;
}
.mp-mega-head>div>b{
  display:block!important;
  font-size:15px!important;
  line-height:1.25!important;
  color:#20252a!important;
  letter-spacing:-.01em!important;
}
.mp-mega-head>a{
  min-height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:0 11px!important;
  border:1px solid #ffd0b6!important;
  border-radius:8px!important;
  color:var(--accent)!important;
  font-size:11.5px!important;
  font-weight:850!important;
  white-space:nowrap!important;
  background:#fff!important;
}
.mp-mega-head>a:hover{background:#fff6f1!important;border-color:#ffb58e!important}
.mp-mega-head>a i{font-style:normal!important;font-size:13px!important}
.mp-mega-body{
  display:grid!important;
  grid-template-columns:1fr 1fr 190px!important;
  gap:0!important;
  padding:16px 18px 18px!important;
  background:#fff!important;
}
.mp-mega-group{min-width:0;padding:0 16px!important;border-right:1px solid #edf0f2!important}
.mp-mega-group:first-child{padding-left:0!important}
.mp-mega-group:last-child{padding-right:0!important;border-right:0!important}
.mp-mega-title{
  display:block!important;
  margin:0 0 9px!important;
  color:#8c939a!important;
  font-size:10px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:.10em!important;
  text-transform:uppercase!important;
}
.mp-mega-clear-links{display:grid!important;gap:2px!important}
.mp-mega-clear-links>a{
  min-height:43px!important;
  display:grid!important;
  grid-template-columns:31px minmax(0,1fr) 13px!important;
  align-items:center!important;
  gap:9px!important;
  padding:5px 7px!important;
  margin:0!important;
  border:1px solid transparent!important;
  border-radius:9px!important;
  color:#2c3238!important;
  background:#fff!important;
  transition:background .15s ease,border-color .15s ease,color .15s ease!important;
}
.mp-mega-clear-links>a:hover{background:#fff7f2!important;border-color:#ffe0ce!important;color:#161a1e!important}
.mp-mega-clear-icon{
  width:30px!important;
  height:30px!important;
  margin:0!important;
  display:grid!important;
  place-items:center!important;
  border-radius:8px!important;
  background:#f6f7f8!important;
  overflow:hidden!important;
}
.mp-mega-clear-icon img{width:27px!important;height:27px!important;object-fit:contain!important;display:block!important;filter:none!important}
.mp-mega-clear-links b{font-size:11.8px!important;line-height:1.2!important;font-weight:800!important;white-space:normal!important}
.mp-mega-clear-links>a>i{font-style:normal!important;color:#b5bbc1!important;font-size:13px!important;transition:.15s!important}
.mp-mega-clear-links>a:hover>i{color:var(--accent)!important;transform:translateX(2px)!important}
.mp-mega-brand-panel{background:#fafafa!important;margin:-16px -18px -18px 0!important;padding:16px 14px 18px!important;border-right:0!important}
.mp-mega-brand-list{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important}
.mp-mega-brand-list>a{
  height:32px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:6px!important;
  padding:0 8px!important;
  margin:0!important;
  border:1px solid #e5e8ea!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#30363c!important;
  font-size:10.8px!important;
  font-weight:800!important;
}
.mp-mega-brand-list>a:hover{border-color:#ffc7a8!important;color:var(--accent)!important;background:#fff8f4!important}
.mp-mega-brand-list i{font-style:normal!important;color:#b7bdc2!important;font-size:11px!important}
.mp-mega-shortcuts{display:grid!important;gap:5px!important;margin-top:12px!important;padding-top:11px!important;border-top:1px solid #e8ebed!important}
.mp-mega-shortcuts>a{min-height:28px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 2px!important;color:#4c545c!important;font-size:10.8px!important;font-weight:750!important}
.mp-mega-shortcuts>a:hover{color:var(--accent)!important}
.mp-mega-shortcuts i{font-style:normal!important}
.mp-mega-shop-btn{
  min-height:37px!important;
  margin-top:12px!important;
  padding:0 11px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  border-radius:8px!important;
  background:var(--accent)!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:850!important;
}
.mp-mega-shop-btn:hover{background:#e95000!important;color:#fff!important}
.mp-mega-shop-btn i{font-style:normal!important}
/* Retire the older promotional mega-menu pieces. */
.mp-mega-top,.mp-mega-content,.mp-mega-bottom,.mp-mega-column,.mp-mega-feature,.mp-mega-feature-overlay,.mp-mega-feature-copy,.mp-mega-links,.mp-mega-brand-grid,.mp-mega-brand-all,.mp-mega-mini-trust{ }
@media(max-width:1180px){
  .mp-marketplace-menu>.mp-mega-menu{width:740px!important;min-width:740px!important;left:-245px!important}
  .mp-mega-body{grid-template-columns:1fr 1fr 174px!important;padding-left:16px!important;padding-right:16px!important}
  .mp-mega-group{padding-left:12px!important;padding-right:12px!important}
  .mp-mega-brand-panel{margin-right:-16px!important;padding-left:12px!important;padding-right:12px!important}
}
@media(max-width:1000px){.mp-marketplace-menu>.mp-mega-menu{display:none!important}}

/* =========================================================
   Marketplace mega menu v7.4 — clean retail organisation
   Global header/footer remain unchanged.
   ========================================================= */
.mp-marketplace-menu>.mp-mega-menu-v74{
  width:930px!important;
  min-width:930px!important;
  left:-355px!important;
  top:calc(100% + 8px)!important;
  display:block!important;
  padding:0!important;
  max-height:none!important;
  overflow:visible!important;
  border:1px solid #e1e4e7!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 22px 58px rgba(18,23,29,.15)!important;
  transform:translateY(5px)!important;
}
.z-menu-item.mp-marketplace-menu:hover>.mp-mega-menu-v74,
.z-menu-item.mp-marketplace-menu:focus-within>.mp-mega-menu-v74{transform:none!important}
.mp-mega-menu-v74:before{
  content:""!important;
  position:absolute!important;
  top:-7px!important;
  left:397px!important;
  width:13px!important;
  height:13px!important;
  background:#fff!important;
  border-left:1px solid #e1e4e7!important;
  border-top:1px solid #e1e4e7!important;
  transform:rotate(45deg)!important;
}
.mp-mega-v74-shell{
  display:grid!important;
  grid-template-columns:1fr 1.12fr 260px!important;
  gap:0!important;
  padding:22px!important;
  background:#fff!important;
  border-radius:16px!important;
}
.mp-mega-v74-col{min-width:0!important;padding:0 20px 0 0!important}
.mp-mega-v74-col:nth-child(2){padding:0 20px!important;border-left:1px solid #edf0f2!important;border-right:1px solid #edf0f2!important}
.mp-mega-v74-heading{margin-bottom:12px!important}
.mp-mega-v74-heading span,.mp-mega-v74-heading b{display:block!important;margin:0!important}
.mp-mega-v74-heading span{font-size:10px!important;line-height:1.2!important;letter-spacing:.13em!important;font-weight:900!important;color:var(--accent)!important}
.mp-mega-v74-heading b{margin-top:4px!important;font-size:15px!important;line-height:1.25!important;letter-spacing:-.01em!important;color:#20252a!important}
.mp-mega-v74-links{display:grid!important;gap:4px!important}
.mp-mega-v74-links>a{
  min-height:58px!important;
  display:grid!important;
  grid-template-columns:46px minmax(0,1fr) 14px!important;
  gap:11px!important;
  align-items:center!important;
  padding:6px 8px!important;
  margin:0!important;
  border:1px solid transparent!important;
  border-radius:11px!important;
  color:#252b31!important;
  background:#fff!important;
  transition:background .15s ease,border-color .15s ease,transform .15s ease!important;
}
.mp-mega-v74-links>a:hover{background:#fff8f4!important;border-color:#ffe0cf!important;transform:translateX(2px)!important}
.mp-mega-v74-thumb{
  width:46px!important;height:46px!important;display:grid!important;place-items:center!important;
  margin:0!important;border:1px solid #edf0f2!important;border-radius:10px!important;background:#fafafa!important;overflow:hidden!important
}
.mp-mega-v74-thumb img{width:40px!important;height:40px!important;object-fit:contain!important;display:block!important;filter:none!important;image-rendering:auto!important}
.mp-mega-v74-copy{min-width:0!important;margin:0!important}
.mp-mega-v74-copy b,.mp-mega-v74-copy small{display:block!important;margin:0!important;white-space:normal!important}
.mp-mega-v74-copy b{font-size:12.6px!important;line-height:1.25!important;font-weight:820!important;color:#242a30!important}
.mp-mega-v74-copy small{font-size:10.5px!important;line-height:1.35!important;color:#858c93!important;margin-top:3px!important}
.mp-mega-v74-links>a>i{font-style:normal!important;font-size:14px!important;color:#b7bdc2!important;margin:0!important;transition:.15s!important}
.mp-mega-v74-links>a:hover>i{color:var(--accent)!important;transform:translateX(2px)!important}
.mp-mega-v74-links-compact>a{min-height:51px!important}
.mp-mega-v74-links-compact .mp-mega-v74-thumb{width:42px!important;height:42px!important}
.mp-mega-v74-links-compact .mp-mega-v74-thumb img{width:36px!important;height:36px!important}
.mp-mega-v74-view{display:inline-flex!important;align-items:center!important;gap:8px!important;margin:11px 0 0 8px!important;padding:0!important;color:var(--accent)!important;font-size:11.5px!important;font-weight:850!important}
.mp-mega-v74-view:hover{text-decoration:underline!important;text-underline-offset:3px!important}
.mp-mega-v74-side{min-width:0!important;padding-left:20px!important}
.mp-mega-v74-brands{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-bottom:12px!important}
.mp-mega-v74-brands>a{
  height:43px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:7px!important;
  margin:0!important;border:1px solid #e6e9eb!important;border-radius:9px!important;background:#fff!important;transition:.15s!important
}
.mp-mega-v74-brands>a:hover{border-color:#ffc9ac!important;background:#fff8f4!important;transform:translateY(-1px)!important}
.mp-mega-v74-brands img{max-width:72px!important;max-height:24px!important;width:auto!important;height:auto!important;display:block!important;filter:none!important}
.mp-mega-v74-feature{
  min-height:116px!important;position:relative!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;
  padding:13px!important;margin:0 0 10px!important;border-radius:11px!important;overflow:hidden!important;color:#fff!important;background:#15191d!important;isolation:isolate!important
}
.mp-mega-v74-feature:before{content:""!important;position:absolute!important;inset:0!important;background-image:linear-gradient(90deg,rgba(12,15,18,.94),rgba(12,15,18,.50) 62%,rgba(12,15,18,.16)),var(--mp-mega-photo)!important;background-size:cover!important;background-position:right center!important;z-index:-2!important}
.mp-mega-v74-feature:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(0deg,rgba(10,12,15,.54),transparent 65%)!important;z-index:-1!important}
.mp-mega-v74-feature span,.mp-mega-v74-feature b,.mp-mega-v74-feature small{display:block!important;margin:0!important;color:#fff!important}
.mp-mega-v74-feature span{font-size:9px!important;font-weight:900!important;letter-spacing:.12em!important;color:#ff8d51!important}
.mp-mega-v74-feature b{font-size:15px!important;line-height:1.18!important;margin-top:4px!important;max-width:170px!important}
.mp-mega-v74-feature small{font-size:10.5px!important;line-height:1.3!important;margin-top:5px!important;color:#e6e9ec!important}
.mp-mega-v74-feature i{font-style:normal!important}
.mp-mega-v74-quick{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;margin-bottom:9px!important}
.mp-mega-v74-quick>a{min-height:39px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;padding:0 9px!important;margin:0!important;border:1px solid #e8ebed!important;border-radius:8px!important;background:#fafafa!important;color:#444c54!important;font-size:10.5px!important;font-weight:800!important}
.mp-mega-v74-quick>a:hover{background:#fff7f2!important;border-color:#ffd4bd!important;color:var(--accent)!important}
.mp-mega-v74-quick i,.mp-mega-v74-shopall i{font-style:normal!important}
.mp-mega-v74-shopall{min-height:42px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 12px!important;margin:0!important;border-radius:9px!important;background:#171b20!important;color:#fff!important;font-size:11.5px!important;font-weight:850!important}
.mp-mega-v74-shopall:hover{background:var(--accent)!important;color:#fff!important}
@media(max-width:1180px){
  .mp-marketplace-menu>.mp-mega-menu-v74{width:860px!important;min-width:860px!important;left:-330px!important}
  .mp-mega-v74-shell{grid-template-columns:1fr 1.08fr 225px!important;padding:18px!important}
  .mp-mega-v74-col{padding-right:15px!important}.mp-mega-v74-col:nth-child(2){padding-left:15px!important;padding-right:15px!important}.mp-mega-v74-side{padding-left:15px!important}
  .mp-mega-v74-copy small{display:none!important}.mp-mega-v74-links>a{min-height:50px!important}
}
@media(max-width:1000px){.mp-marketplace-menu>.mp-mega-menu-v74{display:none!important}}

/* Marketplace hero v7.4 — crisp photography, no softening. */
.mp-page-v71 .mp-hero-slide:nth-of-type(1){--mp-position:center center!important;background-image:linear-gradient(90deg,rgba(14,17,20,.16) 0%,rgba(14,17,20,.10) 39%,rgba(14,17,20,.03) 61%,rgba(14,17,20,0) 86%),var(--mp-banner)!important}
.mp-page-v71 .mp-hero-slide:nth-of-type(1) .mp-slide-copy{max-width:560px!important}
.mp-page-v71 .mp-hero-slide:nth-of-type(2){--mp-position:center center!important}
.mp-page-v71 .mp-hero-slide:nth-of-type(3){--mp-position:center center!important}
.mp-page-v71 .mp-hero-slide{filter:none!important;image-rendering:auto!important}
/* Use the new sharp photography throughout Marketplace promo blocks as well. */
.mp-page-v71 .mp-promo-dark{background-image:linear-gradient(90deg,rgba(12,15,18,.94),rgba(12,15,18,.76) 54%,rgba(12,15,18,.08)),url('../images/marketplace/banners/banner-tech-desk.jpg')!important;background-position:center!important}
.mp-page-v71 .mp-promo-orange{background-image:linear-gradient(90deg,rgba(219,68,0,.96),rgba(255,92,15,.78) 54%,rgba(255,92,15,.05)),url('../images/marketplace/banners/banner-mobile-laptop.jpg')!important;background-position:center!important}
.mp-page-v71 .mp-promo-light{background-image:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.88) 54%,rgba(255,255,255,.08)),url('../images/marketplace/banners/banner-premium-tech.jpg')!important;background-position:center right!important}

/* =========================================================
   Marketplace v7.4.1 — keep mega menu inside global container
   Design unchanged; only positioning/containment corrected.
   ========================================================= */
@media(min-width:1001px){
  .z-nav{position:relative}
  .z-menu-item.mp-marketplace-menu{position:static!important}
  .mp-marketplace-menu>.mp-mega-menu-v74{
    left:0!important;
    right:0!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  .mp-mega-menu-v74:before{
    left:55.5%!important;
  }
  .mp-mega-v74-shell{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  .mp-mega-v74-col,
  .mp-mega-v74-side,
  .mp-mega-v74-links,
  .mp-mega-v74-links>a,
  .mp-mega-v74-copy,
  .mp-mega-v74-brands,
  .mp-mega-v74-quick{
    min-width:0!important;
    max-width:100%!important;
  }
}
@media(min-width:1001px) and (max-width:1180px){
  .mp-marketplace-menu>.mp-mega-menu-v74{
    left:0!important;
    right:0!important;
    width:100%!important;
    min-width:0!important;
  }
  .mp-mega-v74-shell{
    grid-template-columns:minmax(0,1fr) minmax(0,1.08fr) minmax(205px,225px)!important;
  }
}

/* =========================================================
   Repair Catalogue v8.0 — device-first conversion journey
   ========================================================= */
.rc-page{background:#fff;color:#1f2429}.rc-page img{max-width:100%}.rc-hero{padding:62px 0;background:linear-gradient(180deg,#fbfbfa 0,#fff 100%);border-bottom:1px solid #eceeef}.rc-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) 420px;gap:58px;align-items:center}.rc-hero h1{font-size:48px;line-height:1.05;letter-spacing:-.045em;max-width:780px;margin:10px 0 18px}.rc-hero p{font-size:16px;line-height:1.75;color:#646c74;max-width:730px}.rc-hero-actions{display:flex;align-items:center;gap:22px;margin-top:28px}.rc-text-link{font-size:13px;font-weight:800;color:#343a40}.rc-proof-inline{display:flex;flex-wrap:wrap;gap:18px;margin-top:26px;color:#646b72;font-size:13px;font-weight:700}.rc-proof-inline span{display:flex;align-items:center;gap:6px}.rc-hero-card{border:1px solid #e5e7e9;border-radius:20px;background:#fff;box-shadow:0 20px 60px rgba(20,25,31,.07);padding:14px}.rc-hero-step{display:grid;grid-template-columns:42px 1fr;gap:13px;align-items:center;padding:16px;border-bottom:1px solid #edf0f1}.rc-hero-step:last-child{border-bottom:0}.rc-hero-step>b{width:38px;height:38px;border-radius:11px;background:#fff2ea;color:var(--accent);display:grid;place-items:center;font-size:13px}.rc-hero-step strong,.rc-hero-step small{display:block}.rc-hero-step strong{font-size:14px}.rc-hero-step small{font-size:13px;color:#7b8289;margin-top:3px}.rc-trust-strip{border-bottom:1px solid #eceeef;background:#fff}.rc-trust-strip>.container{display:grid;grid-template-columns:repeat(4,1fr)}.rc-trust-strip>.container>div{display:grid;grid-template-columns:34px 1fr;gap:0 10px;padding:19px 22px;border-right:1px solid #eceeef;align-items:center}.rc-trust-strip>.container>div:first-child{padding-left:0}.rc-trust-strip>.container>div:last-child{border-right:0}.rc-trust-strip span{grid-row:1/3;width:31px;height:31px;border-radius:9px;background:#f5f6f7;display:grid;place-items:center;font-size:11px;font-weight:900;color:#727981}.rc-trust-strip b{font-size:13.5px}.rc-trust-strip small{font-size:12.5px;color:#81878e;margin-top:3px}.rc-section{padding:54px 0}.rc-section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:27px}.rc-section-head h2{font-size:35px;letter-spacing:-.035em;margin:7px 0 8px}.rc-section-head p{font-size:14.5px;line-height:1.65;color:#70777f;max-width:680px;margin:0}.rc-device-block{margin-top:26px;border:1px solid #e5e7e9;border-radius:18px;overflow:hidden;background:#fff}.rc-device-block+.rc-device-block{margin-top:22px}.rc-device-heading{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:14px;padding:20px 22px;border-bottom:1px solid #eceeef;background:#fbfbfa}.rc-device-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#fff2ea;color:var(--accent)}.rc-device-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.rc-device-heading span{font-size:10px;letter-spacing:.12em;font-weight:900;color:var(--accent)}.rc-device-heading h3{font-size:20px;margin:3px 0 0}.rc-device-heading>a{font-size:12.5px;font-weight:800;color:#4b535b}.rc-brand-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.rc-brand-card{display:grid;grid-template-columns:56px 1fr 20px;gap:12px;align-items:center;padding:20px;border-right:1px solid #eceeef;border-bottom:1px solid #eceeef;min-height:92px;transition:.16s;background:#fff}.rc-brand-card:nth-child(4n){border-right:0}.rc-brand-card:hover{background:#fff8f4}.rc-brand-logo{width:52px;height:52px;border:1px solid #eceeef;border-radius:11px;display:grid;place-items:center;background:#fff}.rc-brand-logo img{max-width:37px;max-height:23px;display:block}.rc-brand-card b,.rc-brand-card small{display:block}.rc-brand-card b{font-size:14px;color:#252b31}.rc-brand-card small{font-size:12.5px;color:#858c93;margin-top:4px}.rc-brand-card i{font-style:normal;color:#b1b7bd;font-size:16px}.rc-brand-card:hover i{color:var(--accent)}.rc-conversion{padding:36px 0;background:#f7f8f8;border-top:1px solid #ebedef;border-bottom:1px solid #ebedef}.rc-conversion>.container{display:flex;align-items:center;justify-content:space-between;gap:30px}.rc-conversion h2{font-size:27px;margin:6px 0 7px;letter-spacing:-.03em}.rc-conversion p{margin:0;color:#717880;line-height:1.6;font-size:14px;max-width:760px}.rc-breadcrumb{padding:15px 0;border-bottom:1px solid #eceeef;background:#fafafa}.rc-breadcrumb>.container{display:flex;gap:9px;align-items:center;flex-wrap:wrap;font-size:12.5px;color:#80878e}.rc-breadcrumb a{color:#5f666d}.rc-breadcrumb b{color:#2c3237}.rc-brand-hero{padding:44px 0 38px;background:#fff}.rc-brand-hero>.container{display:grid;grid-template-columns:94px 1fr 230px;gap:24px;align-items:center}.rc-brand-hero-logo{width:88px;height:88px;border:1px solid #e7e9eb;border-radius:18px;display:grid;place-items:center}.rc-brand-hero-logo img{max-width:58px;max-height:36px}.rc-brand-hero h1{font-size:40px;letter-spacing:-.04em;margin:7px 0 9px}.rc-brand-hero p{font-size:14.5px;line-height:1.65;color:#6d747c;max-width:730px}.rc-brand-hero-note{border:1px solid #e4e7e9;border-radius:14px;padding:17px 18px;background:#fafafa}.rc-brand-hero-note b,.rc-brand-hero-note small{display:block}.rc-brand-hero-note b{font-size:13px}.rc-brand-hero-note small{font-size:12.5px;color:#7d848b;margin-top:5px}.rc-model-section{padding-top:20px}.rc-family{padding:28px 0 34px;border-bottom:1px solid #eceeef}.rc-family:last-child{border-bottom:0}.rc-family-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:18px}.rc-family-head span{font-size:10px;letter-spacing:.12em;color:#969ca2;font-weight:900}.rc-family-head h2{font-size:26px;margin:5px 0 0}.rc-family-head>small{font-size:12.5px;color:#8a9096}.rc-model-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.rc-model-card{border:1px solid #e4e7e9;border-radius:15px;background:#fff;overflow:hidden;transition:.16s}.rc-model-card:hover{border-color:#ffc8aa;box-shadow:0 12px 28px rgba(20,25,31,.06);transform:translateY(-2px)}.rc-model-image{height:178px;background:#f7f8f8;display:grid;place-items:center;padding:18px}.rc-model-image img{width:100%;height:100%;object-fit:contain;filter:none}.rc-model-copy{padding:15px 16px 17px}.rc-model-copy b,.rc-model-copy small,.rc-model-copy span{display:block}.rc-model-copy b{font-size:14px;color:#242a30}.rc-model-copy small{font-size:12.5px;color:#92989e;margin-top:4px}.rc-model-copy span{font-size:12.5px;font-weight:850;color:var(--accent);margin-top:12px}.rc-device-hero{padding:44px 0;background:linear-gradient(180deg,#fbfbfa,#fff);border-bottom:1px solid #eceeef}.rc-device-hero>.container{display:grid;grid-template-columns:260px minmax(0,1fr) 235px;gap:34px;align-items:center}.rc-device-visual{height:230px;border:1px solid #e5e7e9;border-radius:18px;background:#fff;display:grid;place-items:center;padding:24px}.rc-device-visual img{width:100%;height:100%;object-fit:contain;filter:none}.rc-device-copy h1{font-size:40px;line-height:1.08;letter-spacing:-.04em;margin:8px 0 12px}.rc-device-copy p{font-size:14.5px;line-height:1.65;color:#6c737b;max-width:680px}.rc-device-points{display:flex;flex-wrap:wrap;gap:14px;margin-top:18px}.rc-device-points span{font-size:12.5px;font-weight:750;color:#545b62}.rc-device-summary{border:1px solid #e4e7e9;border-radius:14px;background:#fff;padding:18px}.rc-device-summary>span,.rc-device-summary>b,.rc-device-summary>small,.rc-device-summary>a{display:block}.rc-device-summary>span{font-size:9.5px;letter-spacing:.12em;font-weight:900;color:#999fa5}.rc-device-summary>b{font-size:15px;margin-top:5px}.rc-device-summary>small{font-size:12.5px;color:#858b92;margin-top:5px}.rc-device-summary>a{font-size:12px;color:var(--accent);font-weight:800;margin-top:13px}.rc-services-section{padding-top:46px}.rc-service-group{margin-top:32px}.rc-service-group-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.rc-service-group-head h3{font-size:20px;margin:0}.rc-service-group-head small{font-size:12.5px;color:#8a9096}.rc-service-grid{display:grid;gap:12px}.rc-service-card{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:15px;align-items:center;border:1px solid #e4e7e9;border-radius:15px;padding:18px;background:#fff}.rc-service-card:hover{border-color:#ffcaad;box-shadow:0 10px 26px rgba(20,25,31,.05)}.rc-service-icon{width:44px;height:44px;border-radius:11px;background:#fff2ea;color:var(--accent);display:grid;place-items:center}.rc-service-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.rc-service-top{display:flex;justify-content:space-between;gap:15px}.rc-service-top b{font-size:15px}.rc-service-top p{font-size:12.8px;line-height:1.55;color:#747b82;margin:5px 0 0;max-width:700px}.rc-service-badge{font-size:10px;font-weight:900;color:#2d7a4e;background:#eaf6ee;border-radius:99px;padding:5px 8px;height:max-content}.rc-service-meta{display:flex;gap:28px;margin-top:13px}.rc-service-meta>span{min-width:100px}.rc-service-meta small,.rc-service-meta b,.rc-service-meta strong{display:block}.rc-service-meta small{font-size:10.5px;color:#969ca2;margin-bottom:3px}.rc-service-meta strong{font-size:22px;color:#20262b}.rc-service-meta b{font-size:12.3px}.rc-service-cta{min-width:138px}.rc-process{padding:48px 0;background:#f8f9f9;border-top:1px solid #eceeef}.rc-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.rc-process-grid>div{padding:21px;border:1px solid #e5e7e9;border-radius:14px;background:#fff}.rc-process-grid>div>b{width:31px;height:31px;border-radius:9px;background:#fff2ea;color:var(--accent);display:grid;place-items:center;font-size:12px}.rc-process-grid h3{font-size:15px;margin:15px 0 7px}.rc-process-grid p{font-size:12.8px;line-height:1.55;color:#747b82;margin:0}.rc-book-section{padding:46px 0 64px}.rc-book-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}.rc-book-main h1{font-size:40px;letter-spacing:-.04em;margin:8px 0}.rc-book-main>p{font-size:14.5px;color:#6e757d;line-height:1.65;margin-bottom:26px}.rc-book-form{border:1px solid #e4e7e9;border-radius:18px;background:#fff;overflow:hidden}.rc-form-section{padding:25px 26px;border-bottom:1px solid #eceeef}.rc-form-title{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:center;margin-bottom:19px}.rc-form-title>span{width:31px;height:31px;border-radius:9px;background:#fff2ea;color:var(--accent);display:grid;place-items:center;font-size:11px;font-weight:900}.rc-form-title b,.rc-form-title small{display:block}.rc-form-title b{font-size:14px}.rc-form-title small{font-size:12.5px;color:#868c93;margin-top:3px}.rc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.rc-form-grid label,.rc-wide-label{display:grid;gap:7px}.rc-form-grid label>span,.rc-wide-label>span{font-size:12.5px;font-weight:800;color:#4e555c}.rc-form-grid label>span small{font-weight:500;color:#9aa0a6}.rc-form-grid input,.rc-wide-label textarea{width:100%;border:1px solid #dfe2e5;border-radius:10px;background:#fff;padding:12px 13px;outline:none;color:#242a30}.rc-form-grid input:focus,.rc-wide-label textarea:focus{border-color:#ffad82;box-shadow:0 0 0 3px rgba(255,90,0,.07)}.rc-form-grid .full{grid-column:1/-1}.rc-handover{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}.rc-handover label{position:relative}.rc-handover input{position:absolute;opacity:0}.rc-handover label>span{display:block;border:1px solid #e0e3e5;border-radius:11px;padding:14px;cursor:pointer;min-height:74px}.rc-handover b,.rc-handover small{display:block}.rc-handover b{font-size:13px}.rc-handover small{font-size:11.8px;color:#858c93;margin-top:4px}.rc-handover input:checked+span{border:2px solid var(--accent);padding:13px;background:#fff8f4}.rc-address-grid{margin-top:4px}.rc-upload{display:flex;justify-content:space-between;gap:18px;align-items:center;border:1px dashed #d9dde0;border-radius:11px;padding:14px 15px;margin-top:15px}.rc-upload b,.rc-upload small{display:block}.rc-upload b{font-size:12.8px}.rc-upload small{font-size:11.8px;color:#8d9399;margin-top:3px}.rc-upload input{font-size:12px}.rc-submit{margin:22px 26px 7px;min-width:210px}.rc-submit-note{font-size:11.8px;color:#838a91;margin:0 26px 23px}.rc-book-summary{position:sticky;top:110px;border:1px solid #e3e6e8;border-radius:17px;padding:20px;background:#fafafa}.rc-book-device{display:grid;grid-template-columns:84px 1fr;gap:13px;align-items:center;margin-top:13px;padding-bottom:17px;border-bottom:1px solid #e5e7e9}.rc-book-device img{width:84px;height:70px;object-fit:contain;background:#fff;border:1px solid #e7e9eb;border-radius:10px;padding:8px}.rc-book-device b,.rc-book-device small{display:block}.rc-book-device b{font-size:13.5px}.rc-book-device small{font-size:11.8px;color:#848b92;margin-top:4px}.rc-book-service{padding:17px 0;border-bottom:1px solid #e5e7e9}.rc-book-service small,.rc-book-service b{display:block}.rc-book-service small{font-size:10.5px;color:#92989e}.rc-book-service b{font-size:14px;margin-top:5px}.rc-book-service p{font-size:11.8px;line-height:1.5;color:#747b82;margin:6px 0 0}.rc-book-price{display:grid;grid-template-columns:1fr 1fr;gap:11px;padding:17px 0}.rc-book-price>span{padding:11px;background:#fff;border:1px solid #e7e9eb;border-radius:10px}.rc-book-price>span:first-child{grid-column:1/-1}.rc-book-price small,.rc-book-price b,.rc-book-price strong{display:block}.rc-book-price small{font-size:10.5px;color:#92989e}.rc-book-price strong{font-size:23px;margin-top:3px}.rc-book-price b{font-size:11.8px;margin-top:4px}.rc-book-assurance{display:grid;gap:8px;padding:15px;border-radius:11px;background:#fff;border:1px solid #e7e9eb;font-size:11.8px;font-weight:750;color:#5a6269}.rc-book-summary>a{display:block;font-size:11.8px;font-weight:800;color:var(--accent);margin-top:15px}
@media(max-width:1050px){.rc-hero-grid{grid-template-columns:1fr 360px;gap:36px}.rc-brand-grid{grid-template-columns:repeat(3,1fr)}.rc-brand-card:nth-child(4n){border-right:1px solid #eceeef}.rc-brand-card:nth-child(3n){border-right:0}.rc-model-grid{grid-template-columns:repeat(3,1fr)}.rc-device-hero>.container{grid-template-columns:220px 1fr}.rc-device-summary{grid-column:1/-1}.rc-book-grid{grid-template-columns:1fr 310px}}
@media(max-width:800px){.rc-hero-grid,.rc-book-grid{grid-template-columns:1fr}.rc-hero-card{max-width:620px}.rc-trust-strip>.container{grid-template-columns:1fr 1fr}.rc-trust-strip>.container>div{border-bottom:1px solid #eceeef}.rc-brand-grid{grid-template-columns:1fr 1fr}.rc-brand-card:nth-child(3n){border-right:1px solid #eceeef}.rc-brand-card:nth-child(2n){border-right:0}.rc-brand-hero>.container{grid-template-columns:76px 1fr}.rc-brand-hero-logo{width:70px;height:70px}.rc-brand-hero-note{grid-column:1/-1}.rc-model-grid{grid-template-columns:1fr 1fr}.rc-device-hero>.container{grid-template-columns:170px 1fr}.rc-service-card{grid-template-columns:42px 1fr}.rc-service-cta{grid-column:2;justify-self:start}.rc-process-grid{grid-template-columns:1fr 1fr}.rc-book-summary{position:static;order:-1}.rc-conversion>.container{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.rc-hero{padding:42px 0}.rc-hero h1,.rc-device-copy h1,.rc-book-main h1{font-size:34px}.rc-hero-actions{align-items:flex-start;flex-direction:column;gap:13px}.rc-proof-inline{gap:10px 14px}.rc-trust-strip>.container{grid-template-columns:1fr 1fr}.rc-trust-strip>.container>div{padding:14px 9px!important;grid-template-columns:28px 1fr;gap:7px}.rc-trust-strip span{width:27px;height:27px}.rc-trust-strip b{font-size:12px}.rc-trust-strip small{font-size:11.2px}.rc-section{padding:40px 0}.rc-section-head h2{font-size:29px}.rc-device-heading{grid-template-columns:42px 1fr}.rc-device-heading>a{grid-column:2;margin-top:2px}.rc-brand-grid{grid-template-columns:1fr 1fr}.rc-brand-card{grid-template-columns:44px 1fr;padding:13px 10px;gap:8px;min-height:78px}.rc-brand-card i{display:none}.rc-brand-logo{width:42px;height:42px}.rc-brand-logo img{max-width:30px;max-height:20px}.rc-brand-card b{font-size:12.5px}.rc-brand-card small{font-size:11.2px}.rc-brand-hero{padding:32px 0}.rc-brand-hero>.container{grid-template-columns:60px 1fr;gap:15px}.rc-brand-hero-logo{width:58px;height:58px;border-radius:13px}.rc-brand-hero-logo img{max-width:38px;max-height:24px}.rc-brand-hero h1{font-size:31px}.rc-model-grid{grid-template-columns:1fr 1fr;gap:10px}.rc-model-image{height:128px;padding:12px}.rc-model-copy{padding:11px 12px 13px}.rc-model-copy b{font-size:12.5px}.rc-device-hero>.container{grid-template-columns:1fr}.rc-device-visual{height:200px}.rc-device-copy h1{font-size:32px}.rc-service-card{grid-template-columns:38px 1fr;padding:14px;gap:11px}.rc-service-icon{width:38px;height:38px}.rc-service-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px 14px}.rc-service-meta>span{min-width:0}.rc-service-meta>span:first-child{grid-column:1/-1}.rc-service-cta{grid-column:1/-1;width:100%;justify-content:center}.rc-process-grid{grid-template-columns:1fr 1fr;gap:9px}.rc-process-grid>div{padding:15px}.rc-form-section{padding:20px 16px}.rc-form-grid{grid-template-columns:1fr}.rc-form-grid .full{grid-column:auto}.rc-handover{grid-template-columns:1fr}.rc-upload{align-items:flex-start;flex-direction:column}.rc-submit{margin-left:16px;margin-right:16px;width:calc(100% - 32px)}.rc-submit-note{margin-left:16px}.rc-conversion h2{font-size:24px}}

/* Repair Services global mega menu v8 */
.repair-services-menu>.rc-nav-mega{width:790px!important;min-width:790px!important;max-width:calc(100vw - 48px)!important;left:-110px!important;top:calc(100% - 4px)!important;padding:0!important;border-radius:14px!important;overflow:hidden!important}.rc-nav-mega-shell{display:grid!important;grid-template-columns:1fr 1fr 235px!important;padding:0!important;margin:0!important}.rc-nav-group{padding:21px!important;border-right:1px solid #eceeef!important}.rc-nav-group-head{display:grid!important;grid-template-columns:40px 1fr!important;gap:10px!important;align-items:center!important;margin-bottom:13px!important}.rc-nav-scope-icon{width:38px!important;height:38px!important;border-radius:10px!important;background:#fff2ea!important;color:var(--accent)!important;display:grid!important;place-items:center!important;margin:0!important}.rc-nav-scope-icon svg{width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}.rc-nav-group-head b,.rc-nav-group-head small{display:block!important;margin:0!important}.rc-nav-group-head b{font-size:14px!important;color:#242a30!important}.rc-nav-group-head small{font-size:11.5px!important;color:#8b9197!important;margin-top:2px!important}.rc-nav-brands{display:grid!important;grid-template-columns:1fr 1fr!important;gap:5px!important}.rc-nav-brands a{min-height:36px!important;padding:0 9px!important;margin:0!important;border:1px solid #edf0f2!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;color:#3d454c!important;font-size:11.8px!important;font-weight:750!important}.rc-nav-brands a:hover{background:#fff8f4!important;border-color:#ffd7c1!important;color:var(--accent)!important}.rc-nav-brands i,.rc-nav-viewall span,.rc-nav-start i{font-style:normal!important}.rc-nav-brands i{color:#b4bac0!important}.rc-nav-viewall{display:inline-flex!important;align-items:center!important;gap:7px!important;padding:0!important;margin:13px 0 0!important;color:var(--accent)!important;font-size:11.5px!important;font-weight:850!important}.rc-nav-start{padding:22px!important;background:#171b20!important;color:#fff!important}.rc-nav-start>span{font-size:9.5px!important;letter-spacing:.12em!important;font-weight:900!important;color:#ff8650!important;margin:0!important}.rc-nav-start h3{font-size:18px!important;line-height:1.2!important;letter-spacing:-.02em!important;color:#fff!important;margin:8px 0!important}.rc-nav-start p{font-size:11.5px!important;line-height:1.5!important;color:#c6cbd0!important;margin:0 0 15px!important}.rc-nav-start>div{display:grid!important;grid-template-columns:25px 1fr!important;align-items:center!important;gap:8px!important;margin:7px 0!important}.rc-nav-start>div b{width:24px!important;height:24px!important;border-radius:7px!important;background:#2a3036!important;display:grid!important;place-items:center!important;font-size:10px!important;color:#ff8650!important}.rc-nav-start>div small{font-size:11.5px!important;color:#e4e7e9!important}.rc-nav-start>a{min-height:39px!important;margin:17px 0 0!important;padding:0 12px!important;border-radius:9px!important;background:var(--accent)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:space-between!important;font-size:11.8px!important;font-weight:850!important}.rc-nav-start>a:hover{background:#e95100!important;color:#fff!important}@media(max-width:1100px){.repair-services-menu>.rc-nav-mega{width:720px!important;min-width:720px!important;left:-90px!important}.rc-nav-mega-shell{grid-template-columns:1fr 1fr 205px!important}.rc-nav-group{padding:17px!important}.rc-nav-start{padding:18px!important}}@media(max-width:1000px){.repair-services-menu>.rc-nav-mega{display:none!important}}

/* =========================================================
   Repair Services Mega Menu v8.1 — premium visual catalogue
   ========================================================= */
.repair-services-menu>.rc-nav-mega-v81{width:min(1040px,calc(100vw - 48px))!important;min-width:0!important;max-width:1040px!important;left:-118px!important;top:calc(100% - 3px)!important;padding:0!important;border-radius:16px!important;overflow:hidden!important;max-height:none!important;background:#fff!important;box-shadow:0 24px 70px rgba(18,24,30,.16)!important}
.rc-nav-mega-shell-v81{display:block!important;width:100%!important;padding:0!important;margin:0!important;background:#fff!important}
.rc-mega-top{min-height:72px;padding:16px 20px 15px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #eceff1;background:linear-gradient(180deg,#fff,#fdfdfc)}
.rc-mega-top>div{min-width:0}.rc-mega-top span{display:block;font-size:10px;line-height:1.2;letter-spacing:.13em;font-weight:900;color:var(--accent);margin-bottom:5px}.rc-mega-top b{display:block;font-size:17px;line-height:1.25;letter-spacing:-.015em;color:#1c2228}.rc-mega-top>a{height:38px;padding:0 13px;border:1px solid #ffd1b7;border-radius:9px;display:flex;align-items:center;gap:13px;white-space:nowrap;font-size:12px;font-weight:850;color:var(--accent);background:#fff}.rc-mega-top>a:hover{background:#fff6f0;border-color:#ffb98f}.rc-mega-top i,.rc-mega-brand-head i,.rc-mega-brand i,.rc-mega-common i,.rc-mega-start i,.rc-mega-visual-copy i{font-style:normal}
.rc-mega-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 260px;min-width:0}.rc-mega-scope{padding:18px;border-right:1px solid #eceff1;min-width:0}.rc-mega-visual{height:132px;position:relative;overflow:hidden;border-radius:13px;display:block;background:#171c21;isolation:isolate}.rc-mega-visual:before{content:"";position:absolute;inset:0;background-image:var(--rc-mega-photo);background-size:cover;background-position:center 47%;z-index:-2;transition:transform .35s ease}.rc-mega-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,14,18,.91) 0%,rgba(10,14,18,.74) 42%,rgba(10,14,18,.13) 78%,rgba(10,14,18,.08) 100%);z-index:-1}.rc-mega-visual:hover:before{transform:scale(1.025)}.rc-mega-device-icon{position:absolute;right:12px;top:12px;width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.92);color:var(--accent);display:grid;place-items:center;box-shadow:0 5px 18px rgba(0,0,0,.12)}.rc-mega-device-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.rc-mega-visual-copy{position:absolute;left:16px;top:16px;bottom:14px;width:63%;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}.rc-mega-visual-copy small{font-size:9.5px;letter-spacing:.13em;font-weight:900;color:#ff9a62;margin-bottom:auto}.rc-mega-visual-copy b{font-size:16px;line-height:1.18;letter-spacing:-.015em;color:#fff;margin-bottom:7px}.rc-mega-visual-copy em{font-style:normal;font-size:11.5px;font-weight:800;color:#fff;display:flex;align-items:center;gap:6px}.rc-mega-visual-copy em i{color:#ff8b4a}
.rc-mega-brand-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:14px 1px 9px}.rc-mega-brand-head>div span{display:block;font-size:9.5px;letter-spacing:.1em;font-weight:900;color:#969da5;margin-bottom:3px}.rc-mega-brand-head>div b{display:block;font-size:12.5px;color:#252c33}.rc-mega-brand-head>a{font-size:10.5px;font-weight:800;color:var(--accent);white-space:nowrap}.rc-mega-brand-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.rc-mega-brand{min-height:48px;padding:7px 8px;border:1px solid #e9ecef;border-radius:10px;display:grid;grid-template-columns:29px minmax(0,1fr) 12px;align-items:center;gap:8px;color:#343b42;background:#fff;transition:border-color .16s ease,background .16s ease,transform .16s ease,box-shadow .16s ease}.rc-mega-brand:hover{border-color:#ffc7a6;background:#fff9f5;transform:translateY(-1px);box-shadow:0 6px 16px rgba(20,24,28,.05);color:#222}.rc-mega-brand-logo{width:29px;height:29px;border-radius:8px;background:#f7f8f8;display:grid;place-items:center;padding:5px}.rc-mega-brand-logo img{max-width:100%;max-height:100%;display:block;object-fit:contain}.rc-mega-brand>span:nth-child(2){font-size:11.5px;font-weight:760;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rc-mega-brand>i{font-size:12px;color:#b7bdc3;text-align:right}.rc-mega-brand:hover>i{color:var(--accent)}
.rc-mega-side{padding:18px;background:#f8f9f9;display:flex;flex-direction:column;min-width:0}.rc-mega-side-head>span{display:block;font-size:9.5px;letter-spacing:.13em;font-weight:900;color:var(--accent);margin-bottom:6px}.rc-mega-side-head h3{font-size:17px;line-height:1.18;letter-spacing:-.02em;margin:0 0 6px;color:#1e252c}.rc-mega-side-head p{font-size:11.5px;line-height:1.45;color:#747c84;margin:0}.rc-mega-common{display:grid;gap:7px;margin:14px 0}.rc-mega-common>a{min-height:58px;padding:8px;border:1px solid #e4e8ea;border-radius:10px;background:#fff;display:grid;grid-template-columns:34px minmax(0,1fr) 11px;gap:8px;align-items:center;color:#2b3239}.rc-mega-common>a:hover{border-color:#ffc8a8;background:#fffaf7}.rc-mega-common>a>span{width:34px;height:34px;border-radius:9px;background:#fff1e9;color:var(--accent);display:grid;place-items:center}.rc-mega-common svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.rc-mega-common b,.rc-mega-common small{display:block}.rc-mega-common b{font-size:11.5px;line-height:1.2}.rc-mega-common small{font-size:10px;line-height:1.35;color:#818890;margin-top:3px}.rc-mega-common i{font-size:12px;color:#b0b6bc}.rc-mega-trust{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e4e7e9;border-radius:10px;background:#fff;margin-top:auto;overflow:hidden}.rc-mega-trust>span{padding:9px 5px;text-align:center;border-right:1px solid #eceeef}.rc-mega-trust>span:last-child{border-right:0}.rc-mega-trust b,.rc-mega-trust small{display:block}.rc-mega-trust b{font-size:10.5px;color:#282f36}.rc-mega-trust small{font-size:9px;color:#8a9198;margin-top:2px}.rc-mega-start{min-height:48px;margin-top:10px;padding:0 13px;border-radius:10px;background:#171c21;color:#fff!important;display:flex;align-items:center;justify-content:space-between;gap:12px}.rc-mega-start:hover{background:#111519;color:#fff!important}.rc-mega-start span b,.rc-mega-start span small{display:block}.rc-mega-start span b{font-size:12px;color:#fff}.rc-mega-start span small{font-size:9.5px;color:#b9c0c6;margin-top:2px}.rc-mega-start>i{width:25px;height:25px;border-radius:7px;background:var(--accent);display:grid;place-items:center;font-size:12px}
@media(max-width:1180px){.repair-services-menu>.rc-nav-mega-v81{width:min(930px,calc(100vw - 34px))!important;left:-92px!important}.rc-mega-content{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 230px}.rc-mega-scope{padding:14px}.rc-mega-side{padding:14px}.rc-mega-visual{height:122px}.rc-mega-brand{grid-template-columns:26px minmax(0,1fr) 10px;padding:6px}.rc-mega-brand-logo{width:26px;height:26px}}
@media(max-width:1000px){.repair-services-menu>.rc-nav-mega-v81{display:none!important}}

/* =========================================================
   Repair Services Mega Menu v8.2 — minimal tabbed brand menu
   ========================================================= */
@media(min-width:1001px){
  .z-menu-item.repair-services-menu{position:static!important}
  .repair-services-menu>.rc-nav-mega-v82{
    left:50%!important;right:auto!important;top:calc(100% - 2px)!important;
    width:min(820px,calc(100% - 40px))!important;min-width:0!important;max-width:820px!important;
    padding:0!important;margin:0!important;border:1px solid #e7e9eb!important;border-radius:15px!important;
    background:#fff!important;overflow:hidden!important;max-height:none!important;
    box-shadow:0 22px 58px rgba(20,25,31,.14)!important;
    transform:translateX(-50%) translateY(6px)!important;
  }
  .z-menu-item.repair-services-menu:hover>.rc-nav-mega-v82,
  .z-menu-item.repair-services-menu:focus-within>.rc-nav-mega-v82{
    transform:translateX(-50%) translateY(0)!important;
  }
}
.rc-nav-mega-shell-v82{display:block!important;width:100%!important;margin:0!important;padding:0!important;background:#fff!important}
.rc-repair-tabbar{display:grid;grid-template-columns:1fr 1fr auto;align-items:stretch;border-bottom:1px solid #e9ecef;background:#fbfbfa}
.rc-repair-tab{appearance:none;-webkit-appearance:none;border:0;border-right:1px solid #e9ecef;background:transparent;min-height:70px;padding:12px 18px;display:flex;align-items:center;gap:11px;text-align:left;cursor:pointer;color:#343b42;position:relative}
.rc-repair-tab:after{content:"";position:absolute;left:18px;right:18px;bottom:-1px;height:3px;border-radius:3px 3px 0 0;background:transparent}
.rc-repair-tab:hover{background:#fff}.rc-repair-tab.is-active{background:#fff;color:#1d2329}.rc-repair-tab.is-active:after{background:var(--accent)}
.rc-repair-tab-icon{width:37px;height:37px;flex:0 0 37px;border-radius:10px;background:#fff2ea;color:var(--accent);display:grid;place-items:center}
.rc-repair-tab-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.rc-repair-tab b,.rc-repair-tab small{display:block}.rc-repair-tab b{font-size:14px;line-height:1.2}.rc-repair-tab small{font-size:11.5px;line-height:1.25;color:#8a9198;margin-top:3px}
.rc-repair-all{padding:0 18px;display:flex;align-items:center;gap:9px;white-space:nowrap;font-size:11.5px;font-weight:850;color:var(--accent)!important;background:#fff}
.rc-repair-all:hover{background:#fff7f2;color:#e95100!important}.rc-repair-all i,.rc-repair-panel-head i,.rc-repair-brand-card i{font-style:normal}
.rc-repair-panels{padding:18px 19px 20px;background:#fff}
.rc-repair-panel[hidden]{display:none!important}.rc-repair-panel{display:block!important}
.rc-repair-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:13px;padding:0 2px}
.rc-repair-panel-head span,.rc-repair-panel-head b{display:block}.rc-repair-panel-head span{font-size:9.5px;letter-spacing:.12em;font-weight:900;color:#969da4;margin-bottom:4px}.rc-repair-panel-head b{font-size:13.5px;color:#252b31}
.rc-repair-panel-head a{display:flex;align-items:center;gap:7px;white-space:nowrap;font-size:11px;font-weight:800;color:var(--accent)}
.rc-repair-brand-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.rc-repair-brand-card{min-width:0;min-height:62px;padding:9px 10px;border:1px solid #e8ebed;border-radius:11px;background:#fff;display:grid;grid-template-columns:38px minmax(0,1fr) 12px;align-items:center;gap:9px;color:#31383f;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}
.rc-repair-brand-card:hover{border-color:#ffc7a7;background:#fff9f5;box-shadow:0 7px 18px rgba(20,25,31,.05);transform:translateY(-1px);color:#222}
.rc-repair-brand-logo{width:38px;height:38px;border-radius:9px;background:#f7f8f8;display:grid;place-items:center;padding:7px}
.rc-repair-brand-logo img{display:block;max-width:100%;max-height:100%;object-fit:contain;filter:none}
.rc-repair-brand-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:780}.rc-repair-brand-card i{font-size:12px;color:#b4bac0;text-align:right}.rc-repair-brand-card:hover i{color:var(--accent)}
@media(max-width:1120px) and (min-width:1001px){
  .repair-services-menu>.rc-nav-mega-v82{width:min(760px,calc(100% - 28px))!important}
  .rc-repair-tab{padding-left:14px;padding-right:14px}.rc-repair-all{padding:0 14px}.rc-repair-brand-grid{gap:7px}.rc-repair-brand-card{padding:8px;grid-template-columns:34px minmax(0,1fr) 10px}.rc-repair-brand-logo{width:34px;height:34px}
}
@media(max-width:1000px){.repair-services-menu>.rc-nav-mega-v82{display:none!important}}

/* =========================================================
   Repair navigation v8.3 — separate Laptop / Mobile brand menus
   ========================================================= */
@media(min-width:901px){
  .rc-split-repair-menu{position:relative!important}
  .rc-split-repair-menu>.z-menu-link{font-weight:750}
  .rc-split-brand-menu{
    top:calc(100% - 4px)!important;left:0!important;right:auto!important;
    width:500px!important;min-width:500px!important;max-width:min(500px,calc(100vw - 40px))!important;
    padding:12px!important;border:1px solid #e6e9eb!important;border-radius:14px!important;
    background:#fff!important;box-shadow:0 20px 48px rgba(18,23,29,.13)!important;
    overflow:hidden!important;transform:translateY(6px)!important;
  }
  .rc-split-repair-menu:hover>.rc-split-brand-menu,
  .rc-split-repair-menu:focus-within>.rc-split-brand-menu{transform:translateY(0)!important}
  .rc-split-brand-shell{display:block!important;width:100%!important;padding:0!important;margin:0!important}
  .rc-split-brand-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
  .rc-split-brand-card{
    height:68px;min-width:0;border:1px solid #e7eaec;border-radius:10px;background:#fff;
    display:flex;align-items:center;justify-content:center;padding:12px;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease
  }
  .rc-split-brand-card:hover,.rc-split-brand-card:focus-visible{border-color:#ffc6a6;background:#fffaf7;box-shadow:0 7px 18px rgba(20,25,31,.05);transform:translateY(-1px);outline:none}
  .rc-split-brand-card img{display:block;max-width:86px;max-height:34px;width:auto;height:auto;object-fit:contain;filter:none}
  .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
}
@media(max-width:1100px) and (min-width:901px){
  .rc-split-repair-menu>.z-menu-link{font-size:12px!important}
  .rc-split-brand-menu{width:456px!important;min-width:456px!important}
  .rc-split-brand-grid{gap:7px}
  .rc-split-brand-card{height:62px;padding:10px}
  .rc-split-brand-card img{max-width:76px;max-height:30px}
}
@media(max-width:900px){
  .rc-mobile-brand-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:4px 0 12px 14px}
  .rc-mobile-brand-grid a{height:58px!important;padding:9px!important;border:1px solid #e7eaec!important;border-radius:10px!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important}
  .rc-mobile-brand-grid img{display:block;max-width:72px;max-height:28px;width:auto;height:auto;object-fit:contain}
}


/* =========================================================
   Repair menu v8.4.1 — approved dual-brand showcase submenu
   Exact layout polish. Only Laptop / Mobile dropdowns affected.
   ========================================================= */
@media(min-width:901px){
  .z-nav{position:relative!important}
  .rc-showcase-trigger{position:static!important}
  .rc-showcase-trigger>.rc-repair-showcase-menu{
    top:calc(100% - 1px)!important;
    left:50%!important;
    right:auto!important;
    width:min(1540px,calc(100vw - 48px))!important;
    min-width:0!important;
    max-width:none!important;
    padding:0!important;
    margin:0!important;
    border:1px solid #e0e4e8!important;
    border-radius:13px!important;
    background:#fff!important;
    overflow:hidden!important;
    max-height:none!important;
    box-shadow:0 24px 70px rgba(17,24,32,.16)!important;
    transform:translate(-50%,7px)!important;
  }
  .rc-showcase-trigger:hover>.rc-repair-showcase-menu,
  .rc-showcase-trigger:focus-within>.rc-repair-showcase-menu{
    transform:translate(-50%,0)!important;
  }
  .rc-repair-showcase-menu a,
  .rc-repair-showcase-menu b,
  .rc-repair-showcase-menu small{
    white-space:normal!important;
  }
  .rc-repair-showcase-shell{display:block!important;width:100%!important;padding:0!important;margin:0!important;background:#fff!important}
  .rc-showcase-intro{text-align:center;padding:31px 34px 24px!important;background:#fff}
  .rc-showcase-intro h2{margin:0!important;font-size:28px!important;line-height:1.16!important;letter-spacing:-.035em!important;color:#142033!important;font-weight:850!important}
  .rc-showcase-intro p{margin:9px 0 0!important;font-size:13.5px!important;line-height:1.45!important;color:#747d89!important;font-weight:550!important}
  .rc-showcase-columns{display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important;padding:0 38px 26px!important}
  .rc-showcase-scope{min-width:0!important;padding:0 26px!important}
  .rc-showcase-scope+.rc-showcase-scope{border-left:1px solid #d9dfe4!important}
  .rc-showcase-scope-head{display:flex!important;align-items:center!important;gap:11px!important;min-height:52px!important;margin-bottom:14px!important;border-bottom:1px solid #d9dfe4!important}
  .rc-showcase-scope-icon{width:27px!important;height:27px!important;color:var(--accent)!important;display:grid!important;place-items:center!important;flex:0 0 27px!important}
  .rc-showcase-scope-icon svg{width:26px!important;height:26px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.65!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .rc-showcase-scope-head>a{font-size:18px!important;line-height:1.15!important;font-weight:850!important;color:#19212b!important;padding:0!important}
  .rc-showcase-scope-head>a:hover{color:var(--accent)!important}
  .rc-showcase-brand-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important;align-items:stretch!important}
  .rc-showcase-brand-card{
    min-width:0!important;
    min-height:174px!important;
    padding:13px 10px 12px!important;
    border:1px solid #dde2e7!important;
    border-radius:7px!important;
    background:#fff!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:center!important;
    color:#1e252d!important;
    overflow:hidden!important;
    white-space:normal!important;
    transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background .16s ease!important
  }
  .rc-showcase-brand-card:hover,.rc-showcase-brand-card:focus-visible{border-color:#ffba91!important;background:#fffaf7!important;box-shadow:0 8px 18px rgba(21,27,33,.055)!important;transform:translateY(-1px)!important;outline:none!important}
  .rc-showcase-brand-logo{height:68px!important;width:100%!important;display:grid!important;place-items:center!important;margin:0 0 8px!important;padding:0 3px!important;overflow:hidden!important}
  .rc-showcase-brand-logo img{display:block!important;max-width:104px!important;max-height:58px!important;width:auto!important;height:auto!important;object-fit:contain!important;filter:none!important}
  .rc-showcase-brand-card b{
    display:flex!important;align-items:center!important;justify-content:center!important;
    min-height:30px!important;width:100%!important;max-width:100%!important;
    font-size:12.7px!important;line-height:1.18!important;font-weight:820!important;color:#19212b!important;
    margin:0 0 4px!important;padding:0 2px!important;overflow-wrap:anywhere!important;word-break:normal!important
  }
  .rc-showcase-brand-card small{
    display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;
    width:100%!important;max-width:126px!important;overflow:hidden!important;
    font-size:10.7px!important;line-height:1.4!important;color:#68727e!important;
    margin:0 auto!important;padding:0 1px!important;overflow-wrap:anywhere!important;word-break:normal!important
  }
  .rc-showcase-trust{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;margin:0 38px 22px!important;background:#07192c!important;border-radius:8px!important;overflow:hidden!important;color:#fff!important}
  .rc-showcase-trust>div{min-width:0!important;min-height:74px!important;display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;gap:11px!important;align-items:center!important;padding:13px 19px!important;border-right:1px solid rgba(255,255,255,.10)!important}
  .rc-showcase-trust>div:last-child{border-right:0!important}
  .rc-showcase-trust>div>span{width:34px!important;height:34px!important;color:#ff861c!important;display:grid!important;place-items:center!important}
  .rc-showcase-trust svg{width:31px!important;height:31px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .rc-showcase-trust p{margin:0!important;min-width:0!important}
  .rc-showcase-trust b,.rc-showcase-trust small{display:block!important}
  .rc-showcase-trust b{font-size:12px!important;line-height:1.25!important;color:#fff!important;margin:0 0 2px!important;font-weight:800!important}
  .rc-showcase-trust small{font-size:10px!important;line-height:1.35!important;color:#d0d7df!important;margin:0!important}
}

/* Compact desktop: same design, scaled so copy never collides. */
@media(min-width:901px) and (max-width:1280px){
  .rc-showcase-trigger>.rc-repair-showcase-menu{width:calc(100vw - 36px)!important}
  .rc-showcase-intro{padding:21px 24px 16px!important}
  .rc-showcase-intro h2{font-size:22px!important}
  .rc-showcase-intro p{font-size:11.5px!important;margin-top:6px!important}
  .rc-showcase-columns{padding:0 18px 15px!important}
  .rc-showcase-scope{padding:0 12px!important}
  .rc-showcase-scope-head{min-height:43px!important;margin-bottom:10px!important;gap:8px!important}
  .rc-showcase-scope-icon{width:23px!important;height:23px!important;flex-basis:23px!important}
  .rc-showcase-scope-icon svg{width:22px!important;height:22px!important}
  .rc-showcase-scope-head>a{font-size:15.5px!important}
  .rc-showcase-brand-grid{gap:8px!important}
  .rc-showcase-brand-card{min-height:143px!important;padding:9px 6px 8px!important}
  .rc-showcase-brand-logo{height:52px!important;margin-bottom:5px!important}
  .rc-showcase-brand-logo img{max-width:82px!important;max-height:44px!important}
  .rc-showcase-brand-card b{min-height:26px!important;font-size:11.5px!important;line-height:1.15!important;margin-bottom:3px!important}
  .rc-showcase-brand-card small{max-width:100%!important;font-size:9.4px!important;line-height:1.32!important;-webkit-line-clamp:3!important}
  .rc-showcase-trust{margin:0 18px 13px!important}
  .rc-showcase-trust>div{min-height:58px!important;grid-template-columns:27px minmax(0,1fr)!important;gap:7px!important;padding:9px 10px!important}
  .rc-showcase-trust>div>span{width:25px!important;height:25px!important}
  .rc-showcase-trust svg{width:23px!important;height:23px!important}
  .rc-showcase-trust b{font-size:10.5px!important}
  .rc-showcase-trust small{font-size:8.8px!important}
}
@media(max-width:900px){
  .rc-showcase-trigger>.rc-repair-showcase-menu{display:none!important}
}


/* =========================================================
   Repair menu v8.4.2 — simplified brand cards
   Removes bottom trust strip + repeated brand titles.
   ========================================================= */
@media(min-width:901px){
  .rc-showcase-columns{padding-bottom:26px!important}
  .rc-showcase-brand-card{
    min-height:146px!important;
    padding:14px 10px 12px!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important
  }
  .rc-showcase-brand-logo{
    height:70px!important;
    width:100%!important;
    margin:0 auto 7px!important;
    padding:0 4px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important
  }
  .rc-showcase-brand-logo img{
    max-width:112px!important;
    max-height:62px!important;
    width:auto!important;
    height:auto!important;
    margin:auto!important;
    object-fit:contain!important
  }
  .rc-showcase-brand-card>b{display:none!important}
  .rc-showcase-brand-card small{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    width:100%!important;
    max-width:118px!important;
    min-height:28px!important;
    overflow:hidden!important;
    margin:0 auto!important;
    padding:0!important;
    text-align:center!important;
    font-size:10.5px!important;
    line-height:1.32!important;
    color:#68727e!important;
    overflow-wrap:normal!important;
    word-break:normal!important
  }
  .rc-showcase-trust{display:none!important}
}
@media(min-width:901px) and (max-width:1280px){
  .rc-showcase-columns{padding-bottom:16px!important}
  .rc-showcase-brand-card{min-height:112px!important;padding:9px 6px!important}
  .rc-showcase-brand-logo{height:55px!important;margin-bottom:5px!important}
  .rc-showcase-brand-logo img{max-width:88px!important;max-height:48px!important}
  .rc-showcase-brand-card small{max-width:96px!important;min-height:24px!important;font-size:9.1px!important;line-height:1.28!important}
}

/* =========================================================
   Repair menu v8.4.4 — tabbed Laptop / Mobile brand submenu
   Shows one repair brand set at a time. Global header unchanged.
   ========================================================= */
@media(min-width:901px){
  .rc-showcase-trigger>.rc-repair-tabbed-menu{
    width:min(1180px,80vw)!important;
    min-width:760px!important;
    max-width:calc(100vw - 48px)!important;
    border-radius:14px!important;
    overflow:hidden!important;
  }
  .rc-repair-tabbed-menu .rc-repair-showcase-shell{display:block!important;width:100%!important;background:#fff!important}
  .rc-repair-tabs{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:0!important;
    padding:0!important;
    border-bottom:1px solid #e1e5e9!important;
    background:#fbfbfb!important;
  }
  .rc-repair-tab{
    min-width:0!important;
    min-height:76px!important;
    padding:14px 24px!important;
    border:0!important;
    border-right:1px solid #e1e5e9!important;
    background:transparent!important;
    color:#68727e!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:11px!important;
    text-align:left!important;
    cursor:pointer!important;
    position:relative!important;
    appearance:none!important;
    -webkit-appearance:none!important;
    transition:background .16s ease,color .16s ease!important;
  }
  .rc-repair-tab:last-child{border-right:0!important}
  .rc-repair-tab::after{
    content:""!important;
    position:absolute!important;
    left:24px!important;
    right:24px!important;
    bottom:-1px!important;
    height:3px!important;
    border-radius:3px 3px 0 0!important;
    background:transparent!important;
  }
  .rc-repair-tab:hover{background:#fff!important;color:#242b33!important}
  .rc-repair-tab.is-active{background:#fff!important;color:#19212b!important}
  .rc-repair-tab.is-active::after{background:var(--accent)!important}
  .rc-repair-tab-icon{
    width:38px!important;height:38px!important;flex:0 0 38px!important;
    border-radius:10px!important;background:#fff2ea!important;color:var(--accent)!important;
    display:grid!important;place-items:center!important;
  }
  .rc-repair-tab-icon svg{width:22px!important;height:22px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .rc-repair-tab b,.rc-repair-tab small{display:block!important;white-space:normal!important}
  .rc-repair-tab b{font-size:15px!important;line-height:1.2!important;font-weight:850!important;color:inherit!important}
  .rc-repair-tab small{font-size:10.5px!important;line-height:1.3!important;color:#8a929b!important;margin-top:3px!important}
  .rc-repair-tab-panels{padding:20px 28px 26px!important;background:#fff!important}
  .rc-tabbed-brand-panel{display:none!important;min-width:0!important}
  .rc-tabbed-brand-panel.is-active{display:block!important}
  .rc-tabbed-panel-top{
    display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;
    min-height:34px!important;margin:0 0 14px!important;
  }
  .rc-tabbed-panel-top>span{font-size:12px!important;line-height:1.3!important;font-weight:800!important;color:#69737d!important}
  .rc-tabbed-panel-top>a{padding:0!important;font-size:11px!important;line-height:1.3!important;font-weight:850!important;color:var(--accent)!important;white-space:nowrap!important}
  .rc-tabbed-panel-top>a i{font-style:normal!important;margin-left:4px!important}
  .rc-repair-tabbed-menu .rc-showcase-brand-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}
  .rc-repair-tabbed-menu .rc-showcase-brand-card{min-height:126px!important;padding:12px 9px 10px!important}
  .rc-repair-tabbed-menu .rc-showcase-brand-logo{height:68px!important;margin-bottom:6px!important}
  .rc-repair-tabbed-menu .rc-showcase-brand-logo img{max-width:112px!important;max-height:60px!important}
  .rc-repair-tabbed-menu .rc-showcase-brand-card small{max-width:120px!important;min-height:26px!important;font-size:10.2px!important;line-height:1.3!important;-webkit-line-clamp:2!important}
}
@media(min-width:901px) and (max-width:1120px){
  .rc-showcase-trigger>.rc-repair-tabbed-menu{width:calc(100vw - 38px)!important;min-width:0!important}
  .rc-repair-tab{min-height:66px!important;padding:10px 16px!important}
  .rc-repair-tab-icon{width:34px!important;height:34px!important;flex-basis:34px!important}
  .rc-repair-tab b{font-size:13.5px!important}.rc-repair-tab small{font-size:9.5px!important}
  .rc-repair-tab-panels{padding:15px 18px 18px!important}
  .rc-repair-tabbed-menu .rc-showcase-brand-grid{gap:8px!important}
  .rc-repair-tabbed-menu .rc-showcase-brand-card{min-height:108px!important;padding:8px 6px!important}
  .rc-repair-tabbed-menu .rc-showcase-brand-logo{height:54px!important;margin-bottom:4px!important}
  .rc-repair-tabbed-menu .rc-showcase-brand-logo img{max-width:86px!important;max-height:46px!important}
  .rc-repair-tabbed-menu .rc-showcase-brand-card small{max-width:98px!important;min-height:23px!important;font-size:9px!important;line-height:1.25!important}
}

/* v8.4.6 — cleaner repair catalogue brand selection */
.rc-device-block-clean{border:0!important;border-radius:0!important;overflow:visible!important;background:transparent!important;margin-top:34px!important}
.rc-device-block-clean+.rc-device-block-clean{margin-top:44px!important}
.rc-device-block-clean .rc-device-heading{grid-template-columns:48px minmax(0,1fr) auto!important;padding:0 0 17px!important;background:transparent!important;border-bottom:1px solid #e7eaec!important;gap:14px!important}
.rc-device-block-clean .rc-device-heading p{font-size:12.5px;line-height:1.5;color:#858c93;margin:4px 0 0;max-width:560px}
.rc-device-block-clean .rc-device-heading>a{align-self:center;border:1px solid #e5e8ea;border-radius:9px;padding:9px 12px;background:#fff;color:#4c545c;transition:.16s}
.rc-device-block-clean .rc-device-heading>a:hover{border-color:#ffc4a5;color:var(--accent);background:#fff8f4}
.rc-brand-grid-clean{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important;padding-top:18px}
.rc-brand-card-clean{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:12px!important;min-height:168px!important;padding:18px 14px!important;border:1px solid #e6e9eb!important;border-radius:14px!important;background:#fff!important;box-shadow:0 1px 0 rgba(20,25,31,.02);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background .16s ease}
.rc-brand-card-clean:hover{border-color:#ffc4a5!important;background:#fffaf7!important;box-shadow:0 12px 26px rgba(20,25,31,.06)!important;transform:translateY(-2px)}
.rc-brand-card-clean .rc-brand-logo{width:100%!important;height:76px!important;border:0!important;border-radius:0!important;background:transparent!important;display:flex!important;align-items:center!important;justify-content:center!important}
.rc-brand-card-clean .rc-brand-logo img{max-width:112px!important;max-height:52px!important;width:auto!important;height:auto!important;object-fit:contain!important;filter:none!important}
.rc-brand-card-copy{display:flex;flex-direction:column;align-items:center;gap:7px;min-width:0}
.rc-brand-card-copy small{font-size:12px!important;line-height:1.3!important;color:#858c93!important;margin:0!important}
.rc-brand-card-copy span{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12.3px;font-weight:800;color:#3e464d;line-height:1.25}
.rc-brand-card-copy i{font-style:normal;color:var(--accent);font-size:13px;transition:transform .16s ease}
.rc-brand-card-clean:hover .rc-brand-card-copy i{transform:translateX(2px)}
@media(max-width:1050px){.rc-brand-grid-clean{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:800px){.rc-brand-grid-clean{grid-template-columns:repeat(3,minmax(0,1fr))!important}.rc-device-block-clean .rc-device-heading{grid-template-columns:44px minmax(0,1fr)!important}.rc-device-block-clean .rc-device-heading>a{grid-column:2;justify-self:start;margin-top:2px}}
@media(max-width:560px){.rc-device-block-clean{margin-top:28px!important}.rc-device-block-clean+.rc-device-block-clean{margin-top:36px!important}.rc-brand-grid-clean{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding-top:14px}.rc-brand-card-clean{min-height:138px!important;padding:14px 10px!important;gap:9px!important}.rc-brand-card-clean .rc-brand-logo{height:60px!important}.rc-brand-card-clean .rc-brand-logo img{max-width:88px!important;max-height:40px!important}.rc-brand-card-copy small{font-size:11.2px!important}.rc-brand-card-copy span{font-size:11.5px}.rc-device-block-clean .rc-device-heading p{font-size:11.7px}}


/* =========================================================
   v8.5 — Repair service journey inspired by proven repair-store UX
   ========================================================= */
.tw-repair-page{background:#fff;color:#17202a}.tw-repair-page .container{max-width:1180px}
.tw-services-hero{padding:58px 0 54px;background:#f8f9fa;text-align:center;border-bottom:1px solid #edf0f2}.tw-services-hero h1{font-size:42px;line-height:1.1;letter-spacing:-.035em;margin:7px 0 12px}.tw-services-hero h1 span,.tw-section-title h2 span,.tw-brand-page .tw-brand-hero h1 span{color:var(--accent)}.tw-services-hero p{max-width:700px;margin:0 auto;color:#68717a;font-size:15px;line-height:1.65}.tw-hero-points{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;margin-top:20px;font-size:12.5px;font-weight:800;color:#59616a}
.tw-repair-explorer{padding:48px 0 58px}.tw-scope-tabs{display:flex;justify-content:center;gap:10px;margin:0 0 28px}.tw-scope-tabs button{border:1px solid #e2e6e9;background:#fff;color:#3c454d;border-radius:9px;padding:11px 18px;font-weight:850;cursor:pointer;display:flex;gap:8px;align-items:center}.tw-scope-tabs button.active{background:var(--accent);border-color:var(--accent);color:#fff}.tw-tab-icon{font-size:18px}.tw-scope-panel{display:none;grid-template-columns:205px minmax(0,1fr);gap:24px;align-items:start}.tw-scope-panel.active{display:grid}.tw-brand-rail{display:grid;gap:6px}.tw-rail-label{font-size:10px;font-weight:900;letter-spacing:.1em;color:#9299a0;margin-bottom:4px}.tw-brand-trigger{display:grid;grid-template-columns:34px 1fr 12px;align-items:center;gap:9px;border:1px solid #edf0f2;border-radius:9px;background:#f8f9fa;padding:7px 9px;text-align:left;cursor:pointer;color:#39424a;font-weight:780;min-height:48px}.tw-brand-trigger:hover,.tw-brand-trigger.active{background:var(--accent);border-color:var(--accent);color:#fff}.tw-brand-trigger i{font-style:normal;justify-self:end}.tw-rail-logo{width:32px;height:32px;border-radius:7px;background:#fff;display:grid;place-items:center}.tw-rail-logo img{max-width:25px;max-height:19px;object-fit:contain}.tw-brand-stage{min-width:0}.tw-brand-panel{display:none;border:1px solid #e2e6e9;border-radius:15px;background:#fff;overflow:hidden;box-shadow:0 12px 36px rgba(23,32,42,.04)}.tw-brand-panel.active{display:block}.tw-brand-banner{min-height:190px;background:#15191e;color:#fff;display:grid;grid-template-columns:minmax(0,1fr) 310px;align-items:stretch;overflow:hidden}.tw-brand-banner-copy{padding:30px 32px;align-self:center}.tw-brand-banner-copy>span{font-size:10px;letter-spacing:.1em;font-weight:900;color:#ff955f}.tw-brand-banner-copy h2{font-size:31px;letter-spacing:-.035em;margin:7px 0 8px;color:#fff}.tw-brand-banner-copy p{max-width:440px;font-size:13px;line-height:1.55;color:#c4c9ce;margin:0}.tw-brand-banner-art{background:#f0f1f2;display:flex;align-items:center;justify-content:center;padding:18px;overflow:hidden}.tw-brand-banner-art img{max-width:100%;max-height:170px;object-fit:contain;filter:none}.tw-brand-detail{display:flex;align-items:center;gap:0;border-bottom:1px solid #edf0f2}.tw-brand-detail>div{padding:17px 22px;border-right:1px solid #edf0f2}.tw-brand-detail>div:last-child{border-right:0}.tw-brand-price strong{font-size:27px;color:var(--accent);line-height:1}.tw-brand-detail strong,.tw-brand-detail b,.tw-brand-detail small,.tw-brand-detail span{display:block}.tw-brand-detail small,.tw-brand-detail span{font-size:10.8px;color:#899098;margin-top:3px}.tw-brand-detail b{font-size:17px}.tw-available-repairs{padding:20px 22px}.tw-available-repairs h3{font-size:13px;margin:0 0 12px}.tw-available-repairs>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.tw-available-repairs span{background:#f8f9fa;border-radius:8px;padding:10px 12px;font-size:11.7px;color:#59616a}.tw-brand-actions{display:flex;gap:10px;padding:0 22px 22px}.tw-brand-actions .z-btn{min-height:42px}.tw-empty{padding:30px;border:1px solid #e3e6e9;border-radius:12px}
.tw-trust-section{padding:55px 0;background:#f8f9fa}.tw-section-title{text-align:center;margin-bottom:32px}.tw-section-title h2{font-size:31px;letter-spacing:-.03em;margin:0 0 7px}.tw-section-title p{font-size:12.5px;color:#7c848c;margin:0}.tw-trust-grid,.tw-why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.tw-trust-grid>div,.tw-why-grid>div{text-align:center}.tw-trust-grid span{width:34px;height:34px;border:1px solid #ffb98f;color:var(--accent);border-radius:50%;display:grid;place-items:center;margin:0 auto 10px;font-weight:900}.tw-trust-grid b,.tw-trust-grid small{display:block}.tw-trust-grid b{font-size:12.5px}.tw-trust-grid small{font-size:10.8px;color:#858c93;margin-top:4px}
.tw-faq-section{padding:56px 0}.tw-faq-list{max-width:700px;margin:auto;display:grid;gap:8px}.tw-faq-list details{border:1px solid #e2e6e9;border-radius:9px;background:#fafbfb;overflow:hidden}.tw-faq-list summary{list-style:none;cursor:pointer;padding:14px 16px;font-size:12px;font-weight:820;display:flex;justify-content:space-between}.tw-faq-list summary::-webkit-details-marker{display:none}.tw-faq-list details p{border-top:1px solid #edf0f2;padding:13px 16px;margin:0;font-size:11.7px;line-height:1.6;color:#737b83;background:#fff}.tw-ready{padding:52px 0;background:#f5f7f8;text-align:center;border-top:1px solid #e8ebed}.tw-ready h2{font-size:28px;margin:0 0 8px}.tw-ready p{max-width:620px;margin:0 auto 20px;color:#747c84;font-size:12.5px}.tw-ready>div>div{display:flex;justify-content:center;gap:10px}
.tw-simple-breadcrumb{border-bottom:1px solid #edf0f2;background:#fafafa}.tw-simple-breadcrumb>.container{min-height:43px;display:flex;align-items:center;gap:8px;font-size:10.5px;color:#90979e}.tw-simple-breadcrumb a{color:#6e767e}.tw-brand-hero{padding:42px 0 36px;background:#f8f9fa}.tw-brand-hero>.container{display:grid;grid-template-columns:minmax(0,1fr) 390px;align-items:center;gap:48px}.tw-brand-hero-copy h1{font-size:43px;letter-spacing:-.045em;margin:7px 0 9px}.tw-brand-hero-copy p{max-width:600px;font-size:12.8px;line-height:1.65;color:#69727a}.tw-brand-hero-copy .z-btn{margin-top:15px}.tw-brand-hero-image{height:220px;display:flex;align-items:center;justify-content:center}.tw-brand-hero-image img{max-width:100%;max-height:210px;object-fit:contain;filter:none}
.tw-model-section{padding:48px 0 55px}.tw-model-family{margin-top:35px}.tw-model-family h3{text-align:center;font-size:18px;margin:0 0 17px}.tw-model-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.tw-model-card{min-height:170px;border:1px solid #dfe4e7;border-radius:9px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:14px;color:#2b333a;transition:.16s}.tw-model-card:hover{border-color:#ffb98f;box-shadow:0 9px 24px rgba(20,25,31,.06);transform:translateY(-2px)}.tw-model-card>div{height:100px;display:flex;align-items:center;justify-content:center}.tw-model-card img{max-width:125px;max-height:92px;object-fit:contain}.tw-model-card b{font-size:11.8px;margin-top:8px}.tw-model-card small{font-size:10px;color:#8e959c;margin-top:3px}.tw-why-choose{padding:52px 0;background:#f8f9fa}.tw-why-grid{grid-template-columns:repeat(6,1fr)}.tw-why-grid i{font-style:normal;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;margin:0 auto 10px;color:var(--accent);border:1px solid #ffc29f}.tw-why-grid b{font-size:10.8px}.tw-pricing-section{padding:56px 0}.tw-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:850px;margin:auto}.tw-price-grid article{border:1px solid #e0e4e7;border-radius:11px;padding:22px;text-align:center}.tw-price-grid article>span{font-size:11px;font-weight:850;color:var(--accent)}.tw-price-grid strong{display:block;font-size:29px;margin-top:10px}.tw-price-grid article>small{display:block;font-size:9.8px;color:#92989e}.tw-price-grid .z-btn{width:100%;margin:14px 0}.tw-price-grid ul{list-style:none;padding:0;margin:12px 0 0;text-align:left}.tw-price-grid li{font-size:10.5px;color:#737a82;margin:7px 0}
.tw-device-title{padding:46px 0 27px;text-align:center}.tw-device-title h1{font-size:34px;letter-spacing:-.035em;margin:0 0 8px}.tw-device-title h1 span{color:var(--accent)}.tw-device-title p{font-size:12px;color:#818890}.tw-device-services{padding:0 0 52px}.tw-service-tabs{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:27px}.tw-service-tabs button{border:1px solid #e0e4e7;background:#fff;border-radius:22px;padding:9px 16px;font-size:11px;font-weight:800;cursor:pointer}.tw-service-tabs button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.tw-service-panel{display:none;max-width:760px;margin:auto}.tw-service-panel.active{display:grid;gap:14px}.tw-service-detail-card{display:grid;grid-template-columns:245px 1fr;border:1px solid #dfe4e7;border-radius:14px;overflow:hidden;background:#fff}.tw-service-product{background:#fafafa;border-right:1px solid #edf0f2;padding:20px;text-align:center}.tw-service-product-img{height:110px;display:flex;align-items:center;justify-content:center}.tw-service-product img{max-width:150px;max-height:105px;object-fit:contain}.tw-service-product h3{font-size:15px;margin:8px 0}.tw-service-product strong{display:block;font-size:24px;color:var(--accent);margin-bottom:12px}.tw-service-product .z-btn{width:100%}.tw-service-description{padding:30px 28px;display:flex;flex-direction:column;justify-content:center}.tw-service-description>p{font-size:12.5px;line-height:1.65;color:#666f78;margin:0 0 19px}.tw-service-meta{display:grid;gap:9px}.tw-service-meta span{font-size:11px;color:#626a72}.tw-service-meta b{color:#353d45}
@media(max-width:1000px){.tw-scope-panel{grid-template-columns:180px 1fr}.tw-brand-banner{grid-template-columns:1fr 230px}.tw-brand-hero>.container{grid-template-columns:1fr 300px}.tw-model-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.tw-services-hero{padding:42px 0}.tw-services-hero h1{font-size:34px}.tw-scope-tabs{display:grid;grid-template-columns:1fr 1fr}.tw-scope-tabs button{justify-content:center;padding:10px}.tw-scope-panel.active{display:block}.tw-brand-rail{display:flex;overflow:auto;gap:8px;padding-bottom:8px;margin-bottom:15px}.tw-rail-label{display:none}.tw-brand-trigger{min-width:145px;grid-template-columns:30px 1fr;padding:6px 8px}.tw-brand-trigger i{display:none}.tw-brand-banner{grid-template-columns:1fr}.tw-brand-banner-art{height:160px;grid-row:1}.tw-brand-banner-copy{padding:22px}.tw-brand-detail>div{padding:13px}.tw-available-repairs>div{grid-template-columns:1fr}.tw-brand-actions{flex-direction:column}.tw-trust-grid{grid-template-columns:1fr 1fr}.tw-brand-hero>.container{grid-template-columns:1fr}.tw-brand-hero-image{order:-1;height:170px}.tw-brand-hero-image img{max-height:160px}.tw-model-grid{grid-template-columns:repeat(2,1fr)}.tw-why-grid{grid-template-columns:repeat(3,1fr);row-gap:22px}.tw-price-grid{grid-template-columns:1fr}.tw-service-detail-card{grid-template-columns:1fr}.tw-service-product{border-right:0;border-bottom:1px solid #edf0f2}.tw-ready>div>div{flex-direction:column;align-items:center}}
@media(max-width:460px){.tw-model-grid{grid-template-columns:1fr 1fr;gap:10px}.tw-model-card{min-height:145px;padding:10px}.tw-model-card>div{height:82px}.tw-model-card img{max-width:100px;max-height:75px}.tw-trust-grid{grid-template-columns:1fr 1fr;gap:16px}.tw-brand-detail{display:grid;grid-template-columns:repeat(3,1fr)}.tw-brand-detail>div{border-bottom:0}.tw-device-title h1{font-size:28px}}

/* =========================================================
   v8.7 — Repair Services approved premium catalogue layout
   Header/footer intentionally unchanged.
   ========================================================= */
.rc87-page{background:#fff;color:#17212b}.rc87-page .container{max-width:1180px}
.rc87-hero{padding:48px 0 42px;background:linear-gradient(180deg,#fff 0%,#fcfcfb 100%);border-bottom:1px solid #edf0f2}
.rc87-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) 310px 330px;gap:30px;align-items:center}
.rc87-hero-copy{min-width:0}.rc87-hero-copy .z-kicker{display:block;margin-bottom:10px}.rc87-hero-copy h1{font-size:44px;line-height:1.06;letter-spacing:-.045em;margin:0 0 14px;max-width:610px}.rc87-hero-copy h1 span{color:var(--accent)}.rc87-hero-copy>p{font-size:14px;line-height:1.7;color:#6d757d;max-width:610px;margin:0}.rc87-hero-actions{display:flex;align-items:center;gap:18px;margin-top:23px}.rc87-hero-actions .z-btn{min-width:178px;justify-content:center}.rc87-track-link{font-size:12.5px;font-weight:800;color:#303840;white-space:nowrap}.rc87-track-link span{margin-left:4px}.rc87-hero-proof{display:flex;gap:19px;flex-wrap:wrap;margin-top:19px;font-size:11.5px;font-weight:760;color:#606871}
.rc87-hero-process{border:1px solid #e3e6e8;border-radius:15px;background:#fff;padding:8px 20px;box-shadow:0 14px 35px rgba(18,24,30,.04)}.rc87-step{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #edf0f2}.rc87-step:last-child{border-bottom:0}.rc87-step>b{width:32px;height:32px;border-radius:11px;background:#fff2ea;color:var(--accent);display:grid;place-items:center;font-size:12px}.rc87-step strong,.rc87-step small{display:block}.rc87-step strong{font-size:12.5px;color:#242c33}.rc87-step small{font-size:11px;color:#8a9198;margin-top:3px;line-height:1.4}
.rc87-hero-photo{height:270px;border-radius:18px;overflow:hidden;background:#f5f5f3;box-shadow:0 15px 40px rgba(18,24,30,.06)}.rc87-hero-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:57% 52%;filter:none}
.rc87-trust-strip{border-bottom:1px solid #edf0f2;background:#fff}.rc87-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.rc87-trust-grid>div{display:grid;grid-template-columns:46px 1fr;align-items:center;gap:12px;padding:18px 22px;border-right:1px solid #edf0f2}.rc87-trust-grid>div:first-child{padding-left:0}.rc87-trust-grid>div:last-child{border-right:0;padding-right:0}.rc87-trust-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#f5f6f6;color:#37414a}.rc87-trust-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.rc87-trust-grid b,.rc87-trust-grid small{display:block}.rc87-trust-grid b{font-size:12.5px}.rc87-trust-grid small{font-size:10.8px;color:#858d94;line-height:1.4;margin-top:3px}
.rc87-device-section{padding:44px 0 52px}.rc87-section-heading{text-align:center;max-width:660px;margin:0 auto 18px}.rc87-section-heading .z-kicker{display:block;margin-bottom:6px}.rc87-section-heading h2{font-size:29px;letter-spacing:-.03em;margin:0 0 6px}.rc87-section-heading p{font-size:12px;color:#858c93;margin:0}.rc87-scope-tabs{width:min(520px,100%);margin:0 auto 20px;display:grid;grid-template-columns:1fr 1fr;border:1px solid #dfe3e6;border-radius:12px;background:#fff;overflow:hidden}.rc87-scope-tabs button{position:relative;height:48px;border:0;background:#fff;color:#687079;font-size:12.5px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer}.rc87-scope-tabs button+button{border-left:1px solid #edf0f2}.rc87-scope-tabs button::after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:2px;background:transparent}.rc87-scope-tabs button.active{color:#232b32}.rc87-scope-tabs button.active::after{background:var(--accent)}.rc87-scope-tabs svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.rc87-scope-panel{display:none}.rc87-scope-panel.active{display:block}.rc87-brand-shell{border:1px solid #e1e5e7;border-radius:15px;background:#fff;overflow:hidden}.rc87-brand-head{min-height:78px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid #edf0f2}.rc87-device-title-icon{width:38px;height:38px;border-radius:10px;background:#fff4ee;color:var(--accent);display:grid;place-items:center}.rc87-device-title-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.rc87-brand-head>div:nth-child(2)>span{display:block;font-size:9.5px;font-weight:900;letter-spacing:.1em;color:var(--accent);margin-bottom:3px}.rc87-brand-head h3{font-size:18px;letter-spacing:-.02em;margin:0}.rc87-brand-head>a{font-size:11px;font-weight:800;color:#4e565e;white-space:nowrap}.rc87-brand-head>a:hover{color:var(--accent)}
.rc87-brand-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0}.rc87-brand-card{position:relative;min-height:180px;padding:20px 14px 18px;display:flex;flex-direction:column;align-items:center;text-align:center;color:#293139;border-right:1px solid #edf0f2;border-bottom:1px solid #edf0f2;background:#fff;transition:background .16s ease,box-shadow .16s ease,transform .16s ease}.rc87-brand-card:nth-child(5n){border-right:0}.rc87-brand-card:hover{background:#fffaf7;box-shadow:inset 0 0 0 1px #ffd6bf;z-index:2;transform:translateY(-1px)}.rc87-brand-logo{height:76px;width:100%;display:flex;align-items:center;justify-content:center;padding:6px}.rc87-brand-logo img{display:block;max-width:118px;max-height:58px;width:auto;height:auto;object-fit:contain;filter:none}.rc87-brand-card>b{font-size:13px;line-height:1.3;margin-top:7px}.rc87-brand-card>small{font-size:11.2px;line-height:1.45;color:#737b83;max-width:145px;margin-top:6px}.rc87-brand-card>i{position:absolute;right:11px;bottom:10px;font-style:normal;color:#b2b9bf;font-size:13px;transition:transform .16s,color .16s}.rc87-brand-card:hover>i{color:var(--accent);transform:translateX(2px)}.rc87-empty{padding:26px;text-align:center;color:#7d858c;font-size:12px}
.rc87-help-strip{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:16px;margin-top:18px;padding:17px 20px;border-radius:13px;background:linear-gradient(90deg,#fff4eb 0%,#fff9f5 100%);border:1px solid #ffe1cf}.rc87-help-mark{width:46px;height:46px;border-radius:50%;border:1.5px solid var(--accent);color:var(--accent);display:grid;place-items:center;font-size:22px}.rc87-help-strip b,.rc87-help-strip small{display:block}.rc87-help-strip b{font-size:13px}.rc87-help-strip small{font-size:11px;color:#717980;line-height:1.5;margin-top:3px;max-width:700px}.rc87-help-strip .z-btn{min-width:140px;justify-content:center}
.rc87-faq-section{padding:0 0 48px}.rc87-faq-head{text-align:center;margin-bottom:14px}.rc87-faq-head h2{font-size:24px;letter-spacing:-.025em;margin:0}.rc87-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-width:850px;margin:auto}.rc87-faq-grid details{border:1px solid #e2e6e8;border-radius:9px;background:#fafbfb;overflow:hidden}.rc87-faq-grid summary{list-style:none;cursor:pointer;padding:13px 15px;font-size:11.5px;font-weight:800;display:flex;justify-content:space-between;align-items:center;gap:10px}.rc87-faq-grid summary::-webkit-details-marker{display:none}.rc87-faq-grid details p{padding:12px 15px;margin:0;border-top:1px solid #edf0f2;background:#fff;color:#727a82;font-size:11px;line-height:1.55}
@media(max-width:1120px){.rc87-hero-grid{grid-template-columns:minmax(0,1fr) 300px}.rc87-hero-photo{grid-column:1/-1;height:220px}.rc87-hero-photo img{object-position:center 47%}.rc87-brand-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.rc87-brand-card:nth-child(5n){border-right:1px solid #edf0f2}.rc87-brand-card:nth-child(4n){border-right:0}}
@media(max-width:860px){.rc87-hero{padding:38px 0}.rc87-hero-grid{grid-template-columns:1fr}.rc87-hero-copy h1{font-size:38px}.rc87-hero-process{max-width:none}.rc87-hero-photo{grid-column:auto;height:210px}.rc87-trust-grid{grid-template-columns:1fr 1fr}.rc87-trust-grid>div{border-bottom:1px solid #edf0f2}.rc87-trust-grid>div:nth-child(2n){border-right:0}.rc87-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.rc87-brand-card:nth-child(4n){border-right:1px solid #edf0f2}.rc87-brand-card:nth-child(3n){border-right:0}.rc87-brand-head{grid-template-columns:42px 1fr}.rc87-brand-head>a{grid-column:2;justify-self:start}.rc87-help-strip{grid-template-columns:50px 1fr}.rc87-help-strip .z-btn{grid-column:2;justify-self:start}.rc87-faq-grid{grid-template-columns:1fr}}
@media(max-width:620px){.rc87-hero-copy h1{font-size:34px}.rc87-hero-copy>p{font-size:13.5px}.rc87-hero-actions{align-items:flex-start;flex-direction:column;gap:11px}.rc87-hero-photo{height:180px}.rc87-trust-grid{grid-template-columns:1fr 1fr}.rc87-trust-grid>div{grid-template-columns:34px 1fr;padding:13px 8px!important;gap:8px}.rc87-trust-icon{width:32px;height:32px}.rc87-trust-icon svg{width:17px;height:17px}.rc87-trust-grid b{font-size:11.8px}.rc87-trust-grid small{font-size:10px}.rc87-device-section{padding:36px 0 42px}.rc87-section-heading h2{font-size:25px}.rc87-scope-tabs{margin-bottom:14px}.rc87-scope-tabs button{font-size:11.5px;height:44px}.rc87-brand-head{padding:13px 12px;min-height:72px}.rc87-brand-head h3{font-size:16px}.rc87-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rc87-brand-card{min-height:154px;padding:15px 8px}.rc87-brand-card:nth-child(3n){border-right:1px solid #edf0f2}.rc87-brand-card:nth-child(2n){border-right:0}.rc87-brand-logo{height:62px}.rc87-brand-logo img{max-width:92px;max-height:45px}.rc87-brand-card>b{font-size:12.2px}.rc87-brand-card>small{font-size:10.5px;max-width:125px}.rc87-help-strip{grid-template-columns:42px 1fr;padding:14px 12px;gap:11px}.rc87-help-mark{width:40px;height:40px;font-size:19px}.rc87-help-strip small{font-size:10.5px}.rc87-faq-section{padding-bottom:36px}.rc87-faq-head h2{font-size:21px}}

/* v8.8.3 — normalised repair brand logo alignment */
.rc87-brand-logo,.rc-brand-logo,.tw-rail-logo,.brand-directory-logo{display:flex;align-items:center;justify-content:center;overflow:hidden}
.rc87-brand-logo img,.rc-brand-logo img,.tw-rail-logo img,.brand-directory-logo img{display:block;object-fit:contain;object-position:50% 50%;margin:auto}

/* =========================================================
   v8.8.4 — Repair brand artwork fix
   Keep all repair-flow logos centred and free of image frames.
   ========================================================= */
.rc87-brand-logo,.rc88-brand-logo,.rc-showcase-brand-logo,.rc-repair-brand-logo,.rc-split-brand-card,.tw-rail-logo,.repair-brand-option-logo{background:transparent!important}
.rc87-brand-logo,.rc88-brand-logo,.rc-showcase-brand-logo,.rc-repair-brand-logo,.tw-rail-logo,.repair-brand-option-logo{border:0!important;box-shadow:none!important}
.rc87-brand-logo img,.rc88-brand-logo img,.rc-showcase-brand-logo img,.rc-repair-brand-logo img,.rc-split-brand-card img,.tw-rail-logo img,.repair-brand-option-logo img,.repair-brand-logo-button img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:50% 50%!important;margin:auto!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}
.repair-brand-logo-button img{max-width:92px!important;max-height:30px!important}
.repair-brand-option-logo img{max-width:40px!important;max-height:24px!important}


/* ======================================================================
   Zentro v8.9 — premium repair brand detail experience
   Scope: repair catalogue brand pages only. Global header/footer untouched.
   ====================================================================== */
.tw-brand-page-v89,.tw-brand-page-v89 *{box-sizing:border-box}.tw-brand-page-v89{--tw89-ink:#18212a;--tw89-muted:#66707a;--tw89-line:#e7eaec;--tw89-soft:#f7f8f7;--tw89-accent:var(--accent,#ff5a00);background:#fff;color:var(--tw89-ink);overflow:hidden}.tw-brand-page-v89 .container{width:min(1180px,calc(100% - 44px));margin:0 auto}.tw-brand-page-v89 img{display:block;max-width:100%}.tw-brand-page-v89 a{text-decoration:none}.tw-brand-page-v89 .z-kicker{display:block;color:var(--tw89-accent);font-size:12px;line-height:1.2;font-weight:850;letter-spacing:.075em;text-transform:uppercase}
.tw89-breadcrumb{background:#fff;border-bottom:1px solid var(--tw89-line)}.tw89-breadcrumb .container{min-height:45px;display:flex;align-items:center;gap:9px;font-size:11.5px;font-weight:650;color:#899098}.tw89-breadcrumb a{color:#67717a;transition:color .18s ease}.tw89-breadcrumb a:hover{color:var(--tw89-accent)}.tw89-breadcrumb i{font-style:normal;color:#b3b8bd}.tw89-breadcrumb span{color:#2e3740}
.tw89-hero{position:relative;padding:58px 0 62px;background:linear-gradient(180deg,#fff 0%,#fafaf8 100%);border-bottom:1px solid var(--tw89-line)}.tw89-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);gap:70px;align-items:center}.tw89-hero-copy{min-width:0}.tw89-parent-brand{height:46px;display:flex;align-items:center;margin-bottom:19px}.tw89-parent-brand img{max-width:116px;max-height:44px;object-fit:contain;object-position:left center}.tw89-hero-copy h1{max-width:650px;margin:10px 0 18px;font-size:clamp(43px,4.2vw,60px);line-height:1.02;letter-spacing:-.052em;font-weight:700;color:var(--tw89-ink)}.tw89-hero-copy h1 em{font-style:normal;color:var(--tw89-accent)}.tw89-hero-copy>p{max-width:625px;margin:0;color:#59636d;font-size:16px;line-height:1.72}.tw89-hero-actions{display:flex;align-items:center;gap:23px;margin-top:26px}.tw89-text-link{display:inline-flex;align-items:center;gap:9px;color:#3d4851;font-size:13px;font-weight:800}.tw89-text-link span{color:var(--tw89-accent);font-size:18px;transition:transform .18s ease}.tw89-text-link:hover span{transform:translateX(3px)}.tw89-proof{display:flex;gap:0;margin-top:30px;border-top:1px solid var(--tw89-line);max-width:610px}.tw89-proof>span{min-width:130px;padding:17px 28px 0 0;margin-right:28px;border-right:1px solid var(--tw89-line)}.tw89-proof>span:last-child{border-right:0;margin-right:0}.tw89-proof b,.tw89-proof small{display:block}.tw89-proof b{font-size:22px;line-height:1;font-weight:750;color:var(--tw89-ink)}.tw89-proof small{margin-top:5px;color:#80888f;font-size:11px;line-height:1.35;font-weight:650}.tw89-hero-visual{position:relative;min-height:390px;display:flex;align-items:center;justify-content:center}.tw89-hero-orb{position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle at 42% 38%,#fff 0,#f1f2ef 54%,#e7e9e5 100%);box-shadow:inset 0 0 0 1px rgba(24,33,42,.04)}.tw89-device-stage{position:relative;z-index:2;width:min(480px,90%);height:300px;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 26px 26px rgba(29,35,40,.14))}.tw89-device-stage img{width:auto;max-width:100%;max-height:290px;object-fit:contain}.tw89-visual-chip{position:absolute;right:0;bottom:19px;z-index:3;display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:center;width:250px;padding:13px 15px;background:rgba(255,255,255,.96);border:1px solid #e6e9eb;border-radius:14px;box-shadow:0 16px 40px rgba(18,24,30,.10);backdrop-filter:blur(8px)}.tw89-visual-chip>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff2e9;color:var(--tw89-accent);font-size:16px;font-weight:900}.tw89-visual-chip b,.tw89-visual-chip small{display:block}.tw89-visual-chip b{font-size:12.5px;line-height:1.35}.tw89-visual-chip small{margin-top:3px;color:#79828a;font-size:10.5px;line-height:1.45}
.tw89-range-section{padding:68px 0 72px}.tw89-section-head{max-width:700px;margin:0 auto 30px;text-align:center}.tw89-section-head h2{margin:9px 0 11px;font-size:clamp(31px,3vw,42px);line-height:1.08;letter-spacing:-.045em;font-weight:700}.tw89-section-head p{margin:0;color:#65707a;font-size:14px;line-height:1.7}.tw89-section-head-split{max-width:none;display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,.7fr);gap:80px;align-items:end;text-align:left;margin-bottom:31px}.tw89-section-head-split h2{max-width:610px;margin-bottom:0}.tw89-section-head-split>p{max-width:470px;padding-bottom:2px}.tw89-range-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.tw89-range-card{position:relative;min-height:330px;padding:18px 20px 17px;border:1px solid #e2e6e8;border-radius:18px;background:#fff;color:var(--tw89-ink);display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}.tw89-range-card:before{content:"";position:absolute;inset:auto -42px -70px auto;width:170px;height:170px;border-radius:50%;background:#fff4ed;opacity:0;transition:opacity .2s ease}.tw89-range-card:hover{transform:translateY(-3px);border-color:#ffc8a9;box-shadow:0 18px 44px rgba(18,24,30,.07);background:#fffdfb}.tw89-range-card:hover:before{opacity:1}.tw89-range-top{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center}.tw89-range-top small{color:#a0a6ac;font-size:10px;font-weight:800;letter-spacing:.08em}.tw89-range-top span{padding:6px 9px;border-radius:999px;background:#f5f6f6;color:#707981;font-size:9.5px;line-height:1;font-weight:750}.tw89-range-visual{position:relative;z-index:1;height:120px;margin:13px 0 9px;display:flex;align-items:center;justify-content:center}.tw89-range-visual img{max-width:92%;max-height:110px;object-fit:contain}.tw89-range-visual .tw89-family-mark{width:100%;height:100%;object-fit:contain}.tw89-range-copy{position:relative;z-index:1}.tw89-range-copy h3{margin:0 0 7px;font-size:20px;line-height:1.15;letter-spacing:-.025em}.tw89-range-copy p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:42px;margin:0;color:#737c84;font-size:11.5px;line-height:1.55}.tw89-range-action{position:relative;z-index:1;margin-top:auto;padding-top:16px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #edf0f2;color:#3b454d;font-size:11px;font-weight:800}.tw89-range-action i{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#f3f5f5;color:var(--tw89-accent);font-style:normal;font-size:16px;transition:transform .18s ease,background .18s ease}.tw89-range-card:hover .tw89-range-action i{transform:translateX(2px);background:#fff0e7}
.tw89-models-section{padding:68px 0;background:#f7f8f7;border-top:1px solid #edf0f1;border-bottom:1px solid #edf0f1}.tw89-family-block{scroll-margin-top:96px;margin-top:42px}.tw89-family-block:first-of-type{margin-top:30px}.tw89-family-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:15px}.tw89-family-heading>div>span{display:block;margin-bottom:4px;color:#90979d;font-size:9.5px;line-height:1.2;font-weight:850;letter-spacing:.09em}.tw89-family-heading h3{margin:0;font-size:22px;line-height:1.15;letter-spacing:-.03em}.tw89-family-heading>small{padding:6px 9px;border-radius:999px;background:#fff;border:1px solid #e2e6e8;color:#717981;font-size:9.5px;font-weight:750}.tw89-model-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.tw89-model-card{min-width:0;min-height:340px;padding:16px;border:1px solid #e2e6e8;border-radius:17px;background:#fff;color:var(--tw89-ink);display:flex;flex-direction:column;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.tw89-model-card:hover{transform:translateY(-3px);border-color:#ffc8a9;box-shadow:0 18px 38px rgba(18,24,30,.07)}.tw89-model-image{height:178px;border-radius:13px;background:linear-gradient(180deg,#fafafa,#f4f5f4);display:flex;align-items:center;justify-content:center;overflow:hidden}.tw89-model-image img{max-width:84%;max-height:154px;object-fit:contain;transition:transform .25s ease}.tw89-model-card:hover .tw89-model-image img{transform:scale(1.025)}.tw89-model-copy{padding:15px 3px 2px;display:flex;flex:1;flex-direction:column}.tw89-model-meta{min-height:20px;display:flex;align-items:center;gap:7px}.tw89-model-meta span,.tw89-model-meta b{font-size:9px;line-height:1;font-weight:800}.tw89-model-meta span{color:#858d94}.tw89-model-meta b{padding:5px 7px;border-radius:999px;background:#fff0e7;color:var(--tw89-accent)}.tw89-model-copy h4{margin:8px 0 7px;font-size:17px;line-height:1.28;letter-spacing:-.025em}.tw89-model-copy p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0;color:#737c84;font-size:11px;line-height:1.55}.tw89-model-action{margin-top:auto;padding-top:14px;display:flex;justify-content:space-between;align-items:center;color:#3e4850;font-size:10.5px;font-weight:850}.tw89-model-action i{font-style:normal;color:var(--tw89-accent);font-size:17px;transition:transform .18s ease}.tw89-model-card:hover .tw89-model-action i{transform:translateX(3px)}
.tw89-repairs{padding:70px 0}.tw89-repair-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tw89-repair-card{min-height:305px;padding:22px;border:1px solid #e2e6e8;border-radius:18px;background:#fff}.tw89-repair-icon{width:42px;height:42px;border-radius:13px;background:#fff1e8;display:grid;place-items:center;color:var(--tw89-accent);font-size:24px;font-weight:400;margin-bottom:19px}.tw89-repair-label{display:block;color:#969da3;font-size:9px;font-weight:850;letter-spacing:.09em}.tw89-repair-card h3{margin:7px 0 9px;font-size:20px;line-height:1.2;letter-spacing:-.03em}.tw89-repair-card>p{min-height:52px;margin:0;color:#727b83;font-size:11.5px;line-height:1.55}.tw89-price-row{margin-top:18px;padding-top:16px;border-top:1px solid #edf0f2;display:flex;align-items:end;justify-content:space-between;gap:10px}.tw89-price-row small,.tw89-price-row strong{display:block}.tw89-price-row small{font-size:9px;color:#8c949b}.tw89-price-row strong{margin-top:2px;font-size:26px;line-height:1;letter-spacing:-.035em}.tw89-price-row>span{padding:6px 8px;border-radius:999px;background:#f5f6f6;color:#727b83;font-size:9px;font-weight:750}.tw89-repair-card>a{margin-top:17px;display:flex;align-items:center;justify-content:space-between;color:#303a43;font-size:10.5px;font-weight:850}.tw89-repair-card>a i{font-style:normal;color:var(--tw89-accent);font-size:17px}
.tw89-why{padding:70px 0;background:#17212a;color:#fff}.tw89-why .tw89-section-head h2{color:#fff}.tw89-why .tw89-section-head p{color:#aeb6bd}.tw89-why-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.11);border-bottom:1px solid rgba(255,255,255,.11)}.tw89-why-grid article{padding:27px 24px 27px 0;margin-right:24px;border-right:1px solid rgba(255,255,255,.11)}.tw89-why-grid article:last-child{border-right:0;margin-right:0}.tw89-why-grid article>span{display:block;color:#ff8b4e;font-size:10px;font-weight:850;letter-spacing:.08em}.tw89-why-grid h3{margin:12px 0 8px;color:#fff;font-size:15px;line-height:1.25}.tw89-why-grid p{margin:0;color:#aeb5bc;font-size:11px;line-height:1.65}
.tw89-faq{padding:72px 0}.tw89-faq-grid{display:grid;grid-template-columns:330px 1fr;gap:92px;align-items:start}.tw89-faq-copy h2{margin:8px 0 10px;font-size:37px;line-height:1.08;letter-spacing:-.045em}.tw89-faq-copy p{margin:0;color:#6c757d;font-size:12.5px;line-height:1.65}.tw89-faq-copy>a{display:inline-flex;align-items:center;gap:8px;margin-top:20px;color:#323c45;font-size:11px;font-weight:850}.tw89-faq-copy>a span{color:var(--tw89-accent);font-size:17px}.tw89-faq-list{border-top:1px solid #dfe4e6}.tw89-faq-list details{border-bottom:1px solid #dfe4e6}.tw89-faq-list summary{list-style:none;cursor:pointer;min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#28323a;font-size:12.5px;font-weight:800}.tw89-faq-list summary::-webkit-details-marker{display:none}.tw89-faq-list summary i{font-style:normal;color:var(--tw89-accent);font-size:20px;font-weight:400;transition:transform .18s ease}.tw89-faq-list details[open] summary i{transform:rotate(45deg)}.tw89-faq-list details p{margin:-3px 45px 18px 0;color:#6e777f;font-size:11.5px;line-height:1.7}
.tw89-final-cta{padding:48px 0 54px;background:#f7f8f7;border-top:1px solid #e8ebed}.tw89-final-cta>.container{display:flex;align-items:center;justify-content:space-between;gap:40px}.tw89-final-cta h2{margin:8px 0 7px;font-size:31px;line-height:1.1;letter-spacing:-.04em}.tw89-final-cta p{margin:0;color:#68727a;font-size:12.5px}.tw89-final-cta .z-btn{min-width:190px;justify-content:center}
@media(max-width:1050px){.tw89-hero-grid{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr);gap:38px}.tw89-hero-orb{width:320px;height:320px}.tw89-range-grid,.tw89-model-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tw89-section-head-split{grid-template-columns:1fr 1fr;gap:45px}.tw89-why-grid{grid-template-columns:1fr 1fr}.tw89-why-grid article:nth-child(2){border-right:0;margin-right:0}.tw89-why-grid article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.11)}.tw89-faq-grid{grid-template-columns:280px 1fr;gap:55px}}
@media(max-width:780px){.tw-brand-page-v89 .container{width:min(100% - 30px,1180px)}.tw89-hero{padding:42px 0 48px}.tw89-hero-grid{grid-template-columns:1fr;gap:30px}.tw89-hero-visual{order:-1;min-height:280px}.tw89-hero-orb{width:270px;height:270px}.tw89-device-stage{height:220px}.tw89-device-stage img{max-height:215px}.tw89-visual-chip{right:8px;bottom:0;width:220px}.tw89-parent-brand{margin-bottom:13px}.tw89-hero-copy h1{font-size:42px}.tw89-proof>span{min-width:0;flex:1;padding-right:15px;margin-right:15px}.tw89-section-head-split{display:block}.tw89-section-head-split>p{margin-top:14px}.tw89-range-section,.tw89-models-section,.tw89-repairs,.tw89-why,.tw89-faq{padding-top:52px;padding-bottom:55px}.tw89-range-grid,.tw89-model-grid,.tw89-repair-grid{grid-template-columns:1fr 1fr}.tw89-faq-grid{grid-template-columns:1fr;gap:28px}.tw89-faq-copy{max-width:520px}.tw89-final-cta>.container{align-items:flex-start;flex-direction:column}.tw89-final-cta .z-btn{width:100%}}
@media(max-width:560px){.tw-brand-page-v89 .container{width:calc(100% - 24px)}.tw89-breadcrumb .container{overflow:auto;white-space:nowrap}.tw89-hero-copy h1{font-size:36px}.tw89-hero-copy>p{font-size:14px}.tw89-hero-actions{align-items:stretch;flex-direction:column;gap:14px}.tw89-hero-actions .z-btn{width:100%;justify-content:center}.tw89-text-link{justify-content:center}.tw89-proof{gap:0}.tw89-proof>span{padding-right:10px;margin-right:10px}.tw89-proof b{font-size:19px}.tw89-proof small{font-size:9.5px}.tw89-range-grid,.tw89-model-grid,.tw89-repair-grid{grid-template-columns:1fr}.tw89-range-card{min-height:300px}.tw89-range-visual{height:105px}.tw89-model-card{min-height:315px}.tw89-model-image{height:160px}.tw89-why-grid{grid-template-columns:1fr}.tw89-why-grid article{padding:22px 0;margin:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.11)!important}.tw89-why-grid article:last-child{border-bottom:0!important}.tw89-family-heading{align-items:flex-start}.tw89-section-head h2{font-size:31px}.tw89-faq-copy h2{font-size:31px}.tw89-final-cta h2{font-size:27px}}

/* =========================================================
   v9.1 — premium brand-page banners and real-product visuals
   ========================================================= */
.tw-brand-page-v91 .tw89-hero{padding:30px 0 58px;background:linear-gradient(180deg,#fff 0%,#fbfbfa 100%)}
.tw-brand-page-v91 .tw90-hero-grid{align-items:center;gap:52px}
.tw-brand-page-v91 .tw90-hero-copy p{max-width:610px}
.tw-brand-page-v91 .tw90-hero-visual{position:relative}
.tw-brand-page-v91 .tw90-hero-shell{position:relative;padding:20px;border:1px solid #e3e7ea;border-radius:28px;background:linear-gradient(180deg,#ffffff 0%,#fafbfb 100%);box-shadow:0 24px 70px rgba(16,24,32,.08)}
.tw-brand-page-v91 .tw90-brand-banner{position:relative;min-height:126px;border-radius:22px;padding:22px 24px;overflow:hidden;background:radial-gradient(circle at 18% 20%,rgba(255,145,87,.25),transparent 33%),linear-gradient(135deg,#1f2a35 0%,#2b3540 100%)}
.tw-brand-page-v91 .tw90-brand-banner.has-image{background-size:cover;background-position:center}
.tw-brand-page-v91 .tw90-brand-banner-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,24,31,.88) 0%,rgba(17,24,31,.74) 46%,rgba(17,24,31,.12) 100%)}
.tw-brand-page-v91 .tw90-brand-banner-copy{position:relative;z-index:1;max-width:360px;color:#fff}
.tw-brand-page-v91 .tw90-brand-banner-copy span{display:block;margin-bottom:7px;font-size:10px;font-weight:850;letter-spacing:.12em;color:#ffb78f}
.tw-brand-page-v91 .tw90-brand-banner-copy h3{margin:0 0 8px;font-size:28px;line-height:1.05;letter-spacing:-.04em;color:#fff}
.tw-brand-page-v91 .tw90-brand-banner-copy p{margin:0;color:#d7dde3;font-size:12px;line-height:1.55}
.tw-brand-page-v91 .tw90-feature-stage{position:relative;margin-top:16px;min-height:290px;border-radius:24px;padding:28px;background:radial-gradient(circle at center,rgba(248,248,248,.96) 0%,rgba(241,243,244,.9) 58%,rgba(236,239,241,.65) 100%);overflow:hidden}
.tw-brand-page-v91 .tw90-feature-stage:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;left:50%;top:52%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(0,0,0,.055) 0%,rgba(0,0,0,.03) 42%,transparent 66%)}
.tw-brand-page-v91 .tw90-feature-device{position:relative;z-index:1;height:250px;display:flex;align-items:center;justify-content:center}
.tw-brand-page-v91 .tw90-feature-device img{max-width:88%;max-height:238px;object-fit:contain;filter:drop-shadow(0 16px 32px rgba(16,24,32,.16))}
.tw-brand-page-v91 .tw90-feature-chip{position:absolute;z-index:2;right:18px;bottom:18px;display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:center;min-width:250px;max-width:310px;padding:14px 16px;border:1px solid #e2e6e8;border-radius:16px;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);box-shadow:0 12px 28px rgba(16,24,32,.08)}
.tw-brand-page-v91 .tw90-feature-chip span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff4eb;color:#3a454d;font-size:21px}
.tw-brand-page-v91 .tw90-feature-chip b{display:block;font-size:14px;line-height:1.2}
.tw-brand-page-v91 .tw90-feature-chip small{display:block;margin-top:4px;color:#6f7880;font-size:11px;line-height:1.45}
.tw-brand-page-v91 .tw90-hero-thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}
.tw-brand-page-v91 .tw90-thumb-card{display:grid;grid-template-columns:80px 1fr;gap:12px;align-items:center;padding:12px;border:1px solid #e5e8ea;border-radius:18px;background:#fff}
.tw-brand-page-v91 .tw90-thumb-image{height:62px;border-radius:14px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(180deg,#fbfbfb,#f1f3f4)}
.tw-brand-page-v91 .tw90-thumb-image img{max-width:84%;max-height:56px;object-fit:contain}
.tw-brand-page-v91 .tw90-thumb-image-photo img{max-width:96%;max-height:58px}
.tw-brand-page-v91 .tw90-thumb-copy b{display:block;font-size:13px;line-height:1.25;color:#1f2830}
.tw-brand-page-v91 .tw90-thumb-copy span{display:block;margin-top:4px;color:#73808b;font-size:10.2px}
.tw-brand-page-v91 .tw90-range-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.tw-brand-page-v91 .tw90-range-card{min-height:355px;border-radius:22px;padding:16px 18px 17px;box-shadow:0 10px 28px rgba(16,24,32,.03)}
.tw-brand-page-v91 .tw90-range-card:hover{box-shadow:0 22px 46px rgba(16,24,32,.08)}
.tw-brand-page-v91 .tw90-range-visual{position:relative;height:146px;margin:16px 0 14px;border-radius:18px;padding:10px;overflow:hidden;background:linear-gradient(180deg,#fafbfb,#f2f4f5)}
.tw-brand-page-v91 .tw90-range-visual:before{content:"";position:absolute;inset:auto auto -18px -18px;width:92px;height:92px;border-radius:50%;background:rgba(255,120,48,.08)}
.tw-brand-page-v91 .tw90-range-brand-chip{position:absolute;left:10px;top:10px;width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.94);display:grid;place-items:center;box-shadow:0 8px 16px rgba(16,24,32,.06)}
.tw-brand-page-v91 .tw90-range-brand-chip img{max-width:24px;max-height:24px;object-fit:contain}
.tw-brand-page-v91 .tw90-range-main-visual{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;object-position:center}
.tw-brand-page-v91 .tw90-range-visual-photo .tw90-range-main-visual{max-width:95%;max-height:128px;filter:drop-shadow(0 14px 22px rgba(16,24,32,.14))}
.tw-brand-page-v91 .tw90-range-visual-mark .tw90-range-main-visual{max-width:84%;max-height:92px}
.tw-brand-page-v91 .tw89-model-image{background:linear-gradient(180deg,#fbfbfb,#f0f3f4)}
.tw-brand-page-v91 .tw89-model-image img{max-width:90%;max-height:156px;object-fit:contain;filter:drop-shadow(0 12px 20px rgba(16,24,32,.12))}
.tw-brand-page-v91 .tw89-family-heading h3{font-size:24px}
.tw-brand-page-v91 .tw89-section-head-split{align-items:center}
.tw-brand-page-v91 .tw89-section-head-split>p{max-width:520px}
@media(max-width:1180px){.tw-brand-page-v91 .tw90-range-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tw-brand-page-v91 .tw90-hero-thumbs{grid-template-columns:1fr}.tw-brand-page-v91 .tw90-thumb-card{grid-template-columns:72px 1fr}}
@media(max-width:900px){.tw-brand-page-v91 .tw90-hero-grid{grid-template-columns:1fr;gap:32px}.tw-brand-page-v91 .tw90-range-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tw-brand-page-v91 .tw90-feature-chip{position:relative;right:auto;bottom:auto;margin-top:14px;max-width:none}.tw-brand-page-v91 .tw90-feature-stage{min-height:0;padding-bottom:18px}.tw-brand-page-v91 .tw90-feature-device{height:220px}.tw-brand-page-v91 .tw90-feature-device img{max-height:205px}}
@media(max-width:560px){.tw-brand-page-v91 .tw90-brand-banner{padding:18px}.tw-brand-page-v91 .tw90-brand-banner-copy h3{font-size:24px}.tw-brand-page-v91 .tw90-range-grid{grid-template-columns:1fr}.tw-brand-page-v91 .tw90-hero-thumbs{grid-template-columns:1fr}.tw-brand-page-v91 .tw90-thumb-card{grid-template-columns:68px 1fr}.tw-brand-page-v91 .tw90-feature-device{height:185px}.tw-brand-page-v91 .tw90-feature-device img{max-height:174px}.tw-brand-page-v91 .tw90-feature-chip{grid-template-columns:34px 1fr;min-width:0;padding:12px}.tw-brand-page-v91 .tw90-feature-chip span{width:34px;height:34px;font-size:18px}}

/* =========================================================
   v9.4 — brand range routing + focused service pages
   ========================================================= */
.tw-brand-page-v94 .tw89-breadcrumb,
.tw-family-page-v94 .tw89-breadcrumb{background:#fff;border-bottom:1px solid #edf0f2}
.tw94-brand-hero{padding:42px 0 58px;background:linear-gradient(180deg,#fff 0%,#fafbfb 100%)}
.tw94-brand-hero-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:54px;align-items:center}
.tw94-brand-copy h1{margin:12px 0 17px;font-size:58px;line-height:1.02;letter-spacing:-.055em;color:#17212b}
.tw94-brand-copy h1 em{font-style:normal;color:#ff5a00}
.tw94-brand-copy>p{max-width:620px;margin:0;color:#56616b;font-size:15px;line-height:1.75}
.tw94-brand-hero-image{width:100%;height:500px;border-radius:30px;overflow:hidden;background:#edf0f2;box-shadow:0 26px 70px rgba(15,25,35,.10)}
.tw94-brand-hero-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.tw94-range-section{padding-top:70px}
.tw94-range-grid .tw94-range-card{min-height:370px}
.tw94-range-card .tw90-range-visual{height:178px;margin-top:15px;background:#f4f5f5}
.tw94-range-card .tw90-range-main-visual{width:100%;height:100%;max-width:none!important;max-height:none!important;object-fit:cover!important;filter:none!important}
.tw94-range-card:hover .tw90-range-main-visual{transform:scale(1.025)}
.tw94-range-card .tw90-range-main-visual{transition:transform .28s ease}

.tw94-family-shell{padding:42px 0 82px;background:#f7f8f8}
.tw94-family-layout{display:grid;grid-template-columns:255px minmax(0,1fr);gap:30px;align-items:start}
.tw94-family-sidebar{position:sticky;top:92px;padding:18px;border:1px solid #e1e5e7;border-radius:24px;background:#fff;box-shadow:0 16px 40px rgba(16,24,32,.05)}
.tw94-family-side-head{display:grid;grid-template-columns:44px 1fr;gap:12px;align-items:center;padding:5px 4px 16px;border-bottom:1px solid #eceff1}
.tw94-family-side-head img{width:42px;height:42px;object-fit:contain}
.tw94-family-side-head small{display:block;margin-bottom:3px;font-size:9px;font-weight:900;letter-spacing:.11em;color:#ff5a00}
.tw94-family-side-head strong{display:block;font-size:16px;letter-spacing:-.02em;color:#19232c}
.tw94-family-nav{display:grid;gap:7px;padding:14px 0}
.tw94-family-nav a{display:grid;grid-template-columns:minmax(0,1fr) auto 18px;gap:8px;align-items:center;padding:11px 12px;border-radius:13px;color:#39444d;background:#fff;font-size:12px;font-weight:750;transition:background .2s ease,color .2s ease,transform .2s ease}
.tw94-family-nav a small{display:grid;place-items:center;min-width:24px;height:22px;padding:0 6px;border-radius:999px;background:#f3f5f6;color:#7b858d;font-size:9px}
.tw94-family-nav a i{font-style:normal;color:#a0a8ae}
.tw94-family-nav a:hover{background:#f7f8f8;transform:translateX(2px)}
.tw94-family-nav a.active{background:#17212b;color:#fff}
.tw94-family-nav a.active small{background:rgba(255,255,255,.12);color:#fff}
.tw94-family-nav a.active i{color:#ff8b4b}
.tw94-back-ranges{display:block;padding:13px 4px 3px;border-top:1px solid #eceff1;color:#5d6871;font-size:10.5px;font-weight:750}
.tw94-back-ranges:hover{color:#ff5a00}

.tw94-family-main{min-width:0}
.tw94-family-hero{display:grid;grid-template-columns:minmax(0,.78fr) minmax(340px,1.22fr);min-height:330px;overflow:hidden;border-radius:28px;background:#17212b;box-shadow:0 20px 50px rgba(14,23,31,.10)}
.tw94-family-hero-copy{padding:42px 38px;display:flex;flex-direction:column;justify-content:center}
.tw94-family-hero-copy .z-kicker{color:#ff8d4e}
.tw94-family-hero-copy h1{margin:10px 0 15px;font-size:43px;line-height:1.04;letter-spacing:-.048em;color:#fff}
.tw94-family-hero-copy h1 em{font-style:normal;color:#ff6a19}
.tw94-family-hero-copy p{margin:0;max-width:520px;color:#c5ccd2;font-size:13.3px;line-height:1.72}
.tw94-family-hero-photo{min-height:330px;background:#e9ecee;overflow:hidden}
.tw94-family-hero-photo img{display:block;width:100%;height:100%;min-height:330px;object-fit:cover;object-position:center}

.tw94-service-select{margin-top:24px;padding:28px;border:1px solid #e0e4e6;border-radius:28px;background:#fff;box-shadow:0 18px 46px rgba(16,24,32,.045)}
.tw94-service-head{display:flex;justify-content:space-between;align-items:end;gap:24px;padding-bottom:25px;border-bottom:1px solid #edf0f2}
.tw94-service-head h2{margin:7px 0 7px;font-size:31px;letter-spacing:-.04em;color:#17212b}
.tw94-service-head p{margin:0;color:#707a82;font-size:12.5px}
.tw94-model-select-wrap{display:grid;gap:7px;min-width:285px}
.tw94-model-select-wrap>span,.tw94-single-model>span{font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#8a939a}
.tw94-model-select-wrap select{height:48px;padding:0 42px 0 14px;border:1px solid #d9dfe2;border-radius:13px;background:#f9fafa;color:#19232c;font-size:12.5px;font-weight:760;outline:none}
.tw94-model-select-wrap select:focus{border-color:#ff7a33;box-shadow:0 0 0 3px rgba(255,90,0,.09)}
.tw94-single-model{min-width:250px;padding:11px 14px;border-radius:13px;background:#f7f8f8}
.tw94-single-model strong{display:block;margin-top:4px;font-size:13px;color:#17212b}
.tw94-model-services{display:none;padding-top:28px}
.tw94-model-services.active{display:block}
.tw94-service-group+.tw94-service-group{margin-top:34px;padding-top:30px;border-top:1px solid #edf0f2}
.tw94-service-group-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}
.tw94-service-group-title h3{margin:0;font-size:19px;letter-spacing:-.025em;color:#1d2730}
.tw94-service-group-title span{padding:5px 9px;border-radius:999px;background:#f3f5f6;color:#7c858c;font-size:9px;font-weight:800}
.tw94-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.tw94-service-card{display:flex;flex-direction:column;min-height:285px;padding:20px;border:1px solid #e3e7e9;border-radius:20px;background:#fff;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.tw94-service-card:hover{transform:translateY(-2px);border-color:#d9dde0;box-shadow:0 16px 34px rgba(16,24,32,.07)}
.tw94-service-card-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}
.tw94-service-card-top>span{font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:#ff5a00}
.tw94-service-card-top b{padding:5px 8px;border-radius:999px;background:#fff1e8;color:#ff5a00;font-size:8.5px}
.tw94-service-card h4{margin:0 0 9px;font-size:19px;line-height:1.2;letter-spacing:-.025em;color:#17212b}
.tw94-service-card>p{margin:0 0 18px;color:#68727a;font-size:11.5px;line-height:1.65}
.tw94-service-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:auto;margin-bottom:15px;padding-top:14px;border-top:1px solid #eef0f1}
.tw94-service-meta span{min-width:0}
.tw94-service-meta small{display:block;margin-bottom:3px;color:#959da3;font-size:8.5px;text-transform:uppercase;letter-spacing:.05em}
.tw94-service-meta strong{display:block;color:#26323b;font-size:11px;line-height:1.3;word-break:break-word}
.tw94-service-card .z-btn{width:100%;justify-content:center;min-height:43px}
.tw94-empty-services{text-align:center;padding:60px 25px;border-radius:20px;background:#f7f8f8}
.tw94-empty-services h3{margin:0 0 8px;font-size:21px;color:#17212b}
.tw94-empty-services p{max-width:550px;margin:0 auto 18px;color:#69737b;font-size:12px;line-height:1.6}
.tw94-family-faq{background:#fff}

@media(max-width:1100px){
 .tw94-brand-hero-grid{grid-template-columns:1fr 1fr;gap:30px}.tw94-brand-copy h1{font-size:48px}.tw94-brand-hero-image{height:440px}
 .tw94-family-layout{grid-template-columns:220px minmax(0,1fr)}.tw94-family-hero{grid-template-columns:1fr}.tw94-family-hero-photo{height:290px;min-height:0;order:-1}.tw94-family-hero-photo img{min-height:0;height:290px}.tw94-family-hero-copy{padding:30px}.tw94-service-grid{grid-template-columns:1fr}
}
@media(max-width:820px){
 .tw94-brand-hero-grid{grid-template-columns:1fr}.tw94-brand-hero-image{height:390px;order:-1}.tw94-brand-copy h1{font-size:44px}
 .tw94-family-layout{grid-template-columns:1fr}.tw94-family-sidebar{position:static;top:auto}.tw94-family-nav{display:flex;overflow-x:auto;padding-bottom:9px;scrollbar-width:none}.tw94-family-nav::-webkit-scrollbar{display:none}.tw94-family-nav a{flex:0 0 auto;min-width:150px}.tw94-back-ranges{padding-top:13px}.tw94-service-head{align-items:stretch;flex-direction:column}.tw94-model-select-wrap,.tw94-single-model{width:100%;min-width:0}.tw94-family-hero-copy h1{font-size:38px}
}
@media(max-width:560px){
 .tw94-brand-hero{padding-top:24px}.tw94-brand-hero-image{height:300px;border-radius:20px}.tw94-brand-copy h1{font-size:38px}.tw94-brand-copy>p{font-size:13px}.tw94-range-card .tw90-range-visual{height:190px}
 .tw94-family-shell{padding-top:22px}.tw94-family-sidebar{padding:14px;border-radius:18px}.tw94-family-hero{border-radius:20px}.tw94-family-hero-photo,.tw94-family-hero-photo img{height:230px}.tw94-family-hero-copy{padding:25px 21px}.tw94-family-hero-copy h1{font-size:33px}.tw94-service-select{padding:19px 15px;border-radius:20px}.tw94-service-head h2{font-size:26px}.tw94-service-card{padding:17px;border-radius:16px}.tw94-service-meta{grid-template-columns:1fr 1fr}.tw94-service-meta span:last-child{grid-column:1/-1}
}

/* =========================================================
   v9.5 — minimal repair catalogue UI aligned with home typography
   ========================================================= */
.tw-brand-page-v95,
.tw-family-page-v95{font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink)}
.tw-brand-page-v95 h1,.tw-brand-page-v95 h2,.tw-brand-page-v95 h3,.tw-brand-page-v95 h4,
.tw-family-page-v95 h1,.tw-family-page-v95 h2,.tw-family-page-v95 h3,.tw-family-page-v95 h4{font-family:inherit;font-style:normal}
.tw-brand-page-v95 .tw89-breadcrumb,.tw-family-page-v95 .tw89-breadcrumb{background:#fff;border-bottom:1px solid #edf0f2}

/* Brand hero: intentionally short, clean and photographic */
.tw95-brand-hero{padding:28px 0 38px;background:#fff}
.tw95-brand-hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);align-items:stretch;gap:34px}
.tw95-brand-copy{display:flex;flex-direction:column;justify-content:center;padding:12px 0}
.tw95-brand-identity{display:flex;align-items:center;gap:14px;margin-bottom:13px}
.tw95-brand-identity img{width:46px;height:46px;object-fit:contain}
.tw95-brand-identity span{color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.08em}
.tw95-brand-copy h1{max-width:620px;margin:0 0 13px;font-size:clamp(38px,4vw,52px);line-height:1.04;letter-spacing:-.045em;font-weight:750;color:var(--ink)}
.tw95-brand-copy>p{max-width:620px;margin:0;color:#626b73;font-size:15px;line-height:1.72}
.tw95-brand-actions{display:flex;align-items:center;gap:20px;margin-top:20px;flex-wrap:wrap}
.tw95-brand-actions .z-btn{min-height:46px;padding:0 19px}
.tw95-hero-proof{color:#7a838a;font-size:11.5px;font-weight:650}
.tw95-brand-hero-image{height:270px;overflow:hidden;border-radius:22px;background:#eef0f1}
.tw95-brand-hero-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 48%}

/* Range selection: no outer card boxes */
.tw95-ranges{padding:62px 0 70px;background:#fafbfb}
.tw95-section-head{max-width:760px;margin:0 0 32px;text-align:left}
.tw95-section-head h2{margin:8px 0 10px;font-size:clamp(28px,2.7vw,36px);line-height:1.12;letter-spacing:-.035em;font-weight:750;color:var(--ink)}
.tw95-section-head p{max-width:680px;margin:0;color:#6d757c;font-size:13.5px;line-height:1.7}
.tw95-range-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px 24px}
.tw95-range-item{min-width:0;background:transparent}
.tw95-range-image{display:block;height:210px;overflow:hidden;border-radius:18px;background:#eceeef}
.tw95-range-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.tw95-range-item:hover .tw95-range-image img{transform:scale(1.025)}
.tw95-range-body{padding:15px 1px 0}
.tw95-range-title-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px}
.tw95-range-title-row h3{margin:0;font-size:21px;line-height:1.15;letter-spacing:-.025em;font-weight:750;color:var(--ink)}
.tw95-range-title-row>span{flex:none;color:#8a9298;font-size:10px;font-weight:700}
.tw95-range-body>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:42px;margin:7px 0 14px;color:#717981;font-size:11.7px;line-height:1.55}
.tw95-range-button{width:max-content;min-height:42px;padding:0 15px;font-size:11.5px}

/* Common repairs: clear images first */
.tw95-common-repairs{padding:70px 0;background:#fff}
.tw95-section-head-row{max-width:none;display:flex;justify-content:space-between;align-items:end;gap:50px}
.tw95-section-head-row>p{max-width:480px;padding-bottom:3px}
.tw95-common-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.tw95-common-item{overflow:hidden;border-radius:20px;background:#f8f9f9}
.tw95-common-image{height:190px;overflow:hidden;background:#e9ecee}
.tw95-common-image img{display:block;width:100%;height:100%;object-fit:cover}
.tw95-common-content{padding:20px}
.tw95-common-content>span{display:block;margin-bottom:6px;color:var(--accent);font-size:9px;font-weight:850;letter-spacing:.09em}
.tw95-common-content h3{margin:0 0 7px;font-size:20px;line-height:1.2;letter-spacing:-.025em;font-weight:750}
.tw95-common-content>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:38px;margin:0;color:#707980;font-size:11.5px;line-height:1.55}
.tw95-common-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:16px 0 15px;padding-top:14px;border-top:1px solid #e4e7e8}
.tw95-common-meta strong{font-size:18px;letter-spacing:-.025em}
.tw95-common-meta small{color:#7b8389;font-size:10px;font-weight:650}
.tw95-common-content .z-btn{width:100%;justify-content:center;min-height:42px}

.tw95-process{padding:62px 0;background:#18222b;color:#fff}
.tw95-process .tw95-section-head h2{color:#fff}
.tw95-process-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:24px;border-top:1px solid rgba(255,255,255,.14)}
.tw95-process-grid>div{padding:25px 30px 3px 0;margin-right:30px;border-right:1px solid rgba(255,255,255,.12)}
.tw95-process-grid>div:last-child{border-right:0;margin-right:0}
.tw95-process-grid b{display:block;color:#ff8d4d;font-size:11px;letter-spacing:.08em}
.tw95-process-grid h3{margin:7px 0 7px;font-size:19px;font-weight:700;color:#fff}
.tw95-process-grid p{margin:0;color:#bfc7cd;font-size:12px;line-height:1.65}
.tw95-faq{background:#fff}

/* Family/service page */
.tw95-family-shell{padding:32px 0 74px;background:#f7f8f8}
.tw95-family-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:30px;align-items:start}
.tw95-family-sidebar{position:sticky;top:92px;overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(18,26,33,.06)}
.tw95-family-side-visual{position:relative;height:145px;overflow:hidden;background:#eef0f1}
.tw95-side-product{display:block;width:100%;height:100%;object-fit:cover}
.tw95-side-logo{position:absolute;left:14px;bottom:13px;width:45px;height:45px;display:grid;place-items:center;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(18,25,31,.14)}
.tw95-side-logo img{max-width:31px;max-height:31px;object-fit:contain}
.tw95-family-side-head{padding:17px 18px 13px}
.tw95-family-side-head>span{display:block;color:var(--accent);font-size:9px;font-weight:850;letter-spacing:.09em}
.tw95-family-side-head h2{margin:4px 0 3px;font-size:18px;line-height:1.2;letter-spacing:-.02em;font-weight:750}
.tw95-family-side-head p{margin:0;color:#838b91;font-size:10.5px}
.tw95-family-nav{display:grid;padding:4px 9px 10px}
.tw95-family-nav a{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr) 20px;align-items:center;gap:10px;min-height:58px;padding:6px 9px;color:#2d3740;border-radius:12px;transition:background .18s ease,color .18s ease}
.tw95-family-nav a:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:3px;border-radius:4px;background:transparent}
.tw95-family-nav a:hover{background:#f7f8f8}
.tw95-family-nav a.active{background:#fff4ed;color:#17212b}
.tw95-family-nav a.active:before{background:var(--accent)}
.tw95-nav-thumb{width:52px;height:42px;overflow:hidden;border-radius:9px;background:#eff1f2}
.tw95-nav-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.tw95-nav-name{min-width:0;font-size:11.8px;font-weight:750;line-height:1.2}
.tw95-nav-name small{display:block;margin-top:3px;color:#90979d;font-size:8.8px;font-weight:600}
.tw95-family-nav a i{font-style:normal;color:#a0a7ac;font-size:15px}
.tw95-family-nav a.active i{color:var(--accent)}
.tw95-back-ranges{display:block;margin:0 18px;padding:13px 0 16px;border-top:1px solid #eceeef;color:#68727a;font-size:10.5px;font-weight:700}
.tw95-back-ranges:hover{color:var(--accent)}

.tw95-family-main{min-width:0}
.tw95-family-hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);height:205px;overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(18,26,33,.045)}
.tw95-family-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:27px 31px}
.tw95-family-hero-copy h1{margin:7px 0 9px;font-size:clamp(30px,3vw,39px);line-height:1.07;letter-spacing:-.04em;font-weight:750;color:var(--ink)}
.tw95-family-hero-copy p{max-width:620px;margin:0;color:#67717a;font-size:12.4px;line-height:1.65}
.tw95-family-hero-photo{overflow:hidden;background:#e9ecee}
.tw95-family-hero-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 50%}

.tw95-service-area{margin-top:24px;padding:26px 28px 8px;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(18,26,33,.045)}
.tw95-service-topbar{display:flex;align-items:end;justify-content:space-between;gap:26px;padding-bottom:22px;border-bottom:1px solid #eceeef}
.tw95-service-topbar h2{margin:6px 0 0;font-size:clamp(26px,2.2vw,32px);line-height:1.13;letter-spacing:-.035em;font-weight:750}
.tw95-model-select-wrap{display:grid;gap:6px;min-width:300px}
.tw95-model-select-wrap>span,.tw95-current-model>span{color:#858d93;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.tw95-model-select-wrap select{height:46px;padding:0 42px 0 14px;border:1px solid #dce1e3;border-radius:10px;background:#fff;color:#1f2931;font:inherit;font-size:11.8px;font-weight:700;outline:none}
.tw95-model-select-wrap select:focus{border-color:#ff7b36;box-shadow:0 0 0 3px rgba(255,90,0,.08)}
.tw95-current-model{min-width:250px;padding:10px 13px;border-radius:10px;background:#f7f8f8}
.tw95-current-model strong{display:block;margin-top:3px;font-size:12px}
.tw95-model-services{display:none;padding-top:20px}
.tw95-model-services.active{display:block}
.tw95-category-bar{display:flex;gap:8px;overflow-x:auto;padding:0 0 18px;scrollbar-width:none}
.tw95-category-bar::-webkit-scrollbar{display:none}
.tw95-category-tab{flex:0 0 auto;display:flex;align-items:center;gap:8px;min-height:38px;padding:0 13px;border:1px solid #e1e5e7;border-radius:999px;background:#fff;color:#59636b;font:inherit;font-size:10.5px;font-weight:700;cursor:pointer;transition:.18s ease}
.tw95-category-tab small{display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#f1f3f4;color:#858d93;font-size:8px}
.tw95-category-tab:hover{border-color:#ffc7a8;color:#202a32}
.tw95-category-tab.active{border-color:var(--accent);background:var(--accent);color:#fff}
.tw95-category-tab.active small{background:rgba(255,255,255,.2);color:#fff}
.tw95-service-group{display:none}
.tw95-service-group.active{display:block}
.tw95-service-group-head{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:4px 0 11px}
.tw95-service-group-head span{display:block;color:var(--accent);font-size:8.5px;font-weight:850;letter-spacing:.09em}
.tw95-service-group-head h3{margin:4px 0 0;font-size:19px;letter-spacing:-.025em;font-weight:750}
.tw95-service-group-head>small{color:#8b9399;font-size:9.5px;font-weight:650}
.tw95-service-list{border-top:1px solid #eceeef}
.tw95-service-row{display:grid;grid-template-columns:140px minmax(0,1fr) 230px 150px;align-items:center;gap:20px;padding:18px 0;border-bottom:1px solid #eceeef}
.tw95-service-thumb{height:90px;overflow:hidden;border-radius:12px;background:#edf0f1}
.tw95-service-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.tw95-service-label{display:flex;align-items:center;gap:8px;margin-bottom:5px;color:var(--accent);font-size:8.5px;font-weight:850;letter-spacing:.075em;text-transform:uppercase}
.tw95-service-label b{padding:3px 6px;border-radius:999px;background:#fff1e8;color:var(--accent);font-size:7.8px}
.tw95-service-copy h4{margin:0 0 5px;font-size:17px;line-height:1.18;letter-spacing:-.02em;font-weight:750}
.tw95-service-copy p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0;color:#707980;font-size:10.8px;line-height:1.55}
.tw95-service-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.tw95-service-facts small{display:block;margin-bottom:3px;color:#969da2;font-size:7.8px;text-transform:uppercase;letter-spacing:.04em}
.tw95-service-facts strong{display:block;color:#2a343c;font-size:10.2px;line-height:1.3}
.tw95-select-repair{width:100%;justify-content:center;min-height:41px;padding:0 12px;font-size:10.5px}
.tw95-empty-services{text-align:center;padding:50px 20px}
.tw95-empty-services h3{margin:0 0 6px;font-size:21px}
.tw95-empty-services p{margin:0 0 17px;color:#6d767e;font-size:12px}
.tw95-family-faq{background:#fff}

@media(max-width:1180px){
 .tw95-range-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .tw95-family-layout{grid-template-columns:240px minmax(0,1fr);gap:22px}
 .tw95-service-row{grid-template-columns:120px minmax(0,1fr) 205px}.tw95-select-repair{grid-column:2/-1;width:170px;justify-self:end}.tw95-service-thumb{grid-row:span 2}
}
@media(max-width:900px){
 .tw95-brand-hero-grid{grid-template-columns:1fr}.tw95-brand-hero-image{order:-1;height:250px}.tw95-brand-copy h1{font-size:42px}
 .tw95-section-head-row{display:block}.tw95-section-head-row>p{margin-top:10px}
 .tw95-common-grid{grid-template-columns:1fr 1fr}
 .tw95-family-layout{grid-template-columns:1fr}.tw95-family-sidebar{position:static}.tw95-family-side-visual{height:180px}.tw95-family-nav{display:flex;overflow-x:auto;gap:6px;padding:4px 12px 12px;scrollbar-width:none}.tw95-family-nav::-webkit-scrollbar{display:none}.tw95-family-nav a{flex:0 0 190px}.tw95-back-ranges{margin:0 15px}
 .tw95-family-hero{grid-template-columns:1fr 320px;height:190px}.tw95-family-hero-copy{padding:22px}.tw95-service-topbar{align-items:stretch;flex-direction:column}.tw95-model-select-wrap,.tw95-current-model{width:100%;min-width:0}
 .tw95-service-row{grid-template-columns:110px minmax(0,1fr)}.tw95-service-facts{grid-column:2}.tw95-select-repair{grid-column:2;width:170px;justify-self:start}.tw95-service-thumb{grid-row:1/4}
}
@media(max-width:640px){
 .tw95-brand-hero{padding-top:18px}.tw95-brand-hero-image{height:210px;border-radius:16px}.tw95-brand-copy h1{font-size:35px}.tw95-brand-copy>p{font-size:13.5px}.tw95-brand-actions{align-items:flex-start;flex-direction:column;gap:12px}.tw95-brand-actions .z-btn{width:100%;justify-content:center}
 .tw95-ranges,.tw95-common-repairs{padding:48px 0}.tw95-range-grid,.tw95-common-grid{grid-template-columns:1fr}.tw95-range-grid{gap:30px}.tw95-range-image{height:205px}.tw95-range-button{width:100%;justify-content:center}.tw95-common-image{height:200px}
 .tw95-process-grid{grid-template-columns:1fr}.tw95-process-grid>div{margin:0;padding:20px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.tw95-process-grid>div:last-child{border-bottom:0}
 .tw95-family-shell{padding-top:18px}.tw95-family-side-visual{height:145px}.tw95-family-nav a{flex-basis:170px}.tw95-family-hero{grid-template-columns:1fr;height:auto}.tw95-family-hero-photo{height:165px;order:-1}.tw95-family-hero-copy{padding:21px}.tw95-family-hero-copy h1{font-size:31px}.tw95-service-area{padding:20px 15px 4px;border-radius:16px}.tw95-service-topbar h2{font-size:25px}.tw95-category-bar{margin-right:-15px;padding-right:15px}.tw95-service-row{grid-template-columns:88px minmax(0,1fr);gap:13px;padding:15px 0}.tw95-service-thumb{height:78px}.tw95-service-facts{grid-column:1/-1;grid-row:auto}.tw95-select-repair{grid-column:1/-1;width:100%}.tw95-service-copy h4{font-size:16px}
}
.tw95-faq .tw89-faq-copy h2,.tw95-family-faq .tw89-faq-copy h2{font-size:clamp(28px,2.7vw,36px);line-height:1.12;letter-spacing:-.035em;font-weight:750}
.tw95-faq .tw89-faq-copy p,.tw95-family-faq .tw89-faq-copy p{font-size:13px;line-height:1.7}

/* =========================================================
   v9.5.1 — exact homepage typography + refined repair CTA
   ========================================================= */
.tw-brand-page-v95 .tw95-section-head .z-kicker,
.tw-brand-page-v95 .tw95-common-repairs .z-kicker{
  font-size:13px;
  font-weight:850;
  letter-spacing:.025em;
  line-height:1.4;
  color:var(--accent);
  text-transform:uppercase;
}
.tw-brand-page-v95 .tw95-section-head h2{
  margin:9px 0 0;
  font-size:36px;
  line-height:1.12;
  letter-spacing:-.035em;
  font-weight:700;
  color:var(--ink);
}
.tw-brand-page-v95 .tw95-section-head>p,
.tw-brand-page-v95 .tw95-section-head-row>p{
  max-width:680px;
  margin:11px 0 0;
  color:#5f656d;
  font-size:14px;
  line-height:1.65;
  font-weight:400;
}
.tw-brand-page-v95 .tw95-range-title-row h3{
  margin:0;
  font-size:19px;
  line-height:1.25;
  letter-spacing:-.02em;
  font-weight:700;
  color:var(--ink);
}
.tw-brand-page-v95 .tw95-range-title-row>span{
  color:#777d84;
  font-size:12px;
  line-height:1.35;
  font-weight:600;
}
.tw-brand-page-v95 .tw95-range-body>p{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  min-height:46px;
  margin:8px 0 16px;
  color:#5f656d;
  font-size:14px;
  line-height:1.65;
  font-weight:400;
}
.tw-brand-page-v95 .tw95-range-button,
.tw-brand-page-v95 .tw95-common-content .z-btn,
.tw-brand-page-v95 .tw95-brand-actions .z-btn{
  gap:12px;
  min-height:46px;
  padding:0 18px 0 21px;
  border-radius:7px;
  font-size:14px;
  line-height:1;
  font-weight:750;
  box-shadow:0 8px 20px rgba(255,90,0,.13);
}
.tw-brand-page-v95 .tw95-range-button{width:max-content}
.tw951-btn-icon{
  width:24px;
  height:24px;
  flex:0 0 24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.16);
  transition:background-color .18s ease,transform .18s ease;
}
.tw951-btn-icon svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.tw-brand-page-v95 .z-btn-primary:hover .tw951-btn-icon,
.tw-brand-page-v95 .z-btn-primary:focus-visible .tw951-btn-icon{
  background:rgba(255,255,255,.24);
  transform:translateX(1px);
}
.tw-brand-page-v95 .tw95-common-content h3{
  font-size:19px;
  line-height:1.25;
  letter-spacing:-.02em;
  font-weight:700;
}
.tw-brand-page-v95 .tw95-common-content>p{
  font-size:14px;
  line-height:1.65;
  color:#5f656d;
}
@media(max-width:760px){
 .tw-brand-page-v95 .tw95-section-head h2{font-size:32px}
 .tw-brand-page-v95 .tw95-range-title-row h3{font-size:19px}
 .tw-brand-page-v95 .tw95-range-body>p{font-size:14px}
 .tw-brand-page-v95 .tw95-range-button{width:100%;justify-content:space-between}
}
@media(max-width:480px){
 .tw-brand-page-v95 .tw95-section-head h2{font-size:29px}
}

/* v9.5.1 family page typography follows homepage scale too */
.tw-family-page-v95 .z-kicker{
  font-size:13px;
  font-weight:850;
  letter-spacing:.025em;
  line-height:1.4;
  color:var(--accent);
  text-transform:uppercase;
}
.tw-family-page-v95 .tw95-family-hero-copy h1{
  margin:9px 0 12px;
  font-size:36px;
  line-height:1.12;
  letter-spacing:-.035em;
  font-weight:700;
}
.tw-family-page-v95 .tw95-family-hero-copy p{
  font-size:14px;
  line-height:1.65;
  color:#5f656d;
}
.tw-family-page-v95 .tw95-service-topbar h2{
  margin:9px 0 0;
  font-size:36px;
  line-height:1.12;
  letter-spacing:-.035em;
  font-weight:700;
}
.tw-family-page-v95 .tw95-service-group-head h3{
  font-size:19px;
  line-height:1.25;
  letter-spacing:-.02em;
  font-weight:700;
}
.tw-family-page-v95 .tw95-service-copy h4{
  font-size:19px;
  line-height:1.25;
  letter-spacing:-.02em;
  font-weight:700;
}
.tw-family-page-v95 .tw95-service-copy p{
  font-size:14px;
  line-height:1.65;
  color:#5f656d;
}
.tw-family-page-v95 .tw95-select-repair,
.tw-family-page-v95 .tw95-empty-services .z-btn{
  gap:12px;
  min-height:46px;
  padding:0 16px 0 19px;
  border-radius:7px;
  font-size:14px;
  font-weight:750;
}
.tw951-nav-arrow{
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  color:#9aa1a7;
}
.tw951-nav-arrow svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.tw95-family-nav a.active .tw951-nav-arrow{color:var(--accent)}
@media(max-width:640px){
 .tw-family-page-v95 .tw95-family-hero-copy h1,
 .tw-family-page-v95 .tw95-service-topbar h2{font-size:29px}
 .tw-family-page-v95 .tw95-service-copy h4{font-size:18px}
}

/* =========================================================
   v9.6 — premium catalogue refresh
   Stronger home-page typography, cleaner range cards,
   compact family selector and lighter service UI.
   ========================================================= */
.tw-brand-page-v96,
.tw-family-page-v96{font-family:Inter,"Segoe UI",Arial,sans-serif}

/* Brand landing hero */
.tw-brand-page-v96 .tw95-brand-hero{padding:34px 0 42px;background:linear-gradient(110deg,#fff 0%,#fff 62%,#fafafa 100%)}
.tw-brand-page-v96 .tw95-brand-hero-grid{grid-template-columns:minmax(0,1fr) minmax(460px,.92fr);gap:54px;align-items:center}
.tw-brand-page-v96 .tw95-brand-copy{padding:8px 0}
.tw-brand-page-v96 .tw95-brand-identity{gap:12px;margin-bottom:16px}
.tw-brand-page-v96 .tw95-brand-identity img{width:52px;height:52px;object-fit:contain}
.tw-brand-page-v96 .tw95-brand-identity span{font-size:13px;line-height:1.4;letter-spacing:.025em;font-weight:850}
.tw-brand-page-v96 .tw95-brand-copy h1{margin:0 0 16px;max-width:650px;font-size:clamp(42px,4vw,52px);line-height:1.04;letter-spacing:-.045em;font-weight:700}
.tw-brand-page-v96 .tw95-brand-copy>p{max-width:625px;font-size:16px;line-height:1.68;color:#555b63}
.tw-brand-page-v96 .tw96-brand-actions{margin-top:24px}
.tw-brand-page-v96 .tw96-primary-cta{min-height:48px;padding:0 24px;font-size:14px;border-radius:7px;box-shadow:0 8px 20px rgba(255,90,0,.13)}
.tw-brand-page-v96 .tw96-hero-facts{display:flex;align-items:stretch;gap:0;margin-top:26px;border-top:1px solid #e9eaec;max-width:560px}
.tw-brand-page-v96 .tw96-hero-facts>span{display:block;min-width:135px;padding:17px 26px 0 0;margin-right:26px;border-right:1px solid #e9eaec}
.tw-brand-page-v96 .tw96-hero-facts>span:last-child{border-right:0;margin-right:0}
.tw-brand-page-v96 .tw96-hero-facts b{display:block;font-size:16px;line-height:1.2;letter-spacing:-.015em;color:#1c1f24}
.tw-brand-page-v96 .tw96-hero-facts small{display:block;margin-top:4px;color:#747a82;font-size:12px;line-height:1.4}
.tw-brand-page-v96 .tw95-brand-hero-image{height:245px;border-radius:18px;box-shadow:none}
.tw-brand-page-v96 .tw95-brand-hero-image img{object-position:center 46%}

/* Range section */
.tw-brand-page-v96 .tw95-ranges{padding:64px 0 72px;background:#f8f9fa}
.tw-brand-page-v96 .tw96-section-intro{display:grid;grid-template-columns:minmax(0,.9fr) minmax(340px,.55fr);gap:70px;align-items:end;margin-bottom:34px}
.tw-brand-page-v96 .tw96-section-intro .z-kicker{font-size:13px;line-height:1.4;letter-spacing:.025em;font-weight:850}
.tw-brand-page-v96 .tw96-section-intro h2{margin:9px 0 0;font-size:36px;line-height:1.12;letter-spacing:-.035em;font-weight:700;color:var(--ink)}
.tw-brand-page-v96 .tw96-section-intro>p{margin:0 0 3px;color:#5f656d;font-size:14px;line-height:1.7}
.tw-brand-page-v96 .tw95-range-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:42px 28px}
.tw-brand-page-v96 .tw96-range-item{position:relative;min-width:0;padding-bottom:26px;border-bottom:1px solid #dde1e4}
.tw-brand-page-v96 .tw96-range-image{position:relative;height:230px;border-radius:16px;background:#e9ecee;overflow:hidden}
.tw-brand-page-v96 .tw96-range-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 62%,rgba(15,20,25,.10) 100%);pointer-events:none}
.tw-brand-page-v96 .tw96-range-image img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease,filter .28s ease}
.tw-brand-page-v96 .tw96-range-item:hover .tw96-range-image img{transform:scale(1.025);filter:saturate(1.03)}
.tw-brand-page-v96 .tw96-model-count{position:absolute;z-index:2;right:12px;top:12px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 4px 14px rgba(16,24,32,.08);color:#454c53;font-size:11px;font-weight:700;line-height:1}
.tw-brand-page-v96 .tw96-range-body{padding:17px 0 0}
.tw-brand-page-v96 .tw96-range-body h3{margin:0;font-size:21px;line-height:1.2;letter-spacing:-.025em;font-weight:700;color:var(--ink)}
.tw-brand-page-v96 .tw96-range-body>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:46px;margin:8px 0 18px;color:#5f656d;font-size:14px;line-height:1.65}
.tw-brand-page-v96 .tw96-range-button{width:max-content;min-height:46px;padding:0 20px;border-radius:7px;font-size:14px;font-weight:750;box-shadow:0 8px 20px rgba(255,90,0,.13)}

/* Common repairs, less card-heavy */
.tw-brand-page-v96 .tw95-common-repairs{padding:70px 0 76px}
.tw-brand-page-v96 .tw95-section-head-row{margin-bottom:30px}
.tw-brand-page-v96 .tw95-section-head-row h2{font-size:36px;font-weight:700}
.tw-brand-page-v96 .tw95-section-head-row>p{font-size:14px;line-height:1.7;color:#5f656d}
.tw-brand-page-v96 .tw95-common-grid{gap:26px}
.tw-brand-page-v96 .tw95-common-item{border-radius:16px;background:#fff;border:1px solid #e4e7e9;box-shadow:none}
.tw-brand-page-v96 .tw95-common-image{height:205px;background:#eef0f1}
.tw-brand-page-v96 .tw95-common-content{padding:20px 20px 18px}
.tw-brand-page-v96 .tw95-common-content>span{font-size:10px;letter-spacing:.07em}
.tw-brand-page-v96 .tw95-common-content h3{font-size:20px;font-weight:700}
.tw-brand-page-v96 .tw95-common-content>p{font-size:14px;line-height:1.65;color:#5f656d;min-height:46px}
.tw-brand-page-v96 .tw95-common-meta{margin:17px 0 16px;padding-top:15px}
.tw-brand-page-v96 .tw95-common-meta strong{font-size:18px}
.tw-brand-page-v96 .tw95-common-meta small{font-size:11px}
.tw-brand-page-v96 .tw95-common-content .z-btn{min-height:46px;font-size:14px;border-radius:7px}

/* Process band */
.tw-brand-page-v96 .tw95-process{padding:56px 0 60px;background:#18222b}
.tw-brand-page-v96 .tw95-process .z-kicker{color:#ff8d4d}
.tw-brand-page-v96 .tw95-process .tw95-section-head h2{font-size:36px;color:#fff;font-weight:700}
.tw-brand-page-v96 .tw95-process-grid{margin-top:22px}
.tw-brand-page-v96 .tw95-process-grid h3{font-size:18px;color:#fff;font-weight:700}
.tw-brand-page-v96 .tw95-process-grid p{font-size:13px;line-height:1.65;color:#c8d0d6}

/* Family page shell */
.tw-family-page-v96 .tw95-family-shell{padding:28px 0 72px;background:#f8f9fa}
.tw-family-page-v96 .tw95-family-layout{grid-template-columns:250px minmax(0,1fr);gap:26px}
.tw-family-page-v96 .tw95-family-sidebar{top:94px;border:1px solid #e1e5e7;border-radius:16px;box-shadow:none;background:#fff}
.tw-family-page-v96 .tw95-family-side-visual{height:118px;background:#edf0f2}
.tw-family-page-v96 .tw95-side-logo{left:12px;bottom:11px;width:40px;height:40px;border-radius:10px;box-shadow:0 6px 18px rgba(18,25,31,.12)}
.tw-family-page-v96 .tw95-side-logo img{max-width:28px;max-height:28px}
.tw-family-page-v96 .tw96-family-side-head{padding:16px 16px 12px;border-bottom:1px solid #edf0f2}
.tw-family-page-v96 .tw96-family-side-head>span{font-size:10px;letter-spacing:.07em}
.tw-family-page-v96 .tw96-family-side-head h2{margin:5px 0 5px;font-size:18px;font-weight:700;line-height:1.25}
.tw-family-page-v96 .tw96-family-side-head p{font-size:11px;line-height:1.45;color:#777f86}
.tw-family-page-v96 .tw96-family-side-head p strong{color:#20262c;font-weight:700}
.tw-family-page-v96 .tw95-family-nav{padding:7px 8px 9px}
.tw-family-page-v96 .tw95-family-nav a{grid-template-columns:46px minmax(0,1fr);gap:10px;min-height:58px;padding:7px 9px;border-radius:10px}
.tw-family-page-v96 .tw95-family-nav a:before{left:0;top:8px;bottom:8px;width:3px}
.tw-family-page-v96 .tw95-family-nav a.active{background:#fff6f0}
.tw-family-page-v96 .tw95-nav-thumb{width:46px;height:38px;border-radius:8px}
.tw-family-page-v96 .tw95-nav-name{font-size:12px;font-weight:700}
.tw-family-page-v96 .tw95-nav-name small{font-size:9px;margin-top:3px}
.tw-family-page-v96 .tw95-back-ranges{margin:0 16px;padding:13px 0 15px;font-size:11px;color:#646c74}

/* Compact family hero */
.tw-family-page-v96 .tw95-family-hero{height:174px;grid-template-columns:minmax(0,1.15fr) minmax(310px,.85fr);border:1px solid #e1e5e7;border-radius:16px;box-shadow:none}
.tw-family-page-v96 .tw95-family-hero-copy{padding:22px 28px}
.tw-family-page-v96 .tw95-family-hero-copy .z-kicker{font-size:12px}
.tw-family-page-v96 .tw95-family-hero-copy h1{margin:7px 0 8px;font-size:34px;line-height:1.08;letter-spacing:-.035em;font-weight:700}
.tw-family-page-v96 .tw95-family-hero-copy p{max-width:600px;font-size:13.5px;line-height:1.6;color:#5f656d}
.tw-family-page-v96 .tw95-family-hero-photo img{object-position:center 44%}

/* Service area: flat, focused, one category at a time */
.tw-family-page-v96 .tw95-service-area{margin-top:18px;padding:0;border:1px solid #e1e5e7;border-radius:16px;background:#fff;box-shadow:none;overflow:hidden}
.tw-family-page-v96 .tw95-service-topbar{align-items:center;padding:23px 26px;border-bottom:1px solid #e6e9eb;background:#fff}
.tw-family-page-v96 .tw95-service-topbar .z-kicker{font-size:12px}
.tw-family-page-v96 .tw95-service-topbar h2{margin:6px 0 0;font-size:30px;line-height:1.15;font-weight:700}
.tw-family-page-v96 .tw95-model-select-wrap{min-width:290px;gap:6px}
.tw-family-page-v96 .tw95-model-select-wrap>span,.tw-family-page-v96 .tw95-current-model>span{font-size:10px}
.tw-family-page-v96 .tw95-model-select-wrap select{height:44px;border-radius:7px;font-size:12px}
.tw-family-page-v96 .tw95-current-model{min-width:235px;padding:10px 12px;border-radius:8px;background:#f6f7f7}
.tw-family-page-v96 .tw95-current-model strong{font-size:12.5px}
.tw-family-page-v96 .tw95-model-services{padding:0}
.tw-family-page-v96 .tw95-category-bar{gap:0;padding:0 24px;border-bottom:1px solid #e6e9eb;background:#fbfbfb}
.tw-family-page-v96 .tw95-category-tab{position:relative;min-height:52px;padding:0 16px;border:0;border-radius:0;background:transparent;color:#6b737b;font-size:12px;font-weight:700}
.tw-family-page-v96 .tw95-category-tab:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:2px;background:transparent}
.tw-family-page-v96 .tw95-category-tab small{min-width:20px;height:20px;background:#eceff1;color:#727a82;font-size:9px}
.tw-family-page-v96 .tw95-category-tab:hover{border:0;color:#20262c;background:transparent}
.tw-family-page-v96 .tw95-category-tab.active{border:0;background:transparent;color:var(--accent)}
.tw-family-page-v96 .tw95-category-tab.active:after{background:var(--accent)}
.tw-family-page-v96 .tw95-category-tab.active small{background:#fff0e7;color:var(--accent)}
.tw-family-page-v96 .tw95-service-group{padding:22px 26px 4px}
.tw-family-page-v96 .tw95-service-group-head{padding:0 0 13px;align-items:end}
.tw-family-page-v96 .tw95-service-group-head span{font-size:9px}
.tw-family-page-v96 .tw95-service-group-head h3{font-size:19px;font-weight:700}
.tw-family-page-v96 .tw95-service-group-head>small{font-size:10px}
.tw-family-page-v96 .tw95-service-list{border-top:1px solid #e8ebed}
.tw-family-page-v96 .tw95-service-row{grid-template-columns:118px minmax(0,1fr) 225px 142px;gap:18px;padding:17px 0}
.tw-family-page-v96 .tw95-service-thumb{height:78px;border-radius:10px}
.tw-family-page-v96 .tw95-service-label{font-size:9px;letter-spacing:.06em}
.tw-family-page-v96 .tw95-service-copy h4{font-size:18px;font-weight:700}
.tw-family-page-v96 .tw95-service-copy p{font-size:12.5px;line-height:1.55;color:#646c74}
.tw-family-page-v96 .tw95-service-facts{gap:12px}
.tw-family-page-v96 .tw95-service-facts small{font-size:8.5px}
.tw-family-page-v96 .tw95-service-facts strong{font-size:11.5px;font-weight:700}
.tw-family-page-v96 .tw95-select-repair{min-height:42px;padding:0 15px;border-radius:7px;font-size:12.5px;font-weight:750;box-shadow:none}
.tw-family-page-v96 .tw95-select-repair:hover{box-shadow:0 8px 20px rgba(255,90,0,.13)}

@media(max-width:1180px){
 .tw-brand-page-v96 .tw95-brand-hero-grid{grid-template-columns:minmax(0,1fr) minmax(400px,.9fr);gap:36px}
 .tw-brand-page-v96 .tw95-range-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .tw-family-page-v96 .tw95-family-layout{grid-template-columns:230px minmax(0,1fr);gap:20px}
 .tw-family-page-v96 .tw95-service-row{grid-template-columns:105px minmax(0,1fr) 190px}.tw-family-page-v96 .tw95-select-repair{grid-column:2/-1;width:155px;justify-self:end}.tw-family-page-v96 .tw95-service-thumb{grid-row:span 2}
}
@media(max-width:900px){
 .tw-brand-page-v96 .tw95-brand-hero-grid{grid-template-columns:1fr;gap:24px}.tw-brand-page-v96 .tw95-brand-hero-image{order:-1;height:240px}.tw-brand-page-v96 .tw96-section-intro{grid-template-columns:1fr;gap:12px}.tw-brand-page-v96 .tw96-section-intro>p{max-width:680px}
 .tw-family-page-v96 .tw95-family-layout{grid-template-columns:1fr}.tw-family-page-v96 .tw95-family-sidebar{position:static}.tw-family-page-v96 .tw95-family-side-visual{height:145px}.tw-family-page-v96 .tw95-family-nav{display:flex;overflow:auto;gap:6px;padding:8px 10px 12px}.tw-family-page-v96 .tw95-family-nav a{flex:0 0 190px}.tw-family-page-v96 .tw95-family-hero{grid-template-columns:1fr 300px;height:170px}.tw-family-page-v96 .tw95-service-topbar{align-items:stretch;flex-direction:column}.tw-family-page-v96 .tw95-model-select-wrap,.tw-family-page-v96 .tw95-current-model{min-width:0;width:100%}.tw-family-page-v96 .tw95-service-row{grid-template-columns:105px minmax(0,1fr)}.tw-family-page-v96 .tw95-service-facts{grid-column:2}.tw-family-page-v96 .tw95-select-repair{grid-column:2;width:150px;justify-self:start}.tw-family-page-v96 .tw95-service-thumb{grid-row:1/4}
}
@media(max-width:640px){
 .tw-brand-page-v96 .tw95-brand-hero{padding:20px 0 34px}.tw-brand-page-v96 .tw95-brand-hero-image{height:210px}.tw-brand-page-v96 .tw95-brand-copy h1{font-size:36px}.tw-brand-page-v96 .tw95-brand-copy>p{font-size:14px}.tw-brand-page-v96 .tw96-primary-cta{width:100%}.tw-brand-page-v96 .tw96-hero-facts{display:grid;grid-template-columns:repeat(3,1fr);width:100%}.tw-brand-page-v96 .tw96-hero-facts>span{min-width:0;margin:0;padding:14px 10px 0;text-align:center}.tw-brand-page-v96 .tw96-hero-facts b{font-size:14px}.tw-brand-page-v96 .tw96-hero-facts small{font-size:10px}
 .tw-brand-page-v96 .tw95-ranges,.tw-brand-page-v96 .tw95-common-repairs{padding:48px 0}.tw-brand-page-v96 .tw96-section-intro h2,.tw-brand-page-v96 .tw95-section-head-row h2{font-size:30px}.tw-brand-page-v96 .tw95-range-grid,.tw-brand-page-v96 .tw95-common-grid{grid-template-columns:1fr}.tw-brand-page-v96 .tw96-range-image{height:215px}.tw-brand-page-v96 .tw96-range-button{width:100%}.tw-brand-page-v96 .tw95-process .tw95-section-head h2{font-size:30px}
 .tw-family-page-v96 .tw95-family-shell{padding-top:18px}.tw-family-page-v96 .tw95-family-side-visual{height:135px}.tw-family-page-v96 .tw95-family-nav a{flex-basis:170px}.tw-family-page-v96 .tw95-family-hero{grid-template-columns:1fr;height:auto}.tw-family-page-v96 .tw95-family-hero-photo{height:150px;order:-1}.tw-family-page-v96 .tw95-family-hero-copy{padding:20px}.tw-family-page-v96 .tw95-family-hero-copy h1{font-size:29px}.tw-family-page-v96 .tw95-service-topbar{padding:20px 16px}.tw-family-page-v96 .tw95-service-topbar h2{font-size:27px}.tw-family-page-v96 .tw95-category-bar{padding:0 8px}.tw-family-page-v96 .tw95-category-tab{padding:0 11px;font-size:11px}.tw-family-page-v96 .tw95-category-tab:after{left:11px;right:11px}.tw-family-page-v96 .tw95-service-group{padding:18px 15px 3px}.tw-family-page-v96 .tw95-service-row{grid-template-columns:86px minmax(0,1fr);gap:12px}.tw-family-page-v96 .tw95-service-thumb{height:72px}.tw-family-page-v96 .tw95-service-facts{grid-column:1/-1}.tw-family-page-v96 .tw95-select-repair{grid-column:1/-1;width:100%}.tw-family-page-v96 .tw95-service-copy h4{font-size:17px}.tw-family-page-v96 .tw95-service-copy p{font-size:12px}
}

/* =========================================================
   v9.7 — premium family repair workspace + instant range switch
   ========================================================= */
.tw-family-page-v97{font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink)}
.tw-family-page-v97 .tw97-family-shell{padding:26px 0 64px;background:linear-gradient(180deg,#f7f8f8 0%,#fafafa 100%)}
.tw-family-page-v97 .tw97-family-layout{position:relative;display:grid;grid-template-columns:232px minmax(0,1fr);gap:24px;align-items:start}

/* Sidebar */
.tw-family-page-v97 .tw97-family-sidebar{position:sticky;top:92px;overflow:hidden;border:1px solid #e4e7e9;border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(21,29,36,.055)}
.tw-family-page-v97 .tw97-side-brand{position:relative;padding:10px 10px 0}
.tw-family-page-v97 .tw97-side-brand-image{height:104px;overflow:hidden;border-radius:13px;background:#eef1f2}
.tw-family-page-v97 .tw97-side-brand-image img{display:block;width:100%;height:100%;object-fit:cover}
.tw-family-page-v97 .tw97-side-brand-meta{display:flex;align-items:center;gap:10px;margin:-18px 9px 0;position:relative;z-index:2;padding:8px 10px;border:1px solid #eceff1;border-radius:12px;background:rgba(255,255,255,.97);box-shadow:0 8px 20px rgba(20,28,35,.07)}
.tw-family-page-v97 .tw97-side-logo{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#fff}
.tw-family-page-v97 .tw97-side-logo img{max-width:26px;max-height:26px;object-fit:contain}
.tw-family-page-v97 .tw97-side-brand-meta small{display:block;color:var(--accent);font-size:8px;line-height:1.25;font-weight:850;letter-spacing:.07em}
.tw-family-page-v97 .tw97-side-brand-meta strong{display:block;margin-top:2px;color:#1c2329;font-size:12.5px;line-height:1.25;font-weight:750}
.tw-family-page-v97 .tw97-side-title{padding:18px 16px 10px}
.tw-family-page-v97 .tw97-side-title>span{display:block;color:var(--accent);font-size:9px;font-weight:850;letter-spacing:.075em}
.tw-family-page-v97 .tw97-side-title h2{margin:4px 0 3px;font-size:17px;line-height:1.2;letter-spacing:-.02em;font-weight:700}
.tw-family-page-v97 .tw97-side-title p{margin:0;color:#7c848b;font-size:10.5px;line-height:1.45}
.tw-family-page-v97 .tw97-family-nav{display:grid;gap:2px;padding:3px 8px 8px}
.tw-family-page-v97 .tw97-family-nav a{display:grid;grid-template-columns:44px minmax(0,1fr) 18px;align-items:center;gap:9px;min-height:54px;padding:6px 8px;border:1px solid transparent;border-radius:11px;color:#20272d;background:transparent;transition:background-color .16s ease,border-color .16s ease,color .16s ease}
.tw-family-page-v97 .tw97-family-nav a:before{display:none}
.tw-family-page-v97 .tw97-family-nav a:hover{background:#f7f8f8;border-color:#eef0f2}
.tw-family-page-v97 .tw97-family-nav a.active{background:#fff6ef;border-color:#ffdfcd;color:#161c21}
.tw-family-page-v97 .tw97-nav-thumb{width:44px;height:36px;overflow:hidden;border-radius:8px;background:#eef1f2}
.tw-family-page-v97 .tw97-nav-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.tw-family-page-v97 .tw97-nav-name{min-width:0;font-size:11.5px;line-height:1.2;font-weight:700}
.tw-family-page-v97 .tw97-nav-name small{display:block;margin-top:3px;color:#8a9197;font-size:8.6px;font-weight:600}
.tw-family-page-v97 .tw97-nav-indicator{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;color:#a3a9ae;transition:background-color .16s ease,color .16s ease}
.tw-family-page-v97 .tw97-nav-indicator svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.tw-family-page-v97 .tw97-family-nav a.active .tw97-nav-indicator{background:var(--accent);color:#fff}
.tw-family-page-v97 .tw97-back-ranges{display:flex;align-items:center;gap:7px;margin:4px 14px 0;padding:13px 0 15px;border-top:1px solid #edf0f2;color:#5e676f;font-size:10.5px;font-weight:700}
.tw-family-page-v97 .tw97-back-ranges svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.tw-family-page-v97 .tw97-back-ranges:hover{color:var(--accent)}

/* Compact hero */
.tw-family-page-v97 .tw97-family-main{min-width:0}
.tw-family-page-v97 .tw97-family-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);height:142px;overflow:hidden;border:0;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(20,28,35,.045)}
.tw-family-page-v97 .tw97-family-hero-copy{justify-content:center;padding:20px 26px}
.tw-family-page-v97 .tw97-family-hero-copy .z-kicker{font-size:11px;line-height:1.35;letter-spacing:.035em}
.tw-family-page-v97 .tw97-family-hero-copy h1{margin:5px 0 6px;font-size:30px;line-height:1.06;letter-spacing:-.035em;font-weight:700;color:var(--ink)}
.tw-family-page-v97 .tw97-family-hero-copy p{max-width:560px;margin:0;color:#626a72;font-size:12.5px;line-height:1.55}
.tw-family-page-v97 .tw97-family-hero-photo{position:relative;overflow:hidden;background:#e8ecee}
.tw-family-page-v97 .tw97-family-hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.05),transparent 45%);pointer-events:none}
.tw-family-page-v97 .tw97-family-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 45%}
.tw-family-page-v97 .tw97-hero-badge{position:absolute;z-index:2;right:12px;bottom:11px;display:flex;align-items:center;gap:7px;padding:6px 9px;border-radius:9px;background:rgba(255,255,255,.94);box-shadow:0 6px 18px rgba(20,28,35,.08);color:#273039;font-size:9.5px;font-weight:700;backdrop-filter:blur(8px)}
.tw-family-page-v97 .tw97-hero-badge img{width:20px;height:20px;object-fit:contain}

/* Service workspace */
.tw-family-page-v97 .tw97-service-area{margin-top:16px;padding:0;border:0;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(20,28,35,.045);overflow:hidden}
.tw-family-page-v97 .tw97-service-topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:21px 24px 18px;border-bottom:1px solid #eceff1;background:#fff}
.tw-family-page-v97 .tw97-service-topbar .z-kicker{font-size:10.5px;letter-spacing:.04em}
.tw-family-page-v97 .tw97-service-topbar h2{margin:4px 0 0;font-size:28px;line-height:1.1;letter-spacing:-.032em;font-weight:700}
.tw-family-page-v97 .tw97-service-intro{margin:6px 0 0;color:#777f86;font-size:11.5px;line-height:1.5}
.tw-family-page-v97 .tw97-model-select-wrap{min-width:260px;gap:6px}
.tw-family-page-v97 .tw97-model-select-wrap>span,.tw-family-page-v97 .tw97-current-model>span{font-size:8.5px;letter-spacing:.055em}
.tw-family-page-v97 .tw97-model-select-wrap select{height:42px;padding:0 38px 0 12px;border:1px solid #e2e5e7;border-radius:9px;background:#f8f9f9;color:#232a30;font-size:11.5px;font-weight:650}
.tw-family-page-v97 .tw97-current-model{min-width:220px;padding:9px 12px;border:1px solid #eceff1;border-radius:10px;background:#f8f9f9}
.tw-family-page-v97 .tw97-current-model strong{display:block;margin-top:3px;font-size:11.8px;font-weight:700}
.tw-family-page-v97 .tw97-model-services{padding:0}

/* Category navigation */
.tw-family-page-v97 .tw97-category-bar{display:flex;gap:0;padding:0 16px;border-bottom:1px solid #eceff1;background:#fbfcfc;overflow-x:auto;scrollbar-width:none}
.tw-family-page-v97 .tw97-category-bar::-webkit-scrollbar{display:none}
.tw-family-page-v97 .tw97-category-tab{position:relative;flex:0 0 auto;display:flex;align-items:center;gap:7px;min-height:48px;padding:0 13px;border:0;border-radius:0;background:transparent;color:#6a7279;font-size:11px;font-weight:700;white-space:nowrap}
.tw-family-page-v97 .tw97-category-tab:after{content:"";position:absolute;left:13px;right:13px;bottom:-1px;height:2px;border-radius:2px;background:transparent}
.tw-family-page-v97 .tw97-category-tab small{min-width:19px;height:19px;display:grid;place-items:center;padding:0 5px;border-radius:999px;background:#eceff1;color:#7a8289;font-size:8.5px;font-weight:750}
.tw-family-page-v97 .tw97-category-tab:hover{color:#20272d;background:transparent}
.tw-family-page-v97 .tw97-category-tab.active{color:var(--accent);background:transparent}
.tw-family-page-v97 .tw97-category-tab.active:after{background:var(--accent)}
.tw-family-page-v97 .tw97-category-tab.active small{background:#fff0e7;color:var(--accent)}

/* Selected category and service rows */
.tw-family-page-v97 .tw97-service-group{padding:18px 24px 0}
.tw-family-page-v97 .tw97-service-group-head{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:0 0 11px}
.tw-family-page-v97 .tw97-service-group-head span{display:block;color:var(--accent);font-size:8px;font-weight:850;letter-spacing:.07em}
.tw-family-page-v97 .tw97-service-group-head h3{margin:3px 0 0;font-size:18px;line-height:1.2;letter-spacing:-.02em;font-weight:700}
.tw-family-page-v97 .tw97-service-group-head>small{color:#92999f;font-size:9px;font-weight:650}
.tw-family-page-v97 .tw97-service-list{border-top:1px solid #edf0f2}
.tw-family-page-v97 .tw97-service-row{display:grid;grid-template-columns:108px minmax(0,1fr) 210px 134px;align-items:center;gap:17px;padding:16px 0;border-bottom:1px solid #edf0f2}
.tw-family-page-v97 .tw97-service-thumb{height:72px;overflow:hidden;border-radius:10px;background:#edf0f1}
.tw-family-page-v97 .tw97-service-thumb img{width:100%;height:100%;object-fit:cover}
.tw-family-page-v97 .tw97-service-label{display:flex;align-items:center;gap:7px;margin-bottom:4px;color:var(--accent);font-size:8px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
.tw-family-page-v97 .tw97-service-label b{padding:2px 5px;border-radius:999px;background:#fff0e7;color:var(--accent);font-size:7px}
.tw-family-page-v97 .tw97-service-copy h4{margin:0 0 4px;font-size:17px;line-height:1.2;letter-spacing:-.018em;font-weight:700}
.tw-family-page-v97 .tw97-service-copy p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0;color:#707980;font-size:11.5px;line-height:1.5}
.tw-family-page-v97 .tw97-service-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.tw-family-page-v97 .tw97-service-facts span{min-width:0}
.tw-family-page-v97 .tw97-service-facts small{display:block;margin-bottom:3px;color:#9aa1a7;font-size:7.5px;line-height:1.2;text-transform:uppercase;letter-spacing:.045em}
.tw-family-page-v97 .tw97-service-facts strong{display:block;color:#283139;font-size:10.5px;line-height:1.28;font-weight:700}
.tw-family-page-v97 .tw97-select-repair{min-height:40px;padding:0 16px;border-radius:7px;font-size:12px;font-weight:750;box-shadow:none}
.tw-family-page-v97 .tw97-select-repair:hover{box-shadow:0 8px 18px rgba(255,90,0,.14)}
.tw-family-page-v97 .tw97-assurance-strip{display:flex;align-items:center;gap:26px;padding:13px 0 16px;color:#626b73;font-size:9.5px}
.tw-family-page-v97 .tw97-assurance-strip span{display:flex;align-items:center;gap:6px}
.tw-family-page-v97 .tw97-assurance-strip i{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:#fff0e7;color:var(--accent);font-size:10px;font-style:normal;font-weight:900}
.tw-family-page-v97 .tw97-assurance-strip b{font-weight:700}
.tw-family-page-v97 .tw97-empty-services{padding:38px 24px;text-align:left}

/* AJAX transition */
.tw-family-page-v97 .tw97-loading{position:absolute;z-index:20;inset:0;display:flex;align-items:flex-start;justify-content:center;gap:9px;padding-top:120px;border-radius:18px;background:rgba(247,248,248,.74);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .14s ease,visibility .14s ease;backdrop-filter:blur(2px)}
.tw-family-page-v97 .tw97-loading.active{opacity:1;visibility:visible;pointer-events:auto}
.tw-family-page-v97 .tw97-loading strong{padding-top:1px;color:#364049;font-size:11px;font-weight:700}
.tw-family-page-v97 .tw97-spinner{width:17px;height:17px;border:2px solid #f1c6ae;border-top-color:var(--accent);border-radius:50%;animation:tw97spin .65s linear infinite}
@keyframes tw97spin{to{transform:rotate(360deg)}}
.tw-family-page-v97 .tw97-enter{animation:tw97enter .18s ease both}
@keyframes tw97enter{from{opacity:.55;transform:translateY(3px)}to{opacity:1;transform:none}}
.tw-family-page-v97 .tw97-family-faq{padding-top:58px}

@media(max-width:1180px){
 .tw-family-page-v97 .tw97-family-layout{grid-template-columns:218px minmax(0,1fr);gap:20px}
 .tw-family-page-v97 .tw97-service-row{grid-template-columns:96px minmax(0,1fr) 180px}.tw-family-page-v97 .tw97-select-repair{grid-column:2/-1;justify-self:end;width:140px}.tw-family-page-v97 .tw97-service-thumb{grid-row:span 2}
}
@media(max-width:900px){
 .tw-family-page-v97 .tw97-family-layout{grid-template-columns:1fr}
 .tw-family-page-v97 .tw97-family-sidebar{position:static}
 .tw-family-page-v97 .tw97-side-brand{display:none}
 .tw-family-page-v97 .tw97-side-title{padding:14px 14px 7px}
 .tw-family-page-v97 .tw97-family-nav{display:flex;overflow-x:auto;gap:5px;padding:5px 10px 11px;scrollbar-width:none}.tw-family-page-v97 .tw97-family-nav::-webkit-scrollbar{display:none}
 .tw-family-page-v97 .tw97-family-nav a{flex:0 0 170px;grid-template-columns:42px minmax(0,1fr);min-height:52px}.tw-family-page-v97 .tw97-nav-indicator{display:none}
 .tw-family-page-v97 .tw97-back-ranges{margin:0 14px}
 .tw-family-page-v97 .tw97-family-hero{grid-template-columns:minmax(0,1fr) 280px;height:140px}
 .tw-family-page-v97 .tw97-service-topbar{align-items:stretch;flex-direction:column;gap:14px}.tw-family-page-v97 .tw97-model-select-wrap,.tw-family-page-v97 .tw97-current-model{width:100%;min-width:0}
 .tw-family-page-v97 .tw97-service-row{grid-template-columns:96px minmax(0,1fr)}.tw-family-page-v97 .tw97-service-facts{grid-column:2}.tw-family-page-v97 .tw97-select-repair{grid-column:2;width:140px;justify-self:start}.tw-family-page-v97 .tw97-service-thumb{grid-row:1/4}
}
@media(max-width:640px){
 .tw-family-page-v97 .tw97-family-shell{padding-top:16px}
 .tw-family-page-v97 .tw97-side-title h2{font-size:16px}
 .tw-family-page-v97 .tw97-family-nav a{flex-basis:158px}
 .tw-family-page-v97 .tw97-family-hero{grid-template-columns:1fr;height:auto}.tw-family-page-v97 .tw97-family-hero-photo{height:132px;order:-1}.tw-family-page-v97 .tw97-hero-badge{right:9px;bottom:9px}.tw-family-page-v97 .tw97-family-hero-copy{padding:18px}.tw-family-page-v97 .tw97-family-hero-copy h1{font-size:27px}.tw-family-page-v97 .tw97-family-hero-copy p{font-size:12px}
 .tw-family-page-v97 .tw97-service-topbar{padding:18px 15px 15px}.tw-family-page-v97 .tw97-service-topbar h2{font-size:25px}.tw-family-page-v97 .tw97-service-intro{font-size:11px}
 .tw-family-page-v97 .tw97-category-bar{padding:0 5px}.tw-family-page-v97 .tw97-category-tab{min-height:46px;padding:0 10px;font-size:10.5px}.tw-family-page-v97 .tw97-category-tab:after{left:10px;right:10px}
 .tw-family-page-v97 .tw97-service-group{padding:16px 14px 0}.tw-family-page-v97 .tw97-service-row{grid-template-columns:80px minmax(0,1fr);gap:11px}.tw-family-page-v97 .tw97-service-thumb{height:68px}.tw-family-page-v97 .tw97-service-copy h4{font-size:16px}.tw-family-page-v97 .tw97-service-copy p{font-size:11px}.tw-family-page-v97 .tw97-service-facts{grid-column:1/-1}.tw-family-page-v97 .tw97-select-repair{grid-column:1/-1;width:100%}.tw-family-page-v97 .tw97-assurance-strip{gap:12px;justify-content:space-between;font-size:8.5px}.tw-family-page-v97 .tw97-assurance-strip span{gap:4px}
 .tw-family-page-v97 .tw97-loading{padding-top:80px}
}
@media(prefers-reduced-motion:reduce){.tw-family-page-v97 .tw97-spinner{animation:none}.tw-family-page-v97 .tw97-enter{animation:none}.tw-family-page-v97 .tw97-loading{transition:none}}

/* =========================================================
   v9.8 — refined family/service workspace + responsive polish
   ========================================================= */
.tw-family-page-v98 .tw97-family-shell{padding:24px 0 56px;background:linear-gradient(180deg,#f6f7f7 0%,#fbfbfb 100%)}
.tw-family-page-v98 .tw97-family-layout{grid-template-columns:248px minmax(0,1fr);gap:28px}
.tw-family-page-v98 .tw97-family-sidebar{border:1px solid #e7eaec;border-radius:20px;box-shadow:0 14px 34px rgba(18,27,34,.05)}
.tw-family-page-v98 .tw97-side-brand-image{height:112px}
.tw-family-page-v98 .tw97-side-brand-meta{margin:-16px 10px 0;padding:9px 10px;border-radius:14px}
.tw-family-page-v98 .tw97-side-title{padding:16px 16px 8px}
.tw-family-page-v98 .tw97-side-title>span{font-size:9px;letter-spacing:.08em}
.tw-family-page-v98 .tw97-side-title h2{font-size:18px;line-height:1.22;font-weight:750}
.tw-family-page-v98 .tw97-side-title p{font-size:11px;line-height:1.55;color:#6f7880}
.tw-family-page-v98 .tw98-side-benefits{display:grid;gap:8px;padding:0 16px 12px}
.tw-family-page-v98 .tw98-side-benefits span{display:flex;align-items:center;gap:8px;min-height:34px;padding:0 10px;border:1px solid #edf0f2;border-radius:11px;background:#fafbfb;color:#49545c;font-size:11px;font-weight:650}
.tw-family-page-v98 .tw98-side-benefits i{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:#fff0e7;color:var(--accent);font-style:normal;font-size:10px;font-weight:900}
.tw-family-page-v98 .tw97-family-nav{padding:4px 10px 10px;gap:4px}
.tw-family-page-v98 .tw97-family-nav a{grid-template-columns:48px minmax(0,1fr) 18px;min-height:60px;padding:7px 9px;border-radius:13px}
.tw-family-page-v98 .tw97-family-nav a.active{background:#fff7f1;border-color:#ffd8c4;box-shadow:inset 0 0 0 1px #ffe2d3}
.tw-family-page-v98 .tw97-nav-thumb{width:48px;height:40px;border-radius:10px}
.tw-family-page-v98 .tw97-nav-name{font-size:12px;font-weight:750}
.tw-family-page-v98 .tw97-nav-name small{font-size:9px}
.tw-family-page-v98 .tw97-back-ranges{margin:2px 16px 0;padding:14px 0 16px;font-size:11px}

.tw-family-page-v98 .tw97-family-hero{grid-template-columns:minmax(0,1.08fr) minmax(315px,.92fr);height:176px;border-radius:20px;border:1px solid #eaedef;box-shadow:0 10px 28px rgba(18,27,34,.045)}
.tw-family-page-v98 .tw97-family-hero-copy{padding:22px 28px}
.tw-family-page-v98 .tw97-family-hero-copy .z-kicker{font-size:11px;letter-spacing:.05em}
.tw-family-page-v98 .tw97-family-hero-copy h1{font-size:clamp(30px,2.8vw,38px);line-height:1.05;font-weight:750}
.tw-family-page-v98 .tw97-family-hero-copy p{font-size:13px;line-height:1.62;color:#5f6870}
.tw-family-page-v98 .tw98-hero-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.tw-family-page-v98 .tw98-hero-points span{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:0 10px;border:1px solid #eef0f2;border-radius:999px;background:#fafbfb;color:#49545c;font-size:10.5px;font-weight:700}
.tw-family-page-v98 .tw98-hero-points i{width:16px;height:16px;display:grid;place-items:center;border-radius:50%;background:#fff0e7;color:var(--accent);font-style:normal;font-size:9px;font-weight:900}
.tw-family-page-v98 .tw97-hero-badge{right:14px;bottom:14px;padding:7px 10px;border-radius:10px;font-size:10px}

.tw-family-page-v98 .tw97-service-area{margin-top:18px;border:1px solid #eaedef;border-radius:20px;box-shadow:0 10px 28px rgba(18,27,34,.045)}
.tw-family-page-v98 .tw97-service-topbar{align-items:flex-start;padding:22px 24px 18px}
.tw-family-page-v98 .tw97-service-topbar .z-kicker{font-size:11px;letter-spacing:.05em}
.tw-family-page-v98 .tw97-service-topbar h2{font-size:clamp(29px,2.6vw,34px);line-height:1.08;font-weight:750}
.tw-family-page-v98 .tw97-service-intro{font-size:12px;line-height:1.58;color:#69727a;max-width:620px}
.tw-family-page-v98 .tw98-service-summary{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.tw-family-page-v98 .tw98-service-summary span{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border:1px solid #edf0f2;border-radius:999px;background:#fafbfb;color:#55616a;font-size:10.5px;font-weight:650}
.tw-family-page-v98 .tw98-service-summary b{color:#151b20;font-size:11px;font-weight:800}
.tw-family-page-v98 .tw97-model-select-wrap select{height:44px;border-radius:12px;background:#fff}
.tw-family-page-v98 .tw97-current-model{border-radius:12px;background:#fff}
.tw-family-page-v98 .tw97-category-bar{gap:6px;padding:12px 18px;border-bottom:1px solid #eceff1;background:#fbfbfb}
.tw-family-page-v98 .tw97-category-tab{min-height:38px;padding:0 12px;border:1px solid transparent;border-radius:999px;font-size:11px}
.tw-family-page-v98 .tw97-category-tab:after{display:none}
.tw-family-page-v98 .tw97-category-tab:hover{border-color:#eceff1;background:#fff}
.tw-family-page-v98 .tw97-category-tab.active{border-color:#ffd9c4;background:#fff3eb;color:var(--accent)}
.tw-family-page-v98 .tw97-category-tab.active small{background:var(--accent);color:#fff}
.tw-family-page-v98 .tw97-service-group{padding:18px}
.tw-family-page-v98 .tw97-service-group-head{padding:0 0 12px}
.tw-family-page-v98 .tw97-service-group-head h3{font-size:19px;font-weight:750}
.tw-family-page-v98 .tw97-service-list{display:grid;gap:12px;border-top:0}
.tw-family-page-v98 .tw97-service-row{grid-template-columns:116px minmax(0,1fr) 220px 144px;gap:18px;padding:14px 16px;border:1px solid #edf0f2;border-radius:16px;background:#fff}
.tw-family-page-v98 .tw97-service-thumb{height:84px;border-radius:12px}
.tw-family-page-v98 .tw97-service-copy h4{font-size:18px;font-weight:750}
.tw-family-page-v98 .tw97-service-copy p{font-size:12px;line-height:1.6;color:#63707a}
.tw-family-page-v98 .tw97-service-facts{gap:10px}
.tw-family-page-v98 .tw97-service-facts strong{font-size:10.7px}
.tw-family-page-v98 .tw97-select-repair{min-height:42px;border-radius:8px;font-size:12px;align-self:center}
.tw-family-page-v98 .tw97-assurance-strip{padding:14px 2px 2px;font-size:10px;color:#5c6770}
.tw-family-page-v98 .tw98-quick-help{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}
.tw-family-page-v98 .tw98-quick-help article{padding:18px;border:1px solid #eaedef;border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(18,27,34,.035)}
.tw-family-page-v98 .tw98-quick-help article>span{display:block;color:var(--accent);font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.tw-family-page-v98 .tw98-quick-help h3{margin:8px 0 7px;font-size:18px;line-height:1.22;letter-spacing:-.02em;font-weight:750;color:#171d22}
.tw-family-page-v98 .tw98-quick-help p{margin:0;color:#66707a;font-size:12px;line-height:1.65}
.tw-family-page-v98 .tw98-quick-help a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;margin-top:16px;padding:0 16px;border-radius:8px;background:var(--accent);color:#fff;font-size:12px;font-weight:750;text-decoration:none}
.tw-family-page-v98 .tw97-loading{padding-top:96px}
.tw-family-page-v98 .tw97-family-faq{padding-top:46px}

@media(max-width:1180px){
  .tw-family-page-v98 .tw97-family-layout{grid-template-columns:226px minmax(0,1fr);gap:22px}
  .tw-family-page-v98 .tw97-service-row{grid-template-columns:102px minmax(0,1fr) 190px 132px}
}
@media(max-width:900px){
  .tw-family-page-v98 .tw97-family-layout{grid-template-columns:1fr}
  .tw-family-page-v98 .tw97-side-brand{display:block}
  .tw-family-page-v98 .tw97-side-brand-image{height:150px}
  .tw-family-page-v98 .tw98-side-benefits{grid-template-columns:repeat(3,minmax(0,1fr));padding:0 14px 12px}
  .tw-family-page-v98 .tw97-family-nav{display:flex;overflow-x:auto;gap:6px;padding:8px 12px 12px;scrollbar-width:none}
  .tw-family-page-v98 .tw97-family-nav a{flex:0 0 186px}
  .tw-family-page-v98 .tw97-nav-indicator{display:none}
  .tw-family-page-v98 .tw97-family-hero{grid-template-columns:1fr;height:auto}
  .tw-family-page-v98 .tw97-family-hero-photo{height:180px;order:-1}
  .tw-family-page-v98 .tw97-service-topbar{padding:20px}
  .tw-family-page-v98 .tw97-service-row{grid-template-columns:96px minmax(0,1fr);gap:14px}
  .tw-family-page-v98 .tw97-service-thumb{grid-row:1/4}
  .tw-family-page-v98 .tw97-service-facts{grid-column:2}
  .tw-family-page-v98 .tw97-select-repair{grid-column:2;justify-self:start;width:160px}
  .tw-family-page-v98 .tw98-quick-help{grid-template-columns:1fr}
}
@media(max-width:640px){
  .tw-family-page-v98 .tw97-family-shell{padding-top:14px}
  .tw-family-page-v98 .tw97-side-brand-image{height:120px}
  .tw-family-page-v98 .tw97-side-title h2{font-size:17px}
  .tw-family-page-v98 .tw98-side-benefits{grid-template-columns:1fr}
  .tw-family-page-v98 .tw97-family-nav a{flex-basis:170px}
  .tw-family-page-v98 .tw97-family-hero-copy{padding:18px}
  .tw-family-page-v98 .tw97-family-hero-copy h1{font-size:28px}
  .tw-family-page-v98 .tw97-family-hero-photo{height:145px}
  .tw-family-page-v98 .tw97-service-topbar{padding:18px 15px 16px}
  .tw-family-page-v98 .tw97-service-topbar h2{font-size:26px}
  .tw-family-page-v98 .tw97-category-bar{padding:12px 10px}
  .tw-family-page-v98 .tw97-service-group{padding:14px}
  .tw-family-page-v98 .tw97-service-row{grid-template-columns:82px minmax(0,1fr);gap:12px;padding:12px}
  .tw-family-page-v98 .tw97-service-thumb{height:72px}
  .tw-family-page-v98 .tw97-service-copy h4{font-size:16px}
  .tw-family-page-v98 .tw97-service-copy p{font-size:11px}
  .tw-family-page-v98 .tw97-service-facts{grid-column:1/-1}
  .tw-family-page-v98 .tw97-select-repair{grid-column:1/-1;width:100%}
  .tw-family-page-v98 .tw97-assurance-strip{flex-wrap:wrap;gap:10px 14px}
}

/* =========================================================
   v9.8.3 — overflow fixes + service form upgrade
   ========================================================= */
.tw-family-page-v98 .tw97-family-main,
.tw-family-page-v98 .tw97-service-area,
.tw-family-page-v98 .tw97-service-topbar,
.tw-family-page-v98 .tw97-category-bar,
.tw-family-page-v98 .tw97-service-group,
.tw-family-page-v98 .tw97-service-group-head,
.tw-family-page-v98 .tw97-service-row,
.tw-family-page-v98 .tw98-side-benefits,
.tw-family-page-v98 .tw97-family-sidebar{min-width:0;max-width:100%}

.tw-family-page-v98 .tw98-side-benefits{display:grid;grid-template-columns:1fr;gap:10px;overflow:hidden}
.tw-family-page-v98 .tw98-side-benefits span{min-width:0;max-width:100%;white-space:normal;word-break:break-word}
.tw-family-page-v98 .tw97-category-bar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 16px;overflow:visible}
.tw-family-page-v98 .tw97-category-tab{flex:0 1 auto;max-width:100%;white-space:nowrap}
.tw-family-page-v98 .tw97-category-tab small{flex:0 0 auto}
.tw-family-page-v98 .tw97-service-group-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px}
.tw-family-page-v98 .tw97-service-group-head h3{min-width:0}
.tw-family-page-v98 .tw97-service-group-count{justify-self:end;white-space:nowrap}
.tw-family-page-v98 .tw97-service-row{overflow:hidden}
.tw-family-page-v98 .tw97-service-copy,.tw-family-page-v98 .tw97-service-facts{min-width:0}
.tw-family-page-v98 .tw97-service-facts{grid-template-columns:repeat(3,minmax(0,1fr))}
.tw-family-page-v98 .tw97-service-facts>div{min-width:0}
.tw-family-page-v98 .tw97-service-facts strong,.tw-family-page-v98 .tw97-service-facts span{overflow-wrap:anywhere}
.tw-family-page-v98 .tw97-select-repair{justify-self:end}

@media(max-width:1100px){
  .tw-family-page-v98 .tw97-service-row{grid-template-columns:100px minmax(0,1fr) minmax(170px,220px) 140px}
}
@media(max-width:840px){
  .tw-family-page-v98 .tw97-category-bar{overflow-x:auto;flex-wrap:nowrap;padding-bottom:10px;scrollbar-width:thin}
  .tw-family-page-v98 .tw97-category-tab{flex:0 0 auto}
  .tw-family-page-v98 .tw97-service-group-head{grid-template-columns:1fr}
  .tw-family-page-v98 .tw97-service-group-count{justify-self:start}
}
@media(max-width:640px){
  .tw-family-page-v98 .tw97-service-facts{grid-template-columns:1fr 1fr}
}

.repair-page-v43 .repair-booking-section{background:linear-gradient(180deg,#f7f8f8 0%,#fcfcfc 100%)}
.repair-page-v43 .repair-booking-container{padding:0}
.repair-page-v43 .repair-section-intro-row{align-items:end;gap:16px;margin-bottom:22px}
.repair-page-v43 .repair-intro-reassurance{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}
.repair-page-v43 .repair-intro-reassurance span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid #e9edf0;border-radius:999px;background:#fff;color:#53606a;font-size:12px;font-weight:700}
.repair-page-v43 .repair-container-cta{min-height:48px;border-radius:10px;box-shadow:0 12px 26px rgba(255,90,0,.12)}
.repair-page-v43 .repair-wizard-shell{overflow:hidden;background:#fff;border:1px solid #e7ebee;border-radius:22px;box-shadow:0 16px 50px rgba(17,26,34,.06)}
.repair-page-v43 .repair-wizard-status{padding:20px 24px;background:linear-gradient(135deg,#121b24 0%,#1c2730 100%);color:#fff}
.repair-page-v43 .repair-wizard-status span,.repair-page-v43 .repair-wizard-status small{color:#aeb9c2}
.repair-page-v43 .repair-wizard-status strong{font-size:22px;line-height:1.1;font-weight:750;color:#fff}
.repair-page-v43 .repair-progress-line{background:rgba(255,255,255,.16)}
.repair-page-v43 .repair-progress-line i{background:linear-gradient(90deg,#ff5a00 0%,#ff7d2c 100%)}
.repair-page-v43 .repair-stepper{padding:12px 22px;background:#fff;border-bottom:1px solid #edf0f2;gap:0}
.repair-page-v43 .repair-step{position:relative;height:64px}
.repair-page-v43 .repair-step:after{content:'';position:absolute;top:50%;left:calc(50% + 22px);right:-16px;height:1px;background:#e8ecef;transform:translateY(-50%)}
.repair-page-v43 .repair-step:last-child:after{display:none}
.repair-page-v43 .repair-step span{width:30px;height:30px;border:1px solid #d8dde1;background:#fff;color:#6d7780;font-weight:800}
.repair-page-v43 .repair-step.active span,.repair-page-v43 .repair-step.done span{background:var(--accent);border-color:var(--accent);color:#fff}
.repair-page-v43 .repair-step b{font-size:12px;font-weight:750;color:#64707a}
.repair-page-v43 .repair-step.active b,.repair-page-v43 .repair-step.done b{color:#172028}
.repair-page-v43 .repair-panel{padding:32px 32px 28px}
.repair-page-v43 .repair-panel-head{padding-bottom:18px;border-bottom:1px solid #eff2f4;margin-bottom:22px}
.repair-page-v43 .repair-panel-head span:first-child{display:inline-block;color:var(--accent);font-size:11px;font-weight:850;letter-spacing:.08em}
.repair-page-v43 .repair-panel-head h3{font-size:30px;line-height:1.08;font-weight:750;margin-top:8px}
.repair-page-v43 .repair-panel-head p{max-width:760px;color:#62707a;line-height:1.65}
.repair-page-v43 .repair-fast-badge,.repair-page-v43 .repair-step-reassurance{border:1px solid #edf0f2;background:#fafbfb;border-radius:14px;padding:12px 14px;box-shadow:none}
.repair-page-v43 .repair-fast-badge small,.repair-page-v43 .repair-step-reassurance small{color:#717b83}
.repair-page-v43 .repair-step-actions,.repair-page-v43 .repair-step-actions-top{border:1px solid #edf0f2!important;background:#fafbfb!important;border-radius:14px!important;padding:12px 14px!important;box-shadow:none!important}
.repair-page-v43 .repair-action-status{padding:8px 10px;border-radius:10px;background:#fff;border:1px solid #edf0f2}
.repair-page-v43 .repair-step-actions .z-btn,.repair-page-v43 .repair-step-actions-top .z-btn{min-height:46px;border-radius:10px}
.repair-page-v43 .repair-all-services-wrap{padding:22px;border:1px solid #edf0f2;border-radius:18px;background:linear-gradient(180deg,#fff 0%,#fcfcfc 100%)}
.repair-page-v43 .repair-fast-label{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding-bottom:12px;border-bottom:1px solid #eef1f3;margin-bottom:14px}
.repair-page-v43 .repair-fast-label small{display:block;color:#6d7780;margin-top:4px}
.repair-page-v43 .repair-quick-card{background:#fff;border:1px solid #e9edf0;box-shadow:0 6px 18px rgba(23,28,34,.03)}
.repair-page-v43 .repair-quick-description{line-height:1.55}
.repair-page-v43 .repair-own-words{margin-top:18px;padding:18px;border:1px solid #edf0f2;border-radius:16px;background:#fff}
.repair-page-v43 .repair-own-words textarea{margin-top:12px;min-height:112px;border-radius:12px;background:#fafbfb}
.repair-page-v43 .repair-upload-zone{min-height:170px;border:1.5px dashed #cfd7de;border-radius:18px;background:linear-gradient(180deg,#fdfdfd 0%,#fafbfb 100%);padding:26px;gap:18px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}
.repair-page-v43 .repair-upload-zone:hover,.repair-page-v43 .repair-upload-zone:focus-visible,.repair-page-v43 .repair-upload-zone.dragging{border-color:var(--accent);background:#fff8f3;box-shadow:0 0 0 4px rgba(255,90,0,.06)}
.repair-page-v43 .repair-upload-icon{width:54px;height:54px;border-radius:16px;background:#fff1e8;color:var(--accent);display:grid;place-items:center;flex:0 0 54px}
.repair-page-v43 .repair-upload-icon svg{width:28px;height:28px}
.repair-page-v43 .repair-upload-previews{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}
.repair-page-v43 .repair-upload-previews>*{border-radius:14px;overflow:hidden;border:1px solid #e8ecef;background:#fff;box-shadow:0 6px 18px rgba(22,28,34,.035)}
.repair-page-v43 .repair-form-card,.repair-page-v43 .repair-contact-assurance,.repair-page-v43 .repair-extras-card,.repair-page-v43 .repair-model-card{border:1px solid #e8ecef;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(20,27,34,.04)}
.repair-page-v43 .repair-form-card,.repair-page-v43 .repair-extras-card{padding:22px}
.repair-page-v43 .repair-contact-layout{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(280px,.78fr);gap:18px}
.repair-page-v43 .repair-contact-assurance{padding:22px;align-self:start;position:sticky;top:18px}
.repair-page-v43 .repair-card-heading{padding-bottom:12px;border-bottom:1px solid #eef1f3;margin-bottom:16px}
.repair-page-v43 .repair-mini-icon,.repair-page-v43 .repair-assurance-icon{width:42px;height:42px;border-radius:12px;background:#fff1e8;color:var(--accent);display:grid;place-items:center}
.repair-page-v43 .repair-mini-icon svg,.repair-page-v43 .repair-assurance-icon svg{width:22px;height:22px}
.repair-page-v43 .repair-form-grid{gap:18px}
.repair-page-v43 .repair-form-grid input,.repair-page-v43 .repair-form-grid select,.repair-page-v43 .repair-form-grid textarea{border:1px solid #dbe2e7;background:#fff;border-radius:12px;min-height:52px;padding:13px 14px;font-size:14px;transition:border-color .18s,box-shadow .18s,background .18s}
.repair-page-v43 .repair-form-grid textarea{min-height:110px}
.repair-page-v43 .repair-form-grid input:focus,.repair-page-v43 .repair-form-grid select:focus,.repair-page-v43 .repair-form-grid textarea:focus{outline:none;border-color:#ffb085;box-shadow:0 0 0 4px rgba(255,90,0,.08);background:#fff}
.repair-page-v43 .repair-choice-card{border:1px solid #e8ecef;border-radius:18px;box-shadow:0 8px 22px rgba(24,29,35,.03)}
.repair-page-v43 .repair-choice-card:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(24,29,35,.06)}
.repair-page-v43 .repair-address-box{padding:20px;border:1px solid #edf0f2;border-radius:18px;background:#fcfcfc}
.repair-page-v43 .repair-review-topline{padding:16px 18px;border:1px solid #e7ecef;border-radius:16px;background:#fafbfb}
.repair-page-v43 .repair-summary-card{border-radius:18px;box-shadow:0 8px 22px rgba(20,28,34,.035)}
.repair-page-v43 .repair-price-policy{border-radius:18px;box-shadow:0 10px 26px rgba(19,26,33,.16)}
.repair-page-v43 .repair-consent-premium{padding:16px 18px;border:1px solid #e8ecef;border-radius:16px;background:#fff}
.repair-page-v43 .repair-process-grid>div,.repair-page-v43 .repair-pricing-card>div{border-radius:18px}

@media(max-width:1200px){
  .repair-page-v43 .repair-contact-layout{grid-template-columns:1fr}
  .repair-page-v43 .repair-contact-assurance{position:static}
}
@media(max-width:900px){
  .repair-page-v43 .repair-wizard-status{padding:18px}
  .repair-page-v43 .repair-stepper{padding:10px 14px;overflow-x:auto;justify-content:flex-start}
  .repair-page-v43 .repair-step{min-width:112px;flex:0 0 auto}
  .repair-page-v43 .repair-panel{padding:24px 20px 22px}
  .repair-page-v43 .repair-panel-head h3{font-size:26px}
  .repair-page-v43 .repair-upload-previews{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:640px){
  .repair-page-v43 .repair-section-intro-row{align-items:stretch}
  .repair-page-v43 .repair-container-cta{width:100%}
  .repair-page-v43 .repair-wizard-status strong{font-size:18px}
  .repair-page-v43 .repair-stepper{padding:10px 10px}
  .repair-page-v43 .repair-step{min-width:86px;height:56px}
  .repair-page-v43 .repair-panel{padding:20px 14px 18px}
  .repair-page-v43 .repair-panel-head{gap:12px}
  .repair-page-v43 .repair-panel-head h3{font-size:23px}
  .repair-page-v43 .repair-all-services-wrap,.repair-page-v43 .repair-form-card,.repair-page-v43 .repair-extras-card,.repair-page-v43 .repair-contact-assurance,.repair-page-v43 .repair-address-box,.repair-page-v43 .repair-own-words{padding:16px}
  .repair-page-v43 .repair-fast-label{flex-direction:column;align-items:flex-start}
  .repair-page-v43 .repair-upload-zone{min-height:154px;padding:18px}
  .repair-page-v43 .repair-upload-previews{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* =========================================================
   v9.8.4 — booking UX + contained category navigation
   ========================================================= */
.tw-family-page-v98 .tw97-service-group-head{grid-template-columns:minmax(0,1fr) auto auto;align-items:center}
.tw-family-page-v98 .tw984-group-assurance{display:flex;align-items:center;justify-content:center;gap:7px;min-width:0;flex-wrap:wrap}
.tw-family-page-v98 .tw984-group-assurance span{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border:1px solid #edf0f2;border-radius:999px;background:#fafbfb;color:#667078;font-size:9px;font-weight:700;white-space:nowrap}
.tw-family-page-v98 .tw984-group-assurance span:before{content:'✓';margin-right:5px;color:var(--accent);font-size:9px;font-weight:900}
.tw-family-page-v98 .tw97-category-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;overflow:visible}
.tw-family-page-v98 .tw97-category-tab{width:100%;min-width:0;justify-content:center;padding:0 10px;white-space:normal;text-align:center;line-height:1.25}
.tw-family-page-v98 .tw97-category-tab span{min-width:0;overflow-wrap:anywhere}
@media(max-width:1180px){.tw-family-page-v98 .tw97-category-bar{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:840px){
 .tw-family-page-v98 .tw97-service-group-head{grid-template-columns:1fr auto}.tw-family-page-v98 .tw984-group-assurance{grid-column:1/-1;justify-content:flex-start}.tw-family-page-v98 .tw97-service-group-count{grid-column:2;grid-row:1}
 .tw-family-page-v98 .tw97-category-bar{display:flex;flex-wrap:nowrap;overflow-x:auto}.tw-family-page-v98 .tw97-category-tab{flex:0 0 auto;width:auto;min-width:150px;white-space:nowrap}
}
@media(max-width:560px){.tw-family-page-v98 .tw984-group-assurance{gap:5px}.tw-family-page-v98 .tw984-group-assurance span{font-size:8.5px;padding:0 8px}}

.rc-book-page-v984{font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink)}
.rc984-book-hero{padding:42px 0 30px;background:linear-gradient(180deg,#fff 0%,#fbfbfb 100%);border-bottom:1px solid #edf0f2}
.rc984-book-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:54px;align-items:center}
.rc984-book-hero .z-kicker{font-size:12px;letter-spacing:.06em}
.rc984-book-hero h1{margin:8px 0 12px;font-size:clamp(38px,4vw,54px);line-height:1.02;letter-spacing:-.045em;font-weight:750;color:#182028}
.rc984-book-hero p{max-width:760px;margin:0;color:#626d76;font-size:15px;line-height:1.72}
.rc984-hero-points{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}
.rc984-hero-points span{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 11px;border:1px solid #e8ecef;border-radius:999px;background:#fff;color:#525e67;font-size:11.5px;font-weight:700}
.rc984-hero-points i{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:#fff0e7;color:var(--accent);font-style:normal;font-size:10px;font-weight:900}
.rc984-hero-device{position:relative;display:grid;grid-template-columns:150px minmax(0,1fr);gap:15px;align-items:center;min-height:150px;padding:15px;border:1px solid #e7ebee;border-radius:22px;background:#fff;box-shadow:0 16px 40px rgba(19,27,34,.055)}
.rc984-hero-image{height:120px;overflow:hidden;border-radius:16px;background:#f2f4f5}
.rc984-hero-image img{width:100%;height:100%;object-fit:cover}
.rc984-hero-device-copy{display:flex;align-items:center;gap:11px;min-width:0}
.rc984-hero-device-copy>span{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border:1px solid #e8ecef;border-radius:12px;background:#fff}
.rc984-hero-device-copy>span img{max-width:28px;max-height:28px;object-fit:contain}
.rc984-hero-device-copy small,.rc984-hero-device-copy b{display:block}.rc984-hero-device-copy small{color:#90989e;font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.rc984-hero-device-copy b{margin-top:4px;font-size:14px;line-height:1.35;font-weight:750}

.rc984-book-section{padding:34px 0 70px;background:#f7f8f8}
.rc984-book-grid{grid-template-columns:minmax(0,1fr) 330px;gap:26px}
.rc984-book-main{min-width:0}
.rc984-error{margin:0 0 14px;border-radius:14px}
.rc984-book-form{overflow:hidden;border:1px solid #e7ebee;border-radius:22px;background:#fff;box-shadow:0 16px 46px rgba(18,26,33,.05)}
.rc984-form-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:0 24px;border-bottom:1px solid #edf0f2;background:#fcfcfc}
.rc984-form-progress span{position:relative;display:flex;align-items:center;gap:9px;min-height:62px;color:#7a838a;font-size:11px;font-weight:700}
.rc984-form-progress span:after{content:'';position:absolute;left:40px;right:16px;bottom:0;height:2px;background:transparent}
.rc984-form-progress span.active{color:#1d252c}.rc984-form-progress span.active:after{background:var(--accent)}
.rc984-form-progress b{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#f0f2f3;color:#6e7780;font-size:10px}.rc984-form-progress .active b{background:#fff0e7;color:var(--accent)}
.rc984-form-section{padding:26px 28px;border-bottom:1px solid #edf0f2}
.rc984-form-title{grid-template-columns:38px minmax(0,1fr);gap:12px;margin-bottom:20px}
.rc984-form-title>span{width:36px;height:36px;border-radius:11px;background:#fff0e7;color:var(--accent);font-size:11px}
.rc984-form-title b{font-size:17px;line-height:1.2;font-weight:750;color:#1c242b}
.rc984-form-title small{max-width:720px;font-size:12px;line-height:1.55;color:#79828a}
.rc984-form-grid{gap:17px 18px}
.rc984-form-grid label>span,.rc984-notes>span{font-size:12px;font-weight:750;color:#3b454d}
.rc984-form-grid label>span em,.rc984-notes>span em{display:inline-flex;margin-left:5px;padding:2px 5px;border-radius:5px;background:#fff0e7;color:#d94b00;font-size:8px;font-style:normal;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
.rc984-form-grid input,.rc984-notes textarea{min-height:50px;border:1px solid #dce2e6;border-radius:12px;background:#fff;padding:12px 13px;font:inherit;font-size:13px;color:#20282f;transition:border-color .18s,box-shadow .18s}
.rc984-notes textarea{width:100%;min-height:125px;resize:vertical}
.rc984-form-grid input:focus,.rc984-notes textarea:focus{outline:none;border-color:#ffad83;box-shadow:0 0 0 4px rgba(255,90,0,.075)}
.rc984-notes>small{display:block;margin-top:7px;color:#92999f;font-size:10.5px}
.rc984-privacy-note{display:flex;align-items:flex-start;gap:9px;margin-top:16px;padding:12px 13px;border:1px solid #edf0f2;border-radius:12px;background:#fafbfb}
.rc984-privacy-note>span{flex:0 0 24px;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#eaf7ef;color:#2f8050;font-size:11px;font-weight:900}.rc984-privacy-note b,.rc984-privacy-note small{display:block}.rc984-privacy-note b{font-size:11.5px}.rc984-privacy-note small{margin-top:3px;color:#7b848b;font-size:10.5px;line-height:1.5}

.rc984-handover{gap:12px;margin-bottom:0}
.rc984-handover label>span{position:relative;min-height:158px;padding:17px;border:1px solid #e6eaed;border-radius:16px;background:#fff;cursor:pointer;transition:border-color .18s,box-shadow .18s,background .18s,transform .18s}
.rc984-handover label>span:hover{transform:translateY(-1px);border-color:#ffc9aa;box-shadow:0 10px 24px rgba(20,28,35,.055)}
.rc984-handover input:checked+span{padding:16px;border:2px solid var(--accent);background:#fff8f3;box-shadow:0 8px 24px rgba(255,90,0,.07)}
.rc984-choice-icon{width:38px;height:38px;display:grid;place-items:center;margin-bottom:13px;border-radius:11px;background:#f4f6f7;color:#39434b}.rc984-choice-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.rc984-handover em{display:block;margin-bottom:4px;color:#9aa1a7;font-size:8px;font-style:normal;font-weight:850;letter-spacing:.07em}.rc984-handover input:checked+span em{color:var(--accent)}
.rc984-handover b{font-size:14px;font-weight:750}.rc984-handover small{font-size:11px;line-height:1.5}.rc984-handover strong{display:block;margin-top:11px;color:#626d76;font-size:9.5px;line-height:1.4;font-weight:700}
.rc984-choice-check{position:absolute;right:12px;top:12px;width:24px;height:24px;display:grid;place-items:center;border:1px solid #dce1e4;border-radius:50%;background:#fff;color:transparent;font-style:normal;font-size:11px;font-weight:900}.rc984-handover input:checked+span .rc984-choice-check{border-color:var(--accent);background:var(--accent);color:#fff}
.rc984-address-panel{margin-top:18px;padding:18px;border:1px solid #e7ebee;border-radius:16px;background:#fafbfb}
.rc984-address-panel[hidden]{display:none!important}
.rc984-address-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:15px}.rc984-address-head span,.rc984-address-head b,.rc984-address-head small{display:block}.rc984-address-head span{color:var(--accent);font-size:8px;font-weight:850;letter-spacing:.08em}.rc984-address-head b{margin-top:4px;font-size:13px}.rc984-address-head small{margin-top:3px;color:#7e878e;font-size:10.5px}.rc984-address-head>i{width:38px;height:28px;display:grid;place-items:center;border-radius:8px;background:#fff;border:1px solid #e8ecef;color:#29323a;font-style:normal;font-size:10px;font-weight:850}

.rc984-upload-block{margin-top:20px;padding:18px;border:1px solid #e7ebee;border-radius:17px;background:#fcfcfc}
.rc984-upload-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:14px}.rc984-upload-heading span,.rc984-upload-heading b,.rc984-upload-heading small{display:block}.rc984-upload-heading span{color:var(--accent);font-size:8px;font-weight:850;letter-spacing:.08em}.rc984-upload-heading b{margin-top:4px;font-size:13px}.rc984-upload-heading small{margin-top:3px;color:#818990;font-size:10.5px}.rc984-upload-heading>strong{flex:none;padding:6px 8px;border-radius:999px;background:#fff;border:1px solid #e7ebee;color:#68727a;font-size:9px}
.rc984-dropzone{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:16px;min-height:126px;margin:0;padding:20px;border:1.5px dashed #cfd7dd;border-radius:15px;background:#fff;cursor:pointer;transition:border-color .18s,background .18s,box-shadow .18s}
.rc984-dropzone:hover,.rc984-dropzone:focus-visible,.rc984-dropzone.dragging{outline:none;border-color:var(--accent);background:#fff8f3;box-shadow:0 0 0 4px rgba(255,90,0,.055)}
.rc984-dropzone.has-files{min-height:96px}
.rc984-drop-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;background:#fff0e7;color:var(--accent)}.rc984-drop-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.rc984-drop-copy b,.rc984-drop-copy span,.rc984-drop-copy small{display:block}.rc984-drop-copy b{font-size:13px}.rc984-drop-copy span{margin-top:4px;color:#68727a;font-size:11.5px}.rc984-drop-copy small{margin-top:5px;color:#959ca2;font-size:10px}
.rc984-upload-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 13px;border:1px solid #e0e5e8;border-radius:9px;background:#f8f9f9;color:#303941;font-size:10.5px;font-weight:750}
.rc984-upload-previews{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.rc984-upload-previews:empty{display:none}
.rc984-preview-card{display:grid;grid-template-columns:58px minmax(0,1fr);gap:9px;align-items:center;min-width:0;padding:8px;border:1px solid #e7ebee;border-radius:12px;background:#fff}.rc984-preview-card img{width:58px;height:48px;object-fit:cover;border-radius:8px;background:#f0f2f3}.rc984-preview-card span{min-width:0}.rc984-preview-card b,.rc984-preview-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rc984-preview-card b{font-size:9.5px}.rc984-preview-card small{margin-top:3px;color:#8b9399;font-size:8.5px}

.rc984-submit-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;background:#fbfcfc}
.rc984-submit-bar>div{display:flex;align-items:center;gap:11px;max-width:620px}.rc984-submit-shield{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#eaf7ef;color:#2d7d4d;font-size:13px;font-weight:900}.rc984-submit-bar b,.rc984-submit-bar small{display:block}.rc984-submit-bar b{font-size:11.5px}.rc984-submit-bar small{margin-top:3px;color:#7c858c;font-size:10px;line-height:1.5}.rc984-submit{margin:0;min-width:205px;min-height:46px;border-radius:9px}

.rc984-book-summary{top:92px;padding:18px;border:1px solid #e5e9ec;border-radius:20px;background:#fff;box-shadow:0 14px 38px rgba(18,26,33,.055)}
.rc984-summary-head{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.rc984-summary-head small{color:#90979d;font-size:9.5px}
.rc984-book-device{grid-template-columns:92px minmax(0,1fr);padding:16px 0}.rc984-book-device>img{width:92px;height:76px;padding:0;object-fit:cover;border:0;border-radius:13px;background:#f1f3f4}.rc984-brand-mini{display:flex;width:30px;height:24px;margin-bottom:5px;align-items:center;justify-content:center}.rc984-brand-mini img{max-width:28px;max-height:20px;object-fit:contain}
.rc984-book-service{padding:15px 0}.rc984-book-service b{font-size:14px;line-height:1.3}.rc984-book-service p{font-size:11px;line-height:1.55}
.rc984-book-price{gap:9px;padding:14px 0}.rc984-book-price>span{padding:11px;border-radius:11px;background:#fafbfb}.rc984-book-price strong{font-size:24px}
.rc984-book-assurance{gap:9px;padding:14px;border-radius:13px;background:#fafbfb}.rc984-book-assurance span{display:flex;align-items:center;gap:7px}.rc984-book-assurance i{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:#fff0e7;color:var(--accent);font-style:normal;font-size:9px;font-weight:900}
.rc984-change-service{display:flex!important;align-items:center;gap:7px;margin-top:14px!important;padding:10px 0 2px;color:var(--accent)!important}
.rc984-help-card{margin-top:16px;padding:14px;border:1px solid #e8ecef;border-radius:14px;background:#18222b;color:#fff}.rc984-help-card span,.rc984-help-card b,.rc984-help-card p{display:block}.rc984-help-card span{color:#ff9b64;font-size:8px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.rc984-help-card b{margin-top:5px;font-size:12px}.rc984-help-card p{margin:5px 0 0;color:#b9c2c9;font-size:10.5px;line-height:1.55}

@media(max-width:1050px){
 .rc984-book-hero-grid{grid-template-columns:1fr 310px;gap:30px}.rc984-book-grid{grid-template-columns:minmax(0,1fr) 290px}.rc984-hero-device{grid-template-columns:120px 1fr}.rc984-hero-image{height:105px}.rc984-book-summary{padding:16px}
}
@media(max-width:820px){
 .rc984-book-hero-grid,.rc984-book-grid{grid-template-columns:1fr}.rc984-book-hero{padding:30px 0 24px}.rc984-hero-device{max-width:520px}.rc984-book-summary{position:static;order:-1}.rc984-book-grid{display:flex;flex-direction:column}.rc984-book-main{order:2}.rc984-book-summary{order:1;width:100%}.rc984-book-form{order:2}.rc984-handover{grid-template-columns:1fr 1fr}.rc984-handover label:last-child{grid-column:1/-1}.rc984-upload-previews{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
 .rc984-book-hero h1{font-size:36px}.rc984-book-hero p{font-size:13px}.rc984-hero-device{grid-template-columns:100px minmax(0,1fr);min-height:120px;padding:11px}.rc984-hero-image{height:90px}.rc984-form-progress{padding:0 10px}.rc984-form-progress span{min-height:54px;font-size:9.5px}.rc984-form-progress b{width:23px;height:23px}.rc984-form-section{padding:20px 15px}.rc984-form-title{grid-template-columns:34px minmax(0,1fr)}.rc984-form-title>span{width:32px;height:32px}.rc984-form-title b{font-size:15px}.rc984-form-grid{grid-template-columns:1fr}.rc984-form-grid .full{grid-column:auto}.rc984-handover{grid-template-columns:1fr}.rc984-handover label:last-child{grid-column:auto}.rc984-handover label>span{min-height:142px}.rc984-address-head{align-items:flex-start}.rc984-upload-heading{align-items:flex-start;flex-direction:column}.rc984-dropzone{grid-template-columns:46px minmax(0,1fr);gap:12px;padding:16px}.rc984-drop-icon{width:46px;height:46px}.rc984-upload-button{grid-column:1/-1;width:100%}.rc984-upload-previews{grid-template-columns:1fr}.rc984-submit-bar{align-items:stretch;flex-direction:column}.rc984-submit{width:100%}.rc984-book-device{grid-template-columns:78px 1fr}.rc984-book-device>img{width:78px;height:66px}
}

/* =========================================================
   v9.9 — unified desktop typography and UI language
   Repair journey: brand -> range -> services -> booking
   ========================================================= */
:root{
  --z-flow-font:Inter,"Segoe UI",Arial,sans-serif;
  --z-flow-kicker:13px;
  --z-flow-h1-brand:48px;
  --z-flow-h1-workspace:40px;
  --z-flow-h1-booking:44px;
  --z-flow-h2:36px;
  --z-flow-h3:19px;
  --z-flow-body:14px;
  --z-flow-lead:15px;
  --z-flow-small:12.5px;
  --z-flow-button:14px;
  --z-flow-line:#e8ecef;
  --z-flow-muted:#5f6870;
  --z-flow-radius:18px;
}
.tw-brand-page-v96,.tw-family-page-v98,.rc-book-page-v984{font-family:var(--z-flow-font);color:var(--ink)}
.tw-brand-page-v96 h1,.tw-brand-page-v96 h2,.tw-brand-page-v96 h3,.tw-brand-page-v96 h4,
.tw-family-page-v98 h1,.tw-family-page-v98 h2,.tw-family-page-v98 h3,.tw-family-page-v98 h4,
.rc-book-page-v984 h1,.rc-book-page-v984 h2,.rc-book-page-v984 h3,.rc-book-page-v984 h4{font-family:var(--z-flow-font);font-style:normal}
.tw-brand-page-v96 .z-kicker,.tw-family-page-v98 .z-kicker,.rc-book-page-v984 .z-kicker{font-size:var(--z-flow-kicker);line-height:1.4;letter-spacing:.025em;font-weight:850;text-transform:uppercase;color:var(--accent)}

/* Brand / product-range page */
.tw-brand-page-v96 .tw95-brand-copy h1{margin:0 0 14px;font-size:clamp(42px,4vw,var(--z-flow-h1-brand));line-height:1.04;letter-spacing:-.045em;font-weight:700;color:var(--ink)}
.tw-brand-page-v96 .tw95-brand-copy>p{font-size:var(--z-flow-lead);line-height:1.7;color:var(--z-flow-muted)}
.tw-brand-page-v96 .tw95-brand-identity span{font-size:var(--z-flow-kicker);line-height:1.4;letter-spacing:.025em;font-weight:850}
.tw-brand-page-v96 .tw96-hero-facts b{font-size:16px;line-height:1.2;font-weight:750}.tw-brand-page-v96 .tw96-hero-facts small{font-size:var(--z-flow-small);line-height:1.45}
.tw-brand-page-v96 .tw96-section-intro h2,.tw-brand-page-v96 .tw95-section-head h2,.tw-brand-page-v96 .tw89-faq-copy h2{font-size:var(--z-flow-h2);line-height:1.12;letter-spacing:-.035em;font-weight:700}
.tw-brand-page-v96 .tw96-section-intro>p,.tw-brand-page-v96 .tw95-section-head>p,.tw-brand-page-v96 .tw95-section-head-row>p,.tw-brand-page-v96 .tw89-faq-copy p{font-size:var(--z-flow-body);line-height:1.7;color:var(--z-flow-muted)}
.tw-brand-page-v96 .tw95-range-body h3,.tw-brand-page-v96 .tw95-common-content h3,.tw-brand-page-v96 .tw95-process-grid h3{font-size:var(--z-flow-h3);line-height:1.25;letter-spacing:-.02em;font-weight:700}
.tw-brand-page-v96 .tw95-range-body>p,.tw-brand-page-v96 .tw95-common-content>p,.tw-brand-page-v96 .tw95-process-grid p{font-size:var(--z-flow-body);line-height:1.65;color:var(--z-flow-muted)}
.tw-brand-page-v96 .tw96-model-count,.tw-brand-page-v96 .tw95-common-meta small{font-size:var(--z-flow-small);font-weight:650}
.tw-brand-page-v96 .tw95-common-meta strong{font-size:18px;font-weight:750}
.tw-brand-page-v96 .tw89-faq-list summary{font-size:14px;line-height:1.5;font-weight:750}.tw-brand-page-v96 .tw89-faq-list details p{font-size:var(--z-flow-body);line-height:1.7}
.tw-brand-page-v96 .z-btn{min-height:46px;padding:0 23px;border-radius:7px;font-size:var(--z-flow-button);font-weight:750}

/* Range/service workspace */
.tw-family-page-v98 .tw97-side-brand-meta small,.tw-family-page-v98 .tw97-side-title>span,.tw-family-page-v98 .tw97-service-group-head span{font-size:11px;line-height:1.35;letter-spacing:.055em;font-weight:850}
.tw-family-page-v98 .tw97-side-brand-meta strong{font-size:14px;line-height:1.3;font-weight:750}
.tw-family-page-v98 .tw97-side-title h2{font-size:var(--z-flow-h3);line-height:1.25;letter-spacing:-.02em;font-weight:700}
.tw-family-page-v98 .tw97-side-title p{font-size:var(--z-flow-small);line-height:1.6;color:#6b747c}
.tw-family-page-v98 .tw97-nav-name{font-size:13px;line-height:1.25;font-weight:700}.tw-family-page-v98 .tw97-nav-name small{font-size:11px;line-height:1.4;font-weight:600}
.tw-family-page-v98 .tw97-back-ranges{font-size:12px;font-weight:700}
.tw-family-page-v98 .tw97-family-hero-copy h1{font-size:clamp(34px,3.3vw,var(--z-flow-h1-workspace));line-height:1.04;letter-spacing:-.04em;font-weight:700}
.tw-family-page-v98 .tw97-family-hero-copy p{font-size:var(--z-flow-body);line-height:1.65;color:var(--z-flow-muted)}
.tw-family-page-v98 .tw98-hero-points span{font-size:11.5px;font-weight:700}
.tw-family-page-v98 .tw97-hero-badge{font-size:11px;font-weight:700}
.tw-family-page-v98 .tw97-service-topbar h2{font-size:var(--z-flow-h2);line-height:1.1;letter-spacing:-.035em;font-weight:700}
.tw-family-page-v98 .tw97-service-intro{font-size:var(--z-flow-body);line-height:1.65;color:var(--z-flow-muted)}
.tw-family-page-v98 .tw98-service-summary span{font-size:12px;font-weight:650}.tw-family-page-v98 .tw98-service-summary b{font-size:12px;font-weight:800}
.tw-family-page-v98 .tw97-model-select-wrap>span,.tw-family-page-v98 .tw97-current-model>span{font-size:11px;line-height:1.35;font-weight:850;letter-spacing:.055em}
.tw-family-page-v98 .tw97-model-select-wrap select,.tw-family-page-v98 .tw97-current-model strong{font-size:13px;line-height:1.35;font-weight:700}
.tw-family-page-v98 .tw97-category-tab{font-size:13px;line-height:1.3;font-weight:700}.tw-family-page-v98 .tw97-category-tab small{font-size:10px;font-weight:750}
.tw-family-page-v98 .tw97-service-group-head h3{font-size:var(--z-flow-h3);line-height:1.25;font-weight:700}.tw-family-page-v98 .tw97-service-group-head>small{font-size:11px;font-weight:650}
.tw-family-page-v98 .tw97-service-label{font-size:10px;line-height:1.35;font-weight:850}.tw-family-page-v98 .tw97-service-label b{font-size:9px}
.tw-family-page-v98 .tw97-service-copy h4{font-size:var(--z-flow-h3);line-height:1.25;letter-spacing:-.02em;font-weight:700}
.tw-family-page-v98 .tw97-service-copy p{font-size:var(--z-flow-body);line-height:1.6;color:var(--z-flow-muted)}
.tw-family-page-v98 .tw97-service-facts small{font-size:10px;line-height:1.3;font-weight:700}.tw-family-page-v98 .tw97-service-facts strong{font-size:13px;line-height:1.35;font-weight:700}
.tw-family-page-v98 .tw97-select-repair{min-height:46px;padding:0 20px;border-radius:7px;font-size:var(--z-flow-button);font-weight:750}
.tw-family-page-v98 .tw984-group-assurance span,.tw-family-page-v98 .tw97-assurance-strip{font-size:11px;font-weight:700}
.tw-family-page-v98 .tw98-quick-help article>span{font-size:11px;line-height:1.35;letter-spacing:.055em}.tw-family-page-v98 .tw98-quick-help h3{font-size:var(--z-flow-h3);line-height:1.25;font-weight:700}.tw-family-page-v98 .tw98-quick-help p{font-size:var(--z-flow-body);line-height:1.65;color:var(--z-flow-muted)}
.tw-family-page-v98 .tw89-faq-copy h2{font-size:var(--z-flow-h2);line-height:1.12;letter-spacing:-.035em;font-weight:700}.tw-family-page-v98 .tw89-faq-copy p,.tw-family-page-v98 .tw89-faq-list details p{font-size:var(--z-flow-body);line-height:1.7}.tw-family-page-v98 .tw89-faq-list summary{font-size:14px;line-height:1.5;font-weight:750}

/* Final booking form */
.rc-book-page-v984 .rc984-book-hero .z-kicker{font-size:var(--z-flow-kicker);letter-spacing:.025em}
.rc-book-page-v984 .rc984-book-hero h1{font-size:clamp(38px,3.8vw,var(--z-flow-h1-booking));line-height:1.04;letter-spacing:-.04em;font-weight:700}
.rc-book-page-v984 .rc984-book-hero p{font-size:var(--z-flow-lead);line-height:1.7;color:var(--z-flow-muted)}
.rc-book-page-v984 .rc984-hero-points span{font-size:12px;font-weight:700}
.rc-book-page-v984 .rc984-hero-device-copy small{font-size:11px;line-height:1.35;letter-spacing:.055em}.rc-book-page-v984 .rc984-hero-device-copy b{font-size:14px;line-height:1.35;font-weight:750}
.rc-book-page-v984 .rc984-form-progress span{font-size:13px;line-height:1.4;font-weight:700}.rc-book-page-v984 .rc984-form-progress b{font-size:11px;font-weight:800}
.rc-book-page-v984 .rc984-form-title b{font-size:var(--z-flow-h3);line-height:1.25;font-weight:700}.rc-book-page-v984 .rc984-form-title small{font-size:var(--z-flow-small);line-height:1.6;color:#707a82}
.rc-book-page-v984 .rc984-form-grid label>span,.rc-book-page-v984 .rc984-notes>span{font-size:13px;line-height:1.4;font-weight:750}.rc-book-page-v984 .rc984-form-grid label>span em,.rc-book-page-v984 .rc984-notes>span em{font-size:10px}
.rc-book-page-v984 .rc984-form-grid input,.rc-book-page-v984 .rc984-form-grid select,.rc-book-page-v984 .rc984-notes textarea{font-family:var(--z-flow-font);font-size:14px;line-height:1.45}
.rc-book-page-v984 .rc984-privacy-note b{font-size:13px}.rc-book-page-v984 .rc984-privacy-note small{font-size:var(--z-flow-small);line-height:1.55}
.rc-book-page-v984 .rc984-handover em{font-size:10px;line-height:1.3}.rc-book-page-v984 .rc984-handover b{font-size:16px;line-height:1.3;font-weight:700}.rc-book-page-v984 .rc984-handover small{font-size:13px;line-height:1.55}.rc-book-page-v984 .rc984-handover strong{font-size:11px;line-height:1.45;font-weight:700}
.rc-book-page-v984 .rc984-address-head span,.rc-book-page-v984 .rc984-upload-heading span{font-size:11px;line-height:1.35;letter-spacing:.055em}.rc-book-page-v984 .rc984-address-head b,.rc-book-page-v984 .rc984-upload-heading b{font-size:15px;line-height:1.35}.rc-book-page-v984 .rc984-address-head small,.rc-book-page-v984 .rc984-upload-heading small{font-size:var(--z-flow-small);line-height:1.55}
.rc-book-page-v984 .rc984-drop-copy b{font-size:14px;line-height:1.4}.rc-book-page-v984 .rc984-drop-copy span{font-size:13px;line-height:1.5}.rc-book-page-v984 .rc984-drop-copy small{font-size:11px;line-height:1.45}.rc-book-page-v984 .rc984-upload-button{font-size:12px;font-weight:750}
.rc-book-page-v984 .rc984-submit-bar b{font-size:13px;line-height:1.4}.rc-book-page-v984 .rc984-submit-bar small{font-size:var(--z-flow-small);line-height:1.55}.rc-book-page-v984 .rc984-submit{min-height:46px;padding:0 23px;border-radius:7px;font-size:var(--z-flow-button);font-weight:750}
.rc-book-page-v984 .rc984-summary-head .z-kicker{font-size:var(--z-flow-kicker)}.rc-book-page-v984 .rc984-summary-head small{font-size:11px}.rc-book-page-v984 .rc984-book-device b{font-size:14px;line-height:1.35}.rc-book-page-v984 .rc984-book-device small{font-size:var(--z-flow-small)}
.rc-book-page-v984 .rc984-book-service b{font-size:15px;line-height:1.35}.rc-book-page-v984 .rc984-book-service p{font-size:13px;line-height:1.6}.rc-book-page-v984 .rc984-book-price strong{font-size:25px}.rc-book-page-v984 .rc984-book-assurance{font-size:12px}.rc-book-page-v984 .rc984-change-service{font-size:12px;font-weight:750}.rc-book-page-v984 .rc984-help-card span{font-size:10px}.rc-book-page-v984 .rc984-help-card b{font-size:14px}.rc-book-page-v984 .rc984-help-card p{font-size:12px;line-height:1.6}
.rc-book-page-v984 .z-btn{font-family:var(--z-flow-font);font-size:var(--z-flow-button);font-weight:750}

/* =========================================================
   v10.0 — minimal repair workspace + final typography lock
   Desktop-first. Responsive refinement intentionally deferred.
   ========================================================= */
:root{
  --z-flow-font:Inter,"Segoe UI",Arial,sans-serif;
  --z-flow-kicker:13px;
  --z-flow-h1-brand:48px;
  --z-flow-h1-workspace:48px;
  --z-flow-h1-booking:48px;
  --z-flow-h2:36px;
  --z-flow-h3:19px;
  --z-flow-body:14px;
  --z-flow-lead:17px;
  --z-flow-small:12.5px;
  --z-flow-button:14px;
}

/* Same type language on brand, range/service and final booking pages */
.tw-brand-page-v96,
.tw-family-page-v100,
.rc-book-page-v984{font-family:var(--z-flow-font)!important;color:var(--ink)}
.tw-brand-page-v96 h1,.tw-family-page-v100 h1,.rc-book-page-v984 h1{font-family:var(--z-flow-font)!important;font-size:var(--z-flow-h1-brand)!important;line-height:1.04!important;letter-spacing:-.045em!important;font-weight:700!important}
.tw-brand-page-v96 h2,.tw-family-page-v100 h2,.rc-book-page-v984 h2{font-family:var(--z-flow-font)!important;font-size:var(--z-flow-h2)!important;line-height:1.12!important;letter-spacing:-.035em!important;font-weight:700!important}
.tw-brand-page-v96 h3,.tw-family-page-v100 h3,.rc-book-page-v984 h3,
.tw-brand-page-v96 h4,.tw-family-page-v100 h4,.rc-book-page-v984 h4{font-family:var(--z-flow-font)!important;letter-spacing:-.02em;font-weight:700}
.tw-brand-page-v96 p,.tw-family-page-v100 p,.rc-book-page-v984 p{font-family:var(--z-flow-font);font-size:var(--z-flow-body);line-height:1.65}
.tw-brand-page-v96 .z-kicker,.tw-family-page-v100 .z-kicker,.rc-book-page-v984 .z-kicker{font-size:var(--z-flow-kicker)!important;line-height:1.4!important;letter-spacing:.025em!important;font-weight:850!important}
.tw-brand-page-v96 .z-btn,.tw-family-page-v100 .z-btn,.rc-book-page-v984 .z-btn{font-family:var(--z-flow-font)!important;font-size:var(--z-flow-button)!important;min-height:46px;border-radius:7px;font-weight:750}

/* Minimal workspace */
.tw-family-page-v100 .tw97-family-shell{padding:28px 0 54px;background:#f8f9f9}
.tw-family-page-v100 .tw97-family-layout{grid-template-columns:246px minmax(0,1fr);gap:24px;align-items:start}
.tw-family-page-v100 .tw97-family-sidebar{border:1px solid #e4e8eb;border-radius:14px;background:#fff;box-shadow:none;overflow:hidden}
.tw-family-page-v100 .tw97-side-brand{padding:10px 10px 0}
.tw-family-page-v100 .tw97-side-brand-image{height:112px;border-radius:10px}
.tw-family-page-v100 .tw97-side-brand-meta{margin:-16px 9px 0;padding:8px 10px;border-radius:10px;box-shadow:0 5px 14px rgba(20,28,35,.05)}
.tw-family-page-v100 .tw97-side-title{padding:18px 16px 10px}
.tw-family-page-v100 .tw97-side-title>span{font-size:11px!important}
.tw-family-page-v100 .tw97-side-title h2{font-size:19px!important;line-height:1.25!important;margin:5px 0 5px!important}
.tw-family-page-v100 .tw97-side-title p{font-size:12px!important;line-height:1.55!important;color:#6b747c;margin:0}
.tw-family-page-v100 .tw97-family-nav{gap:0;padding:4px 8px 8px}
.tw-family-page-v100 .tw97-family-nav a{grid-template-columns:44px minmax(0,1fr) 18px;min-height:56px;padding:6px 8px;border:0;border-bottom:1px solid #f0f2f3;border-radius:0;background:#fff}
.tw-family-page-v100 .tw97-family-nav a:hover{background:#fafafa}
.tw-family-page-v100 .tw97-family-nav a.active{background:#fff7f2;border-bottom-color:#ffe0cf;box-shadow:inset 3px 0 0 var(--accent)}
.tw-family-page-v100 .tw97-nav-thumb{width:44px;height:36px;border-radius:7px}
.tw-family-page-v100 .tw97-nav-name{font-size:13px!important;line-height:1.25!important}
.tw-family-page-v100 .tw97-nav-name small{font-size:11px!important}
.tw-family-page-v100 .tw97-nav-indicator{background:transparent!important;color:#a6adb2!important}
.tw-family-page-v100 .tw97-family-nav a.active .tw97-nav-indicator{color:var(--accent)!important}
.tw-family-page-v100 .tw97-back-ranges{margin:0 16px;padding:14px 0;font-size:12px!important}

/* Short, clean hero */
.tw-family-page-v100 .tw97-family-hero{min-height:158px;height:auto;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);border:1px solid #e4e8eb;border-radius:14px;background:#fff;box-shadow:none}
.tw-family-page-v100 .tw97-family-hero-copy{padding:22px 26px}
.tw-family-page-v100 .tw97-family-hero-copy h1{font-size:48px!important;line-height:1.04!important;margin:6px 0 8px!important;max-width:620px}
.tw-family-page-v100 .tw97-family-hero-copy p{font-size:14px!important;line-height:1.6!important;max-width:590px;color:#5f6870}
.tw-family-page-v100 .tw97-family-hero-photo img{object-position:center 48%}
.tw-family-page-v100 .tw97-hero-badge{display:none}

/* Professional previous/next navigation */
.tw100-range-pager{min-height:54px;display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(320px,1fr);align-items:center;gap:16px;margin:14px 0;padding:0 4px;border-bottom:1px solid #e7eaed}
.tw100-range-pager a,.tw100-range-pager .disabled{display:inline-flex;align-items:center;gap:8px;min-height:42px;color:#273039;font-size:13px;font-weight:700;text-decoration:none}
.tw100-range-pager svg,.tw100-bottom-pager svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.tw100-range-back{justify-self:start}
.tw100-range-back:hover,.tw100-range-stepper a:hover{color:var(--accent)}
.tw100-range-position{display:flex;align-items:center;gap:5px;color:#899198;font-size:11px}
.tw100-range-position b{color:#273039;font-size:12px}
.tw100-range-stepper{display:flex;align-items:center;justify-content:flex-end;gap:20px;min-width:0}
.tw100-range-stepper a,.tw100-range-stepper .disabled{max-width:180px;overflow:hidden}
.tw100-range-stepper a span,.tw100-range-stepper .disabled span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tw100-range-stepper .disabled{color:#c1c7cc;cursor:default}

/* Service panel: flat and minimal */
.tw-family-page-v100 .tw97-service-area{margin-top:0;border:1px solid #e4e8eb;border-radius:14px;background:#fff;box-shadow:none;overflow:hidden}
.tw-family-page-v100 .tw97-service-topbar{align-items:center;padding:22px 24px 18px;border-bottom:1px solid #edf0f2}
.tw-family-page-v100 .tw97-service-topbar h2{font-size:36px!important;line-height:1.08!important;margin:5px 0 6px!important}
.tw-family-page-v100 .tw97-service-intro{font-size:14px!important;line-height:1.6!important;margin:0;color:#606a72}
.tw-family-page-v100 .tw97-model-select-wrap,.tw-family-page-v100 .tw97-current-model{min-width:230px}
.tw-family-page-v100 .tw97-current-model{padding:10px 12px;border:1px solid #e7eaed;border-radius:9px;background:#fafafa}
.tw-family-page-v100 .tw97-current-model>span,.tw-family-page-v100 .tw97-model-select-wrap>span{font-size:11px!important}
.tw-family-page-v100 .tw97-current-model strong,.tw-family-page-v100 .tw97-model-select-wrap select{font-size:13px!important}

/* Categories: simple text tabs, no bulky boxes */
.tw-family-page-v100 .tw97-category-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:0 18px;border-bottom:1px solid #edf0f2;background:#fff;overflow:hidden}
.tw-family-page-v100 .tw97-category-tab{position:relative;width:100%;min-height:48px;padding:0 10px;border:0!important;border-radius:0!important;background:#fff!important;color:#646d75!important;font-size:13px!important;font-weight:700!important;text-align:center}
.tw-family-page-v100 .tw97-category-tab:hover{color:#20272d!important;background:#fafafa!important}
.tw-family-page-v100 .tw97-category-tab:after{display:block!important;content:"";position:absolute;left:18px;right:18px;bottom:0;height:2px;background:transparent}
.tw-family-page-v100 .tw97-category-tab.active{color:var(--accent)!important;background:#fff!important}
.tw-family-page-v100 .tw97-category-tab.active:after{background:var(--accent)}
.tw-family-page-v100 .tw97-category-tab small{min-width:19px;height:19px;margin-left:4px;background:#f0f2f3;color:#7f878e;font-size:10px!important}
.tw-family-page-v100 .tw97-category-tab.active small{background:#fff0e7;color:var(--accent)}

.tw-family-page-v100 .tw97-service-group{padding:20px 22px 22px}
.tw-family-page-v100 .tw97-service-group-head{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:16px!important;padding:0 0 12px!important;border-bottom:1px solid #edf0f2}
.tw-family-page-v100 .tw97-service-group-head>div>span{font-size:11px!important}
.tw-family-page-v100 .tw97-service-group-head h3{font-size:19px!important;line-height:1.25!important;margin:4px 0 0!important}
.tw-family-page-v100 .tw97-service-group-count{font-size:11px!important;color:#8b9399;white-space:nowrap}
.tw-family-page-v100 .tw97-service-list{display:block;border:0}
.tw-family-page-v100 .tw97-service-row{display:grid;grid-template-columns:108px minmax(0,1fr) 220px 150px;align-items:center;gap:18px;padding:16px 0;border:0;border-bottom:1px solid #edf0f2;border-radius:0;background:#fff;overflow:visible}
.tw-family-page-v100 .tw97-service-row:last-child{border-bottom:0}
.tw-family-page-v100 .tw97-service-thumb{height:76px;border-radius:9px}
.tw-family-page-v100 .tw97-service-label{font-size:10px!important}
.tw-family-page-v100 .tw97-service-copy h4{font-size:19px!important;line-height:1.25!important;margin:0 0 4px!important}
.tw-family-page-v100 .tw97-service-copy p{font-size:14px!important;line-height:1.55!important;color:#616b73}
.tw-family-page-v100 .tw97-service-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.tw-family-page-v100 .tw97-service-facts small{font-size:10px!important}
.tw-family-page-v100 .tw97-service-facts strong{font-size:13px!important}
.tw-family-page-v100 .tw97-select-repair{justify-self:end;min-width:132px;box-shadow:none}

/* One concise help line instead of three cards */
.tw100-help-strip{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:14px;padding:16px 18px;border:1px solid #e7eaed;border-radius:12px;background:#fff}
.tw100-help-strip>div{display:flex;align-items:center;gap:14px;min-width:0}
.tw100-help-strip .z-kicker{flex:none;font-size:11px!important}
.tw100-help-strip p{margin:0!important;font-size:13px!important;color:#687179;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tw100-help-strip>a{flex:none;color:var(--accent);font-size:13px;font-weight:750;text-decoration:none}
.tw100-help-strip>a:hover{text-decoration:underline}

.tw100-bottom-pager{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}
.tw100-bottom-pager>a{display:flex;align-items:center;gap:12px;min-height:68px;padding:12px 14px;border:1px solid #e4e8eb;border-radius:12px;background:#fff;color:#273039;text-decoration:none}
.tw100-bottom-pager>a.next{justify-content:flex-end;text-align:right}
.tw100-bottom-pager>a:hover{border-color:#ffc7a8;color:var(--accent)}
.tw100-bottom-pager small,.tw100-bottom-pager b{display:block}
.tw100-bottom-pager small{font-size:10px;color:#8a9298;text-transform:uppercase;letter-spacing:.06em;font-weight:800}
.tw100-bottom-pager b{margin-top:3px;font-size:14px;color:inherit}

/* FAQ stays clean and uses the same typography */
.tw-family-page-v100 .tw97-family-faq{padding-top:46px}
.tw-family-page-v100 .tw89-faq-copy h2{font-size:36px!important}
.tw-family-page-v100 .tw89-faq-copy p,.tw-family-page-v100 .tw89-faq-list details p{font-size:14px!important}
.tw-family-page-v100 .tw89-faq-list summary{font-size:14px!important}

/* Keep AJAX transitions quiet, not flashy */
.tw-family-page-v100 .tw97-enter{animation:tw100enter .16s ease both}
@keyframes tw100enter{from{opacity:.55}to{opacity:1}}

@media(max-width:1180px){
  .tw-family-page-v100 .tw97-family-layout{grid-template-columns:226px minmax(0,1fr)}
  .tw-family-page-v100 .tw97-service-row{grid-template-columns:96px minmax(0,1fr) 185px 140px}
}
@media(max-width:900px){
  .tw100-range-pager{grid-template-columns:1fr auto}.tw100-range-position{display:none}.tw100-range-stepper{grid-column:1/-1;justify-content:space-between}
  .tw-family-page-v100 .tw97-category-bar{display:flex;overflow-x:auto}.tw-family-page-v100 .tw97-category-tab{flex:0 0 170px}
  .tw-family-page-v100 .tw97-service-row{grid-template-columns:96px minmax(0,1fr)}
  .tw-family-page-v100 .tw97-service-facts{grid-column:2}.tw-family-page-v100 .tw97-select-repair{grid-column:2;justify-self:start}
  .tw100-help-strip p{white-space:normal}
}

/* =========================================================
   v10.1 — refined service options panel
   ========================================================= */
.tw-family-page-v100 .tw97-service-area{border-color:#e5e9ec;border-radius:16px}
.tw-family-page-v100 .tw97-service-topbar{padding:24px 24px 16px}
.tw-family-page-v100 .tw97-service-topbar>div{min-width:0}
.tw-family-page-v100 .tw97-service-intro{max-width:700px}
.tw-family-page-v100 .tw97-model-select-wrap,.tw-family-page-v100 .tw97-current-model{align-self:flex-start;min-width:255px}
.tw-family-page-v100 .tw97-current-model{padding:12px 14px;border-radius:12px;background:#fcfcfc}

/* cleaner categories */
.tw-family-page-v100 .tw97-category-bar{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 22px;padding:8px 22px 10px;background:#fff}
.tw-family-page-v100 .tw97-category-tab{display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 4px;color:#5e6770!important;transition:color .18s ease}
.tw-family-page-v100 .tw97-category-tab:hover{background:#fff!important;color:#1f262d!important}
.tw-family-page-v100 .tw97-category-tab:after{left:50%;right:auto;bottom:1px;width:74px;transform:translateX(-50%);border-radius:999px;height:2px}
.tw-family-page-v100 .tw97-category-tab small{min-width:20px;height:20px;margin-left:0;border-radius:999px}
.tw-family-page-v100 .tw97-category-tab.active{font-weight:750!important}
.tw-family-page-v100 .tw97-category-tab.active:after{width:86px}

/* selected category header */
.tw-family-page-v100 .tw97-service-group{padding:18px 22px 22px}
.tw-family-page-v100 .tw97-service-group-head{padding:0 0 14px!important;border-bottom:0!important}
.tw-family-page-v100 .tw97-service-group-head>div>span{display:inline-block;margin-bottom:4px;color:var(--accent);letter-spacing:.06em;font-weight:850}
.tw-family-page-v100 .tw97-service-group-count{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid #e8ecef;border-radius:999px;background:#fafbfb;color:#7c858c}

/* service row as proper premium card */
.tw-family-page-v100 .tw97-service-list{display:grid;gap:14px}
.tw-family-page-v100 .tw97-service-row{grid-template-columns:112px minmax(0,1fr) 270px 150px;gap:18px;padding:16px 18px;border:1px solid #e9edf0;border-radius:16px;background:#fff;box-shadow:0 6px 18px rgba(17,24,31,.03);overflow:hidden}
.tw-family-page-v100 .tw97-service-row:last-child{border-bottom:1px solid #e9edf0}
.tw-family-page-v100 .tw97-service-thumb{height:82px;border-radius:12px;background:#f5f6f7}
.tw-family-page-v100 .tw97-service-label{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:10px!important;color:var(--accent);letter-spacing:.06em}
.tw-family-page-v100 .tw97-service-label b{display:inline-flex;align-items:center;min-height:18px;padding:0 7px;border-radius:999px;background:#fff0e7;color:var(--accent);font-size:9px;letter-spacing:.05em;text-transform:uppercase}
.tw-family-page-v100 .tw97-service-copy h4{margin:4px 0 6px!important}
.tw-family-page-v100 .tw97-service-copy p{max-width:560px}
.tw-family-page-v100 .tw97-service-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;align-self:stretch}
.tw-family-page-v100 .tw97-service-facts span{display:flex;flex-direction:column;justify-content:center;min-height:82px;padding:12px 12px 11px;border:1px solid #edf0f2;border-radius:12px;background:#fafbfb}
.tw-family-page-v100 .tw97-service-facts small{display:block;margin-bottom:5px;color:#8b939a;text-transform:uppercase;letter-spacing:.06em}
.tw-family-page-v100 .tw97-service-facts strong{display:block;color:#171d22;line-height:1.28}
.tw-family-page-v100 .tw97-select-repair{min-width:150px;height:46px;align-self:center;justify-self:end;box-shadow:0 10px 20px rgba(255,90,0,.12)}
.tw-family-page-v100 .tw97-select-repair:hover{transform:translateY(-1px)}

@media(max-width:1180px){
  .tw-family-page-v100 .tw97-service-row{grid-template-columns:96px minmax(0,1fr) 240px 146px;gap:16px}
}
@media(max-width:980px){
  .tw-family-page-v100 .tw97-service-topbar{align-items:flex-start}
  .tw-family-page-v100 .tw97-category-bar{gap:0 12px;padding:8px 16px 10px}
  .tw-family-page-v100 .tw97-category-tab:after{width:64px}
  .tw-family-page-v100 .tw97-service-row{grid-template-columns:96px minmax(0,1fr);padding:16px}
  .tw-family-page-v100 .tw97-service-thumb{grid-row:1/4}
  .tw-family-page-v100 .tw97-service-facts{grid-column:2}
  .tw-family-page-v100 .tw97-select-repair{grid-column:2;justify-self:start}
}
@media(max-width:640px){
  .tw-family-page-v100 .tw97-service-topbar{padding:18px 16px 14px}
  .tw-family-page-v100 .tw97-model-select-wrap,.tw-family-page-v100 .tw97-current-model{min-width:0;width:100%}
  .tw-family-page-v100 .tw97-service-group{padding:16px}
  .tw-family-page-v100 .tw97-service-row{grid-template-columns:86px minmax(0,1fr);gap:12px;padding:14px}
  .tw-family-page-v100 .tw97-service-thumb{height:72px}
  .tw-family-page-v100 .tw97-service-facts{grid-template-columns:1fr 1fr;grid-column:1/-1}
  .tw-family-page-v100 .tw97-service-facts span{min-height:70px}
  .tw-family-page-v100 .tw97-select-repair{grid-column:1/-1;width:100%;justify-self:stretch}
}

/* =========================================================
   v10.2 — direct brand workspace + one-page booking
   ========================================================= */
.rc-book-page-v102{font-family:var(--z-flow-font);color:var(--ink);background:#fff}
.rc-book-page-v102 h1,.rc-book-page-v102 h2,.rc-book-page-v102 h3,.rc-book-page-v102 b,.rc-book-page-v102 strong{font-family:var(--z-flow-font)}
.rc-book-page-v102 .z-kicker{font-size:var(--z-flow-kicker)!important;line-height:1.4!important;letter-spacing:.025em!important;font-weight:850!important;text-transform:uppercase;color:var(--accent)}
.rc102-book-head{padding:34px 0 28px;border-bottom:1px solid #edf0f2;background:#fff}
.rc102-book-head-grid{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:46px;align-items:center}
.rc102-book-head h1{margin:7px 0 10px;font-size:var(--z-flow-h1-booking);line-height:1.04;letter-spacing:-.045em;font-weight:700;color:var(--ink)}
.rc102-book-head p{margin:0;max-width:700px;font-size:var(--z-flow-lead);line-height:1.65;color:var(--z-flow-muted)}
.rc102-head-selection{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(180px,.85fr);gap:0;min-height:102px;border:1px solid #e6eaed;border-radius:16px;background:#fff;overflow:hidden}
.rc102-head-device{display:flex;align-items:center;gap:14px;padding:12px 16px;border-right:1px solid #edf0f2;min-width:0}
.rc102-head-device>img{width:98px;height:74px;object-fit:cover;border-radius:11px;background:#f4f6f7}
.rc102-head-device span{min-width:0}.rc102-head-device small,.rc102-head-device b{display:block}
.rc102-head-device small{margin-bottom:4px;font-size:11px;line-height:1.4;color:#7a838a}.rc102-head-device b{font-size:15px;line-height:1.3;color:#1b2228}
.rc102-head-service{display:flex;flex-direction:column;justify-content:center;padding:14px 16px;background:#fafbfb}
.rc102-head-service small{font-size:10px;font-weight:800;letter-spacing:.055em;text-transform:uppercase;color:var(--accent)}
.rc102-head-service b{margin:5px 0 4px;font-size:14px;line-height:1.3;color:#1b2228}.rc102-head-service span{font-size:11px;line-height:1.4;color:#6f7981}

.rc102-book-section{padding:30px 0 64px;background:#f7f8f8}
.rc102-book-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}
.rc102-form-column{min-width:0}
.rc102-form{display:grid;gap:16px}
.rc102-form-card{padding:24px;border:1px solid #e5e9ec;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(20,28,35,.03)}
.rc102-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #eef1f3}
.rc102-card-head h2{margin:5px 0 5px;font-size:var(--z-flow-h2);line-height:1.1;letter-spacing:-.035em;font-weight:700;color:var(--ink)}
.rc102-card-head p{margin:0;font-size:var(--z-flow-body);line-height:1.6;color:var(--z-flow-muted)}
.rc102-time{flex:none;display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border:1px solid #e8ecef;border-radius:999px;background:#fafbfb;color:#68727a;font-size:11px;font-weight:700}
.rc102-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 18px}
.rc102-fields label,.rc102-notes{display:block;min-width:0}
.rc102-fields label>span,.rc102-notes>span{display:flex;align-items:center;gap:6px;margin-bottom:7px;font-size:13px;line-height:1.4;font-weight:700;color:#333c44}
.rc102-fields label>span em,.rc102-notes>span em{display:inline-flex;padding:2px 6px;border-radius:5px;background:#fff0e7;color:#d94b00;font-size:9px;font-style:normal;font-weight:850;letter-spacing:.05em;text-transform:uppercase}
.rc102-fields label>span small{color:#9aa1a7;font-weight:600}
.rc102-fields input,.rc102-notes textarea{width:100%;min-height:50px;padding:12px 13px;border:1px solid #dce2e6;border-radius:10px;background:#fff;color:#222a31;font-family:var(--z-flow-font);font-size:14px;line-height:1.4;transition:border-color .18s,box-shadow .18s}
.rc102-notes textarea{min-height:166px;resize:vertical;line-height:1.6}
.rc102-fields input:focus,.rc102-notes textarea:focus{outline:none;border-color:#ffad7f;box-shadow:0 0 0 4px rgba(255,90,0,.07)}
.rc102-fields label.wide{grid-column:1/-1}
.rc102-handover-head{display:flex;align-items:end;justify-content:space-between;margin:24px 0 10px;padding-top:20px;border-top:1px solid #eef1f3}
.rc102-handover-head b,.rc102-handover-head span{display:block}.rc102-handover-head b{font-size:16px;line-height:1.25;color:#1d252c}.rc102-handover-head span{margin-top:3px;font-size:12px;color:#7a838a}
.rc102-handover{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.rc102-handover label{display:block;cursor:pointer}.rc102-handover input{position:absolute;opacity:0;pointer-events:none}
.rc102-handover label>span{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-rows:auto auto auto;column-gap:11px;min-height:116px;padding:14px;border:1px solid #e5e9ec;border-radius:13px;background:#fff;transition:.18s}
.rc102-handover label>span>i{grid-row:1/4;width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#f4f6f7;color:#47525b;font-style:normal}
.rc102-handover svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.rc102-handover b{font-size:14px;line-height:1.3;color:#1d252c}.rc102-handover small{margin-top:3px;font-size:11px;line-height:1.45;color:#737d84}.rc102-handover em{align-self:end;margin-top:9px;font-size:9px;font-style:normal;font-weight:850;letter-spacing:.06em;text-transform:uppercase;color:#9aA1a6}.rc102-handover strong{position:absolute;right:11px;top:11px;width:22px;height:22px;display:none;place-items:center;border-radius:50%;background:var(--accent);color:#fff;font-size:12px}
.rc102-handover label:hover>span{border-color:#ffc4a4;background:#fffaf7}.rc102-handover input:checked+span{border-color:#ffb58d;background:#fff8f3;box-shadow:inset 0 0 0 1px #ffb58d}.rc102-handover input:checked+span>i{background:#fff0e7;color:var(--accent)}.rc102-handover input:checked+span strong{display:grid}
.rc102-address{margin-top:14px;padding:18px;border:1px solid #e8ecef;border-radius:13px;background:#fafbfb}
.rc102-address-title{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}.rc102-address-title b{font-size:14px;color:#1f272e}.rc102-address-title span{font-size:11px;color:#7b858c}
.rc102-address-fields{grid-template-columns:repeat(2,minmax(0,1fr))}

.rc102-notes-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:18px}
.rc102-notes small{display:block;margin-top:7px;font-size:11px;line-height:1.45;color:#838c93}
.rc102-upload-wrap{min-width:0}
.rc102-upload-title{margin-bottom:8px}.rc102-upload-title b,.rc102-upload-title span{display:block}.rc102-upload-title b{font-size:13px;color:#343d45}.rc102-upload-title b small{display:inline;color:#9aa1a7;font-weight:600}.rc102-upload-title span{margin-top:3px;font-size:11px;color:#7c858c}
.rc102-dropzone{min-height:166px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px;border:1.5px dashed #cfd7dd;border-radius:13px;background:#fafbfb;text-align:center;cursor:pointer;transition:.18s;outline:none}
.rc102-dropzone:hover,.rc102-dropzone:focus-visible,.rc102-dropzone.dragging{border-color:var(--accent);background:#fff8f3;box-shadow:0 0 0 4px rgba(255,90,0,.055)}
.rc102-dropzone>i{width:44px;height:44px;display:grid;place-items:center;margin-bottom:10px;border-radius:12px;background:#fff0e7;color:var(--accent);font-style:normal}.rc102-dropzone svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.rc102-dropzone>b{font-size:13px;color:#222a31}.rc102-dropzone>span{margin-top:3px;font-size:11px;color:#737d85}.rc102-dropzone>small{margin-top:7px;font-size:10px;color:#989fa5}
.rc102-previews{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}
.rc102-preview{min-width:0;border:1px solid #e6eaed;border-radius:10px;background:#fff;overflow:hidden}.rc102-preview img{display:block;width:100%;height:68px;object-fit:cover}.rc102-preview span{display:block;min-width:0;padding:7px}.rc102-preview b,.rc102-preview small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rc102-preview b{font-size:9px;color:#39434b}.rc102-preview small{margin-top:2px;font-size:8px;color:#92999f}
.rc102-submit-bar{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:18px 20px;border:1px solid #e5e9ec;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(20,28,35,.03)}
.rc102-submit-bar>div{display:flex;align-items:center;gap:10px}.rc102-submit-bar>div>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#fff0e7;color:var(--accent);font-size:14px;font-weight:900}.rc102-submit-bar p{margin:0;font-size:12px;line-height:1.5;color:#68727a}.rc102-submit-bar p b{color:#252d34}.rc102-submit{min-width:210px;min-height:48px;border-radius:8px!important;font-size:var(--z-flow-button)!important;font-weight:750!important}

.rc102-summary{position:sticky;top:18px;padding:18px;border:1px solid #e4e8eb;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(18,26,33,.045)}
.rc102-summary-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid #eef1f3}.rc102-summary-top a{font-size:12px;font-weight:750;color:var(--accent);text-decoration:none}
.rc102-summary-device{display:grid;grid-template-columns:86px minmax(0,1fr);gap:12px;align-items:center;padding:16px 0;border-bottom:1px solid #eef1f3}.rc102-summary-device>img{width:86px;height:68px;object-fit:cover;border-radius:10px;background:#f4f6f7}.rc102-summary-device>div>span{width:30px;height:22px;display:grid;place-items:center;margin-bottom:5px;border:1px solid #edf0f2;border-radius:6px;background:#fff}.rc102-summary-device>div>span img{max-width:22px;max-height:16px;object-fit:contain}.rc102-summary-device small,.rc102-summary-device b{display:block}.rc102-summary-device small{font-size:10px;color:#7d868d}.rc102-summary-device b{margin-top:3px;font-size:14px;line-height:1.3;color:#1e262d}
.rc102-summary-service{padding:15px 0;border-bottom:1px solid #eef1f3}.rc102-summary-service>small{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.055em;color:#8a9298}.rc102-summary-service h3{margin:5px 0 5px;font-size:18px;line-height:1.25;letter-spacing:-.02em;font-weight:700}.rc102-summary-service p{margin:0;font-size:11px;line-height:1.55;color:#737d84}
.rc102-summary-price{padding:15px 0 10px}.rc102-summary-price small,.rc102-summary-price strong{display:block}.rc102-summary-price small{font-size:10px;color:#8a9299}.rc102-summary-price strong{margin-top:3px;font-size:30px;line-height:1;color:#172028}
.rc102-summary-facts{display:grid;grid-template-columns:1fr 1fr;gap:8px}.rc102-summary-facts span{padding:10px;border:1px solid #e9edef;border-radius:10px;background:#fafbfb}.rc102-summary-facts small,.rc102-summary-facts b{display:block}.rc102-summary-facts small{font-size:9px;text-transform:uppercase;letter-spacing:.05em;color:#8a9299}.rc102-summary-facts b{margin-top:4px;font-size:11px;line-height:1.35;color:#232b32}
.rc102-summary-trust{display:grid;gap:8px;margin-top:13px;padding:13px;border-radius:11px;background:#fafbfb}.rc102-summary-trust span{font-size:11px;font-weight:650;color:#59646d}
.rc102-back-workspace{display:inline-flex;margin-top:14px;font-size:12px;font-weight:750;color:var(--accent);text-decoration:none}.rc102-back-workspace:hover{text-decoration:underline}

@media(max-width:1100px){.rc102-book-head-grid{grid-template-columns:1fr 440px;gap:28px}.rc102-book-grid{grid-template-columns:minmax(0,1fr) 290px}.rc102-notes-grid{grid-template-columns:1fr}.rc102-summary{top:12px}}
@media(max-width:900px){.rc102-book-head-grid,.rc102-book-grid{grid-template-columns:1fr}.rc102-head-selection{max-width:620px}.rc102-summary{position:static}.rc102-contact-fields{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.rc102-book-head{padding:24px 0 20px}.rc102-book-head h1{font-size:36px}.rc102-head-selection{grid-template-columns:1fr}.rc102-head-device{border-right:0;border-bottom:1px solid #edf0f2}.rc102-book-section{padding-top:18px}.rc102-form-card{padding:18px 14px}.rc102-card-head{flex-direction:column;gap:10px}.rc102-card-head h2{font-size:28px}.rc102-fields,.rc102-address-fields{grid-template-columns:1fr}.rc102-fields label.wide{grid-column:auto}.rc102-handover{grid-template-columns:1fr}.rc102-notes-grid{grid-template-columns:1fr}.rc102-submit-bar{flex-direction:column;align-items:stretch}.rc102-submit{width:100%;min-width:0}.rc102-previews{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* =========================================================
   v10.3.1 — keep repair categories on one desktop row
   ========================================================= */
@media(min-width:1181px){
  .tw-family-page-v100 .tw97-category-bar{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:stretch;
    justify-content:space-between;
    gap:0!important;
    padding:8px 14px 10px!important;
    overflow:hidden!important;
  }
  .tw-family-page-v100 .tw97-category-tab{
    flex:1 1 0!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    padding:0 4px!important;
    min-height:46px!important;
    justify-content:center!important;
    white-space:nowrap!important;
    font-size:clamp(9.5px,.72vw,11px)!important;
    letter-spacing:-.01em!important;
  }
  .tw-family-page-v100 .tw97-category-tab span{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .tw-family-page-v100 .tw97-category-tab small{
    flex:0 0 auto;
    min-width:18px!important;
    width:18px!important;
    height:18px!important;
    padding:0!important;
    font-size:9px!important;
  }
  .tw-family-page-v100 .tw97-category-tab:after{
    width:52px!important;
  }
  .tw-family-page-v100 .tw97-category-tab.active:after{
    width:62px!important;
  }
}

/* =========================================================
   v10.6.3 — centered desktop navigation + payment simulator
   ========================================================= */
@media(min-width:1043px){
  .z-nav{display:grid;grid-template-columns:minmax(150px,1fr) auto minmax(190px,1fr);gap:22px}
  .z-brand{justify-self:start}
  .z-desktop-nav{justify-self:center;margin-left:0;justify-content:center}
  .z-main-menu{justify-content:center}
  .z-nav-actions{justify-self:end;margin-left:0}
}

.ztestpay-page{font-family:Inter,"Segoe UI",Arial,sans-serif;background:#f8f9f9;color:var(--ink)}
.ztestpay-wrap{padding:50px 0 60px}
.ztestpay-banner{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:18px;padding:12px 16px;border:1px solid #ffd9c2;border-radius:12px;background:#fff7f1;color:#724b35;font-size:14px}
.ztestpay-banner span{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border-radius:999px;background:var(--accent);color:#fff;font-size:11px;font-weight:850;letter-spacing:.06em}
.ztestpay-banner p{margin:0}
.ztestpay-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}
.ztestpay-card,.ztestpay-summary{border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 14px 38px rgba(23,27,32,.05)}
.ztestpay-card{padding:28px}
.ztestpay-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:22px;border-bottom:1px solid var(--line)}
.ztestpay-head h1{margin:9px 0 8px;font-size:36px;line-height:1.12;letter-spacing:-.035em}
.ztestpay-head p{max-width:620px;margin:0;color:#5f656d;font-size:14px;line-height:1.65}
.ztestpay-gateway{width:54px;height:54px;display:grid;place-items:center;border-radius:14px;background:#fff3eb;color:var(--accent);font-size:14px;font-weight:900}
.ztestpay-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:22px}
.ztestpay-fields label{display:block}
.ztestpay-fields label.wide{grid-column:1/-1}
.ztestpay-fields span{display:block;margin-bottom:7px;font-size:14px;font-weight:750;color:#343c43}
.ztestpay-fields input{width:100%;height:50px;padding:0 14px;border:1px solid #dce2e6;border-radius:10px;background:#fafbfb;color:#2a3239;font-size:14px}
.ztestpay-actions{display:flex;align-items:center;gap:12px;margin-top:24px}
.ztestpay-fail{height:46px;padding:0 18px;border:1px solid #dfe3e6;border-radius:8px;background:#fff;color:#374149;font-size:14px;font-weight:750;cursor:pointer}
.ztestpay-note{margin:16px 0 0;color:#697179;font-size:13px;line-height:1.6}
.ztestpay-summary{padding:22px;position:sticky;top:100px}
.ztestpay-summary h2{margin:9px 0 18px;font-size:19px;line-height:1.25;letter-spacing:-.02em}
.ztestpay-summary-row{display:grid;grid-template-columns:88px minmax(0,1fr);gap:12px;padding:12px 0;border-top:1px solid var(--line);font-size:14px}
.ztestpay-summary-row span{color:#737b83}.ztestpay-summary-row b{overflow-wrap:anywhere}
.ztestpay-total{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-top:4px;padding:18px 0;border-top:1px solid var(--line)}
.ztestpay-total span{font-size:14px;color:#666f77}.ztestpay-total strong{font-size:30px;line-height:1;letter-spacing:-.03em}
.ztestpay-safe{display:flex;gap:10px;padding:12px;border-radius:10px;background:#f6f8f8}
.ztestpay-safe>span{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#fff0e7;color:var(--accent);font-weight:900}
.ztestpay-safe p{margin:0}.ztestpay-safe b,.ztestpay-safe small{display:block}.ztestpay-safe b{font-size:13px}.ztestpay-safe small{margin-top:2px;color:#747d85;font-size:13px}
@media(max-width:900px){.ztestpay-grid{grid-template-columns:1fr}.ztestpay-summary{position:static;order:-1}}
@media(max-width:620px){.ztestpay-wrap{padding:30px 0 40px}.ztestpay-card{padding:18px}.ztestpay-head{flex-direction:column}.ztestpay-head h1{font-size:29px}.ztestpay-fields{grid-template-columns:1fr}.ztestpay-fields label.wide{grid-column:auto}.ztestpay-actions{align-items:stretch;flex-direction:column}.ztestpay-actions>*{width:100%}.ztestpay-banner{align-items:flex-start;flex-direction:column}}

/* =========================================================
   Marketplace v10.7 — category + brand directories
   Homepage typography, minimal discovery, simpler purchase
   ========================================================= */
.mp-directory-page{font-family:inherit;background:#fff;color:var(--ink)}
.mp-directory-hero{padding:46px 0 42px;border-bottom:1px solid #eef0f1;background:linear-gradient(115deg,#fff 0,#fff 68%,#fbfbfa 100%)}
.mp-directory-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:48px;align-items:end}
.mp-directory-breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:25px;color:#8a9096;font-size:12px;font-weight:650}
.mp-directory-breadcrumb a{color:#555d65}.mp-directory-breadcrumb span{color:#b5bbc0}.mp-directory-breadcrumb b{color:#858c93;font-weight:700}
.mp-directory-hero h1{max-width:720px;margin:11px 0 14px;font-size:52px;line-height:1.04;letter-spacing:-.045em;font-weight:700}
.mp-directory-hero p{max-width:660px;margin:0;color:#60676f;font-size:16px;line-height:1.7}
.mp-directory-switch{min-width:225px;padding:17px 0 2px;border-top:1px solid #dfe3e6}
.mp-directory-switch span,.mp-directory-switch a{display:block}.mp-directory-switch span{color:#8b9198;font-size:12px}.mp-directory-switch a{margin-top:4px;color:#20252a;font-size:14px;font-weight:800}.mp-directory-switch i{margin-left:8px;color:var(--accent);font-style:normal}
.mp-directory-content{padding:48px 0 62px}
.mp-directory-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:27px}
.mp-directory-head h2{margin:0;font-size:36px;line-height:1.12;letter-spacing:-.035em;font-weight:700}.mp-directory-head p{margin:8px 0 0;color:#70777e;font-size:14px}.mp-directory-head>a{color:var(--accent);font-size:13px;font-weight:800;white-space:nowrap}
.mp-directory-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.mp-directory-card{position:relative;min-width:0;border:1px solid #e7e9eb;border-radius:13px;background:#fff;overflow:hidden;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.mp-directory-card:hover{border-color:#ffc5a5;transform:translateY(-2px);box-shadow:0 14px 34px rgba(22,27,32,.055)}
.mp-directory-visual{height:150px;display:grid;place-items:center;background:#fafafa;border-bottom:1px solid #eef0f1;padding:21px}
.mp-directory-visual img{width:100%;height:100%;object-fit:contain}
.mp-directory-card-copy{padding:16px 17px 19px}.mp-directory-card-copy>span{display:block;color:var(--accent);font-size:10.5px;font-weight:850;letter-spacing:.035em;text-transform:uppercase}.mp-directory-card-copy h3{margin:5px 0 7px;font-size:17px;line-height:1.25;letter-spacing:-.018em;font-weight:700}.mp-directory-card-copy p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px;margin:0;color:#737a81;font-size:12.5px;line-height:1.55}
.mp-directory-arrow{position:absolute;right:13px;top:12px;width:29px;height:29px;display:grid;place-items:center;border:1px solid #e6e8ea;border-radius:50%;background:#fff;color:#8d949a;font-style:normal;font-size:13px;transition:.18s}.mp-directory-card:hover .mp-directory-arrow{border-color:#ffc7a8;background:#fff6f0;color:var(--accent);transform:translateX(2px)}
.mp-brand-directory-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.mp-brand-directory-card{position:relative;min-height:144px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px;border:1px solid #e6e9eb;border-radius:13px;background:#fff;text-align:center;transition:.18s ease}
.mp-brand-directory-card:hover{border-color:#ffc5a5;background:#fffdfa;transform:translateY(-2px);box-shadow:0 13px 30px rgba(23,27,32,.05)}
.mp-brand-directory-logo{height:47px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.mp-brand-directory-logo img{max-width:112px;max-height:36px;width:auto;height:auto;object-fit:contain}
.mp-brand-directory-card h3{margin:0;font-size:14px;font-weight:750;letter-spacing:-.01em}.mp-brand-directory-card span{display:block;margin-top:3px;color:#90969c;font-size:11.5px}.mp-brand-directory-card>i{position:absolute;right:11px;bottom:10px;color:#b2b7bc;font-size:13px;font-style:normal}.mp-brand-directory-card:hover>i{color:var(--accent)}
.mp-directory-empty{padding:50px 24px;border:1px dashed #dfe3e6;border-radius:14px;text-align:center;background:#fbfbfa}.mp-directory-empty h3{margin:0;font-size:20px}.mp-directory-empty p{margin:8px 0 0;color:#767d84;font-size:13px}
.mp-simple-buy{padding:26px 0;background:#fafafa;border-top:1px solid #eceeef;border-bottom:1px solid #eceeef}
.mp-simple-buy>.container{display:grid;grid-template-columns:330px 1fr;gap:48px;align-items:center}.mp-simple-buy-title h2{margin:5px 0 0;font-size:25px;line-height:1.18;letter-spacing:-.03em;font-weight:700}.mp-simple-buy-steps{display:grid;grid-template-columns:repeat(3,1fr)}.mp-simple-buy-steps>div{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:start;padding:4px 24px;border-left:1px solid #e2e5e7}.mp-simple-buy-steps>div:first-child{border-left:0}.mp-simple-buy-steps>b{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#fff1e8;color:var(--accent);font-size:10px}.mp-simple-buy-steps strong,.mp-simple-buy-steps small{display:block}.mp-simple-buy-steps strong{font-size:13.5px}.mp-simple-buy-steps small{margin-top:2px;color:#7e858c;font-size:11.5px;line-height:1.45}
.mp-brand-directory-page .mp-simple-buy>.container{display:flex;justify-content:space-between;gap:28px}.mp-brand-directory-page .mp-simple-buy .z-btn{min-width:190px}

/* Marketplace navigation: make Categories and Brands explicit destinations. */
.mp-mega-v107-directory{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;margin:0 0 14px!important}.mp-mega-v107-directory>a{min-height:54px!important;display:grid!important;grid-template-columns:1fr auto!important;grid-template-rows:auto auto!important;align-content:center!important;padding:9px 10px!important;margin:0!important;border:1px solid #e7e9eb!important;border-radius:9px!important;background:#fafafa!important}.mp-mega-v107-directory span{grid-column:1!important;color:#90969c!important;font-size:9.5px!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.07em!important;font-weight:850!important}.mp-mega-v107-directory b{grid-column:1!important;margin-top:3px!important;color:#252b30!important;font-size:11.8px!important}.mp-mega-v107-directory i{grid-column:2!important;grid-row:1/3!important;align-self:center!important;color:#aeb4b9!important;font-style:normal!important}.mp-mega-v107-directory>a:hover{border-color:#ffcdb2!important;background:#fff7f2!important}.mp-mega-v107-directory>a:hover b,.mp-mega-v107-directory>a:hover i{color:var(--accent)!important}
.mp-mega-v107-allbrands{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:34px!important;margin:-4px 0 10px!important;padding:0 2px!important;color:#656d74!important;font-size:10.5px!important;font-weight:800!important}.mp-mega-v107-allbrands i{font-style:normal!important;color:var(--accent)!important}
.mp-browse-directory{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:8px 8px 2px}.mp-browse-directory>a{min-height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;border:1px solid #e7eaec;border-radius:8px;background:#fafafa;font-size:11.5px;font-weight:800}.mp-browse-directory>a:hover{border-color:#ffcdb3;background:#fff7f2;color:var(--accent)}.mp-browse-directory i{font-style:normal;color:var(--accent)}

/* Product page: one-click Buy now route alongside cart. */
.mp-buy-row-v107{grid-template-columns:116px minmax(130px,.76fr) minmax(170px,1fr)}.mp-add-secondary{height:46px;border-color:#d9dde0;background:#fff;color:#2d3338;box-shadow:none}.mp-add-secondary:hover{border-color:#ffb58d;background:#fff8f4;color:var(--accent)}.mp-buy-now{height:46px;justify-content:center;gap:12px}.mp-buy-now span{font-size:16px}

@media(max-width:1100px){.mp-directory-grid,.mp-brand-directory-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mp-directory-hero h1{font-size:46px}.mp-simple-buy>.container{grid-template-columns:280px 1fr;gap:28px}.mp-simple-buy-steps>div{padding-left:16px;padding-right:16px}.mp-buy-row-v107{grid-template-columns:106px 1fr 1fr}}
@media(max-width:820px){.mp-directory-hero{padding:34px 0}.mp-directory-hero-grid{grid-template-columns:1fr;gap:25px}.mp-directory-switch{max-width:260px}.mp-directory-grid,.mp-brand-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mp-directory-head{align-items:flex-start;flex-direction:column;gap:12px}.mp-simple-buy>.container{grid-template-columns:1fr;gap:22px}.mp-simple-buy-steps>div:first-child{border-left:1px solid #e2e5e7}.mp-brand-directory-page .mp-simple-buy>.container{align-items:flex-start;flex-direction:column}.mp-buy-row-v107{grid-template-columns:105px 1fr}.mp-buy-row-v107 .mp-buy-now{grid-column:1/-1}}
@media(max-width:560px){.mp-directory-hero>.container,.mp-directory-content>.container,.mp-simple-buy>.container{width:calc(100% - 28px)}.mp-directory-breadcrumb{margin-bottom:18px}.mp-directory-hero h1{font-size:36px}.mp-directory-hero p{font-size:14px}.mp-directory-content{padding:34px 0 45px}.mp-directory-head h2{font-size:29px}.mp-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.mp-directory-visual{height:108px;padding:14px}.mp-directory-card-copy{padding:12px 12px 15px}.mp-directory-card-copy h3{font-size:14px}.mp-directory-card-copy p{display:none}.mp-directory-card-copy>span{font-size:9.5px}.mp-directory-arrow{width:26px;height:26px;right:8px;top:8px}.mp-brand-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.mp-brand-directory-card{min-height:118px;padding:13px}.mp-brand-directory-logo{height:39px}.mp-brand-directory-logo img{max-width:88px;max-height:30px}.mp-simple-buy{padding:23px 0}.mp-simple-buy-title h2{font-size:22px}.mp-simple-buy-steps{grid-template-columns:1fr}.mp-simple-buy-steps>div{border-left:0!important;border-top:1px solid #e3e6e8;padding:12px 0}.mp-simple-buy-steps>div:first-child{border-top:0}.mp-buy-row-v107{grid-template-columns:92px 1fr;gap:8px}.mp-buy-row-v107 .mp-buy-now{grid-column:1/-1}.mp-add-secondary{padding:0 12px}.mp-browse-directory{grid-template-columns:1fr}}


/* =========================================================
   Marketplace navigation v10.7.2 — compact header dropdown
   ========================================================= */
@media(min-width:901px){
  .z-menu-item.mp-marketplace-menu.mp-marketplace-simple{position:relative!important}
  .mp-marketplace-simple>.mp-market-simple-menu{
    position:absolute!important;top:calc(100% - 2px)!important;left:50%!important;right:auto!important;
    width:236px!important;min-width:236px!important;max-width:236px!important;height:auto!important;
    display:block!important;grid-template-columns:none!important;gap:0!important;margin:0!important;padding:7px!important;
    overflow:visible!important;max-height:none!important;border:1px solid #e7e9eb!important;border-radius:12px!important;
    background:#fff!important;box-shadow:0 16px 38px rgba(20,25,31,.11)!important;
    opacity:0!important;visibility:hidden!important;transform:translate(-50%,6px)!important;
    transition:opacity .15s ease,transform .15s ease,visibility .15s ease!important;z-index:120!important
  }
  .mp-marketplace-simple:hover>.mp-market-simple-menu,.mp-marketplace-simple:focus-within>.mp-market-simple-menu{opacity:1!important;visibility:visible!important;transform:translate(-50%,0)!important}
  .mp-marketplace-simple>.mp-market-simple-menu:before{content:"";position:absolute;top:-6px;left:50%;width:10px;height:10px;transform:translateX(-50%) rotate(45deg);background:#fff;border-left:1px solid #e7e9eb;border-top:1px solid #e7e9eb}
  .mp-market-simple-menu>.z-menu-item{width:100%!important;margin:0!important;padding:0!important;border:0!important}
  .mp-market-simple-menu>.z-menu-item+.z-menu-item{border-top:1px solid #f0f1f2!important}
  .mp-market-simple-menu>.z-menu-item>.z-menu-link{min-height:43px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:0 11px!important;border:0!important;border-radius:8px!important;background:#fff!important;color:#252b31!important;font-family:inherit!important;font-size:12.5px!important;font-weight:700!important;line-height:1.2!important;white-space:nowrap!important}
  .mp-market-simple-menu>.z-menu-item>.z-menu-link i{color:#b3b9bf;font-size:12px;font-style:normal;transition:transform .15s ease,color .15s ease}
  .mp-market-simple-menu>.z-menu-item>.z-menu-link:hover,.mp-market-simple-menu>.z-menu-item>.z-menu-link:focus{background:#fff7f2!important;color:#1c2228!important}
  .mp-market-simple-menu>.z-menu-item>.z-menu-link:hover i,.mp-market-simple-menu>.z-menu-item>.z-menu-link:focus i{color:var(--accent);transform:translateX(2px)}
}
@media(max-width:900px){.mp-mobile-marketplace .z-mobile-submenu{padding-bottom:10px}}


/* =========================================================
   Marketplace mega menu v10.7.6 — client-approved layout,
   corrected equal promo banners and homepage typography.
   ========================================================= */
@media(min-width:1001px){
  .mp-marketplace-menu>.mp-mega-menu-v74,
  .mp-marketplace-menu>.mp-mega-menu-v74 *{
    font-family:Inter,"Segoe UI",Arial,sans-serif!important;
  }
  .mp-mega-v76-side{
    display:flex!important;
    flex-direction:column!important;
    min-width:0!important;
  }
  .mp-mega-v76-side .mp-mega-v74-heading{
    margin-bottom:10px!important;
  }
  .mp-mega-v76-side .mp-mega-v74-heading span{
    font-size:10px!important;
    line-height:1.2!important;
    letter-spacing:.11em!important;
    font-weight:800!important;
  }
  .mp-mega-v76-side .mp-mega-v74-heading b{
    margin-top:4px!important;
    font-size:15px!important;
    line-height:1.2!important;
    letter-spacing:-.015em!important;
    font-weight:750!important;
  }
  .mp-mega-v76-side .mp-mega-v74-brands{
    gap:7px!important;
    margin-bottom:10px!important;
  }
  .mp-mega-v76-side .mp-mega-v74-brands>a{
    height:42px!important;
    border-radius:9px!important;
  }
  .mp-mega-v76-promos{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  .mp-mega-v76-promo{
    position:relative!important;
    isolation:isolate!important;
    width:100%!important;
    height:72px!important;
    min-height:72px!important;
    max-height:72px!important;
    box-sizing:border-box!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    align-items:flex-start!important;
    gap:2px!important;
    margin:0!important;
    padding:10px 12px!important;
    overflow:hidden!important;
    border:0!important;
    border-radius:10px!important;
    background:#171b20!important;
    color:#fff!important;
    text-decoration:none!important;
    transition:transform .16s ease,box-shadow .16s ease!important;
  }
  .mp-mega-v76-promo:before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:-2!important;
    background-image:linear-gradient(90deg,rgba(12,15,18,.94) 0%,rgba(12,15,18,.72) 48%,rgba(12,15,18,.20) 78%,rgba(12,15,18,.08) 100%),var(--mp-promo-photo)!important;
    background-size:cover!important;
    background-position:center right!important;
  }
  .mp-mega-v76-promo:after{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:-1!important;
    background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.17))!important;
  }
  .mp-mega-v76-promo:hover{
    transform:translateY(-1px)!important;
    box-shadow:0 8px 20px rgba(20,25,30,.14)!important;
  }
  .mp-mega-v76-promo span,
  .mp-mega-v76-promo b{
    display:block!important;
    margin:0!important;
    max-width:165px!important;
    color:#fff!important;
  }
  .mp-mega-v76-promo span{
    font-size:9px!important;
    line-height:1.1!important;
    letter-spacing:.11em!important;
    font-weight:800!important;
    color:#ff8b4d!important;
    text-transform:uppercase!important;
  }
  .mp-mega-v76-promo b{
    margin-top:3px!important;
    font-size:13px!important;
    line-height:1.14!important;
    letter-spacing:-.015em!important;
    font-weight:750!important;
  }
  .mp-mega-v76-promo-clearance:before{
    background-image:linear-gradient(90deg,rgba(15,17,19,.92) 0%,rgba(15,17,19,.66) 50%,rgba(15,17,19,.10) 84%),var(--mp-promo-photo)!important;
    background-position:center!important;
  }
  .mp-mega-v76-promo-clearance span{color:#ff9a63!important}
  .mp-mega-v76-promo-weekly:before{
    background-image:linear-gradient(90deg,rgba(12,15,18,.94) 0%,rgba(12,15,18,.68) 51%,rgba(12,15,18,.09) 85%),var(--mp-promo-photo)!important;
    background-position:center!important;
  }
  /* Remove the old promo/footer controls from this approved menu. */
  .mp-mega-v76-side .mp-mega-v107-directory,
  .mp-mega-v76-side .mp-mega-v107-allbrands,
  .mp-mega-v76-side .mp-mega-v74-feature,
  .mp-mega-v76-side .mp-mega-v74-quick,
  .mp-mega-v76-side .mp-mega-v74-shopall{display:none!important}
}


/* =========================================================
   Marketplace v10.7.7 — collection polish + graded pricing
   ========================================================= */
.mp-page-v71,.mp-page-v71 *{font-family:inherit}
.mp-arrow-svg{width:16px;height:16px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mp-inline-arrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-left:5px!important;vertical-align:middle!important;transition:transform .18s ease!important}
a:hover>.mp-inline-arrow,.z-btn:hover .mp-inline-arrow,.mp-promo-card:hover .mp-inline-arrow{transform:translateX(3px)!important}

/* Give the banner and reassurance strip deliberate breathing room. */
.mp-hero-v71 .mp-trust-strip{margin-top:14px!important;border-top:1px solid #e7e9eb!important;border-radius:14px!important;box-shadow:0 10px 28px rgba(20,24,29,.035)!important;overflow:hidden}
.mp-hero-v71 .mp-hero-slider{box-shadow:0 16px 42px rgba(24,28,33,.095)!important}

/* Dropdown controls: refined arrows with a safe right inset. */
.mp-sort select,.mp-filters select{appearance:none!important;-webkit-appearance:none!important;padding-right:44px!important;background-color:#fff!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20'%3E%3Cpath d='m6.5 8 3.5 3.5L13.5 8' fill='none' stroke='%236f7880' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 14px center!important;background-size:16px 16px!important}
.mp-browse-panel>a{grid-template-columns:36px minmax(0,1fr) 30px!important;padding:8px 8px 8px 9px!important}
.mp-browse-panel>a>i.mp-dropdown-arrow{width:27px!important;height:27px!important;display:grid!important;place-items:center!important;justify-self:end!important;margin-right:1px!important;border:1px solid #e5e8ea!important;border-radius:50%!important;background:#fff!important;color:#8d959c!important;transition:.18s ease!important}
.mp-browse-panel>a:hover>i.mp-dropdown-arrow{border-color:#ffc8aa!important;background:#fff5ee!important;color:var(--accent)!important;transform:translateX(1px)!important}
.mp-browse-directory>a{padding-right:7px!important}.mp-browse-directory>a .mp-dropdown-arrow{margin-left:auto!important}
.mp-browse-panel .mp-browse-all i.mp-dropdown-arrow{border-color:#ffffff2e!important;background:#ffffff10!important;color:#ff8c50!important}

/* Replace basic arrows in category tiles with a small premium action button. */
.mp-category-card{grid-template-columns:58px minmax(0,1fr) 32px!important}
.mp-card-arrow{width:29px;height:29px;display:grid!important;place-items:center!important;justify-self:end;border:1px solid #e5e8ea;border-radius:50%;background:#fff;color:#9aa1a7;transition:.18s ease}
.mp-category-card:hover .mp-card-arrow{border-color:#ffc7a8;background:#fff5ee;color:var(--accent);transform:translateX(2px)}
.mp-categories-v71 .mp-section-head>a,.mp-promo-card>b{display:inline-flex!important;align-items:center!important}

/* Header mega-menu arrows get the same restrained interaction language. */
.mp-mega-v74-links>a{grid-template-columns:44px minmax(0,1fr) 30px!important;padding-right:7px!important}
.mp-mega-v74-links>a>i.mp-mega-v77-arrow{width:27px!important;height:27px!important;display:grid!important;place-items:center!important;justify-self:end!important;margin:0 1px 0 0!important;border:1px solid #e8eaec!important;border-radius:50%!important;background:#fff!important;color:#9ba2a8!important}
.mp-mega-v74-links>a:hover>i.mp-mega-v77-arrow{border-color:#ffc6a6!important;background:#fff4ed!important;color:var(--accent)!important;transform:translateX(1px)!important}
.mp-mega-v74-view{display:inline-flex!important;align-items:center!important;gap:4px!important}.mp-mega-v74-view .mp-inline-arrow{color:var(--accent)!important}

/* Catalogue hierarchy and product cards. */
.mp-catalogue-v71{padding-top:48px!important}
.mp-catalogue-v71 .mp-catalogue-top{margin-bottom:18px!important}
.mp-results-bar{margin-bottom:14px!important;border-color:#e7e9eb!important;background:#fff!important}
.mp-product-card-v77{border-color:#e6e8ea!important;background:#fff!important;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important}
.mp-product-card-v77:hover{transform:translateY(-3px)!important;border-color:#d9dde0!important;box-shadow:0 18px 42px rgba(20,24,29,.075)!important}
.mp-product-card-v77 .mp-product-image{border-bottom:1px solid #eef0f1!important;background:linear-gradient(145deg,#fbfbfb,#f5f6f6)!important}
.mp-product-card-v77 .mp-product-body{padding:15px!important}
.mp-product-card-v77 h3{margin:8px 0 7px!important;font-size:15px!important;letter-spacing:-.012em!important}
.mp-product-card-v77 .mp-product-meta{align-items:center!important}
.mp-product-status-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:25px;margin-top:8px}
.mp-product-status-row .mp-stock-mini{margin-top:0!important}
.mp-condition-count{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border:1px solid #e6e8ea;border-radius:999px;background:#fafafa;color:#737b82;font-size:10.5px;font-weight:750;white-space:nowrap}
.mp-card-price{display:flex;align-items:baseline;gap:6px;min-width:0;flex-wrap:wrap}
.mp-price-from{color:#747b82;font-size:11px;font-weight:750;letter-spacing:.01em}
.mp-card-price strong{font-size:17px!important;letter-spacing:-.02em}
.mp-card-price del{font-size:11px!important;color:#a0a6ab!important}
.mp-product-card-v77 .mp-product-foot{min-height:48px;margin-top:11px!important;padding-top:11px!important}
.mp-card-action{width:38px!important;height:38px!important;display:grid!important;place-items:center!important;flex:0 0 38px!important;padding:0!important;border:1px solid #ffd4bd!important;border-radius:10px!important;background:#fff7f2!important;color:var(--accent)!important;cursor:pointer!important;transition:.18s ease!important}
.mp-card-action svg{width:18px!important;height:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.mp-card-action:hover{border-color:#ffb58c!important;background:var(--accent)!important;color:#fff!important;transform:translateX(1px)!important}
.mp-card-action-options{border-radius:50%!important;text-decoration:none!important}

@media(max-width:600px){
 .mp-hero-v71 .mp-trust-strip{margin-top:10px!important}
 .mp-category-card{grid-template-columns:44px minmax(0,1fr)!important}.mp-card-arrow{display:none!important}
 .mp-product-card-v77 .mp-product-body{padding:10px!important}.mp-condition-count{display:none!important}
 .mp-card-price{gap:4px}.mp-card-price strong{font-size:14px!important}.mp-price-from{font-size:9.5px}
 .mp-card-action{width:34px!important;height:34px!important;flex-basis:34px!important}
}

.mp-browse-menu>summary{padding-right:16px!important}
\n\n/* =========================================================
   Marketplace v10.7.8 — restore approved mega menu; right side only
   ========================================================= */
@media(min-width:1001px){
  /* Restore the client-approved menu layout and typography exactly. */
  .mp-marketplace-menu>.mp-mega-menu-v74,
  .mp-marketplace-menu>.mp-mega-menu-v74 *{font-family:Inter,"Segoe UI",Arial,sans-serif!important}
  .mp-mega-v74-shell{grid-template-columns:1fr 1.12fr 260px!important;gap:0!important;padding:22px!important}
  .mp-mega-v74-col{padding:0 20px 0 0!important}
  .mp-mega-v74-col:nth-child(2){padding:0 20px!important;border-left:1px solid #edf0f2!important;border-right:1px solid #edf0f2!important}
  .mp-mega-v74-links{display:grid!important;gap:4px!important}
  .mp-mega-v74-links>a{display:grid!important;grid-template-columns:46px minmax(0,1fr) 14px!important;gap:11px!important;min-height:58px!important;padding:6px 8px!important}
  .mp-mega-v74-links-compact>a{min-height:51px!important}
  .mp-mega-v74-links>a>i{width:auto!important;height:auto!important;display:block!important;border:0!important;border-radius:0!important;background:transparent!important;font-style:normal!important;font-size:14px!important;color:#b7bdc2!important;margin:0!important;padding:0!important}
  .mp-mega-v74-links>a:hover>i{color:var(--accent)!important;transform:translateX(2px)!important;background:transparent!important;border:0!important}
  .mp-mega-v74-view{display:inline-flex!important;align-items:center!important;gap:8px!important;margin:11px 0 0 8px!important;font-size:11.5px!important;font-weight:850!important}

  /* Right column only: trusted brands followed by three equal image promos. */
  .mp-mega-v76-side{display:flex!important;flex-direction:column!important;min-width:0!important;padding-left:20px!important}
  .mp-mega-v76-side .mp-mega-v74-heading{margin-bottom:10px!important}
  .mp-mega-v76-side .mp-mega-v74-heading span{font-size:10px!important;line-height:1.2!important;letter-spacing:.13em!important;font-weight:900!important;color:var(--accent)!important}
  .mp-mega-v76-side .mp-mega-v74-heading b{margin-top:4px!important;font-size:15px!important;line-height:1.25!important;letter-spacing:-.01em!important;font-weight:800!important;color:#20252a!important}
  .mp-mega-v76-side .mp-mega-v74-brands{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin:0 0 10px!important}
  .mp-mega-v76-side .mp-mega-v74-brands>a{height:43px!important;padding:7px!important;border:1px solid #e6e9eb!important;border-radius:9px!important;background:#fff!important}
  .mp-mega-v76-side .mp-mega-v74-brands img{max-width:72px!important;max-height:24px!important;width:auto!important;height:auto!important;object-fit:contain!important}
  .mp-mega-v76-promos{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;width:100%!important;margin:0!important;padding:0!important}
  .mp-mega-v76-promo{position:relative!important;isolation:isolate!important;width:100%!important;height:56px!important;min-height:56px!important;max-height:56px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;gap:1px!important;margin:0!important;padding:8px 10px!important;overflow:hidden!important;border:0!important;border-radius:9px!important;background:#171b20!important;color:#fff!important;text-decoration:none!important;box-sizing:border-box!important;transition:transform .16s ease,box-shadow .16s ease!important}
  .mp-mega-v76-promo:before{content:""!important;position:absolute!important;inset:0!important;z-index:-2!important;background-image:linear-gradient(90deg,rgba(12,15,18,.93) 0%,rgba(12,15,18,.64) 48%,rgba(12,15,18,.08) 86%),var(--mp-promo-photo)!important;background-size:cover!important;background-position:center right!important}
  .mp-mega-v76-promo:after{content:""!important;position:absolute!important;inset:0!important;z-index:-1!important;background:linear-gradient(180deg,rgba(0,0,0,.01),rgba(0,0,0,.13))!important}
  .mp-mega-v76-promo:hover{transform:translateY(-1px)!important;box-shadow:0 7px 18px rgba(20,25,30,.13)!important}
  .mp-mega-v76-promo span,.mp-mega-v76-promo b{display:block!important;margin:0!important;max-width:150px!important;color:#fff!important}
  .mp-mega-v76-promo span{font-size:8px!important;line-height:1.05!important;letter-spacing:.12em!important;font-weight:900!important;color:#ff8d51!important;text-transform:uppercase!important}
  .mp-mega-v76-promo b{margin-top:2px!important;font-size:11.5px!important;line-height:1.12!important;letter-spacing:-.01em!important;font-weight:800!important}
  .mp-mega-v76-promo-clearance:before{background-image:linear-gradient(90deg,rgba(14,16,18,.92) 0%,rgba(14,16,18,.62) 50%,rgba(14,16,18,.08) 86%),var(--mp-promo-photo)!important;background-position:center!important}
  .mp-mega-v76-promo-weekly:before{background-image:linear-gradient(90deg,rgba(12,15,18,.93) 0%,rgba(12,15,18,.63) 50%,rgba(12,15,18,.08) 86%),var(--mp-promo-photo)!important;background-position:center!important}
  .mp-mega-v76-side .mp-mega-v107-directory,.mp-mega-v76-side .mp-mega-v107-allbrands,.mp-mega-v76-side .mp-mega-v74-feature,.mp-mega-v76-side .mp-mega-v74-quick,.mp-mega-v76-side .mp-mega-v74-shopall{display:none!important}
}
@media(min-width:1001px) and (max-width:1180px){
  .mp-mega-v74-shell{grid-template-columns:1fr 1.08fr 225px!important;padding:18px!important}
  .mp-mega-v74-col{padding-right:15px!important}.mp-mega-v74-col:nth-child(2){padding-left:15px!important;padding-right:15px!important}.mp-mega-v76-side{padding-left:15px!important}
  .mp-mega-v74-copy small{display:none!important}.mp-mega-v74-links>a{min-height:50px!important}
  .mp-mega-v76-promo{height:52px!important;min-height:52px!important;max-height:52px!important}
}


/* =========================================================
   Marketplace menu v10.7.9 — same showcase system as reference
   Only the Marketplace desktop submenu is affected.
   ========================================================= */
@media(min-width:901px){
  .z-nav{position:relative!important}
  .mp108-trigger{position:static!important}
  .mp108-trigger>.mp108-menu{
    top:calc(100% - 1px)!important;
    left:50%!important;
    right:auto!important;
    width:min(1448px,calc(100vw - 86px))!important;
    min-width:900px!important;
    max-width:none!important;
    padding:0!important;
    margin:0!important;
    border:1px solid #dfe4e8!important;
    border-radius:15px!important;
    background:#fff!important;
    box-shadow:0 26px 74px rgba(19,27,36,.15)!important;
    overflow:visible!important;
    max-height:none!important;
    transform:translate(-50%,8px)!important;
  }
  .mp108-trigger>.mp108-menu:before{
    content:""!important;
    position:absolute!important;
    top:-9px!important;
    left:50%!important;
    width:17px!important;
    height:17px!important;
    background:#fff!important;
    border-left:1px solid #dfe4e8!important;
    border-top:1px solid #dfe4e8!important;
    transform:translateX(-50%) rotate(45deg)!important;
    z-index:1!important;
  }
  .mp108-trigger:hover>.mp108-menu,.mp108-trigger:focus-within>.mp108-menu{transform:translate(-50%,0)!important}
  .mp108-shell{display:block!important;width:100%!important;padding:0!important;margin:0!important;background:#fff!important;border-radius:15px!important;overflow:hidden!important}
  .mp108-menu,.mp108-menu *{font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important;box-sizing:border-box!important}
  .mp108-main{display:grid!important;grid-template-columns:32% 35% 33%!important;padding:36px 32px 28px!important;background:#fff!important}
  .mp108-col,.mp108-side{min-width:0!important;padding:0 28px!important}
  .mp108-col:first-child{padding-left:0!important}
  .mp108-side{padding-right:0!important}
  .mp108-accessories{border-left:1px solid #dfe4e8!important;border-right:1px solid #dfe4e8!important}
  .mp108-heading{margin:0 0 19px!important}
  .mp108-heading>span{display:block!important;margin:0 0 6px!important;color:var(--accent)!important;font-size:12px!important;line-height:1.2!important;letter-spacing:.105em!important;font-weight:850!important;text-transform:uppercase!important}
  .mp108-heading h3{margin:0!important;color:#151d2b!important;font-size:20px!important;line-height:1.17!important;letter-spacing:-.025em!important;font-weight:850!important}
  .mp108-list{display:grid!important;gap:9px!important}
  .mp108-item{
    min-height:74px!important;
    display:grid!important;
    grid-template-columns:62px minmax(0,1fr) 34px!important;
    gap:15px!important;
    align-items:center!important;
    padding:4px 0!important;
    margin:0!important;
    color:#151d29!important;
    border:0!important;
    background:transparent!important;
  }
  .mp108-item:hover{color:#151d29!important}
  .mp108-item-icon{width:62px!important;height:62px!important;display:grid!important;place-items:center!important;border:1px solid #e1e5e9!important;border-radius:12px!important;background:#fff!important;transition:.16s ease!important}
  .mp108-item:hover .mp108-item-icon{border-color:#ffc8a7!important;background:#fff9f5!important;transform:translateY(-1px)!important}
  .mp108-item-icon img{display:block!important;max-width:46px!important;max-height:46px!important;width:auto!important;height:auto!important;object-fit:contain!important}
  .mp108-item-copy{min-width:0!important}
  .mp108-item-copy b,.mp108-item-copy small{display:block!important;margin:0!important;white-space:normal!important}
  .mp108-item-copy b{font-size:15px!important;line-height:1.23!important;font-weight:820!important;color:#131b27!important}
  .mp108-item-copy small{margin-top:5px!important;font-size:11.5px!important;line-height:1.4!important;color:#6f7884!important;font-weight:500!important}
  .mp108-arrow{width:30px!important;height:30px!important;display:grid!important;place-items:center!important;color:#2b3541!important;justify-self:end!important;transition:.16s ease!important}
  .mp108-arrow svg,.mp108-viewall svg,.mp108-quick svg,.mp108-dark svg,.mp108-footer svg,.mp108-feature svg{width:24px!important;height:14px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.3!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .mp108-item:hover .mp108-arrow{color:var(--accent)!important;transform:translateX(3px)!important}
  .mp108-viewall{display:inline-flex!important;align-items:center!important;gap:10px!important;margin:22px 0 0!important;padding:0!important;color:var(--accent)!important;font-size:13px!important;line-height:1.2!important;font-weight:850!important}
  .mp108-viewall>span{display:grid!important;place-items:center!important}
  .mp108-viewall:hover{color:#e84f00!important}
  .mp108-brands{display:grid!important;grid-template-columns:1fr 1fr!important;gap:11px 16px!important;margin-bottom:15px!important}
  .mp108-brands>a{height:67px!important;display:grid!important;place-items:center!important;margin:0!important;padding:8px 12px!important;border:1px solid #dfe4e8!important;border-radius:10px!important;background:#fff!important;transition:.16s ease!important}
  .mp108-brands>a:hover{border-color:#ffc6a3!important;background:#fffaf7!important;transform:translateY(-1px)!important}
  .mp108-brands img{display:block!important;max-width:112px!important;max-height:39px!important;width:auto!important;height:auto!important;object-fit:contain!important;filter:none!important}
  .mp108-feature{position:relative!important;min-height:154px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;overflow:hidden!important;isolation:isolate!important;margin:0 0 7px!important;padding:19px 20px!important;border-radius:11px!important;color:#fff!important;background:#111820!important}
  .mp108-feature:before{content:""!important;position:absolute!important;inset:0!important;background-image:linear-gradient(90deg,rgba(10,15,21,.92) 0%,rgba(10,15,21,.72) 48%,rgba(10,15,21,.18) 78%),var(--mp108-photo)!important;background-size:cover!important;background-position:center!important;z-index:-2!important;transition:transform .3s ease!important}
  .mp108-feature:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(0deg,rgba(9,12,16,.48),transparent 58%)!important;z-index:-1!important}
  .mp108-feature:hover:before{transform:scale(1.025)!important}
  .mp108-feature>span{display:block!important;margin:0 0 8px!important;color:#ff6a1a!important;font-size:11px!important;line-height:1!important;letter-spacing:.11em!important;font-weight:900!important}
  .mp108-feature>b{display:block!important;max-width:190px!important;color:#fff!important;font-size:20px!important;line-height:1.12!important;letter-spacing:-.025em!important;font-weight:850!important}
  .mp108-feature>small{display:flex!important;align-items:center!important;gap:9px!important;margin-top:12px!important;color:#fff!important;font-size:11.5px!important;line-height:1.2!important;font-weight:720!important}
  .mp108-feature>small i{display:grid!important;place-items:center!important;font-style:normal!important;color:#fff!important}
  .mp108-quick{display:grid!important;grid-template-columns:1fr!important;gap:0!important;margin:0!important;border:1px solid #dfe4e8!important;border-radius:10px!important;overflow:hidden!important;background:#fff!important}
  .mp108-quick>a{min-height:55px!important;display:grid!important;grid-template-columns:38px minmax(0,1fr) 32px!important;gap:10px!important;align-items:center!important;padding:0 14px!important;margin:0!important;color:#171f2b!important;background:#fff!important;border-bottom:1px solid #e1e5e9!important}
  .mp108-quick>a:last-child{border-bottom:0!important}
  .mp108-quick>a:hover{background:#fff9f5!important;color:#161e2b!important}
  .mp108-mini-icon{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;color:#252e39!important}
  .mp108-mini-icon svg{width:21px!important;height:21px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.55!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .mp108-quick b{font-size:13.5px!important;line-height:1.2!important;font-weight:790!important;color:inherit!important}
  .mp108-quick>a>span:last-child{display:grid!important;place-items:center!important;color:#26313d!important}
  .mp108-dark{min-height:55px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:20px!important;margin:8px 0 0!important;padding:0 18px!important;border-radius:9px!important;background:#101a2a!important;color:#fff!important}
  .mp108-dark:hover{background:#0b1421!important;color:#fff!important}
  .mp108-dark b{font-size:14px!important;line-height:1.2!important;font-weight:820!important;color:#fff!important}
  .mp108-dark>span{display:grid!important;place-items:center!important;color:#fff!important}
  .mp108-footer{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;border-top:1px solid #dfe4e8!important;background:#fff!important}
  .mp108-footer>a{min-height:66px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:18px!important;padding:0 24px!important;margin:0!important;border-right:1px solid #dfe4e8!important;color:#17202d!important;background:#fff!important}
  .mp108-footer>a:last-child{border-right:0!important}
  .mp108-footer>a:hover{background:#fff9f5!important;color:#17202d!important}
  .mp108-footer>a.is-primary{background:var(--accent)!important;color:#fff!important}
  .mp108-footer>a.is-primary:hover{background:#eb5100!important;color:#fff!important}
  .mp108-footer-icon{width:33px!important;height:33px!important;display:grid!important;place-items:center!important;color:inherit!important}
  .mp108-footer-icon svg{width:29px!important;height:29px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.55!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .mp108-footer b{font-size:14px!important;line-height:1.2!important;font-weight:820!important;color:inherit!important}
  .mp108-footer-arrow{display:grid!important;place-items:center!important;color:inherit!important}
}
@media(min-width:901px) and (max-width:1180px){
  .mp108-trigger>.mp108-menu{width:calc(100vw - 34px)!important;min-width:0!important}
  .mp108-main{grid-template-columns:31% 35% 34%!important;padding:24px 20px 20px!important}
  .mp108-col,.mp108-side{padding:0 18px!important}
  .mp108-col:first-child{padding-left:0!important}.mp108-side{padding-right:0!important}
  .mp108-heading h3{font-size:17px!important}
  .mp108-item{min-height:62px!important;grid-template-columns:49px minmax(0,1fr) 28px!important;gap:10px!important}
  .mp108-item-icon{width:49px!important;height:49px!important}.mp108-item-icon img{max-width:37px!important;max-height:37px!important}
  .mp108-item-copy b{font-size:12.8px!important}.mp108-item-copy small{font-size:9.7px!important;margin-top:3px!important}
  .mp108-brands>a{height:55px!important}.mp108-brands img{max-width:88px!important;max-height:31px!important}
  .mp108-feature{min-height:126px!important;padding:15px!important}.mp108-feature>b{font-size:16px!important}
  .mp108-quick>a{min-height:48px!important}.mp108-dark{min-height:48px!important}.mp108-footer>a{min-height:57px!important}
}
@media(max-width:900px){.mp108-trigger>.mp108-menu{display:none!important}}
\n
/* =========================================================
   Marketplace v10.7.10 — mega menu layout conflict fix
   The legacy Marketplace submenu used a two-column grid. The new
   reference-style mega menu must own the full submenu width.
   ========================================================= */
@media(min-width:901px){
  .z-menu-item.mp108-trigger{position:static!important}
  .z-menu-item.mp108-trigger>.z-submenu.mp108-menu{
    display:block!important;
    grid-template-columns:none!important;
    grid-auto-columns:auto!important;
    grid-auto-flow:row!important;
    gap:0!important;
    width:min(1448px,calc(100vw - 72px))!important;
    min-width:0!important;
    max-width:1448px!important;
    padding:0!important;
    overflow:visible!important;
  }
  .z-menu-item.mp108-trigger>.z-submenu.mp108-menu>.mp108-shell{
    display:block!important;
    grid-column:1/-1!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
  }
  .mp108-shell>.mp108-main{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    grid-template-columns:minmax(0,32%) minmax(0,35%) minmax(0,33%)!important;
  }
  .mp108-shell>.mp108-footer{width:100%!important;min-width:0!important}
  .mp108-main>.mp108-col,.mp108-main>.mp108-side{width:auto!important;min-width:0!important;max-width:none!important}
  .mp108-item{width:100%!important;min-width:0!important}
  .mp108-item-copy{overflow:visible!important}
  .mp108-brands{width:100%!important;min-width:0!important}
  .mp108-brands>a{min-width:0!important;overflow:hidden!important}
  .mp108-brands img{max-width:100%!important}
}
@media(min-width:901px) and (max-width:1180px){
  .z-menu-item.mp108-trigger>.z-submenu.mp108-menu{width:calc(100vw - 34px)!important;max-width:none!important}
}


/* =========================================================
   v10.7.11 — Marketplace submenu EXACT screenshot reference
   Only the Marketplace desktop mega-menu is affected here.
   ========================================================= */
@media(min-width:1001px){
  .z-menu-item.mp-menu-reference-trigger{position:static!important}
  .z-menu-item.mp-menu-reference-trigger>.mp-menu-reference{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:50%!important;
    right:auto!important;
    width:min(1240px,calc(100vw - 44px))!important;
    min-width:980px!important;
    max-width:1240px!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
    border:1px solid #e1e5e8!important;
    border-radius:15px!important;
    background:#fff!important;
    box-shadow:0 18px 42px rgba(17,24,32,.10)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translate(-50%,8px)!important;
    transition:opacity .15s ease,transform .15s ease,visibility .15s ease!important;
    z-index:1400!important;
    overflow:visible!important;
  }
  .z-menu-item.mp-menu-reference-trigger:hover>.mp-menu-reference,
  .z-menu-item.mp-menu-reference-trigger:focus-within>.mp-menu-reference{
    opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important
  }
  .z-menu-item.mp-menu-reference-trigger>.mp-menu-reference:before{
    content:""!important;position:absolute!important;top:-7px!important;left:55.5%!important;width:13px!important;height:13px!important;background:#fff!important;border-left:1px solid #e1e5e8!important;border-top:1px solid #e1e5e8!important;transform:rotate(45deg)!important;z-index:2!important
  }
  .mp-menu-reference,.mp-menu-reference *{font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important;box-sizing:border-box!important}
  .mp-menu-reference>.mp-mega-v74-shell{
    display:grid!important;
    grid-template-columns:minmax(0,37%) minmax(0,40%) minmax(250px,23%)!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:22px 20px 22px!important;
    background:#fff!important;
    border-radius:15px!important;
  }
  .mp-menu-reference .mp-mega-v74-col{min-width:0!important;padding:0 30px 0 0!important}
  .mp-menu-reference .mp-mega-v74-col:nth-child(2){padding:0 30px!important;border-left:1px solid #e8ebee!important;border-right:1px solid #e8ebee!important}
  .mp-menu-reference .mp-mega-v74-side{min-width:0!important;padding:0 0 0 20px!important}

  .mp-menu-reference .mp-mega-v74-heading{margin:0 0 13px!important}
  .mp-menu-reference .mp-mega-v74-heading span{display:block!important;margin:0 0 4px!important;color:#ff5a00!important;font-size:10px!important;line-height:1.15!important;letter-spacing:.12em!important;font-weight:900!important;text-transform:uppercase!important}
  .mp-menu-reference .mp-mega-v74-heading b{display:block!important;margin:0!important;color:#151c24!important;font-size:15px!important;line-height:1.2!important;letter-spacing:-.015em!important;font-weight:850!important}

  .mp-menu-reference .mp-mega-v74-links{display:grid!important;gap:3px!important}
  .mp-menu-reference .mp-mega-v74-links>a{
    display:grid!important;
    grid-template-columns:46px minmax(0,1fr) 22px!important;
    gap:12px!important;
    align-items:center!important;
    min-height:61px!important;
    width:100%!important;
    margin:0!important;
    padding:5px 7px!important;
    border:0!important;
    border-radius:9px!important;
    background:transparent!important;
    color:#20262d!important;
    text-decoration:none!important;
    transition:background .14s ease!important
  }
  .mp-menu-reference .mp-mega-v74-links>a:hover{background:#fff8f4!important;color:#20262d!important;transform:none!important}
  .mp-menu-reference .mp-mega-v74-thumb{width:46px!important;height:46px!important;display:grid!important;place-items:center!important;border:1px solid #e2e6e9!important;border-radius:10px!important;background:#fff!important}
  .mp-menu-reference .mp-mega-v74-thumb img{display:block!important;width:37px!important;height:37px!important;object-fit:contain!important;filter:none!important}
  .mp-menu-reference .mp-mega-v74-copy{min-width:0!important}
  .mp-menu-reference .mp-mega-v74-copy b{display:block!important;margin:0!important;color:#22282f!important;font-size:12.3px!important;line-height:1.22!important;font-weight:850!important;white-space:normal!important}
  .mp-menu-reference .mp-mega-v74-copy small{display:block!important;margin:3px 0 0!important;color:#7b848d!important;font-size:9.8px!important;line-height:1.3!important;font-weight:500!important;white-space:normal!important}
  .mp-menu-reference .mp-mega-v74-links>a>i{justify-self:end!important;margin:0!important;color:#a7afb6!important;font-style:normal!important;font-size:13px!important;line-height:1!important}
  .mp-menu-reference .mp-mega-v74-links>a:hover>i{color:#ff5a00!important;transform:translateX(2px)!important}
  .mp-menu-reference .mp-mega-v74-links-compact>a{min-height:57px!important}

  .mp-menu-reference .mp-mega-v74-view{display:inline-flex!important;align-items:center!important;gap:7px!important;margin:9px 0 0 7px!important;padding:0!important;color:#ff5a00!important;font-size:10.8px!important;line-height:1.2!important;font-weight:850!important;text-decoration:none!important}
  .mp-menu-reference .mp-mega-v74-view:hover{text-decoration:underline!important;text-underline-offset:3px!important}

  .mp-menu-reference .mp-mega-v74-brands{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:0 0 12px!important}
  .mp-menu-reference .mp-mega-v74-brands>a{height:43px!important;display:grid!important;place-items:center!important;margin:0!important;padding:5px 10px!important;border:1px solid #dfe4e7!important;border-radius:9px!important;background:#fff!important;overflow:hidden!important}
  .mp-menu-reference .mp-mega-v74-brands>a:hover{border-color:#ffc9aa!important;background:#fff9f5!important;transform:none!important}
  .mp-menu-reference .mp-mega-v74-brands img{display:block!important;visibility:visible!important;opacity:1!important;max-width:82px!important;max-height:30px!important;width:auto!important;height:auto!important;object-fit:contain!important;filter:none!important;position:relative!important;z-index:2!important}

  .mp-menu-reference .mp-mega-v74-feature{position:relative!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;min-height:116px!important;margin:0 0 8px!important;padding:14px 12px!important;border-radius:10px!important;overflow:hidden!important;isolation:isolate!important;color:#fff!important;background:#14191f!important;text-decoration:none!important}
  .mp-menu-reference .mp-mega-v74-feature:before{content:""!important;position:absolute!important;inset:0!important;background-image:linear-gradient(90deg,rgba(11,15,19,.95) 0%,rgba(11,15,19,.67) 48%,rgba(11,15,19,.14) 82%),var(--mp-mega-photo)!important;background-size:cover!important;background-position:right center!important;z-index:-2!important}
  .mp-menu-reference .mp-mega-v74-feature:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(0deg,rgba(7,10,13,.42),transparent 65%)!important;z-index:-1!important}
  .mp-menu-reference .mp-mega-v74-feature span{display:block!important;margin:0 0 4px!important;color:#ff6b1a!important;font-size:8.5px!important;line-height:1!important;letter-spacing:.11em!important;font-weight:900!important;text-transform:uppercase!important}
  .mp-menu-reference .mp-mega-v74-feature b{display:block!important;max-width:155px!important;margin:0!important;color:#fff!important;font-size:14px!important;line-height:1.15!important;font-weight:850!important;letter-spacing:-.01em!important}
  .mp-menu-reference .mp-mega-v74-feature small{display:block!important;margin:5px 0 0!important;color:#fff!important;font-size:9.5px!important;line-height:1.2!important;font-weight:700!important}
  .mp-menu-reference .mp-mega-v74-feature i{font-style:normal!important}

  .mp-menu-reference .mp-mega-v74-mini-banners{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin:0 0 8px!important}
  .mp-menu-reference .mp-mega-v74-mini-banner{position:relative!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;min-height:42px!important;margin:0!important;padding:8px 9px!important;border-radius:8px!important;overflow:hidden!important;isolation:isolate!important;background:#171c22!important;color:#fff!important;text-decoration:none!important}
  .mp-menu-reference .mp-mega-v74-mini-banner:before{content:""!important;position:absolute!important;inset:0!important;background-image:linear-gradient(90deg,rgba(11,15,19,.93) 0%,rgba(11,15,19,.56) 58%,rgba(11,15,19,.12) 100%),var(--mp-mega-photo)!important;background-size:cover!important;background-position:center!important;z-index:-1!important}
  .mp-menu-reference .mp-mega-v74-mini-banner span{display:block!important;margin:0 0 3px!important;color:#ff7b35!important;font-size:8px!important;line-height:1!important;letter-spacing:.11em!important;font-weight:900!important;text-transform:uppercase!important}
  .mp-menu-reference .mp-mega-v74-mini-banner b{display:block!important;margin:0!important;color:#fff!important;font-size:10.5px!important;line-height:1.12!important;font-weight:850!important;max-width:92px!important}
  .mp-menu-reference .mp-mega-v74-mini-banner:hover{transform:translateY(-1px)!important;box-shadow:0 10px 18px rgba(12,18,24,.12)!important}

  .mp-menu-reference .mp-mega-v74-shopall{min-height:42px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0!important;padding:0 11px!important;border-radius:8px!important;background:#171c22!important;color:#fff!important;text-decoration:none!important;font-size:10.8px!important;line-height:1.2!important;font-weight:850!important}
  .mp-menu-reference .mp-mega-v74-shopall i{font-style:normal!important;color:#fff!important}
  .mp-menu-reference .mp-mega-v74-shopall:hover{background:#10151b!important;color:#fff!important}
}
@media(max-width:1000px){.mp-menu-reference-trigger>.mp-menu-reference{display:none!important}}


/* v10.7.13 — trusted-brand visibility + stronger marketplace promos */
@media(min-width:1181px){
  .mp-menu-reference .mp-mega-v74-brands{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;margin-bottom:10px!important}
  .mp-menu-reference .mp-mega-v74-brands>a{height:48px!important;padding:5px 6px!important;border-radius:9px!important;background:#fff!important}
  .mp-menu-reference .mp-mega-v74-brands img{display:block!important;visibility:visible!important;opacity:1!important;max-width:72px!important;max-height:29px!important;width:auto!important;height:auto!important;object-fit:contain!important}
  .mp-menu-reference .mp-mega-v74-feature{min-height:146px!important;margin-bottom:9px!important}
  .mp-menu-reference .mp-mega-v74-mini-banners{gap:9px!important;margin-bottom:9px!important}
  .mp-menu-reference .mp-mega-v74-mini-banner{min-height:72px!important;padding:10px!important}
  .mp-menu-reference .mp-mega-v74-mini-banner b{font-size:11.5px!important;max-width:105px!important}
}

/* v10.7.13 — AJAX catalogue pagination feedback */
.mp-products-area{position:relative;transition:opacity .16s ease}
.mp-products-area.is-loading{opacity:.5;pointer-events:none}
.mp-products-area.is-loading:after{content:"";position:absolute;top:18px;right:18px;width:22px;height:22px;border:2px solid #e5e9ec;border-top-color:#ff5a00;border-radius:50%;animation:mpAjaxSpin .7s linear infinite;z-index:3}
@keyframes mpAjaxSpin{to{transform:rotate(360deg)}}

/* v10.7.15 — final trusted brand logo visibility fix */
.mp-menu-reference .mp-mega-v74-brands>a{background-color:#fff!important;background-image:none!important}
.mp-menu-reference .mp-mega-v74-brands>a img{display:block!important;visibility:visible!important;opacity:1!important;width:auto!important;height:auto!important;max-width:84px!important;max-height:31px!important;object-fit:contain!important;position:relative!important;z-index:5!important}

/* v10.7.16 — deterministic trusted-brand PNG rendering */
@media(min-width:1181px){
  .mp-menu-reference .mp-mega-v74-brands{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}
  .mp-menu-reference .mp-mega-v74-brands>a.mp-brand-box{height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:6px!important;background:#fff!important;background-image:none!important;border:1px solid #dfe4e7!important;border-radius:9px!important;overflow:hidden!important}
  .mp-menu-reference .mp-mega-v74-brands>a.mp-brand-box img{display:block!important;visibility:visible!important;opacity:1!important;width:auto!important;height:auto!important;max-width:86px!important;max-height:30px!important;object-fit:contain!important;position:static!important;transform:none!important;filter:none!important}
  .mp-menu-reference .mp-mega-v74-brands>a.mp-brand-samsung img{max-width:92px!important}
}

/* v10.7.18 — Admin-driven Marketplace submenu resilience */
.mp-menu-reference .mp-mega-v74-mini-banners>a:only-child{grid-column:1 / -1!important}

/* =========================================================
   v10.7.20 — Premium Marketplace Product Detail
   ========================================================= */
.mp-pdp-v20{--mp20-ink:#121820;--mp20-muted:#69727b;--mp20-line:#e5e8ea;--mp20-soft:#f7f8f8;background:#fff;color:var(--mp20-ink)}
.mp20-product-stage{padding:18px 0 44px;background:linear-gradient(180deg,#fff 0,#fff 82%,#fafafa 100%)}
.mp20-breadcrumb{margin:0 0 18px;font-size:12px;color:#7b838b}
.mp20-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(430px,.96fr);gap:54px;align-items:start}
.mp20-gallery-wrap{min-width:0;position:sticky;top:94px}
.mp20-gallery-main{position:relative;height:590px;display:grid;place-items:center;overflow:hidden;border:1px solid #e8eaec;border-radius:18px;background:linear-gradient(145deg,#fafafa,#f2f4f5);box-shadow:0 18px 46px rgba(18,24,31,.055)}
.mp20-gallery-main>img{width:100%;height:100%;object-fit:contain;padding:22px;display:block;transition:transform .28s ease}
.mp20-gallery-main:hover>img{transform:scale(1.018)}
.mp20-image-badges{position:absolute;left:16px;top:16px;z-index:3;display:flex;gap:7px;flex-wrap:wrap}
.mp20-image-badges span,.mp20-image-badges em{min-height:28px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;font-size:10.5px;font-style:normal;font-weight:850;letter-spacing:.02em;backdrop-filter:blur(8px)}
.mp20-image-badges span{background:#fff;color:#171d23;border:1px solid #e2e5e7}.mp20-image-badges em{background:#fff3eb;color:#e64f00;border:1px solid #ffd7c0}
.mp20-zoom{position:absolute;right:16px;top:16px;z-index:3;width:38px;height:38px;display:grid;place-items:center;border:1px solid #dfe3e6;border-radius:50%;background:#fff;color:#252d34;cursor:pointer;box-shadow:0 8px 20px rgba(19,25,31,.06)}
.mp20-zoom svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7}
.mp20-gallery-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:11px}
.mp20-gallery-thumbs button{height:104px;padding:7px;border:1px solid #e1e5e8;border-radius:12px;background:#fff;cursor:pointer;overflow:hidden;transition:.18s}
.mp20-gallery-thumbs button:hover,.mp20-gallery-thumbs button.active{border-color:#ff7d36;box-shadow:0 0 0 2px rgba(255,90,0,.08)}
.mp20-gallery-thumbs img{width:100%;height:100%;object-fit:contain;border-radius:8px;display:block}
.mp20-gallery-note{display:flex;gap:11px;align-items:flex-start;margin-top:14px;padding:13px 15px;border:1px solid #e7eaec;border-radius:12px;background:#fff}
.mp20-gallery-note svg{width:21px;height:21px;flex:0 0 21px;fill:none;stroke:#ff5a00;stroke-width:1.7}.mp20-gallery-note b,.mp20-gallery-note span{display:block}.mp20-gallery-note b{font-size:12.5px}.mp20-gallery-note span{margin-top:2px;color:#7a828a;font-size:11.5px;line-height:1.4}
.mp20-buy-panel{min-width:0;padding:8px 0 0}
.mp20-brand-row{display:flex;align-items:center;gap:9px;min-height:32px;color:#5e6871;font-size:12px;font-weight:750}.mp20-brand-row img{max-width:70px;max-height:25px;width:auto;height:auto;object-fit:contain}.mp20-brand-row small{margin-left:auto;color:#939aa1;font-weight:650}
.mp20-buy-panel h1{margin:12px 0 9px;max-width:650px;font-size:42px;line-height:1.05;letter-spacing:-.045em;color:#111820}
.mp20-rating{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;color:#333c44;text-decoration:none;font-size:12px}.mp20-stars{color:#ff7a21;letter-spacing:.04em}.mp20-rating b{font-size:12.5px}.mp20-rating em{font-style:normal;color:#6e7780}.mp20-rating svg{width:15px;height:15px;fill:none;stroke:#8a9299;stroke-width:1.7}
.mp20-lead{margin:0 0 18px;max-width:650px;color:#616b74;font-size:14.5px;line-height:1.68}
.mp20-price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding:15px 0;border-top:1px solid #eceeef;border-bottom:1px solid #eceeef}.mp20-price-row>div>small{display:block;margin-bottom:2px;color:#7f878f;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.mp20-price-row strong{font-size:34px;line-height:1;letter-spacing:-.035em;color:#111820}.mp20-price-row del{margin-left:9px;color:#9ca2a8;font-size:14px}.mp20-saving{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border-radius:7px;background:#ecf8ef;color:#16813c;font-size:11px;font-weight:850}
.mp20-purchase{margin-top:16px}
.mp20-choice-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:10px}.mp20-choice-head span{display:block;color:#ff5a00;font-size:9.5px;font-weight:900;letter-spacing:.11em}.mp20-choice-head h2{margin:3px 0 0;font-size:20px;line-height:1.2;letter-spacing:-.025em}.mp20-choice-head button{border:0;background:transparent;color:#59636c;font-size:11.5px;font-weight:800;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.mp20-inspection-note{display:flex;gap:10px;align-items:flex-start;margin-bottom:10px;padding:12px 13px;border:1px solid #dfe6f4;border-radius:11px;background:#f5f8ff}.mp20-inspection-note svg{width:20px;height:20px;flex:0 0 20px;fill:none;stroke:#233a64;stroke-width:1.6}.mp20-inspection-note b,.mp20-inspection-note span{display:block}.mp20-inspection-note b{font-size:12px}.mp20-inspection-note span{margin-top:2px;color:#677589;font-size:11.5px}
.mp20-condition-list{display:grid;gap:8px}.mp20-condition{position:relative;display:grid;grid-template-columns:20px minmax(0,1fr) auto;gap:11px;align-items:center;min-height:67px;padding:11px 13px;border:1px solid #dfe3e6;border-radius:11px;background:#fff;cursor:pointer;transition:.17s}.mp20-condition:hover{border-color:#ffb58d;background:#fffaf7}.mp20-condition.active{border-color:#ff5a00;background:#fff7f2;box-shadow:0 0 0 1px #ff5a00}.mp20-condition.sold-out{opacity:.55;cursor:not-allowed}.mp20-condition input{position:absolute;opacity:0;pointer-events:none}.mp20-radio-dot{width:17px;height:17px;border:1.5px solid #949ca4;border-radius:50%;display:grid;place-items:center}.mp20-condition.active .mp20-radio-dot{border:5px solid #161b20}.mp20-condition-copy b,.mp20-condition-copy small{display:block}.mp20-condition-copy b{font-size:13.5px}.mp20-condition-copy small{margin-top:3px;color:#747d85;font-size:11.3px;line-height:1.35}.mp20-condition>strong{font-size:14px;white-space:nowrap}.mp20-condition>em{grid-column:3;font-style:normal;color:#a45555;font-size:10px;font-weight:800}.mp20-selected-condition{display:flex;gap:10px;align-items:flex-start;margin-top:9px;padding:9px 11px;border-radius:9px;background:#fafafa;color:#6b747d}.mp20-selected-condition span{flex:0 0 auto;color:#1e252b;font-size:11px;font-weight:850}.mp20-selected-condition p{margin:0;font-size:11px;line-height:1.4}
.mp20-variant-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mp20-variant-list label{cursor:pointer}.mp20-variant-list input{position:absolute;opacity:0}.mp20-variant-list span{display:block;padding:12px;border:1px solid #dfe3e6;border-radius:10px;background:#fff}.mp20-variant-list input:checked+span{border-color:#ff5a00;background:#fff7f2;box-shadow:0 0 0 1px #ff5a00}.mp20-variant-list b,.mp20-variant-list small,.mp20-variant-list strong{display:block}.mp20-variant-list b{font-size:12.5px}.mp20-variant-list small{color:#747d85;font-size:11px;margin-top:2px}.mp20-variant-list strong{font-size:13px;margin-top:5px}
.mp20-stock-row{display:flex;align-items:center;gap:7px;margin:13px 0 10px;padding:0 2px;font-size:11.5px}.mp20-stock-row>span{width:7px;height:7px;border-radius:50%}.mp20-stock-row.in>span{background:#19a250}.mp20-stock-row.out>span{background:#c64b4b}.mp20-stock-row b{font-size:11.5px}.mp20-stock-row em{font-style:normal;color:#7c858d}
.mp20-actions{display:grid;grid-template-columns:106px minmax(120px,.78fr) minmax(170px,1.22fr);gap:8px}.mp20-qty{height:50px!important}.mp20-add,.mp20-buy-now{height:50px!important;justify-content:center;border-radius:10px!important;font-size:13px!important}.mp20-add{border:1px solid #cfd5d9!important;background:#fff!important;color:#171d22!important}.mp20-add:hover{background:#f7f8f8!important}.mp20-buy-now{display:flex!important;gap:10px!important;box-shadow:0 12px 24px rgba(255,90,0,.18)!important}.mp20-buy-now svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}
.mp20-trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:12px}.mp20-trust-grid>div{display:flex;gap:8px;align-items:flex-start;padding:10px;border:1px solid #e5e8ea;border-radius:10px;background:#fbfbfb}.mp20-trust-grid svg{width:18px;height:18px;flex:0 0 18px;fill:none;stroke:#ff5a00;stroke-width:1.6}.mp20-trust-grid b,.mp20-trust-grid small{display:block}.mp20-trust-grid b{font-size:11px}.mp20-trust-grid small{margin-top:2px;color:#818990;font-size:10px;line-height:1.3}
.mp20-confidence{border-top:1px solid #e8ebed;border-bottom:1px solid #e8ebed;background:#fbfbfb}.mp20-confidence>.container{display:grid;grid-template-columns:repeat(4,1fr)}.mp20-confidence article{display:flex;gap:11px;padding:21px 18px;border-right:1px solid #e7eaec}.mp20-confidence article:first-child{padding-left:0}.mp20-confidence article:last-child{border-right:0}.mp20-confidence article>span{width:27px;height:27px;display:grid;place-items:center;flex:0 0 27px;border-radius:7px;background:#fff0e7;color:#ff5a00;font-size:10px;font-weight:900}.mp20-confidence b,.mp20-confidence p{display:block;margin:0}.mp20-confidence b{font-size:12.5px}.mp20-confidence p{margin-top:3px;color:#7b838b;font-size:11px;line-height:1.4}
.mp20-details{padding:66px 0;background:#fff}.mp20-detail-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:72px}.mp20-details h2{margin:7px 0 18px;font-size:34px;line-height:1.08;letter-spacing:-.035em}.mp20-details>div>div>div>p,.mp20-detail-grid>div>p{color:#626c75;font-size:14px;line-height:1.8}.mp20-grade-guide{margin-top:27px;padding-top:24px;border-top:1px solid #e7eaec;scroll-margin-top:110px}.mp20-grade-guide h3{font-size:16px;margin:0 0 12px}.mp20-grade-guide>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mp20-grade-guide article{padding:13px;border:1px solid #e5e8ea;border-radius:10px;background:#fafafa}.mp20-grade-guide b{font-size:12px}.mp20-grade-guide p{margin:5px 0 0!important;color:#778088!important;font-size:11px!important;line-height:1.5!important}
.mp20-spec-card{position:sticky;top:100px;border:1px solid #e2e6e8;border-radius:14px;overflow:hidden;background:#fff}.mp20-spec-title{padding:17px;background:#171c22;color:#fff}.mp20-spec-title span,.mp20-spec-title b{display:block}.mp20-spec-title span{color:#ff8a4b;font-size:9px;font-weight:900;letter-spacing:.12em}.mp20-spec-title b{margin-top:4px;font-size:14px}.mp20-spec-row{display:flex;justify-content:space-between;gap:16px;padding:12px 15px;border-bottom:1px solid #edf0f1;font-size:11.5px}.mp20-spec-row:last-child{border-bottom:0}.mp20-spec-row span{color:#7b838b}.mp20-spec-row b{text-align:right;font-size:11.5px}
.mp20-reviews{padding:62px 0;background:#f7f8f8;border-top:1px solid #e9ebed;border-bottom:1px solid #e9ebed;scroll-margin-top:90px}.mp20-review-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:26px}.mp20-review-head h2{margin:6px 0 7px;font-size:34px;line-height:1.08;letter-spacing:-.035em}.mp20-review-head p{margin:0;color:#727b83;font-size:13px}.mp20-review-score{text-align:right}.mp20-review-score strong{display:block;font-size:42px;line-height:1;letter-spacing:-.05em}.mp20-review-score span{display:block;color:#ff761d;font-size:14px;letter-spacing:.08em;margin-top:5px}.mp20-review-score small{display:block;color:#818990;font-size:10.5px;margin-top:3px}.mp20-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.mp20-review-grid article{min-height:185px;padding:17px;border:1px solid #e2e5e7;border-radius:12px;background:#fff}.mp20-review-grid article>div{display:flex;justify-content:space-between;gap:10px}.mp20-review-grid time{color:#999fa5;font-size:10px}.mp20-review-grid p{margin:17px 0;color:#424b53;font-size:12.5px;line-height:1.65}.mp20-review-grid footer b,.mp20-review-grid footer span,.mp20-review-grid footer em{display:block}.mp20-review-grid footer b{font-size:11.5px}.mp20-review-grid footer span{color:#858d94;font-size:10.5px;margin-top:1px}.mp20-review-grid footer em{margin-top:5px;color:#19824a;font-size:9.5px;font-style:normal;font-weight:800}.mp20-review-empty{padding:28px;border:1px dashed #d8dde0;border-radius:12px;text-align:center;color:#818990;font-size:12px}
.mp20-related{padding:58px 0 72px}.mp20-section-title{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:20px}.mp20-section-title h2{margin:6px 0 0;font-size:31px;letter-spacing:-.035em}.mp20-section-title>a{font-size:11.5px;font-weight:850;color:#333c44;text-decoration:none}.mp20-section-title>a span{color:#ff5a00;margin-left:5px}
.mp20-lightbox{position:fixed;inset:0;z-index:900;display:grid;place-items:center;padding:40px;background:rgba(10,13,16,.88);opacity:0;visibility:hidden;transition:.18s}.mp20-lightbox.open{opacity:1;visibility:visible}.mp20-lightbox img{max-width:min(1050px,90vw);max-height:88vh;object-fit:contain;border-radius:12px;background:#fff}.mp20-lightbox button{position:absolute;right:24px;top:20px;width:42px;height:42px;border:1px solid #fff5;border-radius:50%;background:#fff;color:#14191e;font-size:25px;cursor:pointer}.mp-line-condition{color:#ff5a00!important;font-weight:800!important}
@media(max-width:1080px){.mp20-grid{grid-template-columns:minmax(0,1fr) minmax(390px,.92fr);gap:34px}.mp20-gallery-main{height:500px}.mp20-buy-panel h1{font-size:37px}.mp20-trust-grid{grid-template-columns:1fr}.mp20-confidence>.container{grid-template-columns:repeat(2,1fr)}.mp20-confidence article:nth-child(2){border-right:0}.mp20-detail-grid{gap:40px}.mp20-review-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.mp20-product-stage{padding-top:12px}.mp20-grid{grid-template-columns:1fr}.mp20-gallery-wrap,.mp20-spec-card{position:static}.mp20-gallery-main{height:470px}.mp20-actions{grid-template-columns:105px 1fr}.mp20-buy-now{grid-column:1/-1}.mp20-detail-grid{grid-template-columns:1fr}.mp20-review-head{align-items:flex-start;flex-direction:column}.mp20-review-score{text-align:left}.mp20-grade-guide>div{grid-template-columns:1fr}}
@media(max-width:560px){.mp20-product-stage{padding-bottom:30px}.mp20-breadcrumb{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mp20-gallery-main{height:330px;border-radius:13px}.mp20-gallery-main>img{padding:10px}.mp20-gallery-thumbs{gap:6px}.mp20-gallery-thumbs button{height:70px}.mp20-gallery-note{display:none}.mp20-buy-panel h1{font-size:30px}.mp20-price-row strong{font-size:30px}.mp20-brand-row small{display:none}.mp20-condition{grid-template-columns:18px minmax(0,1fr) auto;padding:10px}.mp20-condition-copy small{font-size:10.5px}.mp20-selected-condition{display:block}.mp20-selected-condition p{margin-top:4px}.mp20-actions{grid-template-columns:96px 1fr}.mp20-add,.mp20-buy-now{font-size:12px!important}.mp20-confidence>.container{grid-template-columns:1fr 1fr}.mp20-confidence article{padding:16px 10px}.mp20-confidence article:nth-child(odd){padding-left:0}.mp20-confidence p{display:none}.mp20-details,.mp20-reviews{padding:44px 0}.mp20-details h2,.mp20-review-head h2{font-size:29px}.mp20-review-grid{grid-template-columns:1fr}.mp20-review-grid article{min-height:0}.mp20-related{padding:42px 0 58px}.mp20-section-title{align-items:flex-start;flex-direction:column}.mp20-lightbox{padding:18px}}

/* =========================================================
   v10.7.21 — Premium product page content + condition imagery
   ========================================================= */
.mp-pdp-v21{background:#fff}.mp21-product-stage{padding-bottom:54px;background:linear-gradient(180deg,#fff 0%,#fff 76%,#fafafa 100%)}.mp21-grid{gap:62px}.mp21-gallery-main{height:620px;background:linear-gradient(145deg,#fbfbfb,#f1f3f4)}.mp21-gallery-main>img{padding:28px}.mp21-gallery-thumbs{grid-template-columns:repeat(5,minmax(0,1fr))}.mp21-gallery-thumbs button{height:92px}.mp21-gallery-assurance{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.mp21-gallery-assurance>div{display:flex;gap:9px;align-items:flex-start;padding:12px 13px;border:1px solid #e4e8ea;border-radius:11px;background:#fff}.mp21-gallery-assurance svg{width:19px;height:19px;flex:0 0 19px;fill:none;stroke:#ff5a00;stroke-width:1.65}.mp21-gallery-assurance b,.mp21-gallery-assurance small{display:block}.mp21-gallery-assurance b{font-size:11.7px;color:#20262c}.mp21-gallery-assurance small{margin-top:3px;font-size:10.5px;line-height:1.35;color:#7a838b}.mp21-buy-panel{padding-top:4px}.mp21-mini-highlights{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px;margin:-3px 0 15px;padding:13px 14px;border:1px solid #e7eaec;border-radius:11px;background:#fafafa}.mp21-mini-highlights span{display:flex;gap:7px;align-items:flex-start;color:#4f5962;font-size:11.5px;line-height:1.4}.mp21-mini-highlights i{font-style:normal;color:#ff5a00;font-weight:900}.mp21-condition-list{gap:9px}.mp21-condition{grid-template-columns:48px 18px minmax(0,1fr) auto;min-height:78px;padding:9px 12px}.mp21-condition-thumb{width:46px;height:46px;display:grid;place-items:center;border:1px solid #e3e6e8;border-radius:9px;background:#fff;overflow:hidden}.mp21-condition-thumb img{width:100%;height:100%;object-fit:contain}.mp21-condition .mp20-radio-dot{grid-column:2}.mp21-condition .mp20-condition-copy{grid-column:3}.mp21-condition>strong{grid-column:4}.mp21-condition>em{grid-column:4}.mp21-buy-assurance{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:12px}.mp21-buy-assurance>div{padding:10px 11px;border:1px solid #e4e7e9;border-radius:9px;background:#fafafa}.mp21-buy-assurance b,.mp21-buy-assurance span{display:block}.mp21-buy-assurance b{font-size:10.8px;color:#20272d}.mp21-buy-assurance span{margin-top:2px;color:#818990;font-size:9.8px}.mp21-section-heading{max-width:660px}.mp21-section-heading h2{margin:7px 0 9px;font-size:34px;line-height:1.08;letter-spacing:-.035em}.mp21-section-heading>p{margin:0;color:#69737c;font-size:14px;line-height:1.65}.mp21-highlights{padding:48px 0;border-top:1px solid #eceeef;border-bottom:1px solid #eceeef;background:#fbfbfb}.mp21-highlight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:24px}.mp21-highlight-grid article{min-height:112px;padding:15px 16px;border:1px solid #e2e6e8;border-radius:13px;background:#fff}.mp21-highlight-grid article>span{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#fff0e7;color:#ff5a00;font-size:9.5px;font-weight:900}.mp21-highlight-grid p{margin:14px 0 0;color:#394149;font-size:12.7px;line-height:1.5;font-weight:700}.mp21-story{padding:72px 0}.mp21-story-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(350px,.95fr);gap:78px;align-items:start}.mp21-story-copy h2{margin:7px 0 17px;font-size:38px;line-height:1.06;letter-spacing:-.04em}.mp21-prose{color:#5f6972;font-size:14.5px;line-height:1.85}.mp21-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:26px}.mp21-check-grid article{padding:14px 15px;border:1px solid #e4e8ea;border-radius:11px;background:#fafafa}.mp21-check-grid b,.mp21-check-grid p{display:block;margin:0}.mp21-check-grid b{font-size:12px}.mp21-check-grid p{margin-top:5px;color:#747e87;font-size:11.2px;line-height:1.55}.mp21-spec-panel{overflow:hidden;border:1px solid #e2e6e8;border-radius:15px;background:#fff;box-shadow:0 16px 40px rgba(16,23,29,.045)}.mp21-spec-head{padding:17px 18px;border-bottom:1px solid #e9ebed;background:#fafafa}.mp21-spec-head span,.mp21-spec-head b{display:block}.mp21-spec-head span{color:#ff5a00;font-size:9.5px;font-weight:900;letter-spacing:.1em}.mp21-spec-head b{margin-top:4px;font-size:14px}.mp21-spec-panel .mp20-spec-row{padding:12px 18px}.mp21-condition-guide{padding:62px 0;background:#f7f8f8;border-top:1px solid #e8ebed;border-bottom:1px solid #e8ebed}.mp21-grade-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:11px;margin-top:27px}.mp21-grade-grid article{padding:21px;border:1px solid #dfe4e6;border-radius:14px;background:#fff}.mp21-grade-grid span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#161c21;color:#fff;font-size:9px;font-weight:900}.mp21-grade-grid h3{margin:16px 0 7px;font-size:18px}.mp21-grade-grid p{margin:0;color:#69737c;font-size:12.2px;line-height:1.6}.mp21-fulfilment{padding:55px 0}.mp21-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #e2e6e8;border-radius:15px;overflow:hidden}.mp21-info-grid article{min-height:190px;padding:20px;border-right:1px solid #e4e7e9;background:#fff}.mp21-info-grid article:last-child{border-right:0}.mp21-info-grid span{color:#ff5a00;font-size:9px;font-weight:900;letter-spacing:.11em}.mp21-info-grid h3{margin:9px 0 11px;font-size:17px;line-height:1.25}.mp21-info-grid p{margin:0;color:#6f7881;font-size:11.7px;line-height:1.65}.mp21-extra{padding:18px 0 68px}.mp21-extra-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.mp21-extra-grid>article{padding:26px;border:1px solid #e2e6e8;border-radius:15px;background:#fff}.mp21-extra-grid h2{margin:7px 0 17px;font-size:27px;line-height:1.1;letter-spacing:-.03em}.mp21-extra-grid ul{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:0;padding:0;list-style:none}.mp21-extra-grid li{display:flex;gap:8px;align-items:flex-start;padding:10px 11px;border-radius:9px;background:#f7f8f8;color:#4f5962;font-size:11.5px}.mp21-extra-grid li i{color:#ff5a00;font-style:normal;font-weight:900}.mp21-sustainability{background:linear-gradient(140deg,#f7fbf6,#fff)!important}.mp21-sustainability p{margin:0;color:#637069;font-size:13px;line-height:1.75}.mp21-reviews{background:#fafafa}.mp21-reviews .mp20-review-grid article h3{margin:9px 0 -2px;font-size:13.5px;line-height:1.35}.mp21-faq{padding:68px 0}.mp21-faq-list{max-width:900px;margin-top:26px;border-top:1px solid #dfe4e7}.mp21-faq-list details{border-bottom:1px solid #dfe4e7}.mp21-faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 0;cursor:pointer;list-style:none;color:#242b31;font-size:13.5px;font-weight:800}.mp21-faq-list summary::-webkit-details-marker{display:none}.mp21-faq-list summary i{font-style:normal;font-size:20px;font-weight:400;color:#8b939a;transition:.18s}.mp21-faq-list details[open] summary i{transform:rotate(45deg);color:#ff5a00}.mp21-faq-list details p{margin:-3px 0 20px;max-width:760px;color:#68727a;font-size:12.4px;line-height:1.7}.mp21-related{border-top:1px solid #eceeef}
@media(max-width:1180px){.mp21-grid{gap:38px;grid-template-columns:minmax(0,1fr) minmax(390px,.9fr)}.mp21-gallery-main{height:530px}.mp21-highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mp21-story-grid{gap:42px}.mp21-info-grid{grid-template-columns:1fr 1fr}.mp21-info-grid article:nth-child(2){border-right:0}.mp21-info-grid article:nth-child(-n+2){border-bottom:1px solid #e4e7e9}}
@media(max-width:900px){.mp21-grid,.mp21-story-grid{grid-template-columns:1fr}.mp21-gallery-wrap{position:relative;top:auto}.mp21-gallery-main{height:min(72vw,540px)}.mp21-highlight-grid{grid-template-columns:1fr 1fr}.mp21-grade-grid{grid-template-columns:1fr}.mp21-extra-grid{grid-template-columns:1fr}}
@media(max-width:620px){.mp21-gallery-main{height:390px;border-radius:13px}.mp21-gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.mp21-gallery-thumbs button{height:76px}.mp21-gallery-assurance,.mp21-mini-highlights,.mp21-buy-assurance,.mp21-highlight-grid,.mp21-check-grid,.mp21-info-grid,.mp21-extra-grid ul{grid-template-columns:1fr}.mp21-condition{grid-template-columns:44px 17px minmax(0,1fr) auto}.mp21-condition-thumb{width:42px;height:42px}.mp21-section-heading h2,.mp21-story-copy h2{font-size:29px}.mp21-info-grid article{border-right:0!important;border-bottom:1px solid #e4e7e9!important;min-height:auto}.mp21-info-grid article:last-child{border-bottom:0!important}.mp21-highlights,.mp21-condition-guide,.mp21-faq{padding:45px 0}.mp21-story{padding:52px 0}}

/* =========================================================
   v10.7.23 — premium Marketplace PDP polish
   Homepage typography + calmer retail hierarchy
   ========================================================= */
.mp-pdp-v23{
  --mp23-ink:#15171b;
  --mp23-muted:#626a72;
  --mp23-line:#e7e8eb;
  --mp23-soft:#f8f9fa;
  --mp23-warm:#fff8f4;
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  color:var(--mp23-ink);
  background:#fff;
}
.mp-pdp-v23 h1,.mp-pdp-v23 h2,.mp-pdp-v23 h3,.mp-pdp-v23 h4,
.mp-pdp-v23 b,.mp-pdp-v23 strong,.mp-pdp-v23 button,.mp-pdp-v23 input{
  font-family:inherit;
}
.mp-pdp-v23 .z-kicker{font-size:11px;font-weight:800;letter-spacing:.065em;color:var(--accent)}

/* top stage */
.mp23-product-stage{padding:20px 0 44px!important;background:#fff!important}
.mp23-grid{grid-template-columns:minmax(0,1.04fr) minmax(445px,.96fr)!important;gap:46px!important}
.mp23-gallery-wrap{top:112px!important}
.mp23-gallery-main{height:555px!important;border-radius:14px!important;border-color:#e5e7e9!important;background:#f7f8f8!important;box-shadow:none!important}
.mp23-gallery-main>img{padding:26px!important}
.mp-pdp-v23 .mp20-image-badges span,.mp-pdp-v23 .mp20-image-badges em{font-size:10px!important;font-weight:750!important}
.mp-pdp-v23 .mp20-image-badges em{background:#fff5ef!important;color:#d94b00!important}
.mp-pdp-v23 .mp20-zoom{width:36px!important;height:36px!important;box-shadow:none!important}
.mp23-gallery-thumbs{display:flex!important;gap:8px!important;margin-top:10px!important;overflow-x:auto!important;padding:1px 1px 5px!important;scrollbar-width:thin}
.mp23-gallery-thumbs button{flex:0 0 78px!important;width:78px!important;height:78px!important;border-radius:10px!important;box-shadow:none!important}
.mp23-gallery-thumbs button.active{border-color:var(--accent)!important;box-shadow:0 0 0 1px var(--accent)!important}
.mp21-gallery-assurance{display:flex!important;gap:24px!important;margin-top:12px!important;padding:13px 2px 0!important;border-top:1px solid var(--mp23-line)!important}
.mp21-gallery-assurance>div{flex:1!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}
.mp21-gallery-assurance svg{width:18px!important;height:18px!important;flex-basis:18px!important}
.mp21-gallery-assurance b{font-size:11.5px!important;font-weight:700!important}.mp21-gallery-assurance small{font-size:10.5px!important;line-height:1.45!important}

/* buy panel */
.mp23-buy-panel{position:sticky;top:108px;padding:20px 22px 21px!important;border:1px solid var(--mp23-line);border-radius:16px;background:#fff;box-shadow:0 18px 50px rgba(22,27,32,.065)}
.mp-pdp-v23 .mp20-brand-row{min-height:28px;font-size:12px!important;font-weight:650!important;color:#646b72!important}
.mp-pdp-v23 .mp20-brand-row img{max-width:62px!important;max-height:22px!important}.mp-pdp-v23 .mp20-brand-row small{font-size:10px!important;font-weight:600!important}
.mp-pdp-v23 .mp20-buy-panel h1{margin:10px 0 8px!important;font-size:39px!important;line-height:1.04!important;letter-spacing:-.042em!important;font-weight:700!important;color:#15171b!important}
.mp-pdp-v23 .mp20-rating{margin-bottom:12px!important;font-size:11.5px!important}.mp-pdp-v23 .mp20-rating b{font-weight:700!important}
.mp-pdp-v23 .mp20-lead{margin-bottom:15px!important;font-size:14px!important;line-height:1.62!important;color:#646b72!important}
.mp-pdp-v23 .mp21-mini-highlights{gap:8px 18px!important;margin:0 0 16px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}
.mp-pdp-v23 .mp21-mini-highlights span{font-size:11.3px!important;line-height:1.4!important;color:#4d555d!important}.mp-pdp-v23 .mp21-mini-highlights i{width:16px;height:16px;display:grid;place-items:center;flex:0 0 16px;border-radius:50%;background:#fff0e7;font-size:9px}
.mp-pdp-v23 .mp20-price-row{margin:0 0 17px!important;padding:13px 14px!important;border:1px solid #e7e9eb!important;border-radius:11px!important;background:#fafafa!important}
.mp-pdp-v23 .mp20-price-row>div>small{font-size:9.5px!important;font-weight:750!important;letter-spacing:.065em!important}.mp-pdp-v23 .mp20-price-row strong{font-size:31px!important;font-weight:750!important;letter-spacing:-.035em!important}
.mp-pdp-v23 .mp20-choice-head{align-items:center!important;margin-bottom:11px!important}.mp-pdp-v23 .mp20-choice-head span{font-size:9px!important;font-weight:800!important;letter-spacing:.08em!important}.mp-pdp-v23 .mp20-choice-head h2{margin-top:4px!important;font-size:18px!important;font-weight:700!important;letter-spacing:-.02em!important}.mp-pdp-v23 .mp20-choice-head button{padding:6px 8px!important;border:1px solid #e1e4e7!important;border-radius:7px!important;background:#fff!important;text-decoration:none!important;font-size:10.5px!important;font-weight:700!important}
.mp-pdp-v23 .mp20-inspection-note{margin-bottom:9px!important;padding:10px 11px!important;border-color:#e3e8ef!important;border-radius:9px!important;background:#f7f9fc!important}.mp-pdp-v23 .mp20-inspection-note b{font-size:11.5px!important;font-weight:700!important}.mp-pdp-v23 .mp20-inspection-note span{font-size:10.7px!important;line-height:1.42!important}
.mp-pdp-v23 .mp21-condition-list{gap:7px!important}.mp-pdp-v23 .mp21-condition{grid-template-columns:43px 16px minmax(0,1fr) auto!important;min-height:68px!important;padding:8px 10px!important;border-radius:10px!important}.mp-pdp-v23 .mp21-condition-thumb{width:41px!important;height:41px!important;border-radius:8px!important}.mp-pdp-v23 .mp20-condition-copy b{font-size:12.8px!important;font-weight:700!important}.mp-pdp-v23 .mp20-condition-copy small{margin-top:2px!important;font-size:10.5px!important;line-height:1.3!important}.mp-pdp-v23 .mp20-condition>strong{font-size:13px!important;font-weight:700!important}.mp-pdp-v23 .mp20-radio-dot{width:15px!important;height:15px!important;border-width:1.5px!important}.mp-pdp-v23 .mp20-condition.active .mp20-radio-dot{border:4px solid var(--accent)!important}.mp-pdp-v23 .mp20-condition.active{border-color:var(--accent)!important;background:#fff8f4!important;box-shadow:none!important}
.mp-pdp-v23 .mp20-selected-condition{margin-top:8px!important;padding:8px 10px!important;border-radius:8px!important;background:#f7f8f8!important}.mp-pdp-v23 .mp20-selected-condition span{font-size:10.5px!important}.mp-pdp-v23 .mp20-selected-condition p{font-size:10.5px!important;line-height:1.4!important}
.mp-pdp-v23 .mp20-stock-row{margin:12px 0 9px!important;font-size:11px!important}.mp-pdp-v23 .mp20-stock-row b{font-size:11px!important;font-weight:700!important}
.mp-pdp-v23 .mp20-actions{grid-template-columns:100px minmax(120px,.8fr) minmax(170px,1.2fr)!important;gap:8px!important}.mp-pdp-v23 .mp20-qty,.mp-pdp-v23 .mp20-add,.mp-pdp-v23 .mp20-buy-now{height:48px!important}.mp-pdp-v23 .mp20-add,.mp-pdp-v23 .mp20-buy-now{border-radius:8px!important;font-size:12.5px!important;font-weight:750!important}.mp-pdp-v23 .mp20-buy-now{box-shadow:0 9px 18px rgba(255,90,0,.16)!important}
.mp-pdp-v23 .mp21-buy-assurance{margin-top:11px!important;gap:0!important;border-top:1px solid var(--mp23-line)!important;padding-top:11px!important}.mp-pdp-v23 .mp21-buy-assurance>div{padding:0 10px!important;border:0!important;border-right:1px solid #e7e9eb!important;border-radius:0!important;background:transparent!important}.mp-pdp-v23 .mp21-buy-assurance>div:first-child{padding-left:0!important}.mp-pdp-v23 .mp21-buy-assurance>div:last-child{border-right:0!important}.mp-pdp-v23 .mp21-buy-assurance b{font-size:10.4px!important;font-weight:700!important}.mp-pdp-v23 .mp21-buy-assurance span{font-size:9.6px!important}

/* product jump navigation */
.mp23-product-nav{border-top:1px solid #eceeef;border-bottom:1px solid #eceeef;background:#fff}
.mp23-product-nav .container{display:flex;align-items:center;justify-content:center;gap:32px;min-height:54px;overflow-x:auto;white-space:nowrap}
.mp23-product-nav a{position:relative;padding:18px 0 16px;color:#626970;font-size:12px;font-weight:700}
.mp23-product-nav a:after{content:"";position:absolute;left:50%;bottom:-1px;width:0;height:2px;background:var(--accent);transform:translateX(-50%);transition:.18s}
.mp23-product-nav a:hover{color:#15171b}.mp23-product-nav a:hover:after{width:100%}

/* section headings / typography */
.mp-pdp-v23 .mp21-section-heading h2,.mp-pdp-v23 .mp21-story-copy h2,.mp-pdp-v23 .mp20-review-head h2,.mp-pdp-v23 .mp20-section-title h2{font-weight:700!important;letter-spacing:-.035em!important;color:#171a1e!important}
.mp-pdp-v23 .mp21-section-heading h2{font-size:32px!important}.mp-pdp-v23 .mp21-section-heading>p{font-size:13.5px!important;line-height:1.65!important}

/* highlights become an editorial band instead of floating boxes */
.mp23-highlights{padding:38px 0!important;background:#fafafa!important}
.mp23-highlights .container{display:grid;grid-template-columns:265px minmax(0,1fr);gap:38px;align-items:start}
.mp23-highlights .mp21-section-heading h2{margin-bottom:0!important}
.mp23-highlights .mp21-highlight-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;margin:0!important;border:1px solid #e5e8ea;border-radius:12px;overflow:hidden;background:#fff}
.mp23-highlights .mp21-highlight-grid article{min-height:96px!important;padding:16px 15px!important;border:0!important;border-right:1px solid #e7e9eb!important;border-radius:0!important;background:#fff!important}.mp23-highlights .mp21-highlight-grid article:last-child{border-right:0!important}.mp23-highlights .mp21-highlight-grid article>span{width:24px!important;height:24px!important;border-radius:7px!important;font-size:8.5px!important}.mp23-highlights .mp21-highlight-grid p{margin-top:11px!important;font-size:11.8px!important;line-height:1.45!important;font-weight:650!important}

/* overview + specifications */
.mp23-story{padding:58px 0!important}
.mp23-story .mp21-story-grid{grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr)!important;gap:62px!important}
.mp23-story .mp21-story-copy h2{font-size:35px!important;margin:8px 0 16px!important}.mp23-story .mp21-prose{max-width:690px;font-size:14px!important;line-height:1.78!important;color:#5d656d!important}
.mp23-story .mp21-check-grid{gap:8px!important;margin-top:22px!important}.mp23-story .mp21-check-grid article{padding:13px 14px!important;border-radius:10px!important;background:#fafafa!important}.mp23-story .mp21-check-grid b{font-size:11.5px!important;font-weight:700!important}.mp23-story .mp21-check-grid p{font-size:10.8px!important;line-height:1.5!important}
.mp23-story .mp21-spec-panel{border-radius:12px!important;box-shadow:none!important}.mp23-story .mp21-spec-head{padding:15px 16px!important}.mp23-story .mp21-spec-head span{font-size:9px!important;font-weight:800!important}.mp23-story .mp21-spec-head b{font-size:13px!important;font-weight:700!important}.mp23-story .mp20-spec-row{padding:11px 16px!important;font-size:11.5px!important}

/* condition guide */
.mp23-condition-guide{padding:46px 0!important;background:#f7f8f8!important}
.mp23-condition-guide .container{display:grid;grid-template-columns:300px minmax(0,1fr);gap:42px;align-items:start}
.mp23-condition-guide .mp21-grade-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important;gap:8px!important;margin:0!important}.mp23-condition-guide .mp21-grade-grid article{padding:17px!important;border-radius:11px!important}.mp23-condition-guide .mp21-grade-grid span{width:25px!important;height:25px!important;border-radius:7px!important;font-size:8px!important}.mp23-condition-guide .mp21-grade-grid h3{margin:12px 0 5px!important;font-size:15px!important;font-weight:700!important}.mp23-condition-guide .mp21-grade-grid p{font-size:11.3px!important;line-height:1.55!important}

/* fulfilment/support */
.mp23-fulfilment{padding:42px 0!important}
.mp23-fulfilment .mp21-info-grid{border-radius:12px!important}.mp23-fulfilment .mp21-info-grid article{min-height:145px!important;padding:18px!important}.mp23-fulfilment .mp21-info-grid span{font-size:8.5px!important;font-weight:800!important}.mp23-fulfilment .mp21-info-grid h3{margin:7px 0 8px!important;font-size:15px!important;font-weight:700!important}.mp23-fulfilment .mp21-info-grid p{font-size:11.2px!important;line-height:1.55!important}

/* reviews */
.mp23-reviews{padding:52px 0!important;background:#fafafa!important}
.mp23-reviews .mp20-review-head{align-items:center!important;margin-bottom:22px!important;padding-bottom:19px;border-bottom:1px solid #e5e8ea}.mp23-reviews .mp20-review-head h2{font-size:32px!important;margin:6px 0!important}.mp23-reviews .mp20-review-head p{font-size:12.5px!important}.mp23-reviews .mp20-review-score{min-width:118px;padding:13px 15px;border:1px solid #e3e6e8;border-radius:11px;background:#fff;text-align:center!important}.mp23-reviews .mp20-review-score strong{font-size:35px!important;font-weight:700!important}.mp23-reviews .mp20-review-grid{gap:9px!important}.mp23-reviews .mp20-review-grid article{min-height:175px!important;padding:16px!important;border-radius:11px!important}.mp23-reviews .mp20-review-grid p{margin:14px 0!important;font-size:11.9px!important;line-height:1.6!important}.mp23-reviews .mp20-review-grid footer b{font-size:11px!important;font-weight:700!important}

/* FAQ / related */
.mp23-faq{padding:52px 0!important}.mp23-faq .mp21-faq-list{margin-top:20px!important}.mp23-faq .mp21-faq-list summary{padding:17px 0!important;font-size:13px!important;font-weight:700!important}
.mp-pdp-v23 .mp21-extra{padding:12px 0 54px!important}.mp-pdp-v23 .mp21-extra-grid>article{padding:22px!important;border-radius:12px!important}.mp-pdp-v23 .mp21-extra-grid h2{font-size:24px!important;font-weight:700!important}

@media(max-width:1180px){
  .mp23-grid{grid-template-columns:minmax(0,1fr) minmax(410px,.94fr)!important;gap:34px!important}
  .mp23-gallery-main{height:500px!important}
  .mp23-buy-panel{padding:17px 18px 18px!important}
  .mp-pdp-v23 .mp20-buy-panel h1{font-size:35px!important}
  .mp23-highlights .container{grid-template-columns:220px 1fr;gap:28px}
  .mp23-highlights .mp21-highlight-grid{grid-template-columns:1fr 1fr!important}.mp23-highlights .mp21-highlight-grid article:nth-child(2){border-right:0!important}.mp23-highlights .mp21-highlight-grid article:nth-child(-n+2){border-bottom:1px solid #e7e9eb!important}
}
@media(max-width:900px){
  .mp23-grid{grid-template-columns:1fr!important}.mp23-gallery-wrap,.mp23-buy-panel{position:relative!important;top:auto!important}
  .mp23-gallery-main{height:min(70vw,520px)!important}
  .mp23-buy-panel{margin-top:6px}
  .mp23-highlights .container,.mp23-condition-guide .container{grid-template-columns:1fr!important;gap:22px!important}
  .mp23-story .mp21-story-grid{grid-template-columns:1fr!important;gap:32px!important}
  .mp23-product-nav .container{justify-content:flex-start!important}
}
@media(max-width:620px){
  .mp23-product-stage{padding-top:12px!important}
  .mp23-gallery-main{height:380px!important}.mp23-gallery-main>img{padding:14px!important}
  .mp23-gallery-thumbs button{flex-basis:68px!important;width:68px!important;height:68px!important}
  .mp21-gallery-assurance{display:none!important}
  .mp23-buy-panel{padding:16px!important;border-radius:13px!important;box-shadow:none!important}
  .mp-pdp-v23 .mp20-buy-panel h1{font-size:30px!important}
  .mp-pdp-v23 .mp21-mini-highlights{grid-template-columns:1fr!important}
  .mp-pdp-v23 .mp21-condition{grid-template-columns:40px 15px minmax(0,1fr) auto!important}
  .mp-pdp-v23 .mp20-actions{grid-template-columns:92px 1fr!important}.mp-pdp-v23 .mp20-buy-now{grid-column:1/-1!important}
  .mp-pdp-v23 .mp21-buy-assurance{grid-template-columns:1fr!important;gap:8px!important}.mp-pdp-v23 .mp21-buy-assurance>div{padding:0!important;border-right:0!important}
  .mp23-product-nav .container{gap:24px;min-height:48px}.mp23-product-nav a{padding:15px 0 13px;font-size:11.5px}
  .mp23-highlights{padding:32px 0!important}.mp23-highlights .mp21-highlight-grid{grid-template-columns:1fr!important}.mp23-highlights .mp21-highlight-grid article{border-right:0!important;border-bottom:1px solid #e7e9eb!important}.mp23-highlights .mp21-highlight-grid article:last-child{border-bottom:0!important}
  .mp23-story{padding:44px 0!important}.mp23-story .mp21-story-copy h2{font-size:29px!important}
  .mp23-condition-guide{padding:38px 0!important}.mp23-condition-guide .mp21-grade-grid{grid-template-columns:1fr!important}
  .mp23-fulfilment{padding:34px 0!important}
  .mp23-reviews{padding:42px 0!important}.mp23-reviews .mp20-review-head{align-items:flex-start!important}.mp23-reviews .mp20-review-score{min-width:110px;text-align:left!important}
}

/* =========================================================
   v10.7.24 — moderated product-review submission
   ========================================================= */
.mp24-review-submit{margin:24px 0 28px;border:1px solid #e6eaed;border-radius:16px;background:#fff;overflow:hidden}
.mp24-review-submit>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;cursor:pointer;background:#fff}
.mp24-review-submit>summary::-webkit-details-marker{display:none}
.mp24-review-submit>summary span{display:flex;flex-direction:column;gap:4px}.mp24-review-submit>summary b{font-size:15px;line-height:1.25;color:#171d23;font-weight:800}.mp24-review-submit>summary small{font-size:12px;line-height:1.4;color:#747d85;font-weight:500}
.mp24-review-submit>summary>i{width:30px;height:30px;display:grid;place-items:center;border:1px solid #e2e6e9;border-radius:50%;font-style:normal;font-size:18px;color:#4f5962;transition:.18s}
.mp24-review-submit[open]>summary{border-bottom:1px solid #edf0f2}.mp24-review-submit[open]>summary>i{transform:rotate(45deg);color:#ff5a00;border-color:#ffd4bd;background:#fff8f4}
.mp24-review-form-wrap{padding:22px 20px 20px;background:#fbfcfc}
.mp24-review-message{margin:0 0 16px;padding:12px 14px;border-radius:10px;font-size:13px;line-height:1.45;font-weight:650}.mp24-review-message.success{background:#eef9f2;border:1px solid #ccebd7;color:#1f6f3d}.mp24-review-message.error{background:#fff3f1;border:1px solid #ffd2cc;color:#a33124}
.mp24-review-rating{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.mp24-review-rating>span{font-size:12px;font-weight:800;color:#313940}.mp24-review-rating>div{display:flex;gap:7px;flex-wrap:wrap}.mp24-review-rating label{cursor:pointer}.mp24-review-rating input{position:absolute;opacity:0;pointer-events:none}.mp24-review-rating label span{display:flex;align-items:center;justify-content:center;min-width:54px;height:34px;padding:0 10px;border:1px solid #dfe4e7;border-radius:9px;background:#fff;color:#5d6670;font-size:12px;font-weight:750;transition:.16s}.mp24-review-rating input:checked+span{border-color:#ff5a00;background:#fff6f0;color:#ff5a00;box-shadow:0 0 0 1px rgba(255,90,0,.08)}
.mp24-review-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px 16px}.mp24-review-fields label{display:flex;flex-direction:column;gap:7px;min-width:0}.mp24-review-fields label.wide{grid-column:1/-1}.mp24-review-fields label>span{font-size:11px;font-weight:800;color:#4b545c}.mp24-review-fields input,.mp24-review-fields textarea{width:100%;border:1px solid #dce2e5;border-radius:10px;background:#fff;color:#1f262c;font:inherit;font-size:13px;outline:none;transition:.16s}.mp24-review-fields input{height:44px;padding:0 13px}.mp24-review-fields textarea{min-height:120px;padding:12px 13px;resize:vertical;line-height:1.55}.mp24-review-fields input:focus,.mp24-review-fields textarea:focus{border-color:#ff9a63;box-shadow:0 0 0 3px rgba(255,90,0,.08)}.mp24-review-fields label small{font-size:10px;line-height:1.4;color:#8a9299}.mp24-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.mp24-review-submit-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding-top:17px;border-top:1px solid #e9edef}.mp24-review-submit-row p{margin:0;max-width:560px;color:#7b848c;font-size:11px;line-height:1.5}.mp24-review-submit-row .z-btn{min-width:160px}.mp24-review-submit-row .z-btn span{margin-left:6px}
@media(max-width:720px){.mp24-review-form-wrap{padding:18px 15px}.mp24-review-fields{grid-template-columns:1fr}.mp24-review-fields label.wide{grid-column:auto}.mp24-review-rating{align-items:flex-start;flex-direction:column}.mp24-review-submit-row{align-items:stretch;flex-direction:column}.mp24-review-submit-row .z-btn{width:100%}}

/* =========================================================
   v10.7.25 — product image containment + compact checkout
   ========================================================= */

/* Product page: always show the complete uploaded image. */
.mp-pdp-v23 .mp23-gallery-main,
.mp-pdp-v23 .mp21-gallery-main,
.mp-pdp-v23 .mp20-gallery-main{
  overflow:hidden!important;
  padding:18px!important;
  background:#f8f9fa!important;
}
.mp-pdp-v23 .mp23-gallery-main>img,
.mp-pdp-v23 .mp21-gallery-main>img,
.mp-pdp-v23 .mp20-gallery-main>img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:auto!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
}
.mp-pdp-v23 .mp23-gallery-thumbs img,
.mp-pdp-v23 .mp21-gallery-thumbs img,
.mp-pdp-v23 .mp20-gallery-thumbs img,
.mp-pdp-v23 .mp21-condition-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}

/* Checkout typography follows the same homepage system. */
.mp-checkout-page{
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  color:#171a1e;
}
.mp-checkout-page h1,.mp-checkout-page h2,.mp-checkout-page h3,
.mp-checkout-page b,.mp-checkout-page strong,.mp-checkout-page button,
.mp-checkout-page input,.mp-checkout-page textarea{
  font-family:inherit;
}

/* Delivery: compact 3-card row. */
.mp-checkout-page .mp-delivery-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}
.mp-checkout-page .mp-delivery-option{
  position:relative!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  grid-template-areas:
    "icon copy"
    "icon price"!important;
  column-gap:11px!important;
  row-gap:3px!important;
  min-height:102px!important;
  padding:13px 13px 12px!important;
  border:1px solid #e2e5e7!important;
  border-radius:12px!important;
  background:#fff!important;
  align-content:center!important;
}
.mp-checkout-page .mp-delivery-option .mp-delivery-icon{
  grid-area:icon!important;
  align-self:center!important;
  width:42px!important;
  height:42px!important;
  border-radius:10px!important;
  background:#f6f7f8!important;
}
.mp-checkout-page .mp-delivery-option .mp-delivery-icon svg{
  width:22px!important;
  height:22px!important;
  fill:none!important;
  stroke:#555f68!important;
  stroke-width:1.55!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.mp-checkout-page .mp-delivery-option .mp-option-copy{grid-area:copy!important;min-width:0!important}
.mp-checkout-page .mp-delivery-option .mp-option-copy b{
  font-size:12.7px!important;
  line-height:1.25!important;
  font-weight:750!important;
  color:#20252a!important;
}
.mp-checkout-page .mp-delivery-option .mp-option-copy small{
  display:block!important;
  margin-top:3px!important;
  font-size:10.6px!important;
  line-height:1.35!important;
  color:#7a838b!important;
}
.mp-checkout-page .mp-delivery-option .mp-option-price{
  grid-area:price!important;
  justify-self:start!important;
  font-size:11.8px!important;
  line-height:1.2!important;
  font-weight:800!important;
  color:#1b2025!important;
}

/* Payment: compact branded cards instead of long rows. */
.mp-checkout-page .mp-payment-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}
.mp-checkout-page .mp-payment-option{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:112px!important;
  padding:13px 13px 12px!important;
  border:1px solid #e2e5e7!important;
  border-radius:12px!important;
  background:#fff!important;
}
.mp-checkout-page .mp-payment-logo{
  width:92px!important;
  height:30px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  background:transparent!important;
}
.mp-checkout-page .mp-payment-logo img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:88px!important;
  max-height:27px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.mp-checkout-page .mp-payment-logo>span{
  font-size:13px!important;
  font-weight:800!important;
  color:#3e474f!important;
}
.mp-checkout-page .mp-payment-option .mp-option-copy b{
  font-size:12.8px!important;
  line-height:1.2!important;
  font-weight:750!important;
  color:#20252a!important;
}
.mp-checkout-page .mp-payment-option .mp-option-copy small{
  display:block!important;
  margin-top:3px!important;
  font-size:10.5px!important;
  line-height:1.35!important;
  color:#7a838b!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

/* Selected state: small corner check, no bulky radio circle. */
.mp-checkout-page .mp-delivery-option .mp-option-check,
.mp-checkout-page .mp-payment-option .mp-option-check{
  position:absolute!important;
  top:10px!important;
  right:10px!important;
  width:20px!important;
  height:20px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #dce1e4!important;
  border-radius:50%!important;
  background:#fff!important;
  color:transparent!important;
  font-size:10px!important;
  font-style:normal!important;
  transition:.16s ease!important;
}
.mp-checkout-page .mp-delivery-option:has(input:checked),
.mp-checkout-page .mp-payment-option:has(input:checked){
  border-color:#ff9b65!important;
  background:#fff9f5!important;
  box-shadow:0 0 0 2px rgba(255,90,0,.08)!important;
}
.mp-checkout-page .mp-delivery-option:has(input:checked) .mp-option-check,
.mp-checkout-page .mp-payment-option:has(input:checked) .mp-option-check{
  border-color:var(--accent)!important;
  background:var(--accent)!important;
  color:#fff!important;
}
.mp-checkout-page .mp-delivery-option:has(input:checked) .mp-delivery-icon{
  background:#fff0e7!important;
}
.mp-checkout-page .mp-delivery-option:has(input:checked) .mp-delivery-icon svg{
  stroke:var(--accent)!important;
}

/* Reduce unnecessary vertical checkout length. */
.mp-checkout-page .mp-checkout-card{padding:18px!important}
.mp-checkout-page .mp-checkout-card-head{margin-bottom:14px!important}
.mp-checkout-page .mp-checkout-card-head>span{width:31px!important;height:31px!important;flex-basis:31px!important;border-radius:9px!important}
.mp-checkout-page .mp-checkout-card-head h2{font-size:18px!important;font-weight:700!important}
.mp-checkout-page .mp-checkout-card-head p{font-size:11.8px!important}
.mp-checkout-page .mp-place-order{min-height:52px!important;border-radius:10px!important;font-weight:750!important}

@media(max-width:980px){
  .mp-checkout-page .mp-delivery-grid{grid-template-columns:1fr!important}
  .mp-checkout-page .mp-delivery-option{min-height:82px!important}
  .mp-checkout-page .mp-payment-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:600px){
  .mp-checkout-page .mp-payment-grid{grid-template-columns:1fr!important}
  .mp-checkout-page .mp-payment-option{min-height:88px!important}
  .mp-pdp-v23 .mp23-gallery-main,.mp-pdp-v23 .mp21-gallery-main{padding:12px!important}
}


/* =========================================================
   v10.7.26 — final public-site typography + UI consistency
   Homepage typography is the source of truth.
   ========================================================= */
:root{
  --z-ui-font:Inter,"Segoe UI",Arial,sans-serif;
  --z-ui-body:14px;
  --z-ui-lead:15.5px;
  --z-ui-meta:12.5px;
  --z-ui-label:13px;
  --z-ui-button:14px;
  --z-ui-h1:44px;
  --z-ui-h2:34px;
  --z-ui-h3:19px;
  --z-ui-line:#e7e8eb;
  --z-ui-muted:#626a72;
}
body{font-family:var(--z-ui-font);font-size:var(--z-ui-body);color:var(--ink)}
main:not(.home-page){font-family:var(--z-ui-font);font-size:var(--z-ui-body)}
main:not(.home-page) button,
main:not(.home-page) input,
main:not(.home-page) select,
main:not(.home-page) textarea{font-family:var(--z-ui-font);font-size:var(--z-ui-body)}
main:not(.home-page) p{line-height:1.65}
.z-btn{font-family:var(--z-ui-font);font-size:var(--z-ui-button);font-weight:750}
.z-kicker{font-size:13px;line-height:1.35;letter-spacing:.025em;font-weight:850}

/* Shared internal-page hierarchy. */
.page-hero h1,.services-hero h1{font-size:48px;line-height:1.04;letter-spacing:-.045em;font-weight:700}
.page-hero p,.services-hero p{font-size:15px;line-height:1.7;color:var(--z-ui-muted)}
.form-grid label{font-size:var(--z-ui-label)}
.form-grid input,.form-grid select,.form-grid textarea,.track-form input{font-size:var(--z-ui-body);line-height:1.45}

/* Marketplace listing/directory: remove undersized retail text. */
.mp-page-v71 .mp-product-view{font-size:12.5px}
.mp-page-v71 .mp-stock-mini{font-size:12.5px}
.mp-page-v71 .mp-results-bar{font-size:13px}
.mp-page-v71 .mp-filter-head>div small{font-size:12.5px}
.mp-page-v71 .mp-product-meta{font-size:12.5px}
.mp-page-v71 .mp-product-card h3{font-size:15px;line-height:1.4}
.mp-page-v71 .mp-product-card p{font-size:13.5px;line-height:1.55}
.mp-page-v71 .mp-product-foot strong{font-size:17px}
.mp-directory-breadcrumb{font-size:13px}
.mp-directory-card-copy>span{font-size:11.5px}
.mp-directory-card-copy h3{font-size:17px}
.mp-directory-card-copy p{font-size:13px;line-height:1.6}
.mp-directory-head p{font-size:14px}

/* Product page: same readable scale as homepage, without tiny micro-copy. */
.mp-pdp-v23{font-family:var(--z-ui-font);font-size:var(--z-ui-body)}
.mp-pdp-v23 .z-kicker{font-size:13px!important;letter-spacing:.025em!important}
.mp-pdp-v23 .mp20-brand-row{font-size:13px!important}
.mp-pdp-v23 .mp20-brand-row small{font-size:12px!important}
.mp-pdp-v23 .mp20-buy-panel h1{font-size:42px!important;line-height:1.04!important;font-weight:700!important}
.mp-pdp-v23 .mp20-rating{font-size:13px!important}
.mp-pdp-v23 .mp20-lead{font-size:14.5px!important;line-height:1.7!important}
.mp-pdp-v23 .mp21-mini-highlights span{font-size:12.5px!important;line-height:1.5!important}
.mp-pdp-v23 .mp20-price-row>div>small{font-size:11.5px!important}
.mp-pdp-v23 .mp20-price-row strong{font-size:32px!important}
.mp-pdp-v23 .mp20-choice-head span{font-size:11.5px!important}
.mp-pdp-v23 .mp20-choice-head h2{font-size:20px!important;line-height:1.25!important}
.mp-pdp-v23 .mp20-choice-head button{font-size:12.5px!important}
.mp-pdp-v23 .mp20-inspection-note b{font-size:13px!important}
.mp-pdp-v23 .mp20-inspection-note span{font-size:12.5px!important;line-height:1.5!important}
.mp-pdp-v23 .mp20-condition-copy b{font-size:14px!important}
.mp-pdp-v23 .mp20-condition-copy small{font-size:12.5px!important;line-height:1.45!important}
.mp-pdp-v23 .mp20-condition>strong{font-size:14.5px!important}
.mp-pdp-v23 .mp20-condition>em{font-size:12px!important}
.mp-pdp-v23 .mp20-selected-condition span,.mp-pdp-v23 .mp20-selected-condition p{font-size:12.5px!important;line-height:1.5!important}
.mp-pdp-v23 .mp20-stock-row,.mp-pdp-v23 .mp20-stock-row b{font-size:12.5px!important}
.mp-pdp-v23 .mp20-add,.mp-pdp-v23 .mp20-buy-now{font-size:14px!important}
.mp-pdp-v23 .mp21-buy-assurance b{font-size:12.5px!important}
.mp-pdp-v23 .mp21-buy-assurance span{font-size:12px!important;line-height:1.45!important}
.mp-pdp-v23 .mp21-gallery-assurance b{font-size:12.5px!important}
.mp-pdp-v23 .mp21-gallery-assurance small{font-size:12px!important;line-height:1.5!important}
.mp23-product-nav a{font-size:13px}
.mp-pdp-v23 .mp21-section-heading h2{font-size:34px!important}
.mp-pdp-v23 .mp21-section-heading>p{font-size:14px!important;line-height:1.7!important}
.mp23-highlights .mp21-highlight-grid p{font-size:13px!important;line-height:1.55!important}
.mp23-story .mp21-story-copy h2{font-size:36px!important}
.mp23-story .mp21-prose{font-size:14.5px!important;line-height:1.8!important}
.mp23-story .mp21-check-grid b{font-size:13px!important}
.mp23-story .mp21-check-grid p{font-size:12.5px!important;line-height:1.55!important}
.mp23-story .mp21-spec-head span{font-size:11.5px!important}
.mp23-story .mp21-spec-head b{font-size:14px!important}
.mp23-story .mp20-spec-row{font-size:12.5px!important;line-height:1.45!important}
.mp23-condition-guide .mp21-grade-grid span{font-size:10px!important}
.mp23-condition-guide .mp21-grade-grid h3{font-size:16px!important}
.mp23-condition-guide .mp21-grade-grid p{font-size:12.5px!important;line-height:1.6!important}
.mp23-fulfilment .mp21-info-grid span{font-size:10.5px!important}
.mp23-fulfilment .mp21-info-grid h3{font-size:16px!important}
.mp23-fulfilment .mp21-info-grid p{font-size:12.5px!important;line-height:1.6!important}
.mp23-reviews .mp20-review-head p{font-size:13.5px!important}
.mp23-reviews .mp20-review-grid p{font-size:13px!important;line-height:1.65!important}
.mp23-reviews .mp20-review-grid footer b{font-size:12.5px!important}
.mp20-review-grid footer span{font-size:12px!important}
.mp20-review-grid footer em{font-size:11.5px!important}
.mp23-faq .mp21-faq-list summary{font-size:14px!important}
.mp24-review-submit>summary b{font-size:16px}
.mp24-review-submit>summary small{font-size:13px}
.mp24-review-rating>span,.mp24-review-rating label span{font-size:13px}
.mp24-review-fields label>span{font-size:13px}
.mp24-review-fields input,.mp24-review-fields textarea{font-size:14px}
.mp24-review-fields label small,.mp24-review-submit-row p{font-size:12px;line-height:1.5}

/* PDP polish: calmer rhythm and fewer visually disconnected boxes. */
.mp23-product-stage{padding-bottom:50px!important}
.mp23-buy-panel{padding:24px!important;border-radius:14px;box-shadow:0 14px 40px rgba(22,27,32,.055)}
.mp-pdp-v23 .mp20-price-row{background:#fff!important;border-left:0!important;border-right:0!important;border-radius:0!important;padding:14px 0!important}
.mp-pdp-v23 .mp20-inspection-note{padding:12px 13px!important}
.mp-pdp-v23 .mp21-condition{min-height:74px!important;padding:10px 12px!important}
.mp23-highlights{padding:46px 0!important}
.mp23-story{padding:64px 0!important}
.mp23-condition-guide{padding:54px 0!important}
.mp23-fulfilment{padding:48px 0!important}
.mp23-reviews{padding:58px 0!important}
.mp23-faq{padding:58px 0!important}

/* Checkout: match homepage scale while staying compact. */
.mp-checkout-page{font-family:var(--z-ui-font);font-size:var(--z-ui-body)}
.mp-checkout-hero{padding:46px 0 36px}
.mp-checkout-hero h1{font-size:44px;line-height:1.04;letter-spacing:-.045em;font-weight:700;margin:8px 0 12px}
.mp-checkout-hero p{font-size:15px;line-height:1.65;color:var(--z-ui-muted);max-width:720px}
.mp-checkout-trust{font-size:13px;gap:22px}
.mp-checkout-section{padding:40px 0 72px}
.mp-checkout-grid{gap:30px}
.mp-checkout-form{gap:16px}
.mp-checkout-page .mp-checkout-card{padding:20px!important;border-radius:14px!important}
.mp-checkout-page .mp-checkout-card-head{margin-bottom:16px!important;gap:12px}
.mp-checkout-page .mp-checkout-card-head>span{width:34px!important;height:34px!important;flex-basis:34px!important;font-size:12px!important}
.mp-checkout-page .mp-checkout-card-head h2{font-size:20px!important;line-height:1.25!important}
.mp-checkout-page .mp-checkout-card-head p{font-size:13.5px!important;line-height:1.5!important}
.mp-checkout-fields label>span{font-size:13px}
.mp-checkout-fields input,.mp-checkout-fields textarea{font-size:14px;line-height:1.45}
.mp-checkout-page .mp-delivery-option .mp-option-copy b{font-size:13.5px!important}
.mp-checkout-page .mp-delivery-option .mp-option-copy small{font-size:12.5px!important;line-height:1.45!important}
.mp-checkout-page .mp-delivery-option .mp-option-price{font-size:13px!important}
.mp-checkout-page .mp-payment-option .mp-option-copy b{font-size:13.5px!important}
.mp-checkout-page .mp-payment-option .mp-option-copy small{font-size:12.5px!important;line-height:1.45!important}
.mp-checkout-page .mp-payment-logo>span{font-size:13.5px!important}
.mp-checkout-summary-head span{font-size:12px}
.mp-checkout-summary-head h3{font-size:20px}
.mp-checkout-items b{font-size:13.5px}
.mp-checkout-items small{font-size:12.5px}
.mp-checkout-items strong{font-size:13.5px}
.mp-checkout-summary>p{font-size:13px;line-height:1.55}
.mp-checkout-safe b{font-size:13px}
.mp-checkout-safe small{font-size:12.5px;line-height:1.45}
.mp-checkout-page .mp-place-order{font-size:14px!important;min-height:52px!important}

/* Repair flow: preserve the approved layout, standardise readable micro-copy. */
.rc88-page,.tw-repair-page,.rc-book-page-v102,.repair-page,.repair-choice-page,.repair-track-page,.repair-confirmation-page{font-family:var(--z-ui-font)}
.rc103-model-bar .rc103-field-readonly span,.rc103-model-bar .rc103-field-model span{font-size:12px}
.rc103-category-tab{font-size:13px}
.rc103-category-tab small{font-size:11.5px}
.rc103-service-copy p,.rc103-service-meta small{font-size:12.5px;line-height:1.5}
.rc103-service-copy h4{font-size:15px}

/* Shared footer remains visually quiet but readable. */
.z-footer h4{font-size:13px}
.z-footer a{font-size:14px}
.z-footer p{font-size:13.5px}
.z-footer-brand p{font-size:14px}

@media(max-width:900px){
  .mp-pdp-v23 .mp20-buy-panel h1{font-size:36px!important}
  .mp-checkout-hero h1{font-size:38px}
}
@media(max-width:620px){
  .mp-pdp-v23 .mp20-buy-panel h1{font-size:31px!important}
  .mp-pdp-v23 .mp20-condition-copy small{font-size:12px!important}
  .mp23-product-nav a{font-size:12.5px}
  .mp-checkout-hero h1{font-size:34px}
  .mp-checkout-page .mp-payment-option .mp-option-copy small,
  .mp-checkout-page .mp-delivery-option .mp-option-copy small{font-size:12px!important}
}


/* Homepage supported brands carousel */
.z-brand-head p{max-width:760px;margin:10px auto 0}
.z-brand-carousel{display:grid;grid-template-columns:54px minmax(0,1fr) 54px;gap:18px;align-items:center;margin-top:24px}
.z-brand-arrow{width:54px;height:54px;border:1px solid #e6e8eb;border-radius:16px;background:#fff;color:#111827;display:flex;align-items:center;justify-content:center;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 10px 24px rgba(17,24,39,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,color .18s ease}
.z-brand-arrow:hover,.z-brand-arrow:focus-visible{transform:translateY(-1px);border-color:#ffb98d;color:var(--accent);box-shadow:0 14px 28px rgba(17,24,39,.1)}
.z-brand-arrow[disabled]{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}
.z-brand-grid{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;margin-top:0!important;padding:6px 2px}
.z-brand-grid::-webkit-scrollbar{display:none}
.z-brand-track{display:flex;gap:24px;align-items:center}
.z-brand-item{flex:0 0 calc((100% - 120px)/6);min-width:150px;height:88px;border:1px solid #eceef0;border-radius:20px;background:#fff;display:flex;align-items:center;justify-content:center;padding:16px;box-shadow:0 8px 18px rgba(17,24,39,.03);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.z-brand-item:hover,.z-brand-item:focus-visible{border-color:#ffd0b2;box-shadow:0 12px 26px rgba(17,24,39,.08);transform:translateY(-2px)}
.z-brand-grid img{width:auto!important;max-width:132px!important;height:46px!important;max-height:46px!important;object-fit:contain!important;margin:auto!important}

@media (max-width: 900px){
  .z-brand-carousel{grid-template-columns:1fr;gap:0;margin-top:14px}
  .z-brand-arrow{display:none}
  .z-brand-grid{display:none!important;overflow:visible;padding:10px;border:1px solid #e8eaed;border-radius:14px;background:#fbfbfa;margin-top:12px!important}
  .z-brand-grid.is-open{display:block!important;animation:zBrandOpen .18s ease both}
  .z-brand-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .z-brand-item{flex:none;min-width:0;height:82px;border-radius:10px;padding:13px 10px;box-shadow:none}
  .z-brand-grid img{max-width:112px!important;height:42px!important;max-height:42px!important}
}
@media (max-width: 640px){
  .z-brand-track{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .z-brand-item{height:72px;padding:10px 8px}
  .z-brand-grid img{max-width:100px!important;height:38px!important}
}


/* v10.7.26.2 — premium checkout summary with product imagery */
.mp-checkout-summary-premium{padding:22px!important;border-color:#e0e4e7!important;border-radius:18px!important;box-shadow:0 14px 34px rgba(18,28,38,.06)!important}
.mp-checkout-summary-premium .mp-checkout-summary-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:14px}
.mp-checkout-summary-premium .mp-checkout-summary-head span{display:block;font-size:11px!important;letter-spacing:.11em!important}
.mp-checkout-summary-premium .mp-checkout-summary-head h3{margin:0!important;font-size:18px!important;line-height:1.15!important}
.mp-checkout-items-visual{padding:0!important;border-top:1px solid #edf0f2!important;border-bottom:1px solid #edf0f2!important}
.mp-checkout-items-visual .mp-checkout-line{display:grid!important;grid-template-columns:68px minmax(0,1fr) auto!important;gap:13px!important;align-items:center!important;padding:14px 0!important;margin:0!important}
.mp-checkout-items-visual .mp-checkout-line+.mp-checkout-line{border-top:1px solid #edf0f2}
.mp-checkout-line-image{width:68px;height:76px;border:1px solid #e7eaec;border-radius:12px;background:#fafafa;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:6px}
.mp-checkout-line-image img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important}
.mp-checkout-line-copy{min-width:0}
.mp-checkout-line-copy>b{display:block!important;margin:0!important;font-size:14px!important;line-height:1.3!important;color:#161b21!important}
.mp-checkout-condition{display:inline-flex!important;align-items:center!important;margin-top:5px!important;padding:3px 7px!important;border-radius:999px!important;background:#fff1e8!important;color:#e95400!important;font-size:11.5px!important;line-height:1.2!important;font-weight:800!important}
.mp-checkout-line-copy>small{display:block!important;margin-top:5px!important;font-size:12.5px!important;line-height:1.35!important;color:#747d85!important}
.mp-checkout-line-meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:6px}
.mp-checkout-line-meta small{margin:0!important;font-size:12px!important;color:#858d95!important}
.mp-checkout-line-meta small+small:before{content:'•';margin-right:9px;color:#c0c5ca}
.mp-checkout-line-total{align-self:start;padding-top:2px;font-size:14px!important;line-height:1.3!important;color:#161b21!important;white-space:nowrap}
.mp-checkout-totals{padding:14px 0 8px;display:grid;gap:8px}
.mp-checkout-totals>div{display:flex;align-items:center;justify-content:space-between;gap:18px}
.mp-checkout-totals span{font-size:13px;color:#737b83}
.mp-checkout-totals strong{font-size:14px;color:#171c22}
.mp-checkout-totals b{font-size:12.5px;color:#7b838b;font-weight:650}
.mp-checkout-total-estimate{margin-top:3px!important;padding:13px 0 0!important;border-top:1px solid #edf0f2!important}
.mp-checkout-total-estimate span{font-size:15px!important}
.mp-checkout-total-estimate strong{font-size:27px!important;letter-spacing:-.03em!important}
.mp-checkout-summary-premium .mp-checkout-safe{margin-top:16px!important;padding:12px!important;border-radius:12px!important}
@media(max-width:600px){.mp-checkout-items-visual .mp-checkout-line{grid-template-columns:58px minmax(0,1fr)!important}.mp-checkout-line-image{width:58px;height:66px}.mp-checkout-line-total{grid-column:2;justify-self:start;padding-top:0}.mp-checkout-summary-premium{padding:16px!important}}

/* =========================================================
   Business IT Support v10.8.0
   ========================================================= */
.bit-page{background:#fff;color:#161b22}.bit-page svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.bit-hero{padding:56px 0 40px;border-bottom:1px solid #eceff1;background:linear-gradient(180deg,#fff 0%,#fbfbfa 100%)}.bit-hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(520px,1.05fr);gap:58px;align-items:center}.bit-hero-copy{max-width:640px}.bit-hero h1{margin:10px 0 18px;font-size:58px;line-height:.99;letter-spacing:-.045em;font-weight:850;color:#111820}.bit-lead{font-size:18px;line-height:1.7;color:#5b6570;max-width:610px}.bit-hero-actions{display:flex;gap:12px;align-items:center;margin-top:28px}.bit-hero-actions .z-btn{min-height:50px;padding:0 22px}.bit-trust-line{display:flex;flex-wrap:wrap;gap:18px;margin-top:27px;padding-top:22px;border-top:1px solid #e6e9eb}.bit-trust-line span{display:flex;align-items:center;gap:8px;font-size:13px;color:#3b4650}.bit-trust-line svg{width:18px;height:18px;color:#ff5a00}.bit-trust-line b{font-weight:750}.bit-hero-media{position:relative;border-radius:26px;overflow:hidden;min-height:480px;background:#eceff1;box-shadow:0 22px 50px rgba(19,27,35,.12)}.bit-hero-media>img{width:100%;height:100%;min-height:480px;object-fit:cover;display:block}.bit-hero-float{position:absolute;left:22px;right:22px;bottom:22px;padding:18px 20px;border-radius:16px;background:rgba(13,18,24,.89);backdrop-filter:blur(12px);color:#fff}.bit-hero-float span{display:block;color:#ff7a31;font-size:11px;letter-spacing:.12em;font-weight:900}.bit-hero-float b{display:block;margin-top:4px;font-size:20px}.bit-hero-float small{display:block;margin-top:4px;color:#dfe4e8;font-size:13px}.bit-proof{border-bottom:1px solid #eceff1;background:#fff}.bit-proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.bit-proof-grid>div{padding:22px 24px;border-right:1px solid #eceff1}.bit-proof-grid>div:last-child{border-right:0}.bit-proof-grid span{display:block;color:#ff5a00;font-size:11px;font-weight:900;letter-spacing:.08em}.bit-proof-grid b{display:block;margin-top:5px;font-size:15px;color:#17202a}.bit-proof-grid small{display:block;margin-top:4px;font-size:13px;line-height:1.45;color:#6d7781}.bit-section-head{align-items:flex-end}.bit-section-head h2{max-width:760px}.bit-section-head p{margin:8px 0 0;max-width:760px;color:#69737d;font-size:15px;line-height:1.6}.bit-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:30px}.bit-service-card{position:relative;display:flex;flex-direction:column;min-height:360px;padding:24px;border:1px solid #e5e9ec;border-radius:20px;background:#fff;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.bit-service-card:hover{transform:translateY(-3px);border-color:#ffc8a7;box-shadow:0 18px 38px rgba(18,26,34,.08)}.bit-service-card.is-featured:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#ff5a00;border-radius:20px 0 0 20px}.bit-service-icon{width:52px;height:52px;border-radius:14px;background:#fff3eb;color:#ff5a00;display:grid;place-items:center}.bit-service-copy{margin-top:20px}.bit-service-copy>span{font-size:11px;color:#ff5a00;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.bit-service-copy h3{margin:5px 0 8px;font-size:21px;line-height:1.18;letter-spacing:-.02em}.bit-service-copy p{font-size:14px;line-height:1.6;color:#68727c}.bit-service-copy ul{display:grid;gap:8px;margin:16px 0 0;padding:0;list-style:none}.bit-service-copy li{display:flex;gap:8px;align-items:flex-start;font-size:13px;color:#3e4852}.bit-service-copy li svg{flex:0 0 17px;width:17px;height:17px;color:#159447;margin-top:1px}.bit-service-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:20px;border-top:1px solid #eef0f2;font-size:12px}.bit-service-meta span{color:#7b848d}.bit-service-meta b{color:#202831}.bit-how{background:#f7f8f8}.bit-how-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}.bit-how-intro{position:sticky;top:120px}.bit-how-intro h2{font-size:40px;line-height:1.08;letter-spacing:-.035em;margin:10px 0 14px}.bit-how-intro p{font-size:15px;line-height:1.7;color:#69737d}.bit-steps{display:grid;grid-template-columns:1fr 1fr;border:1px solid #e1e5e8;border-radius:22px;overflow:hidden;background:#fff}.bit-steps>div{min-height:220px;padding:28px;border-right:1px solid #e7eaec;border-bottom:1px solid #e7eaec}.bit-steps>div:nth-child(2n){border-right:0}.bit-steps>div:nth-child(n+3){border-bottom:0}.bit-steps span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#fff1e8;color:#ff5a00;font-size:11px;font-weight:900}.bit-steps b{display:block;margin-top:22px;font-size:20px}.bit-steps p{margin:7px 0 0;font-size:14px;line-height:1.6;color:#6c7680}.bit-security-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:46px;align-items:center}.bit-security h2{max-width:700px;margin:10px 0 14px;font-size:42px;line-height:1.07;letter-spacing:-.035em}.bit-security>div p{max-width:720px;color:#65707a;font-size:15px;line-height:1.7}.bit-security-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.bit-security-list>div{display:flex;gap:13px;padding:17px;border:1px solid #e5e9ec;border-radius:14px}.bit-security-list svg{flex:0 0 24px;color:#ff5a00}.bit-security-list b{display:block;font-size:14px}.bit-security-list small{display:block;margin-top:3px;color:#707a84;font-size:12.5px;line-height:1.45}.bit-security-card{padding:30px;border-radius:24px;background:#151b22;color:#fff;box-shadow:0 20px 45px rgba(13,18,24,.14)}.bit-security-card>span{color:#ff7a31;font-size:11px;letter-spacing:.12em;font-weight:900}.bit-security-card h3{margin:8px 0 10px;color:#fff;font-size:28px;line-height:1.1}.bit-security-card p{color:#c9d0d6!important;font-size:14px!important}.bit-security-card ul{display:grid;gap:10px;list-style:none;padding:0;margin:22px 0}.bit-security-card li{display:flex;align-items:center;gap:9px;color:#eef1f3;font-size:13px}.bit-security-card li svg{width:18px;height:18px;color:#ff6a16}.bit-security-card a{display:inline-flex;gap:8px;color:#fff;font-size:14px;font-weight:800}.bit-plans{background:#fbfbfa}.bit-plans .z-section-head p{max-width:740px;margin:10px auto 0;color:#6a747e;font-size:15px;line-height:1.65}.bit-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px;align-items:stretch}.bit-plan{position:relative;padding:28px;border:1px solid #e3e7ea;border-radius:22px;background:#fff;display:flex;flex-direction:column}.bit-plan.is-featured{border:1.5px solid #ff5a00;box-shadow:0 18px 40px rgba(255,90,0,.09)}.bit-plan em{position:absolute;right:20px;top:18px;padding:5px 9px;border-radius:999px;background:#fff1e8;color:#ff5a00;font-size:10px;font-style:normal;font-weight:900;text-transform:uppercase}.bit-plan>span{color:#ff5a00;font-size:10.5px;font-weight:900;letter-spacing:.1em}.bit-plan h3{margin:7px 0 9px;font-size:27px}.bit-plan>p{min-height:70px;color:#66717b;font-size:14px;line-height:1.6}.bit-plan-price{padding:18px 0;border-top:1px solid #eceff1;border-bottom:1px solid #eceff1}.bit-plan-price b{display:block;font-size:19px}.bit-plan-price small{display:block;margin-top:3px;color:#7b858e;font-size:12px}.bit-plan ul{display:grid;gap:9px;list-style:none;padding:0;margin:20px 0}.bit-plan li{display:flex;gap:8px;font-size:13.5px;color:#35404a}.bit-plan li svg{width:17px;height:17px;color:#159447;flex:0 0 17px}.bit-plan-sla{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;margin-bottom:16px}.bit-plan-sla span{padding:11px;border-radius:11px;background:#f6f7f7}.bit-plan-sla small,.bit-plan-sla b{display:block}.bit-plan-sla small{font-size:10px;color:#7c858e}.bit-plan-sla b{margin-top:2px;font-size:13px}.bit-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.bit-review-grid article{padding:23px;border:1px solid #e4e8ea;border-radius:18px}.bit-stars{color:#ff5a00;letter-spacing:2px}.bit-review-grid p{font-size:14px;line-height:1.65;color:#3e4852;min-height:76px}.bit-review-grid b,.bit-review-grid small{display:block}.bit-review-grid b{font-size:13px}.bit-review-grid small{margin-top:2px;color:#7a848d;font-size:12px}.bit-request{background:#f6f7f7}.bit-request-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:46px;align-items:start}.bit-request-copy{position:sticky;top:115px}.bit-request-copy h2{margin:10px 0 13px;font-size:42px;line-height:1.06;letter-spacing:-.035em}.bit-request-copy>p{font-size:15px;line-height:1.7;color:#68737c}.bit-request-contact{display:grid;gap:10px;margin-top:24px}.bit-request-contact>div{display:flex;gap:11px;align-items:center;padding:14px;border-radius:13px;background:#fff;border:1px solid #e4e7e9}.bit-request-contact svg{color:#ff5a00}.bit-request-contact small,.bit-request-contact b{display:block}.bit-request-contact small{font-size:10.5px;color:#7b858e}.bit-request-contact b{font-size:13px}.bit-form-note{margin-top:18px;padding:17px;border-left:3px solid #ff5a00;background:#fff;border-radius:0 12px 12px 0}.bit-form-note b{font-size:13px}.bit-form-note p{margin:4px 0 0;color:#6d7781;font-size:12.5px;line-height:1.55}.bit-request-form{padding:26px;border:1px solid #dfe4e7;border-radius:22px;background:#fff;box-shadow:0 14px 30px rgba(16,23,30,.05)}.bit-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.bit-form-grid label>span,.bit-checks legend{display:block;margin-bottom:7px;color:#222b34;font-size:12.5px;font-weight:800}.bit-form-grid input,.bit-form-grid select,.bit-form-grid textarea{width:100%;box-sizing:border-box;border:1px solid #dce1e4;border-radius:11px;background:#fff;color:#202831;font:inherit;font-size:14px;padding:12px 13px;outline:0;transition:border-color .16s ease,box-shadow .16s ease}.bit-form-grid input,.bit-form-grid select{height:46px}.bit-form-grid textarea{resize:vertical;min-height:130px;line-height:1.55}.bit-form-grid input:focus,.bit-form-grid select:focus,.bit-form-grid textarea:focus{border-color:#ff9b62;box-shadow:0 0 0 3px rgba(255,90,0,.09)}.bit-form-grid .full{grid-column:1/-1}.bit-checks{border:0;padding:0;margin:3px 0}.bit-checks{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bit-checks legend{grid-column:1/-1;width:100%}.bit-checks label{display:flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid #e3e7e9;border-radius:10px;cursor:pointer}.bit-checks input{width:16px!important;height:16px!important;accent-color:#ff5a00}.bit-checks label span{margin:0!important;font-size:12px!important;font-weight:650!important}.bit-consent{display:flex!important;align-items:flex-start;gap:9px}.bit-consent input{width:17px!important;height:17px!important;margin-top:1px;accent-color:#ff5a00}.bit-consent span{font-weight:500!important;color:#66717b!important;line-height:1.45}.bit-submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:50px;margin-top:18px}.bit-submit svg{width:18px;height:18px}.bit-form-foot{text-align:center;margin:9px 0 0;color:#7c858e;font-size:11.5px}.bit-faq{background:#fff}.bit-track-hero{padding-bottom:32px}.bit-track-shell{max-width:980px}.bit-track-form{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end;padding:18px;border:1px solid #e1e5e7;border-radius:16px;background:#fff}.bit-track-form label span{display:block;margin-bottom:6px;font-size:12px;font-weight:800}.bit-track-form input{width:100%;height:46px;box-sizing:border-box;padding:0 12px;border:1px solid #dce1e4;border-radius:10px;font:inherit}.bit-track-card{margin-top:20px;border:1px solid #e0e4e7;border-radius:20px;background:#fff;overflow:hidden}.bit-track-head{display:flex;justify-content:space-between;gap:28px;padding:25px;border-bottom:1px solid #eceff1}.bit-track-head>div>span{color:#ff5a00;font-size:11px;font-weight:900;letter-spacing:.08em}.bit-track-head h2{margin:5px 0 3px;font-size:25px}.bit-track-head p{margin:0;color:#6e7881;font-size:13px}.bit-track-status{text-align:right}.bit-track-status small,.bit-track-status b,.bit-track-status span{display:block}.bit-track-status small{color:#7c858d;font-size:10px}.bit-track-status b{margin:2px 0;font-size:15px}.bit-track-status span{color:#ff5a00;font-size:11px;font-weight:900}.bit-track-meta{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #eceff1}.bit-track-meta>div{padding:17px 20px;border-right:1px solid #eceff1}.bit-track-meta>div:last-child{border-right:0}.bit-track-meta small,.bit-track-meta b{display:block}.bit-track-meta small{font-size:10.5px;color:#7c858e}.bit-track-meta b{margin-top:3px;font-size:13px}.bit-track-timeline{padding:24px}.bit-track-timeline h3{margin:0 0 17px}.bit-track-timeline>div{position:relative;display:grid;grid-template-columns:18px 1fr;gap:12px;padding-bottom:18px}.bit-track-timeline>div>span{width:10px;height:10px;border:2px solid #ff5a00;border-radius:50%;background:#fff;margin-top:3px}.bit-track-timeline>div:not(:last-child):before{content:"";position:absolute;left:5px;top:15px;bottom:0;width:1px;background:#e4e8ea}.bit-track-timeline article small,.bit-track-timeline article b{display:block}.bit-track-timeline article small{color:#8a9299;font-size:10px}.bit-track-timeline article b{margin-top:2px;font-size:13px}.bit-track-timeline article p{margin:4px 0 0;font-size:13px;line-height:1.5;color:#5f6973}.bit-track-message{padding:24px;margin:0;color:#5e6972;font-size:14px}
@media(max-width:1100px){.bit-hero-grid{grid-template-columns:1fr 1fr;gap:32px}.bit-hero h1{font-size:48px}.bit-service-grid{grid-template-columns:1fr 1fr}.bit-plan-grid{grid-template-columns:1fr}.bit-plan>p{min-height:0}.bit-request-grid{grid-template-columns:1fr}.bit-request-copy{position:static}.bit-how-grid{grid-template-columns:1fr;gap:30px}.bit-how-intro{position:static}.bit-security-grid{grid-template-columns:1fr}.bit-review-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.bit-hero{padding:38px 0 26px}.bit-hero-grid{grid-template-columns:1fr}.bit-hero-media{min-height:310px;order:-1}.bit-hero-media>img{min-height:310px}.bit-hero h1{font-size:40px}.bit-lead{font-size:15px}.bit-hero-actions{flex-direction:column;align-items:stretch}.bit-trust-line{display:grid;gap:9px}.bit-proof-grid{grid-template-columns:1fr 1fr}.bit-proof-grid>div{border-bottom:1px solid #eceff1}.bit-service-grid{grid-template-columns:1fr}.bit-service-card{min-height:0}.bit-security-list{grid-template-columns:1fr}.bit-steps{grid-template-columns:1fr}.bit-steps>div,.bit-steps>div:nth-child(2n),.bit-steps>div:nth-child(n+3){border-right:0;border-bottom:1px solid #e7eaec}.bit-steps>div:last-child{border-bottom:0}.bit-review-grid{grid-template-columns:1fr}.bit-form-grid{grid-template-columns:1fr}.bit-form-grid .full{grid-column:auto}.bit-checks{grid-template-columns:1fr}.bit-track-form{grid-template-columns:1fr}.bit-track-head{flex-direction:column}.bit-track-status{text-align:left}.bit-track-meta{grid-template-columns:1fr}.bit-track-meta>div{border-right:0;border-bottom:1px solid #eceff1}.bit-track-meta>div:last-child{border-bottom:0}}

/* v10.8.1 Business IT service catalogue conversion UI */
.bit-service-card{min-height:425px}
.bit-service-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.bit-service-icon.has-custom{overflow:hidden;background:#fff;border:1px solid #e7eaec}
.bit-service-icon.has-custom img{display:block;width:34px;height:34px;object-fit:contain}
.bit-service-badge{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;background:#fff3eb;color:#d64a00;font-size:10px;font-style:normal;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.bit-service-bottom{margin-top:auto;padding-top:18px}
.bit-service-meta{margin-top:0;padding-top:16px}
.bit-service-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}
.bit-service-actions .z-btn{min-height:42px;padding:0 12px;border-radius:10px;font-size:12.5px;white-space:nowrap}
.bit-service-actions .z-btn svg{width:16px;height:16px;margin-left:5px}
.bit-form-context{display:flex;align-items:center;gap:10px;padding:12px 13px;border:1px solid #ffd5bc;border-radius:12px;background:#fff7f2}
.bit-form-context[hidden]{display:none!important}
.bit-form-context>span{margin:0!important;color:#8a5c43!important;font-size:11px!important;font-weight:700!important}
.bit-form-context>b{color:#202831;font-size:13px}
.bit-form-context>button{margin-left:auto;border:0;background:transparent;color:#ff5a00;font:inherit;font-size:12px;font-weight:800;cursor:pointer}
@media(max-width:760px){.bit-service-card{min-height:0}.bit-service-actions{grid-template-columns:1fr}.bit-service-actions .z-btn{width:100%}}

/* =========================================================
   v10.8.2 — homepage brand carousel + shared public pages
   ========================================================= */
@media(min-width:901px){
  .z-brand-toggle{display:none!important}
  .z-brand-carousel{grid-template-columns:42px minmax(0,1fr) 42px!important;gap:12px!important;align-items:center!important;margin-top:22px!important}
  .z-brand-arrow{width:42px!important;height:42px!important;border-radius:12px!important;font-size:24px!important;box-shadow:none!important}
  .z-brand-grid{display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;margin:0!important;padding:4px 0 8px!important;scroll-snap-type:x proximity!important}
  .z-brand-track{display:flex!important;width:100%!important;min-width:100%!important;gap:16px!important;align-items:center!important}
  .z-brand-item{flex:0 0 calc((100% - 96px)/7)!important;min-width:0!important;height:72px!important;padding:10px 12px!important;border-radius:14px!important;scroll-snap-align:start!important;box-shadow:none!important}
  .z-brand-grid img{max-width:112px!important;height:38px!important;max-height:38px!important}
}
@media(min-width:901px) and (max-width:1180px){
  .z-brand-item{flex-basis:calc((100% - 80px)/6)!important}
}

.z-content-page{background:#fff;color:#151b22}
.z-content-page h1,.z-content-page h2,.z-content-page h3{letter-spacing:-.025em;color:#111820}
.z-content-page p{color:#626b74;line-height:1.72}
.z-content-hero{padding:72px 0 64px;border-bottom:1px solid #eef0f2;background:linear-gradient(180deg,#fff 0%,#fcfcfb 100%)}
.z-content-hero .z-kicker{margin-bottom:12px}
.z-content-hero h1{font-size:clamp(42px,5vw,68px);line-height:1.02;max-width:860px;margin:0}
.z-content-hero p{font-size:17px;max-width:700px;margin:20px 0 0}
.z-content-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);gap:72px;align-items:center}
.z-content-hero-media{min-height:430px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.z-content-hero-media img{display:block;width:100%;height:430px;object-fit:contain;object-position:center bottom}
.z-content-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:28px}
.z-content-proof{display:flex;gap:22px;flex-wrap:wrap;margin-top:24px;color:#47515b;font-size:13px;font-weight:700}
.z-content-section{padding:72px 0}
.z-content-section-alt{background:#f8f9f8;border-top:1px solid #eef0f2;border-bottom:1px solid #eef0f2}
.z-about-story-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:80px;align-items:center}
.z-about-story-grid h2,.z-section-head h2{font-size:clamp(32px,3vw,46px);line-height:1.08;margin:10px 0 18px}
.z-about-story-grid>div:first-child>p{font-size:16px;max-width:720px}
.z-about-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e7eaec;border-radius:18px;overflow:hidden;background:#fff}
.z-about-stat-grid>div{padding:28px 20px;text-align:center;border-right:1px solid #e7eaec}.z-about-stat-grid>div:last-child{border-right:0}
.z-about-stat-grid strong{display:block;font-size:28px;line-height:1;color:#111820}.z-about-stat-grid span{display:block;margin-top:9px;color:#7a838c;font-size:12px;font-weight:700}
.z-value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}
.z-value-grid article{padding:30px;border:1px solid #e6e9eb;border-radius:18px;background:#fff}
.z-value-grid article>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#fff0e7;color:#ff5a00;font-size:11px;font-weight:900}
.z-value-grid h3{font-size:20px;margin:22px 0 8px}.z-value-grid p{font-size:14px;margin:0}
.z-about-paths{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e6e9eb;border-radius:20px;overflow:hidden}
.z-about-paths>a{position:relative;display:block;padding:32px;color:#151b22;text-decoration:none;border-right:1px solid #e6e9eb;transition:background .18s ease}.z-about-paths>a:last-child{border-right:0}.z-about-paths>a:hover{background:#fff8f4}
.z-about-paths>a>span{color:#ff5a00;font-size:10px;font-weight:900;letter-spacing:.11em}.z-about-paths h3{font-size:22px;margin:12px 0 8px}.z-about-paths p{font-size:13px;margin:0;padding-right:30px}.z-about-paths i{position:absolute;right:28px;bottom:30px;font-style:normal;color:#ff5a00}

.z-contact-hero{text-align:center}.z-contact-hero h1,.z-contact-hero p{margin-left:auto;margin-right:auto}
.z-contact-routing{margin-top:-24px;position:relative;z-index:2}.z-contact-route-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e6e9eb;border-radius:18px;background:#fff;box-shadow:0 18px 46px rgba(20,27,34,.07);overflow:hidden}
.z-contact-route-grid>a{display:grid;grid-template-columns:44px 1fr auto;gap:14px;align-items:center;min-height:100px;padding:18px 22px;color:#151b22;text-decoration:none;border-right:1px solid #e6e9eb}.z-contact-route-grid>a:last-child{border-right:0}.z-contact-route-grid>a:hover{background:#fff8f4}
.z-route-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#fff0e7;color:#ff5a00;font-weight:900}.z-contact-route-grid b,.z-contact-route-grid small{display:block}.z-contact-route-grid b{font-size:15px}.z-contact-route-grid small{color:#7c858e;font-size:12px;margin-top:4px;line-height:1.4}.z-contact-route-grid i{font-style:normal;color:#a1a9b0}
.z-contact-layout{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);gap:56px;align-items:start}.z-contact-details{padding-top:10px}.z-contact-details h2{font-size:36px;margin:10px 0 14px}.z-contact-details>p{font-size:14px}
.z-contact-detail-list{margin-top:28px;border-top:1px solid #e8ebed}.z-contact-detail-list>div{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid #e8ebed}.z-contact-detail-list span{color:#8a9299;font-size:12px}.z-contact-detail-list b{text-align:right;font-size:13px}
.z-contact-note{margin-top:24px;padding:20px;border-radius:14px;background:#171c22;color:#fff}.z-contact-note b{font-size:14px}.z-contact-note p{font-size:12px;color:#d7dde1;margin:6px 0 10px}.z-contact-note a{color:#fff;font-size:12px;font-weight:800}
.z-contact-form-card{padding:34px;border:1px solid #e4e8ea;border-radius:20px;background:#fff;box-shadow:0 18px 50px rgba(20,27,34,.06)}.z-form-title h2{font-size:30px;margin:9px 0 6px}.z-form-title p{font-size:13px;margin:0 0 24px}.z-contact-form label{font-size:12px;font-weight:800;color:#333b43}.z-contact-form input,.z-contact-form select,.z-contact-form textarea{font-family:inherit;font-size:14px}.z-form-consent{display:flex!important;align-items:flex-start;gap:10px}.z-form-consent input{width:auto;margin-top:3px}.z-form-consent span{font-weight:500;color:#66707a;line-height:1.5}.z-form-alert{padding:13px 15px;border-radius:11px;margin-bottom:20px;font-size:13px;font-weight:700}.z-form-alert.success{background:#eef9f1;color:#1a6c36;border:1px solid #cfead7}.z-form-alert.error{background:#fff2ef;color:#9b3826;border:1px solid #f2d1c9}

.z-services-hero-grid,.z-service-detail-hero-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:60px;align-items:end}.z-service-hero-note{padding:26px;border-radius:16px;background:#171c22;color:#fff}.z-service-hero-note>span{color:#ff7a32;font-size:9px;font-weight:900;letter-spacing:.12em}.z-service-hero-note>b{display:block;font-size:21px;margin-top:7px}.z-service-hero-note p{font-size:12px;color:#d8dde1;margin:7px 0 0}
.z-service-directory-v2{display:grid;gap:26px}.z-service-group-v2{border:1px solid #e6e9eb;border-radius:20px;background:#fff;overflow:hidden}.z-service-group-top{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:20px;align-items:start;padding:30px;border-bottom:1px solid #edf0f2}.z-service-group-top>span{width:40px;height:40px;border-radius:12px;background:#fff0e8;color:#ff5a00;display:grid;place-items:center;font-size:11px;font-weight:900}.z-service-group-top small{color:#ff5a00;font-size:9px;font-weight:900;letter-spacing:.12em}.z-service-group-top h2{font-size:28px;margin:7px 0 5px}.z-service-group-top p{font-size:13px;margin:0}.z-service-group-top>a{align-self:center;color:#151b22;font-size:12px;font-weight:800;text-decoration:none}.z-service-group-top>a i{font-style:normal;color:#ff5a00;margin-left:6px}
.z-service-child-grid{display:grid;grid-template-columns:repeat(3,1fr)}.z-service-child-grid>a{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:start;padding:22px;color:#151b22;text-decoration:none;border-right:1px solid #edf0f2;border-bottom:1px solid #edf0f2;min-height:126px}.z-service-child-grid>a:nth-child(3n){border-right:0}.z-service-child-grid>a:hover{background:#fff8f4}.z-service-child-icon{width:38px;height:38px;border:1px solid #e3e7ea;border-radius:11px;display:grid;place-items:center;color:#16a05a}.z-service-child-grid h3{font-size:16px;margin:2px 0 6px}.z-service-child-grid p{font-size:12px;margin:0}.z-service-child-grid small{display:block;color:#ff5a00;font-size:10px;font-weight:800;margin-top:8px}.z-service-child-grid>a>i{font-style:normal;color:#a4abb1;margin-top:10px}
.z-service-detail-layout-v2{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:42px;align-items:start}.z-service-brand-panel-v2{padding:24px;border:1px solid #e6e9eb;border-radius:16px;background:#fafbfa}.z-service-brand-panel-v2 h3{font-size:19px;margin:9px 0 18px}.z-service-brand-panel-v2>div{display:grid;gap:8px}.z-service-brand-panel-v2 a{display:flex;align-items:center;gap:12px;padding:11px;border:1px solid #e5e8ea;border-radius:10px;background:#fff;color:#20262d;text-decoration:none;font-size:12px;font-weight:800}.z-service-brand-panel-v2 img{width:52px;height:24px;object-fit:contain}.z-service-reassurance{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.z-service-reassurance span{padding:9px 12px;background:#f5f7f6;border-radius:9px;font-size:12px;font-weight:700}

.z-brand-directory-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.z-brand-directory-v2>a{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:18px;align-items:center;min-height:126px;padding:20px;border:1px solid #e6e9eb;border-radius:16px;background:#fff;color:#151b22;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.z-brand-directory-v2>a:hover{transform:translateY(-2px);border-color:#ffd0b1;box-shadow:0 14px 28px rgba(20,27,34,.06)}.z-brand-directory-logo{height:70px;display:grid;place-items:center}.z-brand-directory-logo img{max-width:94px;max-height:46px;object-fit:contain}.z-brand-directory-v2 h2{font-size:18px;margin:0 0 5px}.z-brand-directory-v2 p{font-size:11px;margin:0}.z-brand-directory-v2>a>span{color:#ff5a00;font-size:18px}
.z-brand-detail-hero-v2{padding:64px 0;border-bottom:1px solid #eef0f2;background:#fcfcfb}.z-brand-detail-grid-v2{display:grid;grid-template-columns:220px minmax(0,1fr);gap:54px;align-items:center}.z-brand-detail-logo-v2{height:180px;display:grid;place-items:center;border:1px solid #e6e9eb;border-radius:22px;background:#fff}.z-brand-detail-logo-v2 img{max-width:150px;max-height:80px;object-fit:contain}.z-brand-detail-grid-v2 h1{font-size:clamp(40px,5vw,62px);margin:8px 0 12px}.z-brand-detail-grid-v2 p{max-width:680px}.z-empty-professional{text-align:center;padding:56px;border:1px dashed #dfe3e6;border-radius:18px;background:#fafbfa}.z-empty-professional h3{font-size:22px}.z-empty-professional p{max-width:520px;margin:8px auto 20px}
.z-success-section{padding:92px 0;background:#fafbfa}.z-success-card-v2{max-width:720px;margin:auto;padding:52px;border:1px solid #e3e7e9;border-radius:24px;background:#fff;text-align:center;box-shadow:0 20px 50px rgba(20,27,34,.06)}.z-success-check{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:0 auto 22px;background:#eef9f1;color:#15934e;font-size:28px;font-weight:900}.z-success-card-v2 h1{font-size:42px;margin:9px 0 12px}.z-success-card-v2>p{font-size:15px;max-width:540px;margin:0 auto}.z-success-reference{margin:28px 0;padding:20px;border-radius:14px;background:#f7f8f7}.z-success-reference span,.z-success-reference strong,.z-success-reference small{display:block}.z-success-reference span{font-size:10px;color:#8b939a;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.z-success-reference strong{font-size:22px;margin:5px 0}.z-success-reference small{font-size:12px;color:#757f88}.z-success-card-v2 .z-content-actions{justify-content:center}

@media(max-width:980px){
  .z-content-hero-grid,.z-about-story-grid,.z-contact-layout,.z-services-hero-grid,.z-service-detail-hero-grid,.z-service-detail-layout-v2{grid-template-columns:1fr;gap:34px}.z-content-hero-media{min-height:300px}.z-content-hero-media img{height:300px}.z-value-grid,.z-about-paths,.z-brand-directory-v2{grid-template-columns:1fr 1fr}.z-contact-route-grid{grid-template-columns:1fr}.z-contact-route-grid>a{border-right:0;border-bottom:1px solid #e6e9eb}.z-service-child-grid{grid-template-columns:repeat(2,1fr)}.z-service-child-grid>a:nth-child(3n){border-right:1px solid #edf0f2}.z-service-child-grid>a:nth-child(2n){border-right:0}.z-brand-detail-grid-v2{grid-template-columns:160px 1fr}.z-brand-detail-logo-v2{height:140px}
}
@media(max-width:640px){
  .z-content-hero{padding:48px 0}.z-content-hero h1{font-size:40px}.z-content-section{padding:52px 0}.z-about-stat-grid{grid-template-columns:1fr}.z-about-stat-grid>div{border-right:0;border-bottom:1px solid #e7eaec}.z-value-grid,.z-about-paths,.z-brand-directory-v2,.z-service-child-grid{grid-template-columns:1fr}.z-about-paths>a{border-right:0;border-bottom:1px solid #e6e9eb}.z-contact-form-card{padding:22px}.z-service-child-grid>a{border-right:0!important}.z-service-group-top{grid-template-columns:38px 1fr;padding:22px}.z-service-group-top>a{grid-column:2}.z-brand-detail-grid-v2{grid-template-columns:1fr;gap:24px}.z-brand-detail-logo-v2{height:120px}.z-success-card-v2{padding:34px 22px}.z-success-card-v2 h1{font-size:34px}
}
@media(min-width:1181px){
  .z-brand-carousel.z-brand-show-6 .z-brand-item{flex-basis:calc((100% - 80px)/6)!important}
  .z-brand-carousel.z-brand-show-7 .z-brand-item{flex-basis:calc((100% - 96px)/7)!important}
}

/* =========================================================
   v10.8.3 — Premium About + Contact pages
   ========================================================= */
.za-page,.zc-page{background:#fff;color:#151b22}
.za-page .z-kicker,.zc-page .z-kicker{font-size:11px;line-height:1.2;letter-spacing:.12em;font-weight:900;color:var(--accent);text-transform:uppercase}
.za-page h1,.za-page h2,.za-page h3,.zc-page h1,.zc-page h2,.zc-page h3{letter-spacing:-.035em;color:#111820}

/* About */
.za-hero{padding:68px 0 64px;background:linear-gradient(180deg,#fff 0%,#fbfbfa 100%);border-bottom:1px solid #edf0f2;overflow:hidden}
.za-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:72px;align-items:center}
.za-hero-copy h1{max-width:760px;margin:12px 0 20px;font-size:clamp(52px,5vw,76px);line-height:.98;font-weight:850}
.za-hero-lead{max-width:670px;margin:0;font-size:18px;line-height:1.7;color:#626c75}
.za-hero-actions{display:flex;align-items:center;gap:12px;margin-top:30px;flex-wrap:wrap}
.za-btn-light{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border:1px solid #dfe4e7;border-radius:10px;background:#fff;color:#172029;font-size:14px;font-weight:800;text-decoration:none;transition:.18s ease}
.za-btn-light:hover{border-color:#ffc9aa;background:#fff8f4;color:#d84d00;transform:translateY(-1px)}
.za-hero-proof{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;color:#4f5962;font-size:13px;font-weight:700}
.za-hero-proof span{display:inline-flex;align-items:center;gap:7px}.za-hero-proof i{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#fff0e7;color:#ff5a00;font-style:normal;font-size:11px;font-weight:900}
.za-hero-visual{position:relative;min-height:480px}
.za-hero-photo{position:absolute;inset:0 0 30px 40px;border-radius:26px;overflow:hidden;background:#e9eef1;box-shadow:0 24px 60px rgba(17,24,39,.12)}
.za-hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(11,17,23,.24) 100%);pointer-events:none}
.za-hero-photo img{width:100%;height:100%;object-fit:cover;display:block}
.za-floating-card{position:absolute;z-index:2;border:1px solid rgba(229,233,236,.9);background:rgba(255,255,255,.96);backdrop-filter:blur(12px);box-shadow:0 16px 34px rgba(17,24,39,.12);border-radius:16px;padding:14px 16px}
.za-floating-card span,.za-floating-card strong{display:block}.za-floating-card span{font-size:9px;letter-spacing:.12em;font-weight:900;color:#ff5a00}.za-floating-card strong{margin-top:4px;font-size:13px;line-height:1.35;color:#1d242b}
.za-floating-card-top{left:0;top:38px;min-width:220px}.za-floating-card-bottom{right:18px;bottom:0;max-width:275px}

.za-stat-strip{padding:0;background:#fff}.za-stat-strip-grid{display:grid;grid-template-columns:repeat(3,180px) minmax(0,1fr);border-bottom:1px solid #e8ebed}
.za-stat-strip-grid>div{min-height:112px;padding:24px 28px;border-right:1px solid #e8ebed;display:flex;flex-direction:column;justify-content:center}.za-stat-strip-grid>div:first-child{padding-left:0}.za-stat-strip-grid>div:last-child{border-right:0}
.za-stat-strip strong{font-size:28px;line-height:1;font-weight:850;color:#111820}.za-stat-strip span{margin-top:7px;font-size:12px;font-weight:700;color:#77818a}.za-stat-note span{margin:0;color:#ff5a00;font-size:9px;letter-spacing:.12em;font-weight:900}.za-stat-note p{max-width:560px;margin:7px 0 0;color:#606a73;font-size:13px;line-height:1.55}

.za-story-section{padding:92px 0;background:#fff}.za-story-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.72fr);gap:92px;align-items:start}.za-story-copy h2{max-width:760px;margin:12px 0 18px;font-size:clamp(38px,4vw,54px);line-height:1.04}.za-story-copy>p{max-width:760px;margin:0;color:#626c75;font-size:16px;line-height:1.8}
.za-story-points{margin-top:38px;border-top:1px solid #e8ebed}.za-story-points>div{display:grid;grid-template-columns:48px 190px 1fr;gap:20px;align-items:start;padding:18px 0;border-bottom:1px solid #e8ebed}.za-story-points>div>span{font-size:10px;font-weight:900;color:#ff5a00}.za-story-points b{font-size:14px}.za-story-points small{font-size:13px;line-height:1.55;color:#77818a}
.za-story-panel{position:sticky;top:120px;padding:32px;border-radius:22px;background:#151b22;color:#fff;box-shadow:0 22px 52px rgba(14,20,27,.14)}.za-panel-eyebrow{display:block;font-size:9px;letter-spacing:.12em;font-weight:900;color:#ff7b35}.za-story-panel h3{margin:10px 0 26px;color:#fff;font-size:27px;line-height:1.08}.za-standard-list{display:grid}.za-standard-list>div{display:grid;grid-template-columns:38px 1fr;gap:13px;padding:16px 0;border-top:1px solid rgba(255,255,255,.11)}.za-standard-list i{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:rgba(255,90,0,.13);color:#ff7b35;font-style:normal;font-size:10px;font-weight:900}.za-standard-list b,.za-standard-list small{display:block}.za-standard-list b{color:#fff;font-size:13px}.za-standard-list small{margin-top:4px;color:#aeb7bf;font-size:12px;line-height:1.5}

.za-values-section{padding:86px 0;background:#f7f8f8;border-top:1px solid #edf0f2;border-bottom:1px solid #edf0f2}.za-section-head{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:34px}.za-section-head>div{max-width:720px}.za-section-head h2{margin:10px 0 0;font-size:clamp(34px,3vw,46px);line-height:1.06}.za-section-head>p{max-width:420px;margin:0;color:#727c85;font-size:14px;line-height:1.65}
.za-values-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e3e7ea;border-radius:20px;overflow:hidden;background:#fff}.za-values-grid article{position:relative;min-height:238px;padding:30px 30px 62px;border-right:1px solid #e3e7ea}.za-values-grid article:last-child{border-right:0}.za-values-grid article:hover{background:#fff9f5}.za-value-no{display:inline-flex;align-items:center;justify-content:center;width:34px;height:28px;border-radius:8px;background:#fff0e7;color:#ff5a00;font-size:10px;font-weight:900}.za-values-grid h3{margin:22px 0 10px;font-size:21px}.za-values-grid p{margin:0;color:#6f7982;font-size:13px;line-height:1.65}.za-values-grid article>i{position:absolute;right:28px;bottom:26px;color:#ff5a00;font-size:20px;font-style:normal}

.za-services-section{padding:92px 0}.za-service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.za-service-card{display:block;border:1px solid #e3e7ea;border-radius:20px;overflow:hidden;background:#fff;color:#151b22;text-decoration:none;transition:.2s ease}.za-service-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(17,24,39,.09);border-color:#ffd1b6}.za-service-media{height:190px;overflow:hidden;background:#eef1f3}.za-service-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.za-service-card:hover .za-service-media img{transform:scale(1.025)}.za-service-copy{padding:24px}.za-service-copy>span{font-size:9px;letter-spacing:.11em;font-weight:900;color:#ff5a00}.za-service-copy h3{margin:9px 0 9px;font-size:23px}.za-service-copy p{min-height:66px;margin:0;color:#6f7982;font-size:13px;line-height:1.6}.za-service-copy b{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:17px;border-top:1px solid #eceff1;font-size:12px}.za-service-copy b i{font-style:normal;color:#ff5a00}
.za-final-cta{padding:0 0 88px}.za-final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px;padding:38px 42px;border-radius:22px;background:#151b22;color:#fff}.za-final-cta h2{max-width:760px;margin:8px 0 8px;color:#fff;font-size:34px}.za-final-cta p{margin:0;color:#aeb7bf;font-size:14px}.za-final-cta .z-btn{flex:0 0 auto}

/* Contact */
.zc-hero{padding:66px 0 70px;background:linear-gradient(180deg,#fff 0%,#fafafa 100%);border-bottom:1px solid #edf0f2}.zc-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.75fr);gap:90px;align-items:center}.zc-hero-copy h1{max-width:780px;margin:12px 0 20px;font-size:clamp(54px,5vw,76px);line-height:.98}.zc-hero-copy>p{max-width:700px;margin:0;color:#636d76;font-size:18px;line-height:1.7}.zc-response-row{display:flex;align-items:center;gap:10px;margin-top:26px;color:#2f3840;font-size:13px}.zc-status-dot{width:9px;height:9px;border-radius:50%;background:#1aaf5d;box-shadow:0 0 0 5px rgba(26,175,93,.1)}
.zc-hero-panel{overflow:hidden;border:1px solid #e2e6e8;border-radius:20px;background:#fff;box-shadow:0 22px 52px rgba(17,24,39,.08)}.zc-panel-top{padding:18px 20px;background:#161c22;color:#fff}.zc-panel-top span,.zc-panel-top strong{display:block}.zc-panel-top span{font-size:9px;letter-spacing:.12em;font-weight:900;color:#ff7b35}.zc-panel-top strong{margin-top:5px;font-size:20px}.zc-hero-panel>a{display:grid;grid-template-columns:44px 1fr auto;gap:13px;align-items:center;min-height:79px;padding:13px 16px;border-bottom:1px solid #e8ebed;color:#1b2229;text-decoration:none}.zc-hero-panel>a:last-child{border-bottom:0}.zc-hero-panel>a:hover{background:#fff8f4}.zc-hero-panel b,.zc-hero-panel small{display:block}.zc-hero-panel b{font-size:13px}.zc-hero-panel small{margin-top:3px;color:#7a838c;font-size:11px}.zc-hero-panel i{font-style:normal;color:#ff5a00}.zc-icon,.zc-detail-icon{display:grid;place-items:center;border-radius:11px;background:#fff0e7;color:#ff5a00}.zc-icon{width:42px;height:42px}.zc-icon svg,.zc-detail-icon svg,.zc-security-note svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

.zc-route-section{padding:34px 0 0}.zc-route-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:16px}.zc-route-head h2{margin:6px 0 0;font-size:26px}.zc-route-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e3e7ea;border-radius:16px;overflow:hidden;background:#fff}.zc-route-grid>a{display:grid;grid-template-columns:34px 1fr auto;gap:12px;align-items:center;min-height:84px;padding:14px 18px;color:#1b2229;text-decoration:none;border-right:1px solid #e3e7ea}.zc-route-grid>a:last-child{border-right:0}.zc-route-grid>a:hover{background:#fff8f4}.zc-route-grid>a>span{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#fff0e7;color:#ff5a00;font-size:9px;font-weight:900}.zc-route-grid b,.zc-route-grid small{display:block}.zc-route-grid b{font-size:13px}.zc-route-grid small{margin-top:4px;color:#77818a;font-size:11px;line-height:1.4}.zc-route-grid i{font-style:normal;color:#9aa2a9}

.zc-main-section{padding:76px 0 84px}.zc-main-grid{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);gap:42px;align-items:start}.zc-contact-card{position:sticky;top:118px;padding:30px;border-radius:22px;background:#151b22;color:#fff}.zc-contact-card h2{margin:10px 0 12px;color:#fff;font-size:31px}.zc-contact-card>p{margin:0;color:#b7c0c8;font-size:13px;line-height:1.65}.zc-detail-list{margin-top:26px;border-top:1px solid rgba(255,255,255,.1)}.zc-detail-list>div{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:center;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.1)}.zc-detail-icon{width:38px;height:38px;background:rgba(255,90,0,.13);color:#ff7b35}.zc-detail-list small,.zc-detail-list b{display:block}.zc-detail-list small{color:#9fa9b1;font-size:10px}.zc-detail-list b{margin-top:3px;color:#fff;font-size:12px;overflow-wrap:anywhere}.zc-contact-note{margin-top:22px;padding:18px;border-radius:14px;background:#fff;color:#161d24}.zc-contact-note>span{font-size:8px;letter-spacing:.12em;font-weight:900;color:#ff5a00}.zc-contact-note h3{margin:6px 0 5px;font-size:17px}.zc-contact-note p{margin:0;color:#6f7982;font-size:11px}.zc-contact-note a{display:inline-flex;gap:8px;margin-top:11px;color:#111820;font-size:11px;font-weight:850;text-decoration:none}.zc-contact-note i{font-style:normal;color:#ff5a00}.zc-security-note{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start;margin-top:18px;color:#dce2e6}.zc-security-note svg{width:24px;height:24px;color:#65d08b}.zc-security-note b,.zc-security-note small{display:block}.zc-security-note b{font-size:11px}.zc-security-note small{margin-top:3px;color:#9fa9b1;font-size:10px;line-height:1.4}
.zc-form-card{padding:34px;border:1px solid #e2e6e8;border-radius:22px;background:#fff;box-shadow:0 18px 46px rgba(17,24,39,.06)}.zc-form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;padding-bottom:24px;border-bottom:1px solid #eaedef}.zc-form-head h2{margin:8px 0 6px;font-size:32px}.zc-form-head p{max-width:600px;margin:0;color:#727c85;font-size:13px;line-height:1.55}.zc-form-badge{display:flex;align-items:center;gap:9px;flex:0 0 auto;padding:9px 11px;border-radius:12px;background:#f7f8f8}.zc-form-badge>span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#fff0e7;color:#ff5a00;font-size:9px;font-weight:900}.zc-form-badge small{font-size:9px;line-height:1.3;color:#68727a}.zc-form{margin-top:24px}.zc-form .form-grid{gap:17px}.zc-form label{font-size:12px!important;font-weight:800!important;color:#303840!important}.zc-form input,.zc-form select,.zc-form textarea{min-height:48px;border-radius:10px!important;border-color:#dfe4e7!important;background:#fff!important;font-size:14px!important;transition:.18s ease}.zc-form textarea{min-height:150px;padding-top:13px}.zc-form input:focus,.zc-form select:focus,.zc-form textarea:focus{outline:none!important;border-color:#ff9d66!important;box-shadow:0 0 0 3px rgba(255,90,0,.08)!important}.zc-submit-row{display:flex;align-items:center;gap:16px}.zc-submit-row .z-btn{min-width:190px}.zc-submit-row small{color:#8a9299;font-size:10px}

.zc-next-section{padding:76px 0 88px;background:#f7f8f8;border-top:1px solid #edf0f2}.zc-next-head{margin-bottom:26px}.zc-next-head h2{margin:8px 0 0;font-size:34px}.zc-next-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e3e7ea;border-radius:18px;overflow:hidden;background:#fff}.zc-next-grid>div{padding:26px;border-right:1px solid #e3e7ea}.zc-next-grid>div:last-child{border-right:0}.zc-next-grid span{font-size:9px;font-weight:900;color:#ff5a00}.zc-next-grid b{display:block;margin-top:12px;font-size:16px}.zc-next-grid p{margin:7px 0 0;color:#747e87;font-size:12px;line-height:1.55}

@media(max-width:1100px){
  .za-hero-grid,.za-story-grid,.zc-hero-grid,.zc-main-grid{grid-template-columns:1fr;gap:42px}
  .za-hero-visual{min-height:410px}.za-hero-photo{left:0}.za-story-panel,.zc-contact-card{position:static}
  .za-stat-strip-grid{grid-template-columns:repeat(3,1fr)}.za-stat-note{grid-column:1/-1;border-top:1px solid #e8ebed}
  .za-service-cards{grid-template-columns:1fr 1fr}.za-service-card:last-child{grid-column:1/-1}
  .zc-route-grid{grid-template-columns:1fr}.zc-route-grid>a{border-right:0;border-bottom:1px solid #e3e7ea}.zc-route-grid>a:last-child{border-bottom:0}
}
@media(max-width:760px){
  .za-hero,.zc-hero{padding:48px 0}.za-hero-copy h1,.zc-hero-copy h1{font-size:43px}.za-hero-lead,.zc-hero-copy>p{font-size:15px}.za-hero-visual{min-height:330px}.za-hero-photo{inset:0 0 20px}.za-floating-card-top{top:18px}.za-floating-card-bottom{right:10px}
  .za-stat-strip-grid{grid-template-columns:1fr}.za-stat-strip-grid>div{min-height:86px;padding:18px 0;border-right:0;border-bottom:1px solid #e8ebed}.za-stat-note{grid-column:auto}.za-story-section,.za-services-section{padding:62px 0}.za-story-points>div{grid-template-columns:36px 1fr}.za-story-points small{grid-column:2}.za-section-head{display:block}.za-section-head>p{margin-top:14px}.za-values-grid,.za-service-cards,.zc-next-grid{grid-template-columns:1fr}.za-values-grid article{border-right:0;border-bottom:1px solid #e3e7ea}.za-values-grid article:last-child{border-bottom:0}.za-service-card:last-child{grid-column:auto}.za-final-cta-inner{display:block;padding:28px}.za-final-cta h2{font-size:29px}.za-final-cta .z-btn{margin-top:22px}
  .zc-hero-panel>a{grid-template-columns:42px 1fr auto}.zc-route-section{padding-top:24px}.zc-main-section{padding:52px 0 62px}.zc-contact-card,.zc-form-card{padding:24px}.zc-form-head{display:block}.zc-form-badge{display:none}.zc-submit-row{display:block}.zc-submit-row small{display:block;margin-top:10px}.zc-next-grid>div{border-right:0;border-bottom:1px solid #e3e7ea}.zc-next-grid>div:last-child{border-bottom:0}
}

/* =========================================================
   v10.8.5 — Global page builder + homepage typography lock
   ========================================================= */
body,.z-content-page,.mp-page,.mp-cart-page,.mp-checkout-page,.repair-track-page,.repair-choice-page,.bit-page,.rc88-page{font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink)}
.z-content-page h1,.repair-track-page h1,.repair-choice-page h1,.mp-cart-page h1,.mp-checkout-page h1,.bit-page h1,.wpg-hero h1{font-size:clamp(40px,4vw,56px);line-height:1.04;letter-spacing:-.045em;font-weight:800}
.z-content-page h2,.repair-track-page h2,.repair-choice-page h2,.mp-cart-page h2,.mp-checkout-page h2,.bit-page h2,.wpg-section h2{font-size:clamp(30px,3vw,36px);line-height:1.12;letter-spacing:-.035em;font-weight:800}
.z-content-page h3,.repair-track-page h3,.repair-choice-page h3,.mp-cart-page h3,.mp-checkout-page h3,.bit-page h3,.wpg-section h3{font-size:19px;line-height:1.3;letter-spacing:-.02em;font-weight:780}
.z-content-page p,.repair-track-page p,.repair-choice-page p,.mp-cart-page p,.mp-checkout-page p,.bit-page p,.wpg-section p{font-size:15px;line-height:1.7;color:#5d636b}
.z-content-page small,.repair-track-page small,.repair-choice-page small,.mp-cart-page small,.mp-checkout-page small,.bit-page small,.wpg-section small{font-size:13px;line-height:1.5}

.wpg-section{padding:54px 0;border-top:1px solid #f0f1f2}.wpg-soft{background:#fafafa}.wpg-dark{background:#151a20;color:#fff}.wpg-dark h1,.wpg-dark h2,.wpg-dark h3,.wpg-dark p{color:#fff}.wpg-hero{padding:58px 0;background:linear-gradient(115deg,#fff 0,#fff 62%,#fafafa 100%)}
.wpg-hero-grid,.wpg-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.86fr);gap:56px;align-items:center}.wpg-copy>p{max-width:650px;margin:16px 0 0}.wpg-copy h1,.wpg-copy h2{margin:10px 0 0}.wpg-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.wpg-media{border-radius:18px;overflow:hidden;background:#f4f5f6;min-height:300px}.wpg-media img{width:100%;height:100%;min-height:300px;object-fit:cover}.wpg-head{max-width:760px;margin-bottom:28px}.wpg-head.z-center{margin-left:auto;margin-right:auto}.wpg-head h2{margin:8px 0 0}.wpg-head p{margin:12px 0 0}.wpg-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.wpg-grid-steps{grid-template-columns:repeat(4,minmax(0,1fr))}.wpg-grid-trust_strip{grid-template-columns:repeat(4,minmax(0,1fr))}.wpg-card{position:relative;border:1px solid #e6e8eb;border-radius:14px;background:#fff;padding:24px;min-height:160px}.wpg-card h3{margin:12px 0 7px}.wpg-card p{margin:0}.wpg-card>a{display:inline-flex;margin-top:16px;color:var(--accent);font-size:13px;font-weight:800}.wpg-card-kicker{display:block;color:var(--accent);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.wpg-number{position:absolute;top:18px;right:18px;color:#aeb4bb;font-size:13px;font-weight:850}.wpg-icon{width:42px;height:42px;border-radius:11px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;flex:0 0 auto}.wpg-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.wpg-card-image{height:145px;margin:-24px -24px 18px;border-radius:14px 14px 0 0;overflow:hidden;background:#f4f5f6}.wpg-card-image img{width:100%;height:100%;object-fit:cover}.wpg-mini-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.wpg-mini-list>div{display:flex;gap:12px;padding:14px;border:1px solid #e8eaed;border-radius:12px;background:#fff}.wpg-mini-list b,.wpg-mini-list small{display:block}.wpg-cta{padding:46px 0}.wpg-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:32px;padding:34px 38px;border:1px solid #e4e7e9;border-radius:18px;background:#fff}.wpg-dark .wpg-cta-inner{background:#171c22;border-color:#2a3139}.wpg-cta-inner h2{margin:8px 0 0}.wpg-cta-inner p{margin:8px 0 0}.website-page-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:980px){.wpg-hero-grid,.wpg-split{grid-template-columns:1fr}.wpg-grid,.wpg-grid-steps,.wpg-grid-trust_strip{grid-template-columns:repeat(2,minmax(0,1fr))}.wpg-cta-inner{align-items:flex-start;flex-direction:column}.website-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.wpg-section{padding:42px 0}.wpg-grid,.wpg-grid-steps,.wpg-grid-trust_strip,.wpg-mini-list{grid-template-columns:1fr}.wpg-media{min-height:230px}.wpg-media img{min-height:230px}.wpg-cta-inner{padding:26px 22px}.website-page-grid{grid-template-columns:1fr}}

/* v10.8.5 — Track page: simple, useful and easy to navigate */
.repair-track-hero-v1085{padding:58px 0 44px;background:linear-gradient(120deg,#fff 0,#fff 67%,#fafafa 100%);border-bottom:1px solid #eef0f2}
.repair-track-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.78fr);gap:56px;align-items:end}
.repair-track-hero-v1085 h1{margin:10px 0 13px}.repair-track-hero-v1085 p{max-width:650px;margin:0}
.repair-track-form-v1085{border:1px solid #e3e6e9;border-radius:16px;background:#fff;padding:18px;box-shadow:0 16px 36px rgba(18,23,29,.06);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}
.repair-track-form-v1085 label{display:flex;flex-direction:column;gap:7px}.repair-track-form-v1085 label span{font-size:13px;font-weight:800;color:#30363d}.repair-track-form-v1085 input{height:48px;border:1px solid #dce0e4;border-radius:9px;padding:0 14px;font-size:14px}.repair-track-form-v1085 button{height:48px}.repair-track-form-v1085>small{grid-column:1/-1;color:#7a828b;font-size:13px}
.repair-track-help{padding:46px 0 54px}.repair-track-help-head{max-width:720px}.repair-track-help-head h2{margin:8px 0}.repair-track-help-head p{margin:0}.repair-track-help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.repair-track-help-grid article{display:flex;gap:14px;align-items:flex-start;border:1px solid #e6e9eb;border-radius:13px;padding:20px;background:#fff}.repair-track-help-grid article>span{width:42px;height:42px;border-radius:11px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;flex:0 0 auto}.repair-track-help-grid svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.repair-track-help-grid b{display:block;font-size:15px}.repair-track-help-grid p{margin:5px 0 0;font-size:13.5px}.repair-not-found{border:1px solid #ffd4bd;background:#fff8f4;border-radius:12px;padding:16px 18px;margin-bottom:28px}.repair-not-found b{font-size:15px}.repair-not-found p{margin:3px 0 0}

/* Lock the public typography to the homepage scale. Keep labels compact, never miniature. */
main{font-family:Inter,"Segoe UI",Arial,sans-serif}
main h1{font-family:inherit;font-weight:800;letter-spacing:-.04em}
main h2{font-family:inherit;font-weight:800;letter-spacing:-.03em}
main h3,main h4{font-family:inherit;font-weight:760;letter-spacing:-.018em}
main p,main li,main label,main input,main select,main textarea,main button{font-family:inherit}
.mp-pdp p,.mp-pdp li,.z-service-detail-page p,.z-brand-detail-page p,.repair-confirmation-page p,.repair-quote-page p,.repair-page p,.rc-page p{font-size:14.5px;line-height:1.65}
.mp-pdp h1,.z-service-detail-page h1,.z-brand-detail-page h1,.repair-confirmation-page h1,.repair-quote-page h1{font-size:clamp(38px,4vw,52px);line-height:1.06;letter-spacing:-.04em}
.mp-pdp h2,.z-service-detail-page h2,.z-brand-detail-page h2,.repair-confirmation-page h2,.repair-quote-page h2{font-size:clamp(28px,3vw,36px);line-height:1.12;letter-spacing:-.03em}
.mp-pdp small,.mp-pdp .mp20-brand-row,.mp-pdp .mp21-condition-card small,.mp-pdp .mp23-tab-nav a,.mp-checkout-page small,.mp-cart-page small{font-size:13px!important;line-height:1.45}
.mp-pdp .z-kicker,.mp-checkout-page .z-kicker,.mp-cart-page .z-kicker,.repair-track-page .z-kicker,.bit-page .z-kicker,.z-content-page .z-kicker{font-size:13px!important;line-height:1.25;letter-spacing:.025em}

@media(max-width:900px){.repair-track-hero-grid{grid-template-columns:1fr;gap:24px}.repair-track-form-v1085{grid-template-columns:1fr}.repair-track-form-v1085 button{width:100%}.repair-track-help-grid{grid-template-columns:1fr}}


/* v10.8.6 — Legal pages */
.z-legal-page{background:#fff;color:#151b22}
.z-legal-hero{padding:72px 0 58px;background:linear-gradient(180deg,#fff 0%,#fafafa 100%);border-bottom:1px solid #eceff1}
.z-legal-hero-inner{max-width:960px}
.z-legal-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:34px;color:#66707a;font-size:14px;font-weight:700;text-decoration:none}
.z-legal-back:hover{color:var(--accent)}
.z-legal-hero h1{margin:8px 0 14px;font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.045em;font-weight:850;color:#121820}
.z-legal-subtitle{margin:0 0 10px;font-size:20px;line-height:1.45;font-weight:700;color:#2d3741}
.z-legal-intro{max-width:820px;margin:0;color:#68717a;font-size:16px;line-height:1.75}
.z-legal-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.z-legal-meta span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid #e5e8eb;border-radius:999px;background:#fff;color:#66707a;font-size:12px;font-weight:750}
.z-legal-body{padding:58px 0 80px}
.z-legal-layout{display:grid;grid-template-columns:240px minmax(0,820px);gap:56px;justify-content:center;align-items:start}
.z-legal-nav{position:sticky;top:116px;padding:18px;border:1px solid #e9ecef;border-radius:16px;background:#fbfbfb}
.z-legal-nav>strong{display:block;margin-bottom:12px;font-size:13px;color:#151b22}
.z-legal-nav nav{display:grid;gap:3px}
.z-legal-nav nav a{display:block;padding:9px 10px;border-radius:9px;color:#65707a;font-size:13px;font-weight:650;line-height:1.35;text-decoration:none}
.z-legal-nav nav a:hover{background:#fff3ec;color:#d94d00}
.z-legal-help{margin-top:16px;padding:14px;border-radius:12px;background:#171c22;color:#fff}
.z-legal-help span{display:block;margin-bottom:5px;color:#b9c0c6;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.z-legal-help a{color:#fff;font-size:13px;font-weight:800;text-decoration:none}.z-legal-help b{color:#ff7a31}
.z-legal-content{min-width:0}
.z-legal-section{padding:0 0 42px;margin:0 0 42px;border-bottom:1px solid #eceff1;scroll-margin-top:125px}
.z-legal-section:last-child{border-bottom:0}
.z-legal-section h2{margin:7px 0 13px;font-size:30px;line-height:1.16;letter-spacing:-.028em;font-weight:830;color:#151b22}
.z-legal-lead{margin:0 0 14px;font-size:17px;line-height:1.6;font-weight:650;color:#333e48}
.z-legal-copy,.z-legal-block div{color:#5d6872;font-size:15px;line-height:1.8}
.z-legal-blocks{display:grid;gap:14px;margin-top:22px}
.z-legal-block{padding:20px 22px;border:1px solid #e8ebed;border-radius:14px;background:#fff}
.z-legal-block h3{margin:0 0 8px;font-size:17px;line-height:1.35;font-weight:800;color:#1c242c}
.z-legal-block small{display:block;margin-top:9px;color:#7c858d;font-size:13px;line-height:1.6}
.z-legal-block>a{display:inline-flex;align-items:center;gap:6px;margin-top:10px;color:var(--accent);font-size:13px;font-weight:800;text-decoration:none}
.z-legal-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:8px;padding:28px 30px;border-radius:20px;background:#f8f8f8;border:1px solid #eceff1}
.z-legal-cta h2{margin:6px 0 8px;font-size:28px}.z-legal-cta p{margin:0;color:#66707a;font-size:15px}
@media(max-width:900px){.z-legal-hero{padding:52px 0 44px}.z-legal-layout{grid-template-columns:1fr;gap:24px}.z-legal-nav{position:static}.z-legal-nav nav{grid-template-columns:1fr 1fr}.z-legal-section{padding-bottom:32px;margin-bottom:32px}.z-legal-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.z-legal-hero h1{font-size:40px}.z-legal-nav nav{grid-template-columns:1fr}.z-legal-section h2{font-size:26px}.z-legal-block{padding:17px}.z-legal-cta{padding:22px}}

.mp-checkout-legal{margin:12px 2px 0;color:#737d86;font-size:13px;line-height:1.55;text-align:center}.mp-checkout-legal a{color:#353d45;font-weight:750;text-decoration:underline;text-underline-offset:3px}.mp-checkout-legal a:hover{color:var(--accent)}


/* v10.8.7 — one public content rail across every page */
main .container{width:min(var(--container),calc(100% - 64px))!important;max-width:var(--container)!important;margin-left:auto!important;margin-right:auto!important}
.z-legal-hero-inner{max-width:none!important}.z-legal-layout{grid-template-columns:260px minmax(0,1fr)!important;gap:48px!important;justify-content:stretch!important}.z-legal-content{width:100%;max-width:none}
@media(max-width:1100px){main .container{width:min(var(--container),calc(100% - 44px))!important}.z-legal-layout{grid-template-columns:220px minmax(0,1fr)!important;gap:32px!important}}
@media(max-width:800px){main .container{width:calc(100% - 30px)!important;max-width:none!important}.z-legal-layout{grid-template-columns:1fr!important;gap:24px!important}}
@media(max-width:560px){main .container{width:calc(100% - 24px)!important}}

/* Public FAQ page */
.z-faq-page{background:#fff;color:#151b22}.z-faq-page-hero{padding:64px 0 58px;background:linear-gradient(180deg,#fff 0%,#fafafa 100%);border-bottom:1px solid #eceff1}.z-page-back{display:inline-flex;gap:8px;align-items:center;margin-bottom:30px;color:#68717a;font-size:13px;font-weight:750;text-decoration:none}.z-page-back:hover{color:var(--accent)}.z-faq-page-hero h1{max-width:900px;margin:9px 0 15px;font-size:clamp(44px,5vw,66px);line-height:1.02;letter-spacing:-.045em}.z-faq-page-hero p{max-width:760px;margin:0;color:#65707a;font-size:16px;line-height:1.75}.z-faq-page-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.z-faq-page-body{padding:58px 0 78px}.z-faq-page-head{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:50px;align-items:end}.z-faq-page-head h2{margin:8px 0 10px;font-size:38px;line-height:1.08;letter-spacing:-.035em}.z-faq-page-head p{max-width:700px;margin:0;color:#68727b;font-size:14.5px;line-height:1.7}.z-faq-search label{display:block;margin-bottom:7px;font-size:12px;font-weight:800;color:#313b45}.z-faq-search>div{display:grid;grid-template-columns:22px 1fr;gap:8px;align-items:center;height:48px;padding:0 14px;border:1px solid #dfe4e7;border-radius:12px;background:#fff}.z-faq-search svg{width:19px;height:19px;fill:none;stroke:#89929a;stroke-width:1.7}.z-faq-search input{width:100%;border:0;outline:0;background:transparent;font:inherit;font-size:13.5px;color:#1f2831}.z-faq-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:28px 0 24px}.z-faq-tabs button{min-height:38px;padding:0 13px;border:1px solid #e1e5e8;border-radius:9px;background:#fff;color:#505b65;font:inherit;font-size:12.5px;font-weight:750;cursor:pointer}.z-faq-tabs button span{margin-left:5px;color:#929aa1}.z-faq-tabs button:hover,.z-faq-tabs button.active{border-color:#ffd4bc;background:#fff5ef;color:#d94d00}.z-faq-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.z-faq-page-item{border:1px solid #e4e8ea;border-radius:14px;background:#fff;overflow:hidden}.z-faq-page-item[hidden]{display:none!important}.z-faq-page-item summary{display:grid;grid-template-columns:1fr 28px;gap:18px;align-items:center;min-height:78px;padding:20px 20px 20px 22px;cursor:pointer;list-style:none;font-size:15px;font-weight:780;line-height:1.45}.z-faq-page-item summary::-webkit-details-marker{display:none}.z-faq-page-item summary i{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#f5f6f7;color:#535e67;font-size:18px;font-style:normal;font-weight:500}.z-faq-page-item[open]{border-color:#ffd9c4;box-shadow:0 8px 20px rgba(32,38,45,.04)}.z-faq-page-item[open] summary i{background:#fff1e8;color:#e35406}.z-faq-page-item>div{padding:0 22px 22px;color:#64707a;font-size:14px;line-height:1.75}.z-faq-no-results{padding:34px;border:1px dashed #dfe4e7;border-radius:16px;text-align:center}.z-faq-no-results h3{margin:0 0 7px}.z-faq-no-results p{margin:0 0 18px;color:#6f7982}.z-faq-final-cta{display:flex;align-items:center;justify-content:space-between;gap:34px;margin-top:42px;padding:30px 32px;border:1px solid #e8ebed;border-radius:20px;background:#f8f8f8}.z-faq-final-cta h2{margin:6px 0 7px;font-size:30px;letter-spacing:-.03em}.z-faq-final-cta p{margin:0;color:#68727b;font-size:14px}.z-faq-final-cta .z-btn{flex:0 0 auto}
@media(max-width:850px){.z-faq-page-head{grid-template-columns:1fr;gap:24px}.z-faq-search{max-width:620px}.z-faq-page-grid{grid-template-columns:1fr}.z-faq-final-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.z-faq-page-hero{padding:46px 0 44px}.z-faq-page-hero h1{font-size:40px}.z-faq-page-body{padding:42px 0 54px}.z-faq-page-head h2{font-size:31px}.z-faq-page-actions .z-btn{width:100%;justify-content:center}.z-faq-tabs{overflow:auto;flex-wrap:nowrap;padding-bottom:3px}.z-faq-tabs button{white-space:nowrap}.z-faq-page-item summary{min-height:70px;padding:17px}.z-faq-page-item>div{padding:0 17px 18px}.z-faq-final-cta{padding:24px}.z-faq-final-cta .z-btn{width:100%;justify-content:center}}
.z-contact-line a{color:inherit;text-decoration:none}
.z-contact-line a:hover{text-decoration:underline}

/* =========================================================
   v10.8.8 — frontend closeout: cart, cart count, brand carousel
   ========================================================= */
/* Header cart count: plain number, no coloured bubble. */
.z-cart .z-cart-count,
.z-cart>span{
  position:absolute!important;
  top:-1px!important;
  right:0!important;
  min-width:auto!important;
  width:auto!important;
  height:auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--accent)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.02em;
  box-shadow:none!important;
}

/* Homepage brand carousel: quieter, cleaner controls with real chevrons. */
.z-brand-carousel{grid-template-columns:42px minmax(0,1fr) 42px!important;gap:14px!important}
.z-brand-arrow{
  width:42px!important;
  height:42px!important;
  border:1px solid #e3e6e8!important;
  border-radius:999px!important;
  background:#fafbfa!important;
  color:#303840!important;
  padding:0!important;
  box-shadow:none!important;
  display:grid!important;
  place-items:center!important;
  transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease!important;
}
.z-brand-arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.z-brand-arrow:hover,.z-brand-arrow:focus-visible{background:#fff5ef!important;border-color:#ffc9aa!important;color:var(--accent)!important;transform:translateY(-1px)!important;box-shadow:none!important;outline:none}
.z-brand-arrow:focus-visible{box-shadow:0 0 0 3px rgba(255,90,0,.10)!important}
.z-brand-arrow[disabled]{background:transparent!important;border-color:#edf0f1!important;color:#c2c8cd!important;opacity:1!important;cursor:default!important;transform:none!important}
.z-brand-item{height:72px!important;border-radius:14px!important;padding:12px 14px!important;box-shadow:none!important}
.z-brand-item:hover,.z-brand-item:focus-visible{box-shadow:0 8px 22px rgba(17,24,39,.055)!important}
.z-brand-grid img{height:40px!important;max-height:40px!important}

/* Premium cart page */
.mp-cart-v1088{background:#fff}
.mp-cart-v1088 .mp-cart-hero{padding:44px 0 36px;background:linear-gradient(180deg,#fff 0%,#fbfbfa 100%);border-bottom:1px solid #eceff0}
.mp-cart-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:42px;align-items:end}
.mp-cart-v1088 .mp-cart-hero h1{font-size:clamp(40px,4vw,54px);line-height:1.02;margin:8px 0 10px;letter-spacing:-.045em}
.mp-cart-v1088 .mp-cart-hero p{max-width:650px;margin:0;font-size:15px;line-height:1.65;color:#68717a}
.mp-cart-progress{display:flex;align-items:center;gap:10px;padding-bottom:6px;white-space:nowrap}
.mp-cart-progress>span{display:flex;align-items:center;gap:6px;color:#9aa1a7;font-size:12px;font-weight:780}
.mp-cart-progress>span i{font-style:normal;font-size:10px;letter-spacing:.06em;color:#b0b6bb;font-weight:900}
.mp-cart-progress>span.active,.mp-cart-progress>span.active i{color:var(--accent)}
.mp-cart-progress>em{display:block;width:34px;height:1px;background:#dfe3e6}

.mp-cart-v1088 .mp-cart-section{padding:42px 0 76px;background:#fff}
.mp-cart-v1088 .mp-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:34px;align-items:start}
.mp-cart-main{min-width:0}
.mp-cart-list-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:18px}
.mp-cart-list-head h2{margin:5px 0 0!important;font-size:30px!important}
.mp-cart-list-head p{margin:6px 0 0;max-width:650px;font-size:13px!important}
.mp-cart-item-count{flex:0 0 auto;color:#646c74;font-size:12px;font-weight:800;padding-bottom:5px}
.mp-cart-v1088 .mp-cart-lines{display:grid;gap:12px}
.mp-cart-v1088 .mp-cart-line{
  display:grid;
  grid-template-columns:118px minmax(0,1fr) auto 118px;
  gap:18px;
  align-items:center;
  padding:16px;
  border:1px solid #e5e8ea;
  border-radius:16px;
  background:#fff;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.mp-cart-v1088 .mp-cart-line:hover{border-color:#d9dde0;box-shadow:0 14px 34px rgba(18,28,38,.055);transform:translateY(-1px)}
.mp-cart-line-image{width:118px;height:104px;border-radius:12px;background:#f7f8f8;display:flex;align-items:center;justify-content:center;padding:9px;overflow:hidden}
.mp-cart-line-image img{width:100%!important;height:100%!important;object-fit:contain!important;background:transparent!important;border-radius:0!important}
.mp-cart-line-copy{min-width:0}
.mp-cart-product-name{display:block;color:#151b22;text-decoration:none}
.mp-cart-v1088 .mp-cart-line h3{margin:0 0 8px;font-size:17px!important;line-height:1.3!important}
.mp-cart-product-name:hover h3{color:var(--accent)}
.mp-cart-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}
.mp-cart-meta span{display:inline-flex;align-items:center;min-height:25px;padding:4px 8px;border:1px solid #e6e9eb;border-radius:7px;background:#fafbfa;color:#677079;font-size:11px;font-weight:750}
.mp-cart-unit-price{display:block;color:#7c858d!important;font-size:12px!important}
.mp-cart-line-actions{display:grid;justify-items:center;gap:9px}
.mp-cart-v1088 .mp-qty{width:112px;height:40px;border:1px solid #dfe3e6;border-radius:10px;background:#fff;display:grid;grid-template-columns:36px 1fr 36px;align-items:center;overflow:hidden}
.mp-cart-v1088 .mp-qty button{height:100%;border:0;background:#fff;color:#343b42;font-size:18px;line-height:1;cursor:pointer;transition:background .15s,color .15s}
.mp-cart-v1088 .mp-qty button:hover{background:#fff4ed;color:var(--accent)}
.mp-cart-v1088 .mp-qty span{display:grid;place-items:center;height:100%;font-size:13px;font-weight:850;border-left:1px solid #edf0f1;border-right:1px solid #edf0f1}
.mp-cart-v1088 .mp-remove{display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:#7c858d;font-size:11.5px;font-weight:800;cursor:pointer;padding:2px 4px}
.mp-cart-v1088 .mp-remove span{font-size:16px;line-height:1}
.mp-cart-v1088 .mp-remove:hover{color:#a23d3d}
.mp-cart-line-total{text-align:right;min-width:105px}
.mp-cart-line-total small{display:block!important;color:#90979d!important;font-size:10.5px!important;text-transform:uppercase;letter-spacing:.045em;font-weight:800}
.mp-cart-line-total strong{display:block!important;margin-top:4px!important;font-size:18px!important;color:#151b22}

.mp-cart-assurance-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}
.mp-cart-assurance-grid>div{display:grid;grid-template-columns:38px minmax(0,1fr);gap:11px;align-items:start;padding:15px;border:1px solid #e8ebed;border-radius:13px;background:#fbfbfa}
.mp-cart-assurance-grid>div>span{width:38px;height:38px;border-radius:10px;background:#fff3eb;color:var(--accent);display:grid;place-items:center}
.mp-cart-assurance-grid svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.mp-cart-assurance-grid b{display:block;font-size:12.5px}
.mp-cart-assurance-grid small{display:block;color:#747d85;font-size:11.5px!important;margin-top:3px}
.mp-cart-assurance-grid a{display:inline-block;margin-top:6px;color:var(--accent);font-size:11.5px;font-weight:800}

.mp-cart-v1088 .mp-cart-summary{position:sticky;top:94px;padding:24px;border:1px solid #dfe3e6;border-radius:18px;background:#fff;box-shadow:0 18px 42px rgba(18,28,38,.07)}
.mp-cart-summary-head>span{display:block;color:var(--accent);font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.mp-cart-summary-head h2{margin:5px 0 7px!important;font-size:24px!important}
.mp-cart-summary-head p{margin:0;font-size:12.5px!important;line-height:1.55!important;color:#707981!important}
.mp-cart-summary-lines{margin:20px 0 0!important;padding:15px 0!important;border-top:1px solid #eceff1!important;border-bottom:1px solid #eceff1!important}
.mp-cart-summary-lines p{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:0!important;padding:6px 0;font-size:12.5px!important}
.mp-cart-summary-lines p span{color:#666f77}
.mp-cart-summary-lines p b{text-align:right;color:#2f373e;font-weight:750}
.mp-cart-v1088 .mp-cart-total{display:flex!important;align-items:flex-end;justify-content:space-between!important;margin:18px 0 0!important;padding:0!important;border:0!important}
.mp-cart-v1088 .mp-cart-total span{font-size:14px;font-weight:850}
.mp-cart-v1088 .mp-cart-total strong{font-size:28px;letter-spacing:-.03em}
.mp-cart-total-note{display:block;color:#858d94!important;font-size:10.8px!important;line-height:1.5!important;margin:5px 0 17px}
.mp-cart-checkout{min-height:49px;width:100%;justify-content:space-between!important;padding:0 16px!important}
.mp-cart-checkout svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.mp-cart-v1088 .mp-continue{display:block;margin-top:12px;text-align:center;color:#5f6871;font-size:12px;font-weight:800}
.mp-cart-v1088 .mp-continue:hover{color:var(--accent)}
.mp-cart-summary-safe{display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;align-items:center;margin-top:18px;padding-top:17px;border-top:1px solid #edf0f1}
.mp-cart-summary-safe>span{width:34px;height:34px;border-radius:9px;background:#f2f7f3;color:#2c7c4f;display:grid;place-items:center}
.mp-cart-summary-safe svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.mp-cart-summary-safe b,.mp-cart-summary-safe small{display:block}
.mp-cart-summary-safe b{font-size:11.5px}
.mp-cart-summary-safe small{margin-top:2px;color:#7a838b;font-size:10.5px!important}

.mp-cart-empty-premium{max-width:760px;margin:8px auto 0;padding:64px 30px!important;border:1px solid #e3e7e9!important;border-radius:20px!important;background:linear-gradient(180deg,#fff 0%,#fbfbfa 100%)!important;box-shadow:0 16px 42px rgba(18,28,38,.045)}
.mp-cart-empty-icon{width:62px;height:62px;border-radius:18px;margin:0 auto 18px;background:#fff4ed;color:var(--accent);display:grid;place-items:center}
.mp-cart-empty-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.mp-cart-empty-premium h3{margin:7px 0 7px!important;font-size:28px!important}
.mp-cart-empty-premium p{max-width:520px;margin:0 auto!important}
.mp-cart-empty-actions{display:flex;justify-content:center;align-items:center;gap:18px;flex-wrap:wrap;margin-top:23px}
.mp-cart-empty-actions .mp-continue{margin:0}

@media(max-width:980px){
  .mp-cart-hero-grid{grid-template-columns:1fr;gap:20px}
  .mp-cart-progress{padding-bottom:0}
  .mp-cart-v1088 .mp-cart-layout{grid-template-columns:1fr}
  .mp-cart-v1088 .mp-cart-summary{position:static}
}
@media(max-width:760px){
  .mp-cart-v1088 .mp-cart-hero{padding:34px 0 30px}
  .mp-cart-v1088 .mp-cart-section{padding:30px 0 54px}
  .mp-cart-progress{gap:7px;overflow-x:auto;padding-bottom:3px}
  .mp-cart-progress>em{width:22px}
  .mp-cart-list-head{align-items:flex-start}
  .mp-cart-v1088 .mp-cart-line{grid-template-columns:88px minmax(0,1fr) auto;gap:12px;padding:12px}
  .mp-cart-line-image{width:88px;height:82px}
  .mp-cart-line-actions{grid-column:2;justify-items:start;display:flex;align-items:center;gap:12px}
  .mp-cart-line-total{grid-column:3;grid-row:1/3;align-self:end;min-width:80px}
  .mp-cart-assurance-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
  .mp-cart-list-head{display:block}
  .mp-cart-item-count{display:block;margin-top:6px;padding:0}
  .mp-cart-v1088 .mp-cart-line{grid-template-columns:76px minmax(0,1fr);gap:10px}
  .mp-cart-line-image{width:76px;height:72px}
  .mp-cart-v1088 .mp-cart-line h3{font-size:14px!important;margin-bottom:5px}
  .mp-cart-meta{gap:4px;margin-bottom:5px}
  .mp-cart-meta span{font-size:10px;padding:3px 6px;min-height:22px}
  .mp-cart-line-actions{grid-column:1/-1;justify-content:space-between;width:100%}
  .mp-cart-line-total{grid-column:1/-1;grid-row:auto;display:flex;align-items:center;justify-content:space-between;text-align:left;padding-top:10px;border-top:1px solid #edf0f1;min-width:0}
  .mp-cart-line-total strong{font-size:16px!important;margin:0!important}
  .mp-cart-v1088 .mp-cart-summary{padding:19px}
  .mp-cart-empty-premium{padding:46px 20px!important}
}


/* Brand carousel closeout: never show navigation when there is nothing to scroll. */
.z-brand-arrow[hidden]{display:none!important}
.z-brand-carousel.z-brand-static{grid-template-columns:minmax(0,1fr)!important}
.z-brand-carousel.z-brand-static .z-brand-grid{grid-column:1!important}

/* v10.8.9 — WhatsApp contact + complete marketplace payment states */
.z-contact-line span small{display:block;margin-top:2px;color:#8a9299;font-size:10.5px;line-height:1.35}
.z-contact-whatsapp a{color:#187d45!important;font-weight:800}
.z-contact-whatsapp svg{color:#187d45!important}
.z-contact-whatsapp span small{color:#5d8a70}
.mp-payment-mode{display:inline-flex;vertical-align:middle;margin-left:5px;padding:2px 6px;border-radius:999px;background:#fff4e8;color:#a75a12;font-size:9px;font-style:normal;font-weight:900;letter-spacing:.05em}
.mp-payment-unavailable{grid-column:1/-1;padding:16px 18px;border:1px solid #f0d5c5;border-radius:12px;background:#fff8f4;color:#5d3926}
.mp-payment-unavailable b,.mp-payment-unavailable span{display:block}.mp-payment-unavailable b{font-size:13px}.mp-payment-unavailable span{margin-top:3px;font-size:12px;color:#7c5b49}
.mp-place-order:disabled{opacity:.45;cursor:not-allowed}
.z-success-check.is-pending{background:#fff5eb;color:#e76712}
.z-order-payment-status{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin:-10px 0 24px;font-size:12px;color:#737c84}
.z-order-payment-status>span{font-weight:800;color:#414951}.z-order-payment-status .status{padding:5px 9px;border-radius:999px}.z-order-payment-status small{font-size:11px;color:#7c858d}
.z-manual-payment-card{margin:0 0 24px;padding:20px;border:1px solid #e4e8ea;border-radius:14px;background:#fbfbfa;text-align:left}
.z-manual-payment-card h3{margin:0 0 14px;font-size:16px}.z-manual-payment-card>p{margin:12px 0 0!important;font-size:12px!important;line-height:1.6!important;color:#626b73!important}
.z-manual-payment-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.z-manual-payment-grid>span{padding:12px;border:1px solid #e7eaec;border-radius:10px;background:#fff}.z-manual-payment-grid small,.z-manual-payment-grid b{display:block}.z-manual-payment-grid small{font-size:10px;color:#8a929a;text-transform:uppercase;letter-spacing:.05em;font-weight:800}.z-manual-payment-grid b{margin-top:4px;font-size:13px;overflow-wrap:anywhere}
@media(max-width:560px){.z-manual-payment-grid{grid-template-columns:1fr}.z-order-payment-status{justify-content:flex-start;text-align:left}.z-success-card-v2 .z-content-actions{align-items:stretch}.z-success-card-v2 .z-content-actions .z-btn{width:100%;justify-content:center}}


/* v10.8.9 — refined footer Support & Contact */
.z-footer #contact .z-contact-line{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:11px;margin:11px 0!important;line-height:1.45}
.z-footer #contact .z-contact-line>svg{width:16px;height:16px;margin-top:2px;color:#77818a;stroke-width:1.8}
.z-footer #contact .z-contact-line span{min-width:0}
.z-footer #contact .z-contact-line a{display:inline;text-decoration:none;overflow-wrap:anywhere}
.z-footer #contact .z-contact-whatsapp{margin-top:13px!important}
.z-footer #contact .z-contact-whatsapp a{color:#157b42!important}
.z-footer #contact .z-contact-whatsapp>svg{color:#157b42!important}
.z-footer #contact .z-contact-line span small{margin-top:3px;font-size:10px;letter-spacing:.01em}
@media(max-width:700px){.z-footer #contact .z-contact-line{grid-template-columns:19px minmax(0,1fr);gap:10px}}


/* v10.8.10 — global floating WhatsApp support */
.z-whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:1100;display:flex;align-items:center;gap:10px;text-decoration:none!important;filter:drop-shadow(0 10px 24px rgba(0,0,0,.18));transition:transform .2s ease,filter .2s ease}
.z-whatsapp-float:hover{transform:translateY(-2px);filter:drop-shadow(0 13px 28px rgba(0,0,0,.22))}
.z-whatsapp-float-label{display:flex;align-items:center;min-height:42px;padding:0 15px;border:1px solid #e3e7e9;border-radius:999px;background:#fff;color:#1b242c;font-size:12px;font-weight:850;letter-spacing:.01em;box-shadow:0 8px 22px rgba(19,31,41,.10);white-space:nowrap}
.z-whatsapp-float-icon{width:58px;height:58px;flex:0 0 58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;border:3px solid #fff;box-shadow:0 9px 24px rgba(37,211,102,.33)}
.z-whatsapp-float-icon svg{width:31px;height:31px;display:block}
.z-whatsapp-float:focus-visible{outline:3px solid rgba(37,211,102,.35);outline-offset:4px;border-radius:999px}
@media(max-width:760px){.z-whatsapp-float{right:15px;bottom:15px}.z-whatsapp-float-icon{width:54px;height:54px;flex-basis:54px}.z-whatsapp-float-icon svg{width:29px;height:29px}.z-whatsapp-float-label{display:none}}
@media(prefers-reduced-motion:reduce){.z-whatsapp-float{transition:none}}


/* =========================================================
   v10.10.2 — customer account icon beside cart
   ========================================================= */
.z-nav-actions{gap:5px}
.z-account-link,
.z-cart{
  position:relative;
  width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 40px;
  border:1px solid transparent;
  border-radius:11px;
  background:transparent;
  color:#252b31;
  line-height:1;
  text-decoration:none;
  transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.z-account-link:hover,
.z-cart:hover{
  background:#f7f7f8;
  border-color:#e7e9eb;
  color:var(--accent);
}
.z-account-link:focus-visible,
.z-cart:focus-visible{
  outline:3px solid rgba(255,90,0,.18);
  outline-offset:2px;
}
.z-account-link svg,
.z-cart svg{
  width:22px;
  height:22px;
  display:block;
  flex:0 0 auto;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.z-account-dot{
  position:absolute;
  top:5px;
  right:5px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--accent);
  box-shadow:0 0 0 2px #fff;
}

/* Keep both customer account and cart visible on tablet/mobile. */
@media(max-width:900px){
  .z-nav{
    grid-template-columns:44px minmax(0,1fr) 88px!important;
    position:relative!important;
  }
  .z-brand{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    grid-column:auto!important;
    grid-row:auto!important;
    justify-self:auto!important;
    align-self:auto!important;
    height:auto!important;
    z-index:3!important;
  }
  .z-nav-actions{
    grid-column:3!important;
    grid-row:1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    justify-self:end!important;
    width:88px!important;
    height:100%!important;
    gap:2px!important;
    margin:0!important;
    padding:0!important;
    pointer-events:auto!important;
  }
  .z-account-link,
  .z-cart{
    display:flex!important;
    width:40px!important;
    height:40px!important;
    flex:0 0 40px!important;
    margin:0!important;
    padding:0!important;
    pointer-events:auto!important;
  }
  .z-account-link svg,.z-cart svg{width:21px!important;height:21px!important}
}
@media(max-width:650px){
  .z-nav{grid-template-columns:44px minmax(0,1fr) 84px!important}
  .z-nav-actions{width:84px!important}
  .z-account-link,.z-cart{width:38px!important;height:38px!important;flex-basis:38px!important}
  .z-brand img{width:104px!important;max-width:32vw!important}
}
@media(max-width:420px){
  .z-nav{grid-template-columns:42px minmax(0,1fr) 80px!important}
  .z-nav-actions{width:80px!important}
  .z-account-link,.z-cart{width:36px!important;height:36px!important;flex-basis:36px!important;border-radius:10px!important}
  .z-account-link svg,.z-cart svg{width:20px!important;height:20px!important}
  .z-brand img{width:96px!important;max-width:30vw!important}
}

/* v10.10.6 — customer account access inside checkout and repair */
.customer-access{margin:0 0 22px;padding:22px;border:1px solid #e3e7ea;border-radius:18px;background:#fff;box-shadow:0 10px 34px rgba(20,28,35,.045)}
.customer-access-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:18px}
.customer-access-head h3{margin:4px 0 5px;font-size:21px;line-height:1.2;color:#111820}
.customer-access-head p{margin:0;max-width:650px;color:#68727c;font-size:14px;line-height:1.55}
.customer-access-optional{flex:0 0 auto;border:1px solid #e4e8eb;background:#f8f9fa;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:800;color:#59636d;white-space:nowrap}
.customer-access-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.customer-access-returning,.customer-access-new{min-width:0;padding:18px;border:1px solid #e6eaed;border-radius:14px;background:#fbfcfc}
.customer-access-section-title{display:flex;align-items:center;gap:11px;margin-bottom:14px}
.customer-access-section-title>span{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#fff;border:1px solid #e4e8eb;color:#202a33}
.customer-access-section-title svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}
.customer-access-section-title b,.customer-access-section-title small{display:block}.customer-access-section-title b{font-size:14px;color:#151c22}.customer-access-section-title small{font-size:12px;color:#75808a;margin-top:2px}
.customer-access-login-fields,.customer-access-password-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.customer-access label>span{display:block;margin-bottom:6px;font-size:11px;font-weight:800;color:#4d5862}
.customer-access input[type=text],.customer-access input[type=email],.customer-access input[type=password]{width:100%;height:44px;border:1px solid #d9dfe3;border-radius:10px;background:#fff;padding:0 12px;color:#151c22;font:inherit;font-size:14px;outline:none}
.customer-access input:focus{border-color:#ff5a00;box-shadow:0 0 0 3px rgba(255,90,0,.08)}
.customer-access-login-actions{display:flex;align-items:center;gap:12px;margin-top:12px}.customer-access-login-actions a{font-size:12px;color:#5d6770;text-decoration:underline;text-underline-offset:3px}
.customer-access-login-btn{border:0;border-radius:10px;background:#171f26;color:#fff;min-height:42px;padding:0 16px;font-weight:800;font-size:12px;cursor:pointer}.customer-access-login-btn:hover{background:#0c1115}.customer-access-login-btn:disabled{opacity:.55;cursor:wait}
.customer-access-status{min-height:18px;margin-top:8px;font-size:12px;font-weight:700;color:#187a49}.customer-access-status.error{color:#b73527}
.customer-access-create-toggle{display:flex!important;align-items:flex-start;gap:11px;cursor:pointer;margin:0!important}.customer-access-create-toggle>input{position:absolute;opacity:0;pointer-events:none}.customer-access-toggle-box{display:grid!important;place-items:center;flex:0 0 24px;width:24px;height:24px;margin:0!important;border:1.5px solid #ccd4d9;border-radius:7px;background:#fff;color:transparent!important;font-size:13px}.customer-access-create-toggle input:checked+.customer-access-toggle-box{background:#ff5a00;border-color:#ff5a00;color:#fff!important}.customer-access-create-toggle b,.customer-access-create-toggle small{display:block}.customer-access-create-toggle b{font-size:14px;color:#151c22}.customer-access-create-toggle small{margin-top:4px;color:#747f88;font-size:12px;line-height:1.45;font-weight:500}
.customer-access-create-fields{margin-top:15px;padding-top:15px;border-top:1px solid #e7eaed}.customer-access-create-fields>label{display:block;width:100%;margin-bottom:12px}.customer-access-create-fields>label>input{display:block;width:100%!important;max-width:none!important;box-sizing:border-box}.customer-access-hint{display:block;margin-top:10px;color:#75808a;font-size:11px;line-height:1.5}
.customer-access-guest{display:flex;align-items:center;gap:12px;margin-top:14px;color:#6d7780}.customer-access-guest>span{display:grid;place-items:center;flex:0 0 34px;width:34px;height:24px;border-radius:999px;background:#f2f4f5;font-size:9px;font-weight:900;color:#8a939b}.customer-access-guest p{margin:0;font-size:12px;line-height:1.5}.customer-access-guest b{color:#303942}
.customer-access-signed{display:flex;align-items:center;gap:13px;padding:4px}.customer-access-check{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:13px;background:#effaf4;color:#16824a}.customer-access-check svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}.customer-access-signed>div{min-width:0;flex:1}.customer-access-signed small,.customer-access-signed b,.customer-access-signed span{display:block}.customer-access-signed small{font-size:10px;font-weight:900;letter-spacing:.09em;color:#16824a}.customer-access-signed b{margin-top:2px;font-size:15px;color:#151c22}.customer-access-signed span{margin-top:2px;font-size:12px;color:#707a83;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-access-signed>a{flex:0 0 auto;border:1px solid #dde2e5;border-radius:9px;padding:9px 12px;color:#20282f;font-size:12px;font-weight:800;text-decoration:none;background:#fff}
.customer-access-invite{padding:13px;border-radius:10px;background:#f6f7f8}.customer-access-invite b,.customer-access-invite span{display:block}.customer-access-invite b{font-size:13px;color:#222b32}.customer-access-invite span{margin-top:4px;font-size:12px;color:#6e7881;line-height:1.5}
.customer-access-compact{margin:14px 0 18px;padding:17px;border-radius:14px;box-shadow:none;background:#fff}.customer-access-compact .customer-access-head h3{font-size:18px}.customer-access-compact .customer-access-returning,.customer-access-compact .customer-access-new{padding:14px}.customer-access-compact .customer-access-grid{gap:10px}
.mp-checkout-form>.customer-access{margin-bottom:18px}
@media(max-width:900px){.customer-access-grid{grid-template-columns:1fr}.customer-access-head{display:block}.customer-access-optional{display:inline-flex;margin-top:10px}.customer-access-login-fields,.customer-access-password-row{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.customer-access{padding:15px;border-radius:14px}.customer-access-login-fields,.customer-access-password-row{grid-template-columns:1fr}.customer-access-login-actions{align-items:flex-start;flex-direction:column}.customer-access-login-btn{width:100%}.customer-access-signed{align-items:flex-start;flex-wrap:wrap}.customer-access-signed>a{margin-left:59px}.customer-access-guest{align-items:flex-start}}

/* v10.10.7 — explicit account choice for checkout + repair service forms */
.customer-access-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 14px}
.customer-access-choice{min-width:0;display:flex;align-items:center;gap:10px;text-align:left;border:1px solid #dfe4e7;background:#fff;border-radius:13px;padding:13px 12px;color:#1b242c;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .18s ease}
.customer-access-choice:hover{border-color:#cbd3d8;background:#fbfcfc}
.customer-access-choice.active{border-color:#ff5a00;background:#fff8f4;box-shadow:0 0 0 3px rgba(255,90,0,.08)}
.customer-access-choice-icon{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:10px;background:#f3f5f6;color:#27313a}
.customer-access-choice.active .customer-access-choice-icon{background:#ff5a00;color:#fff}
.customer-access-choice-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.customer-access-choice>span:nth-child(2){min-width:0;flex:1}.customer-access-choice b,.customer-access-choice small{display:block}.customer-access-choice b{font-size:13px;line-height:1.25}.customer-access-choice small{margin-top:3px;color:#77818a;font-size:10.5px;line-height:1.35;font-weight:600}.customer-access-choice>i{font-style:normal;color:#9aa2a9;font-size:16px}
.customer-access-panel{margin-top:10px;padding:16px;border:1px solid #e6eaed;border-radius:13px;background:#fbfcfc}
.customer-access-panel[hidden]{display:none!important}
.customer-access-returning,.customer-access-new{padding:16px}
.customer-access-guest-panel{display:flex;align-items:flex-start;gap:12px;background:#f7faf8;border-color:#dfe9e3}.customer-access-guest-panel[hidden]{display:none!important}.customer-access-guest-icon{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:999px;background:#e7f6ed;color:#17804a;font-weight:900}.customer-access-guest-panel b{display:block;font-size:13px;color:#1b2520}.customer-access-guest-panel p{margin:3px 0 0;color:#6c7770;font-size:12px;line-height:1.5}
.customer-access-compact .customer-access-choice-grid{margin-bottom:10px}.customer-access-compact .customer-access-choice{padding:11px 10px}.customer-access-compact .customer-access-choice-icon{width:32px;height:32px;flex-basis:32px}.customer-access-compact .customer-access-panel{padding:14px}
.rc103-form-section>.customer-access,.rc102-form-card>.customer-access,.repair-panel>.customer-access{border-color:#d9dfe3;background:#fff;box-shadow:0 8px 24px rgba(20,28,35,.04)}
@media(max-width:820px){.customer-access-choice-grid{grid-template-columns:1fr}.customer-access-choice{min-height:62px}.customer-access-choice small{font-size:11px}}
@media(max-width:560px){.customer-access-choice{padding:12px}.customer-access-choice-icon{width:34px;height:34px;flex-basis:34px}.customer-access-panel{padding:13px}}

/* =========================================================
   v10.11.0 — Responsive & UX closeout
   Final override layer for phone / tablet / small laptop
   ========================================================= */
:root{--z-mobile-gutter:18px}
html{overflow-x:clip}
body{min-width:0}
.container{max-width:100%}
main,section,header,footer,nav,aside,form{min-width:0}
input,select,textarea,button{max-width:100%}
.z-btn{min-height:44px}
.z-mobile-quick-actions{display:none}

/* Make dense public layouts shrink instead of forcing horizontal scroll. */
.mp-checkout-grid,.mp-cart-layout,.mp-layout,.mp-pdp-grid,.product-detail,.checkout-grid,
.rc103-book-grid,.rc106-booking .rc103-book-grid,.portal-detail-grid,.portal-two-col{min-width:0}
.mp-checkout-form,.mp-checkout-summary,.mp-cart-main,.mp-cart-summary,.rc103-book-form,.rc103-book-summary{min-width:0}

@media(max-width:1100px){
  .container{width:min(var(--container),calc(100% - 40px))}
  .mp-checkout-grid{grid-template-columns:minmax(0,1fr) 320px!important;gap:22px!important}
  .mp-checkout-summary{min-width:0!important}
}

@media(max-width:900px){
  :root{--section-y:44px}
  .container{width:calc(100% - 36px)!important}

  /* Header becomes a real mobile app bar: menu | centred brand | account + cart. */
  .z-nav{grid-template-columns:46px minmax(0,1fr) 92px!important;grid-template-rows:66px!important;height:66px!important;min-height:66px!important}
  .z-nav-actions{grid-column:3!important;width:92px!important;display:flex!important;gap:4px!important;justify-content:flex-end!important}
  .z-account-link,.z-cart{width:42px!important;height:42px!important;flex:0 0 42px!important}
  .z-menu-toggle{width:42px!important;height:42px!important}
  .z-brand{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;height:auto!important}
  .z-brand img{width:112px!important;max-width:30vw!important}
  .z-mobile-nav{max-height:calc(100dvh - 66px)!important;padding-bottom:max(22px,env(safe-area-inset-bottom))!important}
  .z-mobile-quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:16px 0 6px;padding-top:14px;border-top:1px solid #eceff1}
  .z-mobile-quick-actions a{min-height:46px!important;padding:0 12px!important;border:1px solid #e1e5e8!important;border-radius:11px!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;color:#252b31!important;font-size:13px!important;font-weight:800!important;text-align:center}
  .z-mobile-quick-actions a svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .z-mobile-quick-actions .primary{grid-column:1/-1;background:var(--accent)!important;border-color:var(--accent)!important;color:#fff!important}

  /* Checkout: one calm column, summary after the form, no squeezed side panel. */
  .mp-checkout-hero{padding:34px 0 27px!important}
  .mp-checkout-hero h1{font-size:clamp(35px,7vw,44px)!important}
  .mp-checkout-section{padding:28px 0 54px!important}
  .mp-checkout-grid{grid-template-columns:1fr!important;gap:20px!important}
  .mp-checkout-summary{position:static!important;top:auto!important;width:100%!important}
  .mp-checkout-form{gap:13px!important}
  .mp-checkout-page .mp-checkout-card,.customer-access{box-shadow:none!important}
  .mp-delivery-grid,.mp-payment-grid{gap:10px!important}

  /* Customer access: full-width choices with readable labels. */
  .customer-access{padding:18px!important;border-radius:15px!important}
  .customer-access-head{margin-bottom:14px!important}
  .customer-access-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
  .customer-access-choice{min-height:76px!important;padding:11px 9px!important;align-items:flex-start!important}
  .customer-access-choice-icon{width:34px!important;height:34px!important;flex-basis:34px!important}
  .customer-access-choice small{display:none!important}
  .customer-access-panel{margin-top:8px!important}

  /* Cart, catalogue and PDP stop behaving like desktop sidebars. */
  .mp-cart-v1088 .mp-cart-layout{grid-template-columns:1fr!important}
  .mp-cart-v1088 .mp-cart-summary{position:static!important}
  .mp-layout{grid-template-columns:1fr!important}
  .mp-filters{position:static!important}
  .mp-filter-open{display:inline-flex!important}
}

@media(max-width:720px){
  .container{width:calc(100% - 30px)!important}
  .z-section,.z-core-section,.z-products-section,.z-it-section,.z-reviews-section,.z-faq-section,.z-brands-section{padding-top:40px!important;padding-bottom:40px!important}
  .z-section-head,.z-heading-row,.z-row-head{margin-bottom:20px!important}
  .z-section-head h2,.z-heading-row h2,.z-row-head h2{font-size:clamp(26px,7.5vw,32px)!important}

  /* Forms: 16px fields prevent iOS zoom and improve touch accuracy. */
  .mp-checkout-fields,.form-grid,.repair-form-grid,.rc103-fields,.portal-profile-form{grid-template-columns:1fr!important}
  .mp-checkout-fields label,.rc103-fields label,.portal-field{min-width:0}
  .mp-checkout-fields input,.mp-checkout-fields select,.mp-checkout-fields textarea,
  .customer-access input[type=text],.customer-access input[type=email],.customer-access input[type=password],
  .rc103-fields input,.rc103-fields select,.rc103-notes textarea,
  .portal-field input,.account-field input{font-size:16px!important;min-height:48px!important}
  .mp-checkout-fields textarea,.rc103-notes textarea{min-height:120px!important}

  /* Account choice becomes a vertical, thumb-friendly selector. */
  .customer-access-choice-grid{grid-template-columns:1fr!important;gap:8px!important}
  .customer-access-choice{min-height:58px!important;align-items:center!important;padding:10px 12px!important}
  .customer-access-choice small{display:block!important;font-size:11px!important}
  .customer-access-login-fields,.customer-access-password-row{grid-template-columns:1fr!important}
  .customer-access-login-actions{align-items:stretch!important;flex-direction:column!important}
  .customer-access-login-btn{width:100%!important;min-height:46px!important}

  /* Checkout cards are flatter and easier to scan on mobile. */
  .mp-checkout-page .mp-checkout-card{padding:16px!important;border-radius:13px!important}
  .mp-checkout-page .mp-checkout-card-head{gap:10px!important}
  .mp-checkout-page .mp-checkout-card-head>span{width:30px!important;height:30px!important;flex-basis:30px!important}
  .mp-checkout-page .mp-delivery-grid,.mp-checkout-page .mp-payment-grid{grid-template-columns:1fr!important}
  .mp-checkout-page .mp-delivery-option,.mp-checkout-page .mp-payment-option{min-height:78px!important}
  .mp-place-order{width:100%!important;min-height:52px!important}
  .mp-checkout-summary-premium{padding:17px!important;border-radius:14px!important}
  .mp-checkout-trust{gap:8px 14px!important}

  /* Floating WhatsApp stays clear of form CTAs and mobile browser UI. */
  .z-whatsapp-float{right:12px!important;bottom:max(12px,env(safe-area-inset-bottom))!important}
  .z-whatsapp-float-icon{width:50px!important;height:50px!important;flex-basis:50px!important;border-width:2px!important}
  .z-whatsapp-float-icon svg{width:26px!important;height:26px!important}

  /* Footer and newsletter become one deliberate stack. */
  .z-footer{padding-top:36px!important}
  .z-footer-grid{gap:24px!important;padding-bottom:28px!important}
  .z-newsletter-row form{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;width:100%!important}
  .z-newsletter-row input{min-width:0!important;font-size:16px!important}
  .z-footer-bottom>.container>div{gap:10px 16px!important}
}

@media(max-width:560px){
  :root{--z-mobile-gutter:14px}
  .container{width:calc(100% - 28px)!important}
  .flash{width:calc(100% - 28px)!important}

  .z-nav{grid-template-columns:44px minmax(0,1fr) 86px!important;grid-template-rows:62px!important;height:62px!important;min-height:62px!important}
  .z-nav-actions{width:86px!important;gap:2px!important}
  .z-account-link,.z-cart{width:40px!important;height:40px!important;flex-basis:40px!important}
  .z-menu-toggle{width:40px!important;height:40px!important}
  .z-brand img{width:100px!important;max-width:30vw!important}
  .z-mobile-nav{max-height:calc(100dvh - 62px)!important;padding-left:16px!important;padding-right:16px!important}

  .z-hero h1,.mp-checkout-hero h1,.mp-cart-v1088 .mp-cart-hero h1,.page-hero h1,.services-hero h1{font-size:clamp(32px,9vw,38px)!important}
  .z-hero-actions,.z-it-actions,.z-process-actions{grid-template-columns:1fr!important}
  .z-btn{width:100%;justify-content:center}
  .z-nav .z-btn,.z-footer .z-btn,.z-product-card .z-btn{width:auto}

  /* Product/cart cards keep hierarchy while avoiding tiny controls. */
  .mp-cart-v1088 .mp-cart-line{padding:12px!important;border-radius:13px!important}
  .mp-cart-v1088 .mp-qty{height:44px!important}
  .mp-cart-v1088 .mp-remove{min-height:36px!important}
  .mp-cart-v1088 .mp-cart-summary{padding:17px!important;border-radius:14px!important}

  /* Customer portal: navigation remains swipeable, content becomes one column. */
  .customer-portal{padding:16px 10px 42px!important}
  .customer-account-nav{margin:0 -2px!important;padding:6px!important;scroll-snap-type:x proximity}
  .customer-account-nav a{min-height:44px!important;scroll-snap-align:start}
  .portal-grid-4{grid-template-columns:1fr 1fr!important}
  .portal-two-col,.portal-detail-grid{grid-template-columns:1fr!important}
  .portal-panel-head{padding:15px!important}
  .portal-list-row{padding:13px!important}
  .portal-items{min-width:540px}
  .portal-detail-card:has(.portal-items){overflow-x:auto}

  .account-auth{padding:22px 12px 42px!important}
  .account-auth-card{padding:22px 16px!important}
  .account-auth-intro{padding:24px 18px!important}
}

@media(max-width:390px){
  .container{width:calc(100% - 22px)!important}
  .flash{width:calc(100% - 22px)!important}
  .z-brand img{width:94px!important}
  .z-nav{grid-template-columns:42px minmax(0,1fr) 82px!important}
  .z-nav-actions{width:82px!important}
  .z-account-link,.z-cart{width:38px!important;height:38px!important;flex-basis:38px!important}
  .customer-access{padding:13px!important}
  .customer-access-choice{padding:9px 10px!important}
  .portal-grid-4{grid-template-columns:1fr!important}
  .z-newsletter-row form{grid-template-columns:1fr!important;gap:8px!important}
  .z-newsletter-row button{width:100%!important}
}

@media(prefers-reduced-motion:reduce){
  .z-mobile-nav,.customer-access-choice,.z-whatsapp-float{transition:none!important}
}



/* =========================================================
   QA fixes v10.15.2 — anchor feedback + 320px safety
   ========================================================= */
.bit-service-card{scroll-margin-top:110px}
.bit-service-card:target{border-color:#ff5a00!important;background:#fff9f5!important;box-shadow:0 0 0 3px rgba(255,90,0,.10),0 18px 38px rgba(18,26,34,.08)!important}
.bit-plans,.bit-request{scroll-margin-top:95px}
.bit-plans:target .bit-plan-grid{outline:2px solid rgba(255,90,0,.55);outline-offset:8px;border-radius:22px}
.bit-request:target .bit-request-form{border-color:#ff8a49!important;box-shadow:0 0 0 3px rgba(255,90,0,.09),0 14px 30px rgba(16,23,30,.05)!important}
.zc-detail-list a{color:inherit;text-decoration:none}.zc-detail-list a:hover{text-decoration:underline}
@media(max-width:390px){
 .customer-access-signed{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;align-items:start!important;gap:10px!important}
 .customer-access-check{width:42px!important;height:42px!important;flex-basis:42px!important}
 .customer-access-signed>div{min-width:0!important;width:100%!important}
 .customer-access-signed b,.customer-access-signed span{white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;line-height:1.35!important}
 .customer-access-signed>a{grid-column:2!important;margin:0!important;justify-self:start!important}
}
@media(max-width:340px){
 /* The floating control obscured important marketplace copy at 320px. Footer/header WhatsApp remains available. */
 .z-whatsapp-float{display:none!important}
}

/* =========================================================
   Mobile navigation drawer v10.11.1 — structural fix
   ========================================================= */
.z-mobile-nav-backdrop{display:none}
@media(max-width:900px){
  .menu-open .z-header{z-index:1200!important}
  .z-mobile-nav-backdrop{display:block;position:fixed;top:66px;left:0;right:0;bottom:0;border:0;padding:0;margin:0;background:rgba(19,25,31,.34);backdrop-filter:blur(1.5px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;z-index:80}
  .menu-open .z-mobile-nav-backdrop{opacity:1;visibility:visible;pointer-events:auto}

  .z-mobile-nav{
    display:block!important;position:fixed!important;top:66px!important;left:0!important;right:auto!important;bottom:0!important;
    width:min(88vw,390px)!important;height:auto!important;max-height:none!important;overflow-y:auto!important;overscroll-behavior:contain;
    padding:0 18px max(22px,env(safe-area-inset-bottom))!important;background:#fff!important;border-top:0!important;border-right:1px solid #e7eaed!important;
    box-shadow:18px 0 44px rgba(19,25,31,.13)!important;transform:translateX(-103%)!important;opacity:1!important;visibility:visible!important;
    pointer-events:none!important;transition:transform .22s cubic-bezier(.2,.75,.25,1)!important;z-index:90!important
  }
  .menu-open .z-mobile-nav{transform:translateX(0)!important;pointer-events:auto!important}
  .z-mobile-nav-head{position:sticky!important;top:0!important;z-index:4!important;margin:0 -2px 5px!important;padding:18px 2px 14px!important;background:#fff!important;border-bottom:1px solid #eceff1!important}
  .z-mobile-close{display:none!important}

  .z-mobile-menu-list{display:grid!important;padding:0 0 8px!important}
  .z-mobile-menu-list>a,.z-mobile-menu-group{width:100%!important;min-width:0!important;border-bottom:1px solid #edf0f2!important}
  .z-mobile-menu-list>a{display:flex!important;align-items:center!important;min-height:54px!important;padding:0!important;color:#20252b!important;font-size:15px!important;font-weight:760!important;text-decoration:none!important}
  .z-mobile-menu-group>summary{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;min-height:54px!important;width:100%!important;padding:0!important;color:#20252b!important;font-size:15px!important;font-weight:760!important;line-height:1.3!important;list-style:none!important;cursor:pointer!important}
  .z-mobile-menu-group>summary::-webkit-details-marker{display:none!important}
  .z-mobile-menu-label{display:block!important;flex:1 1 auto!important;min-width:0!important;width:auto!important;height:auto!important;border:0!important;border-radius:0!important;background:transparent!important;color:#20252b!important;font-size:15px!important;font-weight:760!important;line-height:1.35!important;transform:none!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important}
  .z-mobile-menu-plus{width:30px!important;height:30px!important;flex:0 0 30px!important;border:1px solid #e0e4e7!important;border-radius:9px!important;background:#fff!important;color:#59616a!important;display:grid!important;place-items:center!important;font-size:18px!important;font-weight:500!important;line-height:1!important;transform:none!important;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease!important}
  .z-mobile-menu-group[open]>summary .z-mobile-menu-plus{transform:rotate(45deg)!important;background:#fff4ed!important;border-color:#ffc9a7!important;color:var(--accent)!important}
  .z-mobile-menu-group[open]>summary .z-mobile-menu-label{color:#171b20!important}

  .z-mobile-submenu{display:grid!important;margin:0 0 10px 8px!important;padding:2px 0 7px 14px!important;border-left:1px solid #e8ebee!important}
  .z-mobile-submenu a,.z-mobile-parent-link{display:flex!important;align-items:center!important;min-height:44px!important;margin:1px 0!important;padding:9px 10px!important;border:0!important;border-radius:9px!important;color:#5f6871!important;font-size:14px!important;font-weight:650!important;line-height:1.35!important;text-decoration:none!important}
  .z-mobile-submenu a:hover,.z-mobile-submenu a:focus-visible,.z-mobile-parent-link:hover,.z-mobile-parent-link:focus-visible{background:#fff5ef!important;color:#c94a00!important}
  .z-mobile-parent-link{margin:2px 0 5px 8px!important;color:var(--accent)!important;font-weight:800!important}

  .rc-mobile-repair-parent>summary{min-height:56px!important}
  .rc-mobile-repair-split{margin-left:8px!important;border-bottom:0!important;border-left:1px solid #eceff1!important;padding-left:13px!important}
  .rc-mobile-repair-split>summary{min-height:50px!important}
  .rc-mobile-repair-split .z-mobile-menu-label{font-size:14px!important;font-weight:720!important}
  .rc-mobile-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;padding:2px 0 12px 8px!important}
  .rc-mobile-brand-grid a{height:54px!important;padding:8px!important;border:1px solid #e8ebed!important;border-radius:9px!important;background:#fff!important}
  .rc-mobile-brand-grid img{max-width:68px!important;max-height:27px!important}

  .z-mobile-quick-actions{position:relative!important;z-index:1!important;margin:14px 0 4px!important;padding-top:14px!important;background:#fff!important}
  .z-mobile-quick-actions a{border-bottom:1px solid #e1e5e8!important}

  body.menu-open .z-whatsapp-float{opacity:0!important;pointer-events:none!important}
}
@media(max-width:560px){
  .z-mobile-nav-backdrop{top:62px}
  .z-mobile-nav{top:62px!important;width:min(91vw,370px)!important;padding-left:16px!important;padding-right:16px!important}
  .z-mobile-menu-list>a,.z-mobile-menu-group>summary{min-height:52px!important}
  .rc-mobile-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:360px){
  .z-mobile-nav{width:94vw!important;padding-left:14px!important;padding-right:14px!important}
  .rc-mobile-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* =========================================================
   v10.11.2 — mobile drawer usability closeout
   ========================================================= */
@media(max-width:900px){
  body.menu-open{overflow:hidden!important}
  .z-mobile-nav{width:min(88vw,360px)!important;padding:0 15px max(18px,env(safe-area-inset-bottom))!important}
  .z-mobile-nav-head{padding:15px 2px 11px!important;margin-bottom:2px!important}
  .z-mobile-nav-head>div>span{display:none!important}
  .z-mobile-nav-head>div>b{margin:0!important;font-size:18px!important;line-height:1.2!important}
  .z-mobile-menu-list>a,.z-mobile-menu-group>summary{min-height:50px!important;font-size:14px!important}
  .z-mobile-menu-label{font-size:14px!important;line-height:1.3!important}
  .z-mobile-menu-plus{width:28px!important;height:28px!important;flex-basis:28px!important;border-radius:8px!important;font-size:16px!important}
  .z-mobile-submenu{margin:0 0 8px 4px!important;padding:2px 0 7px 11px!important}
  .z-mobile-submenu a,.z-mobile-parent-link{min-height:42px!important;padding:8px 9px!important;font-size:13px!important}
  .rc-mobile-all-repairs{margin:5px 0 6px!important;background:#fff6f0!important;color:#d54d00!important;border:1px solid #ffe0ce!important;justify-content:center!important}
  .rc-mobile-repair-split{margin-left:3px!important;padding-left:10px!important}
  .rc-mobile-repair-split>summary{min-height:46px!important}
  .rc-mobile-repair-split .z-mobile-menu-label{font-size:13.5px!important}
  .rc-mobile-brand-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;padding:4px 0 11px 6px!important}
  .rc-mobile-brand-grid a{height:auto!important;min-height:58px!important;display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;align-items:center!important;gap:7px!important;padding:7px!important;border:1px solid #e7eaed!important;border-radius:9px!important;background:#fff!important;color:#343c44!important;text-decoration:none!important}
  .rc-mobile-brand-grid img{max-width:38px!important;max-height:25px!important;margin:auto!important}
  .rc-mobile-brand-grid a>span{display:block!important;min-width:0!important;font-size:11px!important;font-weight:760!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .z-mobile-quick-actions{position:sticky!important;bottom:0!important;margin:12px -15px 0!important;padding:12px 15px max(8px,env(safe-area-inset-bottom))!important;border-top:1px solid #e8ebed!important;background:rgba(255,255,255,.98)!important;box-shadow:0 -10px 22px rgba(18,24,30,.05)!important}
  .z-mobile-quick-actions a{min-height:44px!important}
}
@media(max-width:380px){
  .z-mobile-nav{width:92vw!important;padding-left:12px!important;padding-right:12px!important}
  .z-mobile-quick-actions{margin-left:-12px!important;margin-right:-12px!important;padding-left:12px!important;padding-right:12px!important}
  .rc-mobile-brand-grid{grid-template-columns:1fr!important}
  .rc-mobile-brand-grid a{min-height:52px!important}
}


/* =========================================================
   v10.11.4 Business IT mobile hero + AJAX newsletter polish
   ========================================================= */
.z-newsletter-ajax-wrap{min-width:0}
.z-newsletter-status{min-height:18px;margin:7px 0 0;font-size:12px;line-height:1.35;color:#68727b}
.z-newsletter-status:empty{min-height:0;margin-top:0}
.z-newsletter-status.is-success{color:#14804a;font-weight:700}
.z-newsletter-status.is-error{color:#b42318;font-weight:700}
.z-newsletter-row button[disabled]{cursor:wait;opacity:.72}

@media(max-width:760px){
  .bit-hero{padding:14px 0 24px!important}
  .bit-hero-grid{gap:22px!important}
  .bit-hero-media{order:-1!important;position:relative!important;height:300px!important;min-height:300px!important;border-radius:18px!important;overflow:hidden!important}
  .bit-hero-media>img{position:absolute!important;left:0!important;right:0!important;top:-58px!important;width:100%!important;height:calc(100% + 58px)!important;min-height:0!important;object-fit:cover!important;object-position:center 54%!important}
  .bit-hero-float{left:14px!important;right:14px!important;bottom:14px!important;padding:15px 16px!important;border-radius:14px!important}
  .bit-hero-float b{font-size:18px!important;line-height:1.25!important}
  .bit-hero-float small{font-size:12px!important;line-height:1.45!important}
  .bit-hero-copy{max-width:none!important}
  .bit-hero h1{font-size:34px!important;line-height:1.04!important}
  .bit-lead{font-size:14px!important;line-height:1.6!important}
}
@media(max-width:430px){
  .bit-hero{padding-top:10px!important}
  .bit-hero-media{height:286px!important;min-height:286px!important;border-radius:15px!important}
  .bit-hero-media>img{top:-54px!important;height:calc(100% + 54px)!important;object-position:center 56%!important}
  .bit-hero h1{font-size:30px!important}
  .bit-hero-float{left:12px!important;right:12px!important;bottom:12px!important}
  .z-newsletter-ajax-wrap{width:100%!important}
  .z-newsletter-status{text-align:left!important}
}


/* v10.11.5 marketplace categories redesign */
.mp-directory-v115{background:#fff}
.mp-directory-v115 .mp-directory-hero{padding:52px 0 48px;background:linear-gradient(180deg,#fff 0%,#fcfcfb 100%)}
.mp-directory-v115 .mp-directory-hero-grid{grid-template-columns:minmax(0,1fr) 330px;align-items:stretch;gap:34px}
.mp-directory-v115 .mp-directory-hero-copy{padding-right:8px}
.mp-directory-v115 .mp-directory-hero h1{max-width:760px;margin:11px 0 14px;font-size:64px;line-height:.98;letter-spacing:-.05em}
.mp-directory-v115 .mp-directory-hero p{max-width:700px;font-size:17px;line-height:1.75}
.mp-directory-v115 .mp-directory-hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.mp-directory-v115 .mp-directory-hero-points span{display:inline-flex;align-items:center;gap:7px;padding:10px 14px;border:1px solid #eceff1;border-radius:999px;background:#fff;font-size:12.5px;font-weight:700;color:#4f5760}
.mp-directory-v115 .mp-directory-hero-points span:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--accent)}
.mp-directory-v115 .mp-directory-panel{display:flex;flex-direction:column;justify-content:space-between;padding:24px;border:1px solid #eceef1;border-radius:22px;background:linear-gradient(180deg,#fff, #fbfbfb);box-shadow:0 20px 44px rgba(20,24,30,.04)}
.mp-directory-v115 .mp-directory-panel-label{display:inline-block;margin-bottom:8px;color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.mp-directory-v115 .mp-directory-panel h3{margin:0 0 8px;font-size:26px;line-height:1.08;letter-spacing:-.03em}
.mp-directory-v115 .mp-directory-panel p{margin:0;color:#697079;font-size:14px;line-height:1.7}
.mp-directory-v115 .mp-directory-panel-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 0}
.mp-directory-v115 .mp-directory-panel-stats>div{padding:15px 14px;border:1px solid #eceef1;border-radius:16px;background:#fff}
.mp-directory-v115 .mp-directory-panel-stats strong{display:block;font-size:28px;line-height:1;color:#161b20;letter-spacing:-.03em}
.mp-directory-v115 .mp-directory-panel-stats span{display:block;margin-top:4px;color:#79818a;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.mp-directory-v115 .mp-directory-panel-actions{display:flex;flex-direction:column;gap:10px}
.mp-directory-v115 .mp-directory-primary,.mp-directory-v115 .mp-directory-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 18px;border-radius:14px;font-weight:800;text-decoration:none;transition:.18s ease}
.mp-directory-v115 .mp-directory-primary{background:var(--accent);color:#fff;border:1px solid var(--accent)}
.mp-directory-v115 .mp-directory-primary:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(255,107,0,.18)}
.mp-directory-v115 .mp-directory-secondary{background:#fff;color:#20252a;border:1px solid #e8ebed}
.mp-directory-v115 .mp-directory-secondary:hover{border-color:#ffc9aa;color:#111}
.mp-directory-v115 .mp-directory-content{padding:52px 0 68px}
.mp-directory-v115 .mp-directory-head{align-items:center;margin-bottom:28px}
.mp-directory-v115 .mp-directory-mini-label{display:inline-block;margin-bottom:8px;color:#8d959d;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.mp-directory-v115 .mp-directory-head h2{font-size:44px;line-height:1.02;letter-spacing:-.045em}
.mp-directory-v115 .mp-directory-head p{max-width:700px;margin-top:10px;font-size:15px;line-height:1.7;color:#6b737c}
.mp-directory-v115 .mp-directory-head-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;justify-content:flex-end}
.mp-directory-v115 .mp-directory-count-badge{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:999px;background:#fff6f0;color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.mp-directory-v115 .mp-directory-head-meta>a{display:inline-flex;align-items:center;gap:8px;color:#20252a;font-size:14px;font-weight:800}
.mp-directory-v115 .mp-directory-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.mp-directory-v115 .mp-category-directory-card{display:flex;flex-direction:column;min-height:100%;border-radius:18px;border:1px solid #eaedef;box-shadow:0 10px 28px rgba(12,16,22,.03)}
.mp-directory-v115 .mp-category-directory-card:hover{box-shadow:0 20px 36px rgba(20,24,30,.07);border-color:#ffd3ba}
.mp-directory-v115 .mp-directory-visual{height:180px;padding:24px;background:linear-gradient(180deg,#fcfcfc 0%,#f7f8f8 100%)}
.mp-directory-v115 .mp-directory-visual img{transform:scale(1);transition:transform .18s ease}
.mp-directory-v115 .mp-category-directory-card:hover .mp-directory-visual img{transform:scale(1.03)}
.mp-directory-v115 .mp-directory-card-copy{display:flex;flex:1;flex-direction:column;padding:18px 18px 16px}
.mp-directory-v115 .mp-directory-count{display:inline-flex;align-self:flex-start;padding:6px 10px;border-radius:999px;background:#fff6f0;color:var(--accent);font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
.mp-directory-v115 .mp-directory-card-copy h3{margin:12px 0 8px;font-size:22px;line-height:1.15;letter-spacing:-.03em}
.mp-directory-v115 .mp-directory-card-copy p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:60px;font-size:13.5px;line-height:1.65;color:#70777f}
.mp-directory-v115 .mp-directory-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:16px}
.mp-directory-v115 .mp-directory-card-footer b{font-size:13px;color:#20252a;letter-spacing:-.01em}
.mp-directory-v115 .mp-directory-arrow{position:static;flex:0 0 auto;width:34px;height:34px;border-radius:50%;border:1px solid #ebeef0;background:#fff;color:#80878e;font-style:normal;font-size:14px;display:grid;place-items:center}
.mp-directory-v115 .mp-category-directory-card:hover .mp-directory-arrow{background:#fff6f0;border-color:#ffc7a8;color:var(--accent);transform:translateX(2px)}
.mp-directory-v115 .mp-directory-bottom-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:26px;padding:24px;border:1px solid #eceef1;border-radius:20px;background:linear-gradient(180deg,#fff 0%,#fbfbfb 100%)}
.mp-directory-v115 .mp-directory-bottom-cta h3{margin:8px 0 8px;font-size:28px;line-height:1.08;letter-spacing:-.03em}
.mp-directory-v115 .mp-directory-bottom-cta p{margin:0;color:#697079;font-size:14px;line-height:1.7}
.mp-directory-v115 .mp-directory-bottom-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
@media (max-width: 1280px){.mp-directory-v115 .mp-directory-hero h1{font-size:56px}.mp-directory-v115 .mp-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width: 980px){.mp-directory-v115 .mp-directory-hero-grid{grid-template-columns:1fr}.mp-directory-v115 .mp-directory-panel{max-width:none}.mp-directory-v115 .mp-directory-head{align-items:flex-start;flex-direction:column}.mp-directory-v115 .mp-directory-head-meta{justify-content:flex-start}.mp-directory-v115 .mp-directory-bottom-cta{flex-direction:column;align-items:flex-start}.mp-directory-v115 .mp-directory-bottom-actions{justify-content:flex-start}.mp-directory-v115 .mp-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 640px){.mp-directory-v115 .mp-directory-hero{padding:28px 0 26px}.mp-directory-v115 .mp-directory-hero>.container,.mp-directory-v115 .mp-directory-content>.container{width:calc(100% - 30px)}.mp-directory-v115 .mp-directory-breadcrumb{margin-bottom:16px}.mp-directory-v115 .mp-directory-hero h1{font-size:38px;line-height:1.02;margin:8px 0 10px}.mp-directory-v115 .mp-directory-hero p{font-size:14px;line-height:1.7}.mp-directory-v115 .mp-directory-hero-points{gap:8px;margin-top:18px}.mp-directory-v115 .mp-directory-hero-points span{padding:8px 11px;font-size:11.5px}.mp-directory-v115 .mp-directory-panel{padding:18px;border-radius:18px}.mp-directory-v115 .mp-directory-panel h3{font-size:22px}.mp-directory-v115 .mp-directory-panel p{font-size:13px}.mp-directory-v115 .mp-directory-panel-stats strong{font-size:24px}.mp-directory-v115 .mp-directory-content{padding:30px 0 40px}.mp-directory-v115 .mp-directory-head{margin-bottom:18px}.mp-directory-v115 .mp-directory-head h2{font-size:31px}.mp-directory-v115 .mp-directory-head p{font-size:14px}.mp-directory-v115 .mp-directory-grid{grid-template-columns:1fr;gap:12px}.mp-directory-v115 .mp-directory-visual{height:144px;padding:18px}.mp-directory-v115 .mp-directory-card-copy{padding:16px}.mp-directory-v115 .mp-directory-card-copy h3{font-size:19px;margin-top:10px}.mp-directory-v115 .mp-directory-card-copy p{min-height:0;-webkit-line-clamp:3;font-size:13px}.mp-directory-v115 .mp-directory-bottom-cta{margin-top:18px;padding:18px}.mp-directory-v115 .mp-directory-bottom-cta h3{font-size:22px}.mp-directory-v115 .mp-directory-bottom-actions{width:100%}.mp-directory-v115 .mp-directory-primary,.mp-directory-v115 .mp-directory-secondary{width:100%}}

/* v10.11.6 — Marketplace mobile filter must be a real off-canvas drawer. */
@media (max-width:900px){
  body.mp-filter-opened{overflow:hidden!important}
  .mp-page-v71 .mp-layout{display:block!important;min-height:0!important}
  .mp-page-v71 .mp-filter-open{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:44px!important;padding:0 14px!important;border:1px solid #dfe3e6!important;border-radius:11px!important;background:#fff!important;color:#20262c!important;font-size:13px!important;font-weight:800!important;cursor:pointer!important}
  .mp-page-v71 .mp-filters{
    position:fixed!important;
    top:0!important;
    left:0!important;
    bottom:0!important;
    z-index:1202!important;
    width:min(360px,90vw)!important;
    max-width:90vw!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-right:1px solid #e5e8ea!important;
    border-radius:0!important;
    background:#fff!important;
    overflow:hidden!important;
    transform:translateX(-102%)!important;
    visibility:hidden!important;
    pointer-events:none!important;
    box-shadow:none!important;
    transition:transform .24s cubic-bezier(.22,.75,.2,1),visibility .24s ease!important;
  }
  .mp-page-v71 .mp-filters.open{
    transform:translateX(0)!important;
    visibility:visible!important;
    pointer-events:auto!important;
    box-shadow:18px 0 48px rgba(16,22,28,.16)!important;
  }
  .mp-page-v71 .mp-filters>.mp-filter-head{
    position:sticky!important;
    top:0!important;
    z-index:3!important;
    min-height:74px!important;
    margin:0!important;
    padding:14px 16px!important;
    border-bottom:1px solid #e9ecee!important;
    background:#fff!important;
  }
  .mp-page-v71 .mp-filter-head>div b{font-size:16px!important}
  .mp-page-v71 .mp-filter-head>div small{font-size:11.5px!important;margin-top:3px!important}
  .mp-page-v71 .mp-filter-head button{
    display:grid!important;
    place-items:center!important;
    width:40px!important;
    height:40px!important;
    border:1px solid #dfe3e6!important;
    border-radius:12px!important;
    background:#fff!important;
    color:#343b42!important;
    font-size:24px!important;
    line-height:1!important;
    cursor:pointer!important;
  }
  .mp-page-v71 .mp-filters>form{
    height:calc(100% - 74px)!important;
    overflow:auto!important;
    overscroll-behavior:contain!important;
    padding:2px 16px 26px!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .mp-page-v71 .mp-filter-group{padding:16px 0!important}
  .mp-page-v71 .mp-filter-group select,
  .mp-page-v71 .mp-filter-group>input,
  .mp-page-v71 .mp-price-row input{min-height:46px!important;font-size:16px!important}
  .mp-page-v71 .mp-radio-list{gap:4px!important}
  .mp-page-v71 .mp-radio-list label{min-height:42px!important;padding:5px 2px!important;font-size:14px!important}
  .mp-page-v71 .mp-apply{min-height:48px!important;margin-top:18px!important}
  .mp-page-v71 .mp-clear{min-height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-top:8px!important}
  body.mp-filter-opened:after{
    content:""!important;
    position:fixed!important;
    inset:0!important;
    z-index:1201!important;
    background:rgba(20,26,32,.42)!important;
    backdrop-filter:blur(1px)!important;
  }
}
@media (max-width:560px){
  .mp-page-v71 .mp-catalogue-actions{width:100%!important;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:10px!important}
  .mp-page-v71 .mp-sort{min-width:0!important}
  .mp-page-v71 .mp-sort label{display:none!important}
  .mp-page-v71 .mp-sort select{width:100%!important;min-width:0!important;height:44px!important;font-size:14px!important}
  .mp-page-v71 .mp-filters{width:min(340px,92vw)!important;max-width:92vw!important}
}

/* =========================================================
   v10.11.7 — Product imagery: always show the complete product
   ========================================================= */
/* Marketplace catalogue + related products */
.mp-product-image{
  overflow:hidden!important;
  padding:16px!important;
  background:linear-gradient(145deg,#fbfbfb,#f5f6f6)!important;
}
.mp-product-image img,
.mp-product-card:hover .mp-product-image img,
.mp-page-v71 .mp-product-card:hover .mp-product-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  scale:1!important;
}

/* Homepage / legacy product cards */
.z-product-image,
.product-image{
  overflow:hidden!important;
}
.z-product-image img,
.product-image img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  margin:auto!important;
}

/* Product detail gallery */
.mp-gallery-main,
.mp-gallery-thumbs button{
  overflow:hidden!important;
}
.mp-gallery-main img,
.mp-gallery-thumbs img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}

/* Cart, mini-cart and checkout summaries */
.mp-cart-line>img,
.mp-cart-line-image img,
.mp-drawer-line img,
.mp-checkout-line-image img{
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}

@media(max-width:600px){
  .mp-product-image{padding:10px!important}
}

/* =========================================================
   v10.11.8 — Mobile-first Product Detail polish
   Keeps complete product imagery visible while simplifying
   the purchase journey on phones and small tablets.
   ========================================================= */
@media (max-width: 700px){
  .mp-pdp-v23 .mp23-product-stage{padding:10px 0 28px!important}
  .mp-pdp-v23 .mp23-product-stage>.container,
  .mp-pdp-v23 .mp23-highlights>.container,
  .mp-pdp-v23 .mp23-story>.container,
  .mp-pdp-v23 .mp23-condition-guide>.container,
  .mp-pdp-v23 .mp23-fulfilment>.container,
  .mp-pdp-v23 .mp23-reviews>.container,
  .mp-pdp-v23 .mp23-faq>.container,
  .mp-pdp-v23 .mp21-extra>.container,
  .mp-pdp-v23 .mp20-related>.container{
    width:calc(100% - 30px)!important;
    max-width:none!important;
  }

  /* Breadcrumbs stay compact and scroll instead of wrapping into two lines. */
  .mp-pdp-v23 .mp20-breadcrumb{
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
    margin:0 0 11px!important;
    padding:1px 0 5px!important;
    overflow-x:auto!important;
    white-space:nowrap!important;
    scrollbar-width:none!important;
    font-size:11.5px!important;
  }
  .mp-pdp-v23 .mp20-breadcrumb::-webkit-scrollbar{display:none!important}

  .mp-pdp-v23 .mp23-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}
  .mp-pdp-v23 .mp23-gallery-wrap,
  .mp-pdp-v23 .mp23-buy-panel{position:relative!important;top:auto!important}

  /* Product gallery: full product, less dead vertical space. */
  .mp-pdp-v23 .mp23-gallery-main,
  .mp-pdp-v23 .mp21-gallery-main,
  .mp-pdp-v23 .mp20-gallery-main{
    height:clamp(270px,78vw,330px)!important;
    padding:10px!important;
    border-radius:14px!important;
    background:#f8f9fa!important;
    box-shadow:none!important;
  }
  .mp-pdp-v23 .mp23-gallery-main>img,
  .mp-pdp-v23 .mp21-gallery-main>img,
  .mp-pdp-v23 .mp20-gallery-main>img{
    width:auto!important;
    height:auto!important;
    max-width:100%!important;
    max-height:100%!important;
    padding:6px!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:none!important;
  }
  .mp-pdp-v23 .mp20-gallery-main:hover>img{transform:none!important}
  .mp-pdp-v23 .mp20-image-badges{left:10px!important;top:10px!important;right:54px!important;gap:5px!important}
  .mp-pdp-v23 .mp20-image-badges span,
  .mp-pdp-v23 .mp20-image-badges em{min-height:24px!important;padding:0 8px!important;font-size:9.5px!important}
  .mp-pdp-v23 .mp20-zoom{right:10px!important;top:10px!important;width:36px!important;height:36px!important}

  .mp-pdp-v23 .mp23-gallery-thumbs,
  .mp-pdp-v23 .mp21-gallery-thumbs,
  .mp-pdp-v23 .mp20-gallery-thumbs{
    display:flex!important;
    gap:7px!important;
    margin-top:8px!important;
    padding:1px 0 6px!important;
    overflow-x:auto!important;
    scroll-snap-type:x proximity!important;
    scrollbar-width:none!important;
  }
  .mp-pdp-v23 .mp23-gallery-thumbs::-webkit-scrollbar,
  .mp-pdp-v23 .mp21-gallery-thumbs::-webkit-scrollbar,
  .mp-pdp-v23 .mp20-gallery-thumbs::-webkit-scrollbar{display:none!important}
  .mp-pdp-v23 .mp23-gallery-thumbs button,
  .mp-pdp-v23 .mp21-gallery-thumbs button,
  .mp-pdp-v23 .mp20-gallery-thumbs button{
    flex:0 0 62px!important;
    width:62px!important;
    height:62px!important;
    padding:5px!important;
    border-radius:10px!important;
    scroll-snap-align:start!important;
  }
  .mp-pdp-v23 .mp21-gallery-assurance{display:none!important}

  /* Buy area becomes part of the page rather than another boxed desktop panel. */
  .mp-pdp-v23 .mp23-buy-panel,
  .mp-pdp-v23 .mp21-buy-panel,
  .mp-pdp-v23 .mp20-buy-panel{
    margin:0!important;
    padding:4px 0 0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .mp-pdp-v23 .mp20-brand-row{min-height:26px!important;gap:7px!important;font-size:12px!important}
  .mp-pdp-v23 .mp20-brand-row img{max-width:58px!important;max-height:21px!important}
  .mp-pdp-v23 .mp20-brand-row small{font-size:10.5px!important}
  .mp-pdp-v23 .mp20-buy-panel h1{
    margin:8px 0 8px!important;
    max-width:none!important;
    font-size:27px!important;
    line-height:1.08!important;
    letter-spacing:-.038em!important;
  }
  .mp-pdp-v23 .mp20-rating{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-bottom:10px!important;font-size:12px!important}
  .mp-pdp-v23 .mp20-lead{margin-bottom:13px!important;font-size:13.5px!important;line-height:1.6!important}

  .mp-pdp-v23 .mp21-mini-highlights{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:7px 12px!important;
    margin:0 0 13px!important;
  }
  .mp-pdp-v23 .mp21-mini-highlights span{font-size:11.5px!important;line-height:1.35!important}

  /* Price reads as a clean line instead of another card. */
  .mp-pdp-v23 .mp20-price-row{
    align-items:center!important;
    margin:0 0 15px!important;
    padding:12px 0!important;
    border-top:1px solid #e8eaec!important;
    border-right:0!important;
    border-bottom:1px solid #e8eaec!important;
    border-left:0!important;
    border-radius:0!important;
    background:transparent!important;
  }
  .mp-pdp-v23 .mp20-price-row strong{font-size:29px!important}
  .mp-pdp-v23 .mp20-saving{min-height:26px!important;font-size:10.5px!important}
  .mp-pdp-v23 .mp20-purchase{margin-top:0!important}

  .mp-pdp-v23 .mp20-choice-head{align-items:flex-start!important;gap:8px!important;margin-bottom:9px!important}
  .mp-pdp-v23 .mp20-choice-head h2{font-size:18px!important;line-height:1.25!important}
  .mp-pdp-v23 .mp20-choice-head button{flex:0 0 auto;padding:7px 9px!important;font-size:10.5px!important}
  .mp-pdp-v23 .mp20-inspection-note{gap:8px!important;margin-bottom:8px!important;padding:10px!important}
  .mp-pdp-v23 .mp20-inspection-note svg{width:18px!important;height:18px!important;flex-basis:18px!important}
  .mp-pdp-v23 .mp20-inspection-note b{font-size:11.8px!important}
  .mp-pdp-v23 .mp20-inspection-note span{font-size:11px!important;line-height:1.4!important}

  /* Condition cards have room for image + copy + price without four squeezed columns. */
  .mp-pdp-v23 .mp20-condition-list,
  .mp-pdp-v23 .mp21-condition-list{gap:7px!important}
  .mp-pdp-v23 .mp21-condition,
  .mp-pdp-v23 .mp20-condition{
    grid-template-columns:46px minmax(0,1fr) auto!important;
    gap:10px!important;
    min-height:70px!important;
    padding:9px 10px!important;
    border-radius:11px!important;
  }
  .mp-pdp-v23 .mp21-condition-thumb{width:46px!important;height:46px!important;border-radius:8px!important}
  .mp-pdp-v23 .mp20-radio-dot{display:none!important}
  .mp-pdp-v23 .mp20-condition-copy b{font-size:13px!important}
  .mp-pdp-v23 .mp20-condition-copy small{font-size:11.5px!important;line-height:1.35!important}
  .mp-pdp-v23 .mp20-condition>strong{align-self:start;padding-top:2px;font-size:13.5px!important}
  .mp-pdp-v23 .mp20-condition>em{grid-column:3!important;font-size:10px!important;text-align:right}
  .mp-pdp-v23 .mp20-selected-condition{display:block!important;margin-top:7px!important;padding:8px 9px!important}
  .mp-pdp-v23 .mp20-selected-condition span{display:block!important;margin-bottom:2px;font-size:11px!important}
  .mp-pdp-v23 .mp20-selected-condition p{font-size:11px!important;line-height:1.45!important}

  .mp-pdp-v23 .mp20-variant-list{grid-template-columns:1fr!important;gap:7px!important}
  .mp-pdp-v23 .mp20-stock-row{flex-wrap:wrap!important;row-gap:3px!important;margin:11px 0 9px!important;font-size:11.5px!important}
  .mp-pdp-v23 .mp20-stock-row em{flex-basis:100%;padding-left:14px;font-size:10.8px!important}

  /* Primary purchase hierarchy: quantity + cart first row, Buy Now full width. */
  .mp-pdp-v23 .mp20-actions{
    display:grid!important;
    grid-template-columns:94px minmax(0,1fr)!important;
    gap:8px!important;
  }
  .mp-pdp-v23 .mp20-qty,
  .mp-pdp-v23 .mp20-add,
  .mp-pdp-v23 .mp20-buy-now{height:48px!important;min-height:48px!important}
  .mp-pdp-v23 .mp20-add{width:100%!important;font-size:13px!important}
  .mp-pdp-v23 .mp20-buy-now{grid-column:1/-1!important;width:100%!important;font-size:13.5px!important}

  /* Trust information stays visible without three tall stacked boxes. */
  .mp-pdp-v23 .mp21-buy-assurance{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:0!important;
    margin-top:11px!important;
    padding-top:11px!important;
    border-top:1px solid #e8eaec!important;
  }
  .mp-pdp-v23 .mp21-buy-assurance>div{
    min-width:0!important;
    padding:0 8px!important;
    border-right:1px solid #e8eaec!important;
  }
  .mp-pdp-v23 .mp21-buy-assurance>div:first-child{padding-left:0!important}
  .mp-pdp-v23 .mp21-buy-assurance>div:last-child{padding-right:0!important;border-right:0!important}
  .mp-pdp-v23 .mp21-buy-assurance b{font-size:10.8px!important;line-height:1.25!important}
  .mp-pdp-v23 .mp21-buy-assurance span{font-size:9.8px!important;line-height:1.3!important}

  /* Mobile jump bar remains reachable without taking a second full row of the page. */
  .mp-pdp-v23 .mp23-product-nav{
    position:sticky!important;
    top:62px!important;
    z-index:24!important;
    background:rgba(255,255,255,.97)!important;
    backdrop-filter:blur(10px)!important;
  }
  .mp-pdp-v23 .mp23-product-nav .container{
    width:100%!important;
    min-height:46px!important;
    gap:22px!important;
    padding:0 15px!important;
    justify-content:flex-start!important;
    overflow-x:auto!important;
    scrollbar-width:none!important;
  }
  .mp-pdp-v23 .mp23-product-nav .container::-webkit-scrollbar{display:none!important}
  .mp-pdp-v23 .mp23-product-nav a{flex:0 0 auto;padding:14px 0 12px!important;font-size:11.5px!important}

  /* Secondary content: less box stacking, smaller headings and sensible grids. */
  .mp-pdp-v23 .mp23-highlights{padding:28px 0!important}
  .mp-pdp-v23 .mp23-highlights .container{display:block!important}
  .mp-pdp-v23 .mp21-section-heading h2{font-size:27px!important;line-height:1.1!important}
  .mp-pdp-v23 .mp23-highlights .mp21-highlight-grid{
    grid-template-columns:1fr 1fr!important;
    margin-top:16px!important;
    border-radius:12px!important;
  }
  .mp-pdp-v23 .mp23-highlights .mp21-highlight-grid article{min-height:88px!important;padding:13px!important}
  .mp-pdp-v23 .mp23-highlights .mp21-highlight-grid article:nth-child(odd){border-right:1px solid #e7e9eb!important}
  .mp-pdp-v23 .mp23-highlights .mp21-highlight-grid article:nth-child(even){border-right:0!important}
  .mp-pdp-v23 .mp23-highlights .mp21-highlight-grid article:not(:nth-last-child(-n+2)){border-bottom:1px solid #e7e9eb!important}

  .mp-pdp-v23 .mp23-story{padding:36px 0!important}
  .mp-pdp-v23 .mp23-story .mp21-story-grid{display:grid!important;grid-template-columns:1fr!important;gap:22px!important}
  .mp-pdp-v23 .mp23-story .mp21-story-copy h2{font-size:27px!important;line-height:1.1!important;margin:7px 0 12px!important}
  .mp-pdp-v23 .mp23-story .mp21-prose{font-size:13.8px!important;line-height:1.7!important}
  .mp-pdp-v23 .mp23-story .mp21-check-grid{grid-template-columns:1fr!important;gap:7px!important;margin-top:16px!important}
  .mp-pdp-v23 .mp23-story .mp21-check-grid article{padding:11px 12px!important}
  .mp-pdp-v23 .mp23-story .mp21-spec-panel{border-radius:11px!important;overflow:hidden!important}
  .mp-pdp-v23 .mp23-story .mp20-spec-row{display:grid!important;grid-template-columns:minmax(100px,.8fr) minmax(0,1.2fr)!important;gap:12px!important;padding:11px 13px!important;font-size:11.8px!important}

  .mp-pdp-v23 .mp23-condition-guide{padding:32px 0!important}
  .mp-pdp-v23 .mp23-condition-guide .container{display:block!important}
  .mp-pdp-v23 .mp23-condition-guide .mp21-grade-grid{grid-template-columns:1fr!important;gap:7px!important;margin-top:16px!important}
  .mp-pdp-v23 .mp23-condition-guide .mp21-grade-grid article{padding:14px!important}

  .mp-pdp-v23 .mp23-fulfilment{padding:30px 0!important}
  .mp-pdp-v23 .mp23-fulfilment .mp21-info-grid{display:grid!important;grid-template-columns:1fr 1fr!important;border-radius:11px!important}
  .mp-pdp-v23 .mp23-fulfilment .mp21-info-grid article{min-height:0!important;padding:14px!important}
  .mp-pdp-v23 .mp23-fulfilment .mp21-info-grid h3{font-size:14px!important;line-height:1.25!important}
  .mp-pdp-v23 .mp23-fulfilment .mp21-info-grid p{font-size:11.5px!important;line-height:1.5!important}

  .mp-pdp-v23 .mp21-extra{padding:8px 0 34px!important}
  .mp-pdp-v23 .mp21-extra-grid{grid-template-columns:1fr!important;gap:10px!important}
  .mp-pdp-v23 .mp21-extra-grid>article{padding:17px!important}
  .mp-pdp-v23 .mp21-extra-grid h2{font-size:22px!important}

  .mp-pdp-v23 .mp23-reviews{padding:34px 0!important}
  .mp-pdp-v23 .mp23-reviews .mp20-review-head{display:grid!important;grid-template-columns:1fr!important;gap:13px!important;margin-bottom:16px!important;padding-bottom:15px!important}
  .mp-pdp-v23 .mp23-reviews .mp20-review-head h2{font-size:27px!important}
  .mp-pdp-v23 .mp23-reviews .mp20-review-score{width:100%!important;min-width:0!important;text-align:left!important}
  .mp-pdp-v23 .mp23-reviews .mp20-review-grid{grid-template-columns:1fr!important}
  .mp-pdp-v23 .mp24-review-submit{margin:18px 0!important;border-radius:12px!important}
  .mp-pdp-v23 .mp24-review-submit>summary{padding:15px!important}

  .mp-pdp-v23 .mp23-faq{padding:34px 0!important}
  .mp-pdp-v23 .mp23-faq .mp21-faq-list{margin-top:14px!important}
  .mp-pdp-v23 .mp23-faq .mp21-faq-list summary{padding:14px 0!important;font-size:13px!important}

  .mp-pdp-v23 .mp20-related{padding-top:32px!important}
  .mp-pdp-v23 .mp20-related .mp20-section-title{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}
  .mp-pdp-v23 .mp20-related .mp20-section-title h2{font-size:27px!important}
  .mp-pdp-v23 .mp-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .mp-pdp-v23 .mp-related-grid .mp-product-image{height:145px!important;padding:10px!important}
  .mp-pdp-v23 .mp-related-grid .mp-product-body{padding:10px!important}
  .mp-pdp-v23 .mp-related-grid .mp-product-card h3{font-size:13px!important;min-height:0!important}
  .mp-pdp-v23 .mp-related-grid .mp-product-meta{font-size:10.5px!important}
  .mp-pdp-v23 .mp-related-grid .mp-product-foot strong{font-size:14px!important}
}

@media (max-width: 380px){
  .mp-pdp-v23 .mp20-buy-panel h1{font-size:25px!important}
  .mp-pdp-v23 .mp21-mini-highlights{grid-template-columns:1fr!important}
  .mp-pdp-v23 .mp21-condition,.mp-pdp-v23 .mp20-condition{grid-template-columns:42px minmax(0,1fr) auto!important;padding:8px!important}
  .mp-pdp-v23 .mp21-condition-thumb{width:42px!important;height:42px!important}
  .mp-pdp-v23 .mp23-highlights .mp21-highlight-grid{grid-template-columns:1fr!important}
  .mp-pdp-v23 .mp23-highlights .mp21-highlight-grid article{border-right:0!important;border-bottom:1px solid #e7e9eb!important}
  .mp-pdp-v23 .mp23-highlights .mp21-highlight-grid article:last-child{border-bottom:0!important}
  .mp-pdp-v23 .mp23-fulfilment .mp21-info-grid{grid-template-columns:1fr!important}
  .mp-pdp-v23 .mp-related-grid{grid-template-columns:1fr 1fr!important}
}

/* v10.11.9 — checkout mobile flow: form first, cart summary last */
@media (max-width: 900px){
  .mp-checkout-grid{
    display:flex!important;
    flex-direction:column!important;
    gap:18px!important;
  }
  .mp-checkout-form{
    order:1!important;
    width:100%!important;
  }
  .mp-checkout-summary,
  .mp-checkout-summary-premium{
    order:2!important;
    position:static!important;
    top:auto!important;
    width:100%!important;
    margin-top:4px!important;
  }
}
@media (max-width: 600px){
  .mp-checkout-grid{gap:16px!important}
  .mp-checkout-summary,
  .mp-checkout-summary-premium{margin-top:0!important}
}


/* =========================================================
   v10.12.0 — full public responsive QA + dark-surface contrast
   Final safety layer for all remaining public page families.
   ========================================================= */

/* Prevent content from leaking horizontally without interfering with drawers. */
main{max-width:100%;overflow-x:clip}
main img,main svg,main video{max-width:100%}
main input,main select,main textarea,main button{max-width:100%;box-sizing:border-box}
main h1,main h2,main h3,main p,main a,main b,main small,main span{overflow-wrap:break-word}

/* Dark-surface contrast: these were vulnerable to the later global z-content typography rule. */
.za-page .za-story-panel,
.za-page .za-final-cta-inner,
.zc-page .zc-contact-card,
.z-content-page .z-contact-note,
.z-content-page .z-service-hero-note{color:#fff!important}
.za-page .za-story-panel h3,
.za-page .za-story-panel b,
.za-page .za-final-cta-inner h2,
.zc-page .zc-contact-card h2,
.zc-page .zc-contact-card b,
.z-content-page .z-contact-note b,
.z-content-page .z-contact-note a,
.z-content-page .z-service-hero-note>b{color:#fff!important}
.za-page .za-story-panel small{color:#b9c2ca!important}
.za-page .za-final-cta-inner p{color:#c0c8cf!important}
.za-page .za-final-cta-inner .z-kicker{color:#ff7b35!important}
.zc-page .zc-contact-card>p{color:#bec7cf!important}
.zc-page .zc-security-note{color:#e8edf1!important}
.zc-page .zc-security-note small{color:#aeb8c0!important}
.z-content-page .z-contact-note p{color:#d7dde1!important}
.z-content-page .z-service-hero-note p{color:#d8dde1!important}
.z-content-page .z-service-hero-note>span{color:#ff7a32!important}

/* Generic dark Page Builder sections must remain readable regardless of page-level typography. */
.wpg-dark,.wpg-dark .wpg-copy,.wpg-dark .wpg-head,.wpg-dark .wpg-cta-inner{color:#fff!important}
.wpg-dark h1,.wpg-dark h2,.wpg-dark h3,.wpg-dark p,.wpg-dark b{color:#fff!important}
.wpg-dark small{color:#c5cdd3!important}

@media(max-width:900px){
  /* Shared public rhythm */
  .z-content-hero,.z-faq-page-hero,.z-legal-hero,.repair-track-hero-v1085,.repair-quote-hero{padding-top:42px!important;padding-bottom:38px!important}
  .z-content-section,.z-faq-page-body,.z-legal-body{padding-top:46px!important;padding-bottom:54px!important}
  .z-content-actions,.z-faq-page-actions{gap:10px!important}

  /* About */
  .za-hero{padding:44px 0!important}
  .za-hero-grid,.za-story-grid{grid-template-columns:1fr!important;gap:30px!important}
  .za-hero-copy h1{font-size:42px!important;line-height:1.02!important}
  .za-hero-lead{font-size:15px!important}
  .za-hero-visual{min-height:350px!important}
  .za-hero-photo{left:0!important;inset:0 0 20px 0!important}
  .za-story-section,.za-values-section,.za-services-section{padding:58px 0!important}
  .za-story-panel{position:static!important;padding:26px!important}
  .za-section-head{align-items:flex-start!important;flex-direction:column!important;gap:12px!important}
  .za-values-grid,.za-service-cards{grid-template-columns:1fr 1fr!important}
  .za-values-grid article:nth-child(2n){border-right:0!important}
  .za-service-card:last-child{grid-column:1/-1!important}
  .za-final-cta{padding-bottom:58px!important}

  /* Contact */
  .zc-hero{padding:44px 0!important}
  .zc-hero-grid,.zc-main-grid{grid-template-columns:1fr!important;gap:28px!important}
  .zc-hero-copy h1{font-size:42px!important;line-height:1.02!important}
  .zc-hero-copy>p{font-size:15px!important}
  .zc-contact-card{position:static!important}
  .zc-main-section{padding:48px 0 58px!important}
  .zc-next-section{padding:52px 0!important}

  /* Services, brands and service detail pages */
  .z-services-hero-grid,.z-service-detail-hero-grid,.z-service-detail-layout-v2{grid-template-columns:1fr!important;gap:24px!important}
  .z-service-hero-note{padding:22px!important}
  .z-service-group-top{grid-template-columns:40px minmax(0,1fr)!important;gap:14px!important}
  .z-service-group-top>a{grid-column:2!important;justify-self:start!important}
  .z-service-child-grid{grid-template-columns:1fr 1fr!important}
  .z-brand-directory-v2{grid-template-columns:1fr 1fr!important}
  .z-brand-detail-grid-v2{grid-template-columns:150px minmax(0,1fr)!important;gap:28px!important}

  /* Tracking, quotes and confirmation pages */
  .repair-track-grid,.repair-public-quote-grid{grid-template-columns:1fr!important;gap:18px!important}
  .repair-public-side{position:static!important;top:auto!important}
  .repair-track-overview{flex-direction:column!important;gap:14px!important}
  .repair-ref-box{text-align:left!important}
  .repair-confirmation{padding:50px 0 58px!important}
  .repair-confirmation-card{max-width:none!important}
  .confirm-next{grid-template-columns:1fr 1fr!important}

  /* Marketplace brand directory: avoid tiny cards on tablets. */
  .mp-brand-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}

  /* Test payment page should preserve form-first reading order on small screens. */
  .ztestpay-grid{grid-template-columns:1fr!important}
  .ztestpay-summary{position:static!important;top:auto!important;order:2!important}
  .ztestpay-card{order:1!important}
}

@media(max-width:700px){
  /* All customer-facing form controls are touch-safe and avoid iOS zoom. */
  main input:not([type="checkbox"]):not([type="radio"]),
  main select,
  main textarea{font-size:16px!important}

  /* Common heading scale for secondary public pages. */
  .z-content-page .z-content-hero h1,
  .z-faq-page .z-faq-page-hero h1,
  .z-legal-page .z-legal-hero h1,
  .repair-track-page h1,
  .repair-quote-page h1,
  .repair-confirmation-page h1,
  .repair-choice-page h1,
  .bit-track-page h1{font-size:36px!important;line-height:1.04!important}

  /* About mobile */
  .za-hero-copy h1,.zc-hero-copy h1{font-size:36px!important}
  .za-hero-actions,.z-content-actions,.zc-submit-row{align-items:stretch!important;flex-direction:column!important}
  .za-hero-actions .z-btn,.za-hero-actions .za-btn-light,.z-content-actions .z-btn,.zc-submit-row .z-btn{width:100%!important;justify-content:center!important}
  .za-hero-proof{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}
  .za-hero-visual{min-height:295px!important}
  .za-floating-card{padding:10px 12px!important;border-radius:12px!important}
  .za-floating-card-top{left:10px!important;top:12px!important;min-width:0!important;max-width:72%!important}
  .za-floating-card-bottom{right:10px!important;bottom:4px!important;max-width:72%!important}
  .za-stat-strip-grid{grid-template-columns:1fr!important}
  .za-stat-strip-grid>div{min-height:78px!important;padding:16px 0!important;border-right:0!important;border-bottom:1px solid #e8ebed!important}
  .za-story-copy h2,.za-section-head h2{font-size:30px!important}
  .za-story-points>div{grid-template-columns:34px minmax(0,1fr)!important;gap:9px 12px!important}
  .za-story-points small{grid-column:2!important}
  .za-story-panel{padding:22px!important;border-radius:18px!important}
  .za-values-grid,.za-service-cards{grid-template-columns:1fr!important}
  .za-values-grid article{min-height:0!important;padding:22px 22px 54px!important;border-right:0!important;border-bottom:1px solid #e3e7ea!important}
  .za-values-grid article:last-child{border-bottom:0!important}
  .za-service-card:last-child{grid-column:auto!important}
  .za-service-media{height:170px!important}
  .za-service-copy{padding:20px!important}
  .za-final-cta-inner{display:block!important;padding:24px!important;border-radius:18px!important}
  .za-final-cta h2{font-size:27px!important}
  .za-final-cta .z-btn{width:100%!important;justify-content:center!important;margin-top:18px!important}

  /* Contact mobile */
  .zc-hero-panel{border-radius:16px!important}
  .zc-hero-panel>a{grid-template-columns:40px minmax(0,1fr) 16px!important;min-height:70px!important;padding:12px!important}
  .zc-route-head{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}
  .zc-route-grid{grid-template-columns:1fr!important}
  .zc-main-grid{grid-template-columns:1fr!important}
  .zc-contact-card,.zc-form-card{padding:20px!important;border-radius:17px!important}
  .zc-next-grid{grid-template-columns:1fr!important}
  .zc-next-grid>div{border-right:0!important;border-bottom:1px solid #e3e7ea!important}
  .zc-next-grid>div:last-child{border-bottom:0!important}

  /* Services and brands mobile */
  .z-content-hero{padding:38px 0!important}
  .z-content-hero p{font-size:14px!important}
  .z-content-hero-media{min-height:230px!important}
  .z-content-hero-media img{height:230px!important}
  .z-service-group-v2{border-radius:16px!important}
  .z-service-group-top{padding:18px!important}
  .z-service-group-top h2{font-size:23px!important}
  .z-service-child-grid{grid-template-columns:1fr!important}
  .z-service-child-grid>a{min-height:0!important;padding:17px!important;border-right:0!important}
  .z-service-brand-panel-v2{padding:18px!important}
  .z-brand-directory-v2{grid-template-columns:1fr!important}
  .z-brand-directory-v2>a{grid-template-columns:80px minmax(0,1fr) 18px!important;min-height:104px!important;padding:16px!important;gap:12px!important}
  .z-brand-directory-logo{height:54px!important}
  .z-brand-detail-grid-v2{grid-template-columns:1fr!important;gap:18px!important}
  .z-brand-detail-logo-v2{height:110px!important}

  /* FAQ and legal */
  .z-faq-page-body{padding:36px 0 48px!important}
  .z-faq-page-head{grid-template-columns:1fr!important;gap:18px!important}
  .z-faq-page-head h2{font-size:28px!important}
  .z-faq-search{max-width:none!important}
  .z-faq-tabs{overflow-x:auto!important;flex-wrap:nowrap!important;scrollbar-width:none!important}
  .z-faq-tabs::-webkit-scrollbar{display:none!important}
  .z-faq-tabs button{flex:0 0 auto!important;white-space:nowrap!important}
  .z-faq-page-grid{grid-template-columns:1fr!important}
  .z-faq-final-cta{align-items:stretch!important;flex-direction:column!important;padding:20px!important}
  .z-faq-final-cta .z-btn{width:100%!important;justify-content:center!important}
  .z-legal-nav nav{grid-template-columns:1fr!important}
  .z-legal-section h2{font-size:25px!important}
  .z-legal-block{padding:16px!important}
  .z-legal-cta{align-items:stretch!important;flex-direction:column!important;padding:20px!important}
  .z-legal-cta .z-btn{width:100%!important;justify-content:center!important}

  /* Track, quote, confirmations */
  .repair-track-form-v1085,.repair-track-form{grid-template-columns:1fr!important;display:grid!important}
  .repair-track-form-v1085 button,.repair-track-form button{width:100%!important}
  .repair-track-help-grid{grid-template-columns:1fr!important}
  .repair-track-grid,.repair-public-quote-grid{grid-template-columns:1fr!important}
  .repair-timeline-card,.repair-public-quote,.repair-public-side{padding:20px!important}
  .repair-quote-callout{align-items:flex-start!important;flex-direction:column!important;padding:20px!important}
  .repair-quote-callout>div:last-child{text-align:left!important}
  .repair-confirmation-card{padding:26px 18px!important;border-radius:18px!important}
  .confirm-next{grid-template-columns:1fr!important}
  .confirm-ref strong{font-size:22px!important;overflow-wrap:anywhere!important}

  /* Marketplace directories */
  .mp-brand-directory-grid{grid-template-columns:1fr!important}
  .mp-brand-directory-card{min-height:96px!important}

  /* Test payment */
  .ztestpay-wrap{padding:28px 0 38px!important}
  .ztestpay-card,.ztestpay-summary{padding:18px!important;border-radius:15px!important}
  .ztestpay-fields{grid-template-columns:1fr!important}
  .ztestpay-fields label.wide{grid-column:auto!important}
  .ztestpay-actions{align-items:stretch!important;flex-direction:column!important}
  .ztestpay-actions>*{width:100%!important}
}

@media(max-width:430px){
  /* Narrow-phone refinement: avoid desktop-like type and oversized spacing. */
  .z-content-page .z-content-hero h1,
  .z-faq-page .z-faq-page-hero h1,
  .z-legal-page .z-legal-hero h1,
  .repair-track-page h1,
  .repair-quote-page h1,
  .repair-confirmation-page h1,
  .repair-choice-page h1,
  .bit-track-page h1{font-size:32px!important}
  .za-hero-copy h1,.zc-hero-copy h1{font-size:32px!important}
  .za-hero-proof{grid-template-columns:1fr!important}
  .za-hero-visual{min-height:260px!important}
  .za-floating-card strong{font-size:11.5px!important}
  .za-story-copy h2,.za-section-head h2{font-size:27px!important}
  .zc-hero-panel>a{grid-template-columns:36px minmax(0,1fr) 14px!important}
  .z-service-child-grid>a{grid-template-columns:36px minmax(0,1fr) 14px!important;gap:10px!important}
  .z-brand-directory-v2>a{grid-template-columns:68px minmax(0,1fr) 16px!important}
  .z-brand-directory-logo img{max-width:70px!important;max-height:38px!important}
  .z-faq-page-item summary{font-size:14px!important;padding:15px!important}
  .z-faq-page-item>div{padding:0 15px 16px!important;font-size:13px!important}
}

/* v10.13.0 AJAX action feedback */
.z-action-message{margin:0 0 16px;padding:13px 15px;border:1px solid #dfe4e8;border-radius:12px;background:#f8fafb;color:#303840;font-size:13px;line-height:1.55}
.z-action-message[hidden]{display:none!important}.z-action-message.success{border-color:#bde5cc;background:#f0faf4;color:#176b3a}.z-action-message.error{border-color:#f1c3bd;background:#fff4f2;color:#9a2e23}.z-action-message.info{border-color:#cbddec;background:#f3f8fc;color:#245b83}.z-action-message a{display:inline-flex;margin-top:8px;font-weight:800;text-decoration:underline;color:inherit}
.zentro-toasts{position:fixed;right:18px;top:86px;z-index:10040;display:grid;gap:10px;width:min(390px,calc(100vw - 30px));pointer-events:none}.zentro-toast{display:grid;grid-template-columns:28px minmax(0,1fr) 28px;align-items:start;gap:10px;padding:13px 12px;border:1px solid #e5e8ea;border-radius:14px;background:#fff;color:#222a31;box-shadow:0 18px 50px rgba(20,28,36,.16);opacity:0;transform:translateY(-8px);transition:.2s ease;pointer-events:auto}.zentro-toast.show{opacity:1;transform:none}.zentro-toast.success{border-color:#c3e7d0}.zentro-toast.error{border-color:#f0c2bd}.zentro-toast-icon{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#f1f3f4;font-weight:900}.zentro-toast.success .zentro-toast-icon{background:#e9f8ef;color:#18703c}.zentro-toast.error .zentro-toast-icon{background:#fff0ed;color:#a12c21}.zentro-toast-copy{padding-top:3px;font-size:13px;line-height:1.45;font-weight:700}.zentro-toast button{border:0;background:transparent;color:#8b9298;font-size:20px;line-height:1;cursor:pointer}
.customer-access-availability{display:block;margin-top:6px;font-size:11px;line-height:1.4;font-weight:700;color:#7b838a}.customer-access-availability.success{color:#19703f}.customer-access-availability.error{color:#a72e22}.customer-access-availability.info{color:#2d668e}
form[aria-busy="true"] button[type="submit"]{cursor:wait;opacity:.82}
@media(max-width:640px){.zentro-toasts{top:auto;right:15px;bottom:18px;left:15px;width:auto}.zentro-toast{border-radius:13px}.z-action-message{margin-bottom:13px;padding:12px 13px}}

/* v10.15.2 QA: quantity controls use Zentro +/- buttons, never clipped browser spinners. */
.mp-qty input[type="number"],.mp20-qty input[type="number"]{-moz-appearance:textfield;appearance:textfield;text-align:center;min-width:0;width:100%;height:100%;border:0!important;outline:0!important;padding:0 3px!important;background:#fff}
.mp-qty input[type="number"]::-webkit-outer-spin-button,.mp-qty input[type="number"]::-webkit-inner-spin-button,.mp20-qty input[type="number"]::-webkit-outer-spin-button,.mp20-qty input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}


/* v10.15.6 QA 1 + 3 — homepage secondary CTAs use the intended Zentro orange interaction. */
.z-track-repair-cta:hover,.z-track-repair-cta:focus-visible,
.z-business-it-learn-cta:hover,.z-business-it-learn-cta:focus-visible{
  background:var(--accent)!important;
  border-color:var(--accent)!important;
  color:#fff!important;
  box-shadow:0 8px 20px rgba(255,90,0,.22)!important;
}
.z-track-repair-cta:hover span,.z-track-repair-cta:focus-visible span,
.z-business-it-learn-cta:hover span,.z-business-it-learn-cta:focus-visible span{color:#fff!important}

.mp-stock-limit-message{min-height:18px;margin:8px 0 0;color:#b42318;font-size:12px;font-weight:700}

/* QA Issue 3: homepage product title links */
.z-product-title-link{color:inherit;text-decoration:none}
.z-product-title-link:hover,.z-product-title-link:focus-visible{color:var(--accent);text-decoration:none}

/* QA v10.15.7 — Contact consent alignment (Issue 6)
   Keep the checkbox and consent copy parallel while allowing the copy to wrap naturally. */
.zc-form .z-form-consent,
.z-contact-form .z-form-consent{
  display:flex!important;
  flex-direction:row!important;
  align-items:flex-start!important;
  justify-content:flex-start;
  gap:10px!important;
  width:100%;
}
.zc-form .z-form-consent input[type="checkbox"],
.z-contact-form .z-form-consent input[type="checkbox"]{
  appearance:auto;
  -webkit-appearance:checkbox;
  width:18px!important;
  min-width:18px!important;
  max-width:18px!important;
  height:18px!important;
  min-height:18px!important;
  max-height:18px!important;
  flex:0 0 18px!important;
  margin:2px 0 0!important;
  padding:0!important;
  border-radius:4px!important;
  box-shadow:none!important;
  accent-color:var(--accent);
}
.zc-form .z-form-consent>span,
.z-contact-form .z-form-consent>span{
  display:block;
  flex:1 1 auto;
  min-width:0;
  margin:0!important;
  font-weight:500!important;
  color:#66707a!important;
  line-height:1.5!important;
}
.zc-form .z-form-consent a,
.z-contact-form .z-form-consent a{
  white-space:nowrap;
}
@media (max-width:480px){
  .zc-form .z-form-consent,
  .z-contact-form .z-form-consent{gap:9px!important;}
  .zc-form .z-form-consent>span,
  .z-contact-form .z-form-consent>span{font-size:12px;line-height:1.55!important;}
}


/* v10.15.9 — customer notification bell preview */
.z-notification-menu{position:relative;display:inline-flex;align-items:center}.z-notification-bell{position:relative;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;color:#1f2937;text-decoration:none;transition:background .16s ease,color .16s ease}.z-notification-bell:hover,.z-notification-bell:focus-visible{background:#f3f4f6;color:#111827;outline:none}.z-notification-bell>svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}.z-notification-count{position:absolute;top:2px;right:1px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#f97316;color:#fff;border:2px solid #fff;font-size:9px;font-weight:800;line-height:13px;text-align:center}
.z-notification-dropdown{position:absolute;top:calc(100% + 13px);right:0;width:min(390px,calc(100vw - 24px));background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 20px 55px rgba(15,23,42,.18);z-index:1300;opacity:0;visibility:hidden;transform:translateY(-5px);pointer-events:none;transition:opacity .16s ease,transform .16s ease,visibility .16s ease;overflow:hidden}.z-notification-menu:hover .z-notification-dropdown,.z-notification-menu:focus-within .z-notification-dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.z-notification-dropdown:before{content:"";position:absolute;right:14px;top:-7px;width:12px;height:12px;background:#fff;border-left:1px solid #e5e7eb;border-top:1px solid #e5e7eb;transform:rotate(45deg)}.z-notification-dropdown-head{position:relative;display:flex;justify-content:space-between;align-items:center;padding:15px 16px 12px;border-bottom:1px solid #eef0f3}.z-notification-dropdown-head strong{font-size:15px;color:#111827}.z-notification-dropdown-head span{font-size:11px;font-weight:800;color:#ea580c;background:#fff7ed;padding:4px 8px;border-radius:999px}.z-notification-dropdown-list{max-height:390px;overflow:auto}.z-notification-item{display:grid;grid-template-columns:38px minmax(0,1fr) 8px;gap:10px;padding:12px 14px;align-items:start;text-decoration:none;color:#111827;border-bottom:1px solid #f1f3f5}.z-notification-item:hover,.z-notification-item:focus-visible{background:#f8fafc;outline:none}.z-notification-item.is-unread{background:#fffaf6}.z-notification-item-icon{width:38px;height:38px;border-radius:11px;background:#f3f4f6;display:grid;place-items:center;color:#475569}.z-notification-item-icon svg{width:18px;height:18px}.z-notification-item strong{display:block;font-size:13px;line-height:1.35}.z-notification-item small{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-top:3px;font-size:12px;line-height:1.4;color:#64748b}.z-notification-item time{display:block;margin-top:5px;font-size:11px;color:#94a3b8}.z-notification-unread-dot{width:7px;height:7px;border-radius:50%;background:#f97316;margin-top:7px}.z-notification-footer{display:flex;justify-content:center;align-items:center;gap:7px;padding:12px 14px;text-decoration:none;color:#111827;font-size:13px;font-weight:800;background:#fafafa}.z-notification-footer:hover{background:#f3f4f6}.z-notification-footer svg{width:15px;height:15px}.z-notification-empty{display:flex;align-items:center;justify-content:center;gap:8px;padding:28px 16px;font-size:13px;color:#64748b}.z-notification-empty svg{width:18px;height:18px}
@media (max-width:767px){.z-notification-dropdown{display:none}.z-notification-bell{width:38px;height:38px}}

/* v10.20.15 — Shopify-style product variant state and gallery updates */
.mp23-gallery-main [data-gallery-main]{transition:opacity .18s ease,transform .18s ease}.mp23-gallery-main [data-gallery-main].is-changing{opacity:.35;transform:scale(.985)}.mp20-price-row del[hidden],.mp20-saving[hidden],.mp20-brand-row [data-product-sku][hidden]{display:none!important}.mp20-variant-list label:not(.sold-out) span{transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.mp20-variant-list label:not(.sold-out):hover span{border-color:#ffb98c}.mp20-variant-list input:focus-visible+span{outline:2px solid #ff6a00;outline-offset:2px}.mp20-variant-list label.sold-out{opacity:.58}.mp20-add:disabled,.mp20-buy-now:disabled{cursor:not-allowed;opacity:.55}

/* v10.20.18 — Shopify-style independent product option selectors */
.mp25-separated-options{display:grid;gap:14px}.mp25-separated-options .mp20-choice-head{margin-bottom:0!important}.mp25-option-groups{display:grid;gap:16px}.mp25-option-group{min-width:0;margin:0;padding:0;border:0}.mp25-option-group legend{display:flex;align-items:center;gap:7px;width:100%;margin:0 0 8px;padding:0;color:#20252a;font-size:12.5px;font-weight:800}.mp25-option-group legend b{font-weight:600;color:#68727c}.mp25-option-group legend b:not(:empty):before{content:':';margin-right:6px;color:#98a1aa}.mp25-option-values{display:flex;flex-wrap:wrap;gap:8px}.mp25-option-value{min-width:58px;min-height:42px;padding:9px 15px;border:1px solid #d9dee3;border-radius:9px;background:#fff;color:#20252a;font:inherit;font-size:12.5px;font-weight:700;line-height:1.2;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease,opacity .15s ease}.mp25-option-value:hover{border-color:#ff9a62}.mp25-option-value:focus-visible{outline:2px solid #ff5a00;outline-offset:2px}.mp25-option-value.active{border-color:#ff5a00;background:#fff7f2;box-shadow:0 0 0 1px #ff5a00;color:#171717}.mp25-option-value.is-unavailable{color:#8a939c;background:linear-gradient(to top right,transparent 48%,#c7cdd2 49%,#c7cdd2 51%,transparent 52%);opacity:.65}.mp25-option-message{min-height:0;margin:0;color:#b42318;font-size:11px}.mp25-option-message:empty{display:none}.mp25-variant-data{display:none!important}@media(max-width:560px){.mp25-option-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.mp25-option-value{width:100%;min-width:0}}

/* v10.21.0 — dynamic Business IT service detail pages */
.bit-detail-page{background:#f6f8fa;color:#16202a}.bit-detail-hero{padding:54px 0 62px;background:linear-gradient(135deg,#f8fafc 0%,#fff 58%,#fff5ee 100%);border-bottom:1px solid #e4e9ee}.bit-detail-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:54px;align-items:center}.bit-detail-hero-copy nav{display:flex;align-items:center;gap:9px;margin-bottom:26px;color:#76818d;font-size:12px}.bit-detail-hero-copy nav a{color:#4c5965;text-decoration:none}.bit-detail-hero-copy h1{max-width:760px;margin:10px 0 18px;font-size:clamp(38px,5vw,66px);line-height:1.02;letter-spacing:-.045em}.bit-detail-hero-copy>p{max-width:700px;margin:0;color:#586571;font-size:18px;line-height:1.7}.bit-detail-hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}.bit-detail-meta{display:flex;flex-wrap:wrap;gap:34px;margin-top:30px;padding-top:24px;border-top:1px solid #dfe5ea}.bit-detail-meta b,.bit-detail-meta small{display:block}.bit-detail-meta b{font-size:13px}.bit-detail-meta small{margin-top:4px;color:#7c8791;font-size:11px}.bit-detail-hero-media{min-height:460px;border-radius:22px;overflow:hidden;background:#111b25;box-shadow:0 28px 64px rgba(18,32,45,.15)}.bit-detail-hero-media img{width:100%;height:100%;min-height:460px;object-fit:cover}.bit-detail-hero-media.is-placeholder{display:grid;place-items:center;background:linear-gradient(145deg,#17232f,#2d3a45)}.bit-detail-hero-media.is-placeholder>div{display:grid;place-items:center;gap:18px;color:#fff;text-align:center}.bit-detail-hero-media.is-placeholder svg{width:70px;height:70px;stroke:#ff6a00;fill:none;stroke-width:1.4}.bit-detail-hero-media.is-placeholder span{max-width:260px;font-size:24px;font-weight:800}.bit-detail-content-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:62px;align-items:start}.bit-detail-content-grid h2,.bit-detail-section-head h2,.bit-detail-request-grid h2{margin:9px 0 18px;font-size:clamp(30px,3.5vw,44px);line-height:1.12;letter-spacing:-.035em}.bit-detail-prose{color:#5b6772;font-size:16px;line-height:1.85}.bit-detail-content-grid aside{padding:28px;border:1px solid #e0e5e9;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(24,39,52,.06)}.bit-detail-content-grid aside h3{margin:0 0 18px;font-size:18px}.bit-detail-content-grid aside ul{display:grid;gap:13px;margin:0;padding:0;list-style:none}.bit-detail-content-grid aside li{display:flex;gap:11px;color:#43515d;font-size:14px;line-height:1.55}.bit-detail-content-grid aside svg{flex:0 0 20px;width:20px;height:20px;stroke:#ff5a00;fill:none;stroke-width:2}.bit-detail-features{background:#fff}.bit-detail-section-head{max-width:760px;margin-bottom:30px}.bit-detail-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.bit-detail-feature-grid article{padding:26px;border:1px solid #e1e6ea;border-radius:16px;background:#fafbfc}.bit-detail-feature-grid article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:#fff0e6;color:#ff5a00}.bit-detail-feature-grid svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8}.bit-detail-feature-grid h3{margin:18px 0 8px;font-size:17px}.bit-detail-feature-grid p{margin:0;color:#687580;font-size:13px;line-height:1.65}.bit-detail-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.bit-detail-steps article{padding:26px 22px;border-radius:15px;background:#18232d;color:#fff}.bit-detail-steps article>span{color:#ff6a00;font-size:12px;font-weight:900}.bit-detail-steps h3{margin:22px 0 9px}.bit-detail-steps p{margin:0;color:#c1cad2;font-size:13px;line-height:1.65}.bit-detail-request{background:#fff}.bit-detail-request-grid{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:48px;align-items:start}.bit-detail-request-grid>div>p{color:#687580;line-height:1.7}.bit-detail-selected-service{margin-top:25px;padding:17px 19px;border:1px solid #ffd1b5;border-radius:12px;background:#fff7f1}.bit-detail-selected-service small,.bit-detail-selected-service b{display:block}.bit-detail-selected-service small{color:#8a6c5b;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.bit-detail-selected-service b{margin-top:5px}.bit-detail-faq-list{display:grid;gap:10px;max-width:900px}.bit-detail-faq-list details{border:1px solid #dfe5e9;border-radius:12px;background:#fff}.bit-detail-faq-list summary{display:flex;justify-content:space-between;gap:20px;padding:18px 20px;cursor:pointer;font-weight:800}.bit-detail-faq-list summary span{color:#ff5a00}.bit-detail-faq-list p{margin:0;padding:0 20px 20px;color:#62707c;line-height:1.7}.bit-detail-related{background:#fff}.bit-detail-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.bit-detail-related-grid>a{display:grid;grid-template-columns:42px minmax(0,1fr) 22px;gap:14px;padding:22px;border:1px solid #e0e5e9;border-radius:15px;color:inherit;text-decoration:none;transition:.18s}.bit-detail-related-grid>a:hover{transform:translateY(-3px);border-color:#ffab7c;box-shadow:0 14px 28px rgba(28,42,54,.08)}.bit-detail-related-grid>a>span{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:#fff1e7;color:#ff5a00}.bit-detail-related-grid svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8}.bit-detail-related-grid small{color:#ff5a00;font-size:10px;font-weight:900;text-transform:uppercase}.bit-detail-related-grid h3{margin:5px 0 7px}.bit-detail-related-grid p{margin:0;color:#697681;font-size:12px;line-height:1.55}.bit-detail-related-grid i{align-self:center;color:#ff5a00}.bit-detail-final{padding:42px 0;background:#17222c;color:#fff}.bit-detail-final .container{display:flex;align-items:center;justify-content:space-between;gap:30px}.bit-detail-final h2{margin:0;font-size:30px}.bit-detail-final p{margin:7px 0 0;color:#bac5cd}.bit-service-copy h3 a{color:inherit;text-decoration:none}.bit-service-copy h3 a:hover{color:#ff5a00}@media(max-width:900px){.bit-detail-hero-grid,.bit-detail-content-grid,.bit-detail-request-grid{grid-template-columns:1fr}.bit-detail-hero-media{min-height:340px}.bit-detail-hero-media img{min-height:340px}.bit-detail-feature-grid,.bit-detail-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bit-detail-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.bit-detail-hero{padding:34px 0 42px}.bit-detail-hero-grid{gap:30px}.bit-detail-hero-copy h1{font-size:39px}.bit-detail-hero-copy>p{font-size:15px}.bit-detail-hero-actions{display:grid}.bit-detail-hero-actions .z-btn{width:100%}.bit-detail-meta{gap:20px}.bit-detail-hero-media,.bit-detail-hero-media img{min-height:280px}.bit-detail-feature-grid,.bit-detail-related-grid,.bit-detail-steps{grid-template-columns:1fr}.bit-detail-final .container{align-items:flex-start;flex-direction:column}.bit-detail-request .bit-form-grid{grid-template-columns:1fr}.bit-detail-request .bit-form-grid .full{grid-column:auto}}

/* v10.22.2 UX audit fixes */
/* Carousel / slider dots: 44px-class hit areas without changing the visual size */
.z-carousel-dot{position:relative}
.z-carousel-dot::before{content:"";position:absolute;inset:-14px}
.mp-slider-dots button{position:relative}
.mp-slider-dots button::before{content:"";position:absolute;left:-4px;right:-4px;top:-16px;bottom:-16px}
/* Marketplace hero arrows sat over the copy on small screens: move them beside the dots */
@media (max-width:900px){
  .mp-slider-arrow{top:auto;bottom:10px;margin-top:0;width:40px;height:40px}
  .mp-slider-prev{left:auto;right:66px}
  .mp-slider-next{right:16px}
  .mp-slider-dots{bottom:24px}
}
/* Device page breadcrumb and category strips: swipe without a visible scrollbar track (matches the other strips) */
.tw89-breadcrumb,.rc110-tabs{scrollbar-width:none;-ms-overflow-style:none}
.tw89-breadcrumb::-webkit-scrollbar,.rc110-tabs::-webkit-scrollbar{display:none}
/* Secondary copy that dropped below 12px on phones */
@media (max-width:640px){
  .mp-trust-strip small,.mp-product-meta,.mp-stock-mini,.mp-browse-panel small,.mp-filter-head>div small{font-size:12.5px}
  .mp-toolbar-links span{font-size:12px}
}
@media (max-width:640px){
  .mp21-mini-highlights,.mp21-mini-highlights span,.mp21-info-grid p{font-size:12.5px}
}
.tw89-breadcrumb .container{scrollbar-width:none;-ms-overflow-style:none}
.tw89-breadcrumb .container::-webkit-scrollbar{display:none}

/* v10.22.3: FAQ grids are two columns; without this the row stretches both cards
   to the height of whichever one is open, leaving a large empty gap in its neighbour. */
.z-faq-grid,.z-faq-page-grid{align-items:start}

/* v10.22.5: 0.3s hover-intent delay on the desktop dropdowns and mega menus.
   The delay on the base rule is the CLOSE delay - the panel lingers so the cursor
   can travel diagonally into it instead of it snapping shut.
   The delay on the :hover rule is the OPEN delay - sweeping across the nav on the
   way to another link no longer flings panels open.
   Keyboard focus keeps opening instantly, and below 901px the desktop nav is hidden. */
@media (min-width:901px){
  .z-submenu{transition:opacity .15s ease .3s,transform .15s ease .3s,visibility .15s ease .3s}
  .z-menu-item.has-children:hover>.z-submenu{transition-delay:.3s}
  .z-menu-item.mp-marketplace-menu:hover>.mp-mega-menu{transition-delay:.3s}
  .z-menu-item.has-children:hover>.z-menu-link .z-menu-chevron{transition-delay:.3s}
  /* keyboard navigation stays instant in both directions */
  .z-menu-item.has-children:focus-within>.z-submenu,
  .z-menu-item.mp-marketplace-menu:focus-within>.mp-mega-menu,
  .z-menu-item.has-children:focus-within>.z-menu-link .z-menu-chevron{transition-delay:0s}
}
@media (min-width:901px){
  /* the marketplace mega panel sets its own transition with !important at >=1001px,
     so the delay has to be restated the same way to take effect */
  .z-menu-item.mp-menu-reference-trigger>.mp-menu-reference{transition:opacity .15s ease .3s,transform .15s ease .3s,visibility .15s ease .3s!important}
  .z-menu-item.mp-menu-reference-trigger:hover>.mp-menu-reference{transition-delay:.3s!important}
  .z-menu-item.mp-menu-reference-trigger:focus-within>.mp-menu-reference{transition-delay:0s!important}
}
