
/* ======================================================
   HERO Vision Pro 玻璃風
====================================================== */
.hero-smart{
  position:relative;
  overflow:hidden;
  padding:72px clamp(20px,6vw,80px) 88px;
}
.hero-bg{
  position:absolute;
  inset:0;
  overflow:hidden;
  pointer-events:none;
}
.hero-cloud{
  position:absolute;
  inset:-20%;
  background:
    radial-gradient(circle at 0 0,rgba(255,255,255,.85) 0,transparent 55%),
    radial-gradient(circle at 80% 0,rgba(171,188,255,.6) 0,transparent 60%),
    radial-gradient(circle at 0 100%,rgba(205,222,255,.65) 0,transparent 65%);
  opacity:.9;
}
.hero-cloud.cloud-2{
  inset:-10%;
  filter:blur(18px);
  opacity:.6;
}
.hero-beam{
  position:absolute;
  inset:0;
  mix-blend-mode:screen;
}
.hero-shell{
  position:relative;
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,1.05fr);
  gap:40px;
  align-items:center;
}
.hero-left{
  position:relative;
  z-index:2;
}
.hero-kicker{
  font-size:.78rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--hp-text-sub);
  margin:0 0 10px;
}
.hero-title{
  font-size:clamp(2.4rem,3vw,3rem);
  line-height:1.15;
  margin:0 0 14px;
}
.hero-title-accent{
  color:var(--hp-accent);
}
.hero-desc{
  margin:0 0 22px;
  font-size:.95rem;
  color:var(--hp-text-sub);
}
.hero-cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:12px;
}
.pill{
  border-radius:999px;
  padding:8px 18px;
  font-size:.88rem;
  border:1px solid var(--hp-pill-border);
  background:var(--hp-pill-bg);
  box-shadow:0 8px 24px rgba(90,110,190,.18);
  display:inline-flex;
  align-items:center;
  gap:6px;
  cursor:pointer;
  transition:transform .18s ease-out, box-shadow .18s ease-out,
             background .18s ease-out, color .18s ease-out;
}
.pill.primary{
  background:linear-gradient(135deg,#4f7dff,#6ed5ff);
  color:#fff;
  border-color:transparent;
}
.pill:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(40,70,160,.26);
}
.hero-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  font-size:.8rem;
  color:#717aa2;
}
.hero-tags .tag{
  padding:4px 10px;
  border-radius:999px;
  background:rgba(248,250,255,.95);
  border:1px solid rgba(200,210,250,.55);
}

