:root{
  --bg:#03101f;
  --bg-2:#071b30;
  --panel:#071829;
  --panel-soft:#071d33;
  --panel-deep:#051220;
  --line:#1186bc;
  --line-2:#20d0f4;
  --blue:#13d5f7;
  --blue-2:#57e4ff;
  --text:#f6fbff;
  --muted:#a9c8dc;
  --muted-2:#d1e9f6;
  --shadow:0 25px 70px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html{background:var(--bg)}
body{
  margin:0;
  min-height:100vh;
  color:var(--text);
  font-family:Inter,Arial,sans-serif;
  background:
    radial-gradient(circle at 82% 4%,rgba(18,118,219,.18),transparent 24%),
    radial-gradient(circle at 70% 0%,rgba(0,204,255,.08),transparent 22%),
    linear-gradient(180deg,#03101f 0%,#031222 65%,#041526 100%);
}
a{color:inherit}
button{font:inherit}
.setup-wrap{width:min(1448px,calc(100% - 64px));margin:0 auto}

.setup-top{
  position:sticky;
  top:0;
  z-index:20;
  height:46px;
  border-bottom:1px solid rgba(34,168,216,.35);
  background:rgba(2,13,25,.82);
  backdrop-filter:blur(10px);
}
.setup-top .setup-wrap{height:100%;display:flex;align-items:center}
.setup-top a{
  color:#59dcff;
  text-decoration:none;
  font-size:13px;
  font-weight:700;
  letter-spacing:.1px;
  transition:.2s ease;
}
.setup-top a:hover{color:#fff;transform:translateX(-2px)}

#setupPage{padding:22px 0 34px}

.setup-hero{
  position:relative;
  min-height:390px;
  padding:20px 0 12px;
  overflow:hidden;
  border-radius:24px;
}
.setup-copy{
  position:relative;
  z-index:4;
  width:min(42%,540px);
  min-height:358px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:30px 0 12px 34px;
}
.setup-copy::before,
.setup-copy::after{
  content:"";
  position:absolute;
  left:-175px;
  top:50%;
  transform:translateY(-50%);
  border-radius:50%;
  pointer-events:none;
  z-index:-1;
}
.setup-copy::before{
  width:520px;
  height:520px;
  border:1px solid rgba(32,208,244,.34);
  box-shadow:0 0 52px rgba(0,195,255,.08),inset 0 0 42px rgba(0,195,255,.04);
  background:
    radial-gradient(circle at center,transparent 58%,rgba(15,174,230,.05) 59%,transparent 61%),
    radial-gradient(circle at center,transparent 72%,rgba(42,213,255,.12) 73%,transparent 74%);
}
.setup-copy::after{
  width:390px;
  height:390px;
  left:-108px;
  border:1px solid rgba(43,220,255,.22);
  box-shadow:0 0 28px rgba(0,207,255,.05);
}
.kicker{
  display:block;
  color:#2ed9ff;
  font-size:14px;
  line-height:1;
  letter-spacing:5px;
  font-weight:800;
  margin-bottom:16px;
}
.setup-copy h1{
  margin:0 0 18px;
  font:700 clamp(58px,5.8vw,82px)/.88 Rajdhani,Inter,sans-serif;
  letter-spacing:.5px;
  text-shadow:0 8px 28px rgba(255,255,255,.08);
}
.setup-copy p{
  margin:0;
  max-width:460px;
  color:#c0d7e8;
  font-size:16px;
  line-height:1.52;
}
.benefits{
  display:flex;
  align-items:stretch;
  gap:0;
  margin-top:28px;
  max-width:520px;
}
.benefit{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:42px;
  padding:0 18px;
  border-left:1px solid rgba(54,191,234,.32);
  font-size:12px;
  line-height:1.18;
  font-weight:800;
  text-transform:uppercase;
  color:#d7f7ff;
}
.benefit:first-child{padding-left:0;border-left:0}
.benefit-icon{width:29px;height:29px;display:grid;place-items:center;color:var(--blue);flex:0 0 auto}
.benefit-icon svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

.hero-visual{
  position:absolute;
  inset:0;
  min-height:390px;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(24,144,192,.28);
  box-shadow:var(--shadow);
  background:#06182b;
}
.hero-visual::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(0,0,0,.06));
  pointer-events:none;
  z-index:1;
}
.hero-scene{
  position:absolute;
  inset:0;
  background-image:var(--hero);
  background-size:cover;
  background-position:center center;
  filter:saturate(1.12) contrast(1.04) brightness(.96);
  transform:scale(1.01);
}
.hero-scene::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(3,16,31,.99) 0%,rgba(3,16,31,.97) 16%,rgba(3,16,31,.88) 28%,rgba(3,16,31,.68) 39%,rgba(3,16,31,.34) 50%,rgba(3,16,31,.10) 61%,rgba(3,16,31,0) 72%),
    linear-gradient(180deg,rgba(2,10,18,.10),rgba(2,10,18,.18));
}
.hotspot{
  position:absolute;
  z-index:3;
  transform:translate(-50%,-50%);
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 14px;
  border:1px solid #19ccf3;
  border-radius:11px;
  background:rgba(6,27,48,.88);
  color:#fff;
  font-size:15px;
  font-weight:800;
  box-shadow:0 0 0 2px rgba(19,213,247,.08),0 0 22px rgba(19,213,247,.18);
  cursor:pointer;
  transition:.2s ease;
}
.hotspot:hover{transform:translate(-50%,-50%) scale(1.02);background:rgba(7,34,60,.96)}
.hotspot::before{
  content:"";
  width:14px;
  height:14px;
  border-radius:50%;
  border:3px solid #24d4f8;
  box-shadow:0 0 0 3px rgba(36,212,248,.16);
  background:#041929;
  flex:0 0 auto;
}
.hotspot::after{
  content:"";
  position:absolute;
  width:1px;
  height:24px;
  left:20px;
  bottom:-24px;
  background:linear-gradient(180deg,#22d0f4,rgba(34,208,244,0));
  opacity:.82;
}
.hotspot[data-line="short"]::after{height:14px;bottom:-14px}
.hotspot[data-line="none"]::after{display:none}
.hotspot-card{
  position:absolute;
  z-index:8;
  width:270px;
  padding:14px;
  border:1px solid #18c6ee;
  border-radius:12px;
  background:rgba(4,19,35,.98);
  box-shadow:0 18px 40px rgba(0,0,0,.45);
}
.hotspot-card img{width:70px;height:70px;float:left;object-fit:cover;border-radius:10px;margin:0 12px 8px 0}
.hotspot-card b{display:block;font-size:15px;line-height:1.15;margin-top:2px}
.hotspot-card p{margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.45;clear:both}
.hotspot-card .buy{display:inline-flex;margin-top:11px;padding:10px 14px;border-radius:8px;background:linear-gradient(90deg,#0bd8ef,#26c9f0);color:#00111d;text-decoration:none;font-size:11px;font-weight:900}

.tour{
  display:grid;
  grid-template-columns:minmax(320px,31%) minmax(0,69%);
  gap:22px;
  margin-top:24px;
  padding:20px;
  border:1px solid rgba(24,139,195,.95);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(5,22,39,.95),rgba(5,20,36,.98));
  box-shadow:var(--shadow);
}
.tour-copy{display:flex;flex-direction:column;justify-content:center;padding:8px 4px 8px 12px}
.tour h2{margin:0 0 12px;font-size:34px;line-height:1.05;font-weight:800;letter-spacing:-.4px}
.tour p{margin:0 0 16px;max-width:450px;color:#b7d5e8;font-size:16px;line-height:1.55}
.tour-meta{display:flex;flex-wrap:wrap;align-items:center;gap:18px;color:#d0e8f3;font-size:13px;font-weight:600}
.tour-meta span{display:flex;align-items:center;gap:8px}
.tour-meta span+span{border-left:1px solid rgba(92,131,154,.58);padding-left:18px}
.meta-clock{width:16px;height:16px;border:1.5px solid #83d7ef;border-radius:50%;display:inline-block;position:relative;flex:0 0 auto}
.meta-clock::before{content:"";position:absolute;width:1.6px;height:5px;background:#83d7ef;left:6.2px;top:2.2px}
.meta-clock::after{content:"";position:absolute;width:5px;height:1.6px;background:#83d7ef;left:6.2px;top:6.7px;transform:rotate(28deg);transform-origin:left center}
.tour-watch{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:max-content;
  margin-top:18px;
  padding:12px 18px;
  border-radius:999px;
  background:linear-gradient(90deg,#0ed6ef,#25c6ed);
  color:#00101c;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  box-shadow:0 0 18px rgba(19,213,247,.18);
}
.tour-watch:hover{filter:brightness(1.06)}

.tour-player{
  position:relative;
  min-height:360px;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:12px;
  background:#02111e;
  border:1px solid rgba(30,171,213,.35);
}
.tour-player::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:var(--tour);
  background-size:cover;
  background-position:center;
  opacity:.38;
}
.tour-player iframe,
.tour-placeholder{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.tour-placeholder{display:grid;place-items:center;text-decoration:none;color:#fff;z-index:2}
.tour-placeholder::before{
  content:"▶";
  display:grid;
  place-items:center;
  width:92px;
  height:92px;
  border-radius:50%;
  border:2px solid var(--blue);
  background:rgba(5,25,45,.78);
  color:var(--blue-2);
  font-size:34px;
  padding-left:5px;
  box-shadow:0 0 26px rgba(0,207,255,.22);
}
.tour-placeholder::after{
  content:attr(data-label);
  position:absolute;
  left:22px;
  right:22px;
  bottom:18px;
  padding:10px 14px;
  border-radius:9px;
  background:rgba(3,15,28,.88);
  border:1px solid rgba(29,154,197,.42);
  color:#d9f2fb;
  font-size:12px;
  font-weight:700;
  text-align:left;
}

.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:24px 0 12px;padding:0 2px}
.section-head h2{margin:0;padding-left:18px;position:relative;font:700 28px/1 Rajdhani,Inter,sans-serif;letter-spacing:.5px}
.section-head h2::before{content:"";position:absolute;left:0;top:3px;width:4px;height:20px;background:var(--blue);box-shadow:0 0 12px rgba(0,207,255,.7)}
.all-products{color:#69ddff;text-decoration:none;font-size:14px;font-weight:600;transition:.2s ease}.all-products:hover{color:#fff;transform:translateX(2px)}

.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.product{
  min-width:0;
  min-height:196px;
  display:grid;
  grid-template-columns:40% 60%;
  grid-template-rows:auto auto 1fr auto;
  overflow:hidden;
  border:1px solid rgba(22,136,189,.95);
  border-radius:10px;
  background:linear-gradient(135deg,#071d33,#08172a 68%);
  box-shadow:0 16px 40px rgba(0,0,0,.22);
}
.product-media{grid-row:1/5;min-width:0;overflow:hidden;background:#0b1b2c;position:relative}
.product-media::after{content:"";position:absolute;inset:auto 0 0 0;height:40%;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.16));pointer-events:none}
.product img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:.3s ease;filter:saturate(1.08) contrast(1.03)}
.product:hover img{transform:scale(1.04)}
.product h3{margin:18px 16px 6px;font-size:15px;line-height:1.16;font-weight:800;white-space:pre-line}
.product p{margin:0 16px;color:#a9c8dd;font-size:12px;line-height:1.44}
.product strong{margin:12px 16px 10px;font-size:21px;line-height:1;color:#f7fbff;align-self:end}
.product .buy{
  margin:0 16px 16px;
  padding:11px 13px;
  border-radius:7px;
  background:linear-gradient(90deg,#09d6ef,#14c4ed);
  color:#00111d;
  text-decoration:none;
  text-align:center;
  font-size:11px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 0 16px rgba(0,207,255,.16);
}
.product .buy .arrow{float:right;font-size:14px;line-height:8px}
.product-no-link{margin-bottom:16px}

.specs-row{
  display:grid;
  grid-template-columns:1.15fr 1.15fr 1.15fr .55fr;
  margin:14px 0 22px;
  border:1px solid rgba(14,110,154,.95);
  border-radius:10px;
  overflow:hidden;
  background:rgba(4,19,35,.5);
}
.spec{position:relative;min-height:160px;display:grid;grid-template-columns:92px 1fr;gap:16px;padding:16px 18px;border-right:1px dashed #0f688d;background:linear-gradient(135deg,rgba(7,29,51,.82),rgba(4,19,35,.56))}
.spec:last-of-type{border-right:1px dashed #0f688d}
.spec-icon{width:78px;height:62px;display:grid;place-items:center;align-self:start;border:1px solid #0d83bb;border-radius:10px;color:var(--blue)}
.spec-icon svg{width:44px;height:44px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.spec-body{min-width:0}
.spec h3{margin:0;font:700 18px/1.05 Rajdhani,Inter,sans-serif;letter-spacing:.4px}
.spec p{margin:2px 0 10px;color:#41ccf4;font-size:11px}
.spec ul{list-style:none;padding:0;margin:0}
.spec li{padding:3px 0;color:#a8c8dc;font-size:11px;line-height:1.28;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.spec li::before{content:'▦';color:#19c5f2;margin-right:8px;font-size:10px}
.spec-link{color:inherit;text-decoration:none}.spec-link:hover{color:#fff}
.spec-arrow{position:absolute;right:14px;top:14px;width:26px;height:26px;display:grid;place-items:center;border:1px solid #0b76a8;border-radius:50%;color:#25c9f5;font-size:14px}
.setup-quote{display:flex;flex-direction:column;justify-content:center;padding:18px 20px;background:linear-gradient(135deg,rgba(4,17,31,.68),rgba(7,28,48,.24))}
.setup-quote blockquote{margin:0;color:#d2e7f1;font:italic 16px/1.5 Georgia,serif;letter-spacing:.12px}
.quote-line{display:block;width:34px;height:2px;margin-top:18px;background:#24d5f8}

@media (max-width:1320px){
  .setup-wrap{width:min(1280px,calc(100% - 44px))}
  .setup-copy p{font-size:14px}
  .benefit{font-size:11px;padding:0 14px}
  .hotspot{font-size:13px;padding:0 12px;min-height:36px}
  .products{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:1024px){
  .setup-wrap{width:calc(100% - 28px)}
  #setupPage{padding-top:16px}
  .setup-hero{min-height:auto;padding:8px 0 0;overflow:visible;border-radius:0}
  .setup-copy{width:100%;min-height:auto;padding:18px 8px 10px}
  .setup-copy::before{width:420px;height:420px;left:-180px;opacity:.55}
  .setup-copy::after{width:300px;height:300px;left:-120px;opacity:.5}
  .setup-copy h1{font-size:64px}
  .setup-copy p{max-width:680px}
  .hero-visual{position:relative;inset:auto;min-height:340px;margin-top:12px;border-radius:18px}
  .tour{grid-template-columns:1fr}
  .tour-copy{padding:4px 2px 0}
  .tour-player{min-height:360px}
  .products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .specs-row{grid-template-columns:1fr 1fr}
  .setup-quote{grid-column:1/-1;min-height:86px;flex-direction:row;align-items:center;justify-content:space-between}
  .quote-line{margin:0 0 0 20px}
}

@media (max-width:760px){
  .setup-top{height:42px}
  .setup-top a{font-size:12px}
  .setup-wrap{width:calc(100% - 22px)}
  .setup-copy h1{font-size:54px}
  .kicker{font-size:12px;letter-spacing:4px}
  .setup-copy p{font-size:14px}
  .benefits{flex-wrap:wrap;gap:12px 18px}
  .benefit{padding:0;border:0;font-size:10px}
  .hero-visual{position:relative;inset:auto;min-height:280px;border-radius:16px}
  .setup-copy::before,.setup-copy::after{display:none}
  .hotspot{font-size:10px;min-height:32px;padding:0 10px;border-radius:9px}
  .hotspot::before{width:11px;height:11px;border-width:2px}
  .hotspot::after{left:16px;height:16px;bottom:-16px}
  .tour{padding:14px}
  .tour h2{font-size:25px}
  .tour p{font-size:13px}
  .tour-meta{gap:12px;font-size:11px}
  .tour-meta span+span{padding-left:12px}
  .tour-player{min-height:280px}
  .section-head h2{font-size:24px}
  .all-products{font-size:12px}
  .products{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:5px}
  .product{flex:0 0 315px;scroll-snap-align:start}
  .specs-row{grid-template-columns:1fr}
  .spec{border-right:0;border-bottom:1px dashed #0f688d;grid-template-columns:76px 1fr}
  .spec-icon{width:60px;height:54px}
  .spec li{white-space:normal}
  .setup-quote{grid-column:auto;min-height:95px;flex-direction:row}
  .setup-quote blockquote{font-size:14px}
}

@media (max-width:520px){
  .setup-copy h1{font-size:46px}
  .hero-visual{position:relative;inset:auto;min-height:220px}
  .hotspot{font-size:8px;min-height:28px;padding:0 8px}
  .hotspot::before{width:9px;height:9px;border-width:2px}
  .tour h2{font-size:22px}
  .tour-watch{width:100%;justify-content:center}
  .tour-player{min-height:240px}
  .section-head{align-items:flex-start}
  .section-head h2{font-size:22px}
  .all-products{display:none}
  .product{flex-basis:282px;grid-template-columns:39% 61%}
  .product h3{font-size:13px}
  .product strong{font-size:18px}
}
