*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#0a0c12;color:#fff;overflow-x:hidden}
a{text-decoration:none;color:inherit}
nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:0 24px;height:68px;display:flex;align-items:center;justify-content:space-between;transition:background .4s}
nav.scrolled{background:rgba(10,12,18,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.07)}
.logo{font-size:19px;font-weight:800;color:#e8b84b;letter-spacing:-.5px}
.nav-links{display:flex;align-items:center;gap:24px}
.nav-links a{font-size:13px;color:rgba(255,255,255,.6);transition:color .2s;font-weight:500}
.nav-links a:hover,.nav-links a.active{color:#fff}
.nav-cta{background:#e8b84b !important;color:#000 !important;font-weight:700 !important;font-size:12px !important;padding:8px 18px;border-radius:999px;box-shadow:0 0 16px rgba(232,184,75,.25)}
.nav-burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.nav-burger span{width:22px;height:2px;background:#fff;border-radius:2px;transition:all .3s}
.mobile-menu{display:none;position:fixed;inset:0;top:68px;background:#0f1219;z-index:999;padding:32px 24px;flex-direction:column;gap:0}
.mobile-menu.open{display:flex}
.mobile-menu a{font-size:17px;font-weight:600;color:rgba(255,255,255,.8);padding:16px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.page{display:none}.page.active{display:block}
.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(10,12,18,.45) 0%,rgba(10,12,18,.7) 55%,rgba(10,12,18,1) 100%);z-index:1}
.hero-content{position:relative;z-index:2;max-width:820px;padding:0 24px}
.badge{display:inline-flex;align-items:center;background:rgba(232,184,75,.1);border:1px solid rgba(232,184,75,.3);color:#e8b84b;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:6px 16px;border-radius:999px;margin-bottom:26px}
.hero .badge{animation:fadeUp .8s ease both}
h1.ht{font-size:clamp(2.2rem,5.5vw,4rem);font-weight:900;line-height:1.1;letter-spacing:-1.5px;margin-bottom:20px;animation:fadeUp .8s .15s ease both}
h1.ht span{color:#e8b84b}
.hero-sub{font-size:clamp(.95rem,1.8vw,1.15rem);color:rgba(255,255,255,.72);max-width:540px;margin:0 auto 34px;line-height:1.65;animation:fadeUp .8s .3s ease both}
.hero-btns{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;animation:fadeUp .8s .45s ease both}
.btn-gold{background:#e8b84b;color:#000;font-weight:800;font-size:15px;padding:14px 30px;border-radius:12px;transition:all .25s;box-shadow:0 4px 24px rgba(232,184,75,.3);cursor:pointer;border:none;display:inline-block}
.btn-gold:hover{background:#f5cc5f;transform:translateY(-2px)}
.btn-ghost{border:1.5px solid rgba(255,255,255,.25);color:#fff;font-weight:600;font-size:15px;padding:14px 30px;border-radius:12px;transition:all .25s;cursor:pointer;background:transparent;display:inline-block}
.btn-ghost:hover{border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.06)}
.scroll-hint{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:7px;color:rgba(255,255,255,.35);font-size:10px;letter-spacing:.1em;text-transform:uppercase;animation:bounce 2.2s infinite}
.scroll-hint svg{width:18px;height:18px;stroke:currentColor;fill:none}
@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0)}55%{transform:translateX(-50%) translateY(7px)}}
@keyframes fadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
.proof{background:#111420;padding:18px 24px;border-bottom:1px solid rgba(255,255,255,.06)}
.proof-inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px;font-size:13px;color:rgba(255,255,255,.55)}
.proof-item{display:flex;align-items:center;gap:7px}
.proof-stars{color:#e8b84b;font-size:15px}
.proof-dot{width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,.2)}
.sec{padding:88px 24px}
.con{max-width:1100px;margin:0 auto}
.bg-dark{background:#0a0c12}.bg-mid{background:#111420}
.sh{text-align:center;margin-bottom:52px}
.sh h2{font-size:clamp(1.7rem,3.2vw,2.4rem);font-weight:800;letter-spacing:-.5px;margin-bottom:10px}
.sh p{color:rgba(255,255,255,.45);font-size:15px}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.photo-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:270px 270px;gap:12px}
.photo-grid img{width:100%;height:100%;object-fit:cover;border-radius:14px;transition:transform .4s;display:block}
.photo-grid img:hover{transform:scale(1.03)}
.photo-grid .tall{grid-row:span 2}
.accent-h{font-size:clamp(1.7rem,2.8vw,2.2rem);font-weight:800;letter-spacing:-.5px;margin:14px 0 10px;line-height:1.2}
.accent-h span{color:#e8b84b}
.muted{color:rgba(255,255,255,.45);margin-bottom:28px;line-height:1.65;font-size:14px}
.why-list{display:flex;flex-direction:column;gap:16px}
.why-item{display:flex;align-items:flex-start;gap:14px}
.why-ico{width:40px;height:40px;border-radius:10px;background:rgba(232,184,75,.1);border:1px solid rgba(232,184,75,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px}
.why-text strong{display:block;font-weight:700;font-size:14px;margin-bottom:2px}
.why-text span{font-size:12px;color:rgba(255,255,255,.4)}
.vid-wrap{position:relative;overflow:hidden;line-height:0}
.vid-wrap video{width:100%;height:500px;object-fit:cover;display:block}
.vid-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(10,12,18,.88) 38%,transparent);display:flex;align-items:center;padding:0 60px}
.vid-inner{max-width:400px}
.vid-inner h3{font-size:clamp(1.4rem,2.8vw,2rem);font-weight:800;margin-bottom:12px;line-height:1.25}
.vid-inner p{color:rgba(255,255,255,.55);line-height:1.65;margin-bottom:22px;font-size:14px}
.svc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}
.svc-card{background:#1a1d28;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:22px;display:flex;align-items:flex-start;gap:16px;transition:all .25s}
.svc-card:hover{border-color:rgba(232,184,75,.3);background:#1e2135;transform:translateY(-2px)}
.svc-ico{width:44px;height:44px;border-radius:12px;background:rgba(232,184,75,.1);border:1px solid rgba(232,184,75,.18);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px}
.svc-body strong{display:block;font-weight:700;font-size:13px;margin-bottom:4px}
.svc-body p{font-size:12px;color:rgba(255,255,255,.45);line-height:1.55}
.cats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:14px}
.cat-card{background:#1a1d28;border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:26px 20px;text-align:center;cursor:pointer;transition:all .3s}
.cat-card:hover{border-color:rgba(232,184,75,.35);transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,0,0,.35)}
.cat-ico{width:52px;height:52px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;}.cat-ico svg{width:44px;height:44px;display:block;flex-shrink:0;}
.cat-card h3{font-size:13px;font-weight:700;margin-bottom:5px}
.cat-card p{font-size:11px;color:rgba(255,255,255,.4);line-height:1.5}
.brands-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}

.brand-name{font-size:14px;font-weight:700;margin-bottom:4px;color:#e8b84b}

.catalog-controls{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px;align-items:center}
.search-box{flex:1;min-width:200px;position:relative}
.search-box input{width:100%;background:#1a1d28;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 16px 12px 42px;color:#fff;font-size:14px;outline:none;transition:border-color .2s}
.search-box input:focus{border-color:rgba(232,184,75,.4)}
.search-box input::placeholder{color:rgba(255,255,255,.3)}
.s-ico{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:16px;height:16px;stroke:rgba(255,255,255,.3);fill:none}
.filter-wrap{display:flex;gap:10px;flex-wrap:wrap}
.fsel{background:#1a1d28;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:11px 14px;color:#fff;font-size:13px;outline:none;cursor:pointer;transition:border-color .2s}
.fsel:focus{border-color:rgba(232,184,75,.4)}
.fsel option{background:#1a1d28}
.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px}
.no-res{text-align:center;padding:60px 24px;color:rgba(255,255,255,.3);font-size:15px;grid-column:1/-1}
.prod-card{background:#1a1d28;border:1px solid rgba(255,255,255,.07);border-radius:18px;overflow:hidden;transition:all .3s;display:flex;flex-direction:column;height:100%}
.prod-card:hover{border-color:rgba(232,184,75,.25);transform:translateY(-3px);box-shadow:0 12px 36px rgba(0,0,0,.4)}
.prod-img-wrap{width:100%;height:180px;background:#f5f6f7;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;flex-shrink:0}
.prod-img-wrap img{width:100%;height:100%;object-fit:contain;display:block;padding:10px;background:#fff}
.prod-placeholder{font-size:13px;color:#777;padding:20px;text-align:center}
.prod-body{padding:14px 16px;flex:1;display:flex;flex-direction:column;min-height:0}
.prod-brand{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#e8b84b;margin-bottom:4px}
.prod-name{font-size:13px;font-weight:700;margin-bottom:4px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.prod-type{font-size:11px;color:rgba(255,255,255,.38);margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.prod-desc{font-size:11px;color:rgba(255,255,255,.45);line-height:1.55;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.prod-code{font-size:10px;color:rgba(255,255,255,.25);margin-bottom:8px;font-family:monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.prod-price{font-size:13px;font-weight:800;color:#e8b84b;margin-bottom:8px;flex-shrink:0}
.prod-price.ask{color:rgba(255,255,255,.38);font-size:12px;font-weight:600}
.prod-btns{display:flex;gap:7px;margin-top:auto;padding-top:10px}
.pbtn{flex:1;font-size:11px;font-weight:700;padding:9px 8px;border-radius:8px;text-align:center;cursor:pointer;border:none;transition:all .2s}
.pbtn-g{background:#e8b84b;color:#000}.pbtn-g:hover{background:#f5cc5f}
.pbtn-o{background:transparent;border:1px solid rgba(255,255,255,.15);color:#fff}
.pbtn-o:hover{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.05)}
.rev-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}
.rev-card{background:#1a1d28;border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:22px;transition:border-color .3s}
.rev-card:hover{border-color:rgba(232,184,75,.18)}
.rev-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}
.rev-name{font-weight:700;font-size:14px;margin-bottom:2px}
.rev-date{font-size:11px;color:rgba(255,255,255,.3)}
.rev-stars{color:#e8b84b;font-size:13px}
.rev-text{font-size:13px;color:rgba(255,255,255,.5);line-height:1.65}
.steps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:28px}
.step{text-align:center}
.step-num{width:56px;height:56px;border-radius:50%;background:rgba(232,184,75,.08);border:1.5px solid rgba(232,184,75,.3);display:flex;align-items:center;justify-content:center;color:#e8b84b;font-weight:800;font-size:18px;margin:0 auto 16px;transition:all .3s}
.step:hover .step-num{background:rgba(232,184,75,.18);border-color:#e8b84b;box-shadow:0 0 22px rgba(232,184,75,.25)}
.step h3{font-size:13px;font-weight:700;margin-bottom:6px}
.step p{font-size:12px;color:rgba(255,255,255,.4);line-height:1.6}
.cta-block{background:linear-gradient(135deg,#e8b84b,#f0a820);text-align:center;padding:88px 24px;position:relative;overflow:hidden}
.cta-block::before{content:'';position:absolute;top:-40%;left:-20%;width:80%;height:180%;background:radial-gradient(ellipse,rgba(255,255,255,.18),transparent 60%);animation:ctaP 4s ease-in-out infinite}
@keyframes ctaP{0%,100%{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}
.cta-block h2{font-size:clamp(1.7rem,3.5vw,2.6rem);font-weight:900;color:#000;margin-bottom:12px;position:relative}
.cta-block>div>p{color:rgba(0,0,0,.6);margin-bottom:28px;font-size:16px;position:relative}
.btn-dark{display:inline-block;background:#000;color:#fff;font-weight:800;font-size:20px;padding:18px 48px;border-radius:14px;transition:all .25s;position:relative;box-shadow:0 6px 28px rgba(0,0,0,.25)}
.btn-dark:hover{background:#111;transform:translateY(-2px)}
.cta-note{margin-top:14px;color:rgba(0,0,0,.45);font-size:12px;position:relative}
.con-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.con-list{display:flex;flex-direction:column;gap:20px}
.crow{display:flex;align-items:flex-start;gap:14px}
.c-ico{width:40px;height:40px;border-radius:10px;background:rgba(232,184,75,.1);border:1px solid rgba(232,184,75,.18);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px}
.clabel{font-weight:700;font-size:14px;margin-bottom:3px}
.cval{font-size:13px;color:rgba(255,255,255,.45);line-height:1.6}
.cval a{color:rgba(255,255,255,.45);transition:color .2s}
.cval a:hover{color:#e8b84b}
.map-card{background:#1a1d28;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:32px;text-align:center}
.map-card span{font-size:56px;margin-bottom:16px;display:block}
.map-addr{font-weight:700;font-size:16px;margin-bottom:5px}
.map-dist{color:rgba(255,255,255,.35);font-size:13px;margin-bottom:22px}
.btn-map{display:block;background:#e8b84b;color:#000;font-weight:700;font-size:14px;padding:13px;border-radius:12px;transition:all .25s}
.btn-map:hover{background:#f5cc5f;transform:translateY(-1px)}
.btn-link{display:inline-block;margin-top:18px;border:1px solid rgba(232,184,75,.35);color:#e8b84b;font-size:12px;font-weight:600;padding:9px 18px;border-radius:9px;transition:all .2s}
.btn-link:hover{background:rgba(232,184,75,.08)}
.gal2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.gal2 img{width:100%;height:280px;object-fit:cover;border-radius:16px;display:block;transition:transform .4s}
.gal2 img:hover{transform:scale(1.02)}
footer{background:#070910;border-top:1px solid rgba(255,255,255,.06);padding:36px 24px}
.foot{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}
.foot h4{font-size:12px;font-weight:700;color:#e8b84b;margin-bottom:14px;letter-spacing:.06em;text-transform:uppercase}
.foot p,.foot a{font-size:12px;color:rgba(255,255,255,.35);line-height:2;display:block;transition:color .2s}
.foot a:hover{color:rgba(255,255,255,.7)}
.foot-bot{max-width:1100px;margin:20px auto 0;padding-top:16px;border-top:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;font-size:11px;color:rgba(255,255,255,.2)}
.rv{opacity:0;transform:translateY(26px);transition:opacity .65s ease,transform .65s ease}
.rv.in{opacity:1;transform:translateY(0)}
.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}
@media(max-width:768px){
  .nav-links{display:none}.nav-burger{display:flex}
  .two-col,.con-grid,.foot{grid-template-columns:1fr;gap:32px}
  .photo-grid{grid-template-columns:1fr;grid-template-rows:auto}
  .photo-grid .tall{grid-row:span 1}
  .gal2{grid-template-columns:1fr}
  .vid-wrap video{height:250px}
  .vid-overlay{position:static;padding:24px;background:rgba(10,12,18,.96)}
  .vid-wrap{display:flex;flex-direction:column}
  .catalog-controls{flex-direction:column}
  .search-box,.filter-wrap{width:100%}
  .fsel{flex:1}
  .hero-btns{flex-direction:column;align-items:center}
  .btn-gold,.btn-ghost{width:100%;max-width:300px;text-align:center}
  .cats-grid{grid-template-columns:repeat(2,1fr)}
  .brands-grid{grid-template-columns:repeat(2,1fr)}
  .prod-btns{flex-direction:column}
}
@media(max-width:420px){
  .cats-grid{grid-template-columns:1fr}
  .brands-grid{grid-template-columns:1fr}
}

/* ===== BRAND LOGO GRID (catalog page header) ===== */

.brand-logo-card{background:#1a1d28;border:1.5px solid rgba(255,255,255,.08);border-radius:14px;padding:18px 16px;text-align:center;cursor:pointer;transition:all .25s;user-select:none}
.brand-logo-card:hover{border-color:rgba(232,184,75,.45);background:rgba(232,184,75,.07);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.3)}
.brand-logo-name{font-size:13px;font-weight:800;color:#e8b84b;margin-bottom:5px;line-height:1.25}
.brand-logo-desc{font-size:11px;color:rgba(255,255,255,.38);line-height:1.5}

/* ===== BRAND GROUP in catalog grid ===== */
.brand-group{margin-bottom:48px}
.brand-group-hdr{display:flex;align-items:center;gap:14px;margin-bottom:20px;padding-bottom:14px;border-bottom:1.5px solid rgba(232,184,75,.2)}
.brand-group-name{font-size:1.25rem;font-weight:800;color:#e8b84b;letter-spacing:-.3px}

/* ===== CATEGORY LABEL inside group ===== */
.cat-group-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.35);padding:0 0 8px 2px;border-left:3px solid rgba(232,184,75,.5);padding-left:10px;margin:18px 0 10px}
.brand-group .cat-group-label:first-of-type{margin-top:0}

/* ===== PRODUCT ROW inside group ===== */
.prod-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px;margin-bottom:4px;align-items:stretch}

/* ===== PRODUCT IMAGE (real img tag) ===== */
.prod-img-wrap img{width:100%;height:100%;object-fit:contain;display:block;padding:8px}
.prod-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:11px;color:rgba(255,255,255,.2);font-style:italic}

/* ===== CATALOG BRAND TITLE BAR ===== */
#catalog-brand-title h3{line-height:1.2}

/* ===== MOBILE ===== */
@media(max-width:768px){
  
  .prod-row{grid-template-columns:1fr;align-items:stretch}
  .brand-group-hdr{flex-wrap:wrap}
}
@media(max-width:420px){
  
}

/* ===== BRAND CARDS WITH LOGOS ===== */
.brands-logo-section{padding:44px 24px;background:#111420}
.brands-logo-inner{max-width:1100px;margin:0 auto}
.brands-logo-title{font-size:clamp(1.2rem,2.2vw,1.55rem);font-weight:800;letter-spacing:-.3px;margin-bottom:8px;line-height:1.3}
.brands-logo-sub{font-size:14px;color:rgba(255,255,255,.45);margin-bottom:24px;line-height:1.6}

.brand-logo-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}

.brand-logo-item{
  background:#1a1d28;
  border:1.5px solid rgba(255,255,255,.08);
  border-radius:16px;
  overflow:hidden;
  cursor:pointer;
  transition:border-color .25s, transform .25s, box-shadow .25s;
  display:flex;
  flex-direction:column;
  user-select:none;
}
.brand-logo-item:hover{
  border-color:rgba(232,184,75,.45);
  transform:translateY(-3px);
  box-shadow:0 12px 36px rgba(0,0,0,.4);
}

/* White logo zone — same height for all */
.brand-logo-img-wrap{
  background:#fff;
  width:100%;
  height:110px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px 20px;
  flex-shrink:0;
}
.brand-logo-img-wrap img{
  max-width:100%;
  max-height:80px;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
}

/* Text zone */
.brand-logo-info{
  padding:14px 18px 16px;
  flex:1;
  display:flex;
  flex-direction:column;
}
.brand-logo-name{
  font-size:13px;
  font-weight:800;
  color:#e8b84b;
  margin-bottom:4px;
  line-height:1.25;
}
.brand-logo-desc{
  font-size:11px;
  color:rgba(255,255,255,.42);
  line-height:1.55;
}

/* Tablet */
@media(max-width:900px){
  .brand-logo-cards{grid-template-columns:repeat(2,1fr);gap:14px}
}
/* Mobile */
@media(max-width:560px){
  .brand-logo-cards{grid-template-columns:1fr;gap:12px}
  .brand-logo-img-wrap{height:96px}
}

/* ===== BRAND EMPTY MESSAGE ===== */
.brand-empty-msg{
  grid-column:1/-1;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  padding:56px 24px 48px;
  background:#1a1d28;
  border:1.5px solid rgba(232,184,75,.18);
  border-radius:18px;
}
.bem-logo-wrap{
  height:80px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:20px;
}
.bem-logo-wrap img{
  max-height:64px;
  max-width:200px;
  object-fit:contain;
}
.bem-title{font-size:1.3rem;font-weight:800;color:#e8b84b;margin-bottom:10px}
.bem-text{font-size:1rem;font-weight:700;color:#fff;margin-bottom:8px}
.bem-desc{font-size:13px;color:rgba(255,255,255,.45);line-height:1.65;max-width:480px;margin-bottom:24px}
.bem-btn{display:inline-block;font-size:14px;padding:11px 28px;margin:0 6px}

/* ===== CTA PHOTO BLOCK ===== */
.cta-photo-block{
  /* Override old gradient */
  background: #0a0c12 !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: stretch;
}
.cta-photo-block::before{ display:none !important; } /* kill old pseudo */

.cta-photo-inner{
  position: relative;
  width: 100%;
  min-height: 480px;
  display: flex;
  align-items: center;

  /* BG image */
  background-image: url('images/cta-bg.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

/* Overlay — uniform centre-focused so centred text stays readable */
.cta-photo-inner::before{
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.52);
  z-index: 1;
}

/* Content — centred on desktop and mobile */
.cta-photo-inner{
  justify-content: center;  /* centred horizontally */
}
.cta-content-left{
  position: relative;
  z-index: 2;
  max-width: 640px;
  width: 100%;
  padding: 72px 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-photo-title{
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 16px;
  text-shadow: 0 2px 12px rgba(0,0,0,.5);
}
.cta-photo-title span{ color: #e8b84b; }

.cta-photo-sub{
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: rgba(255,255,255,.82);
  line-height: 1.6;
  margin-bottom: 32px;
  text-shadow: 0 1px 6px rgba(0,0,0,.4);
}

.cta-photo-btn{
  display: inline-block;
  background: #e8b84b;
  color: #000;
  font-weight: 900;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  padding: 17px 42px;
  border-radius: 14px;
  letter-spacing: -.3px;
  transition: all .25s;
  box-shadow: 0 6px 28px rgba(232,184,75,.45);
  text-decoration: none;
  margin-bottom: 16px;
  display: inline-block;
}
.cta-photo-btn:hover{
  background: #f5cc5f;
  transform: translateY(-2px);
  box-shadow: 0 10px 40px rgba(232,184,75,.6);
}

.cta-photo-note{
  font-size: 13px;
  color: rgba(255,255,255,.5);
  margin-top: 12px;
  letter-spacing: .01em;
}

/* ── Mobile ── */
@media(max-width: 768px){
  .cta-photo-block{ min-height: 420px; }
  .cta-photo-inner{
    min-height: 420px;
    /* On mobile shift image focus to center-top so pump visible above text */
    background-position: 70% center;
  }
  /* Heavier overlay on mobile so text stays readable over the pump */
  .cta-photo-inner::before{
    background: linear-gradient(
      to bottom,
      rgba(0,0,0,.72) 0%,
      rgba(0,0,0,.65) 60%,
      rgba(0,0,0,.55) 100%
    );
  }
  .cta-content-left{
    padding: 48px 24px;
    max-width: 100%;
    text-align: center;
    align-items: center;
  }
  .cta-photo-btn{ font-size: 1.1rem; padding: 15px 32px; }
}

@media(max-width: 420px){
  .cta-photo-block{ min-height: 380px; }
  .cta-photo-inner{ background-position: 68% center; }
  .cta-content-left{ padding: 44px 20px; }
}

/* ===== WHY-US SECTION (clean two-column) ===== */
.why-section{
  background: #0a0c12;
  padding: 88px 24px;
}

/* Two-column layout */
.why-layout{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

/* ── Left column: single image ── */
.why-img-col{ position: relative; }

.why-img-wrap{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  /* Subtle gold frame */
  box-shadow: 0 0 0 1px rgba(232,184,75,.15), 0 24px 64px rgba(0,0,0,.55);
  aspect-ratio: 4/5;   /* portrait — tall, dominant */
}

.why-img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .6s ease;
}
.why-img-wrap:hover img{ transform: scale(1.03); }

/* Decorative gold accent bar — left edge */
.why-img-col::before{
  content: '';
  position: absolute;
  left: -16px;
  top: 10%;
  height: 80%;
  width: 3px;
  background: linear-gradient(to bottom, transparent, #e8b84b 30%, #e8b84b 70%, transparent);
  border-radius: 2px;
}

/* ── Right column: text ── */
.why-text-col{
  display: flex;
  flex-direction: column;
  gap: 0;
}

.why-lead{
  font-size: 15px;
  color: rgba(255,255,255,.5);
  line-height: 1.7;
  margin-bottom: 40px;
}

/* ── Feature list ── */
.why-feats{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-feat{
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 18px 20px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  transition: border-color .25s, background .25s;
}
.why-feat:hover{
  border-color: rgba(232,184,75,.25);
  background: rgba(232,184,75,.04);
}

.why-feat-ico{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(232,184,75,.08);
  border: 1px solid rgba(232,184,75,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why-feat-body{
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 2px;
}
.why-feat-body strong{
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.why-feat-body span{
  font-size: 12px;
  color: rgba(255,255,255,.42);
  line-height: 1.5;
}

/* ── Mobile ── */
@media(max-width: 768px){
  .why-layout{
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .why-img-col::before{ display: none; }
  .why-img-wrap{ aspect-ratio: 16/9; } /* landscape on mobile — less height */
  .why-section{ padding: 60px 24px; }
  .why-lead{ margin-bottom: 28px; }
  .why-feats{ gap: 12px; }
  .why-feat{ padding: 14px 16px; gap: 14px; }
}

/* ===== SERVICE BLOCK (redesigned) ===== */
.svc-section{background:#111420;padding:80px 24px}

.svc-grid-new{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.svc-card-new{
  background:#16192a;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:28px 24px 24px;
  display:flex;
  flex-direction:column;
  gap:0;
  transition:border-color .25s, background .25s, transform .25s, box-shadow .25s;
  height:100%;
}
.svc-card-new:hover{
  border-color:rgba(232,184,75,.35);
  background:#1a1d30;
  transform:translateY(-3px);
  box-shadow:0 12px 36px rgba(0,0,0,.35);
}

/* Icon zone — fixed size, centred */
.svc-ico-new{
  width:52px;
  height:52px;
  border-radius:14px;
  background:rgba(232,184,75,.08);
  border:1px solid rgba(232,184,75,.16);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  margin-bottom:20px;
}
.svc-ico-new svg{
  width:30px;
  height:30px;
  display:block;
}

/* Text */
.svc-body-new{flex:1;display:flex;flex-direction:column;gap:8px}
.svc-body-new strong{
  display:block;
  font-size:14px;
  font-weight:700;
  color:#fff;
  line-height:1.3;
  letter-spacing:-.1px;
}
.svc-body-new p{
  font-size:12px;
  color:rgba(255,255,255,.5);
  line-height:1.65;
  margin:0;
}

.svc-cta-row{text-align:center;margin-top:36px}

@media(max-width:900px){
  .svc-grid-new{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .svc-grid-new{grid-template-columns:1fr;gap:12px}
  .svc-section{padding:60px 24px}
}

/* ===== REVIEWS SECTION ===== */
.rev-section{background:#0d0f1a;padding:80px 24px}

.rev-grid-new{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  align-items:start;
}

.rev-card-new{
  background:#14172a;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  padding:24px;
  display:flex;
  flex-direction:column;
  gap:16px;
  transition:border-color .25s, transform .25s;
  height:100%;
}
.rev-card-new:hover{
  border-color:rgba(232,184,75,.3);
  transform:translateY(-2px);
}

/* Head: avatar + name + stars */
.rev-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.rev-author{display:flex;align-items:center;gap:12px}

.rev-avatar{
  width:40px;height:40px;border-radius:50%;
  background:linear-gradient(135deg,rgba(232,184,75,.3),rgba(232,184,75,.1));
  border:1px solid rgba(232,184,75,.25);
  display:flex;align-items:center;justify-content:center;
  font-size:16px;font-weight:700;color:#e8b84b;
  flex-shrink:0;
}

.rev-name{font-size:14px;font-weight:700;color:#fff;margin-bottom:4px}

.rev-meta{display:flex;align-items:center;gap:5px;flex-wrap:wrap}
.rev-source{display:flex;align-items:center;gap:4px;font-size:11px;color:rgba(255,255,255,.4)}
.rev-source svg{flex-shrink:0}
.rev-dot{font-size:11px;color:rgba(255,255,255,.25)}
.rev-date{font-size:11px;color:rgba(255,255,255,.38)}

.rev-stars{color:#e8b84b;font-size:14px;letter-spacing:1px;flex-shrink:0;padding-top:2px}

/* Review text */
.rev-body{
  font-size:13px;
  color:rgba(255,255,255,.65);
  line-height:1.7;
  flex:1;
}

/* Placeholder card */
.rev-card-placeholder{
  border-style:dashed;
  border-color:rgba(255,255,255,.1);
  background:transparent;
  justify-content:center;
  align-items:center;
  min-height:160px;
}
.rev-card-placeholder:hover{
  border-color:rgba(232,184,75,.25);
  transform:none;
}
.rev-placeholder-inner{
  display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;
  padding:8px;
}
.rev-placeholder-ico svg{opacity:.35}
.rev-placeholder-inner p{font-size:12px;color:rgba(255,255,255,.3);margin:0}
.rev-leave-btn{
  font-size:12px;color:#e8b84b;text-decoration:none;
  border:1px solid rgba(232,184,75,.3);
  padding:7px 16px;border-radius:999px;
  transition:all .2s;
}
.rev-leave-btn:hover{background:rgba(232,184,75,.1);border-color:rgba(232,184,75,.6)}

/* CTA row */
.rev-cta-row{text-align:center;margin-top:36px}

/* Tablet */
@media(max-width:900px){
  .rev-grid-new{grid-template-columns:repeat(2,1fr)}
  .rev-card-placeholder{display:none} /* hide placeholder on narrow screens */
}
/* Mobile */
@media(max-width:560px){
  .rev-grid-new{grid-template-columns:1fr;gap:12px}
  .rev-section{padding:60px 24px}
}


/* Final icon consistency */
.mini-inline-ico{width:16px;height:16px;vertical-align:-3px;margin-right:5px;color:#e8b84b}
.svc-ico-svg svg,.c-ico-svg svg{width:24px;height:24px;stroke:#e0e0e0;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.svc-ico-svg svg .accent,.c-ico-svg svg .accent,.map-svg svg .accent{stroke:#e8b84b}
.map-svg{display:inline-flex!important;align-items:center;justify-content:center}
.map-svg svg{width:64px;height:64px;stroke:#e0e0e0;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}

/* ===== STORE GALLERY ===== */
.store-section{background:#0d0f1a;padding:80px 24px}

.store-desc{
  font-size:15px;color:rgba(255,255,255,.55);
  line-height:1.7;max-width:680px;margin:0 0 20px;
}
.store-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:36px}
.store-tag{
  font-size:11px;font-weight:600;
  background:rgba(232,184,75,.1);
  border:1px solid rgba(232,184,75,.22);
  color:#e8b84b;
  padding:5px 14px;border-radius:999px;
  letter-spacing:.03em;
}

/* Gallery grid */
.store-gallery{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:200px;
  gap:10px;
}
.sg-item{
  position:relative;overflow:hidden;border-radius:14px;
  background:#1a1d28;
  cursor:default;
}
.sg-item img{
  width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .45s ease;
}
.sg-item:hover img{transform:scale(1.05)}

/* Size variants */
.sg-large{grid-column:span 2;grid-row:span 2}   /* 2×2 */
.sg-medium{grid-column:span 2;grid-row:span 1}  /* 2×1 */
.sg-small{grid-column:span 1;grid-row:span 1}   /* 1×1 */

/* Label */
.sg-label{
  position:absolute;bottom:0;left:0;right:0;
  padding:10px 14px 10px;
  background:linear-gradient(to top,rgba(0,0,0,.72) 0%,transparent 100%);
  font-size:11px;font-weight:600;
  color:rgba(255,255,255,.75);
  letter-spacing:.02em;
  pointer-events:none;
}

/* Location note */
.store-note{
  display:flex;align-items:center;gap:8px;
  margin-top:28px;
  font-size:12px;color:rgba(255,255,255,.38);
}

/* Mobile */
@media(max-width:900px){
  .store-gallery{grid-template-columns:repeat(2,1fr);grid-auto-rows:160px}
  .sg-large{grid-column:span 2;grid-row:span 1}
  .sg-medium{grid-column:span 2}
  .sg-small{grid-column:span 1}
}
@media(max-width:560px){
  .store-gallery{grid-template-columns:1fr;grid-auto-rows:200px}
  .sg-large,.sg-medium,.sg-small{grid-column:span 1;grid-row:span 1}
  .store-section{padding:60px 24px}
}

/* ===== EXTENDED BRANDS ===== */
.ext-brands-section{background:#111420;padding:56px 24px}

.ext-brands-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.ext-brand-item{
  background:#1a1d28;
  border:1px solid rgba(255,255,255,.07);
  border-radius:12px;
  padding:16px 18px;
  transition:border-color .2s;
}
.ext-brand-item:hover{border-color:rgba(232,184,75,.25)}
.ext-brand-name{
  font-size:13px;font-weight:700;color:#e0e8ff;
  margin-bottom:4px;
}
.ext-brand-desc{font-size:11px;color:rgba(255,255,255,.38);line-height:1.5}

@media(max-width:900px){.ext-brands-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){
  .ext-brands-grid{grid-template-columns:1fr}
  .ext-brands-section{padding:44px 24px}
}

.brand-text-logo{display:flex;align-items:center;justify-content:center}
.brand-logo-img-wrap{width:100%;height:64px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;overflow:hidden;margin-bottom:10px}
.brand-logo-img-wrap img{max-width:90%;max-height:52px;object-fit:contain}