/* HERO right card */
.hero-right{
  display:flex;
  justify-content:center;
  position:relative;
  z-index:2;
}
.orbit-card{
  position:relative;
  width:100%;
  max-width:430px;
  aspect-ratio:4/5;
  border-radius:var(--hp-radius-xl);
  background:radial-gradient(circle at 20% 0,#fefeff 0,#edf2ff 50%,#dde6ff 100%);
  box-shadow:
    0 26px 80px rgba(40,60,130,.35),
    0 0 0 1px rgba(255,255,255,.8);
  overflow:hidden;
}
.orbit-bg-grid{
  position:absolute;
  inset:-60px;
  background-image:
    radial-gradient(circle at 10% 0,rgba(255,255,255,.9) 0,transparent 55%),
    radial-gradient(circle at 80% 100%,rgba(159,180,255,.4) 0,transparent 70%),
    repeating-linear-gradient(
      135deg,
      rgba(165,183,255,.15) 0,
      rgba(165,183,255,.15) 1px,
      transparent 1px,
      transparent 10px
    );
  opacity:.9;
  mix-blend-mode:screen;
}
.orbit-beam{
  position:absolute;
  inset:8%;
  border-radius:32px;
  pointer-events:none;
  background:
    conic-gradient(from 210deg,
      transparent 0,
      rgba(133,187,255,.13) 4%,
      rgba(111,243,255,.45) 9%,
      rgba(133,187,255,.08) 16%,
      transparent 25%,
      transparent 100%);
  mix-blend-mode:screen;
  opacity:.8;
  animation:orbitBeamSweep 22s linear infinite;
}
.orbit-beam-2{
  inset:18%;
  filter:blur(4px);
  opacity:.5;
  animation-duration:32s;
  animation-direction:reverse;
}
@keyframes orbitBeamSweep{
  from{transform:rotate(0deg);}
  to{transform:rotate(360deg);}
}
.orbit-stage{
  position:relative;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:grab;
  touch-action:none;
}
.orbit-stage:active{
  cursor:grabbing;
}
.orbit-sphere{
  position:relative;
  width:230px;
  height:230px;
  border-radius:50%;
  background:
    radial-gradient(circle at 30% 18%,#ffffff 0,#f7f9ff 35%,#bccbff 70%,#8e9fff 100%);
  box-shadow:
    0 28px 80px rgba(40,60,140,.45),
    inset 0 0 28px rgba(255,255,255,1);
}
.orbit-sphere-inner{
  position:absolute;
  inset:12%;
  border-radius:50%;
  background:
    radial-gradient(circle at 30% 15%,#ffffff 0,#f4f7ff 40%,#c2d0ff 100%);
  box-shadow:
    0 18px 40px rgba(45,70,150,.35),
    inset 0 0 22px rgba(255,255,255,.9);
  display:flex;
  align-items:center;
  justify-content:center;
}
.orbit-core-label{
  text-align:center;
  z-index:2;
}
.core-title{
  font-weight:700;
  font-size:1.1rem;
  letter-spacing:.02em;
  margin-bottom:4px;
}
.core-sub{
  font-size:.8rem;
  color:var(--hp-text-sub);
}
/* 水波紋 */
.wave{
  position:absolute;
  inset:18%;
  border-radius:50%;
  border:1px solid rgba(159,180,255,.6);
  box-shadow:0 0 18px rgba(159,180,255,.9);
  opacity:0;
  mix-blend-mode:screen;
  animation:wavePulse 5.5s ease-out infinite;
}
.wave-2{animation-delay:1.4s;}
.wave-3{animation-delay:2.8s;}
@keyframes wavePulse{
  0%{transform:scale(.7);opacity:.6;}
  70%{transform:scale(1.25);opacity:0;}
  100%{transform:scale(1.5);opacity:0;}
}

/* 節點 pill，由 JS 計算位置 */
.orbit-layer{
  position:absolute;
  inset:0;
}
.orbit-node{
  position:absolute;
  border:none;
  padding:7px 14px;
  border-radius:999px;
  font-size:.8rem;
  background:radial-gradient(circle at 30% 10%,#ffffff 0,#f8fbff 40%,#cfe0ff 100%);
  color:var(--hp-text-main);
  box-shadow:
    0 12px 32px rgba(70,100,180,.35),
    0 0 0 1px rgba(255,255,255,.9);
  transform:translate(-50%,-50%);
  white-space:nowrap;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  pointer-events:auto;
  transition:box-shadow .18s ease-out, transform .18s ease-out,
             background .18s ease-out;
}
.orbit-node:hover{
  box-shadow:
    0 16px 38px rgba(40,70,150,.4),
    0 0 0 1px rgba(127,196,255,.9);
}

/* 粒子 */
.particle-field{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:hidden;
}
.particle{
  position:absolute;
  width:2.5px;
  height:2.5px;
  border-radius:50%;
  background:rgba(255,255,255,.92);
  box-shadow:0 0 12px rgba(255,255,255,.9);
  opacity:0;
  animation:particleRise linear infinite;
}
@keyframes particleRise{
  0%{transform:translate3d(0,12px,0);opacity:0;}
  10%{opacity:.7;}
  80%{opacity:.7;}
  100%{transform:translate3d(0,-42px,0);opacity:0;}
}

/* ==========================================================
   CITYNEO v3 — UI 玻璃透明 ＋ 智慧城市動態組件   
========================================================== */

/* ROOT VARIABLES */
:root {
  --cityneo-white: rgba(255, 255, 255, 0.92);
  --cityneo-glass-bg: rgba(255, 255, 255, 0.18);
  --cityneo-glass-border: rgba(255, 255, 255, 0.35);
  --cityneo-glass-shadow: rgba(80, 120, 255, 0.28);
  --cityneo-blue: #4f7cff;
  --cityneo-purple: #a4b4ff;
  --cityneo-dark: #1d2340;
  --cityneo-muted: #7d88a8;
  --cityneo-gradient: linear-gradient(135deg,#c9d8ff,#edf1ff,#ffffff);
}

/* GLOBAL RESET */
.cityneo *,
.cityneo *::before,
.cityneo *::after {
  box-sizing: border-box;
}

/* .cityneo {
  font-family: "Noto Sans TC", sans-serif;
  color: var(--cityneo-dark);
  background: linear-gradient(180deg,#eef3ff,#f7f9ff);
} */

/* ======================================================
   A：AI Neural Network — 資料流動畫
===================================================== */

.cityneo-neural {
  position: absolute;
  width: 100%;
  top: 100px;
  z-index: 4;
}

.cityneo-neural .nlink {
  fill: none;
  stroke: rgba(120,150,255,0.65);
  stroke-width: 4;
  stroke-linecap: round;
  filter: drop-shadow(0 0 6px rgba(150,180,255,0.6));
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: cityneoFlow 4s ease-in-out infinite;
}

.cityneo-neural .n1 { animation-delay: 0s; }
.cityneo-neural .n2 { animation-delay: 0.7s; }
.cityneo-neural .n3 { animation-delay: 1.4s; }

@keyframes cityneoFlow {
  0% { stroke-dashoffset: 200; opacity: .4; }
  40% { opacity: 1; }
  100% { stroke-dashoffset: -200; opacity: .4; }
}

/* ======================================================
   B：IoT Device Icons
===================================================== */

.cityneo-iot {
  position: absolute;
  font-size: 26px;
  color: #fff;
  background: rgba(130,150,255,0.45);
  padding: 14px;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(150,180,255,0.7);
  animation: cityneoIotFloat 3.8s ease-in-out infinite;
  z-index: 10;
}

@keyframes cityneoIotFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

/* ======================================================
   C：3D Road + Car Flow
===================================================== */

.cityneo-road{
  position: relative;
  width: 100%;
  height: 22px;
  overflow: visible;  
  background:
    linear-gradient(180deg, rgba(255,255,255,0.28), rgba(155,175,240,0.15)),
    rgba(255,255,255,0.10);
  border-radius: 60px;

  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);

  box-shadow:
    0 15px 35px rgba(30,50,100,0.22),
    inset 0 0 20px rgba(255,255,255,0.4);

  transform: skewX(-12deg) rotateX(58deg);
  transform-origin: center bottom;
  overflow:hidden;
}

.cityneo-road-3d.road-2 {
  top: 330px;
  opacity: .75;
}

/* ==========================
   車流 – 單一大區塊光軌
========================== */
.cityneo-traffic{
  position:absolute;
  left:8%;
  right:8%;
  top:110px;
  height:120px;
  border-radius:999px;
  background:radial-gradient(circle at 50% 0,#ffffff30 0,#00000000 55%),
             linear-gradient(90deg,rgba(15,27,70,0.98),rgba(26,43,102,0.98));
  box-shadow:0 30px 70px rgba(6,15,53,0.55);
  overflow:hidden;
}

/* 讓光軌分散一點 */
.cityneo-traffic::before{
  content:"";
  position:absolute;
  inset:40% 6%;
  border-radius:999px;
  border:1px dashed rgba(255,255,255,0.3);
  opacity:.5;
}

/* 車流光點 */
.cityneo-traffic .car{
  position:absolute;
  width:18px;
  height:10px;
  border-radius:999px;
  background:radial-gradient(circle at 30% 30%,#ffffff 0,#b7d4ff 40%,#6aa7ff 100%);
  box-shadow:0 0 18px rgba(140,186,255,0.9),0 0 32px rgba(140,186,255,0.7);
  top:50%;
  transform:translateY(-50%);
}

/* 基本車流光束 */
.car {
  position: absolute;
  transform:translateY(-50%);
  width: 16px;
  height: 4px;
  border-radius: 50px;
  background: radial-gradient(circle, rgba(150,180,255,1), rgba(72,110,255,0.5));
  box-shadow: 0 0 12px rgba(72,110,255,0.9);
  filter: blur(1px);
  animation: drive linear forwards;
  opacity:.9;
}

/* 車尾拖曳 */
.car::after {
  content:"";
  position:absolute;
  width:30px;
  height:4px;
  right:-20px;
  top:1px;
  border-radius:40px;
  background: linear-gradient(90deg, rgba(255,255,255,0.6), rgba(100,149,255,0));
  filter: blur(6px);
}
.car.head { background:#fff; box-shadow:0 0 12px #fff; }
.car.blue { background:#6aa4ff; box-shadow:0 0 12px #6aa4ff; }
.car.red  { background:#ff6464; box-shadow:0 0 12px #ff6464; }

/* 快速模式（IoT hover） */
.car.fast {
  filter: brightness(1.4);
  box-shadow:0 0 22px rgba(120,160,255,1);
}

@keyframes drive {
  from { transform:translateX(-40px) translateY(-50%); }
  to   { transform:translateX(1600px) translateY(-50%); }
}



/* 3D CAR TRAIL */
.cityneo-traffic3d {
  margin-top: 45px;
  position: relative;
  width: 160%;
  height: 5px;
  top: 340px;
  animation: cityneoCar3d 3.8s linear infinite;
  z-index: 3;
  filter: blur(5px);
}

.cityneo-traffic3d.car-blue {
  background: linear-gradient(90deg,transparent,#6f9dff,#bfd6ff,transparent);
}
.cityneo-traffic3d.car-amber {
  background: linear-gradient(90deg,transparent,#ffba6b,#ffe4b2,transparent);
  animation-duration: 4.2s;
}
.cityneo-traffic3d.car-magenta {
  background: linear-gradient(90deg,transparent,#ff63e7,#ffa6f3,transparent);
  animation-duration: 4.6s;
}

@keyframes cityneoCar3d {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(110%); }
}

/* ==========================================================
   GLASS STYLE（玻璃質感）
========================================================== */
.glass {
  background: var(--cityneo-glass-bg);
  border: 1px solid var(--cityneo-glass-border);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px var(--cityneo-glass-shadow);
  border-radius: 22px;
  position: relative;
}

/* Hover Depth */
.glass:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(90,120,255,.38);
  transition: 0.3s ease;
}

/* ==========================================================
   HERO BACKGROUND — CLOUD LAYERS
========================================================== */

.cityneo-hero-container {
  position: relative;
  padding: 140px 0 100px;
  overflow: hidden;
}

.cityneo-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.cityneo-cloud-layer {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 20% 0, rgba(255,255,255,0.9) 0, transparent 60%),
    radial-gradient(circle at 80% 100%, rgba(180,200,255,0.55) 0, transparent 75%);
  animation: cityneoCloudMove 60s linear infinite;
  opacity: 0.9;
}

.cityneo-cloud-layer.cloud-2 {
  opacity: 0.6;
  filter: blur(12px);
  animation-duration: 95s;
}

@keyframes cityneoCloudMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-30%); }
}

/* ==========================================================
   HERO LAYOUT
========================================================== */
.cityneo-shell {
  display: flex;
  align-items: center;
  padding: 60 40px;
  justify-content: space-between;
  gap: 60px;
  /* max-width: 1400px;
  margin: 0 auto;
  position: relative;  
  z-index: 5; */
 
}

.cityneo-left {
  width: 50%;
  padding-left: 60px;
}

.cityneo-kicker {
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--cityneo-muted);
  margin-bottom: 10px;
}

.cityneo-title {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.22;
  margin: 0 0 16px; 
  padding-left: 0px;
}

.cityneo-title-accent {
  font-size: 32px;
  color: var(--cityneo-blue);
  font-weight: 700;  
  padding-left: 0px;
}

.cityneo-desc {
  font-size: 16px;
  line-height: 1.8;
  margin: 12px 0 24px;
}

.cityneo-head {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 50px;
}

@media (max-width: 768px) {
  .cityneo-head {
    padding-left: 0; /* 手機自動置中 */
    text-align: center;
  }
}

/* ==========================================================
   HERO — PILL BUTTONS
========================================================== */
.cityneo-pill-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cityneo-pill {
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(180,190,255,0.45);
  cursor: pointer;
  transition: 0.25s ease;
  box-shadow: 0 4px 12px rgba(120,130,255,0.15);
}

.cityneo-pill:hover {
  background: var(--cityneo-blue);
  color: #fff;
}

/* ==========================================================
   HERO — SPHERE (核心 AI 球體)
========================================================== */

.cityneo-right {
  width: 50%;
  display: flex;
  justify-content: center;
}

.cityneo-sphere-card {
  width: 420px;
  height: 420px;
  padding: 25px;
  border-radius: 30px;
}

.cityneo-sphere-orbit {
  position: relative;
  width: 100%;
  height: 100%;
}

.cityneo-sphere-core {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle at 30% 20%,#ffffff,#ccd6ff 70%);
  border-radius: 50%;
  position: absolute;
  inset: 0;
  margin: auto;
  box-shadow: 0 0 55px rgba(130,160,255,.42);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cityneo-core-title {
  font-size: 22px;
  font-weight: 700;
}

.cityneo-core-sub {
  color: var(--cityneo-muted);
  font-size: 14px;
}

/* Orbiting nodes */
.cityneo-sphere-layer {
  position: absolute;
  inset: 0;
}

.cityneo-node {
  position: absolute;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(150,160,255,0.45);
  white-space: nowrap;
  cursor: pointer;
  transition: 0.25s ease;
  font-size: 13px;
}

.cityneo-node:hover {
  background: var(--cityneo-blue);
  color: #fff;
}


/* =========================================================
   CITYNEO 3.0 – 透明科技城市＋車流＋IoT 玻璃球
========================================================= */

/* 區塊 */
.cityneo-overview{
  position:relative;
  padding-bottom: 10px !important;    /* 96 → 30 */
  padding:72px 0 0px;
  background:linear-gradient(180deg,#e5ecff 0%,#edf3ff 45%,#d9e3ff 90%);
  color:#101632;
  overflow:hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
/* 文字往右移 */
.cityneo-overview .cityneo-left {
    padding-left: 60px;       
    max-width: 600px;        
}

.cityneo-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* 讓整區可放在任何背景上順接 */
.cityneo-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.85), rgba(255,255,255,0.25));
  mix-blend-mode: screen;
  opacity: 0.72;
  pointer-events: none;
}

/* 背景容器 */
.cityneo-bg{
  position:relative;
  max-width:1440px;
  margin:0 auto;
  padding:10px 10px 120px;
  border-radius:20px;
  /* background:radial-gradient(circle at top,#ffffff40 0,#dde7ff55 42%,#c3d4ff40 60%);
  box-shadow:0 32px 80px rgba(36,56,126,0.24); */
  overflow:hidden;
}

/* 縮短 top 空間 */
.cityneo-bg-shell {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 10px 20px;
  padding-bottom: 0 !important;
  border-radius: 40px;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  background: linear-gradient(145deg, rgba(255,255,255,0.75), rgba(222,232,255,0.35));
  box-shadow: 0 32px 90px rgba(32, 56, 130, 0.32);
  overflow: hidden;
  isolation: isolate;        /* 阻止子層陰影外溢到 layout 計算 */
}

.cityneo-bg-shell::after {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
}

@media (max-width:960px){
  .cityneo-bg-shell{
    height:220px;
    border-radius:24px;
  }
}

.cityneo-sky-gradient {
  position: absolute;
  inset: -120px -40px auto;
  height: 220px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255,255,255,0.92) 0, transparent 50%),
    radial-gradient(circle at 90% 0, rgba(166,190,255,0.7) 0, transparent 55%);
  opacity: 0.85;
  pointer-events: none;
}

/* 天空漸層 */
.cityneo-sky{
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% -20%,#ffffffdb 0,#f8f8f8d7 80%);
  pointer-events:none;
}

/* 遠景城市線條 */
.cityneo-skyline{
  position:absolute;
  left:0;
  right:0;
  top:32px;
  width: 100%;
  opacity: 0.75;
  margin-top: 40px;
  height:auto; 
  pointer-events:none;
}

.cityneo-skyline path{
  fill: none;
  stroke: rgba(143, 221, 243, 0.87);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: skylineGlow 5s ease forwards;
}

@keyframes skylineGlow {
  0%   { stroke-dashoffset: 1400; opacity: 0.2; }
  100% { stroke-dashoffset: 0; opacity: 1; }
}

/* 滑過背景時隱約亮一點 */
.cityneo-bg-shell:hover .cityneo-skyline path{
  opacity:.78;
  stroke:rgba(29, 198, 255, 0.918);
}

/* =====================
   3D Roads + Cars
===================== */

.cityneo-roads {
  position: relative;
  margin: 60px auto 40px;
  padding: 0 60px;
  max-width: 1400px;
  z-index: 12;        
}

/* 深藍道路父層：獨立一層 */
.cityneo-roads {
  width: 100%;
  max-width: 1500px;
  margin: 40px auto 0;
  position: relative;
  z-index: 5; /* 高於 cityneo-bg */
}

/* --- Ultra Road MAX --- */
.ultra-road { position: relative; }

/* 單條道路 */
.lane2 {
  height: 70px;
  border-radius: 0px;
  margin: 26px 0;
  background: linear-gradient(90deg, #1c2145, #232d68, transparent 90%);  
  position: relative;
  overflow: hidden;
  /* box-shadow:
    0 24px 60px rgba(0,0,0,0.4),
    inset 0 0 22px rgba(255,255,255,0.22); */
  transition: .35s;
}

/* 對應 IoT hover 時亮起 */
.lane2.boost {
  background: linear-gradient(180deg,#1b2a60,#24367c);
  box-shadow:
    0 34px 70px rgba(80,120,255,0.45),
    inset 0 0 35px rgba(255, 255, 255, 0.693);
}

/* 道路虛線 */
.lane2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6%;
  right: 6%;
  height: 4px;
  transform: translateY(-50%);
  background-image: linear-gradient(
    to right,
    rgba(255,255,255,0.65) 0 20px,
    transparent 20px 40px
  );
  background-size: 40px 4px;
}

/* 虛線分隔線 */
.cityneo-road::before {
  content: "";
  position: absolute;
  inset:-20px 0 -40px;
  background: linear-gradient(90deg,#1e2340,#2b3460);
  border-radius: 80px;
  filter: blur(20px);
  opacity:.28;
  z-index: 1;
}

@keyframes cityneoDash{
  from{ background-position-y:0; }
  to{ background-position-y:40px; }
}

/* 車流光點 */
.cityneo-car {
  position: absolute;
  width: 32px;
  height: 6px;
  border-radius: 20px;
  background: radial-gradient(circle,
      rgba(150,180,255,1),
      rgba(72,110,255,0.45));
  box-shadow:
      0 0 12px rgba(72,110,255,0.8),
      0 4px 14px rgba(72,110,255,.4);
  filter: blur(1px);
  top: 50%;
  transform: translateY(-50%);
  animation: cityneoCarMove linear infinite;
  z-index: 20;
}

@keyframes cityneoCarMove {
  0% { transform: translate(-80px, -50%); opacity:.4; }
  50% { opacity:1; }
  100% { transform: translate(1500px, -50%); opacity:.3; }
}

.cityneo-car::after {
  content:"";
  position:absolute;
  right:-20px;
  top:1px;
  width: 30px;
  height: 4px;
  border-radius: 20px;
  background: linear-gradient(90deg,
              rgba(255,255,255,0.7),
              rgba(72,110,255,0));
  filter: blur(6px);
}

@keyframes cityneoCarMove {
  0% { transform: translateX(-80px); opacity:.4; }
  50% { opacity:1; }
  100% { transform: translateX(1500px); opacity:.3; }
}


/* 道路視差：不同速度 */
.cityneo-road.lane-1 .cityneo-car { animation-duration: 8s; }
.cityneo-road.lane-2 .cityneo-car { animation-duration: 6.25s; }
.cityneo-road.lane-3 .cityneo-car { animation-duration: 10s; }


@keyframes cityneo-car-move {
  0%   { left: -8%; opacity: 0; }
  6%   { opacity: 1; }
  50%  { opacity: 1; }
  94%  { opacity: 1; }
  100% { left: 108%; opacity: 0; }
}

/* =====================
   IoT Strip – 浮空玻璃節點
===================== */

.cityneo-iot-strip {
  position: relative;
  margin-top: 22px;
}

.cityneo-iot-cloud{
  position:absolute;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  font-size:11px;
  color:#e3e8ffd6;
  text-shadow:0 0 8px rgba(43, 53, 99, 0.7);
}

.cityneo-iot-cloud p{
  margin:0;
  opacity:.9;
}

.cloud-1{ left:10%; bottom:26%; }
.cloud-2{ left:33%; bottom:38%; }
.cloud-3{ left:58%; bottom:30%; }
.cloud-4{ left:80%; bottom:42%; }

.cityneo-iot-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 18px 42px 22px;
  border-radius: 999px;
  background: radial-gradient(circle at top, rgba(255,255,255,0.94), rgba(228,235,255,0.82));
  box-shadow:
    0 18px 65px rgba(36, 51, 110, 0.45),
    0 0 0 1px rgba(255,255,255,0.75);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
/* ============================
   ULTRA v4 – IoT × Road Interaction
============================ */

.cityneo-ultra {
  position: relative;
  padding: 100px 0 40px;
  max-width: 1500px;
  margin: auto;
  margin-top: 35px;
  max-width:1440px;
}

/* --- IoT Glass Grid --- */
.iot-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 40px;
  text-align: center;
  margin-bottom: 60px;
  max-width:1440px;
}

/* ==========================
   IoT 玻璃球節點
========================== */
.cityneo-iot-grid{
  position:relative;
  max-width:980px;
  margin:170px auto 0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:40px;
  z-index:2;
}

.iot-node{
  text-align:center;
  color:#2e4598;
  cursor: pointer;
  color: #1b2340;
}

.iot-node i {
  font-size: 34px;
  background: radial-gradient(circle,#ffffff,#dbe5ff);
  box-shadow: 0 10px 28px rgba(20,40,90,.28);
  width: 88px;
  height: 88px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  transition: .35s;
}

.iot-node:hover i {
  transform: translateY(-6px);
  box-shadow: 0 14px 38px rgba(20,40,90,.38);
}

.iot-node p{
  font-size: 14px;
  margin-top: 8px;
  color:#556088;
}

/* --- Travel Time HUD --- */
.travel-board {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-30%);
  padding: 14px 28px;
  border-radius: 5px;
  font-size: 20px;
  color:#244231;
  display:flex;
  gap:14px;
  backdrop-filter: blur(12px);
  border:1px solid rgba(255,255,255,.35);
  transition: .3s ease;
}

.travel-board.good { background: rgba(80, 200, 120, 0.371); }
.travel-board.mid  { background: rgba(255,200,80,0.35); }
.travel-board.bad  { background: rgba(255,80,80,0.35); }

.iot-core{
  width:86px;
  height:86px;
  border-radius:50%;
  margin:0 auto 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  color:#101632;
  background:
    radial-gradient(circle at 30% 20%,#ffffffcc 0,#f4f7ff 38%,#d2defd 72%,#b2c5ff 50%);
  box-shadow:
    0 10px 25px rgba(7,18,64,0.35),
    0 0 0 1px rgba(255,255,255,0.75) inset;
  position:relative;
  transition:
    transform .32s ease,
    box-shadow .32s ease,
    background .32s ease;
}

.iot-core::before{
  content:"";
  position:absolute;
  inset:10%;
  border-radius:50%;
  background:radial-gradient(circle at 20% 0,#ffffffd0 0,#ffffff00 60%);
  opacity:.95;
  pointer-events:none;
}

/* hover 浮起＋亮度變化 */
.iot-node:hover .iot-core{
  transform:translateY(-8px);
  box-shadow:
    0 18px 40px rgba(4,12,48,0.7),
    0 0 0 1px rgba(255,255,255,0.9) inset;
  background:
    radial-gradient(circle at 30% 18%,#ffffff 0,#f7f9ff 32%,#d8e3ff 70%,#b9cbff 100%);
}

.iot-node p{
  font-size:.9rem;
  letter-spacing:.03em;
  color:#5e6c94;
}

/* 粒子（ */
.cityneo-particles{
  position:absolute;
  inset:0;
  pointer-events:none;
  mix-blend-mode:screen;
}

/* ==========================
   三段說明 – 玻璃卡片
========================== */
.cityneo-info .info-block h3 {
    position: relative;
    padding-left: 48px;
}

.cityneo-info .info-block h3::before {
    content: "";
    position: absolute;
    left: 0; top: 4px;
    width: 32px;
    height: 32px;

    background: url('#neuro-icon');
    mask: url('#neuro-icon');
    -webkit-mask: url('#neuro-icon');

    background-color: rgba(130,150,255,1);
    animation: iconPulse 2.4s infinite ease-in-out;
    filter: drop-shadow(0 0 6px rgba(140,160,255,0.7));
}

@keyframes iconPulse {
    0%   { transform: scale(1);   opacity: .9; }
    50%  { transform: scale(1.12); opacity: 1; }
    100% { transform: scale(1);   opacity: .9; }
}

.cityneo-info{
  max-width:1100px;
  margin: 60px auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  position:relative;
  z-index:3;
}

.info-block {
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.32);
  border-radius: 26px;
  padding: 32px;
  backdrop-filter: blur(22px) saturate(160%);
  box-shadow: 0 20px 45px rgba(30,50,90,0.28);
  animation: floatCard 6s ease-in-out infinite;
}

@keyframes floatCard {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}

/* hover 加強 */
.info-block:hover h3::before {
    transform: scale(1.2) !important;
    filter: drop-shadow(0 0 12px rgba(160,180,255,1));
    transition: .25s ease-out;
}

.cityneo-info .info-block{
  padding:18px 20px 20px;
  border-radius:22px;
  background:
    linear-gradient(135deg,rgba(255,255,255,0.86),rgba(229,237,255,0.62));
  box-shadow:0 16px 45px rgba(29,47,110,0.22);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.cityneo-info .info-block h3{
  margin:0 0 8px;
  font-size:1.05rem;
  font-weight:700;
  color:#182044;
}

.cityneo-info .info-block p{
  margin:0 0 12px;
  font-size:.92rem;
  line-height:1.7;
  color:#4b567b;
}

.cityneo-info .info-tags{
  margin-top: 22px;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.cityneo-info {
  font-size:.78rem;
  padding:4px 9px;
  border-radius:10px;
  background:linear-gradient(135deg,#e4ecff,#f4f7ff);
  color:#44507a;
  border:1px solid rgba(149,169,225,0.5);
}

/* Tag default */
.info-tags span {
    font-size:.78rem;
    padding:4px 9px;
    display: inline-block;
    color:#44507a;
    padding: 6px 14px;
    margin: 5px;
    border-radius: 20px;
    background: rgba(255,255,255,0.35);
    border: 1px solid rgba(255,255,255,0.5);
    backdrop-filter: blur(6px);
    cursor: pointer;
    transition: .25s;
}

/* Hover 光暈 */
.info-tags span:hover {
    background: rgba(160,180,255,0.45);
    box-shadow: 0 0 12px rgba(160,180,255,0.8);
    transform: translateY(-2px);
}

/* 點擊選取模式（JS 會加上 .active） */
.info-tags span.active {
    background: rgba(90,110,255,0.75);
    color: #fff;
    border-color: rgba(255,255,255,0.8);
    box-shadow: 0 0 16px rgba(120,150,255,1);
}

/* hover 稍微亮一點 */
.cityneo-info .info-block:hover{
  box-shadow:0 22px 60px rgba(13,31,90,0.32);
  transform:translateY(-3px);
  transition:transform .25s ease,box-shadow .25s ease;
}

.cityneo-eyebrow{
  font-size:.8rem;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:#7682b0;
  margin-bottom:6px;
  padding-left: 50px;
}

.cityneo-title{
  font-size:2.1rem;
  line-height:1.25;
  font-weight:800;
  color:#141c3f;
  margin:0 0 12px;
}

.cityneo-desc{
  font-size:.98rem;
  line-height:1.7;
  color:#4c567b;
  padding-left: 0px;
}

/* =============================
   IOT STRIP HOVER 動態強化
============================= */

/* 整條 strip 整體 hover 微浮 */
.cityneo-iot-strip-inner:hover {
  transform: translateY(-6px);
  transition: all .38s ease-out;
  box-shadow:
    0 26px 75px rgba(60,80,140,0.35),
    0 0 0 1px rgba(255,255,255,.9);
}

/* IoT node hover：外圈更亮，Icon 上浮 */
.cityneo-iot-node:hover .cityneo-iot-core {
  transform: translateY(-4px) scale(1.05);
  box-shadow:
    0 18px 40px rgba(70,110,255,.55),
    0 0 0 2px rgba(255,255,255,.95);
}

.cityneo-iot-node:hover .cityneo-iot-orbit {
  opacity: 1;
  filter: blur(0px);
  transform: translateX(-50%) scale(1.15);
}

/* Hover 時對應道路加亮 */
.cityneo-iot-strip-inner:hover ~ .cityneo-roads .cityneo-road {
  background: radial-gradient(circle at 10% 0,
              rgba(255,255,255,0.55),
              rgba(10,20,60,0.92) 50%);
}

.cityneo-iot-strip-inner:hover ~ .cityneo-roads .cityneo-road::before {
  opacity: 1;
}

.cityneo-iot-node {
  position: relative;
  flex: 1;
  min-width: 0;
  text-align: center;
}

/* 外圈 orbit */
.cityneo-iot-orbit {
  position: absolute;
  left: 50%;
  top: 18px;
  width: 94px;
  height: 94px;
  border-radius: 999px;
  background: conic-gradient(from 220deg,
    rgba(130,163,255,0.06),
    rgba(130,163,255,0.38),
    rgba(255,255,255,0.0),
    rgba(153,210,255,0.55),
    rgba(130,163,255,0.06));
  filter: blur(1px);
  transform: translateX(-50%);
  opacity: 0.9;
  animation: cityneo-orbit-spin 10s linear infinite;
}

.cityneo-text {
    text-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

.cityneo-text .cityneo-title,
.cityneo-text .cityneo-desc,
.cityneo-text .cityneo-eyebrow {
    color: #2c355a;
}

.cityneo-text {
    /* background: rgba(255,255,255,0.35); */
    backdrop-filter: blur(12px);
    border-radius: 0px;
    padding: 30px 40px;
    display: inline-block;
    max-width:1440px;
}

/* ==========================
   RWD
========================== */
@keyframes cityneo-orbit-spin {
  to { transform: translateX(-50%) rotate(360deg); }
}
/* Icon 主體：確保為正圓 */
.cityneo-iot-core {
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #ffffff, #d9e2ff 55%, #9fb5ff 80  %);
  box-shadow:
    0 12px 34px rgba(22, 33, 87, 0.5),
    0 0 0 1px rgba(255,255,255,0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.cityneo-iot-core i {
  font-size: 26px;
  color: #151f4c;
  text-shadow: 0 2px 10px rgba(255,255,255,0.7);
}

.cityneo-iot-label {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: none;
  color: rgba(16,22,47,0.78);
}

.cityneo-iot-blob{
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.9), rgba(175,205,255,0.25)),
    rgba(255,255,255,0.05);
  box-shadow:
    0 8px 25px rgba(40,60,125,0.28),
    inset 0 0 22px rgba(255,255,255,0.45);

  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);

  display:flex;
  justify-content:center;
  align-items:center;
  animation: softfloat 4s ease-in-out infinite alternate;
}

.cityneo-iot-blob:nth-child(odd){
  animation-duration:7s;
}

@keyframes blobMorph{
  0%{
    border-radius:54% 46% 52% 48% / 52% 44% 56% 48%;
    transform:translateY(0);
  }
  50%{
    border-radius:50% 52% 48% 56% / 52% 56% 48% 50%;
    transform:translateY(-4px);
  }
  100%{
    border-radius:58% 42% 54% 46% / 48% 52% 50% 54%;
    transform:translateY(0);
  }
}

/* Icon 一律「正圓」 */
.cityneo-iot-icon{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 0%, #ffffff, rgba(130,170,255,0.45));
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.75),
    0 0 20px rgba(130,170,255,0.9);
  font-size: 22px;
  color:#1b2350;
}

/* 背景粒子 */
.cityneo-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.cityneo-particles span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.45);
  box-shadow: 0 0 10px rgba(150,180,255,0.9);
  animation: floatUp linear infinite;
 
}

@keyframes floatUp {
  0%   { transform: translateY(0) scale(.8); opacity: .4; }
  50%  { opacity: 1; }
  100% { transform: translateY(-160px) scale(1); opacity: 0; }
}

/* ========== Content Shell ========== */
.cityneo-shell {
  position: relative;
  max-width: 1180px;
  margin: 40px auto 0;
  padding: 0 24px;
}

@media (max-width:960px){
  .cityneo-shell{
    margin:-30px auto 0;
  }
}

.cityneo-head {
  text-align: center;
  margin-bottom: 24px;
}

.cityneo-eyebrow {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(43,52,108,0.78);
  margin-bottom: 15px;
  margin-top: 80px;
}

.cityneo-title {
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 8px;
  color: #111633;
}

.cityneo-sub {
  max-width: 700px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(34,39,82,0.86);
}

.cityneo-main-card {
  margin-top: 26px;
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(255,255,255,0.86), rgba(223,232,255,0.92));
  box-shadow: 0 22px 60px rgba(41,64,132,0.32);
  padding: 22px 26px;
  border: 1px solid rgba(255,255,255,0.9);
}

.cityneo-main-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 0 0,rgba(120,170,255,0.35),transparent 55%),
             radial-gradient(circle at 100% 100%,rgba(113,209,255,0.22),transparent 60%);
  mix-blend-mode:soft-light;
  opacity:.9;
  pointer-events:none;
}
.cityneo-row + .cityneo-row {
  border-top: 1px solid rgba(198,208,244,0.9);
  margin-top: 14px;
  padding-top: 14px;
}

.cityneo-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cityneo-row-main h3 {
  margin: 0 0 4px;
  font-size: 17px;
  color: #151b3c;
}

.cityneo-row-main p {
  margin: 0;
  font-size: 13px;
  color: rgba(35,41,90,0.88);
}

/* 真正「玻璃卡片」 */
.cityneo-iot-layer-shell{
  position: relative;
  padding: 50px 0 40px;
  border-radius: 36px;

  /* 玻璃基底 */
  background: 
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.55), rgba(255,255,255,0.1) 70%),
    linear-gradient(180deg, rgba(255,255,255,0.25), rgba(255,255,255,0.05));

  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);

  box-shadow:
    0 25px 65px rgba(20,40,90,0.20),
    inset 0 0 40px rgba(255,255,255,0.35);

  border: 1px solid rgba(255,255,255,0.45);
}

