:root{--ink:#08111f;--muted:#657184;--line:#e8edf4;--blue:#0b46b8;--soft:#f6f8fb;--dark:#06142a;--shadow:0 22px 55px rgba(8,17,31,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:white}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}.nav{position:sticky;top:0;z-index:20;height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(8,17,31,.06)}.brand img{height:34px;width:auto;display:block}.nav nav{display:flex;gap:32px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#1b2738}.hero{min-height:calc(100vh - 76px);display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:4vw;padding:5vw 5vw 3vw;background:radial-gradient(circle at 74% 36%,#eef5ff 0,#fff 45%,#f7f9fc 100%);overflow:hidden}.hero-copy{max-width:620px}.eyebrow{margin:0 0 18px;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.hero h1{margin:0;font-size:clamp(52px,7vw,104px);line-height:.93;letter-spacing:-.065em}.lead{margin:28px 0 0;color:#4b5b70;font-size:clamp(18px,2vw,25px);line-height:1.5}.actions{display:flex;gap:14px;margin-top:38px}.btn{padding:15px 22px;border:1px solid #cbd5e2;border-radius:999px;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;background:white}.btn.primary{background:var(--ink);color:white;border-color:var(--ink)}.hero-product{min-width:0}.hero-product img{width:115%;max-width:none;margin-left:-3%;filter:drop-shadow(0 38px 42px rgba(15,32,60,.18))}.section{padding:100px 5vw}.section.muted{background:var(--soft)}.section-head{max-width:850px;margin-bottom:38px}.section h2{font-size:clamp(34px,5vw,64px);line-height:1;margin:0;letter-spacing:-.045em}.sub{color:var(--muted);font-size:18px}.featured-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:22px}.feature-card,.product-card,.equipment-card,.brochure-tile{appearance:none;border:1px solid var(--line);text-align:left;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.feature-card:hover,.product-card:hover,.equipment-card:hover,.brochure-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d3ddec}.feature-card{border-radius:34px;background:white;padding:30px;min-height:410px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;box-shadow:0 20px 45px rgba(8,17,31,.04)}.feature-card.large{grid-row:span 2;min-height:610px;background:linear-gradient(180deg,#fff,#f5f8fc)}.feature-card img{width:100%;height:270px;object-fit:contain;filter:drop-shadow(0 18px 18px rgba(0,0,0,.11))}.feature-card.large img{height:390px}.feature-card h3,.product-card h3,.equipment-card h3{margin:6px 0 8px;font-size:32px;letter-spacing:-.03em}.feature-card p,.product-card p,.equipment-card p{margin:0;color:var(--muted);line-height:1.45}.type{font-size:12px!important;color:var(--blue)!important;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.product-row{display:grid;gap:18px}.product-row.four{grid-template-columns:repeat(4,1fr)}.product-row.seven{grid-template-columns:repeat(7,1fr)}.product-card{min-height:330px;background:white;border-radius:28px;padding:22px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.section:not(.muted) .product-card{background:#f9fbfd}.product-card img{width:100%;height:215px;object-fit:contain;margin:auto 0 18px;filter:drop-shadow(0 16px 16px rgba(0,0,0,.12))}.product-row.seven .product-card{cursor:default;min-height:290px}.product-row.seven .product-card:hover{transform:none;box-shadow:none}.product-row.seven .product-card img{height:185px}.product-card h3{font-size:24px}.equipment-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.equipment-card{background:white;border-radius:36px;padding:36px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:28px}.equipment-card img{width:100%;height:330px;object-fit:contain;filter:drop-shadow(0 20px 22px rgba(0,0,0,.13))}.equipment-card span{display:block;margin-top:12px;color:#2f3d4f;font-weight:800}.brochure-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.brochure-tile{display:block;border-radius:26px;overflow:hidden;background:white;box-shadow:0 18px 38px rgba(8,17,31,.06);padding:0}.brochure-tile img{display:block;width:100%;aspect-ratio:1.35/1;object-fit:cover;object-position:top}.brochure-tile span{display:block;padding:16px 18px;font-weight:900}.contact{padding:95px 5vw;background:var(--dark);color:white;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}.contact h2{font-size:clamp(34px,5vw,64px);margin:0 0 22px;letter-spacing:-.045em}.contact p{font-size:22px;color:#dbe6ff}.contact a{color:white;font-weight:900}.qr-grid{display:flex;gap:20px}.qr{background:white;color:var(--ink);border-radius:28px;padding:18px;text-align:center;min-width:220px}.qr img{display:block;width:190px;height:190px;object-fit:contain;margin-bottom:12px}footer{display:flex;align-items:center;justify-content:space-between;padding:28px 5vw;border-top:1px solid var(--line);color:var(--muted);font-weight:800}footer img{height:28px}.modal{position:fixed;inset:0;z-index:100;display:none}.modal.active{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(3,10,22,.72);backdrop-filter:blur(8px)}.modal-panel{position:absolute;inset:4vh 4vw;background:white;border-radius:28px;overflow:auto;box-shadow:0 30px 100px rgba(0,0,0,.4)}.modal-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.modal-head h2{font-size:24px;margin:0;letter-spacing:-.03em}.modal-actions{display:flex;align-items:center;gap:12px}.modal-link{padding:10px 14px;border-radius:999px;background:var(--ink);color:white;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.modal-close{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:white;font-size:26px;line-height:1;cursor:pointer}.modal-panel>img{display:block;width:100%;height:auto;background:white}@media(max-width:1200px){.featured-grid{grid-template-columns:1fr 1fr}.feature-card.large{grid-row:auto}.product-row.seven{grid-template-columns:repeat(3,1fr)}.product-row.four{grid-template-columns:repeat(2,1fr)}.brochure-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.nav{height:68px;padding:0 18px}.brand img{height:28px}.nav nav{gap:14px;font-size:10px}.hero{grid-template-columns:1fr;padding:64px 22px 40px}.hero-product img{width:110%;margin:10px -5% 0}.actions{flex-wrap:wrap}.featured-grid,.equipment-grid,.product-row.four,.product-row.seven,.brochure-grid,.contact{grid-template-columns:1fr}.equipment-card{grid-template-columns:1fr}.qr-grid{flex-direction:column}.product-card img{height:230px}.contact{padding:70px 22px}.section{padding:70px 22px}.modal-panel{inset:2vh 2vw;border-radius:18px}.modal-head{padding:14px}.modal-head h2{font-size:18px}.modal-link{display:none}}


/* Final product-showcase adjustments */
.featured-grid{display:none}.catalog{grid-template-columns:repeat(4,1fr)}
.product-row.catalog .product-card{min-height:360px;cursor:default;background:white}
.product-row.catalog .product-card.show-brochure{cursor:pointer}
.product-row.catalog .product-card.show-brochure:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d3ddec}
.product-row.catalog .product-card:not(.show-brochure):not(.show-details):hover{transform:none;box-shadow:none;border-color:var(--line)}
.product-row.catalog .product-card img{height:240px;object-fit:contain}
.hero-product img{width:104%;margin-left:0;filter:drop-shadow(0 38px 42px rgba(15,32,60,.16))}
.equipment-card img{height:310px;object-fit:contain;background:#fff;border-radius:24px}
.brochure-viewer{background:white;border:1px solid var(--line);border-radius:34px;overflow:hidden;box-shadow:var(--shadow);margin-bottom:32px}.viewer-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.95);position:sticky;top:76px;z-index:5}.viewer-head h3{margin:0;font-size:26px;letter-spacing:-.03em}.btn.small{padding:10px 16px;font-size:12px}.brochure-viewer>img{display:block;width:100%;height:auto;background:white}.brochure-grid{grid-template-columns:repeat(6,1fr)}.brochure-tile img{aspect-ratio:1/1.15;object-fit:cover;object-position:top}.modal{display:none!important}@media(max-width:1200px){.catalog{grid-template-columns:repeat(3,1fr)}.brochure-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.catalog{grid-template-columns:1fr}.product-row.catalog .product-card img{height:250px}.viewer-head{top:68px}.brochure-grid{grid-template-columns:repeat(2,1fr)}}


