.hero{
  position:relative;
  height:calc(100svh - var(--notice-height) - var(--header-height));
  min-height:720px;
  max-width:100%;
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:0 0 auto;
  height:520px;
  background:linear-gradient(90deg,var(--color-wash-orange),var(--color-wash-pink) 35%,var(--color-wash-violet) 68%,var(--color-wash-blue));
  mask-image:linear-gradient(var(--color-black),transparent 78%);
  pointer-events:none;
}
.hero-in{
  position:relative;
  z-index:2;
  display:flex;
  width:100%;
  max-width:var(--content-width);
  margin-inline:auto;
  padding:28px var(--gutter) 0;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.kicker{
  display:inline-flex;
  height:28px;
  align-items:center;
  gap:10px;
  padding:0 14px 0 10px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-pill);
  background:var(--color-panel);
  color:var(--color-muted);
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:700;
  letter-spacing:.02em;
  box-shadow:0 6px 16px -10px var(--color-glow);
}
.kicker-dots{
  display:flex;
  flex-shrink:0;
  gap:3px;
}
.kicker-dots span{
  width:7px;
  height:7px;
  border-radius:50%;
}
.kicker-dots span:nth-child(1){background:var(--color-orange)}
.kicker-dots span:nth-child(2){background:var(--color-pink)}
.kicker-dots span:nth-child(3){background:var(--color-violet)}
.kicker-dots span:nth-child(4){background:var(--color-blue)}
.h1{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:0 .28em;
  margin:16px 0 0;
  font-size:64px;
  line-height:1.15;
  letter-spacing:-.02em;
}
.hw{
  display:inline-block;
  padding-bottom:.06em;
  color:transparent;
  background-clip:text;
  -webkit-background-clip:text;
}
.hw-1{background-image:linear-gradient(90deg,var(--color-orange),var(--color-pink))}
.hw-2{background-image:linear-gradient(90deg,var(--color-pink),var(--color-violet))}
.hw-3{background-image:linear-gradient(90deg,var(--color-violet),var(--color-blue))}
.hw-4{background-image:linear-gradient(90deg,var(--color-blue),var(--color-accent))}
.sub{
  max-width:960px;
  margin:14px 0 0;
  color:var(--color-muted);
  font-size:19px;
  line-height:1.6;
}
.sub strong{
  color:var(--color-text);
  font-weight:750;
}
.ctas{
  display:flex;
  align-items:center;
  gap:16px;
  margin-top:24px;
}
.btn-main{
  position:relative;
  display:inline-flex;
  height:56px;
  align-items:center;
  gap:14px;
  padding:0 8px 0 26px;
  border-radius:var(--radius-pill);
  background:var(--color-text);
  color:var(--color-white);
  font-size:17px;
  font-weight:800;
  box-shadow:0 14px 28px -14px var(--color-ink-mid),inset 0 1px 0 var(--color-white-soft);
  transition:transform .2s ease;
}
.btn-main:hover,
.btn-ghost:hover{transform:translateY(-2px)}
.btn-main::after{
  content:"";
  position:absolute;
  z-index:-1;
  right:10%;
  bottom:-6px;
  left:10%;
  height:14px;
  border-radius:var(--radius-pill);
  background:var(--gradient-brand);
  opacity:.6;
  filter:blur(10px);
}
.btn-ring{
  display:grid;
  width:40px;
  height:40px;
  place-items:center;
  border-radius:50%;
  background:var(--color-white);
  color:var(--color-text);
}
.btn-ghost{
  display:inline-flex;
  height:56px;
  align-items:center;
  padding:0 30px;
  border:1px solid var(--color-accent);
  border-radius:var(--radius-pill);
  background:var(--color-panel);
  color:var(--color-accent);
  font-size:17px;
  font-weight:800;
  transition:transform .2s ease,background-color .2s ease;
}
.btn-ghost:hover{background:var(--color-tint-blue)}
.trust{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 22px;
  margin:18px 0 0;
  padding:0;
  color:var(--color-muted);
  font-size:14px;
  font-weight:650;
  list-style:none;
}
.trust li{
  display:inline-flex;
  align-items:center;
  gap:7px;
}
.trust svg{
  width:16px;
  height:16px;
  color:var(--color-success);
}
.brands{
  display:flex;
  min-height:36px;
  align-items:center;
  justify-content:center;
  gap:26px;
  max-width:100%;
  margin-top:18px;
  padding:5px 22px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-pill);
  background:var(--color-panel);
  box-shadow:0 10px 24px -16px var(--color-glow),inset 0 1px 0 var(--color-highlight);
}
.brands-group{
  display:flex;
  align-items:center;
  gap:22px;
}
.brands-sep{
  width:1px;
  height:20px;
  flex-shrink:0;
  background:var(--color-border);
}
.pf,
.fg{
  display:inline-flex;
  flex-shrink:0;
  align-items:center;
  gap:7px;
  color:var(--color-text);
  font-size:13px;
  font-weight:650;
}
.pf svg{width:17px;height:17px;color:var(--color-text)}
.fg svg{width:18px;height:18px}
.f-red{fill:var(--color-flag-red)}
.f-white{fill:var(--color-white)}
.f-navy{fill:var(--color-flag-navy)}
.f-blue{fill:var(--color-flag-blue)}
.s-white{fill:none;stroke:var(--color-white);stroke-width:2.2}
.stage{
  position:relative;
  z-index:1;
  width:82%;
  max-width:968px;
  height:640px;
  margin:40px auto 0;
}
.stage::before{
  content:"";
  position:absolute;
  z-index:0;
  top:-40px;
  right:4%;
  left:4%;
  height:380px;
  background:
    radial-gradient(60% 70% at 25% 40%,var(--color-glow-pink),transparent 70%),
    radial-gradient(55% 70% at 75% 45%,var(--color-glow-blue),transparent 70%);
  filter:blur(48px);
  pointer-events:none;
}
.desk{
  position:absolute;
  z-index:1;
  inset:0 0 auto;
  display:flex;
  height:640px;
  overflow:hidden;
  flex-direction:column;
  border:1px solid var(--color-border);
  border-radius:var(--radius-xl);
  background:var(--color-panel);
  box-shadow:0 40px 80px -30px var(--color-glow),0 18px 40px -22px var(--color-glow-blue),inset 0 1px 0 var(--color-highlight);
}
.win-bar{
  display:flex;
  height:44px;
  flex:none;
  align-items:center;
  gap:8px;
  padding:0 18px;
  border-bottom:1px solid var(--color-border);
  background:linear-gradient(180deg,var(--color-panel),var(--color-panel-soft));
}
.win-bar > span{
  width:12px;
  height:12px;
  border-radius:50%;
}
.win-bar > span:nth-child(1){background:var(--color-error)}
.win-bar > span:nth-child(2){background:var(--color-warning)}
.win-bar > span:nth-child(3){background:var(--color-success)}
.win-title{
  margin-left:12px;
  color:var(--color-muted);
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:.02em;
}
.win-body{
  display:grid;
  min-height:0;
  flex:1;
  grid-template-columns:72px 1fr;
}
.rail{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:22px;
  padding-top:22px;
  background:var(--gradient-accent);
}
.rail a{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:5px;
  color:var(--color-white);
  font-size:10px;
  font-weight:650;
  letter-spacing:.02em;
  opacity:.72;
  pointer-events:none;
}
.rail a.on{opacity:1}
.rail-ic{
  display:grid;
  width:40px;
  height:34px;
  place-items:center;
  border-radius:var(--radius-sm);
}
.rail a.on .rail-ic{background:var(--color-white-soft)}
.rail svg{width:20px;height:20px}
.stage .main{
  min-width:0;
  padding:20px 22px;
}
.search{
  display:flex;
  height:40px;
  align-items:center;
  gap:10px;
  padding:0 16px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-pill);
  background:var(--color-panel-soft);
  color:var(--color-muted);
  font-size:14px;
}
.search svg{width:16px;height:16px}
.search-tag{
  margin-left:auto;
  padding:2px 8px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-sm);
  background:var(--color-panel);
  color:var(--color-muted);
  font-family:var(--font-mono);
  font-size:11px;
}
.work{
  display:grid;
  grid-template-columns:minmax(0,1fr) 250px;
  gap:20px;
  margin-top:18px;
}
.stage .grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  align-content:start;
}
.lc{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:12px;
  padding:14px 14px 12px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  background:var(--color-panel-soft);
  box-shadow:inset 0 1px 0 var(--color-highlight);
}
.lc-top,
.lc-bot{
  display:flex;
  align-items:center;
}
.lc-top{gap:10px}
.lc-bot{
  justify-content:space-between;
  gap:8px;
}
.lc-name{
  font-size:15px;
  font-weight:800;
  line-height:1.2;
}
.lc-region{
  color:var(--color-muted);
  font-size:11px;
  line-height:1.3;
}
.route-disc{
  display:inline-block;
  width:28px;
  height:28px;
  flex:none;
  border:2px solid var(--color-panel);
  border-radius:50%;
  box-shadow:0 0 0 1px var(--color-border);
}
.route-hk{background:radial-gradient(circle at 50% 50%,var(--color-white) 0 12%,transparent 13%),var(--color-flag-red)}
.route-sg{background:linear-gradient(var(--color-flag-red) 0 50%,var(--color-white) 50%)}
.route-jp{background:radial-gradient(circle,var(--color-flag-red) 0 31%,transparent 32%),var(--color-white)}
.route-us{background:linear-gradient(var(--color-flag-navy) 0 34%,transparent 35%),repeating-linear-gradient(var(--color-flag-red) 0 12%,var(--color-white) 12% 24%)}
.route-au{background:radial-gradient(circle at 68% 64%,var(--color-white) 0 8%,transparent 9%),var(--color-flag-navy)}
.route-fr{background:linear-gradient(90deg,var(--color-flag-blue) 0 33%,var(--color-white) 33% 66%,var(--color-flag-red) 66%)}
.chip-iepl{background:var(--color-tint-violet);color:var(--color-violet)}
.chip-relay{background:var(--color-tint-orange);color:var(--color-orange)}
.chip-direct{background:var(--color-tint-blue);color:var(--color-accent)}
.lc-go{
  display:grid;
  width:22px;
  height:22px;
  flex-shrink:0;
  place-items:center;
  border:1px solid var(--color-border);
  border-radius:50%;
  background:var(--color-panel);
  color:var(--color-muted);
  font-size:12px;
}
.conn{
  position:relative;
  align-self:start;
  padding:18px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-lg);
  background:linear-gradient(180deg,var(--color-panel),var(--color-panel-soft));
  box-shadow:inset 0 1px 0 var(--color-highlight),0 16px 30px -22px var(--color-glow);
}
.conn-head{
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--color-muted);
  font-family:var(--font-mono);
  font-size:11px;
  font-weight:700;
  letter-spacing:.06em;
}
.conn-head i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--color-success);
  box-shadow:0 0 0 3px var(--color-tint-green);
}
.conn-row{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:14px;
}
.tg{
  position:relative;
  width:64px;
  height:34px;
  flex:none;
  border-radius:var(--radius-pill);
  background:var(--gradient-brand);
  box-shadow:inset 0 1px 0 var(--color-white-mid);
}
.tg::after{
  content:"";
  position:absolute;
  top:3px;
  right:3px;
  width:28px;
  height:28px;
  border-radius:50%;
  background:var(--color-white);
  box-shadow:0 2px 6px var(--color-ink-mid);
}
.conn-state{
  font-size:16px;
  font-weight:850;
  line-height:1.2;
}
.conn-line{
  margin-top:2px;
  color:var(--color-muted);
  font-family:var(--font-mono);
  font-size:11px;
}
.seg{
  display:flex;
  gap:3px;
  margin-top:16px;
  padding:4px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-pill);
  background:var(--color-panel-soft);
}
.seg span{
  height:26px;
  flex:1;
  border-radius:var(--radius-pill);
  color:var(--color-muted);
  font-size:12px;
  font-weight:650;
  line-height:26px;
  text-align:center;
}
.seg span.on{
  background:var(--color-panel);
  color:var(--color-accent);
  box-shadow:0 2px 8px var(--color-ink-soft);
}
.proto{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:14px;
}
.proto .chip{
  border:1px solid var(--color-border);
  background:var(--color-panel);
  color:var(--color-text);
}
.dev{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:14px;
  color:var(--color-muted);
  font-size:12px;
}
.dev b{
  color:var(--color-text);
  font-size:13px;
  font-weight:850;
}
.phone{
  position:absolute;
  z-index:3;
  top:126px;
  left:-36px;
  width:300px;
  height:440px;
  overflow:hidden;
  border:1px solid var(--color-border);
  border-radius:var(--radius-lg);
  background:var(--color-panel);
  box-shadow:0 48px 90px -30px var(--color-glow-violet),0 24px 48px -20px var(--color-glow-pink),inset 0 1px 0 var(--color-highlight);
  transform:rotate(-3deg);
}
.ph-status{
  display:flex;
  height:30px;
  align-items:center;
  justify-content:space-between;
  padding:0 16px;
  border-bottom:1px solid var(--color-border);
  background:var(--color-panel-soft);
}
.ph-sig{
  display:flex;
  align-items:flex-end;
  gap:2px;
}
.ph-sig i{
  width:3px;
  border-radius:1px;
  background:var(--color-text);
}
.ph-sig i:nth-child(1){height:4px}
.ph-sig i:nth-child(2){height:6px}
.ph-sig i:nth-child(3){height:8px}
.ph-sig i:nth-child(4){height:10px}
.ph-name{
  color:var(--color-muted);
  font-family:var(--font-mono);
  font-size:10px;
  letter-spacing:.06em;
}
.ph-bat{
  position:relative;
  width:22px;
  height:11px;
  border:1px solid var(--color-text);
  border-radius:3px;
}
.ph-bat::after{
  content:"";
  position:absolute;
  inset:2px 5px 2px 2px;
  border-radius:1px;
  background:var(--color-success);
}
.ph-head{padding:16px 18px 0}
.ph-label{
  color:var(--color-muted);
  font-size:12px;
  font-weight:650;
}
.ph-price{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin-top:4px;
}
.ph-price b{
  font-family:var(--font-display);
  font-size:26px;
  font-weight:850;
  letter-spacing:-.02em;
  line-height:1.1;
}
.ph-price small{
  color:var(--color-muted);
  font-size:13px;
  font-weight:650;
}
.ph-price .chip{
  margin-left:auto;
  background:var(--color-tint-blue);
  color:var(--color-accent);
}
.ph-note{
  margin-top:6px;
  color:var(--color-muted);
  font-size:12px;
}
.ph-btn{
  display:flex;
  height:54px;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:14px 18px 0;
  border-radius:var(--radius-md);
  background:var(--gradient-accent);
  color:var(--color-white);
  font-size:16px;
  font-weight:850;
  box-shadow:0 14px 26px -14px var(--color-glow-blue),inset 0 1px 0 var(--color-white-soft);
}
.ph-btn svg{width:18px;height:18px}
.ph-list{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:16px 18px 0;
}
.ph-item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-sm);
  background:var(--color-panel-soft);
  font-size:13px;
  font-weight:650;
}
.ph-item .route-disc{width:20px;height:20px}
.ph-item .chip{margin-left:auto}
.tag{
  position:absolute;
  z-index:5;
  display:inline-flex;
  height:40px;
  align-items:center;
  gap:10px;
  padding:0 18px 0 8px;
  border-radius:var(--radius-pill);
  background:var(--color-text);
  color:var(--color-white);
  font-size:15px;
  font-weight:650;
  white-space:nowrap;
  box-shadow:0 18px 34px -16px var(--color-ink-mid),inset 0 1px 0 var(--color-white-soft);
}
.tag i{
  display:grid;
  width:24px;
  height:24px;
  place-items:center;
  border-radius:50%;
  background:var(--gradient-brand);
  font-size:12px;
  font-style:normal;
}
.tag-a{top:26px;right:-30px}
.tag-b{top:110px;left:30px}
.tag-c{bottom:40px;left:-44px}
.note{
  position:absolute;
  z-index:4;
  top:-16px;
  display:inline-flex;
  height:32px;
  align-items:center;
  gap:8px;
  padding:0 14px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-sm);
  background:var(--color-panel);
  color:var(--color-text);
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:650;
  white-space:nowrap;
  box-shadow:0 14px 28px -14px var(--color-glow),inset 0 1px 0 var(--color-highlight);
}
.note-a{right:170px}
.note-b{left:150px}
.feature-point + .feature-point{
  margin-top:32px;
  padding-top:30px;
  border-top:1px solid var(--color-border);
}
.feature-point h3{font-size:clamp(22px,2.2vw,30px)}
.feature-point p{color:var(--color-muted)}
.feature-point a{font-weight:800}
.feature-line-list{
  display:grid;
  gap:12px;
  margin-top:22px;
}
.feature-line-list > div{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:10px;
  align-items:center;
  padding:11px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  background:var(--color-panel-soft);
}
.feature-mini-label{
  display:block;
  margin-bottom:10px;
  color:var(--color-accent);
  font-size:11px;
  font-weight:800;
}
.feature-mini p{
  margin:8px 0 0;
  color:var(--color-muted);
  font-size:14px;
}
.privacy-list{
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  margin-top:22px;
  color:var(--color-muted);
}
.privacy-list strong{color:var(--color-success)}
.tool-chip-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:22px;
}
.tool-chip-list span{
  padding:7px 11px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-pill);
  background:var(--color-panel-soft);
  color:var(--color-text);
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:700;
}
.route-section{background:linear-gradient(180deg,var(--color-panel-soft),transparent)}
.server-status:empty{display:none}
.server-status{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  width:100%;
  max-width:100%;
  margin-bottom:32px;
  overflow:hidden;
}
.server-status .srv-grid{
  display:grid;
  grid-column:1/-1;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  min-width:0;
}
.srv-row{
  display:grid;
  min-width:0;
  grid-template-columns:auto auto minmax(0,1fr) auto auto;
  gap:10px;
  align-items:center;
  padding:13px 15px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  background:var(--color-panel);
  box-shadow:var(--shadow-float);
}
.srv-dot{
  width:8px;
  height:8px;
  flex-shrink:0;
  border-radius:50%;
  background:var(--color-success);
  box-shadow:0 0 0 4px var(--color-tint-green);
  animation:srv-pulse 2.4s ease-in-out infinite;
}
.srv-flag{
  display:grid;
  width:26px;
  height:26px;
  overflow:hidden;
  place-items:center;
  border-radius:50%;
  background:var(--color-panel-soft);
  font-size:13px;
}
.srv-name{
  min-width:0;
  overflow:hidden;
  color:var(--color-text);
  font-weight:800;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.srv-type{
  max-width:100%;
  overflow:hidden;
  padding:3px 8px;
  border-radius:var(--radius-pill);
  background:var(--color-tint-blue);
  color:var(--color-accent);
  font-family:var(--font-mono);
  font-size:11px;
  font-weight:700;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.srv-ms,
.srv-bw{
  color:var(--color-muted);
  font-family:var(--font-mono);
  font-size:11px;
  white-space:nowrap;
}
@keyframes srv-pulse{
  0%,100%{opacity:.55;transform:scale(.85)}
  50%{opacity:1;transform:scale(1)}
}
.route-guidance{
  display:grid;
  grid-template-columns:1fr auto;
  gap:30px;
  align-items:center;
  margin-top:28px;
  padding:28px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-xl);
  background:var(--color-panel);
  box-shadow:var(--shadow-float);
}
.route-guidance h3{font-size:24px}
.route-guidance p{margin-bottom:0;color:var(--color-muted)}
.platform-card p{
  min-height:52px;
  color:var(--color-muted);
  font-size:14px;
}
.client-callout{margin-top:28px}
.pricing-preview{background:linear-gradient(180deg,transparent,var(--color-wash-blue),transparent)}
.price-summary{
  color:var(--color-muted);
  font-size:15px;
}
.traffic-pack-note{
  display:grid;
  grid-template-columns:1fr auto;
  gap:30px;
  align-items:center;
  margin-top:28px;
  padding:30px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-xl);
  background:var(--gradient-orange);
  box-shadow:var(--shadow-panel);
}
.traffic-pack-note h3{
  margin:12px 0 8px;
  font-size:25px;
}
.traffic-pack-note p{margin:0;color:var(--color-muted)}
.difference-section{background:var(--color-panel-soft)}
.difference-layout{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);
  gap:22px;
}
.difference-main{padding:36px}
.difference-main p{color:var(--color-muted)}
.difference-main p:last-child{margin-bottom:0}
.difference-facts{
  display:grid;
  gap:16px;
}
.difference-facts .card{padding:24px}
.difference-facts h3{
  margin:8px 0;
  font-size:22px;
}
.difference-facts p{
  margin-bottom:0;
  color:var(--color-muted);
  font-size:15px;
}
.fact-label{
  color:var(--color-accent);
  font-size:11px;
  font-weight:800;
}
.section-link-row{
  display:flex;
  justify-content:center;
  margin-top:32px;
}
@media (max-width:1100px){
  .brands{gap:14px}
  .brands-group{gap:13px}
  .pf,
  .fg{font-size:11px}
  .tag-a{right:10px}
  .tag-c{left:8px}
}
@media (max-width:900px){
  .hero{
    height:auto;
    min-height:950px;
  }
  .brands{
    width:100%;
    flex-direction:column;
    gap:7px;
    border-radius:var(--radius-lg);
  }
  .brands-sep{
    width:100%;
    height:1px;
  }
  .brands-group{
    width:100%;
    justify-content:center;
  }
  .stage{
    width:calc(100% - 32px);
    height:540px;
    margin-top:26px;
  }
  .desk{height:540px}
  .work{grid-template-columns:1fr}
  .conn{display:none}
  .phone{
    top:190px;
    left:14px;
    width:240px;
    height:330px;
    transform:none;
  }
  .ph-list{display:none}
  .tag,
  .note{display:none}
  .tag-a{
    top:15px;
    right:10px;
    display:inline-flex;
    height:36px;
    font-size:11px;
  }
  .feature-row{gap:32px}
  .route-guidance,
  .traffic-pack-note,
  .difference-layout{grid-template-columns:1fr}
  .difference-layout{gap:18px}
}
@media (max-width:768px){
  .hero{
    min-height:940px;
    overflow-x:clip;
  }
  .hero-in{padding-top:22px}
  .h1{font-size:clamp(28px,9.8vw,40px)}
  .sub{font-size:16px}
  .trust{gap:6px 14px;font-size:12px}
  .brands-group{
    justify-content:flex-start;
    overflow-x:auto;
    scrollbar-width:none;
  }
  .brands-group::-webkit-scrollbar{display:none}
  .stage .grid{grid-template-columns:1fr 1fr}
  .lc:nth-child(n+5){display:none}
  .win-body{grid-template-columns:54px 1fr}
  .rail{gap:10px}
  .rail a{font-size:0}
  .stage .main{padding:13px}
  .server-status,
  .server-status .srv-grid{grid-template-columns:1fr}
  .route-guidance,
  .traffic-pack-note{padding:23px}
}
@media (max-width:640px){
  .hero{
    min-height:980px;
  }
  .ctas{
    width:100%;
    flex-direction:column;
    gap:10px;
  }
  .btn-main,
  .btn-ghost{width:100%;justify-content:center}
  .btn-main{padding-left:18px}
  .brands{
    align-items:stretch;
    padding:8px 12px;
  }
  .brands-group{justify-content:flex-start}
  .pf,
  .fg{font-size:11px}
  .stage{
    width:calc(100% - 32px);
    height:470px;
  }
  .desk{height:470px}
  .win-title{font-size:10px}
  .search-tag{display:none}
  .stage .grid{gap:8px}
  .lc{padding:10px}
  .lc-region{display:none}
  .phone{
    top:220px;
    width:210px;
    height:235px;
  }
  .ph-note{display:none}
  .ph-btn{height:46px}
  .tag-a{max-width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis}
  .feature-mini{padding:16px}
  .feature-line-list > div{grid-template-columns:auto minmax(0,1fr)}
  .feature-line-list .badge{grid-column:1/-1;justify-self:start}
  .srv-row{
    grid-template-columns:auto auto minmax(0,1fr) auto;
  }
  .srv-bw{display:none}
  .route-guidance .btn,
  .traffic-pack-note .btn{width:100%}
  .difference-main{padding:24px}
}
@media (max-width:390px){
  .hero{min-height:1000px}
  .kicker{font-size:11px}
  .trust li{width:calc(50% - 8px);justify-content:flex-start}
  .stage .grid{grid-template-columns:1fr}
  .lc:nth-child(n+4){display:none}
  .phone{left:8px}
}
@media (prefers-reduced-motion:reduce){
  .srv-dot{animation:none}
}