/* 每一列 */
.cityneo-row{
  position:relative;
  display:grid;
  grid-template-columns: minmax(0,1.4fr) minmax(0,1.3fr);
  gap:16px 28px;
  padding:18px 18px;
  border-radius:22px;
  background:rgba(255,255,255,0.88);
  backdrop-filter:blur(12px);
  box-shadow:0 14px 32px rgba(45,73,145,0.06);
  transition:transform .28s ease, box-shadow .28s ease, background .28s ease;
}

.cityneo-row + .cityneo-row{
  margin-top:12px;
}

.cityneo-row::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  border:1px solid rgba(168,189,255,0.4);
  opacity:.7;
  pointer-events:none;
}

.cityneo-row::after{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:0;
  height:60%;
  border-radius:0 999px 999px 0;
  background:linear-gradient(90deg,rgba(119,180,255,0.22),rgba(216,232,255,0));
  opacity:0;
  transform:translateY(-50%);
  transition:opacity .3s ease,width .3s ease;
}

.cityneo-row:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 60px rgba(46,75,152,0.16);
  background:rgba(255,255,255,0.96);
}

.cityneo-row:hover::after{
  opacity:1;
  width:120px;
}

/* 左側主文字 */
.cityneo-row-main h3{
  margin:0 0 4px;
  font-size:17px;
  font-weight:700;
  color:#161d3d;
}
.cityneo-row-main p{
  margin:0;
  font-size:14px;
  color:#5a6282;
  line-height:1.7;
}

