:root{--olive:#3f4b2f;--olive2:#59643e;--gold:#d7ad3b;--gold2:#efcf75;--cream:#f7f5ec;--paper:#fffefa;--ink:#20251c;--muted:#6e7467;--line:#e7e2d5;--danger:#8f2f25;--shadow:0 18px 45px rgba(43,49,33,.12);--radius:24px;--container:min(1180px,calc(100% - 32px))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Alexandria",Tahoma,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.75}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:var(--container);margin-inline:auto}.skip-link{position:fixed;top:-80px;right:20px;background:#fff;color:#111;padding:12px 18px;border-radius:10px;z-index:9999}.skip-link:focus{top:16px}.topbar{background:var(--olive);color:#fff;font-size:13px}.topbar__inner,.topbar__group{display:flex;align-items:center;gap:22px}.topbar__inner{justify-content:space-between;min-height:42px}.topbar a:hover{color:var(--gold2)}.topbar__message{color:#e9e7dc}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,254,250,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(231,226,213,.8)}.header__inner{height:92px;display:flex;align-items:center;gap:28px}.brand{width:220px;flex:none}.brand img{width:100%;height:78px;object-fit:contain}.main-nav{display:flex;align-items:center;justify-content:center;gap:7px;flex:1}.main-nav a{padding:10px 12px;border-radius:12px;font-size:14px;font-weight:600;color:#3d4237}.main-nav a:hover,.main-nav a.active{color:var(--olive);background:#f2efe4}.header-cta{white-space:nowrap}.menu-toggle{display:none;border:0;background:transparent;width:46px;height:46px;padding:9px}.menu-toggle span{height:2px;background:var(--olive);display:block;margin:6px;border-radius:3px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:11px 22px;border-radius:14px;border:1px solid transparent;font-weight:700;transition:.25s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(43,49,33,.13)}.btn--gold{background:linear-gradient(135deg,var(--gold),#c18f1c);color:#fff}.btn--olive{background:var(--olive);color:#fff}.btn--outline{border-color:#9b9f8d;background:#fff;color:var(--olive)}.btn--light{background:#fff;color:var(--olive)}.eyebrow{color:#b78c1f;font-weight:700;font-size:14px;margin:0 0 8px}.hero{padding:42px 0 22px;background:radial-gradient(circle at 18% 22%,#fff 0,#f8f6ee 46%,#f1eee2 100%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:44px;align-items:center}.hero-content h1{font-size:clamp(38px,4.2vw,68px);line-height:1.18;margin:0 0 20px;letter-spacing:-1.6px}.hero-content h1 span{display:block;color:var(--olive2)}.hero-lead{font-size:17px;color:var(--muted);max-width:620px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}.hero-points{display:flex;flex-wrap:wrap;gap:12px}.hero-points>span{background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:14px;padding:10px 13px;font-size:12px;font-weight:600;display:flex;align-items:center;gap:8px}.icon{display:inline-grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#efe7c9;color:var(--olive);position:relative;flex:none}.icon:before{font-size:14px}.icon--shield:before{content:"✓"}.icon--clock:before{content:"◷"}.icon--tool:before{content:"⌁"}.icon--user:before{content:"●"}.icon--parts:before{content:"✦"}.hero-visual{position:relative;min-width:0}.hero-image{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:38px 10px 38px 10px;box-shadow:var(--shadow);border:8px solid rgba(255,255,255,.88)}.hero-rating{position:absolute;right:-18px;bottom:22px;display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.94);border:1px solid #ece6d7;box-shadow:0 16px 32px rgba(40,45,31,.18);border-radius:18px;padding:13px 17px}.hero-rating strong,.hero-rating span{display:block}.hero-rating strong{font-size:13px}.hero-rating span{font-size:11px;color:var(--muted)}.avatar-stack{display:flex;direction:ltr}.avatar-stack img{width:38px;height:38px;border-radius:50%;object-fit:cover;border:3px solid #fff;margin-left:-10px}.hero-badge{position:absolute;left:-18px;top:32px;background:var(--olive);color:#fff;padding:16px 20px;border-radius:18px;box-shadow:var(--shadow);text-align:center}.hero-badge b{display:block;color:var(--gold2);font-size:26px;line-height:1}.hero-badge span{font-size:11px}.finder-section{padding:16px 0 10px;position:relative;z-index:4}.finder{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:var(--radius);padding:25px}.finder-heading{display:flex;align-items:center;gap:14px;margin-bottom:18px}.finder-heading h2{font-size:24px;margin:0}.finder-heading p{margin:3px 0 0;color:var(--muted);font-size:13px}.finder-mark{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:#f0ead6;color:var(--olive);font-size:31px}.finder-fields{display:grid;grid-template-columns:1fr 1fr 1.4fr auto;gap:10px}.finder input,.finder select,.search-hero input,.booking-form input,.booking-form select,.booking-form textarea,.filter-box input{width:100%;border:1px solid #ddd8ca;background:#fff;border-radius:13px;padding:13px 15px;color:var(--ink);outline:0}.finder input:focus,.finder select:focus,.search-hero input:focus,.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus,.filter-box input:focus{border-color:var(--olive2);box-shadow:0 0 0 3px rgba(89,100,62,.12)}.quick-search{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px;font-size:12px;color:var(--muted)}.quick-search button,.tag-row span{border:1px solid #ded9cb;background:#fbfaf5;border-radius:999px;padding:7px 11px;color:#5d6256}.quick-search button:hover{border-color:var(--gold);color:#8e6810}.section{padding:72px 0}.section--soft{background:#f4f1e5}.section--brands{background:linear-gradient(180deg,#fff,#f5f3e9)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h2{font-size:clamp(26px,3vw,40px);margin:0}.section-head a{color:var(--olive);font-weight:700;font-size:14px;border-bottom:1px solid #b2b69e}.device-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.device-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.25s}.device-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#d8c68c}.device-card__media{position:relative;background:#f7f5ef;aspect-ratio:4/3;overflow:hidden}.device-card__media img{width:100%;height:100%;object-fit:cover;transition:.35s}.device-card:hover img{transform:scale(1.04)}.popular{position:absolute;top:12px;right:12px;background:var(--danger);color:#fff;padding:6px 10px;border-radius:999px;font-size:11px}.device-card__body{padding:17px}.device-card h3{margin:0;font-size:19px}.device-card p{color:var(--muted);font-size:13px;margin:7px 0 12px}.device-card__body>span{color:#9c7417;font-weight:700;font-size:12px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.trust-grid article{background:#fff;border:1px solid #e4dece;border-radius:20px;padding:24px;text-align:center}.trust-grid .icon{width:50px;height:50px;margin:auto;background:#eee6c9}.trust-grid h3{margin:13px 0 5px}.trust-grid p{color:var(--muted);font-size:13px;margin:0}.journey{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center}.journey-copy h2{font-size:clamp(30px,4vw,48px);line-height:1.25;margin:0 0 16px}.journey-copy>p:not(.eyebrow){color:var(--muted)}.journey-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:14px}.journey-steps li{display:flex;gap:15px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:19px}.journey-steps b{font-size:26px;color:var(--gold);line-height:1}.journey-steps h3{margin:0 0 5px}.journey-steps p{margin:0;color:var(--muted);font-size:12px}.brand-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.brand-strip span{height:72px;border-radius:15px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;font-weight:800;color:#3c4333;text-align:center;padding:10px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-card{border:1px solid var(--line);background:#fff;border-radius:20px;overflow:hidden;transition:.25s}.article-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.article-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.article-card>div{padding:20px}.article-card span{color:#a37b1d;font-size:12px;font-weight:700}.article-card h3{font-size:20px;line-height:1.5;margin:8px 0}.article-card p{color:var(--muted);font-size:13px;margin:0}.section--cta{padding-top:30px}.cta-panel{background:var(--olive);color:#fff;border-radius:30px;padding:40px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-panel h2{font-size:clamp(27px,3.4vw,44px);margin:0 0 7px}.cta-panel p{color:#d9ddcf}.cta-panel>div:last-child{display:flex;gap:10px;flex-wrap:wrap}
.page-hero{padding:68px 0;background:linear-gradient(135deg,#f8f6ed,#eee9d8);border-bottom:1px solid var(--line)}.page-hero .container{max-width:900px}.page-hero h1{font-size:clamp(38px,5vw,62px);margin:0 0 12px}.page-hero p:not(.eyebrow){color:var(--muted);font-size:17px}.device-details{display:grid;gap:22px}.device-detail{display:grid;grid-template-columns:360px 1fr;gap:34px;align-items:center;border:1px solid var(--line);border-radius:26px;padding:22px;background:#fff;scroll-margin-top:120px}.device-detail:nth-child(even){grid-template-columns:1fr 360px}.device-detail:nth-child(even) img{order:2}.device-detail img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:19px}.device-detail h2{font-size:34px;margin:0}.device-detail>div>p:not(.eyebrow){color:var(--muted)}.tag-row{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.filter-box{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#f5f2e6;padding:18px;border-radius:18px;margin-bottom:20px}.filter-box input{max-width:520px}.filter-box span{color:var(--muted);font-size:13px}.brands-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.brand-card{border:1px solid var(--line);background:#fff;border-radius:17px;padding:18px;text-align:center}.brand-wordmark{height:56px;display:grid;place-items:center;font-weight:800;font-size:20px;color:var(--olive)}.brand-card h3{font-size:14px;margin:6px 0}.brand-card a{font-size:11px;color:#977015}.fault-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:25px}.fault-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:22px}.fault-card h2{font-size:18px;line-height:1.55}.fault-card p{color:var(--muted);font-size:13px}.fault-card>a{color:#967019;font-weight:700;font-size:12px}.fault-meta{display:flex;gap:7px}.fault-meta span{background:#f0ecdb;padding:5px 9px;border-radius:999px;font-size:10px}.search-hero{display:flex;gap:10px;padding:18px;background:#f5f2e7;border-radius:20px}.search-hero input{flex:1}.search-summary{margin:20px 0;color:var(--muted)}.search-results{display:grid;gap:12px}.search-result{border:1px solid var(--line);border-radius:18px;padding:20px;background:#fff}.search-result__meta{display:flex;gap:8px;flex-wrap:wrap}.search-result__meta span{background:#f1eddf;padding:5px 9px;border-radius:999px;font-size:10px}.search-result h2{margin:9px 0 5px;font-size:20px}.search-result p{color:var(--muted);margin:0 0 10px}.search-result a{color:#92701f;font-weight:700}.no-results{padding:40px;text-align:center;border:1px dashed #c8c0a9;border-radius:22px}.contact-grid,.booking-layout,.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-self:start}.contact-card{position:relative;display:flex;flex-direction:column;gap:8px;min-height:0;border:1px solid var(--line);border-radius:20px;padding:18px 16px;background:#fff;box-shadow:0 8px 22px rgba(43,49,33,.05);transition:.25s ease;overflow:hidden}.contact-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(43,49,33,.1);border-color:#d6c38a}.contact-card--featured{border-color:#d9b24f;box-shadow:0 12px 28px rgba(209,166,57,.11)}.contact-card--featured:before{content:"";position:absolute;top:0;left:0;width:0;height:0;border-top:34px solid #d1a63c;border-right:34px solid transparent}.contact-card--featured:after{content:"★";position:absolute;top:4px;left:7px;color:#fff;font-size:10px;font-weight:700}.contact-card__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#f3ead4;color:var(--olive);margin-inline:auto;line-height:1}.contact-card__icon svg{width:23px;height:23px;display:block}.contact-card__label{display:block;font-size:12px;font-weight:700;color:#6a705f;text-align:center}.contact-card b{display:block;font-size:18px;line-height:1.3;color:var(--olive);text-align:center}.contact-card p{margin:0;text-align:center;font-size:12px;color:var(--muted);line-height:1.65}.contact-card__action{margin-top:auto;align-self:center;min-width:auto;min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:12px;border:1px solid #9aa284;background:#fff;color:var(--olive);font-weight:700;font-size:12px;transition:.25s ease}.contact-card__action:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(43,49,33,.11)}.contact-card--featured .contact-card__action{background:var(--olive);border-color:var(--olive);color:#fff}.booking-form{border:1px solid var(--line);border-radius:24px;background:#fff;padding:28px;box-shadow:0 12px 32px rgba(43,49,33,.08)}.booking-form--contact{padding:34px 28px 28px}.booking-form h2{margin-top:0}.booking-form__intro{margin:-8px 0 18px;color:var(--muted);font-size:13px}.booking-form label{display:grid;gap:7px;margin-bottom:14px;font-weight:600;font-size:13px}.booking-form__submit{width:100%;margin-top:6px;justify-content:center}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{margin:0}.form-grid .full{grid-column:1/-1}.form-note{font-size:11px;color:var(--muted)}.booking-aside{border-radius:24px;background:#f4f1e5;padding:22px;align-self:start}.booking-aside img{border-radius:18px;margin-bottom:18px}.booking-aside li{margin:9px 0}.values{display:grid;gap:12px}.values article{background:#f5f2e7;border-radius:18px;padding:20px}.values h3{margin:0}.values p{margin-bottom:0;color:var(--muted)}.prose{max-width:860px}.prose h2{margin-top:34px}.prose p{color:#545a4d}.article-header{padding:70px 0 35px;max-width:850px}.article-header h1{font-size:clamp(36px,5vw,62px);line-height:1.3;margin:0 0 17px}.article-header>p:not(.eyebrow){color:var(--muted);font-size:17px}.article-cover{width:min(1180px,calc(100% - 32px));margin:auto}.article-cover img{width:100%;max-height:570px;object-fit:cover;border-radius:30px}.article-layout{display:grid;grid-template-columns:250px 1fr;gap:45px;padding-top:40px}.article-layout aside{align-self:start;position:sticky;top:120px;background:#f5f2e7;border-radius:20px;padding:20px}.article-layout aside h2{font-size:17px;margin-top:0}.article-layout aside ol{padding-right:20px}.article-layout aside li{margin:11px 0;font-size:12px}.article-content section{scroll-margin-top:120px}.safety-box{background:#fff1e8;border-right:5px solid #b65b2e;padding:20px;border-radius:15px;margin-top:35px}.site-footer{margin-top:60px;background:#27301f;color:#fff;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.2fr 1.2fr;gap:32px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:8px}.footer-brand img{width:240px;height:auto;filter:brightness(0) invert(1) sepia(.2)}.footer-grid p,.footer-grid a{color:#cfd5c7;font-size:12px}.footer-grid a:hover{color:var(--gold2)}.footer-grid h3{color:var(--gold2)}.footer-bottom{border-top:1px solid rgba(255,255,255,.13);margin-top:28px;padding-top:18px;display:flex;justify-content:space-between;color:#bfc6b6;font-size:11px}.whatsapp-float{position:fixed;left:22px;bottom:22px;background:#1fa65a;color:#fff;padding:13px 17px;border-radius:999px;font-weight:700;font-size:12px;z-index:90;box-shadow:0 10px 30px rgba(31,166,90,.3)}.mobile-actions{display:none}.toast{position:fixed;bottom:26px;right:26px;background:#1e2619;color:#fff;padding:14px 18px;border-radius:13px;opacity:0;pointer-events:none;transform:translateY(20px);transition:.25s;z-index:999}.toast.show{opacity:1;transform:none}.hidden{display:none!important}
@media(max-width:1050px){.header-cta{display:none}.main-nav a{padding:9px 7px;font-size:12px}.hero-grid{gap:26px}.device-grid{grid-template-columns:repeat(3,1fr)}.brand-strip{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.brands-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){body{padding-bottom:58px}.topbar__message{display:none}.topbar__inner{justify-content:center}.topbar__group{gap:14px;font-size:11px}.header__inner{height:76px}.brand{width:175px}.brand img{height:64px}.menu-toggle{display:block;margin-right:auto}.main-nav{position:fixed;top:76px;right:16px;left:16px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:14px;display:none;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.main-nav a{text-align:center;padding:12px}.hero{padding-top:24px}.hero-grid{grid-template-columns:1fr}.hero-content{text-align:center}.hero-lead{margin-inline:auto}.hero-actions,.hero-points{justify-content:center}.hero-visual{max-width:650px;margin:auto}.finder-fields{grid-template-columns:1fr 1fr}.finder-fields .btn{grid-column:1/-1}.device-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:1fr 1fr}.journey{grid-template-columns:1fr}.article-grid{grid-template-columns:1fr 1fr}.device-detail,.device-detail:nth-child(even){grid-template-columns:260px 1fr}.device-detail:nth-child(even) img{order:0}.brands-grid{grid-template-columns:repeat(2,1fr)}.fault-grid{grid-template-columns:1fr 1fr}.contact-grid,.booking-layout,.about-grid{grid-template-columns:1fr}.article-layout{grid-template-columns:1fr}.article-layout aside{position:static}.mobile-actions{position:fixed;bottom:0;right:0;left:0;display:grid;grid-template-columns:1fr 1fr;z-index:95}.mobile-actions a{background:var(--olive);color:#fff;text-align:center;padding:14px;font-weight:700;font-size:13px}.mobile-actions a:last-child{background:var(--gold);color:#fff}.whatsapp-float{bottom:74px}}
@media(max-width:560px){:root{--container:min(100% - 22px,1180px)}.topbar__group>span{display:none}.hero-content h1{font-size:38px}.hero-image{border-radius:25px 8px}.hero-rating{right:8px;bottom:10px}.hero-badge{left:8px;top:14px}.finder{padding:18px}.finder-heading{align-items:flex-start}.finder-heading h2{font-size:19px}.finder-fields{grid-template-columns:1fr}.finder-fields .btn{grid-column:auto}.section{padding:52px 0}.section-head{align-items:flex-start}.section-head h2{font-size:27px}.device-grid{grid-template-columns:1fr 1fr;gap:10px}.device-card__body{padding:13px}.device-card h3{font-size:15px}.device-card p{font-size:11px}.trust-grid,.journey-steps,.article-grid,.contact-cards,.fault-grid,.brands-grid,.form-grid{grid-template-columns:1fr}.brand-strip{grid-template-columns:repeat(2,1fr)}.cta-panel{padding:28px;display:block}.cta-panel>div:last-child{margin-top:20px}.device-detail,.device-detail:nth-child(even){grid-template-columns:1fr}.device-detail img{max-height:310px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.page-hero{padding:50px 0}.page-hero h1{font-size:36px}.search-hero{display:grid}.filter-box{display:grid}.filter-box input{max-width:none}}

/* PerfectFix v2 refinements */
.header__inner{height:104px;gap:22px}.brand{width:255px}.brand img{height:92px;object-fit:contain}.main-nav{gap:2px}.main-nav a{font-size:13px}
.hero{padding:34px 0 32px}.hero-grid{grid-template-columns:.94fr 1.06fr;gap:42px}.hero-image{aspect-ratio:16/10;object-position:center;border-radius:32px 12px 32px 12px}.hero-rating__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--gold);color:white;font-size:22px;font-weight:800}
.section-head--center{justify-content:center;text-align:center}.section-head--center>div{margin:auto}.section-head--center h2{max-width:760px}
.device-grid{grid-template-columns:repeat(5,1fr)}.device-card__media{aspect-ratio:4/3}.device-card{color:inherit}.device-card__body>span{display:inline-flex;align-items:center;gap:5px}.device-card__body>span:after{content:'←';font-size:14px}.tag{position:absolute;top:12px;right:12px;background:#8a2c23;color:#fff;padding:6px 10px;border-radius:999px;font-size:10px;font-weight:800}
.brand-strip{grid-template-columns:repeat(6,1fr)}.brand-strip__item{height:82px;border-radius:15px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;padding:12px;transition:.25s}.brand-strip__item:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d8c68c}.brand-strip__item img{width:100%;height:56px;object-fit:contain}
.brand-card{padding:20px 14px;display:flex;flex-direction:column;min-height:188px}.brand-wordmark{height:70px}.brand-wordmark img{width:100%;height:70px;object-fit:contain}.brand-card h3{font-size:15px;margin:8px 0 12px}.brand-card__actions{margin-top:auto;display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.brand-card__actions a{border:1px solid #e1d8bd;border-radius:999px;padding:7px 10px;background:#fffaf0}.brand-card__actions a:first-child{background:var(--olive);border-color:var(--olive);color:#fff}
.footer-brand img{width:285px;max-height:90px;object-fit:contain;filter:none}
@media(max-width:1180px){.device-grid{grid-template-columns:repeat(4,1fr)}.brand{width:225px}}
@media(max-width:1050px){.device-grid{grid-template-columns:repeat(3,1fr)}.header__inner{gap:15px}.brand{width:200px}.brand img{height:78px}}
@media(max-width:820px){.header__inner{height:80px}.brand{width:190px}.brand img{height:70px}.main-nav{top:80px}.hero-grid{grid-template-columns:1fr}.hero-visual{order:-1}.hero-image{aspect-ratio:16/10}.device-grid{grid-template-columns:repeat(2,1fr)}.brand-strip{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.brand{width:165px}.brand img{height:62px}.hero-content h1{font-size:37px}.hero-image{aspect-ratio:4/3;object-position:62% center}.hero-rating{right:6px;left:6px;bottom:8px}.hero-badge{left:8px;top:10px}.device-grid{grid-template-columns:1fr 1fr}.brand-strip{grid-template-columns:repeat(2,1fr)}.brand-card{min-height:175px}}


/* PerfectFix full build v3 — approved olive/gold identity */
:root{
  --olive:#38472a;--olive2:#59683d;--olive3:#26331d;
  --gold:#d5a72e;--gold2:#f0ce73;--cream:#f5f1e5;--paper:#fffdf8;
  --ink:#1f261b;--muted:#6a7162;--line:#e7dfcd;
  --shadow:0 18px 52px rgba(38,51,29,.12);
}
body{background:var(--paper)}
.topbar{background:var(--olive3)}
.site-header{background:rgba(255,253,248,.97)}
.header__inner{height:100px;gap:18px}
.brand{width:270px;display:flex;align-items:center;flex:none}
.brand img{width:100%;height:86px;object-fit:contain;object-position:right center}
.main-nav{gap:0}
.main-nav a{font-size:12.5px;padding:10px 9px}
.header-cta{min-width:154px}
.hero{padding:44px 0 38px;background:radial-gradient(circle at 12% 15%,#fff 0,#faf7ed 42%,#f0ebdc 100%)}
.hero-grid{grid-template-columns:.91fr 1.09fr;gap:48px}
.hero-content h1{font-size:clamp(42px,4.3vw,70px);line-height:1.14}
.hero-content h1 span{color:var(--olive2)}
.hero-lead{font-size:17px;line-height:1.95}
.hero-image{aspect-ratio:16/9;border:7px solid rgba(255,255,255,.92);border-radius:34px 12px 34px 12px;object-position:center}
.hero-badge{left:-12px;top:26px}
.hero-rating{right:-12px;bottom:18px}
.section{padding:68px 0}
.device-grid{grid-template-columns:repeat(5,1fr);gap:14px}
.device-card{box-shadow:0 8px 24px rgba(38,51,29,.04)}
.device-card__body{min-height:150px;display:flex;flex-direction:column}
.device-card__body>span{margin-top:auto}
.trust-grid article{box-shadow:0 8px 22px rgba(38,51,29,.04)}
.brand-strip__item{background:#fff;min-height:86px}
.page-hero{background:linear-gradient(135deg,#faf8f0,#efe8d3)}
.filter-box{position:sticky;top:112px;z-index:20;background:rgba(255,253,248,.96);backdrop-filter:blur(14px);border:1px solid var(--line);box-shadow:0 10px 28px rgba(38,51,29,.07)}
.brands-grid{grid-template-columns:repeat(4,1fr);gap:14px}
.brand-card{min-height:235px;padding:20px 16px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 8px 22px rgba(38,51,29,.045);text-align:center}
.brand-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d7c384}
.brand-wordmark{height:74px;display:grid;place-items:center;margin-bottom:8px}
.brand-wordmark img{max-height:68px;width:100%;object-fit:contain}
.brand-card__en{direction:ltr;font-family:Arial,Helvetica,sans-serif;font-size:17px;font-weight:800;color:var(--olive);line-height:1.25;margin-top:5px}
.brand-card__ar{font-size:14px;margin:6px 0 14px;color:#222}
.brand-card__actions{margin-top:auto;display:grid;grid-template-columns:1fr 1fr;gap:7px;width:100%}
.brand-card__actions a{padding:8px 6px;font-size:10px;line-height:1.35}
.brand-card__actions a:first-child{background:var(--olive);color:#fff}
.site-footer{background:var(--olive3)}
.footer-brand{background:#fffdf8;border-radius:22px;padding:14px;width:min(100%,330px)}
.footer-brand img{width:100%;max-height:250px;object-fit:contain;filter:none}
.whatsapp-float{background:#1fa65a}
@media(max-width:1180px){
 .brand{width:225px}.main-nav a{padding:9px 6px;font-size:11.5px}.device-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:1050px){
 .brands-grid{grid-template-columns:repeat(3,1fr)}.header-cta{display:none}.brand{width:230px}
}
@media(max-width:820px){
 .header__inner{height:82px}.brand{width:205px}.brand img{height:70px}.main-nav{top:82px}
 .hero-grid{grid-template-columns:1fr}.hero-visual{order:-1}.hero-image{aspect-ratio:16/10}
 .device-grid{grid-template-columns:repeat(2,1fr)}.brands-grid{grid-template-columns:repeat(2,1fr)}
 .filter-box{top:92px}
}
@media(max-width:560px){
 .topbar__group a:last-child{display:none}.brand{width:178px}.brand img{height:62px}
 .hero{padding-top:22px}.hero-content h1{font-size:38px}.hero-lead{font-size:14px}
 .hero-image{aspect-ratio:4/3;object-position:63% center}
 .device-grid{grid-template-columns:1fr 1fr;gap:9px}.device-card__body{min-height:142px}
 .brands-grid{grid-template-columns:1fr 1fr;gap:9px}.brand-card{min-height:220px;padding:15px 10px}.brand-card__en{font-size:15px}
 .brand-card__actions{grid-template-columns:1fr}.brand-card__actions a{font-size:10px}
 .footer-brand{width:290px}
}


/* PerfectFix full build v4 — image quality, brand visibility, sticky contact bar */
.topbar{
  position:sticky;
  top:0;
  z-index:160;
  box-shadow:0 8px 22px rgba(28,38,20,.16);
}
.site-header{
  position:relative;
  top:auto;
  z-index:100;
}
.brand-strip__item{
  min-height:112px;
  padding:12px 16px;
}
.brand-strip__item img{
  width:100%;
  height:82px;
  max-width:94%;
  object-fit:contain;
}
.brand-card{
  min-height:270px;
  padding:22px 18px;
}
.brand-wordmark{
  height:112px;
  margin-bottom:10px;
}
.brand-wordmark img{
  width:94%;
  height:104px;
  max-height:104px;
  object-fit:contain;
}
.device-card__media img,.article-card img,.device-detail img,.article-cover img,.booking-aside img{
  image-rendering:auto;
  backface-visibility:hidden;
}
@media(max-width:820px){
  .main-nav{
    position:absolute;
    top:100%;
    right:16px;
    left:16px;
  }
  .filter-box{top:54px}
  .article-layout aside{top:64px}
  .article-content section{scroll-margin-top:64px}
  .brand-strip__item{min-height:102px}
  .brand-strip__item img{height:74px}
  .brand-card{min-height:252px}
  .brand-wordmark{height:100px}
  .brand-wordmark img{height:92px;max-height:92px}
}
@media(max-width:560px){
  .topbar__inner{min-height:44px}
  .brand-strip__item{min-height:96px;padding:10px}
  .brand-strip__item img{height:70px;max-width:96%}
  .brand-card{min-height:238px;padding:14px 10px}
  .brand-wordmark{height:88px}
  .brand-wordmark img{height:82px;max-height:82px;width:96%}
}

/* v4 final brand mark visibility tuning */
.brand-strip__item{overflow:hidden}
.brand-strip__item img{
  width:155%;
  max-width:none;
  height:90px;
  object-position:center;
}
.brand-wordmark{overflow:hidden}
.brand-wordmark img{
  width:155%;
  max-width:none;
  height:112px;
  max-height:112px;
  object-position:center;
}
@media(max-width:820px){
  .brand-strip__item img{width:150%;height:82px}
  .brand-wordmark img{width:150%;height:100px;max-height:100px}
}
@media(max-width:560px){
  .brand-strip__item img{width:145%;height:76px}
  .brand-wordmark img{width:145%;height:90px;max-height:90px}
}

/* v4 final safe logo scale: larger without clipping brand symbols */
.brand-strip__item img{width:140%}
.brand-wordmark img{width:140%}
@media(max-width:820px){.brand-strip__item img{width:138%}.brand-wordmark img{width:138%}}
@media(max-width:560px){.brand-strip__item img{width:135%}.brand-wordmark img{width:135%}}


/* PerfectFix v4 fixed — card proportions, correct service imagery, centered brand grids */
.article-card img{
  display:block;
  width:100%;
  height:250px !important;
  aspect-ratio:auto !important;
  object-fit:cover !important;
  object-position:center;
}

.brand-strip{
  width:100%;
  max-width:1180px;
  margin-inline:auto;
  grid-template-columns:repeat(6,minmax(0,1fr));
  justify-content:center;
  align-items:stretch;
  gap:14px;
}
.brand-strip__item{
  width:100%;
  min-width:0;
  min-height:112px;
  padding:14px 12px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.brand-strip__item img{
  display:block;
  width:92% !important;
  max-width:220px !important;
  height:78px !important;
  max-height:78px !important;
  margin:auto;
  object-fit:contain;
  object-position:center;
  transform:none !important;
}

.brands-grid{
  width:100%;
  max-width:1180px;
  margin-inline:auto;
  grid-template-columns:repeat(4,minmax(0,1fr));
  justify-content:center;
  align-items:stretch;
  gap:16px;
}
.brand-card{
  width:100%;
  min-width:0;
  min-height:270px;
  padding:22px 18px;
  align-items:center;
  overflow:hidden;
}
.brand-wordmark{
  width:100%;
  height:104px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  margin-bottom:10px;
}
.brand-wordmark img{
  display:block;
  width:92% !important;
  max-width:245px !important;
  height:94px !important;
  max-height:94px !important;
  margin:auto;
  object-fit:contain;
  object-position:center;
  transform:none !important;
}
.brand-card__en{font-size:20px;line-height:1.3;margin-top:7px}
.brand-card__ar{font-size:16px;line-height:1.5;margin:7px 0 16px}
.brand-card__actions a{font-size:11px;padding:9px 7px}

@media(max-width:1050px){
  .brand-strip{grid-template-columns:repeat(4,minmax(0,1fr))}
  .brands-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .article-card img{height:230px !important}
}
@media(max-width:820px){
  .brand-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
  .brands-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .brand-strip__item img{width:94% !important;height:72px !important;max-height:72px !important}
  .brand-wordmark img{width:94% !important;height:88px !important;max-height:88px !important}
  .article-card img{height:220px !important}
}
@media(max-width:560px){
  .brand-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .brands-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .brand-strip__item{min-height:98px;padding:10px 8px}
  .brand-strip__item img{width:96% !important;height:66px !important;max-height:66px !important}
  .brand-card{min-height:238px;padding:15px 10px}
  .brand-wordmark{height:88px}
  .brand-wordmark img{width:96% !important;height:80px !important;max-height:80px !important}
  .brand-card__en{font-size:17px}
  .brand-card__ar{font-size:14px}
  .article-card img{height:205px !important}
}

/* PerfectFix v4 final tweaks — approved fixes */
.hero-image{
  aspect-ratio:4/3 !important;
  object-position:center center !important;
}

.article-cover img{
  display:block;
  width:100%;
  height:auto !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#f7f3e8;
}

.brand-strip{
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  gap:16px !important;
}
.brand-strip__item{
  min-height:118px !important;
  padding:16px 14px !important;
}
.brand-strip__item img{
  width:94% !important;
  max-width:240px !important;
  height:86px !important;
  max-height:86px !important;
}

.brands-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
}
.brand-card{
  min-height:286px !important;
  padding:24px 18px !important;
}
.brand-wordmark{
  height:112px !important;
}
.brand-wordmark img{
  width:94% !important;
  max-width:255px !important;
  height:98px !important;
  max-height:98px !important;
}
.brand-card__en{
  font-size:22px !important;
  line-height:1.25 !important;
}
.brand-card__ar{
  font-size:18px !important;
  line-height:1.45 !important;
}
.brand-card__actions a{
  font-size:12px !important;
  padding:10px 8px !important;
}

@media(max-width:820px){
  .hero-image{aspect-ratio:4/3 !important}
  .brand-strip{grid-template-columns:repeat(3,minmax(0,1fr)) !important}
  .brand-strip__item{min-height:108px !important}
  .brand-strip__item img{height:76px !important;max-height:76px !important}
  .brands-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .brand-card{min-height:258px !important}
  .brand-wordmark{height:96px !important}
  .brand-wordmark img{height:86px !important;max-height:86px !important}
  .brand-card__en{font-size:19px !important}
  .brand-card__ar{font-size:16px !important}
}
@media(max-width:560px){
  .brand-strip{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important}
  .brand-strip__item{min-height:98px !important;padding:10px 8px !important}
  .brand-strip__item img{height:68px !important;max-height:68px !important}
  .brand-card{min-height:236px !important;padding:15px 10px !important}
  .brand-wordmark{height:84px !important}
  .brand-wordmark img{height:76px !important;max-height:76px !important}
  .brand-card__en{font-size:17px !important}
  .brand-card__ar{font-size:14px !important}
  .brand-card__actions a{font-size:11px !important}
}

/* PerfectFix v4 repaired — hero visibility and gas article image fixes */
.hero-visual{
  overflow:visible;
  padding-bottom:16px;
}
.hero-image{
  width:100%;
  aspect-ratio:4/3 !important;
  object-fit:cover !important;
  object-position:center center !important;
}
.hero-rating{
  right:20px !important;
  left:auto !important;
  bottom:20px !important;
  width:min(360px,calc(100% - 40px));
  max-width:calc(100% - 40px);
  min-width:0;
  overflow:visible;
  z-index:5;
  text-align:right;
}
.hero-rating > div{
  min-width:0;
  flex:1;
}
.hero-rating strong,
.hero-rating span{
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
  max-width:100%;
}
.hero-rating strong{
  font-size:14px;
  line-height:1.5;
}
.hero-rating span{
  font-size:11px;
  line-height:1.65;
}

.article-header{
  padding-top:78px;
}
.article-cover{
  overflow:hidden;
  border-radius:30px;
  background:#f7f3e8;
}
.article-cover img{
  width:100%;
  height:auto !important;
  aspect-ratio:16/9 !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:30px;
}

@media(max-width:820px){
  .hero-visual{padding-bottom:10px}
  .hero-rating{
    right:14px !important;
    left:14px !important;
    width:auto;
    max-width:none;
    bottom:14px !important;
  }
  .article-header{padding-top:58px}
}
@media(max-width:560px){
  .hero-image{aspect-ratio:4/3 !important}
  .hero-rating{
    right:10px !important;
    left:10px !important;
    bottom:10px !important;
    padding:11px 13px;
  }
  .hero-rating strong{font-size:12px}
  .hero-rating span{font-size:10px}
  .article-header{padding-top:48px}
}

/* Final hero height correction: ignore intrinsic HTML height attribute */
.hero-image{
  height:auto !important;
}


/* Booking brand-specific image system */
.booking-aside img#booking-brand-image{
  width:100%!important;
  aspect-ratio:4/3!important;
  height:auto!important;
  max-height:420px!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:18px!important;
  background:#f4f1e5;
}
@media(max-width:820px){.booking-aside img#booking-brand-image{max-height:340px!important}}
@media(max-width:560px){.booking-aside img#booking-brand-image{max-height:290px!important}}


/* LG prototype final refinements — 2026-08-06 */
.booking-hero-contact{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}
.booking-hero-contact p{margin:0}
.booking-lg-hotline{min-height:44px;padding:9px 18px;white-space:nowrap}
.booking-lg-hotline[hidden]{display:none!important}
@media(max-width:560px){.booking-hero-contact{flex-direction:column;gap:10px}.booking-lg-hotline{width:100%;max-width:280px}}

/* Homepage brand strip: larger logos and clear Arabic names */
.section--brands .brand-strip__item{
  min-height:132px;
  padding:18px 14px 14px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.section--brands .brand-strip__item img{
  width:100%;
  height:58px;
  max-width:150px;
  object-fit:contain;
}
.section--brands .brand-strip__name-ar{
  display:block;
  font-size:17px;
  line-height:1.35;
  font-weight:800;
  color:var(--olive);
  text-align:center;
}
@media(max-width:560px){
  .section--brands .brand-strip__item{min-height:120px;padding:14px 10px 12px;gap:8px}
  .section--brands .brand-strip__item img{height:48px;max-width:125px}
  .section--brands .brand-strip__name-ar{font-size:15px}
}


/* Homepage brand cards: larger, clearer logos and Cairo labels */
.section--brands .brand-strip__item{
  min-height:142px;
  padding:17px 12px 14px;
  gap:11px;
  font-family:"Cairo",Tahoma,Arial,sans-serif;
}
.section--brands .brand-strip__item img{
  width:92% !important;
  max-width:160px !important;
  height:66px !important;
  max-height:66px !important;
  object-fit:contain !important;
}
.section--brands .brand-strip__name-ar{
  font-family:"Cairo",Tahoma,Arial,sans-serif;
  font-size:19px !important;
  line-height:1.35;
  font-weight:800;
  padding:5px 11px;
}
@media(max-width:900px){
  .section--brands .brand-strip__item{min-height:132px;padding:15px 10px 13px;gap:9px}
  .section--brands .brand-strip__item img{max-width:150px !important;height:60px !important;max-height:60px !important}
  .section--brands .brand-strip__name-ar{font-size:18px !important}
}
@media(max-width:620px){
  .section--brands .brand-strip__item{min-height:120px;padding:13px 8px 11px;gap:8px}
  .section--brands .brand-strip__item img{max-width:135px !important;height:54px !important;max-height:54px !important}
  .section--brands .brand-strip__name-ar{font-size:17px !important}
}

/* Homepage brand section refinement: larger logos, integrated Arabic labels, footer CTA */
.section--brands .section-head{margin-bottom:30px}
.section--brands .brand-strip__item{
  min-height:142px !important;
  padding:18px 12px 14px !important;
  gap:10px !important;
  align-content:center;
}
.section--brands .brand-strip__item img{
  width:100% !important;
  max-width:170px !important;
  height:70px !important;
  max-height:70px !important;
  object-fit:contain !important;
}
.section--brands .brand-strip__name-ar{
  display:block;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  font-family:"Cairo",Tahoma,Arial,sans-serif !important;
  font-size:19px !important;
  font-weight:700 !important;
  line-height:1.35 !important;
  color:var(--olive) !important;
}
.section--brands .brand-strip__footer{
  display:flex;
  justify-content:center;
  margin-top:28px;
}
.section--brands .brand-strip__all{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:10px 22px;
  border:1px solid #cfc6a8;
  border-radius:14px;
  background:#fff;
  color:var(--olive);
  font-family:"Cairo",Tahoma,Arial,sans-serif;
  font-size:15px;
  font-weight:700;
  box-shadow:0 8px 20px rgba(43,49,33,.07);
  transition:.2s ease;
}
.section--brands .brand-strip__all:hover{
  transform:translateY(-2px);
  border-color:var(--gold);
  box-shadow:0 12px 26px rgba(43,49,33,.12);
}
@media(max-width:820px){
  .section--brands .brand-strip__item{min-height:132px !important;padding:15px 10px 12px !important}
  .section--brands .brand-strip__item img{max-width:155px !important;height:62px !important;max-height:62px !important}
  .section--brands .brand-strip__name-ar{font-size:18px !important}
}
@media(max-width:560px){
  .section--brands .brand-strip__item{min-height:122px !important;padding:13px 8px 11px !important}
  .section--brands .brand-strip__item img{max-width:140px !important;height:56px !important;max-height:56px !important}
  .section--brands .brand-strip__name-ar{font-size:17px !important}
  .section--brands .brand-strip__footer{margin-top:22px}
  .section--brands .brand-strip__all{width:100%;max-width:280px}
}


/* Final scoped brand correction — homepage large, directory balanced */
/* Homepage only: keep logos prominent. */
.section--brands .brand-strip__item{
  min-height:142px !important;
  padding:17px 12px 13px !important;
  gap:9px !important;
}
.section--brands .brand-strip__item img{
  width:100% !important;
  max-width:182px !important;
  height:76px !important;
  max-height:76px !important;
  object-fit:contain !important;
}
.section--brands .brand-strip__name-ar{
  font-family:"Cairo",Tahoma,Arial,sans-serif !important;
  font-size:18px !important;
  font-weight:700 !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
/* Full brand directory only: restore balanced logo and text sizes. */
.brands-grid .brand-card{
  min-height:232px !important;
  padding:17px 14px !important;
}
.brands-grid .brand-wordmark{
  min-height:76px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.brands-grid .brand-wordmark img{
  width:100% !important;
  max-width:170px !important;
  height:68px !important;
  max-height:68px !important;
  object-fit:contain !important;
}
.brands-grid .brand-card__ar{
  font-family:"Cairo",Tahoma,Arial,sans-serif !important;
  font-size:17px !important;
  line-height:1.45 !important;
  font-weight:700 !important;
  margin:10px 0 14px !important;
}
.brands-grid .brand-card__actions a{
  font-size:11px !important;
  padding:9px 7px !important;
}
@media(max-width:820px){
  .section--brands .brand-strip__item img{max-width:160px !important;height:68px !important;max-height:68px !important}
  .brands-grid .brand-wordmark img{max-width:150px !important;height:62px !important;max-height:62px !important}
}
@media(max-width:560px){
  .section--brands .brand-strip__item img{max-width:142px !important;height:60px !important;max-height:60px !important}
  .section--brands .brand-strip__name-ar{font-size:16px !important}
  .brands-grid .brand-card{min-height:218px !important;padding:14px 10px !important}
  .brands-grid .brand-wordmark img{max-width:132px !important;height:56px !important;max-height:56px !important}
  .brands-grid .brand-card__ar{font-size:15px !important}
}

/* Brand directory comfort sizing — scoped to /brands/ only */
.brands-grid .brand-card{
  min-height:210px !important;
  padding:16px 13px !important;
}
.brands-grid .brand-wordmark{
  min-height:62px !important;
}
.brands-grid .brand-wordmark img{
  width:100% !important;
  max-width:132px !important;
  height:52px !important;
  max-height:52px !important;
  object-fit:contain !important;
}
.brands-grid .brand-card__ar{
  font-family:"Cairo",Tahoma,Arial,sans-serif !important;
  font-size:14px !important;
  line-height:1.45 !important;
  font-weight:700 !important;
  margin:8px 0 12px !important;
}
.brands-grid .brand-card__actions a{
  font-size:10.5px !important;
  padding:8px 7px !important;
}
@media(max-width:820px){
  .brands-grid .brand-wordmark img{max-width:122px !important;height:48px !important;max-height:48px !important}
  .brands-grid .brand-card__ar{font-size:13.5px !important}
}
@media(max-width:560px){
  .brands-grid .brand-card{min-height:198px !important;padding:13px 10px !important}
  .brands-grid .brand-wordmark img{max-width:116px !important;height:46px !important;max-height:46px !important}
  .brands-grid .brand-card__ar{font-size:13px !important}
}


/* Contact page — compact icon cards v5 */
.contact-cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  align-self:start;
}
.contact-card{
  min-height:148px;
  padding:14px 14px 12px;
  gap:4px;
  border-radius:18px;
  justify-content:flex-start;
  box-shadow:0 7px 18px rgba(43,49,33,.045);
}
.contact-card__icon{
  width:44px;
  height:44px;
  min-width:44px;
  min-height:44px;
  margin:0 auto 3px;
  border-radius:14px;
  background:#f3ead4;
  color:var(--olive);
}
.contact-card__icon svg{
  display:block !important;
  width:21px !important;
  height:21px !important;
  max-width:21px !important;
  max-height:21px !important;
  min-width:0 !important;
  min-height:0 !important;
}
.contact-card__label{
  font-size:11px;
  line-height:1.35;
}
.contact-card b{
  font-size:18px;
  line-height:1.25;
}
.contact-card p{
  font-size:10.5px;
  line-height:1.55;
  margin:3px 0 0;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.contact-card__action{
  min-height:auto;
  min-width:0;
  margin-top:4px;
  padding:2px 0;
  border:0;
  border-radius:0;
  background:transparent !important;
  color:var(--olive) !important;
  font-size:10.5px;
  font-weight:700;
  border-bottom:1px solid rgba(63,75,47,.28);
  box-shadow:none !important;
}
.contact-card__action:hover{
  transform:none;
  box-shadow:none;
  border-bottom-color:var(--gold);
}
.contact-card--featured:before{
  border-top-width:26px;
  border-right-width:26px;
}
.contact-card--featured:after{
  top:2px;
  left:5px;
  font-size:8px;
}
@media(max-width:560px){
  .contact-cards{grid-template-columns:1fr 1fr;gap:9px}
  .contact-card{padding:12px 9px;min-height:140px}
  .contact-card__icon{width:40px;height:40px;min-width:40px;min-height:40px}
  .contact-card__icon svg{
    width:19px !important;height:19px !important;
    max-width:19px !important;max-height:19px !important;
  }
  .contact-card b{font-size:16px}
  .contact-card p{font-size:9.5px}
}

/* Service detail pages — v1 */
.service-fault-list,.service-check-list{margin:18px 0 0;padding:0;list-style:none;display:grid;gap:10px}.service-fault-list li,.service-check-list li{position:relative;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px 42px 12px 14px;color:#555c4f;font-size:13px}.service-fault-list li:before,.service-check-list li:before{content:"✓";position:absolute;right:14px;top:11px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#efe7c9;color:var(--olive);font-weight:800;font-size:11px}.service-check-list li{background:#f8f6ee}.page-hero .hero-actions{margin-bottom:0}


/* PerfectFix motion entrance v2 — extended timing 2026-08-09 */
/* Immediate paint cover: prevents a flash of the page before the defer script mounts the intro. */
html.pf-intro-pending body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:2147483000;
  background:
    radial-gradient(circle at 50% 42%,rgba(209,166,60,.10),transparent 34%),
    linear-gradient(180deg,#fbfaf5 0%,#f5f1e5 100%);
  animation:pfMotionSafetyHide .01s linear 3.65s forwards;
}

.pf-intro{
  position:fixed;
  inset:0;
  z-index:2147483001;
  display:grid;
  place-items:center;
  padding:28px;
  background:
    radial-gradient(circle at 50% 42%,rgba(209,166,60,.10),transparent 34%),
    linear-gradient(180deg,#fbfaf5 0%,#f5f1e5 100%);
  opacity:1;
  visibility:visible;
  transition:opacity .38s ease,visibility .38s ease;
  animation:pfMotionSafetyHide .01s linear 3.65s forwards;
}
.pf-intro.is-leaving{opacity:0;visibility:hidden;pointer-events:none}
.pf-intro__inner{
  width:min(360px,82vw);
  display:grid;
  justify-items:center;
  gap:15px;
  transform:translateY(7px) scale(.985);
  opacity:0;
  animation:pfIntroLogoIn .68s cubic-bezier(.2,.72,.22,1) .08s forwards;
}
.pf-intro__logo{
  display:block;
  width:min(340px,80vw);
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 12px 24px rgba(43,49,33,.07));
}
.pf-intro__line{
  position:relative;
  width:min(210px,52vw);
  height:3px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(63,75,47,.10);
}
.pf-intro__line::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(90deg,#b88920,#dfbc58,#b88920);
  transform:translateX(105%);
  animation:pfIntroLine .88s cubic-bezier(.2,.72,.22,1) .28s forwards;
}
.pf-intro__note{
  margin:0;
  color:#69705f;
  font-size:11px;
  font-weight:600;
  letter-spacing:.01em;
  opacity:0;
  animation:pfIntroNote .46s ease .58s forwards;
}
@keyframes pfIntroLogoIn{
  from{opacity:0;transform:translateY(12px) scale(.97)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes pfIntroLine{
  0%{transform:translateX(105%)}
  100%{transform:translateX(-105%)}
}
@keyframes pfIntroNote{to{opacity:1}}

/* First viewport entrance. Only transforms/opacity are animated to keep it smooth. */
html.pf-motion-js:not(.pf-page-ready) .topbar,
html.pf-motion-js:not(.pf-page-ready) .site-header{
  opacity:0;
  transform:translateY(-9px);
  animation:pfMotionSafetyShow .01s linear 3.65s forwards;
}
html.pf-motion-js:not(.pf-page-ready) .hero .hero-content,
html.pf-motion-js:not(.pf-page-ready) .page-hero .container,
html.pf-motion-js:not(.pf-page-ready) main > section:first-child:not(.hero):not(.page-hero) > .container{
  opacity:0;
  transform:translateY(15px);
  animation:pfMotionSafetyShow .01s linear 3.65s forwards;
}
html.pf-motion-js:not(.pf-page-ready) .hero .hero-visual{
  opacity:0;
  transform:translateY(12px) scale(.985);
  animation:pfMotionSafetyShow .01s linear 3.65s forwards;
}
html.pf-motion-js.pf-page-ready .topbar,
html.pf-motion-js.pf-page-ready .site-header,
html.pf-motion-js.pf-page-ready .hero .hero-content,
html.pf-motion-js.pf-page-ready .hero .hero-visual,
html.pf-motion-js.pf-page-ready .page-hero .container,
html.pf-motion-js.pf-page-ready main > section:first-child:not(.hero):not(.page-hero) > .container{
  opacity:1;
  transform:none;
  animation:none;
}
html.pf-motion-js.pf-page-ready .topbar{transition:opacity .36s ease,transform .36s ease}
html.pf-motion-js.pf-page-ready .site-header{transition:opacity .42s ease .04s,transform .42s ease .04s}
html.pf-motion-js.pf-page-ready .hero .hero-content,
html.pf-motion-js.pf-page-ready .page-hero .container,
html.pf-motion-js.pf-page-ready main > section:first-child:not(.hero):not(.page-hero) > .container{
  transition:opacity .56s ease .10s,transform .56s cubic-bezier(.2,.72,.22,1) .10s;
}
html.pf-motion-js.pf-page-ready .hero .hero-visual{
  transition:opacity .60s ease .18s,transform .60s cubic-bezier(.2,.72,.22,1) .18s;
}

/* Scroll reveal for major sections. JS adds this class only after the page is ready. */
.pf-reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .58s ease,transform .58s cubic-bezier(.2,.72,.22,1);
}
.pf-reveal.is-visible{opacity:1;transform:none}

/* Functional fault directories must remain visible even if an older or
   delayed script adds the generic reveal class. */
.fault-explorer.pf-reveal{
  opacity:1!important;
  transform:none!important;
}

@keyframes pfMotionSafetyHide{to{opacity:0;visibility:hidden;pointer-events:none}}
@keyframes pfMotionSafetyShow{to{opacity:1;transform:none}}

@media(max-width:560px){
  html.pf-intro-pending body::before,
  .pf-intro{
    animation-delay:3.65s;
  }
  html.pf-motion-js:not(.pf-page-ready) .topbar,
  html.pf-motion-js:not(.pf-page-ready) .site-header,
  html.pf-motion-js:not(.pf-page-ready) .hero .hero-content,
  html.pf-motion-js:not(.pf-page-ready) .page-hero .container,
  html.pf-motion-js:not(.pf-page-ready) main > section:first-child:not(.hero):not(.page-hero) > .container,
  html.pf-motion-js:not(.pf-page-ready) .hero .hero-visual{
    animation-delay:3.65s;
  }
  .pf-intro{padding:20px}
  .pf-intro__inner{gap:12px;width:min(300px,86vw)}
  .pf-intro__logo{width:min(290px,84vw)}
  .pf-intro__line{width:min(180px,52vw)}
  .pf-intro__note{font-size:10px}
}

/* v36 mobile/tablet safety: reveal animations must never hide functional content.
   Desktop keeps the original animation; screens up to 1024px render sections immediately. */
@media(max-width:1024px){
  .pf-reveal{opacity:1!important;transform:none!important;transition:none!important}
}

@media(prefers-reduced-motion:reduce){
  html.pf-intro-pending body::before,.pf-intro{display:none!important}
  .pf-intro__inner,.pf-intro__line::after,.pf-intro__note{animation:none!important}
  html.pf-motion-js:not(.pf-page-ready) .topbar,
  html.pf-motion-js:not(.pf-page-ready) .site-header,
  html.pf-motion-js:not(.pf-page-ready) .hero .hero-content,
  html.pf-motion-js:not(.pf-page-ready) .hero .hero-visual,
  html.pf-motion-js:not(.pf-page-ready) .page-hero .container,
  html.pf-motion-js:not(.pf-page-ready) main > section:first-child:not(.hero):not(.page-hero) > .container,
  .pf-reveal{opacity:1!important;transform:none!important;transition:none!important}
}


/* Contact hero — PerfectFix professional service layout */
.contact-hero-pro{
  position:relative;
  overflow:hidden;
  padding:72px 0;
  background:
    radial-gradient(circle at 16% 10%,rgba(215,166,54,.14),transparent 34%),
    linear-gradient(135deg,#172514 0%,#26391f 52%,#33452b 100%);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.contact-hero-pro:after{
  content:"";
  position:absolute;
  inset:auto -90px -150px auto;
  width:360px;
  height:360px;
  border:1px solid rgba(215,166,54,.12);
  border-radius:50%;
  box-shadow:0 0 0 54px rgba(215,166,54,.035),0 0 0 108px rgba(215,166,54,.02);
  pointer-events:none;
}
.contact-hero-pro__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.03fr) minmax(360px,.97fr);
  gap:58px;
  align-items:center;
}
.contact-hero-pro__content{color:#fff}
.contact-hero-pro__eyebrow{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.07);
  color:#f1d58d;
  font-size:12px;
  font-weight:800;
  margin-bottom:18px;
}
.contact-hero-pro h1{
  margin:0 0 18px;
  max-width:720px;
  color:#fff;
  font-size:clamp(38px,4.8vw,68px);
  line-height:1.28;
  letter-spacing:-.02em;
}
.contact-hero-pro h1 strong{
  color:#e2b43c;
  white-space:nowrap;
}
.contact-hero-pro__content>p{
  max-width:680px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:16px;
  line-height:1.95;
}
.contact-hero-pro__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}
.contact-hero-pro__actions .btn{
  min-height:50px;
  padding-inline:22px;
}
.contact-hero-pro__whatsapp{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:13px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-weight:800;
  font-size:13px;
  transition:.25s ease;
}
.contact-hero-pro__whatsapp:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.42);
}
.contact-hero-pro__note{
  margin-top:18px;
  color:rgba(255,255,255,.56);
  font-size:11px;
}
.contact-hero-pro__visual{
  position:relative;
  min-width:0;
  border-radius:28px;
  padding:7px;
  background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(215,166,54,.24));
  box-shadow:0 28px 55px rgba(5,11,4,.28);
}
.contact-hero-pro__visual img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:4/3;
  object-fit:cover;
  object-position:center;
  border-radius:22px;
}
.contact-hero-pro__badge{
  position:absolute;
  right:22px;
  bottom:22px;
  display:grid;
  gap:2px;
  min-width:178px;
  padding:12px 15px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:14px;
  background:rgba(20,33,16,.90);
  color:#fff;
  backdrop-filter:blur(9px);
  box-shadow:0 12px 28px rgba(0,0,0,.22);
}
.contact-hero-pro__badge span{
  color:#e5c46c;
  font-size:10px;
  font-weight:800;
}
.contact-hero-pro__badge strong{
  font-size:13px;
  line-height:1.5;
}
@media(max-width:900px){
  .contact-hero-pro{padding:52px 0}
  .contact-hero-pro__grid{grid-template-columns:1fr;gap:34px}
  .contact-hero-pro__content{text-align:center}
  .contact-hero-pro h1,.contact-hero-pro__content>p{margin-inline:auto}
  .contact-hero-pro__actions{justify-content:center}
  .contact-hero-pro__visual{width:min(680px,100%);margin-inline:auto}
}
@media(max-width:560px){
  .contact-hero-pro{padding:38px 0 42px}
  .contact-hero-pro__grid{gap:26px}
  .contact-hero-pro h1{font-size:34px;line-height:1.35}
  .contact-hero-pro__content>p{font-size:13px;line-height:1.85}
  .contact-hero-pro__actions{display:grid}
  .contact-hero-pro__actions .btn,.contact-hero-pro__whatsapp{width:100%}
  .contact-hero-pro__visual{padding:5px;border-radius:22px}
  .contact-hero-pro__visual img{border-radius:17px}
  .contact-hero-pro__badge{right:14px;bottom:14px;min-width:155px;padding:9px 11px}
}


/* PerfectFix Global Smart Search — lazy loaded index */
.global-search{position:relative;flex:none}
.global-search__trigger{
  width:216px;
  min-height:44px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:9px 12px;
  border:1px solid #dcd7c9;
  border-radius:13px;
  background:#fff;
  color:#6b7165;
  box-shadow:0 5px 14px rgba(43,49,33,.035);
  transition:.2s ease;
}
.global-search__trigger:hover,
.global-search__trigger[aria-expanded="true"]{
  border-color:#b8aa7e;
  box-shadow:0 0 0 3px rgba(215,173,59,.09);
  color:var(--olive);
}
.global-search__trigger svg,
.global-search__input-wrap svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  flex:none;
}
.global-search__trigger span{
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  font-size:11.5px;
  font-weight:600;
}
.global-search__panel{
  position:fixed;
  z-index:180;
  width:min(460px,calc(100vw - 24px));
  max-height:min(620px,calc(100vh - 120px));
  overflow:auto;
  padding:12px;
  border:1px solid #e1dccf;
  border-radius:19px;
  background:rgba(255,254,250,.985);
  box-shadow:0 26px 70px rgba(29,35,24,.22);
  backdrop-filter:blur(18px);
}
.global-search__panel[hidden]{display:none}
.global-search__input-wrap{
  position:sticky;
  top:-12px;
  z-index:2;
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 11px;
  background:#fffefa;
  border-bottom:1px solid #eee8da;
}
.global-search__input-wrap{color:var(--olive)}
.global-search__input-wrap input{
  flex:1;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:var(--ink);
  font-size:13px;
}
.global-search__input-wrap input::placeholder{color:#969b90}
.global-search__close{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:9px;
  background:#f3f0e6;
  color:#60665a;
  font-size:21px;
  line-height:1;
}
.global-search__status{
  padding:11px 9px 7px;
  color:var(--muted);
  font-size:10.5px;
}
.global-search__results{display:grid;gap:6px}
.global-search__result{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:10px;
  padding:11px 10px;
  border:1px solid transparent;
  border-radius:13px;
  background:#fff;
  transition:.18s ease;
}
.global-search__result:hover,
.global-search__result.is-active{
  border-color:#d9c88f;
  background:#faf7ec;
  transform:translateY(-1px);
}
.global-search__type{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:62px;
  padding:5px 8px;
  border-radius:999px;
  background:#f0ead6;
  color:#775d19;
  font-size:9px;
  font-weight:800;
  white-space:nowrap;
}
.global-search__result-copy{min-width:0}
.global-search__result strong{
  display:block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  color:#26301f;
  font-size:12px;
  line-height:1.55;
}
.global-search__result small{
  display:block;
  margin-top:2px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  color:#8a8f83;
  font-size:9.5px;
}
.global-search__arrow{
  color:#a37b1d;
  font-size:16px;
  direction:ltr;
}
.global-search__all-brands{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  margin-top:9px;
  border-top:1px solid #eee8da;
  color:var(--olive);
  font-size:11px;
  font-weight:800;
}
.global-search__empty{
  padding:25px 14px;
  text-align:center;
  color:var(--muted);
  font-size:12px;
}
.global-search__loading{
  padding:23px 12px;
  text-align:center;
  color:var(--muted);
  font-size:11px;
}
@media(max-width:1120px) and (min-width:821px){
  .global-search__trigger{width:172px}
  .global-search__trigger span{font-size:10.5px}
}
@media(max-width:820px){
  .global-search{
    margin-inline-start:auto;
    order:2;
  }
  .global-search__trigger{
    width:46px;
    min-width:46px;
    height:46px;
    min-height:46px;
    padding:0;
    justify-content:center;
    border-radius:13px;
  }
  .global-search__trigger span{display:none}
  .global-search__panel{
    right:12px!important;
    left:12px!important;
    width:auto;
    max-height:calc(100vh - 110px);
  }
  .menu-toggle{order:3;margin-right:0}
  .main-nav{order:4}
}
@media(max-width:560px){
  .global-search__panel{padding:9px;border-radius:16px}
  .global-search__result{grid-template-columns:auto 1fr;padding:10px 8px}
  .global-search__arrow{display:none}
  .global-search__type{min-width:55px;font-size:8.5px}
}

/* Mobile-only footer sizing — compact without affecting tablet/desktop */
@media(max-width:560px){
  .site-footer{
    margin-top:40px;
    padding:34px 0 14px;
  }
  .footer-grid{
    gap:18px;
  }
  .footer-brand{
    width:min(100%,230px);
    margin-inline:auto;
    padding:10px;
    border-radius:18px;
  }
  .footer-brand img{
    max-height:180px;
  }
  .footer-brand p{
    margin:8px 0 0;
    font-size:9.75px;
    line-height:1.65;
    text-align:center;
  }
  .footer-grid>div:not(.footer-brand){
    gap:4px;
  }
  .footer-grid h3{
    margin:0 0 5px;
    font-size:16px;
    line-height:1.5;
  }
  .footer-grid p,
  .footer-grid a{
    font-size:10.5px;
    line-height:1.65;
  }
  .footer-bottom{
    margin-top:18px;
    padding-top:12px;
    font-size:9px;
    line-height:1.7;
    text-align:center;
  }
}
