
:root{--bg:#05070b;--panel:#0e1622;--line:rgba(255,255,255,.13);--text:#f8fafc;--muted:#aeb7c7;--orange:#ff6a00;--gold:#d9a441}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#05070b;color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.wrap{width:min(1220px,calc(100% - 40px));margin:auto}
body:before{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 14% 5%,rgba(255,106,0,.14),transparent 27%),radial-gradient(circle at 85% 6%,rgba(18,61,117,.35),transparent 32%),linear-gradient(180deg,#05070b,#07101c 46%,#05070b)}
body:after{content:"";position:fixed;inset:0;z-index:-1;opacity:.04;background-image:linear-gradient(#fff 1px,transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px);background-size:62px 62px}
.header{position:sticky;top:0;z-index:50;background:rgba(5,7,11,.86);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav{height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{height:72px;width:auto;filter:drop-shadow(0 18px 44px rgba(0,0,0,.45))}.menu{display:flex;gap:18px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.02em}.menu a:hover,.menu a.active{color:var(--orange)}.lang{display:flex;gap:8px}.lang a{border:1px solid var(--line);border-radius:999px;padding:10px 13px;font-size:13px;font-weight:950;background:rgba(255,255,255,.06)}.lang a.active{background:var(--orange);border-color:var(--orange)}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:16px 24px;font-weight:950;background:var(--orange);color:#fff;box-shadow:0 18px 46px rgba(255,106,0,.22);transition:.2s}.btn:hover{transform:translateY(-2px)}.btn.alt{background:rgba(255,255,255,.08);border:1px solid var(--line);box-shadow:none}
.hero{min-height:850px;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#05070b 0%,rgba(5,7,11,.92) 42%,rgba(5,7,11,.38) 100%)}.hero-lines{position:absolute;inset:0;opacity:.45;background:radial-gradient(circle at 80% 35%,rgba(255,106,0,.16),transparent 26%)}.hero-grid{position:relative;display:grid;grid-template-columns:.94fr 1.06fr;gap:58px;align-items:center}.hero-logo{width:420px;max-width:92%;margin-bottom:24px;filter:drop-shadow(0 25px 70px rgba(0,0,0,.5))}.badge{display:inline-flex;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);border-radius:999px;padding:10px 15px;color:#f6d59b;font-size:13px;font-weight:950}h1{font-size:clamp(46px,7vw,94px);line-height:.9;letter-spacing:-.06em;margin:24px 0 20px}.orange,h1 span{color:var(--orange)}.lead{font-size:20px;line-height:1.6;color:#d8deea;max-width:720px}.cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.hero-stage{position:relative;height:565px}.hero-card{position:absolute;right:0;top:50px;width:84%;height:465px;border-radius:34px;overflow:hidden;border:1px solid rgba(255,255,255,.18);box-shadow:0 35px 95px rgba(0,0,0,.55);transition:opacity .9s ease, transform .9s ease;background:#08101a}.hero-card img{width:100%;height:100%;object-fit:contain;background:#08101a;padding:10px}.hero-card.fade{opacity:.06;transform:scale(.96) rotate(-2deg)}.hero-info{position:absolute;left:0;bottom:30px;width:330px;border:1px solid var(--line);border-radius:28px;background:rgba(14,22,34,.9);backdrop-filter:blur(15px);padding:25px}.hero-info b{font-size:56px;color:var(--orange);display:block}.hero-info span{font-weight:900;color:#e9eef8}.chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.chip{border:1px solid var(--line);background:rgba(255,255,255,.06);border-radius:999px;padding:9px 12px;color:#d9e1ed;font-size:13px;font-weight:800}
section{padding:86px 0}.head{display:flex;justify-content:space-between;align-items:end;gap:44px;margin-bottom:38px}.eyebrow{color:var(--gold);font-size:13px;font-weight:950;letter-spacing:.24em;text-transform:uppercase}h2{font-size:clamp(36px,5vw,62px);line-height:.98;letter-spacing:-.05em;margin:12px 0}.head p,.text p,.center p{font-size:18px;line-height:1.65;color:var(--muted);max-width:680px}.intro-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:26px}.intro-card{border:1px solid var(--line);border-radius:32px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));padding:34px}.intro-card b{font-size:76px;color:var(--orange)}.intro-card h3{font-size:30px;margin:10px 0}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.info-card{border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:28px;padding:28px}.info-card h3{font-size:25px;margin:0 0 12px}.info-card p,.info-card li{color:var(--muted);line-height:1.58}.process{counter-reset:step}.step{display:flex;gap:18px}.step:before{counter-increment:step;content:counter(step);height:46px;width:46px;border-radius:50%;background:var(--orange);display:grid;place-items:center;font-weight:950;flex:none}.split{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.visual{border:1px solid var(--line);border-radius:34px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.35);background:#08101a}.visual img{height:470px;width:100%;object-fit:contain;background:#08101a;padding:16px}
.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.gallery-grid img{height:155px;width:100%;object-fit:contain;border-radius:18px;border:1px solid var(--line);background:#08101a;padding:8px;cursor:zoom-in}.gallery-grid.gallery-large{grid-template-columns:repeat(4,1fr)}.gallery-grid.gallery-large img{height:220px;padding:10px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.045);overflow:hidden}.product-img{height:210px;background:#08101a;display:flex;align-items:center;justify-content:center}.product img{height:100%;width:100%;object-fit:contain;padding:8px}.product div:not(.product-img){padding:24px}.product h3{font-size:24px;margin:0 0 8px}.product p{color:var(--muted);line-height:1.55}.faq{display:grid;grid-template-columns:1fr 1fr;gap:18px}.faq-item{border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.045);padding:24px}.faq-item h3{font-size:21px;margin:0 0 10px}.faq-item p{color:var(--muted);line-height:1.55}.contact-box{display:grid;grid-template-columns:1fr 1fr;gap:28px;border:1px solid rgba(255,106,0,.35);background:rgba(255,106,0,.06);border-radius:36px;padding:36px}.contact-box input,.contact-box textarea,select{width:100%;background:#070d15;border:1px solid var(--line);border-radius:16px;color:white;padding:15px;margin-bottom:12px;font:inherit}.contact-box textarea{min-height:140px}.footer{border-top:1px solid var(--line);padding:42px 0;background:#030508;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:30px}.footer img{height:60px}.footer a{display:block;color:var(--muted);margin:8px 0}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.price-card{border:1px solid var(--line);border-radius:26px;background:rgba(255,255,255,.045);padding:26px}.price-wide{max-width:900px}.row{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(255,255,255,.09);padding:13px 0;color:#d6deea}.row:last-child{border:0}.row b{color:#fff}.note,.seo-copy p{color:var(--muted);line-height:1.7;font-size:18px}.breadcrumbs{color:var(--muted);font-size:14px;margin-bottom:18px}.breadcrumbs a{color:#dbe5f4}.clickable-card{cursor:zoom-in}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.9);display:none;align-items:center;justify-content:center;z-index:9999;padding:24px}.lightbox.open{display:flex}.lightbox img{max-width:96vw;max-height:90vh;object-fit:contain;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.6)}.lightbox button{position:absolute;top:22px;right:28px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:white;font-size:34px;cursor:pointer}
@media(max-width:1050px){.menu{display:none}.hero-grid,.intro-grid,.contact-box,.split{grid-template-columns:1fr}.cards-grid,.products-grid,.price-grid{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:repeat(3,1fr)}.faq{grid-template-columns:1fr}.hero-stage{height:460px}.hero-card{width:88%}}
@media(max-width:650px){.wrap{width:min(100% - 28px,1220px)}.nav{height:76px}.logo{height:58px}.hero{min-height:auto;padding:50px 0}.hero-logo{width:300px}.hero-stage{height:360px}.hero-card{height:300px}.hero-info{width:250px;bottom:0}.head{display:block}.cards-grid,.products-grid,.price-grid,.gallery-grid,.gallery-grid.gallery-large,.footer-grid{grid-template-columns:1fr}.gallery-grid img{height:220px}.btn{width:100%}.visual img{height:320px}}

.owner-note{margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);font-size:14px;color:#aeb7c7;text-align:center}

/* FIX: products mobile layout */
.products-grid{align-items:stretch;}
.product{display:flex;flex-direction:column;min-width:0;height:auto;overflow:hidden;}
.product-img{flex:0 0 210px;width:100%;background:#08101a;display:flex;align-items:center;justify-content:center;}
.product-img img{width:100%;height:100%;object-fit:contain;padding:12px;}
.product-content{padding:24px;}
.product-content h3{overflow-wrap:anywhere;word-break:normal;hyphens:auto;}
.product-content p{overflow-wrap:anywhere;}
@media(max-width:760px){
  .products-grid{display:grid!important;grid-template-columns:1fr!important;gap:22px!important;}
  .product{width:100%!important;min-height:auto!important;}
  .product-img{height:220px!important;flex-basis:220px!important;}
  .product-content{padding:22px!important;}
  .product-content h3{font-size:26px!important;line-height:1.15!important;margin:0 0 12px!important;}
  .product-content p{font-size:18px!important;line-height:1.45!important;margin:0!important;}
}

/* FINAL PRICE LIST + FACEBOOK */
.facebook-note{margin-top:18px;padding:16px 0;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#dbe5f4;font-weight:800}
.facebook-note a{color:#ff6a00;display:inline!important;margin:0!important}
.owner-note{margin-top:6px;padding:12px 0 0;text-align:center;color:#aeb7c7;font-size:14px}
.fb-hero{border-color:rgba(255,106,0,.45)!important;color:#fff!important}
.price-list-full{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:36px}
.price-section{border:1px solid rgba(255,255,255,.13);border-radius:28px;background:rgba(255,255,255,.045);padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.22)}
.price-section h2{font-size:28px;line-height:1.1;letter-spacing:-.02em;margin:10px 0 12px}
.price-label{display:inline-flex;background:#ff6a00;color:#fff;border-radius:999px;padding:8px 13px;font-weight:950;font-size:13px;text-transform:uppercase;letter-spacing:.04em}
.price-subtitle,.price-note,.price-final-note{color:#aeb7c7;line-height:1.55}
.price-rows{margin-top:18px;border-top:1px solid rgba(255,255,255,.1)}
.price-row{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(255,255,255,.1);padding:13px 0;color:#d6deea}
.price-row b{color:#fff;white-space:nowrap}
.price-final-note{margin-top:24px;padding:22px;border:1px solid rgba(255,106,0,.35);border-radius:22px;background:rgba(255,106,0,.06)}
.price-seo{margin-top:46px;border-top:1px solid rgba(255,255,255,.1);padding-top:30px}
.price-seo h2{font-size:38px}
@media(max-width:900px){.price-list-full{grid-template-columns:1fr}.price-section{padding:22px}.price-section h2{font-size:25px}.price-row{font-size:16px}}

/* FINAL FOOTER + PHONE FIX */
.header-phone{display:inline-flex;align-items:center;border:1px solid rgba(255,106,0,.45);border-radius:999px;padding:10px 13px;font-size:13px;font-weight:950;color:#fff;background:rgba(255,106,0,.12);white-space:nowrap}
.hero-phone{margin-top:18px;color:#d8deea;font-size:18px;font-weight:800}
.hero-phone a{color:#ff6a00;font-weight:950}
.footer-modern{text-align:center}
.footer-logo{height:70px;margin:0 auto 18px}
.footer-tagline{color:#d8deea;font-size:18px;line-height:1.45;margin:0 auto 24px;max-width:850px}
.footer-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:22px 0}
.footer-contact-card{display:block;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.045);border-radius:22px;padding:22px;text-align:left;color:#fff!important}
.footer-contact-card strong{display:block;color:#d9a441;text-transform:uppercase;font-size:13px;letter-spacing:.14em;margin-bottom:10px}
.footer-contact-card span{display:block;font-size:22px;font-weight:950;color:#fff;margin-bottom:8px}
.footer-contact-card small{display:block;color:#aeb7c7;line-height:1.45}
.owner-note{margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);font-size:14px;color:#aeb7c7;text-align:center}
.contact-phone-card{margin-top:24px;border:1px solid rgba(255,106,0,.35);background:rgba(255,106,0,.08);border-radius:22px;padding:22px}
.contact-phone-card strong{display:block;color:#d9a441;text-transform:uppercase;font-size:13px;letter-spacing:.14em;margin-bottom:8px}
.contact-phone-card a{display:block;color:#fff;font-size:28px;font-weight:950;margin-bottom:8px}
.contact-phone-card p{color:#d8deea;line-height:1.45;margin:0}
@media(max-width:1050px){.header-phone{display:none}.footer-contact-grid{grid-template-columns:1fr}}

/* HERO POLISH READABILITY + LOGO FIX */
.hero-logo{
  width:300px!important;
  max-width:76%!important;
  border-radius:18px;
  box-shadow:0 20px 60px rgba(0,0,0,.28);
  margin-bottom:24px!important;
}
.logo{
  height:58px!important;
  border-radius:10px;
}
h1{
  font-size:clamp(42px,5.4vw,74px)!important;
  line-height:.95!important;
  letter-spacing:-.045em!important;
}
.hero-info span{
  display:block;
  line-height:1.25;
}
.dxcc-stat{
  position:absolute;
  right:22px;
  bottom:18px;
  width:300px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:26px;
  background:rgba(14,22,34,.92);
  backdrop-filter:blur(15px);
  padding:22px;
  box-shadow:0 22px 70px rgba(0,0,0,.38);
}
.dxcc-stat b{
  display:block;
  font-size:50px;
  line-height:1;
  color:#ff6a00;
  font-weight:950;
}
.dxcc-stat span{
  display:block;
  margin-top:8px;
  color:#e9eef8;
  font-weight:900;
  line-height:1.25;
}
@media(max-width:1050px){
  .dxcc-stat{position:relative;right:auto;bottom:auto;width:100%;margin-top:18px}
}
@media(max-width:650px){
  .hero-logo{width:230px!important;max-width:70%!important}
  h1{font-size:clamp(38px,12vw,54px)!important}
  .logo{height:50px!important}
}

/* FINAL HERO B VARIANT */
.hero{min-height:780px!important}
.hero-grid{grid-template-columns:1fr 1.04fr!important;gap:64px!important}
.hero-copy{max-width:680px}
.hero-logo{
  width:260px!important;
  max-width:58%!important;
  margin-bottom:28px!important;
  border-radius:14px!important;
  box-shadow:0 18px 55px rgba(0,0,0,.26)!important;
}
.logo{height:54px!important;border-radius:9px!important}
.hero h1,
h1{
  font-size:clamp(42px,4.6vw,64px)!important;
  line-height:1.02!important;
  letter-spacing:-.04em!important;
}
.hero h1 span{color:#ff6a00}
.hero .lead{font-size:19px!important;line-height:1.62!important;max-width:650px!important}
.hero-phone{margin-top:18px;color:#d8deea;font-size:18px;font-weight:800}
.hero-phone a{color:#ff6a00;font-weight:950}
.hero-stage{height:560px!important}
.hero-card{top:42px!important;right:0!important;width:88%!important;height:390px!important}
.hero-card-caption{
  position:absolute;
  right:0;
  top:448px;
  width:88%;
  color:#aeb7c7;
  font-size:14px;
  line-height:1.35;
  text-align:center;
}
.hero-info{
  left:0!important;
  bottom:54px!important;
  width:260px!important;
  padding:22px!important;
}
.hero-info b,.dxcc-stat b{font-size:48px!important}
.dxcc-stat{
  right:0!important;
  bottom:54px!important;
  width:300px!important;
  padding:22px!important;
}
@media(max-width:1050px){
  .hero-grid{grid-template-columns:1fr!important}
  .hero-stage{height:auto!important;display:grid;gap:18px}
  .hero-card{position:relative!important;top:auto!important;right:auto!important;width:100%!important;height:330px!important}
  .hero-card-caption{position:relative!important;top:auto!important;right:auto!important;width:100%!important}
  .hero-info,.dxcc-stat{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;width:100%!important}
}
@media(max-width:650px){
  .hero-logo{width:200px!important;max-width:62%!important}
  .hero h1,h1{font-size:clamp(34px,9vw,46px)!important;line-height:1.05!important}
  .hero .lead{font-size:17px!important}
  .logo{height:48px!important}
}

/* FINAL LAYOUT FIX - smaller hero, bigger card, no empty right side */
.hero-final{min-height:760px!important;padding:64px 0 74px!important;align-items:center!important}
.hero-grid-final{display:grid!important;grid-template-columns:minmax(470px,.88fr) minmax(560px,1.12fr)!important;gap:76px!important;align-items:center!important}
.hero-copy{max-width:650px!important}
.hero-logo-final{width:235px!important;max-width:48%!important;height:auto!important;margin:0 0 26px!important;border-radius:22px!important;background:rgba(8,16,26,.62)!important;box-shadow:0 18px 55px rgba(0,0,0,.28)!important}
.hero-title-final{margin:24px 0 18px!important;font-size:clamp(36px,3.45vw,52px)!important;line-height:1.05!important;letter-spacing:-.032em!important;font-weight:900!important}
.hero-title-final .hero-main,.hero-title-final .hero-sub{display:block!important}
.hero-title-final .hero-main{color:#f8fafc!important}
.hero-title-final .hero-sub{color:#ff6a00!important;margin-top:10px!important;font-size:.86em!important}
.hero-final .lead{font-size:18px!important;line-height:1.62!important;max-width:640px!important}
.hero-stage-final{position:relative!important;height:auto!important;min-height:610px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:18px!important}
.hero-card-final{position:relative!important;top:auto!important;right:auto!important;width:100%!important;height:440px!important;border-radius:34px!important}
.hero-card-final img{width:100%!important;height:100%!important;object-fit:contain!important;padding:14px!important}
.hero-card-caption{position:relative!important;top:auto!important;right:auto!important;width:100%!important;margin:0!important;color:#aeb7c7!important;font-size:14px!important;line-height:1.4!important;text-align:center!important}
.hero-stats-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px!important;margin-top:4px!important}
.hero-stats-row .hero-info,.hero-stats-row .dxcc-stat{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;width:100%!important;padding:22px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:24px!important;background:rgba(14,22,34,.92)!important}
.hero-stats-row b{display:block!important;font-size:48px!important;line-height:1!important;color:#ff6a00!important;font-weight:950!important}
.hero-stats-row span{display:block!important;margin-top:8px!important;color:#e9eef8!important;font-weight:900!important;line-height:1.25!important}
.header .logo,.logo{height:48px!important;width:auto!important;border-radius:8px!important}
@media(max-width:1180px){.hero-grid-final{grid-template-columns:1fr!important;gap:44px!important}.hero-stage-final{min-height:auto!important}.hero-card-final{height:360px!important}}
@media(max-width:650px){.hero-final{padding:42px 0 54px!important}.hero-logo-final{width:190px!important;max-width:62%!important}.hero-title-final{font-size:clamp(32px,8.2vw,42px)!important}.hero-final .lead{font-size:17px!important}.hero-stats-row{grid-template-columns:1fr!important}.hero-card-final{height:310px!important}}

/* WORKING CONTACT FORM */
.contact-form{display:block}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;background:#070d15;border:1px solid rgba(255,255,255,.13);border-radius:16px;color:white;padding:15px;margin-bottom:12px;font:inherit}
.contact-form textarea{min-height:160px;resize:vertical}
.contact-form button{border:0;cursor:pointer}
.form-note{color:#aeb7c7;font-size:14px;line-height:1.45;margin-top:14px}
.form-note a{color:#ff6a00;font-weight:900}
.hp-field{position:absolute!important;left:-9999px!important;opacity:0!important}
.form-status{border-radius:18px;padding:16px 18px;margin:0 0 18px;font-weight:800}
.form-status.ok{background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.35);color:#bbf7d0}
.form-status.error{background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.35);color:#fecaca}
@media(max-width:650px){.form-grid{grid-template-columns:1fr}}

/* FINAL POLISH - premium hero without white logo plate */
.hero-polished{min-height:740px!important;padding:62px 0 72px!important;align-items:center!important}
.hero-grid-polished{display:grid!important;grid-template-columns:minmax(480px,.9fr) minmax(580px,1.1fr)!important;gap:72px!important;align-items:center!important}
.brand-wordmark{position:relative;display:inline-flex;align-items:baseline;gap:0;font-size:54px;line-height:1;font-weight:950;letter-spacing:-.075em;margin-bottom:26px}
.brand-wordmark span{color:#f8fafc}.brand-wordmark b{color:#ff6a00}.brand-wordmark i{position:absolute;left:4px;right:0;top:-16px;height:8px;border-top:5px solid #0b63b6;transform:skewX(-28deg);opacity:.85}
.hero-title-polished{font-size:clamp(34px,3.05vw,48px)!important;line-height:1.08!important;letter-spacing:-.028em!important;margin:24px 0 18px!important;font-weight:900!important}
.hero-title-polished span,.hero-title-polished em{display:block!important;font-style:normal!important}.hero-title-polished span{color:#f8fafc!important}.hero-title-polished em{color:#ff6a00!important;margin-top:12px!important;font-size:.78em!important;max-width:580px!important}
.hero-polished .lead{font-size:18px!important;line-height:1.62!important;max-width:630px!important}
.hero-stage-polished{height:auto!important;min-height:610px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:18px!important}
.hero-card-polished{position:relative!important;top:auto!important;right:auto!important;width:100%!important;height:455px!important;border-radius:34px!important}
.hero-card-polished img{width:100%!important;height:100%!important;object-fit:contain!important;padding:14px!important}
.hero-card-caption{position:relative!important;top:auto!important;right:auto!important;width:100%!important;margin:0!important;color:#aeb7c7!important;font-size:14px!important;line-height:1.4!important;text-align:center!important}
.hero-stats-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px!important;margin-top:4px!important}
.hero-stats-row .hero-info,.hero-stats-row .dxcc-stat{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;width:100%!important;padding:22px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:24px!important;background:rgba(14,22,34,.92)!important}
.hero-stats-row b{display:block!important;font-size:48px!important;line-height:1!important;color:#ff6a00!important;font-weight:950!important}.hero-stats-row span{display:block!important;margin-top:8px!important;color:#e9eef8!important;font-weight:900!important;line-height:1.25!important}
.header .logo,.logo{height:48px!important;width:auto!important;border-radius:8px!important}
.popular{display:inline-flex;margin-left:10px;background:#ff6a00;color:#fff;border-radius:999px;padding:3px 8px;font-size:12px;font-style:normal;font-weight:950;white-space:nowrap}
.product-content{padding:24px!important}
@media(max-width:1180px){.hero-grid-polished{grid-template-columns:1fr!important;gap:44px!important}.hero-stage-polished{min-height:auto!important}.hero-card-polished{height:370px!important}}
@media(max-width:650px){.hero-polished{padding:42px 0 54px!important}.brand-wordmark{font-size:42px!important}.hero-title-polished{font-size:clamp(30px,7.6vw,40px)!important}.hero-title-polished em{font-size:.82em!important}.hero-polished .lead{font-size:17px!important}.hero-stats-row{grid-template-columns:1fr!important}.hero-card-polished{height:310px!important}}

/* EN price sync fixes */
.price-section{break-inside:avoid}
.price-note{color:#aeb7c7;line-height:1.55}
.facebook-note{margin:28px auto;text-align:center;color:#dbe5f4;font-weight:800}
.facebook-note a{color:#ff6a00;font-weight:950}

.reviews-section{padding:70px 0}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}
.review-card{background:#0e1622;border:1px solid rgba(255,255,255,.1);padding:20px;border-radius:20px}
.stars{color:#ff6a00;font-size:20px;margin-bottom:10px}.review-card p{font-size:14px;line-height:1.5}.review-card strong{display:block;margin-top:10px}
.reviews-intro{text-align:center;margin-bottom:20px}

/* SELECTED AUTHENTIC REVIEWS */
.reviews-section{padding:86px 0}
.reviews-section .head p{max-width:620px}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.review-card{background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.13);border-radius:24px;padding:22px;min-height:245px;display:flex;flex-direction:column}
.stars{color:#ff6a00;font-size:20px;letter-spacing:2px;margin-bottom:14px}
.review-card p{color:#d8deea;font-size:15px;line-height:1.56;margin:0;flex:1}
.review-meta{border-top:1px solid rgba(255,255,255,.1);margin-top:18px;padding-top:14px;display:flex;justify-content:space-between;gap:16px;align-items:center}
.review-meta strong{color:#fff;font-size:15px}
.review-meta span{color:#d9a441;font-weight:900;font-size:14px}
.reviews-cta{justify-content:center;margin-top:32px}
@media(max-width:1050px){.reviews-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.reviews-grid{grid-template-columns:1fr}.review-card{min-height:auto}}

/* REVIEWS MENU + PAGE */
.hero-review-proof{margin-top:20px;color:#f6d59b;font-weight:950;letter-spacing:.02em}
.reviews-hero{padding:90px 0 40px}
.reviews-hero h1{font-size:clamp(44px,5vw,72px);line-height:.95;letter-spacing:-.055em;margin:18px 0}
.reviews-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:34px 0;max-width:900px}
.reviews-stats article{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.045);border-radius:24px;padding:24px}
.reviews-stats b{display:block;color:#ff6a00;font-size:48px;line-height:1;font-weight:950}
.reviews-stats span{display:block;color:#e9eef8;margin-top:8px;font-weight:900}
.reviews-page-section{padding-top:40px}
@media(max-width:760px){.reviews-stats{grid-template-columns:1fr}.menu a[href='reviews.html']{display:inline-block}}

/* MOBILE MENU FINAL FIX */
.mobile-menu-toggle{display:none;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff;border-radius:999px;padding:10px 13px;font-weight:950;cursor:pointer;z-index:120}
.mobile-menu-toggle span{display:block;width:20px;height:2px;background:#fff;border-radius:3px}
.mobile-menu-toggle b{font-size:13px;letter-spacing:.04em}
.mobile-menu-panel{position:fixed;top:0;right:0;width:min(88vw,380px);height:100vh;background:#070d15;border-left:1px solid rgba(255,255,255,.14);z-index:200;padding:24px;transform:translateX(110%);transition:transform .25s ease;box-shadow:-25px 0 80px rgba(0,0,0,.55);display:flex;flex-direction:column}
.mobile-menu-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.64);z-index:180}
.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.12)}
.mobile-menu-head strong{color:#fff;font-size:24px;letter-spacing:-.04em}
.mobile-menu-close{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#fff;border-radius:999px;padding:10px 12px;font-weight:900}
.mobile-menu-links{display:flex;flex-direction:column;gap:4px;padding:22px 0}
.mobile-menu-links a{color:#fff;font-size:22px;font-weight:950;padding:15px 4px;border-bottom:1px solid rgba(255,255,255,.08)}
.mobile-menu-links a:hover{color:#ff6a00}
.mobile-menu-contact{margin-top:auto;border-top:1px solid rgba(255,255,255,.12);padding-top:18px}
.mobile-menu-contact a{display:block;color:#ff6a00;font-size:20px;font-weight:950;margin:12px 0}
.mobile-menu-open .mobile-menu-panel{transform:translateX(0)}
.mobile-menu-open .mobile-menu-backdrop{display:block}
body.mobile-menu-open{overflow:hidden}
@media(max-width:1050px){.mobile-menu-toggle{display:inline-flex}.menu{display:none!important}.header-phone{display:none!important}.nav{gap:12px}}
@media(max-width:650px){.nav{height:88px!important}.header .logo,.logo{height:56px!important;max-width:140px!important;object-fit:contain}.lang a{padding:12px 14px!important}.mobile-menu-toggle{padding:11px 12px}.mobile-menu-toggle b{font-size:12px}.hero-polished{padding-top:38px!important}}

/* QSL FROM ADI FILE SECTION */
.adi-qsl-section{padding:86px 0;background:radial-gradient(circle at 80% 20%,rgba(255,106,0,.09),transparent 35%)}
.adi-qsl-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}
.adi-qsl-image{border:1px solid rgba(255,255,255,.14);border-radius:30px;background:rgba(255,255,255,.045);padding:16px;box-shadow:0 24px 80px rgba(0,0,0,.28)}
.adi-qsl-image img{width:100%;height:auto;border-radius:20px;display:block}
.info-list{display:grid;gap:12px;margin:24px 0}
.info-list p{border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.04);border-radius:18px;padding:16px;color:#d8deea;line-height:1.5}
.info-list strong{color:#fff}
@media(max-width:900px){.adi-qsl-grid{grid-template-columns:1fr}.adi-qsl-section{padding:56px 0}}

/* PRODUCT DETAIL PAGES */
.product-detail-hero{padding:86px 0}
.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.product-detail-hero h1{font-size:clamp(44px,5vw,72px);line-height:.96;letter-spacing:-.05em;margin:16px 0}
.product-detail-image{border:1px solid rgba(255,255,255,.14);border-radius:30px;background:rgba(255,255,255,.045);padding:18px;box-shadow:0 24px 80px rgba(0,0,0,.28)}
.product-detail-image img{width:100%;height:auto;border-radius:20px;display:block}
.product-bullets{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0;padding:0;list-style:none}
.product-bullets li{border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.04);border-radius:16px;padding:13px;color:#d8deea;font-weight:800}
.price-callout{border:1px solid rgba(255,106,0,.35);background:rgba(255,106,0,.08);border-radius:18px;padding:16px;color:#fff;font-weight:950}
.product-link{text-decoration:none;color:inherit}
.product-link:hover{transform:translateY(-3px)}
@media(max-width:900px){.product-detail-grid{grid-template-columns:1fr}.product-bullets{grid-template-columns:1fr}.product-detail-hero{padding:56px 0}}

/* QSL BACKSIDES + EXTRA PRODUCT GRAPHICS */
.product-extra-section,.qsl-backs-teaser{padding:74px 0}
.privacy-note{display:inline-block;border:1px solid rgba(255,106,0,.35);background:rgba(255,106,0,.08);border-radius:18px;padding:14px 18px;color:#fff;font-weight:900;margin:18px 0}
.backs-gallery-section{padding:30px 0 90px}
.backs-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}
.backside-card{display:block;text-decoration:none;color:inherit;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.13);border-radius:22px;padding:14px;transition:.2s}
.backside-card:hover{transform:translateY(-3px);border-color:rgba(255,106,0,.45)}
.backside-card img{width:100%;height:190px;object-fit:contain;background:#08101a;border-radius:14px}
.backside-card span{display:block;color:#fff;font-weight:900;padding:12px 4px 2px}
@media(max-width:700px){.backside-card img{height:170px}}

/* QSL BACKS IMAGE PATH FIX */
.backside-card img{
  display:block!important;
  width:100%!important;
  height:190px!important;
  object-fit:contain!important;
  background:#fff!important;
  border-radius:14px!important;
}

/* FINAL QSL BACKSIDE GALLERY FIX */
.backs-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:18px}
.backside-card{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.13);border-radius:22px;padding:14px;transition:.2s}
.backside-card:hover{transform:translateY(-3px);border-color:rgba(255,106,0,.45)}
.backside-image-button{display:block;width:100%;border:0;background:#fff;border-radius:14px;padding:0;cursor:pointer;overflow:hidden}
.backside-image-button img{display:block!important;width:100%!important;height:210px!important;object-fit:contain!important;background:#fff!important;border-radius:14px!important}
.backside-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 2px 0}
.backside-card-footer span{color:#fff;font-weight:950}
.choose-backside{border:1px solid rgba(255,106,0,.45);background:rgba(255,106,0,.12);color:#fff;border-radius:999px;padding:9px 12px;font-weight:950;cursor:pointer;font-size:13px}
.choose-backside:hover{background:#ff6a00}
.backs-filter{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}
.backs-filter button{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.05);color:#fff;border-radius:999px;padding:10px 14px;font-weight:900}
.backs-filter button.active{background:#ff6a00;border-color:#ff6a00}
.privacy-note{display:inline-block;border:1px solid rgba(255,106,0,.3);background:rgba(255,106,0,.06);border-radius:18px;padding:13px 16px;color:#fff;font-weight:900;margin:18px 0}
.backside-selected-box{border:1px solid rgba(34,197,94,.35);background:rgba(34,197,94,.09);border-radius:20px;padding:18px;margin:22px 0;color:#fff}
.backside-selected-box .btn{margin-left:16px;padding:10px 16px}
.qsl-back-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:400;display:none;align-items:center;justify-content:center;padding:70px 80px}
.qsl-back-lightbox.open{display:flex}
.qsl-back-lightbox img{max-width:94vw;max-height:82vh;object-fit:contain;background:#fff;border-radius:14px;box-shadow:0 30px 100px rgba(0,0,0,.75)}
.qsl-back-lightbox-close,.qsl-back-lightbox-prev,.qsl-back-lightbox-next{position:fixed;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);color:#fff;border-radius:999px;cursor:pointer;font-weight:950}
.qsl-back-lightbox-close{top:22px;right:24px;width:54px;height:54px;font-size:34px}
.qsl-back-lightbox-prev,.qsl-back-lightbox-next{top:50%;transform:translateY(-50%);width:58px;height:58px;font-size:44px}
.qsl-back-lightbox-prev{left:22px}.qsl-back-lightbox-next{right:22px}
.qsl-back-lightbox-caption{position:fixed;left:0;right:0;bottom:22px;text-align:center;color:#fff;font-weight:950}
body.lightbox-open{overflow:hidden}
@media(max-width:700px){
  .qsl-back-lightbox{padding:65px 12px}
  .qsl-back-lightbox-prev,.qsl-back-lightbox-next{bottom:20px;top:auto;transform:none}
  .qsl-back-lightbox-caption{bottom:90px}
  .backside-selected-box .btn{display:block;margin:14px 0 0}
}

/* FINAL FIXES: menu order, gallery, global lightbox, contact backside */
.global-image-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:450;display:none;align-items:center;justify-content:center;padding:70px 24px}
.global-image-lightbox.open{display:flex}
.global-image-lightbox img{max-width:94vw;max-height:84vh;object-fit:contain;background:#fff;border-radius:14px;box-shadow:0 30px 100px rgba(0,0,0,.75)}
.global-image-lightbox-close{position:fixed;top:22px;right:24px;width:54px;height:54px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);color:#fff;border-radius:999px;cursor:pointer;font-size:34px;font-weight:950}
.global-image-lightbox-caption{position:fixed;left:0;right:0;bottom:22px;text-align:center;color:#fff;font-weight:950}
.gallery-backs-section{padding:76px 0}
.backs-in-gallery .gallery-card{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.13);border-radius:22px;padding:14px}
.backs-in-gallery .gallery-card img{width:100%;height:210px;object-fit:contain;background:#fff;border-radius:14px}
.backs-in-gallery .gallery-card span{display:block;color:#fff;font-weight:950;padding:12px 4px 2px}
.contact-form #backsideField{border-color:rgba(255,106,0,.32)}

/* GLOBAL IMAGE ZOOM FIX */
.global-image-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.93);z-index:9999;display:none;align-items:center;justify-content:center;padding:70px 24px}
.global-image-lightbox.open{display:flex}
.global-image-lightbox img{max-width:94vw;max-height:84vh;object-fit:contain;background:#fff;border-radius:14px;box-shadow:0 30px 100px rgba(0,0,0,.75)}
.global-image-lightbox-close{position:fixed;top:22px;right:24px;width:54px;height:54px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.12);color:#fff;border-radius:999px;cursor:pointer;font-size:34px;font-weight:950;line-height:1}
.global-image-lightbox-caption{position:fixed;left:0;right:0;bottom:22px;text-align:center;color:#fff;font-weight:950}
body.lightbox-open{overflow:hidden}
main img.zoomable-image{cursor:zoom-in}
@media(max-width:700px){.global-image-lightbox{padding:64px 10px}.global-image-lightbox img{max-width:96vw;max-height:78vh}}

/* PRIVACY & COOKIES */
.legal-page{padding:80px 0}
.legal-wrap{max-width:900px}
.legal-wrap h2{margin-top:32px}
.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;background:#111827;border:1px solid rgba(255,255,255,.15);border-radius:18px;padding:18px;z-index:9999}
.cookie-inner{display:flex;justify-content:space-between;gap:20px;align-items:center}
.cookie-actions button{margin-left:10px;padding:10px 18px;border-radius:999px;border:none;cursor:pointer}
.cookie-actions button:first-child{background:#ff6a00;color:#fff}
.footer-legal{text-align:center;padding:10px 0}
.footer-legal a{color:inherit}

/* FULL PRIVACY POLICY + PROFESSIONAL COOKIES */
.legal-page{padding:86px 0}
.legal-wrap{max-width:960px}
.legal-wrap h1{font-size:clamp(42px,5vw,70px);line-height:.96;letter-spacing:-.05em;margin:18px 0 34px}
.legal-wrap h2{margin-top:34px;margin-bottom:12px;color:#fff}
.legal-wrap p,.legal-wrap li{color:#d8deea;line-height:1.65}
.legal-wrap ul{padding-left:22px}
.legal-wrap a{color:#ff6a00;font-weight:900}
.footer-legal{text-align:center;padding:12px 0 18px;color:#aeb7c7}
.footer-legal a{color:#ff6a00;font-weight:900}
.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;background:#0b1220;border:1px solid rgba(255,255,255,.16);border-radius:22px;padding:18px;z-index:99999;box-shadow:0 20px 80px rgba(0,0,0,.55)}
.cookie-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1180px;margin:0 auto}
.cookie-copy strong{display:block;color:#fff;font-size:18px;margin-bottom:6px}
.cookie-copy p{margin:0;color:#d8deea;line-height:1.45}
.cookie-copy a{display:inline-block;margin-top:8px;color:#ff6a00;font-weight:900}
.cookie-actions{display:flex;gap:10px;flex-shrink:0}
.cookie-actions button{border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:12px 20px;font-weight:950;cursor:pointer;color:#fff;background:rgba(255,255,255,.08)}
.cookie-actions #cookieAccept{background:#ff6a00;border-color:#ff6a00}
@media(max-width:760px){.cookie-inner{flex-direction:column;align-items:flex-start}.cookie-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.cookie-actions button{width:100%}}

/* AUDIT FIXES */
.cookie-banner{
  backdrop-filter: blur(12px);
}
.cookie-actions .cookie-settings{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  padding:12px 18px;
  color:#fff;
  font-weight:950;
  text-decoration:none;
  background:rgba(255,255,255,.06);
}
.cookie-actions .cookie-settings:hover{
  border-color:rgba(255,106,0,.55);
  color:#ff6a00;
}

/* ADI SEO LANDING PAGE */
.adi-seo-hero{padding:88px 0;background:radial-gradient(circle at 75% 15%,rgba(255,106,0,.12),transparent 34%)}
.adi-seo-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:52px;align-items:center}
.adi-seo-hero h1{font-size:clamp(44px,5.4vw,78px);line-height:.94;letter-spacing:-.055em;margin:16px 0}
.adi-seo-visual{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.045);border-radius:30px;padding:16px;box-shadow:0 24px 80px rgba(0,0,0,.35)}
.adi-seo-visual img{width:100%;height:auto;border-radius:20px;display:block;background:#fff}
.adi-seo-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.adi-process,.adi-content,.adi-related,.faq-section{padding:72px 0}
.process-diagram{width:100%;border-radius:28px;border:1px solid rgba(255,255,255,.12);margin:20px 0 28px}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.steps-grid article{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:24px}
.steps-grid b{display:inline-grid;place-items:center;width:46px;height:46px;background:#ff6a00;color:#fff;border-radius:999px;font-size:22px}
.steps-grid h3{margin:18px 0 8px}
.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.related-grid a,.seo-context-link .wrap{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.045);border-radius:18px;padding:18px;color:#fff;font-weight:900}
.seo-context-link{padding:32px 0}.seo-context-link a,.related-grid a:hover{color:#ff6a00}
@media(max-width:900px){.adi-seo-grid,.steps-grid,.related-grid{grid-template-columns:1fr}.adi-seo-hero{padding:58px 0}}

/* SP5ADX TRUST SECTIONS */
.sp5adx-trust-section{padding:78px 0;background:radial-gradient(circle at 82% 20%,rgba(255,106,0,.08),transparent 35%)}
.sp5adx-trust-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:42px;align-items:center}
.sp5adx-trust-section h2{font-size:clamp(34px,4vw,58px);line-height:1;letter-spacing:-.04em;margin:14px 0}
.trust-card{border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));border-radius:28px;padding:30px;box-shadow:0 22px 80px rgba(0,0,0,.3)}
.trust-card strong{display:block;color:#ff6a00;font-size:52px;line-height:1;font-weight:950;letter-spacing:-.06em}
.trust-card span{display:block;color:#fff;font-size:24px;font-weight:900;margin:8px 0 16px}
.trust-card p{color:#d8deea}
.trust-card ul{margin:18px 0 0;padding-left:20px;color:#d8deea;line-height:1.7}
.trusted-sp5adx-line{padding:28px 0;background:rgba(255,106,0,.08);border-top:1px solid rgba(255,106,0,.22);border-bottom:1px solid rgba(255,106,0,.22);color:#fff;font-weight:950;text-align:center}
.footer-sp5adx{text-align:center;color:#aeb7c7;padding:8px 16px 16px}
.footer-sp5adx strong{color:#ff6a00}
@media(max-width:900px){.sp5adx-trust-grid{grid-template-columns:1fr}.trust-card strong{font-size:42px}}