/* 右側 tags */
.info-tags {
  margin-top: 22px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.tag {
  padding: 6px 16px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 40px;
  color: #eaf0ff;
  font-size: 14px;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: all 0.25s ease;
}

.tag:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.25);
}

.tag.active {
  background: linear-gradient(135deg, #8bb5ff, #5271ff);
  border-color: rgba(255,255,255,0.6);
  color: #fff;
  box-shadow: 0 0 20px rgba(82,113,255,0.6);
}

/* 右側 tags */
.cityneo-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}

.cityneo-tag {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
  color: #f2f4ff;
  cursor: pointer;
  transition: 0.25s ease;
  backdrop-filter: blur(10px);
}

.cityneo-tag:hover {
  background: rgba(255,255,255,0.25);
  transform: translateY(-2px);
}

.cityneo-tag.active {
  background: linear-gradient(135deg, #7ea8ff, #5271ff);
  border-color: rgba(255,255,255,0.5);
  color: #fff;
  box-shadow: 0 4px 18px rgba(82,113,255,0.4);
}

.cityneo-tag::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 10% 0,rgba(255,255,255,0.9),transparent 60%);
  opacity:0;
  transition:opacity .2s ease;
}

/* 點擊 active 顏色 */
.cityneo-tag.active{
  background:linear-gradient(135deg,#6286ff,#7fd4ff);
  color:#fff;
  border-color:rgba(255,255,255,0.9);
  box-shadow:0 0 0 1px rgba(255,255,255,0.9),0 0 18px rgba(114,184,255,0.9);
}

.cityneo-tag.active::before{
  opacity:.85;
}

/* ==========================
   RWD
========================== */

@media (max-width:1024px){
  .cityneo-bg{
    margin:0 16px;
    padding:24px 20px 110px;
  }

  .cityneo-traffic{
    left:6%;
    right:6%;
  }

  .cityneo-iot-grid{
    margin:150px auto 0;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px 40px;
  }

  .cityneo-info{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:720px){
  .cityneo-overview{
    padding:56px 0 80px;
  }

  .cityneo-bg{
    margin:0 12px;
    padding:20px 16px 96px;
    border-radius:32px;
  }

  .cityneo-skyline{
    top:22px;
  }

  .cityneo-traffic{
    top:96px;
    height:96px;
  }

  .cityneo-iot-grid{
    margin:140px auto 0;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px 26px;
  }

  .iot-core{
    width:76px;
    height:76px;
    font-size:26px;
  }

  .cityneo-text{
    margin-top:32px;
    padding:0 10px;
  }

  .cityneo-title{
    font-size:1.7rem;
  }

  .cityneo-info{
    margin-top:28px;
    grid-template-columns:1fr;
  }
}

@media (max-width:480px){
  .cityneo-bg{
    margin:0 8px;
    padding:18px 12px 80px;
  }

  .cityneo-traffic{
    left:4%;
    right:4%;
  }

  .cityneo-iot-grid{
    grid-template-columns:1fr 1fr;
    gap:18px 18px;
  }

  .cityneo-info .info-block{
    padding:16px 14px 18px;
  }
}
/* =============================
   BRAND IDENTITY – 品牌識別
============================= */
.cityneo-brand-section {
  padding-bottom: 40px !important;   /* 120 → 40 */
  padding: 80px 0 0px;
  background: linear-gradient(180deg, #e4ecf4de 0%, #c9ccf8d0 70%);
  text-align: center;
  max-width:1440px;
}

.cityneo-brand-title {
  font-size: 32px;
  color: #38434f;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}

.cityneo-brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 36px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px;
}

.cityneo-brand-card {
  position: relative;
  padding: 12px 22px;
  border-radius: 18px;
/* 透明玻璃核心 */
    background: rgba(232, 235, 236, 0.648);
    backdrop-filter: blur(22px) saturate(180%);
    -webkit-backdrop-filter: blur(22px) saturate(180%);
    /* 玻璃邊框 + 反射光 */
    border: 1.6px solid rgba(255, 255, 255, 0.45);
    box-shadow:
        inset 0 0 25px rgba(255, 255, 255, 0.28),
        0 12px 40px rgba(80, 110, 180, 0.28),
        0 0 40px rgba(150, 180, 255, 0.18);    
    text-align: center;
    transition: 0.45s ease;
    overflow: hidden;
}

.cityneo-brand-card img {
  width: 120px;
  margin-bottom: 3px;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.18));
  height: 64px;  
  object-fit: contain;  
}

.cityneo-brand-card h4 {  
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 600;
  color: #1d2448;
}

/* Hover 效果：玻璃亮起、往上浮 */
.cityneo-brand-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 18px 40px rgba(30, 60, 150, 0.22),
        inset 0 0 28px rgba(255, 255, 255, 0.35);
}