/* v3 requested updates */
.hero{grid-template-columns:1fr;min-height:620px;background:linear-gradient(135deg,#f7f9fc 0%,#ffffff 42%,#eef4ff 100%);position:relative;isolation:isolate}
.hero:before{content:"";position:absolute;inset:10% 5% auto auto;width:52vw;height:52vw;border-radius:50%;background:radial-gradient(circle,rgba(11,70,184,.13),rgba(11,70,184,0) 64%);z-index:-1}
.hero-copy{max-width:850px}.hero h1{max-width:900px}.hero-general{display:none}
.product-row.catalog .product-card img{height:255px;object-fit:contain;background:#fff;border-radius:18px}
.equipment-card.static-card{cursor:default}.equipment-card.static-card:hover{transform:none;box-shadow:none;border-color:var(--line)}
.vision-grid .equipment-card img{height:300px;background:#fff;border-radius:24px}
@media(max-width:760px){.hero{min-height:auto}.product-row.catalog .product-card img{height:240px}.vision-grid .equipment-card img{height:240px}}


/* v4 requested product-photo update */
.hero{grid-template-columns:.9fr 1.1fr;min-height:calc(100vh - 76px);background:linear-gradient(135deg,#f7f9fc 0%,#ffffff 44%,#eef4ff 100%)}
.hero-photo{display:flex;align-items:center;justify-content:center;min-width:0}
.hero-photo img{width:100%;max-height:72vh;object-fit:contain;filter:drop-shadow(0 34px 38px rgba(8,17,31,.16))}
.product-row.catalog .product-card img[src*="hrt1"],
.product-row.catalog .product-card img[src*="hrt1a"]{padding:8px}
.equipment-card img[src*="lzn5_photo"],.equipment-card img[src*="hv600_photo"]{background:#fff;object-fit:contain}
@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-photo img{max-height:430px}.hero-copy{max-width:100%}}


/* v5 updates */
.hero-photo img{border-radius:34px;object-fit:cover;box-shadow:0 26px 70px rgba(8,17,31,.12);filter:none}
.optical-grid{grid-template-columns:repeat(3,1fr)}
.optical-grid .equipment-card{grid-template-columns:1fr;padding:28px}
.optical-grid .equipment-card img{height:260px}
@media(max-width:1100px){.optical-grid{grid-template-columns:1fr}}


/* v6 additional products and brochure carousel */
.hero-photo img{width:100%;height:72vh;object-fit:cover;object-position:center;border-radius:34px;box-shadow:0 26px 70px rgba(8,17,31,.12)}
.extended-grid{grid-template-columns:repeat(3,1fr)}
.extended-grid .equipment-card{grid-template-columns:1fr;padding:28px;align-content:start}
.extended-grid .equipment-card img{height:270px;object-fit:contain;background:#fff;border-radius:24px}
.extended-grid .equipment-card h3{font-size:28px}
.lens-card img{padding:36px}
.viewer-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.viewer-page{margin:6px 0 0;color:var(--muted);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.page-btn{background:#f3f6fb}.brochure-grid{grid-template-columns:repeat(7,1fr)}
.brochure-tile img{aspect-ratio:1/1.15;object-fit:cover;object-position:top}
@media(max-width:1200px){.extended-grid{grid-template-columns:repeat(2,1fr)}.brochure-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.extended-grid{grid-template-columns:1fr}.hero-photo img{height:360px}.viewer-head{align-items:flex-start;flex-direction:column}.viewer-controls{justify-content:flex-start}.brochure-grid{grid-template-columns:repeat(2,1fr)}}

/* Product detail brochure modal */
.detail-modal{position:fixed;inset:0;z-index:100;display:none}.detail-modal.active{display:block}.detail-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(3,10,22,.76);backdrop-filter:blur(8px);cursor:pointer}.detail-panel{position:absolute;inset:3vh 4vw;background:#fff;border-radius:28px;overflow:auto;box-shadow:0 30px 100px rgba(0,0,0,.42)}.detail-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 22px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.detail-head .eyebrow{margin:0 0 5px}.detail-head h2{margin:0;font-size:28px;letter-spacing:-.03em}.detail-close{width:44px;height:44px;flex:0 0 44px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:28px;line-height:1;cursor:pointer}.detail-document{max-width:1200px;margin:0 auto;background:#fff}.detail-document img{display:block;width:100%;height:auto}.detail-copy{max-width:900px;margin:0 auto;padding:48px 40px 64px}.detail-copy>p{margin:0 0 30px;color:#415167;font-size:20px;line-height:1.7}.detail-copy dl{margin:0;display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:20px;overflow:hidden}.detail-copy dl div{display:grid;grid-template-columns:1fr 1.35fr;gap:18px;padding:18px 20px;background:#fff}.detail-copy dt{font-weight:900}.detail-copy dd{margin:0;color:#4b5b70}.detail-copy small{display:block;margin-top:22px;color:var(--muted);line-height:1.5}.show-brochure,.show-details{position:relative}.show-brochure::after,.show-details::after{content:'View details';position:absolute;right:18px;bottom:18px;padding:8px 11px;border-radius:999px;background:rgba(8,17,31,.9);color:#fff;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.equipment-card.show-brochure::after{bottom:20px}@media(max-width:760px){.detail-panel{inset:1.5vh 2vw;border-radius:18px}.detail-head{align-items:flex-start;flex-direction:column;padding:14px}.detail-head h2{font-size:21px}.detail-head .viewer-controls{width:100%}.detail-close{margin-left:auto}.detail-document{min-height:60vh}.detail-copy{padding:28px 18px 44px}.detail-copy dl{grid-template-columns:1fr}.detail-copy dl div{grid-template-columns:1fr;gap:6px}}

.hero{background:linear-gradient(135deg,#0b1d3a,#173b8f 60%,#2a5fd1);}.hero-photo{display:none;}

/* v8 hero background update */
.hero{
  position:relative;
  isolation:isolate;
  grid-template-columns:1fr;
  min-height:calc(100vh - 76px);
  background:linear-gradient(115deg,rgba(6,20,42,.92),rgba(11,70,184,.78) 54%,rgba(255,255,255,.74));
  color:white;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(90deg,rgba(6,20,42,.86),rgba(6,20,42,.42) 48%,rgba(255,255,255,.16)),url('assets/hero-eyewear.webp');
  background-size:cover;
  background-position:center;
  opacity:.48;
  z-index:-2;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 22% 24%,rgba(255,255,255,.22),rgba(255,255,255,0) 38%),radial-gradient(circle at 78% 72%,rgba(11,70,184,.28),rgba(11,70,184,0) 44%);
  z-index:-1;
}
.hero-copy{max-width:960px;position:relative;z-index:1}.hero .eyebrow{color:#dce9ff}.hero h1{max-width:1000px;color:white;text-shadow:0 18px 44px rgba(0,0,0,.22)}.hero .lead{max-width:850px;color:#edf5ff}.hero-meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:24px;color:#fff;font-weight:900;letter-spacing:.05em}.hero-meta span{padding:10px 14px;border:1px solid rgba(255,255,255,.32);border-radius:999px;background:rgba(255,255,255,.1);backdrop-filter:blur(8px)}.contact p{margin:8px 0;max-width:760px}.contact-copy strong{color:#fff}footer span{text-align:right}


/* v9 hero CTA and motorized table updates */
.hero-meta{display:none!important}
.hero .actions{gap:16px;align-items:center}
.hero .btn{min-width:190px;text-align:center;border-radius:999px}
.hero .btn.primary{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 18px 42px rgba(11,70,184,.28)}
.hero .btn.secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.68);color:#fff;backdrop-filter:blur(8px)}
.hero .btn.secondary:hover{background:rgba(255,255,255,.16)}
.motorized-grid{grid-template-columns:repeat(3,1fr)}
.motorized-grid .equipment-card{grid-template-columns:1fr;padding:28px}
.motorized-grid .equipment-card img{height:270px;object-fit:contain;background:#fff;border-radius:24px}
.contact-copy p{text-transform:none}.contact-copy p strong{text-transform:uppercase}
footer span{text-transform:none;line-height:1.55}
@media(max-width:1000px){.motorized-grid{grid-template-columns:1fr}}
@media(max-width:760px){.hero .btn{min-width:0;width:100%}}


/* v10 footer simplification */
footer{justify-content:center;gap:28px;text-align:center;}
footer span{font-size:14px;color:var(--muted);font-weight:800;letter-spacing:.02em;text-align:center;}
footer img{height:30px;}
@media(max-width:760px){footer{flex-direction:column;gap:14px;padding:24px 18px;}footer span{font-size:12px;}}


.whatsapp-float{
  position:fixed;right:24px;bottom:24px;z-index:9999;display:flex;
  align-items:center;gap:12px;min-width:255px;padding:13px 18px 13px 14px;
  border-radius:999px;background:linear-gradient(135deg,#1fb85d,#23d366);
  color:#fff;box-shadow:0 18px 42px rgba(8,17,31,.24);
  transition:transform .18s ease,box-shadow .18s ease;
}
.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 22px 50px rgba(8,17,31,.30)}
.whatsapp-float:focus-visible,.btn:focus-visible,button:focus-visible,a:focus-visible{outline:3px solid #7db5ff;outline-offset:4px}
.account-link{border:0;background:none;padding:0;font:inherit;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.account-link.signed-in{color:var(--blue)}.account-dialog{width:min(520px,calc(100vw - 32px));border:0;border-radius:28px;padding:36px;box-shadow:0 30px 90px rgba(3,10,22,.35)}.account-dialog::backdrop{background:rgba(3,10,22,.64);backdrop-filter:blur(7px)}.account-dialog h2{margin:0 0 22px;font-size:36px;letter-spacing:-.04em}.account-close{position:absolute;top:16px;right:16px;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:white;font-size:25px;cursor:pointer}.account-form{display:grid;gap:15px}.account-form label{display:grid;gap:7px;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.account-form input{width:100%;padding:14px;border:1px solid #d8e0ea;border-radius:12px;font:inherit}.account-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:5px}.account-status{min-height:22px;margin:0;color:var(--blue);font-weight:800}@media(max-width:760px){.account-dialog{padding:28px 20px}.account-actions .btn{width:100%}}
.whatsapp-icon-wrap{flex:0 0 46px;width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff}
.whatsapp-icon-wrap img{width:29px;height:29px;display:block}
.whatsapp-copy{display:flex;flex-direction:column;line-height:1.15}
.whatsapp-copy strong{font-size:15px;font-weight:900}
.whatsapp-copy em{margin-top:3px;font-size:12px;font-style:normal;font-weight:700;color:rgba(255,255,255,.9);white-space:nowrap}
.contact a{text-decoration:underline;text-underline-offset:4px}
@media(max-width:768px){
  .whatsapp-float{right:18px;bottom:18px;min-width:0;padding:12px;border-radius:50%}
  .whatsapp-copy{display:none}
  .whatsapp-icon-wrap{width:48px;height:48px;flex-basis:48px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}
.account-form .reminder-consent{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid #d8ddd9;border-radius:12px;background:#f7f8f5;color:#3e4945;font-weight:600;line-height:1.45}.account-form .reminder-consent input{flex:0 0 auto;width:18px;height:18px;margin:1px 0 0;padding:0}.account-form .reminder-consent span{display:block}

/* Digital solution prices and ordering */
.digital-sales-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.digital-sales-card{overflow:hidden;border:1px solid var(--line);border-radius:36px;background:#fff;box-shadow:0 16px 40px rgba(8,17,31,.05)}
.digital-sales-card>.equipment-card{width:100%;min-height:390px;border:0;border-radius:0;border-bottom:1px solid var(--line);box-shadow:none}
.digital-sales-card>.equipment-card:hover{transform:none;box-shadow:none;border-color:var(--line)}
.digital-offer{display:grid;grid-template-columns:1fr auto;gap:8px 20px;align-items:center;padding:24px 30px 28px}
.digital-offer p{margin:0;color:var(--muted);line-height:1.4}
.digital-price{grid-column:1/-1;color:var(--ink)!important;font-size:30px;font-weight:900;letter-spacing:-.035em}
.digital-price small{font-size:14px;letter-spacing:0;color:var(--muted)}
.device-cart-add{grid-column:2;grid-row:2/4;align-self:stretch;min-width:142px;border:0;border-radius:999px;padding:13px 18px;background:var(--ink);color:#fff;font-size:13px;font-weight:900;cursor:pointer;transition:background .18s ease,transform .18s ease}
.device-cart-add:hover{transform:translateY(-2px);background:var(--blue)}
.device-cart-add.added{background:#08745c}
.digital-set-image{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;min-width:0}
.digital-set-image img{height:190px;min-width:0}
.digital-set-image strong{font-size:28px;color:var(--blue)}
.equipment-sales-card{align-self:start}
.equipment-sales-card>.equipment-card{min-height:350px;padding-bottom:64px}
.equipment-sales-card>.equipment-card>div{padding-bottom:42px}
.equipment-sales-card .digital-offer{grid-template-columns:1fr;padding:20px 22px 24px}
.equipment-sales-card .digital-price{font-size:27px}
.equipment-sales-card .free-price{color:#08745c!important}
.equipment-sales-card .device-cart-add{grid-column:1;grid-row:auto;align-self:auto;min-height:48px;margin-top:5px}
.catalog-sales-card{align-self:start;border-radius:28px}
.catalog-sales-card>.product-card{width:100%;min-height:350px;padding-bottom:64px;border:0;border-bottom:1px solid var(--line);border-radius:0;box-shadow:none}
.product-row.catalog .catalog-sales-card>.product-card:hover{transform:none;box-shadow:none;border-color:var(--line)}
.catalog-sales-card .digital-offer{grid-template-columns:1fr;padding:18px 20px 22px}
.catalog-sales-card .digital-price{font-size:24px}
.catalog-sales-card .device-cart-add{grid-column:1;grid-row:auto;align-self:auto;min-height:46px;margin-top:4px}
@media(max-width:900px){.digital-sales-grid{grid-template-columns:1fr}}
@media(max-width:760px){.digital-sales-card>.equipment-card{min-height:0;padding:24px}.digital-offer{grid-template-columns:1fr;padding:22px}.device-cart-add{grid-column:1;grid-row:auto;min-height:48px;margin-top:8px}.digital-set-image img{height:130px}}


/* Keep brochure controls legible when shared portfolio themes load after this stylesheet. */
.detail-head .viewer-controls .page-btn{
  background:#f3f6fb!important;
  border-color:#cbd5e2!important;
  color:#08111f!important;
}
.detail-head .viewer-controls #viewerDownload{
  background:#08111f!important;
  border-color:#08111f!important;
  color:#fff!important;
}
.detail-head .viewer-controls .page-btn:hover,
.detail-head .viewer-controls .page-btn:focus-visible{
  background:#e5ebf3!important;
}
.detail-head .viewer-controls #viewerDownload:hover,
.detail-head .viewer-controls #viewerDownload:focus-visible{
  background:#173b8f!important;
  border-color:#173b8f!important;
}

.moved-device-section{background:#fff}
.moved-device-category-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px;margin-bottom:34px}
.moved-device-category-nav button{display:grid;grid-template-columns:74px minmax(0,1fr);align-items:center;gap:14px;min-height:92px;padding:9px 16px 9px 9px;border:1px solid #dbe1e8;border-radius:20px;background:#fff;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.moved-device-category-nav button:hover{transform:translateY(-2px);border-color:#9cabc0;box-shadow:0 12px 28px rgba(8,17,31,.08)}
.moved-device-category-nav button.active{border:2px solid #ff4b1f;padding:8px 15px 8px 8px;box-shadow:0 12px 30px rgba(255,75,31,.1)}
.moved-device-category-nav img{width:74px;height:72px;border-radius:14px;background:#f3f4f2;object-fit:contain;display:block}
.moved-device-category-nav span{display:grid;gap:5px;min-width:0}
.moved-device-category-nav strong{font-size:16px;line-height:1.18}
.moved-device-category-nav small{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.moved-device-category-nav button.active strong{color:#d93810}
.moved-device-content{border-top:1px solid var(--line);padding-top:32px}
.moved-device-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}
.moved-device-heading h3{font-size:clamp(28px,3vw,44px);margin:0 0 9px;letter-spacing:-.04em}
.moved-device-heading p:not(.eyebrow){margin:0;color:var(--muted);font-size:16px}
.moved-device-heading>span{flex:0 0 auto;border-radius:999px;padding:10px 15px;background:#f1f4f8;color:#344054;font-size:13px;font-weight:900;text-transform:uppercase}
.moved-device-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.moved-device-product{overflow:hidden;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 12px 32px rgba(8,17,31,.04)}
.moved-device-product-main{width:100%;min-height:390px;padding:20px;border:0;border-bottom:1px solid var(--line);background:#fff;text-align:left;cursor:pointer}
.moved-device-product-main img{display:block;width:100%;height:235px;margin-bottom:18px;border-radius:18px;background:#f6f6f3;object-fit:contain}
.moved-device-product-main h3{margin:7px 0 5px;font-size:23px;letter-spacing:-.025em}
.moved-device-product-main p{margin:0;color:#4f5c6d;font-weight:800;line-height:1.35}
.moved-device-category-name{color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.moved-device-offer{display:grid;gap:12px;padding:18px 20px 20px}
.moved-device-offer>strong{font-size:22px;letter-spacing:-.025em}
.moved-device-option,.moved-device-quantity{display:grid;gap:6px;color:#4f5c6d;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.moved-device-option select,.moved-device-quantity input{width:100%;min-height:46px;border:1px solid #ccd5df;border-radius:12px;padding:10px 12px;background:#fff;color:var(--ink);font-size:14px;font-weight:700;text-transform:none;letter-spacing:0}
.moved-device-quantity input{max-width:110px}
.moved-device-add{min-height:48px;border:0;border-radius:999px;background:var(--ink);color:#fff;font-size:14px;font-weight:900;cursor:pointer}
.moved-device-add:hover{background:var(--blue)}
.moved-device-add.added{background:#08745c}
@media(max-width:1100px){.moved-device-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){
  .moved-device-category-nav{grid-template-columns:1fr}
  .moved-device-heading{align-items:flex-start;flex-direction:column}
  .moved-device-grid{grid-template-columns:1fr}
  .moved-device-product-main{min-height:0}
  .moved-device-product-main img{height:220px}
}

/* Brochure-first gallery in the integrated device detail view. */
.device-detail-stage{position:relative;display:grid;place-items:center;min-width:0}
.device-detail-stage>img{display:block;width:100%;max-height:500px;border-radius:18px;background:#f6f6f3;object-fit:contain}
.device-detail-page{position:absolute;left:14px;bottom:14px;padding:8px 12px;border-radius:999px;background:rgba(8,17,31,.88);color:#fff;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.device-detail-page[hidden]{display:none}
.device-detail-thumbs{display:flex;gap:10px;max-width:100%;padding:2px 2px 8px;overflow-x:auto;scrollbar-width:thin}
.device-detail-thumb{display:grid;flex:0 0 96px;gap:6px;padding:7px;border:1px solid #d7dde5;border-radius:13px;background:#fff;color:#4f5c6d;text-align:left;cursor:pointer}
.device-detail-thumb img{display:block;width:100%;height:72px;border-radius:8px;background:#f6f6f3;object-fit:contain}
.device-detail-thumb span{font-size:10px;font-weight:900;line-height:1.2}
.device-detail-thumb.active{border:2px solid var(--blue);padding:6px;color:var(--blue)}
.device-detail-brochure-link{justify-self:start;border-bottom:1px solid currentColor;color:var(--blue);font-size:12px;font-weight:900;text-decoration:none}
@media(max-width:760px){
  .device-detail-stage>img{height:250px}
  .device-detail-thumb{flex-basis:74px}
  .device-detail-thumb img{height:56px}
}


/* v20260730 large device detail and button-style options */
@media(min-width:721px){
  body .marketplace-detail-card{
    width:min(94vw,1680px);
    height:min(92vh,980px);
    max-height:92vh;
    grid-template-columns:minmax(420px,1.08fr) minmax(420px,.92fr);
    gap:clamp(32px,4vw,72px);
    padding:clamp(30px,3vw,56px);
  }
  body .device-detail-stage>img{
    height:min(68vh,700px);
    max-height:none;
  }
}
body .marketplace-detail-option{
  min-width:0;
  margin:18px 0 0;
  padding:0;
  border:0;
}
body .marketplace-detail-option legend{
  margin:0 0 9px;
  padding:0;
  color:#344054;
  font-size:12px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.device-option-toggles{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:9px;
}
.device-option-toggle{
  display:flex;
  min-width:0;
  min-height:54px;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:5px;
  padding:10px 13px;
  border:1px solid #cdd4de;
  border-radius:13px;
  background:#fff;
  color:#101828;
  text-align:left;
  cursor:pointer;
  transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease;
}
.device-option-toggle:hover{
  border-color:#101828;
  transform:translateY(-1px);
}
.device-option-toggle.active,
.device-option-toggle[aria-pressed="true"]{
  border-color:#101828;
  background:#101828;
  color:#fff;
  box-shadow:0 8px 20px rgba(16,24,40,.16);
}
.device-option-toggle span{
  font-size:12px;
  font-weight:850;
  line-height:1.25;
  overflow-wrap:anywhere;
}
.device-option-toggle strong{
  color:#667085;
  font-size:11px;
  line-height:1.2;
}
.device-option-toggle.active strong,
.device-option-toggle[aria-pressed="true"] strong{color:#dbe4f0}
@media(max-width:720px){
  body .marketplace-detail-card{height:auto}
  .device-option-toggles{grid-template-columns:repeat(2,minmax(0,1fr))}
}


/* v20260730 Liangyou Best Choice and source specification details */
body .marketplace-product-card.is-best-choice{
  border-color:#e2b51d;
  box-shadow:0 14px 34px rgba(180,128,0,.11);
}
body .marketplace-product-image,
body .device-detail-stage{position:relative}
.device-best-choice{
  position:absolute;
  z-index:3;
  top:12px;
  left:12px;
  display:inline-flex;
  align-items:center;
  min-height:29px;
  padding:6px 10px;
  border:1px solid rgba(111,74,0,.18);
  border-radius:999px;
  background:#ffd84d;
  color:#3c2b00;
  box-shadow:0 7px 18px rgba(103,72,0,.18);
  font-size:11px;
  font-weight:950;
  letter-spacing:.035em;
  line-height:1;
  text-transform:uppercase;
}
.device-best-choice-detail{top:16px;left:16px}
.marketplace-product-notes{
  display:grid;
  gap:5px;
  margin-top:10px;
}
.marketplace-product-feature{
  display:-webkit-box;
  overflow:hidden;
  color:#344054;
  font-size:12px;
  font-weight:750;
  line-height:1.35;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.marketplace-product-shipping{
  color:#08745c;
  font-size:11px;
  font-weight:850;
  line-height:1.3;
}
.device-product-information{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}
.device-product-information section{
  min-width:0;
  padding:15px;
  border:1px solid #e1e7ee;
  border-radius:15px;
  background:#f8fafc;
}
.device-product-information h4{
  margin:0 0 10px;
  color:#344054;
  font-size:12px;
  font-weight:950;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.device-product-information ul{
  display:grid;
  gap:6px;
  margin:0;
  padding-left:18px;
  color:#475467;
  font-size:13px;
  line-height:1.35;
}
.device-product-information dl{display:grid;gap:1px;margin:0}
.device-product-information dl div{
  display:grid;
  grid-template-columns:minmax(105px,.8fr) minmax(0,1.2fr);
  gap:10px;
  padding:7px 0;
  border-top:1px solid #e6ebf1;
}
.device-product-information dl div:first-child{padding-top:0;border-top:0}
.device-product-information dt{
  color:#667085;
  font-size:11px;
  font-weight:850;
}
.device-product-information dd{
  min-width:0;
  margin:0;
  color:#101828;
  font-size:12px;
  font-weight:850;
  overflow-wrap:anywhere;
}
@media(max-width:720px){
  .device-best-choice{top:8px;left:8px;min-height:26px;padding:5px 8px;font-size:9px}
  .device-best-choice-detail{top:10px;left:10px}
  .device-product-information{grid-template-columns:1fr}
  .device-product-information dl div{grid-template-columns:minmax(96px,.8fr) minmax(0,1.2fr)}
}