.cityneo-brand-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.35);
  border-color: rgba(255,255,255,0.28);
}

.cityneo-brand-card h4 {
    margin-top: 3px;
    font-size: 20px;
    font-weight: 600;
    color: #fafafa;    
}

.cityneo-brand-card p {
    margin-top: 6px;
    font-size: 18px;
    opacity: 0.78;
    color: #1d2448;
}

/* ============================
   Hover：浮起 + 更強的霧光效果
============================ */
.cityneo-brand-card:hover {
    transform: translateY(-10px);
    box-shadow:
        inset 0 0 35px rgba(255, 255, 255, 0.32),
        0 18px 55px rgba(90, 120, 200, 0.35),
        0 0 55px rgba(180, 210, 255, 0.25);
}

/* ============================
   Hover：反光掃過動畫
============================ */
.cityneo-brand-card::before {
    content: "";
    position: absolute;
    top: -120%;
    left: -50%;
    width: 220%;
    height: 250%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0.00) 0%,
        rgba(255,255,255,0.55) 45%,
        rgba(255,255,255,0.00) 100%
    );
    transform: rotate(12deg);
    opacity: 0;
    transition: opacity .6s ease;
}

.cityneo-brand-card:hover::before {
    opacity: 1;
    transition: opacity .25s ease;
    animation: glassSweep 1.2s ease forwards;
}

@keyframes glassSweep {
    0%   { transform: translateX(-180%) rotate(12deg); }
    100% { transform: translateX(180%) rotate(12deg); }
}

html, body {
  overflow-x: hidden; /* 防止 footer 滿版撐出水平捲軸 */
}

footer {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  background: #050822;
  padding: 40px 0 20px;

  position: relative;
  z-index: 99;
}

.cityneo-bg,
.cityneo-bg-shell{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* ====== Ultra Road Wrapper ====== */
.ultra-road-wrapper {
  width: 100%;
  max-width: 1500px;
  margin: 80px auto;
  position: relative;
  padding: 40px 0;
}

/* ====== Glass Travel Time 看板 ====== */
.travel-time-board {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 18px 34px;
  border-radius: 18px;

  background: rgba(186, 214, 241, 0.25);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.35);

  color: #ffffffe4;
  font-weight: 600;
  display: flex;
  gap: 14px;
  font-size: 20px;
  box-shadow: 0 4px 22px rgba(0,0,0,0.2);
}

.travel-time-board .value {
  font-size: 26px;
}

/* ====== Ultra Road (Glass Highway) ====== */
.ultra-lane {
  position: relative;
  height: 72px;
  border-radius: 20px;
  margin: 28px 0;
  background: linear-gradient(180deg,#12162F,#1E2550);
  backdrop-filter: blur(10px);
  overflow: hidden;
  box-shadow:
    0 25px 60px rgba(0,0,0,0.45),
    inset 0 0 22px rgba(255,255,255,0.2);
}

/* 道路反光 */
.ultra-lane::after {
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(90deg,rgba(255,255,255,0.06),transparent 70%);
  opacity: .55;
  pointer-events:none;
}

/* 雙向虛線 */
.ultra-lane::before {
  content:"";
  position:absolute;
  top:50%;
  left:8%;
  right:8%;
  height:4px;
  transform:translateY(-50%);
  background-size:60px 4px;
  background-image: linear-gradient(
    to right,
    rgba(255,255,255,0.8) 0 30px,
    transparent 30px 60px
  );
}

/* ==========================================================
   CITYNEO INFO BLOCK — ICON 動態 + GLOW 視覺升級
   ========================================================== */

/* Info Block 進場動畫 */
.cityneo-info .info-block {
    opacity: 0;
    transform: translateY(25px);
    animation: infoFadeUp 0.9s ease forwards;
}

.cityneo-info .info-block:nth-child(2) { animation-delay: 0.15s; }
.cityneo-info .info-block:nth-child(3) { animation-delay: 0.30s; }

@keyframes infoFadeUp {
    0% { opacity: 0; transform: translateY(28px); }
    100% { opacity: 1; transform: translateY(0); }
}


/* ----------------------------------------------------------
   INFO-BLOCK 標題 ICON（自動生成）
---------------------------------------------------------- */
.cityneo-info .info-block h3 {
    position: relative;
    padding-left: 36px;
}

.cityneo-info .info-block h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: radial-gradient(circle,
        rgba(110,140,255,0.95) 0%,
        rgba(70,100,255,0.85) 40%,
        rgba(40,60,130,0.45) 100%
    );
    box-shadow: 0 0 12px rgba(110,140,255,0.75);
    animation: pulseGlow 2.4s ease-in-out infinite;
}

/* Icon 脈動動畫 */
@keyframes pulseGlow {
    0% { transform: scale(1); opacity: 0.95; }
    50% { transform: scale(1.18); opacity: 1; }
    100% { transform: scale(1); opacity: 0.95; }
}


/* ----------------------------------------------------------
   TAGS — 點擊互動 + 科技光暈
---------------------------------------------------------- */

.info-tags .tag {
    position: relative;
    cursor: pointer;
    transition: all .28s ease;
}

.info-tags .tag:hover {
    background: rgba(120,150,255,0.18);
    transform: translateY(-2px);
}

.info-tags .tag.active {
    background: rgba(110,130,255,0.45);
    color: #fff;
    box-shadow: 0 0 10px rgba(110,130,255,.55),
                0 0 20px rgba(110,130,255,.35);
    transform: scale(1.05);
}

/* 點擊波紋 */
.info-tags .tag:active {
    transform: scale(0.92);
}

.neuro-link {
    position: relative;
    height: 40px;
    width: 100%;
    margin: 40px 0 60px 0;
}

.neuro-link .line {
    position: absolute;
    top: 50%;
    left: 0;
    height: 4px;
    width: 100%;
    transform: translateY(-50%);
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(150,180,255,0.8) 50%,
        transparent 100%
    );
    border-radius: 40px;
    overflow: hidden;
    opacity: 0;
}

/* 小光點粒子 */
.neuro-link .line::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -20px;
    width: 10px;
    height: 10px;
    background: rgba(180,200,255,1);
    border-radius: 50%;
    filter: blur(2px);
    animation: dataParticle 2.5s linear infinite;
}

@keyframes dataParticle {
    0%   { left: -30px; opacity: 0; }
    10%  { opacity: 1; }
    90%  { opacity: 1; }
    100% { left: 100%; opacity: 0; }
}

/* ----------------------------------------------------------
   CITYNEO 文案區 — 進場淡入
---------------------------------------------------------- */
.cityneo-text {
    opacity: 0;
    animation: fadeInCityText .9s ease forwards;
}

@keyframes fadeInCityText {
    0% { opacity: 0; transform: translateY(20px);}
    100% { opacity: 1; transform: translateY(0);}
}


/* ====== 車子===== */
.car {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 4px;
  border-radius: 4px;

  transform: translateY(-50%);
  filter: blur(1px);
  animation: drive linear forwards;
}

/* 白色車燈 */
.car.head {
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 12px rgba(255,255,255,1);
}

/* 藍色中性車 */
.car.blue {
  background: rgba(90,120,255,0.9);
  box-shadow: 0 0 10px rgba(90,120,255,0.9);
}

/* 紅色尾燈 */
.car.red {
  background: rgba(255,80,80,0.9);
  box-shadow: 0 0 12px rgba(255,70,70,1);
}

@keyframes drive {
  from { transform: translateX(-20px) translateY(-50%); }
  to { transform: translateX(1600px) translateY(-50%); }
}

/* 車道高亮 */
.lane.boost {
  box-shadow:
    0 25px 60px rgba(80,120,255,0.55),
    inset 0 0 26px rgba(255,255,255,0.45);
  background: linear-gradient(90deg,#26306A,#2F3C80);
  transition: 0.35s ease;
}

/* 車流加速時 */
.cityneo-car.fast {
  filter: blur(1px) brightness(1.4);
  box-shadow: 0 0 20px rgba(125,165,255,0.95);
}

.cityneo-tag.active {
  background: linear-gradient(135deg,#6fa5ff,#3b6eff);
  border-color: rgba(255,255,255,0.9);
  color: #fff;
  box-shadow:
    0 0 15px rgba(120,160,255,0.85),
    0 0 25px rgba(120,160,255,0.55),
    inset 0 0 12px rgba(255,255,255,0.5);
  position: relative;
}

/* 外圈霓虹 pulse */
.cityneo-tag.active::after {
  content:"";
  position:absolute;
  inset:-6px;
  border-radius:40px;
  border:2px solid rgba(120,160,255,0.55);
  animation: tagPulse 1.6s ease-out infinite;
}

@keyframes tagPulse {
  0%   { opacity: 0.8; transform: scale(0.92); }
  100% { opacity: 0; transform: scale(1.3); }
}

/* =================================
   RWD – MOBILE (max-width:768px)
===================================*/
@media (max-width: 768px) {

    .cityneo-title {
        font-size: 32px;
    }

    .cityneo-desc {
        font-size: 15px;
        line-height: 1.6;
    }

    .cityneo-pill-row button {
        font-size: 13px;
        padding: 8px 14px;
        margin: 4px;
    }

    .cityneo-right {
        transform: scale(0.78);
    }
}

/* =================================
   RWD – SMALL MOBILE
===================================*/
@media (max-width: 480px) {

    .cityneo-title {
        font-size: 28px;
    }

    .cityneo-right {
        transform: scale(0.68);
    }

    .cityneo-pill-row {
        flex-wrap: wrap;
    }
}

/* ==========================================================
   992px 
========================================================== */
@media (max-width: 992px) {

  .cityneo-shell {
      flex-direction: column;
      text-align: center;
      gap: 40px;
  }

  .cityneo-left {
      max-width: 620px;
      margin: 0 auto;
      padding: 0 20px;
  }

  .cityneo-right {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: 20px;
  }

  .cityneo-sphere-card {
      transform: scale(0.9);
  }
}

/* ==========================================================
   768px 以下
========================================================== */
@media (max-width: 768px) {

  .cityneo-left {
      padding: 0 24px;
  }

  .cityneo-title {
      font-size: 32px;
      line-height: 1.28;
  }

  .cityneo-title-accent {
      font-size: 28px;
  }

  .cityneo-desc {
      font-size: 15px;
      line-height: 1.7;
      margin-top: 12px;
  }
  
  .cityneo-sphere-card {
      transform: scale(0.75);
  }
}

/* ==========================================================
   480px 以下
========================================================== */
@media (max-width: 480px) {

  /* --- 左側文字置中 & 不貼邊 --- */
  .cityneo-left {
      text-align: left;
      padding: 0 22px;
      margin-left: 10px;
  }

  .cityneo-kicker {
      font-size: 13px;
      letter-spacing: 0.08em;
  }

  .cityneo-title {
      font-size: 28px;
      font-weight: 800;
  }

  .cityneo-title-accent {
      font-size: 24px;
      color: #4e74ff !important;
  }

  .cityneo-desc {
      font-size: 15px;
      margin-top: 14px;
  }
  
  .cityneo-right {
      justify-content: center;
      width: 100%;
      margin-top: -10px;
  }

  .cityneo-sphere-card {
      transform: scale(0.62);
      margin: 0 auto;
  }

  
  .cityneo-text {
      margin-top: 40px;
      padding: 0 24px;
      text-align: left;
  }

  .cityneo-text h2 {
      font-size: 26px;
      font-weight: 800;
  }

  .cityneo-text p {
      color: #2d3550;
      font-size: 15px;
      opacity: 0.9;
  }
 
  .cityneo-overview {
      padding-bottom: 40px;
  }
}

.info-block.glass {
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(18px) saturate(180%);
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.25);
}

.info-block.glass::after {
    content:"";
    position:absolute;
    top:0;
    left:-150%;
    width:120%;
    height:100%;
    background: linear-gradient(
        115deg,
        transparent 0%,
        rgba(255,255,255,0.45) 45%,
        rgba(255,255,255,0.12) 65%,
        transparent 100%
    );
    transform: skewX(-20deg);
    animation: shine 4.5s infinite ease-in-out;
}

@keyframes shine {
    0%   { left:-150%; }
    55%  { left:130%; }
    100% { left:130%; }
}


/* ======================================================
   iPhone / Mobile RWD Fix – CityNeo Brand Page
   Add this at the END of cityneo-brand.css
====================================================== */

@media (max-width: 768px){

  html,
  body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  *{
    box-sizing:border-box;
    min-width:0;
  }

  img,
  svg,
  canvas,
  video,
  iframe{
    max-width:100%;
  }

  h1, h2, h3, h4, p, span, div, li{
    max-width:100%;
  }

  h1, h2, h3, h4{
    overflow-wrap:anywhere;
    word-break:normal;
  }

  p, span, li{
    overflow-wrap:anywhere;
  }

  /* ===============================
     Hero / CityNeo Overview
  ================================ */

  .cityneo-overview{
    display:block;
    width:100%;
    max-width:100%;
    padding:42px 0 64px !important;
    overflow:hidden;
  }

  .cityneo-bg,
  .cityneo-bg-shell{
    width:100%;
    max-width:100%;
    margin:0 !important;
    padding:0 !important;
    border-radius:0;
    overflow:hidden;
  }

  .cityneo-bg-shell{
    height:auto !important;
    min-height:0 !important;
    background:
      linear-gradient(180deg,rgba(255,255,255,.85),rgba(226,235,255,.45));
    box-shadow:none;
  }

  .cityneo-shell{
    width:100%;
    max-width:100%;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:34px;
    margin:0 auto !important;
    padding:0 22px !important;
    text-align:left;
    overflow:hidden;
  }

  .cityneo-left,
  .cityneo-overview .cityneo-left{
    width:100% !important;
    max-width:100% !important;
    padding:0 !important;
    margin:0 !important;
    text-align:left;
  }

  .cityneo-kicker,
  .cityneo-eyebrow{
    padding-left:0 !important;
    margin-top:0 !important;
    font-size:12px;
    line-height:1.65;
    letter-spacing:.16em;
    text-align:left;
  }

  .cityneo-title{
    width:100%;
    font-size:clamp(38px, 11vw, 52px) !important;
    line-height:1.15 !important;
    letter-spacing:-.035em;
    margin:14px 0 18px !important;
    padding:0 !important;
    text-align:left;
  }

  .cityneo-title-accent{
    display:block;
    width:100%;
    font-size:clamp(28px, 8vw, 38px) !important;
    line-height:1.25 !important;
    margin-top:10px;
    padding:0 !important;
    color:#5f72ff !important;
  }

  .cityneo-desc{
    width:100%;
    max-width:100%;
    padding:0 !important;
    margin:18px 0 24px !important;
    font-size:16px !important;
    line-height:1.85 !important;
    color:#4e5a7e;
    text-align:left;
  }

  .cityneo-pill-row{
    width:100%;
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    margin:22px 0 0;
  }

  .cityneo-pill,
  .cityneo-pill-row button{
    width:100%;
    justify-content:center;
    text-align:center;
    white-space:normal;
    line-height:1.35;
    padding:11px 16px;
    font-size:14px;
  }

  /* ===============================
     Right visual / sphere card
     Remove scale-only layout bug
  ================================ */

  .cityneo-right{
    width:100% !important;
    max-width:100% !important;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:12px auto 0 !important;
    transform:none !important;
    overflow:hidden;
  }

  .cityneo-sphere-card{
    width:min(100%, 340px) !important;
    height:340px !important;
    padding:18px !important;
    border-radius:28px;
    transform:none !important;
    margin:0 auto !important;
  }

  .cityneo-sphere-orbit{
    width:100%;
    height:100%;
  }

  .cityneo-sphere-core{
    width:190px;
    height:190px;
  }

  .cityneo-core-title{
    font-size:18px;
  }

  .cityneo-core-sub{
    font-size:12px;
  }

  .cityneo-node,
  .orbit-node{
    font-size:11px;
    padding:6px 10px;
    white-space:normal;
    max-width:110px;
    text-align:center;
    line-height:1.25;
  }

  /* ===============================
     City scene / road / IoT section
  ================================ */

  .cityneo-ultra{
    width:100%;
    max-width:100%;
    padding:56px 18px 36px;
    margin-top:24px;
    overflow:hidden;
  }

  .cityneo-roads,
  .ultra-road-wrapper{
    width:100%;
    max-width:100%;
    margin:36px auto 0;
    padding:26px 0;
    overflow:hidden;
  }

  .travel-board,
  .travel-time-board{
    position:relative;
    top:auto;
    left:auto;
    transform:none;
    width:100%;
    max-width:320px;
    margin:0 auto 24px;
    justify-content:center;
    padding:12px 16px;
    font-size:15px;
    border-radius:16px;
  }

  .travel-time-board .value{
    font-size:20px;
  }

  .lane2,
  .ultra-lane{
    height:54px;
    margin:18px 0;
    border-radius:16px;
  }

  .cityneo-car,
  .car{
    transform:translateY(-50%);
  }

  .cityneo-iot-grid,
  .iot-grid{
    width:100%;
    max-width:100%;
    grid-template-columns:1fr 1fr !important;
    gap:22px 18px;
    margin:42px auto 0 !important;
  }

  .iot-node,
  .cityneo-iot-node{
    width:100%;
    text-align:center;
  }

  .iot-core,
  .cityneo-iot-core{
    width:72px;
    height:72px;
    font-size:24px;
  }

  .cityneo-iot-label,
  .iot-node p{
    font-size:12px;
    line-height:1.45;
  }

  /* ===============================
     Info blocks
  ================================ */

  .cityneo-text{
    display:block;
    width:100%;
    max-width:100%;
    margin:42px 0 0 !important;
    padding:0 22px !important;
    text-align:left;
  }

  .cityneo-text .cityneo-title,
  .cityneo-text h2{
    font-size:clamp(28px, 8vw, 38px) !important;
    line-height:1.25 !important;
    text-align:left;
  }

  .cityneo-text p{
    font-size:15px;
    line-height:1.75;
  }

  .cityneo-info{
    width:100%;
    max-width:100%;
    display:grid;
    grid-template-columns:1fr !important;
    gap:18px;
    margin:32px auto 0;
    padding:0 22px;
  }

  .cityneo-info .info-block,
  .info-block{
    width:100%;
    padding:22px 20px !important;
    border-radius:22px;
    animation:none;
  }

  .cityneo-info .info-block h3{
    font-size:18px;
    line-height:1.35;
    padding-left:34px;
  }

  .cityneo-info .info-block p{
    font-size:14px;
    line-height:1.7;
  }

  .info-tags,
  .cityneo-tags{
    justify-content:flex-start;
    gap:10px;
  }

  .info-tags span,
  .info-tags .tag,
  .cityneo-tag{
    max-width:100%;
    white-space:normal;
    font-size:13px;
    line-height:1.35;
    padding:7px 12px;
  }

  /* ===============================
     Brand cards
  ================================ */

  .cityneo-brand-section{
    width:100%;
    max-width:100%;
    padding:66px 18px 50px !important;
    overflow:hidden;
  }

  .cityneo-brand-title{
    font-size:clamp(28px, 8vw, 38px);
    line-height:1.25;
    margin-bottom:34px;
  }

  .cityneo-brand-grid{
    width:100%;
    max-width:100%;
    grid-template-columns:1fr !important;
    gap:20px;
    padding:0;
  }

  .cityneo-brand-card{
    width:100%;
    padding:22px 18px;
    border-radius:22px;
  }

  .cityneo-brand-card img{
    width:130px;
    height:64px;
  }

  .cityneo-brand-card h4{
    font-size:20px;
    line-height:1.35;
  }

  .cityneo-brand-card p{
    font-size:15px;
    line-height:1.65;
  }
}


/* ======================================================
   iPhone SE / Mini
====================================================== */

@media (max-width:390px){

  .cityneo-shell{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .cityneo-title{
    font-size:36px !important;
  }

  .cityneo-title-accent{
    font-size:26px !important;
  }

  .cityneo-desc{
    font-size:15px !important;
  }

  .cityneo-sphere-card{
    width:300px !important;
    height:300px !important;
  }

  .cityneo-sphere-core{
    width:166px;
    height:166px;
  }

  .cityneo-node,
  .orbit-node{
    font-size:10px;
    max-width:96px;
  }

  .cityneo-iot-grid,
  .iot-grid{
    gap:18px 14px;
  }

  .iot-core,
  .cityneo-iot-core{
    width:66px;
    height:66px;
  }

  .cityneo-info{
    padding-left:18px;
    padding-right:18px;
  }
}