/* Landing page v2 – scoped from example ladipage HTML under .lp-v2 */
.lp-v2 {
      --hero-image: url("/images/LP_v2/hero-smart-port.png");
      --feature-image: url("/images/LP_v2/container-network.png");
      --navy: #03122f;
      --navy-2: #061b48;
      --blue: #087cff;
      --blue-2: #4aabff;
      --cyan: #25e1ff;
      --violet: #715cff;
      --yellow: #ffd12f;
      --ink: #111a2e;
      --muted: #60708e;
      --line: #dfe6f1;
      --surface: #f5f8fd;
      --shadow: 0 14px 38px rgba(8, 33, 77, .11);
      --radius: 18px;
    }
.lp-v2 * { box-sizing: border-box; }
html:has(.lp-v2) { scroll-behavior: smooth; scrollbar-width: none; }
html:has(.lp-v2)::-webkit-scrollbar, .lp-v2::-webkit-scrollbar { display: none; }
.lp-v2 {
      margin: 0;
      color: var(--ink);
      font-family: "Be Vietnam Pro", Arial, sans-serif;
      background: #fff;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
.lp-v2 ::selection { color: #fff; background: #087cff; }
.lp-v2 a { color: inherit; text-decoration: none; }
.lp-v2 button, .lp-v2 input { font: inherit; }
.lp-v2 img { max-width: 100%; display: block; }
.lp-v2 main section[id] { scroll-margin-top: 96px; }
.lp-v2 a, .lp-v2 button { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
.lp-v2 a:focus-visible, .lp-v2 button:focus-visible { outline: 3px solid rgba(37, 225, 255, .55); outline-offset: 3px; }
.lp-v2 .container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.lp-v2 .section { padding: 96px 0; }
.lp-v2 .section-head { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.lp-v2 .eyebrow {
      display: inline-flex; align-items: center; gap: 8px;
      margin-bottom: 12px; padding: 8px 14px; border-radius: 999px;
      color: #0562d7; background: #eaf4ff; font-size: 12px; font-weight: 700;
      text-transform: uppercase; letter-spacing: .08em;
    }
.lp-v2 h1, .lp-v2 h2, .lp-v2 h3, .lp-v2 p { margin-top: 0; }
.lp-v2 h1, .lp-v2 h2, .lp-v2 h3 { font-family: "Space Grotesk", "Be Vietnam Pro", sans-serif; }
.lp-v2 h2 { margin-bottom: 14px; font-size: clamp(32px, 3.6vw, 48px); line-height: 1.18; letter-spacing: -.035em; }
.lp-v2 .section-head p { color: var(--muted); line-height: 1.75; }
/* Logistics route language shared by section backgrounds */
.lp-v2 .logistics-host { position: relative; isolation: isolate; overflow: hidden; }
.lp-v2 .logistics-host > :not(.logistics-map) { position: relative; z-index: 2; }
.lp-v2 .logistics-map {
      --map-grid: rgba(18, 112, 220, .05);
      --map-line: rgba(18, 119, 226, .28);
      --map-node: #178cf2;
      --map-label: rgba(30, 91, 158, .44);
      --route-x: 4%;
      --route-y: 27%;
      --route-w: min(520px, 42vw);
      --route-h: 190px;
      position: absolute; z-index: 0; inset: 0; overflow: hidden;
      pointer-events: none; color: var(--map-line);
    }
.lp-v2 .logistics-map::before {
      content: ""; position: absolute; inset: 0; opacity: .8;
      background-image:
        linear-gradient(var(--map-grid) 1px, transparent 1px),
        linear-gradient(90deg, var(--map-grid) 1px, transparent 1px),
        radial-gradient(circle at 18% 22%, var(--map-line) 0 1.5px, transparent 2px),
        radial-gradient(circle at 82% 72%, var(--map-line) 0 1.5px, transparent 2px);
      background-size: 66px 66px, 66px 66px, 132px 132px, 132px 132px;
      mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
      -webkit-mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
    }
.lp-v2 .logistics-route {
      position: absolute; left: var(--route-x); top: var(--route-y);
      width: var(--route-w); height: var(--route-h);
      border-top: 1px dashed var(--map-line); border-right: 1px dashed var(--map-line);
      border-radius: 0 72px 0 0; transform: rotate(-4deg); transform-origin: left top;
      filter: drop-shadow(0 0 7px rgba(21, 145, 255, .12));
    }
.lp-v2 .route-node {
      position: absolute; width: 10px; height: 10px; border: 2px solid var(--map-node);
      border-radius: 50%; background: rgba(255,255,255,.92);
      box-shadow: 0 0 0 6px rgba(23,140,242,.08), 0 0 18px rgba(23,140,242,.24);
    }
.lp-v2 .route-node::after { content: ""; position: absolute; inset: 2px; border-radius: inherit; background: var(--map-node); }
.lp-v2 .route-node-a { left: -5px; top: -5px; }
.lp-v2 .route-node-b { right: -5px; top: -5px; }
.lp-v2 .route-node-c { right: -5px; bottom: -5px; }
.lp-v2 .route-vehicle {
      position: absolute; left: 12%; top: -16px; display: grid; place-items: center;
      width: 31px; height: 25px; color: var(--map-node); border: 1px solid var(--map-line);
      border-radius: 8px; background: rgba(255,255,255,.78); box-shadow: 0 8px 20px rgba(14,84,165,.1);
      animation: routeTravel 11s ease-in-out infinite;
    }
.lp-v2 .route-vehicle svg { width: 15px !important; height: 15px !important; }
.lp-v2 .route-label {
      position: absolute; right: 4%; top: 12%; padding: 7px 10px;
      color: var(--map-label); border: 1px solid color-mix(in srgb, var(--map-line) 55%, transparent);
      border-radius: 7px; font: 600 8px/1 "Space Grotesk"; letter-spacing: .17em;
      text-transform: uppercase; background: rgba(255,255,255,.42);
    }
.lp-v2 .logistics-map--dark {
      --map-grid: rgba(79, 176, 255, .07);
      --map-line: rgba(91, 202, 255, .28);
      --map-node: #43dfff;
      --map-label: rgba(158, 222, 255, .48);
    }
.lp-v2 .logistics-map--dark .route-node { background: rgba(3,21,55,.9); box-shadow: 0 0 0 6px rgba(67,223,255,.07), 0 0 19px rgba(67,223,255,.22); }
.lp-v2 .logistics-map--dark .route-vehicle { background: rgba(3,25,65,.72); box-shadow: inset 0 1px rgba(255,255,255,.08); }
.lp-v2 .logistics-map--dark .route-label { background: rgba(3,25,65,.35); }
.lp-v2 .logistics-map--problem { --route-x: -4%; --route-y: 31%; --route-w: min(570px, 45vw); --route-h: 210px; }
.lp-v2 .logistics-map--solution { --route-x: 58%; --route-y: 13%; --route-w: min(470px, 38vw); --route-h: 230px; }
.lp-v2 .logistics-map--process { --route-x: 56%; --route-y: 20%; --route-w: min(500px, 40vw); --route-h: 220px; }
.lp-v2 .logistics-map--benefit { --route-x: -5%; --route-y: 17%; --route-w: min(500px, 40vw); --route-h: 250px; }
.lp-v2 .logistics-map--faq { --route-x: -4%; --route-y: 29%; --route-w: min(470px, 39vw); --route-h: 225px; }
.lp-v2 .logistics-map--cta { --route-x: 61%; --route-y: 22%; --route-w: min(430px, 35vw); --route-h: 190px; }
@keyframes routeTravel {
      0%, 10% { left: 8%; opacity: 0; }
      18% { opacity: .72; }
      72% { left: 82%; opacity: .72; }
      82%, 100% { left: 88%; opacity: 0; }
    }
/* Header */
.lp-v2 .site-header { position: fixed; inset: 0 0 auto; z-index: 50; padding: 12px 0; overflow: visible; background: transparent; border: 0; transition: .25s ease; }
.lp-v2 .site-header.scrolled { background: transparent; box-shadow: none; }
.lp-v2 .nav { position: relative; width: min(1400px, calc(100% - 48px)); height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 17px; overflow: visible; border: 1px solid rgba(163,218,255,.24); border-radius: 19px; background: linear-gradient(120deg, rgba(9,35,76,.72), rgba(5,22,54,.48)); box-shadow: 0 16px 40px rgba(0,4,20,.2), inset 0 1px rgba(255,255,255,.16), inset 0 -1px rgba(49,152,240,.16); backdrop-filter: blur(22px) saturate(140%); }
.lp-v2 .nav::before { content: ""; position: absolute; left: 9%; right: 9%; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(130,224,255,.8), transparent); opacity: .7; }
.lp-v2 .site-header.scrolled .nav { border-color: rgba(116,202,255,.34); background: linear-gradient(120deg, rgba(5,24,58,.88), rgba(3,14,38,.78)); box-shadow: 0 18px 46px rgba(0,0,0,.3), inset 0 1px rgba(255,255,255,.17); }
.lp-v2 .brand { position: relative; isolation: isolate; display: inline-flex; flex-shrink: 0; align-items: center; }
.lp-v2 .brand::before { content: ""; position: absolute; z-index: -1; inset: 8px -10px; border-radius: 50%; background: radial-gradient(ellipse, rgba(33,132,255,.3), rgba(27,107,225,.1) 48%, transparent 72%); filter: blur(9px); opacity: .8; transition: opacity .25s ease; }
.lp-v2 .brand-logo { display: block; width: 150px; height: auto; object-fit: contain; background: transparent; filter: drop-shadow(0 3px 3px rgba(0,4,22,.55)) drop-shadow(0 0 2px rgba(82,174,255,.4)); }
.lp-v2 .brand:hover::before { opacity: 1; }
.lp-v2 .nav-links { display: flex; flex: 1 1 auto; align-items: center; justify-content: center; gap: clamp(12px, 1.4vw, 22px); min-width: 0; }
.lp-v2 .nav-links a { position: relative; padding: 23px 0; color: #d7e4f8; font-size: 13px; font-weight: 600; white-space: nowrap; }
.lp-v2 .nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 12px; height: 2px; border-radius: 99px; background: linear-gradient(90deg, #20bfff, #6b7dff); box-shadow: 0 0 10px rgba(32,191,255,.75); transition: .2s; }
.lp-v2 .nav-links a:hover::after, .lp-v2 .nav-links a.active::after { right: 0; }
.lp-v2 .nav-actions { display: flex; flex-shrink: 0; align-items: center; gap: 10px; }
.lp-v2 .nav-lang {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.lp-v2 .nav-lang select {
  appearance: none;
  -webkit-appearance: none;
  width: auto;
  max-width: 108px;
  min-width: 84px;
  min-height: 40px;
  padding: 0 30px 0 10px;
  color: #e8f2ff;
  border: 1px solid rgba(174, 225, 255, .34);
  border-radius: 11px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.14), rgba(67,151,255,.1) 48%, rgba(13,72,176,.16)) padding-box,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E") no-repeat right 10px center / 10px;
  box-shadow: 0 9px 22px rgba(0,44,127,.18), inset 0 1px rgba(255,255,255,.22);
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.lp-v2 .nav-lang select:hover,
.lp-v2 .nav-lang select:focus-visible {
  border-color: rgba(178, 235, 255, .72);
  box-shadow: 0 11px 25px rgba(0,71,177,.28), inset 0 1px rgba(255,255,255,.3);
}
.lp-v2 .nav-lang select option {
  color: #0b1f3f;
  background: #fff;
}
.lp-v2 .nav-lang-mobile {
  display: none;
  gap: 8px;
  padding-top: 10px;
  margin-top: 8px;
  border-top: 1px solid rgba(163, 218, 255, .18);
}
.lp-v2 .nav-lang-mobile label {
  color: #9fb6d6;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.lp-v2 .nav-lang-mobile select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 44px;
  padding: 0 36px 0 14px;
  color: #e8f2ff;
  border: 1px solid rgba(174, 225, 255, .34);
  border-radius: 11px;
  background:
    rgba(255,255,255,.08)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E") no-repeat right 14px center / 10px;
  font-size: 14px;
  font-weight: 600;
  outline: none;
}
.lp-v2 .nav-lang-mobile select option {
  color: #0b1f3f;
  background: #fff;
}
.lp-v2 .nav-user { position: relative; z-index: 130; }
.lp-v2 .nav-user-trigger {
  position: relative; isolation: isolate; display: inline-flex; min-height: 44px; max-width: 220px;
  align-items: center; justify-content: center; gap: 10px; padding: 4px 14px 4px 6px; overflow: hidden;
  appearance: none; color: #fff; border: 1px solid rgba(174,225,255,.48); border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,255,255,.2), rgba(91,173,255,.12) 42%, rgba(19,101,230,.2));
  box-shadow: 0 12px 30px rgba(0,53,148,.3), inset 0 1px rgba(255,255,255,.4);
  backdrop-filter: blur(16px) saturate(155%); -webkit-backdrop-filter: blur(16px) saturate(155%);
  font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.lp-v2 .nav-user-trigger:hover {
  transform: translateY(-2px); border-color: rgba(178,235,255,.82);
  box-shadow: 0 16px 34px rgba(0,83,213,.38), inset 0 1px rgba(255,255,255,.5);
}
.lp-v2 .nav-user-avatar { width: 32px !important; height: 32px !important; flex: 0 0 32px; border-radius: 999px; }
.lp-v2 .nav-user-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 120px; }
.lp-v2 .nav-user-chevron { flex: 0 0 auto; transition: transform .2s ease; opacity: .85; }
.lp-v2 .nav-user-chevron.open { transform: rotate(180deg); }
.lp-v2 .nav-user-menu {
  position: absolute; z-index: 140; top: calc(100% + 10px); right: 0; width: min(240px, calc(100vw - 40px));
  padding: 8px; border: 1px solid rgba(163,218,255,.3); border-radius: 14px;
  background: rgba(4,19,47,.97); box-shadow: 0 18px 42px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.12);
  backdrop-filter: blur(22px) saturate(140%); -webkit-backdrop-filter: blur(22px) saturate(140%);
}
.lp-v2 .nav-user-info { padding: 10px 12px 12px; margin-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
.lp-v2 .nav-user-info-name { margin: 0; color: #fff; font-size: 13px; font-weight: 700; line-height: 1.35; }
.lp-v2 .nav-user-info-email { margin: 4px 0 0; color: #9fb6d6; font-size: 12px; line-height: 1.4; word-break: break-all; }
.lp-v2 .nav-user-info-role {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 8px;
  color: #b7e0ff;
  border: 1px solid rgba(91, 190, 255, .28);
  border-radius: 999px;
  background: rgba(33, 132, 255, .18);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .02em;
}
.lp-v2 .nav-user-item {
  display: flex; width: 100%; align-items: center; gap: 10px; min-height: 42px; padding: 0 12px;
  appearance: none; color: #d7e4f8; border: 0; border-radius: 10px; background: transparent;
  font-size: 13px; font-weight: 600; text-align: left; cursor: pointer; transition: background .2s ease, color .2s ease;
}
.lp-v2 a.nav-user-item { text-decoration: none; }
.lp-v2 .nav-user-item:hover { color: #fff; background: rgba(255,255,255,.08); }
.lp-v2 .nav-user-item.danger { color: #ff8f9f; }
.lp-v2 .nav-user-item.danger:hover { color: #ffb3bd; background: rgba(255,80,100,.12); }
.lp-v2 .nav-login { position: relative; isolation: isolate; display: inline-flex; min-width: 118px; min-height: 44px; align-items: center; justify-content: center; gap: 9px; padding: 0 19px; overflow: hidden; appearance: none; color: #fff; border: 1px solid rgba(174,225,255,.48); border-radius: 12px; background: linear-gradient(135deg, rgba(255,255,255,.2), rgba(91,173,255,.12) 42%, rgba(19,101,230,.2)); box-shadow: 0 12px 30px rgba(0,53,148,.3), inset 0 1px rgba(255,255,255,.4), inset 0 -1px rgba(76,166,255,.2), 0 0 0 1px rgba(25,136,255,.08); backdrop-filter: blur(16px) saturate(155%); -webkit-backdrop-filter: blur(16px) saturate(155%); font-size: 14px; font-weight: 700; letter-spacing: .01em; cursor: pointer; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease; }
.lp-v2 .nav-login::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(110deg, transparent 15%, rgba(255,255,255,.32) 44%, transparent 72%); transform: translateX(-125%); transition: transform .55s ease; }
.lp-v2 .nav-login::after { content: ""; position: absolute; z-index: -2; inset: 1px; border-radius: 10px; background: linear-gradient(135deg, rgba(16,132,255,.5), rgba(5,63,163,.42)); }
.lp-v2 .nav-login:hover { transform: translateY(-2px); border-color: rgba(178,235,255,.82); background: linear-gradient(135deg, rgba(255,255,255,.27), rgba(57,160,255,.18) 44%, rgba(25,111,245,.25)); box-shadow: 0 16px 34px rgba(0,83,213,.38), inset 0 1px rgba(255,255,255,.5), inset 0 -1px rgba(89,190,255,.26), 0 0 20px rgba(45,180,255,.16); }
.lp-v2 .nav-login:hover::before { transform: translateX(125%); }
.lp-v2 .nav-login:focus-visible { outline: 3px solid rgba(83,207,255,.34); outline-offset: 3px; }
.lp-v2 .nav-login svg { flex: 0 0 auto; filter: drop-shadow(0 0 5px rgba(112,220,255,.55)); }
.lp-v2 .menu-btn { position: relative; z-index: 102; display: none; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; padding: 0; color: #fff; border: 1px solid rgba(174,225,255,.34); border-radius: 11px; background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(67,151,255,.1) 48%, rgba(13,72,176,.18)); box-shadow: 0 9px 22px rgba(0,44,127,.26), inset 0 1px rgba(255,255,255,.3), inset 0 -1px rgba(65,154,255,.16); backdrop-filter: blur(14px) saturate(145%); -webkit-backdrop-filter: blur(14px) saturate(145%); cursor: pointer; touch-action: manipulation; -webkit-tap-highlight-color: transparent; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.lp-v2 .menu-btn:hover, .lp-v2 .menu-btn.is-open { border-color: rgba(143,218,255,.62); background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(44,143,255,.16) 48%, rgba(12,87,205,.24)); box-shadow: 0 11px 25px rgba(0,71,177,.32), inset 0 1px rgba(255,255,255,.36), 0 0 14px rgba(42,169,255,.12); }
.lp-v2 .menu-btn:focus-visible { outline: 3px solid rgba(83,207,255,.34); outline-offset: 2px; }
.lp-v2 .menu-icon, .lp-v2 .menu-icon::before, .lp-v2 .menu-icon::after { width: 20px; height: 2px; border-radius: 99px; background: linear-gradient(90deg, #fff, #a9ddff); box-shadow: 0 0 6px rgba(88,191,255,.28); transition: transform .25s ease, opacity .2s ease, top .25s ease; }
.lp-v2 .menu-icon { position: relative; display: block; pointer-events: none; }
.lp-v2 .menu-icon::before, .lp-v2 .menu-icon::after { content: ""; position: absolute; left: 0; }
.lp-v2 .menu-icon::before { top: -6px; }
.lp-v2 .menu-icon::after { top: 6px; }
.lp-v2 .menu-btn.is-open .menu-icon { background: transparent; box-shadow: none; }
.lp-v2 .menu-btn.is-open .menu-icon::before { top: 0; transform: rotate(45deg); }
.lp-v2 .menu-btn.is-open .menu-icon::after { top: 0; transform: rotate(-45deg); }
/* Hero */
.lp-v2 .hero {
      position: relative; min-height: 820px; padding: 155px 0 110px; overflow: hidden;
      color: #fff; background: var(--navy);
    }
.lp-v2 .hero::before {
      content: ""; position: absolute; inset: 0;
      background:
        linear-gradient(90deg, rgba(1,8,28,.98) 0%, rgba(2,14,45,.82) 37%, rgba(2,14,45,.2) 67%),
        linear-gradient(0deg, rgba(1,9,27,.82), transparent 48%),
        var(--hero-image) center/cover;
    }
.lp-v2 .hero::after {
      content: ""; position: absolute; inset: 0;
      pointer-events: none; opacity: .7;
      background-image: linear-gradient(rgba(50,158,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(50,158,255,.055) 1px, transparent 1px), radial-gradient(circle at 68% 37%, rgba(10,131,255,.24), transparent 24%);
      background-size: 74px 74px, 74px 74px, auto;
      mask-image: linear-gradient(to bottom, #000, transparent 88%);
    }
.lp-v2 .hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 58% 42%; align-items: end; gap: 40px; }
.lp-v2 .hero-content { max-width: 650px; }
.lp-v2 .hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.08); color: #d9e9ff; font-size: 12px; }
.lp-v2 .hero h1 { max-width: 720px; margin: 25px 0 20px; font-size: clamp(43px, 5.5vw, 72px); line-height: 1.06; letter-spacing: -.055em; }
.lp-v2 .gradient-text { color: transparent; background: linear-gradient(90deg, #42b7ff, #56f1ff 48%, #8b8aff); background-clip: text; -webkit-background-clip: text; text-shadow: none; }
.lp-v2 .hero-lead { max-width: 570px; margin-bottom: 18px; color: #eef5ff; font-size: 20px; line-height: 1.55; font-weight: 600; }
.lp-v2 .hero-desc { max-width: 590px; color: #b9c9df; font-size: 15px; line-height: 1.75; }
.lp-v2 .hero-desc strong { color: var(--yellow); }
.lp-v2 .button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 31px; }
.lp-v2 .btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 9px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.lp-v2 .btn:hover { transform: translateY(-2px); }
.lp-v2 .btn-primary { color: #fff; background: linear-gradient(135deg, #0b8cff, #005cf1); box-shadow: 0 12px 26px rgba(0,101,255,.3); }
.lp-v2 .btn-outline { color: #fff; background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.45); }
.lp-v2 .hero-trust { display: flex; align-items: center; gap: 12px; margin-top: 25px; color: #b8cbe3; font-size: 13px; line-height: 1.6; }
.lp-v2 .hero-trust i { flex: 0 0 auto; color: #41c4ff; }
.lp-v2 .hero-live { position: relative; align-self: end; min-height: 410px; margin: 0 -8px -12px 0; }
.lp-v2 .live-head { position: absolute; z-index: 5; left: 8%; right: 5%; top: 8px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #bcd6f4; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.lp-v2 .live-status { display: inline-flex; align-items: center; gap: 7px; color: #56f5c3; }
.lp-v2 .live-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #30e9b4; box-shadow: 0 0 0 6px rgba(48,233,180,.1), 0 0 18px #30e9b4; animation: lpV2Pulse 1.8s infinite; }
.lp-v2 .cargo-stage { position: absolute; inset: -8px 0 0; overflow: visible; perspective: 1200px; }
.lp-v2 .cargo-stage::before { content: ""; position: absolute; z-index: 0; left: 7%; right: 3%; bottom: 25px; height: 100px; border: 1px solid rgba(32,196,255,.22); border-radius: 50%; background: radial-gradient(ellipse, rgba(14,134,255,.2), transparent 67%); box-shadow: inset 0 0 50px rgba(13,136,255,.14), 0 0 45px rgba(0,122,255,.08); transform: rotateX(68deg); }
.lp-v2 .cargo-stage::after { content: ""; position: absolute; z-index: 4; left: 4%; right: 2%; top: 42%; height: 2px; background: linear-gradient(90deg, transparent, rgba(43,226,255,.9), transparent); box-shadow: 0 0 24px 5px rgba(30,193,255,.35); animation: scanPass 3.8s ease-in-out infinite; }
.lp-v2 .cargo-object { position: absolute; inset: 0; z-index: 2; transform-style: preserve-3d; transform-origin: 52% 58%; }
.lp-v2 .cargo-container { position: absolute; z-index: 2; left: -3%; bottom: 64px; width: 106%; max-width: none; filter: drop-shadow(0 30px 26px rgba(0,7,25,.55)) drop-shadow(0 0 18px rgba(0,164,255,.3)); transform-origin: 50% 70%; animation: containerFlight 5s ease-in-out infinite; }
.lp-v2 .cargo-track { position: absolute; z-index: 1; left: 4%; right: 0; bottom: 68px; height: 45px; border-bottom: 2px solid rgba(52,216,255,.5); border-radius: 50%; transform: rotate(-5deg); filter: drop-shadow(0 0 8px #179eff); }
.lp-v2 .cargo-track::before, .lp-v2 .cargo-track::after { content: ""; position: absolute; bottom: -5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 0 18px 5px #20cfff; }
.lp-v2 .cargo-track::before { left: 10%; }
.lp-v2 .cargo-track::after { right: 9%; animation: nodePulse 1.7s ease-in-out infinite; }
.lp-v2 .cargo-chip { position: absolute; z-index: 5; display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; color: #d8ebff; border: 1px solid rgba(91,190,255,.26); border-radius: 9px; background: rgba(4,21,54,.64); box-shadow: inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(10px); font: 600 9px "Space Grotesk"; letter-spacing: .08em; }
.lp-v2 .cargo-chip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #36ebbd; box-shadow: 0 0 10px #36ebbd; }
.lp-v2 .cargo-chip-a { left: 1%; top: 27%; animation: chipFloat 4s ease-in-out infinite; }
.lp-v2 .cargo-chip-b { right: 1%; bottom: 22%; animation: chipFloat 4s ease-in-out -2s infinite; }
@keyframes containerFlight { 0%,100% { transform: translate3d(0, 0, 0) rotate(-.5deg); } 50% { transform: translate3d(10px, -15px, 22px) rotate(.8deg); } }
@keyframes scanPass { 0%,100% { opacity: 0; transform: translateY(-95px); } 35%,65% { opacity: .8; } 50% { transform: translateY(95px); } }
@keyframes nodePulse { 50% { transform: scale(1.5); opacity: .55; } }
@keyframes chipFloat { 50% { transform: translateY(-7px); } }
@keyframes lpV2Pulse { 50% { opacity: .55; transform: scale(.84); } }
.lp-v2 .system-strip { position: relative; z-index: 4; margin-top: -58px; margin-bottom: -58px; }
.lp-v2 .system-inner { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.82); border-radius: 22px; background: linear-gradient(135deg, rgba(255,255,255,.88), rgba(231,244,255,.64) 48%, rgba(205,228,255,.58)); box-shadow: 0 26px 68px rgba(7,54,125,.2), 0 7px 15px rgba(4,34,85,.1), inset 0 1px rgba(255,255,255,.98), inset 0 -1px rgba(105,175,235,.28); backdrop-filter: blur(24px) saturate(135%); transform: perspective(1300px) rotateX(.7deg); }
.lp-v2 .system-inner::before { content: "NHỊP MẠNG LƯỚI  /  DỮ LIỆU TRỰC TUYẾN"; position: absolute; right: 22px; top: 9px; z-index: 2; color: rgba(21,102,187,.6); font: 600 8px "Space Grotesk"; letter-spacing: .16em; }
.lp-v2 .system-inner::after { content: ""; position: absolute; z-index: 3; left: -30%; top: -90%; width: 42%; height: 300%; pointer-events: none; transform: rotate(27deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent); animation: glassSweep 6s ease-in-out infinite; }
.lp-v2 .system-stat { position: relative; display: flex; align-items: center; gap: 15px; min-height: 124px; padding: 28px 27px 21px; }
.lp-v2 .system-stat + .system-stat { border-left: 1px solid rgba(68,132,197,.16); }
.lp-v2 .system-stat strong { display: block; margin-bottom: 5px; color: #071a3f; font: 700 29px "Space Grotesk"; letter-spacing: -.04em; text-shadow: 0 1px rgba(255,255,255,.7); }
.lp-v2 .system-stat div > span { display: block; color: #587394; font-size: 12px; line-height: 1.4; }
.lp-v2 .metric-icon { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; color: #0878ef; border: 1px solid rgba(255,255,255,.9); border-radius: 15px; background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(184,224,255,.58)); box-shadow: 0 9px 16px rgba(25,111,203,.16), inset 0 1px rgba(255,255,255,1), inset 0 -2px rgba(82,157,219,.18); }
.lp-v2 .metric-icon svg { width: 20px !important; height: 20px !important; }
.lp-v2 .system-stat::after { content: ""; position: absolute; inset: auto 27px 0; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--blue), var(--cyan), transparent); box-shadow: 0 0 10px rgba(37,225,255,.35); }
@keyframes glassSweep { 0%,22% { transform: translateX(-20%) rotate(27deg); opacity: 0; } 35% { opacity: .85; } 62%,100% { transform: translateX(390%) rotate(27deg); opacity: 0; } }
/* Shared icon alignment */
.lp-v2 .icon-box { position: relative; display: grid; place-items: center; flex-shrink: 0; padding: 0; line-height: 0; border-radius: 14px; }
.lp-v2 .icon-box svg { position: absolute; left: 50%; top: 50%; display: block; width: 22px !important; height: 22px !important; margin: 0 !important; transform: translate(-50%, -50%); }
/* Pain points */
.lp-v2 .pain { position: relative; padding-top: 124px; padding-bottom: 104px; background-color: #f7faff; background-image: radial-gradient(circle at 9% 16%, rgba(38,143,255,.12), transparent 22%), radial-gradient(circle at 92% 86%, rgba(111,86,255,.08), transparent 24%), linear-gradient(rgba(24,112,220,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(24,112,220,.028) 1px, transparent 1px); background-size: auto, auto, 48px 48px, 48px 48px; }
.lp-v2 .pain .section-head { max-width: none; width: 100%; margin-bottom: 52px; }
.lp-v2 .pain .section-head h2 { font-size: clamp(32px, 3.5vw, 48px); white-space: nowrap; }
.lp-v2 .cards-6 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: pain; }
.lp-v2 .pain-card { position: relative; display: flex; align-items: flex-start; gap: 17px; min-height: 150px; padding: 29px 25px 25px; overflow: hidden; counter-increment: pain; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(239,246,255,.84)); border: 1px solid rgba(169,200,236,.72); border-radius: 20px; box-shadow: 0 16px 36px rgba(20, 48, 90, .075), inset 0 1px rgba(255,255,255,.9); backdrop-filter: blur(12px); transition: transform .3s, border-color .3s, box-shadow .3s; }
.lp-v2 .pain-card::before { content: ""; position: absolute; left: 25px; right: 25px; top: 0; height: 2px; border-radius: 99px; background: linear-gradient(90deg, #1789ff, #63cfff, transparent); opacity: .7; }
.lp-v2 .pain-card::after { content: "0" counter(pain); position: absolute; right: 20px; bottom: 13px; color: rgba(29,110,210,.14); font: 700 25px/1 "Space Grotesk"; letter-spacing: -.08em; }
.lp-v2 .pain-card:hover { transform: translateY(-7px); border-color: rgba(56,157,255,.72); box-shadow: 0 22px 48px rgba(20, 75, 155, .14), 0 0 0 4px rgba(52,158,255,.06); }
.lp-v2 .pain-card .icon-box { position: relative; flex: 0 0 50px; width: 50px; height: 50px; aspect-ratio: 1; display: grid; place-items: center; padding: 0; line-height: 0; color: #fff; background: linear-gradient(145deg, #168dff 0%, #0863df 55%, #084fc0 100%); border: 0; border-radius: 15px; box-shadow: 0 10px 18px rgba(0,103,236,.2), inset 0 1px rgba(255,255,255,.34); }
.lp-v2 .pain-card .icon-box::after { content: ""; position: absolute; left: 8px; right: 8px; top: 7px; height: 1px; border-radius: 99px; background: rgba(255,255,255,.38); }
.lp-v2 .pain-card .icon-box svg { position: absolute; left: 50%; top: 50%; display: block; width: 22px !important; height: 22px !important; min-width: 22px; min-height: 22px; margin: 0 !important; transform: translate(-50%, -50%); stroke-width: 1.85; }
.lp-v2 .pain-card h3 { position: relative; z-index: 1; max-width: 260px; margin: 7px 0 0; font-size: 15px; line-height: 1.6; }
.lp-v2 .solution-note { position: relative; display: flex; width: min(100%, 860px); align-items: center; justify-content: center; gap: 13px; margin: 38px auto 0; padding: 18px 25px; overflow: hidden; border: 1px solid rgba(78,181,255,.28); border-radius: 14px; background: linear-gradient(110deg, #061536, #0a347e); color: #dcecff; box-shadow: 0 18px 35px rgba(4,35,92,.17); font-size: 13px; }
.lp-v2 .solution-note::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(47,198,255,.16), transparent); transform: translateX(-100%); animation: noteScan 4.5s ease-in-out infinite; }
.lp-v2 .solution-note i { position: relative; color: #ffd12f; }
.lp-v2 .solution-note span { position: relative; }
.lp-v2 .solution-note strong { color: #ffd12f; }
@keyframes noteScan { 55%,100% { transform: translateX(100%); } }
/* Dark feature panel */
.lp-v2 .feature-panel { position: relative; overflow: hidden; padding: 70px 58px 58px; color: #fff; border: 1px solid rgba(74,153,255,.32); border-radius: 30px; background: radial-gradient(circle at 88% 14%, rgba(0,123,255,.45), transparent 31%), radial-gradient(circle at 7% 92%, rgba(85,53,255,.28), transparent 28%), linear-gradient(135deg, #020a1d, #062b68 72%, #073f91); box-shadow: 0 32px 85px rgba(5,44,112,.25), inset 0 1px rgba(255,255,255,.1); }
.lp-v2 .feature-panel::after { content: "LỚP BẢO MẬT  /  06 ĐIỂM KIỂM SOÁT"; position: absolute; right: 40px; top: 32px; color: rgba(172,215,255,.55); font: 600 9px "Space Grotesk"; letter-spacing: .16em; }
.lp-v2 .feature-panel::before, .lp-v2 .value-panel::before { content: ""; position: absolute; inset: auto 0 0; height: 100px; opacity: .3; background: repeating-linear-gradient(90deg, transparent 0 49px, rgba(40,137,255,.2) 50px 51px), repeating-linear-gradient(0deg, transparent 0 24px, rgba(40,137,255,.15) 25px 26px); mask-image: linear-gradient(transparent, #000); }
.lp-v2 .feature-panel .section-head { position: relative; max-width: 760px; margin-bottom: 42px; }
.lp-v2 .feature-panel .section-head h2 { font-size: clamp(36px, 4.2vw, 52px); letter-spacing: -.05em; }
.lp-v2 .feature-panel .eyebrow { color: #ffd334; background: rgba(255,201,0,.12); }
.lp-v2 .feature-panel .section-head p { color: #b9cae6; }
.lp-v2 .feature-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-v2 .feature-grid::before { content: ""; position: absolute; z-index: 0; inset: -18px; pointer-events: none; background: linear-gradient(90deg, transparent 32.9%, rgba(77,165,255,.12) 33%, transparent 33.1%, transparent 66.2%, rgba(77,165,255,.12) 66.3%, transparent 66.4%), linear-gradient(0deg, transparent 49.7%, rgba(77,165,255,.1) 50%, transparent 50.3%); }
.lp-v2 .feature-card { position: relative; z-index: 1; display: flex; gap: 16px; min-height: 148px; padding: 25px 22px; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.125), rgba(255,255,255,.045)); border: 1px solid rgba(105,184,255,.24); border-radius: 17px; box-shadow: inset 0 1px rgba(255,255,255,.08), 0 13px 28px rgba(0,0,0,.09); backdrop-filter: blur(14px); transition: .3s; }
.lp-v2 .feature-card::after { content: "0" counter(feature); position: absolute; right: 17px; bottom: 11px; color: rgba(173,219,255,.2); font: 700 22px/1 "Space Grotesk"; }
.lp-v2 .feature-grid { counter-reset: feature; }
.lp-v2 .feature-card { counter-increment: feature; }
.lp-v2 .feature-card:hover { transform: translateY(-4px); border-color: rgba(53,214,255,.5); box-shadow: inset 0 1px rgba(255,255,255,.1), 0 15px 35px rgba(0,0,0,.16); }
.lp-v2 .feature-card .icon-box { flex: 0 0 46px; width: 46px; height: 46px; color: #a9e7ff; background: linear-gradient(145deg, rgba(42,176,255,.27), rgba(50,82,185,.2)); border: 1px solid rgba(133,218,255,.23); box-shadow: 0 0 20px rgba(16,157,255,.12), inset 0 1px rgba(255,255,255,.13); }
.lp-v2 .feature-card h3 { position: relative; z-index: 1; margin: 2px 0 8px; font-size: 15px; letter-spacing: -.01em; }
.lp-v2 .feature-card p { margin: 0; color: #b9cae2; font-size: 13px; line-height: 1.65; }
.lp-v2 .feature-tags { position: relative; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.lp-v2 .tag { display: inline-flex; align-items: center; gap: 8px; padding: 10px 17px; border: 1px solid rgba(126,207,255,.28); border-radius: 999px; color: #e0f1ff; background: rgba(255,255,255,.045); box-shadow: inset 0 1px rgba(255,255,255,.08); font-size: 12px; }
.lp-v2 .tag:hover { border-color: rgba(70,218,255,.7); background: rgba(34,169,255,.13); }
.lp-v2 .tag i { color: var(--yellow); }
/* 3D container transfer */
.lp-v2 .lift-section { position: relative; overflow: hidden; padding: 118px 0; color: #fff; background: radial-gradient(circle at 78% 38%, rgba(13,118,255,.25), transparent 28%), radial-gradient(circle at 11% 92%, rgba(77,55,255,.19), transparent 28%), linear-gradient(145deg, #020817, #061938 55%, #062a60); }
.lp-v2 .lift-section::before { content: ""; position: absolute; inset: 0; opacity: .48; background-image: linear-gradient(rgba(55,154,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(55,154,255,.06) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to right, #000, transparent 86%); }
.lp-v2 .lift-section::after { content: "TRUNG CHUYỂN CONTAINER  /  VẬN HÀNH TRỰC TUYẾN"; position: absolute; right: 4vw; top: 46px; color: rgba(139,205,255,.42); font: 600 9px "Space Grotesk"; letter-spacing: .17em; }
.lp-v2 .lift-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 36% 64%; align-items: center; gap: 20px; }
.lp-v2 .lift-copy { position: relative; z-index: 3; }
.lp-v2 .lift-copy .eyebrow { color: #8eeaff; border: 1px solid rgba(85,211,255,.2); background: rgba(32,151,255,.1); }
.lp-v2 .lift-copy h2 { max-width: 520px; margin-bottom: 19px; font-size: clamp(40px, 4.8vw, 66px); line-height: 1.03; letter-spacing: -.055em; }
.lp-v2 .lift-copy h2 span { color: transparent; background: linear-gradient(90deg, #36bdff, #49efff); background-clip: text; -webkit-background-clip: text; }
.lp-v2 .lift-copy > p { max-width: 505px; color: #b8cbe5; font-size: 15px; line-height: 1.8; }
.lp-v2 .lift-points { display: grid; gap: 12px; margin-top: 27px; }
.lp-v2 .lift-point { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 12px; color: #eaf4ff; font-size: 13px; }
.lp-v2 .lift-point i { width: 38px; height: 38px; padding: 9px; color: #54e8ff; border: 1px solid rgba(72,201,255,.25); border-radius: 11px; background: rgba(30,125,221,.13); }
.lp-v2 .lift-stage { --rx: 0deg; --ry: 0deg; position: relative; min-height: 610px; perspective: 1250px; cursor: grab; }
.lp-v2 .lift-stage:active { cursor: grabbing; }
.lp-v2 .lift-halo { position: absolute; left: 4%; right: 0; bottom: 72px; height: 145px; border: 1px solid rgba(50,211,255,.18); border-radius: 50%; background: radial-gradient(ellipse, rgba(0,132,255,.23), transparent 68%); box-shadow: inset 0 0 60px rgba(7,122,255,.15), 0 0 55px rgba(0,122,255,.1); transform: rotateX(70deg); }
.lp-v2 .lift-grid-floor { position: absolute; left: 0; right: -8%; bottom: 74px; height: 190px; opacity: .33; transform: perspective(470px) rotateX(62deg); transform-origin: bottom; background-image: linear-gradient(rgba(72,200,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(72,200,255,.25) 1px, transparent 1px); background-size: 42px 28px; mask-image: radial-gradient(ellipse, #000, transparent 70%); }
.lp-v2 .lift-machine { position: absolute; z-index: 2; left: -2%; top: 16%; width: 107%; max-width: none; transform-origin: 53% 64%; transform-style: preserve-3d; filter: drop-shadow(0 34px 24px rgba(0,0,0,.45)) drop-shadow(0 0 22px rgba(24,154,255,.25)); animation: liftCycle 5.4s cubic-bezier(.45,.05,.55,.95) infinite; }
.lp-v2 .lift-stage:hover .lift-machine { animation-play-state: paused; }
.lp-v2 .lift-scan { position: absolute; z-index: 4; left: 35%; top: 16%; width: 46%; height: 38%; border: 1px solid rgba(43,222,255,.3); border-radius: 7px; box-shadow: inset 0 0 30px rgba(28,173,255,.06); pointer-events: none; transform: translateZ(45px); }
.lp-v2 .lift-scan::before { content: ""; position: absolute; left: -5%; right: -5%; top: 0; height: 2px; background: linear-gradient(90deg, transparent, #57efff, transparent); box-shadow: 0 0 20px 4px rgba(54,217,255,.45); animation: liftScan 3s ease-in-out infinite; }
.lp-v2 .lift-chip { position: absolute; z-index: 5; display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid rgba(98,193,255,.25); border-radius: 10px; color: #dceeff; background: rgba(2,16,42,.68); box-shadow: inset 0 1px rgba(255,255,255,.08), 0 12px 30px rgba(0,0,0,.14); backdrop-filter: blur(12px); font: 600 9px "Space Grotesk"; letter-spacing: .1em; }
.lp-v2 .lift-chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #3ceabd; box-shadow: 0 0 12px #3ceabd; }
.lp-v2 .lift-chip-a { left: 2%; top: 48%; }
.lp-v2 .lift-chip-b { right: 0; top: 31%; }
.lp-v2 .lift-progress { position: absolute; z-index: 5; left: 13%; right: 5%; bottom: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.lp-v2 .lift-progress span { position: relative; padding-top: 15px; color: #7897be; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.lp-v2 .lift-progress span::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: rgba(85,155,224,.25); }
.lp-v2 .lift-progress span.active { color: #62e8ff; }
.lp-v2 .lift-progress span.active::before { background: linear-gradient(90deg, #158aff, #41e8ff); box-shadow: 0 0 11px rgba(50,217,255,.45); }
.lp-v2 .lift-replay { display: inline-flex; align-items: center; gap: 9px; margin-top: 29px; padding: 0; border: 0; color: #7bdfff; background: none; cursor: pointer; font-size: 12px; font-weight: 700; }
.lp-v2 .lift-replay i { width: 17px; }
.lp-v2 .lift-replay:hover { color: #fff; }
.lp-v2 .lift-phase { margin: 13px 0 0; color: #4a78a3; font: 600 11px "Space Grotesk"; letter-spacing: .06em; text-transform: uppercase; }
@keyframes liftCycle { 0%, 10%, 100% { transform: rotateX(var(--rx)) rotateY(var(--ry)) translate3d(0, 18px, 0) scale(.985); } 42%, 68% { transform: rotateX(var(--rx)) rotateY(var(--ry)) translate3d(0, -12px, 22px) scale(1); } 82% { transform: rotateX(var(--rx)) rotateY(var(--ry)) translate3d(4px, 4px, 8px) scale(.993); } }
@keyframes liftScan { 0%,100% { opacity: 0; transform: translateY(0); } 22%,72% { opacity: 1; } 78% { transform: translateY(210px); opacity: 0; } }
.lp-v2 .lift-stage.replay .lift-machine { animation: none; }
/* Reference-style layered scene: fixed truck, stacked containers, and a separate lifted load */
.lp-v2 .lift-section { color: #0a2145; background: #fff; }
.lp-v2 .lift-section::before { opacity: .75; background-image: linear-gradient(rgba(16,103,184,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(16,103,184,.045) 1px, transparent 1px); mask-image: linear-gradient(to right, transparent, #000 30%, #000 82%, transparent); }
.lp-v2 .lift-section::after { color: rgba(18,91,161,.38); }
.lp-v2 .lift-copy .eyebrow { color: #0869d9; border-color: rgba(8,105,217,.16); background: #edf6ff; }
.lp-v2 .lift-copy > p { color: #59708d; }
.lp-v2 .lift-replay { color: #0874d1; }
.lp-v2 .lift-replay:hover { color: #034b9a; }
.lp-v2 .lift-phase { color: #5d7895; }
.lp-v2 .lift-stage { min-height: 610px; cursor: default; perspective: none; }
.lp-v2 .lift-scene { position: absolute; inset: 0; overflow: hidden; transform: translateZ(0); }
.lp-v2 .lift-scene::before { content: ""; position: absolute; left: 4%; right: 2%; bottom: 82px; height: 2px; background: linear-gradient(90deg, transparent, rgba(15,136,227,.28) 24%, rgba(15,136,227,.4) 70%, transparent); box-shadow: 0 22px 30px rgba(24,112,187,.17); }
.lp-v2 .lift-grid-floor { left: 0; right: 0; bottom: 78px; height: 150px; opacity: .22; background-size: 42px 28px; }
.lp-v2 .lift-halo { left: 14%; right: 3%; bottom: 78px; height: 130px; border-color: rgba(25,147,233,.16); background: radial-gradient(ellipse, rgba(22,148,241,.11), transparent 68%); box-shadow: none; }
.lp-v2 .lift-trailer { position: absolute; z-index: 2; right: -2%; bottom: 52px; width: 72%; max-width: none; filter: drop-shadow(0 26px 18px rgba(3,34,77,.18)); }
.lp-v2 .lift-machine { z-index: 4; left: -5%; top: auto; bottom: 42px; width: 67%; max-width: none; filter: drop-shadow(0 25px 17px rgba(3,34,77,.2)); animation: machineIdle 4.6s ease-in-out infinite; }
.lp-v2 .lift-stack { position: absolute; z-index: 3; right: 8%; bottom: 137px; width: 31%; height: 290px; }
.lp-v2 .stack-container { position: absolute; right: 0; width: 100%; max-width: none; filter: drop-shadow(0 12px 12px rgba(3,34,77,.18)); }
.lp-v2 .stack-container-1 { bottom: 0; }
.lp-v2 .stack-container-2 { bottom: 77px; }
.lp-v2 .stack-container-3 { bottom: 154px; }
.lp-v2 .stack-container-1 { filter: hue-rotate(148deg) saturate(1.65) drop-shadow(0 12px 12px rgba(3,34,77,.18)); }
.lp-v2 .stack-container-3 { filter: grayscale(.82) brightness(1.42) drop-shadow(0 12px 12px rgba(3,34,77,.18)); }
.lp-v2 .lift-load { position: absolute; z-index: 5; right: 30%; bottom: 322px; width: 31%; max-width: none; filter: drop-shadow(0 18px 13px rgba(3,34,77,.22)); transform-origin: 50% 50%; animation: loadToTruck 6.8s cubic-bezier(.58,.03,.4,.98) infinite; }
.lp-v2 .lift-guide { position: absolute; z-index: 6; left: 52%; top: 22%; width: 23%; height: 39%; border: 1px dashed rgba(19,135,225,.34); border-radius: 8px; pointer-events: none; }
.lp-v2 .lift-guide::before { content: "ĐƯỜNG NÂNG"; position: absolute; right: 9px; top: 10px; color: rgba(12,107,190,.58); font: 700 8px "Space Grotesk"; letter-spacing: .14em; }
.lp-v2 .lift-guide span { position: absolute; left: -4px; width: 8px; height: 8px; border: 2px solid #1ba5ef; border-radius: 50%; background: #fff; box-shadow: 0 0 0 5px rgba(27,165,239,.1); }
.lp-v2 .lift-guide span:nth-child(1) { top: 4%; }
.lp-v2 .lift-guide span:nth-child(2) { top: 48%; }
.lp-v2 .lift-guide span:nth-child(3) { bottom: 4%; }
.lp-v2 .lift-chip { color: #31516f; border-color: rgba(11,115,207,.18); background: rgba(255,255,255,.9); box-shadow: 0 12px 26px rgba(7,70,133,.13); }
.lp-v2 .lift-chip-a { left: 12%; top: 41%; }
.lp-v2 .lift-chip-b { right: 6%; top: 23%; }
.lp-v2 .lift-progress { left: 16%; right: 4%; bottom: 27px; }
.lp-v2 .lift-progress span { color: #7189a3; }
.lp-v2 .lift-progress span::before { background: rgba(39,115,179,.2); }
.lp-v2 .lift-progress span.active { color: #0b7dd9; }
@keyframes machineIdle { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
@keyframes loadToTruck { 0%, 13% { right: 30%; bottom: 322px; transform: rotate(-1deg); } 38%, 58% { right: 25%; bottom: 222px; transform: rotate(.4deg); } 72%, 100% { right: 9%; bottom: 214px; transform: rotate(0); } }
.lp-v2 .lift-stage:not(.is-active) .lift-load { animation-play-state: paused; }
.lp-v2 .lift-stage.replay .lift-load { animation: none; }
.lp-v2 .lift-stage.replay .lift-machine { animation: none; }
.lp-v2 .lift-section { min-height: 155vh; padding: 0; }
.lp-v2 .lift-layout { min-height: 100vh; position: sticky; top: 0; }
.lp-v2 .lift-stage { min-height: min(700px, 80vh); }
.lp-v2 .lift-load { animation: none; transition: right .12s linear, bottom .12s linear, transform .12s linear; }
.lp-v2 .lift-stage.is-playing .lift-load { transition: none; }
.lp-v2 .lift-guide { transition: opacity .2s ease; }
/* United Carriers reference composition: one wide white canvas, reach stacker left, two lower boxes and one top box */
.lp-v2 .lift-section { position: relative; min-height: 350vh; padding: 0; overflow: clip; color: #10213c; background: #fff; }
.lp-v2 .lift-section::before, .lp-v2 .lift-section::after { display: none; }
.lp-v2 .lift-layout { position: sticky; top: 0; display: block; width: 100%; max-width: none; min-height: 100vh; }
.lp-v2 .lift-copy { position: absolute; z-index: 20; left: clamp(22px, 5vw, 90px); top: 34px; max-width: 330px; }
.lp-v2 .lift-copy { display: none; }
.lp-v2 .lift-copy .eyebrow { margin-bottom: 10px; padding: 6px 11px; color: #1268bd; border: 1px solid #cfe4f7; background: #f5faff; font-size: 10px; }
.lp-v2 .lift-copy h2 { margin: 0 0 8px; color: #09254b; font-size: clamp(27px, 3vw, 44px); line-height: 1.02; }
.lp-v2 .lift-copy h2 span { color: #0a75d1; }
.lp-v2 .lift-copy > p:not(.lift-phase) { margin-bottom: 10px; color: #66809c; font-size: 12px; line-height: 1.5; }
.lp-v2 .lift-replay { margin-top: 7px; color: #086dca; font-size: 11px; }
.lp-v2 .lift-phase { margin-top: 8px; color: #6f849c; font-size: 9px; letter-spacing: .1em; }
.lp-v2 .lift-stage { position: relative; width: 100%; height: min(78vw, 790px); min-height: 610px; margin: 0; perspective: none; }
.lp-v2 .lift-scene { position: absolute; inset: 0; overflow: hidden; background: #fff; }
.lp-v2 .reference-reach { position: absolute; z-index: 1; width: 108%; max-width: none; height: auto; left: -26%; top: -12%; bottom: auto; pointer-events: none; user-select: none; }
.lp-v2 .reference-reach-static { opacity: 1; }
.lp-v2 .reference-reach-lift { display: none; }
.lp-v2 .reference-stack { position: absolute; z-index: 8; inset: 0; }
.lp-v2 .reference-container { position: absolute; width: 10.5%; height: auto; max-width: none; filter: drop-shadow(0 9px 7px rgba(0,0,0,.13)); }
.lp-v2 .reference-container-blue { right: 25%; bottom: 4%; }
.lp-v2 .reference-container-orange { right: 14%; bottom: 4%; }
.lp-v2 .reference-container-white { right: 19.5%; bottom: 34%; z-index: 2; opacity: .12; transform: translateY(-2px); }
.lp-v2 .lift-truck { position: absolute; z-index: 6; right: -8%; bottom: 3%; width: 66%; max-width: none; height: auto; aspect-ratio: 2664 / 614; opacity: 0; transform: translateX(110%); pointer-events: none; filter: drop-shadow(0 12px 8px rgba(0,0,0,.17)); }
.lp-v2 .lift-truck img { position: absolute; inset: 0; display: block; width: 100%; height: auto; max-width: none; }
.lp-v2 .lift-truck .truck-container { opacity: 0; }
.lp-v2 .lift-truck .truck-wheel { inset: auto; top: 70.5%; width: 4.36%; transform: rotate(var(--wheel-turn, 0deg)); transform-origin: center; }
.lp-v2 .truck-wheel-r1 { left: 14.3%; }
.lp-v2 .truck-wheel-r2 { left: 23.2%; }
.lp-v2 .truck-wheel-r3 { left: 32.1%; }
.lp-v2 .truck-wheel-r4 { left: 64.8%; }
.lp-v2 .truck-wheel-front { left: 89.1%; }
.lp-v2 .lift-load { position: absolute; z-index: 12; right: 19.5%; bottom: 34%; width: 10.5%; max-width: none; height: auto; filter: drop-shadow(0 12px 8px rgba(0,0,0,.16)); transform-origin: 50% 50%; transition: none; }
.lp-v2 .lift-guide, .lp-v2 .lift-progress { display: none; }
.lp-v2 .lift-stage.is-playing .lift-load { transition: none; }
.lp-v2 .lift-stage.is-playing .lift-guide { opacity: .85; }
@media (max-width: 680px) {
.lp-v2 .lift-section { min-height: 300vh; }
.lp-v2 .lift-layout { min-height: 100vh; }
.lp-v2 .lift-copy { top: 18px; left: 14px; max-width: 245px; }
.lp-v2 .lift-copy h2 { font-size: 28px; }
.lp-v2 .lift-copy > p:not(.lift-phase) { display: none; }
.lp-v2 .lift-stage { min-height: 520px; height: 86vw; }
.lp-v2 .reference-reach { width: 175%; left: -48%; top: -3%; bottom: auto; }
.lp-v2 .reference-stack { right: 3%; bottom: 10%; width: 34%; height: 48%; }
.lp-v2 .lift-load { width: 16%; right: 18%; bottom: 40%; }
.lp-v2 .lift-guide { left: 67%; top: 26%; width: 20%; height: 35%; }
.lp-v2 .lift-progress { left: 8%; right: 5%; bottom: 12px; }
.lp-v2 .lift-progress span { font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
.lp-v2 .lift-machine, .lp-v2 .lift-scan::before, .lp-v2 .lift-load { animation: none !important; }
.lp-v2 .faq-visual img, .lp-v2 .cargo-container, .lp-v2 .cargo-chip, .lp-v2 .cargo-stage::after { animation: none !important; }
html:has(.lp-v2) { scroll-behavior: auto; }
}
/* Process */
.lp-v2 .process { background: radial-gradient(circle at 91% 18%, rgba(27,143,255,.09), transparent 23%), linear-gradient(#fff, #f8fbff); }
.lp-v2 .steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; max-width: 980px; margin: 0 auto; }
.lp-v2 .steps::before { content: ""; position: absolute; top: 38px; left: 15%; right: 15%; border-top: 2px dashed #cfe3ff; }
.lp-v2 .step { position: relative; padding-top: 26px; text-align: center; }
.lp-v2 .step-number { position: absolute; z-index: 2; top: 0; left: 50%; width: 32px; height: 32px; display: grid; place-items: center; transform: translateX(-50%); border: 4px solid #fff; border-radius: 50%; color: #fff; background: var(--blue); box-shadow: 0 4px 12px rgba(0,110,255,.25); font-size: 12px; font-weight: 800; }
.lp-v2 .step-card { min-height: 220px; padding: 42px 27px 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.lp-v2 .step-card .icon-box { margin: 0 auto 18px; width: 58px; height: 58px; color: #fff; background: linear-gradient(135deg, #138dff, #045adc); }
.lp-v2 .step-card h3 { font-size: 17px; line-height: 1.5; }
.lp-v2 .step-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
/* Values */
.lp-v2 .value-panel { position: relative; overflow: hidden; padding: 68px 58px 54px; color: #fff; border: 1px solid rgba(80,164,255,.28); border-radius: 30px; background: radial-gradient(circle at 88% 90%, rgba(0,143,255,.42), transparent 31%), radial-gradient(circle at 4% 8%, rgba(90,65,255,.28), transparent 26%), linear-gradient(135deg, #020a1d, #05255c 62%, #063c8b); box-shadow: 0 30px 80px rgba(5,44,112,.22), inset 0 1px rgba(255,255,255,.08); }
.lp-v2 .value-panel .section-head { max-width: 720px; margin-bottom: 42px; }
.lp-v2 .value-panel .section-head h2 { font-size: clamp(36px, 4vw, 50px); }
.lp-v2 .value-panel .section-head p { color: #b9cae6; }
.lp-v2 .value-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: value; }
.lp-v2 .value-card { position: relative; min-height: 255px; padding: 28px 25px; overflow: hidden; counter-increment: value; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045)); border: 1px solid rgba(115,191,255,.23); border-radius: 18px; box-shadow: inset 0 1px rgba(255,255,255,.1), 0 15px 34px rgba(0,0,0,.12); backdrop-filter: blur(14px); transition: transform .3s, border-color .3s, background .3s; }
.lp-v2 .value-card::before { content: "0" counter(value); position: absolute; right: 19px; top: 17px; color: rgba(164,216,255,.2); font: 700 23px/1 "Space Grotesk"; }
.lp-v2 .value-card::after { content: ""; position: absolute; left: 24px; right: 24px; bottom: 0; height: 2px; background: linear-gradient(90deg, #1fa1ff, #28e0ff, transparent); opacity: .6; }
.lp-v2 .value-card:hover { transform: translateY(-7px); border-color: rgba(59,202,255,.52); background: linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.06)); }
.lp-v2 .value-title { display: flex; align-items: center; gap: 13px; margin-bottom: 23px; padding-right: 34px; }
.lp-v2 .value-title .icon-box { width: 50px; height: 50px; color: #081c42; background: linear-gradient(145deg, #ffe36b, #ffbd18); border: 1px solid rgba(255,235,144,.7); box-shadow: 0 10px 23px rgba(255,184,0,.16), inset 0 1px rgba(255,255,255,.5); }
.lp-v2 .value-title h3 { margin: 0; font-size: 18px; line-height: 1.35; }
.lp-v2 .check-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.lp-v2 .check-list li { display: flex; align-items: flex-start; gap: 10px; color: #d8e7fa; font-size: 13px; line-height: 1.6; }
.lp-v2 .check-list i { flex: 0 0 auto; margin-top: 1px; color: #5edcff; }
.lp-v2 .case-study { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; margin: 28px auto 0; padding: 20px 22px; overflow: hidden; border: 1px solid rgba(87,190,255,.28); border-radius: 15px; background: linear-gradient(90deg, rgba(4,68,156,.7), rgba(70,48,184,.5)); color: #eef5ff; box-shadow: inset 0 1px rgba(255,255,255,.08); }
.lp-v2 .case-study::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, transparent, rgba(72,213,255,.12), transparent); transform: translateX(-100%); animation: caseScan 5s ease-in-out infinite; }
.lp-v2 .case-label, .lp-v2 .case-copy, .lp-v2 .case-result { position: relative; z-index: 1; }
.lp-v2 .case-label { display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid rgba(134,217,255,.25); border-radius: 10px; background: rgba(3,20,56,.36); color: #8fddff; font: 700 10px "Space Grotesk"; letter-spacing: .09em; white-space: nowrap; }
.lp-v2 .case-copy strong { display: block; margin-bottom: 5px; font-size: 13px; }
.lp-v2 .case-copy p { margin: 0; color: #bcd1ed; font-size: 11px; line-height: 1.55; }
.lp-v2 .case-result { min-width: 134px; padding-left: 19px; border-left: 1px solid rgba(255,255,255,.15); }
.lp-v2 .case-result strong { display: block; color: #ffe05c; font: 700 20px "Space Grotesk"; }
.lp-v2 .case-result span { color: #aec5e4; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
@keyframes caseScan { 55%,100% { transform: translateX(100%); } }
/* FAQ */
.lp-v2 #faq { background: radial-gradient(circle at 5% 66%, rgba(27,143,255,.085), transparent 26%), linear-gradient(180deg, #fff, #f8fbff 86%); }
.lp-v2 .faq-wrap { display: grid; grid-template-columns: 40% 60%; align-items: center; gap: 42px; }
.lp-v2 .faq-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.lp-v2 .faq-visual img { width: min(108%, 525px); max-width: none; height: auto; object-fit: contain; animation: faqFloat 4.5s ease-in-out infinite; }
@keyframes faqFloat { 50% { transform: translateY(-12px) rotate(.5deg); } }
.lp-v2 .faq-list { display: grid; gap: 12px; }
.lp-v2 .faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(20,46,85,.05);
  overflow: hidden;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.lp-v2 .faq-item.open {
  border-color: rgba(8, 124, 255, .35);
  box-shadow: 0 10px 24px rgba(20, 75, 155, .1);
}
.lp-v2 .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px;
  border: 0;
  color: var(--ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
}
.lp-v2 .faq-question-text { flex: 1; min-width: 0; line-height: 1.45; }
.lp-v2 .faq-index {
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 11px;
}
.lp-v2 .faq-question .chev {
  margin-left: auto;
  flex: 0 0 auto;
  color: var(--blue);
  transition: transform .3s cubic-bezier(.22, 1, .36, 1);
}
.lp-v2 .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .35s cubic-bezier(.22, 1, .36, 1);
}
.lp-v2 .faq-answer-inner {
  overflow: hidden;
  min-height: 0;
}
.lp-v2 .faq-answer p {
  margin: 0;
  padding: 0 62px 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .28s ease .05s, transform .28s cubic-bezier(.22, 1, .36, 1) .05s;
}
.lp-v2 .faq-item.open .faq-answer { grid-template-rows: 1fr; }
.lp-v2 .faq-item.open .faq-answer p {
  opacity: 1;
  transform: translateY(0);
}
.lp-v2 .faq-item.open .chev { transform: rotate(180deg); }
/* CTA + footer */
.lp-v2 .cta-shell { padding-bottom: 0; background: radial-gradient(circle at 82% 62%, rgba(21,135,255,.1), transparent 27%), linear-gradient(180deg, #f8fbff, #fff); }
.lp-v2 .cta { position: relative; min-height: 500px; overflow: hidden; display: grid; grid-template-columns: 58% 42%; align-items: center; gap: 20px; padding: 64px 62px; color: #fff; border: 1px solid rgba(56,170,255,.34); border-radius: 30px 30px 0 0; background: linear-gradient(90deg, rgba(2,10,31,.99) 0%, rgba(3,28,72,.96) 42%, rgba(3,39,100,.72) 62%, rgba(2,29,74,.08) 100%), var(--feature-image) center right/cover; box-shadow: 0 -10px 70px rgba(8,67,153,.13), inset 0 1px rgba(255,255,255,.1); isolation: isolate; }
.lp-v2 .cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(54,156,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(54,156,255,.06) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, transparent 30%, #000); }
.lp-v2 .cta::after { content: ""; position: absolute; right: -9%; bottom: -50%; width: 62%; aspect-ratio: 1; z-index: -1; border: 1px solid rgba(61,201,255,.22); border-radius: 50%; box-shadow: 0 0 0 42px rgba(25,153,255,.04), 0 0 0 84px rgba(25,153,255,.025); }
.lp-v2 .cta-content { position: relative; z-index: 3; max-width: 650px; }
.lp-v2 .cta h2 { margin-bottom: 16px; font-size: clamp(36px, 4.3vw, 54px); line-height: 1.08; letter-spacing: -.055em; }
.lp-v2 .cta p { max-width: 540px; margin-bottom: 0; color: #bcd0ec; line-height: 1.75; }
.lp-v2 .cta-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 27px; }
.lp-v2 .cta-option { position: relative; display: grid; grid-template-columns: 42px 1fr 18px; align-items: center; gap: 11px; width: 100%; min-height: 76px; padding: 13px 14px; overflow: hidden; appearance: none; color: inherit; text-align: left; cursor: pointer; border: 1px solid rgba(100,192,255,.27); border-radius: 14px; background: rgba(255,255,255,.07); box-shadow: inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(12px); transition: .3s; }
.lp-v2 .cta-option::before { content: ""; position: absolute; inset: auto 0 0; height: 2px; background: linear-gradient(90deg, #0c83ff, #2ce6ff, transparent); }
.lp-v2 .cta-option:hover { transform: translateY(-4px); border-color: rgba(67,214,255,.7); background: rgba(255,255,255,.12); box-shadow: 0 16px 30px rgba(0,0,0,.18); }
.lp-v2 .cta-option.primary { background: linear-gradient(135deg, rgba(10,125,255,.68), rgba(31,89,227,.58)); }
.lp-v2 .cta-option-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: rgba(255,255,255,.13); box-shadow: inset 0 1px rgba(255,255,255,.15); }
.lp-v2 .cta-option small { display: block; margin-bottom: 4px; color: #8fb3da; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.lp-v2 .cta-option strong { display: block; font: 600 13px/1.45 "Be Vietnam Pro"; }
.lp-v2 .cta-option > i,
.lp-v2 .cta-option > svg { color: #fff; opacity: .92; }
.lp-v2 .mini-trust { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 28px; color: #d7e8ff; font-size: 13px; }
.lp-v2 .mini-trust span { display: inline-flex; align-items: center; gap: 8px; }
.lp-v2 .mini-trust i { color: #2ee4c2; }
.lp-v2 footer { position: relative; overflow: hidden; color: #8fa4c2; background: radial-gradient(circle at 86% 16%, rgba(5,104,227,.13), transparent 24%), linear-gradient(145deg, #040812, #071326 72%, #071b38); border-top: 1px solid rgba(47,168,255,.3); }
.lp-v2 footer::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(50,144,238,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(50,144,238,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(#000, transparent 80%); }
.lp-v2 footer::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: linear-gradient(90deg, transparent, #087cff 30%, #25e1ff 50%, #715cff 70%, transparent); box-shadow: 0 0 24px rgba(30,186,255,.5); }
.lp-v2 .footer-statusbar { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 0 20px; border-bottom: 1px solid rgba(255,255,255,.075); }
.lp-v2 .footer-network { display: inline-flex; align-items: center; gap: 9px; color: #6998cd; font: 600 9px "Space Grotesk"; letter-spacing: .15em; text-transform: uppercase; }
.lp-v2 .footer-network i { color: #33cfff; }
.lp-v2 .footer-online { display: inline-flex; align-items: center; gap: 9px; color: #62e9c0; font: 600 9px "Space Grotesk"; letter-spacing: .1em; }
.lp-v2 .footer-online::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #35edb9; box-shadow: 0 0 12px #35edb9; animation: lpV2Pulse 1.8s infinite; }
.lp-v2 .footer-grid { position: relative; display: grid; grid-template-columns: 1.35fr .9fr .9fr 1.45fr; gap: 50px; padding: 48px 0 42px; }
.lp-v2 .footer-links { display: contents; }
.lp-v2 .footer-brand { position: relative; isolation: isolate; display: inline-flex; align-items: center; margin-bottom: 21px; }
.lp-v2 .footer-brand::before { content: ""; position: absolute; z-index: -1; inset: 12px -14px; border-radius: 50%; background: radial-gradient(ellipse, rgba(27,123,255,.26), rgba(20,83,190,.09) 52%, transparent 74%); filter: blur(12px); opacity: .8; }
.lp-v2 .footer-logo { display: block; width: 200px; height: auto; object-fit: contain; background: transparent; filter: drop-shadow(0 4px 4px rgba(0,3,18,.62)) drop-shadow(0 0 3px rgba(61,158,255,.35)); }
.lp-v2 .footer-company-name { max-width: 290px; margin-bottom: 12px; color: #fff; font: 700 13px/1.55 "Be Vietnam Pro"; text-transform: uppercase; }
.lp-v2 .footer-about { max-width: 295px; margin-bottom: 20px; color: #9fb1ca; font-size: 13px; line-height: 1.8; }
.lp-v2 .socials { display: flex; gap: 9px; }
.lp-v2 .social-link { width: 35px; height: 35px; display: grid; place-items: center; margin: 0 !important; color: #a9bdd8 !important; border: 1px solid rgba(132,178,230,.16); border-radius: 10px; background: rgba(255,255,255,.045); font: 700 12px "Space Grotesk" !important; transition: .25s; }
.lp-v2 .social-link:hover { color: #fff !important; border-color: rgba(54,193,255,.55); background: rgba(18,125,255,.18); transform: translateY(-3px); }
.lp-v2 .footer-col h3 { display: flex; align-items: center; gap: 9px; margin-bottom: 19px; color: #fff; font-size: 13px; }
.lp-v2 .footer-col h3 svg { flex: 0 0 auto; color: #4fcfff; }
.lp-v2 .footer-col a { position: relative; display: flex; align-items: center; width: fit-content; margin: 13px 0; color: #94a8c5; font-size: 13px; line-height: 1.55; transition: .22s; }
.lp-v2 .footer-col > a::before { content: ""; width: 0; height: 1px; margin-right: 0; background: #31cfff; transition: .22s; }
.lp-v2 .footer-col > a:hover { color: #fff; transform: translateX(4px); }
.lp-v2 .footer-col > a:hover::before { width: 12px; margin-right: 7px; }
.lp-v2 .footer-contact { padding: 22px; border: 1px solid rgba(79,168,255,.16); border-radius: 17px; background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.025)); box-shadow: inset 0 1px rgba(255,255,255,.05); }
.lp-v2 .footer-contact h3 { margin-bottom: 16px; }
.lp-v2 .contact-line { display: grid !important; grid-template-columns: 27px 1fr; align-items: start; gap: 9px; width: 100% !important; margin: 11px 0 !important; color: #9fb1ca !important; transform: none !important; }
.lp-v2 .contact-line::before { display: none; }
.lp-v2 .contact-line svg { margin-top: 2px; color: #4bcfff; flex-shrink: 0; }
.lp-v2 .contact-line span { font-size: 12px; line-height: 1.65; overflow-wrap: anywhere; }
.lp-v2 .footer-bottom { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; padding: 23px 0 28px; border-top: 1px solid rgba(255,255,255,.075); font-size: 10px; }
.lp-v2 .footer-bottom strong { color: #3c9eff; }
.lp-v2 .footer-bottom .version { justify-self: end; color: #5f7493; font: 500 9px "Space Grotesk"; letter-spacing: .06em; }
.lp-v2 .float-contact { position: fixed; z-index: 45; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; color: #0878ff; border: 5px solid #0878ff; border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(0,91,235,.38); font: 700 15px "Space Grotesk"; transition: .25s; }
.lp-v2 .float-contact:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 15px 34px rgba(0,91,235,.48); }
.lp-v2 .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.lp-v2 .reveal.in-view { opacity: 1; transform: translateY(0); }
@media (max-width: 1480px) {
.lp-v2 .nav { gap: 16px; padding: 0 14px; }
.lp-v2 .brand-logo { width: 132px; }
.lp-v2 .nav-links { gap: 14px; }
.lp-v2 .nav-links a { font-size: 12.5px; }
.lp-v2 .nav-login { min-width: 108px; padding: 0 14px; font-size: 13px; }
.lp-v2 .nav-user-name { max-width: 88px; }
}
@media (max-width: 1280px) {
.lp-v2 .nav { overflow: visible; gap: 12px; }
.lp-v2 .nav-links { position: absolute; z-index: 100; top: calc(100% + 12px); left: 0; right: 0; display: grid; flex: none; max-height: calc(100dvh - 104px); gap: 2px; padding: 16px 20px 20px; overflow-y: auto; overscroll-behavior: contain; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-10px) scale(.985); transform-origin: top center; border: 1px solid rgba(163,218,255,.3); border-radius: 16px; background: rgba(4,19,47,.96); box-shadow: 0 18px 42px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.12); backdrop-filter: blur(22px) saturate(140%); -webkit-backdrop-filter: blur(22px) saturate(140%); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.lp-v2 .nav-links.open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.lp-v2 .nav-links a { padding: 12px 0; font-size: 14px; }
.lp-v2 .nav-links a::after { display: none; }
.lp-v2 .menu-btn { display: grid; place-items: center; }
.lp-v2 .nav-lang { display: none; }
.lp-v2 .nav-lang-mobile { display: grid; }
}
@media (max-width: 980px) {
.lp-v2 .nav-links a { padding: 12px 0; }
.lp-v2 .nav-links a::after { display: none; }
.lp-v2 .nav-login { display: inline-flex; }
.lp-v2 .menu-btn { display: grid; place-items: center; }
.lp-v2 .hero { min-height: 700px; }
.lp-v2 .hero::before { inset: 0; opacity: .48; clip-path: none; }
.lp-v2 .hero::after { background: linear-gradient(90deg, rgba(3,18,47,.98), rgba(3,18,47,.66)); }
.lp-v2 .hero-grid { grid-template-columns: 1fr; }
.lp-v2 .hero-content { max-width: 690px; }
.lp-v2 .hero-live { max-width: 540px; }
.lp-v2 .system-inner { grid-template-columns: repeat(2, 1fr); }
.lp-v2 .system-stat:nth-child(3) { border-left: 0; border-top: 1px solid #e4eaf4; }
.lp-v2 .system-stat:nth-child(4) { border-top: 1px solid #e4eaf4; }
.lp-v2 .cards-6, .lp-v2 .feature-grid, .lp-v2 .value-grid { grid-template-columns: repeat(2, 1fr); }
.lp-v2 .lift-layout { grid-template-columns: 1fr; }
.lp-v2 .lift-copy { max-width: 720px; }
.lp-v2 .lift-stage { min-height: 560px; }
.lp-v2 .pain .section-head h2 { white-space: normal; }
.lp-v2 .faq-wrap { grid-template-columns: 1fr; }
.lp-v2 .faq-visual { min-height: 380px; width: min(100%, 560px); margin: 0 auto; }
.lp-v2 .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
.lp-v2 .footer-grid .footer-contact { grid-column: 1 / -1; }
.lp-v2 .footer-contact { max-width: 620px; }
}
@media (max-width: 680px) {
.lp-v2 .container { width: calc(100% - 28px); }
.lp-v2 .section { padding: 58px 0; }
.lp-v2 .section.cta-shell { padding-bottom: 0; }
.lp-v2 .section-head { margin-bottom: 30px; }
.lp-v2 .section-head p { font-size: 15px; line-height: 1.65; }
.lp-v2 .logistics-map { --route-w: 72vw; --route-h: 155px; opacity: .58; }
.lp-v2 .logistics-map::before { background-size: 54px 54px, 54px 54px, 108px 108px, 108px 108px; }
.lp-v2 .route-label { display: none; }
.lp-v2 .route-vehicle { display: none; }
.lp-v2 h2, .lp-v2 .feature-panel .section-head h2, .lp-v2 .value-panel .section-head h2 { font-size: clamp(30px, 8.5vw, 38px); line-height: 1.16; }
.lp-v2 .pain .section-head h2 { white-space: normal; }
.lp-v2 .nav { height: 64px; }
.lp-v2 .site-header .nav { width: calc(100% - 28px); }
.lp-v2 .nav-links { top: calc(100% + 10px); }
.lp-v2 .brand-logo { width: 120px; }
.lp-v2 .nav-actions { margin-left: auto; gap: 8px; }
.lp-v2 .nav-login { min-width: 105px; min-height: 44px; padding: 0 14px; border-radius: 10px; font-size: 13px; }
body.lp-v2-active.menu-open { overflow: hidden; }
.lp-v2 .hero { min-height: auto; padding: 116px 0 62px; }
.lp-v2 .hero-grid { gap: 22px; }
.lp-v2 .hero-badge { max-width: 100%; align-items: flex-start; border-radius: 16px; line-height: 1.5; }
.lp-v2 .hero h1 { margin: 18px 0 15px; font-size: clamp(32px, 10vw, 40px); line-height: 1.1; letter-spacing: -.042em; }
.lp-v2 .hero-lead { margin-bottom: 13px; font-size: 16px; }
.lp-v2 .hero-desc { line-height: 1.65; }
.lp-v2 .button-row { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 22px; }
.lp-v2 .hero-trust {
  align-items: flex-start;
  margin-top: 18px;
  margin-bottom: 4px;
}
.lp-v2 .hero-trust svg { flex: 0 0 auto; margin-top: 2px; color: #41c4ff; }
.lp-v2 .hero-live {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  max-width: none;
  min-height: 0;
  margin: 12px 0 0;
  padding: 12px 10px 8px;
  border: 1px solid rgba(91, 190, 255, .16);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(6, 24, 58, .55), rgba(4, 16, 40, .22));
  box-shadow: inset 0 1px rgba(255, 255, 255, .06);
  overflow: hidden;
}
.lp-v2 .live-head {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  z-index: 2;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0 0 6px;
  padding: 0 2px;
  font-size: 9px;
  letter-spacing: .08em;
  line-height: 1.35;
}
.lp-v2 .live-head > span:first-child {
  flex: 1 1 auto;
  min-width: 0;
}
.lp-v2 .live-status {
  flex: 0 0 auto;
  white-space: nowrap;
}
.lp-v2 .cargo-stage {
  position: relative;
  inset: auto;
  flex: 0 0 auto;
  height: 210px;
  overflow: hidden;
  perspective: 900px;
}
.lp-v2 .cargo-stage::after { top: 48%; }
.lp-v2 .cargo-container {
  width: 94%;
  max-width: 420px;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  animation: none;
}
.lp-v2 .cargo-object {
  transform: none;
}
.lp-v2 .cargo-stage::before { bottom: 6px; height: 70px; left: 10%; right: 8%; }
.lp-v2 .cargo-track { bottom: 28px; left: 8%; right: 6%; }
.lp-v2 .cargo-chip { display: none; }
.lp-v2 .system-strip { margin-top: -28px; margin-bottom: -28px; }
.lp-v2 .system-inner::before { display: none; }
.lp-v2 .system-stat { min-height: 104px; padding: 18px 15px; }
.lp-v2 .system-stat strong { font-size: 21px; }
.lp-v2 .btn { width: 100%; }
.lp-v2 .cards-6, .lp-v2 .feature-grid, .lp-v2 .value-grid, .lp-v2 .steps, .lp-v2 .footer-grid { grid-template-columns: 1fr; }
.lp-v2 .steps { gap: 20px; }
.lp-v2 .steps::before { display: none; }
.lp-v2 .pain { padding-top: 72px; padding-bottom: 58px; }
.lp-v2 .pain .section-head { margin-bottom: 30px; }
.lp-v2 .pain-card { min-height: 0; align-items: center; padding: 22px 20px; }
.lp-v2 .pain-card h3 { margin-top: 0; }
.lp-v2 .feature-panel, .lp-v2 .value-panel { padding: 38px 18px; border-radius: 16px; }
.lp-v2 .feature-panel::after { display: none; }
.lp-v2 .feature-card { padding: 18px; }
.lp-v2 .feature-card p, .lp-v2 .check-list li { font-size: 14px; }
.lp-v2 .lift-section { padding: 78px 0 66px; }
.lp-v2 .lift-section { min-height: 125vh; padding: 0; }
.lp-v2 .lift-layout { min-height: 100vh; position: sticky; top: 0; }
.lp-v2 .lift-section::after { display: none; }
.lp-v2 .lift-copy h2 { font-size: 40px; }
.lp-v2 .lift-stage { min-height: 390px; margin: 8px -12px 0; }
.lp-v2 .lift-scene { transform: scale(.96); transform-origin: center bottom; }
.lp-v2 .lift-machine { top: auto; bottom: 37px; width: 67%; left: -5%; }
.lp-v2 .lift-trailer { right: -10%; bottom: 43px; width: 73%; }
.lp-v2 .lift-stack { right: 5%; bottom: 104px; width: 30%; height: 190px; }
.lp-v2 .stack-container-2 { bottom: 49px; }
.lp-v2 .stack-container-3 { bottom: 98px; }
.lp-v2 .lift-load { right: 29%; bottom: 211px; width: 31%; }
.lp-v2 .lift-guide { left: 51%; top: 18%; width: 24%; height: 42%; }
.lp-v2 .lift-chip { display: none; }
.lp-v2 .lift-progress { left: 7%; right: 2%; bottom: 18px; }
.lp-v2 .value-card { min-height: 0; }
.lp-v2 .case-study { grid-template-columns: 1fr; gap: 14px; }
.lp-v2 .case-label { width: fit-content; }
.lp-v2 .case-copy p { font-size: 13px; }
.lp-v2 .case-result { padding: 14px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
.lp-v2 .solution-note { align-items: flex-start; padding: 14px; font-size: 12px; }
.lp-v2 .step-card { min-height: 0; }
.lp-v2 .faq-wrap { gap: 20px; }
.lp-v2 .faq-visual { min-height: 190px; }
.lp-v2 .faq-visual img { width: min(76%, 270px); }
.lp-v2 .faq-question { gap: 10px; min-height: 60px; padding: 16px 14px; font-size: 14px; line-height: 1.5; }
.lp-v2 .faq-question .chev { flex: 0 0 auto; }
.lp-v2 .faq-answer p { padding: 0 16px 18px; font-size: 13px; line-height: 1.7; }
.lp-v2 .cta { min-height: 500px; grid-template-columns: 1fr; align-items: start; padding: 44px 24px 54px; background: linear-gradient(180deg, rgba(2,15,45,.99) 0%, rgba(3,34,88,.94) 68%, rgba(2,29,74,.35) 100%), var(--feature-image) 68% center/cover; }
.lp-v2 .cta h2 { font-size: clamp(30px, 8.5vw, 40px); }
.lp-v2 .cta-actions { grid-template-columns: 1fr; }
.lp-v2 .mini-trust { gap: 12px; }
.lp-v2 .footer-statusbar {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 8px 14px;
  padding: 18px 0 16px;
}
.lp-v2 .footer-network,
.lp-v2 .footer-online {
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.4;
  max-width: 100%;
}
.lp-v2 .footer-grid {
  grid-template-columns: 1fr;
  gap: 28px;
  padding: 28px 0 24px;
}
.lp-v2 .footer-company {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.lp-v2 .footer-logo { width: 148px; }
.lp-v2 .footer-brand { margin-bottom: 14px; }
.lp-v2 .footer-company-name {
  max-width: none;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: .01em;
}
.lp-v2 .footer-about {
  max-width: none;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.65;
}
.lp-v2 .footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
}
.lp-v2 .footer-col h3 {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: .02em;
}
.lp-v2 .footer-col > a:not(.contact-line) {
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 9px 0;
  font-size: 13px;
}
.lp-v2 .footer-col > a:not(.contact-line):hover { transform: none; }
.lp-v2 .footer-contact {
  max-width: none;
  padding: 16px 14px;
  border-radius: 14px;
}
.lp-v2 .footer-contact h3 { margin-bottom: 10px; }
.lp-v2 .contact-line {
  min-height: 0;
  margin: 8px 0 !important;
  gap: 8px;
  grid-template-columns: 22px 1fr;
}
.lp-v2 .contact-line span { font-size: 12.5px; line-height: 1.55; }
.lp-v2 .social-link { width: 40px; height: 40px; border-radius: 11px; }
.lp-v2 .footer-bottom {
  grid-template-columns: 1fr;
  justify-items: start;
  gap: 6px;
  padding: 16px 0 calc(20px + env(safe-area-inset-bottom, 0px));
  text-align: left;
  font-size: 11px;
  line-height: 1.5;
  color: #7d90ad;
}
.lp-v2 .footer-bottom .footer-developed { display: none; }
.lp-v2 .footer-bottom .version {
  justify-self: start;
  margin-top: 2px;
  font-size: 10px;
}
.lp-v2 .float-contact { right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); width: 54px; height: 54px; border-width: 4px; border-radius: 16px; }
}
@media (max-width: 420px) {
.lp-v2 .nav { gap: 10px; padding-inline: 10px; }
.lp-v2 .brand-logo { width: 106px; }
.lp-v2 .nav-login { width: auto; min-width: 100px; min-height: 40px; padding: 0 12px; gap: 7px; font-size: 12px; }
.lp-v2 .nav-login svg { width: 18px !important; height: 18px !important; }
.lp-v2 .nav-links { padding-inline: 16px; }
.lp-v2 .system-inner { grid-template-columns: 1fr; }
.lp-v2 .system-stat { min-height: 88px; }
.lp-v2 .system-stat + .system-stat { border-left: 0; border-top: 1px solid #e4eaf4; }
.lp-v2 .hero-live { padding: 10px 8px 6px; }
.lp-v2 .live-head {
  gap: 6px 10px;
  font-size: 8px;
  letter-spacing: .05em;
}
.lp-v2 .cargo-stage { height: 188px; }
.lp-v2 .faq-visual { min-height: 160px; }
.lp-v2 .faq-visual img { width: min(72%, 230px); }
.lp-v2 .cta { padding-inline: 18px; }
.lp-v2 .cta-option { grid-template-columns: 40px minmax(0, 1fr) 16px; padding-inline: 12px; }
.lp-v2 .cta-option strong { overflow-wrap: anywhere; }
}
@media (max-width: 360px) {
      .lp-v2 .site-header .nav { width: calc(100% - 20px); }
      .lp-v2 .brand-logo { width: 104px; }
      .lp-v2 .nav-login { width: 44px; min-width: 44px; padding: 0; gap: 0; font-size: 0; }
      .lp-v2 .nav-user-name { display: none; }
      .lp-v2 .nav-user-trigger { padding: 4px; min-width: 44px; }
      .lp-v2 .nav-user-chevron { display: none; }
      .lp-v2 .hero { padding-top: 116px; }
      .lp-v2 .hero h1 { font-size: 31px; }
      .lp-v2 .feature-panel, .lp-v2 .value-panel { padding-inline: 14px; }
    }
@media (max-width: 680px) {
.lp-v2 .lift-section { min-height: 300vh; padding: 0; }
.lp-v2 .lift-layout { display: block; min-height: 100vh; position: sticky; top: 0; }
.lp-v2 .lift-stage { width: 100%; height: 86vw; min-height: 520px; margin: 0; }
.lp-v2 .lift-scene { transform: none; }
.lp-v2 .reference-reach { width: 175%; left: -48%; top: -3%; bottom: auto; }
.lp-v2 .reference-container { width: 22%; }
.lp-v2 .reference-container-blue { right: 34%; bottom: 6%; }
.lp-v2 .reference-container-orange { right: 10%; bottom: 6%; }
.lp-v2 .reference-container-white { right: 22%; bottom: 38%; }
.lp-v2 .lift-truck { right: -32%; bottom: 7%; width: 105%; }
.lp-v2 .lift-load { right: 22%; bottom: 38%; width: 22%; }
}
@media (prefers-reduced-motion: reduce) {
.lp-v2 *, .lp-v2 *::before, .lp-v2 *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Page-level helpers */
html:has(.lp-v2) {
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html:has(.lp-v2)::-webkit-scrollbar { display: none; }
body.lp-v2-active {
  margin: 0;
  overflow-x: hidden;
}
body.lp-v2-active.menu-open { overflow: hidden; }

/* ===== Login eDepot – aligned with landing lp-v2 ===== */
.lp-v2.login-edepot-page {
  position: relative;
  min-height: 100dvh;
  color: #eef5ff;
  background: var(--navy);
}
.lp-v2 .login-edepot-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(1, 8, 28, .97) 0%, rgba(2, 14, 45, .88) 42%, rgba(2, 18, 52, .55) 72%),
    linear-gradient(0deg, rgba(1, 9, 27, .75), transparent 48%),
    url("/images/LP_v2/hero-smart-port.png") center/cover;
}
.lp-v2 .login-edepot-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .55;
  background-image:
    linear-gradient(rgba(50, 158, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(50, 158, 255, .05) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}
.lp-v2 .login-edepot-header {
  position: relative;
  z-index: 2;
  padding: 18px 0 0;
}
.lp-v2 .login-edepot-header-inner {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 0 17px;
  border: 1px solid rgba(163, 218, 255, .24);
  border-radius: 19px;
  background: linear-gradient(120deg, rgba(9, 35, 76, .72), rgba(5, 22, 54, .48));
  box-shadow: 0 16px 40px rgba(0, 4, 20, .2), inset 0 1px rgba(255, 255, 255, .16);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
}
.lp-v2 .login-edepot-brand {
  display: inline-flex;
  align-items: center;
}
.lp-v2 .login-edepot-logo {
  display: block;
  width: 140px;
  height: auto;
  filter: drop-shadow(0 3px 3px rgba(0, 4, 22, .55));
}
.lp-v2 .login-edepot-home-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  color: #d7e4f8;
  border: 1px solid rgba(174, 225, 255, .34);
  border-radius: 11px;
  background: rgba(255, 255, 255, .06);
  font-size: 13px;
  font-weight: 600;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.lp-v2 .login-edepot-home-link:hover {
  color: #fff;
  border-color: rgba(178, 235, 255, .7);
  background: rgba(255, 255, 255, .12);
}
.lp-v2 .login-edepot-main {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  gap: 28px;
  width: min(520px, calc(100% - 40px));
  margin: 0 auto;
  padding: 120px 0 64px;
}
.lp-v2 .login-edepot-card {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(105, 184, 255, .28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 0%, rgba(0, 123, 255, .35), transparent 34%),
    radial-gradient(circle at 8% 100%, rgba(85, 53, 255, .22), transparent 30%),
    linear-gradient(145deg, rgba(2, 10, 29, .92), rgba(6, 43, 104, .88) 72%, rgba(7, 63, 145, .82));
  box-shadow: 0 28px 70px rgba(0, 12, 40, .45), inset 0 1px rgba(255, 255, 255, .1);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}
.lp-v2 .login-edepot-card-head {
  padding: 36px 32px 24px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.lp-v2 .login-edepot-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #d9e9ff;
  font-size: 12px;
  font-weight: 600;
}
.lp-v2 .login-edepot-card-head h1 {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Space Grotesk", "Be Vietnam Pro", sans-serif;
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1.2;
  letter-spacing: -.03em;
}
.lp-v2 .login-edepot-card-head p {
  margin: 0;
  color: #b9c9df;
  font-size: 14px;
  line-height: 1.7;
}
.lp-v2 .login-edepot-form {
  display: grid;
  gap: 18px;
  padding: 28px 32px 32px;
}
.lp-v2 .login-edepot-field {
  display: grid;
  gap: 8px;
}
.lp-v2 .login-edepot-field label {
  color: #d7e4f8;
  font-size: 13px;
  font-weight: 600;
}
.lp-v2 .login-edepot-field label span {
  color: #ff8f9f;
}
.lp-v2 .login-edepot-field input,
.lp-v2 .login-edepot-password input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: #fff;
  border: 1px solid rgba(163, 218, 255, .28);
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.lp-v2 .login-edepot-field input::placeholder,
.lp-v2 .login-edepot-password input::placeholder {
  color: #7f97b8;
}
.lp-v2 .login-edepot-field input:focus,
.lp-v2 .login-edepot-password input:focus {
  border-color: rgba(67, 214, 255, .7);
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 0 0 3px rgba(8, 124, 255, .22);
}
.lp-v2 .login-edepot-field input.is-invalid,
.lp-v2 .login-edepot-password input.is-invalid {
  border-color: rgba(255, 120, 140, .75);
}
.lp-v2 .login-edepot-password {
  position: relative;
}
.lp-v2 .login-edepot-password input {
  padding-right: 92px;
}
.lp-v2 .login-edepot-toggle-pw {
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 10px;
  transform: translateY(-50%);
  color: #9fb6d6;
  border: 0;
  border-radius: 8px;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.lp-v2 .login-edepot-toggle-pw:hover {
  color: #fff;
  background: rgba(255, 255, 255, .08);
}
.lp-v2 .login-edepot-error {
  margin: 0;
  color: #ff9eac;
  font-size: 12px;
  line-height: 1.45;
}
.lp-v2 .login-edepot-remember {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #c5d6ef;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}
.lp-v2 .login-edepot-remember input {
  width: 16px;
  height: 16px;
  accent-color: #087cff;
  cursor: pointer;
}
.lp-v2 .login-edepot-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  margin-top: 4px;
  padding: 0 18px;
  color: #fff;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #0b8cff, #005cf1);
  box-shadow: 0 12px 26px rgba(0, 101, 255, .3);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.lp-v2 .login-edepot-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 101, 255, .4);
}
.lp-v2 .login-edepot-submit:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.lp-v2 .login-edepot-alt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  color: #9ef0c8;
  border: 1px solid rgba(46, 228, 194, .35);
  border-radius: 12px;
  background: rgba(46, 228, 194, .08);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.lp-v2 .login-edepot-alt:hover {
  color: #fff;
  border-color: rgba(46, 228, 194, .65);
  background: rgba(46, 228, 194, .16);
}
.lp-v2 .login-edepot-support {
  text-align: center;
}
.lp-v2 .login-edepot-support > p {
  margin: 0 0 12px;
  color: #9fb1ca;
  font-size: 14px;
}
.lp-v2 .login-edepot-support-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 22px;
}
.lp-v2 .login-edepot-support-links a {
  color: #7fd0ff;
  font-size: 13px;
  font-weight: 600;
  transition: color .2s ease;
}
.lp-v2 .login-edepot-support-links a:hover {
  color: #fff;
}
.lp-v2 .login-edepot-alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(163, 218, 255, .28);
  border-radius: 14px;
  background: rgba(8, 28, 68, .72);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
  color: #dcecff;
  font-size: 13px;
  line-height: 1.55;
}
.lp-v2 .login-edepot-alert svg {
  flex: 0 0 auto;
  margin-top: 2px;
}
.lp-v2 .login-edepot-alert strong {
  font-weight: 700;
}
.lp-v2 .login-edepot-alert-meta {
  display: block;
  margin-top: 6px;
  color: #9fb6d6;
  font-size: 12px;
}
.lp-v2 .login-edepot-alert.info {
  border-color: rgba(79, 168, 255, .4);
  background: linear-gradient(135deg, rgba(8, 70, 160, .55), rgba(8, 28, 68, .8));
  color: #cfe7ff;
}
.lp-v2 .login-edepot-alert.info svg { color: #4fcfff; }
.lp-v2 .login-edepot-alert.warning {
  border-color: rgba(255, 209, 47, .4);
  background: linear-gradient(135deg, rgba(120, 80, 10, .45), rgba(8, 28, 68, .85));
  color: #ffe9a8;
}
.lp-v2 .login-edepot-alert.warning svg { color: #ffd12f; }
.lp-v2 .login-edepot-alert.caution {
  border-color: rgba(255, 160, 80, .4);
  background: linear-gradient(135deg, rgba(130, 60, 10, .4), rgba(8, 28, 68, .85));
  color: #ffd2b0;
}
.lp-v2 .login-edepot-alert.caution svg { color: #ff9a4d; }

/* ===== 404 / permission page ===== */
.lp-v2.not-found-page .not-found-main {
  width: min(560px, calc(100% - 40px));
  min-height: 100dvh;
  padding: 48px 0 56px;
  place-content: center;
}
.lp-v2 .not-found-logo {
  display: inline-flex;
  margin-bottom: 4px;
}
.lp-v2 .not-found-logo img {
  display: block;
  width: 150px;
  height: auto;
  filter: drop-shadow(0 3px 3px rgba(0, 4, 22, .55));
}
.lp-v2 .not-found-card .login-edepot-card-head {
  border-bottom: 0;
  padding-bottom: 8px;
}
.lp-v2 .not-found-code {
  margin: 8px auto 18px;
  color: transparent;
  background: linear-gradient(90deg, #42b7ff, #56f1ff 48%, #8b8aff);
  background-clip: text;
  -webkit-background-clip: text;
  font: 800 clamp(72px, 16vw, 108px)/.9 "Space Grotesk", "Be Vietnam Pro", sans-serif;
  letter-spacing: -.06em;
  text-shadow: 0 18px 40px rgba(8, 124, 255, .25);
  user-select: none;
}
.lp-v2 .not-found-actions {
  display: grid;
  gap: 12px;
  padding: 8px 32px 32px;
}
.lp-v2 a.not-found-home {
  text-decoration: none;
}
.lp-v2 .not-found-actions .login-edepot-alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.lp-v2 .not-found-meta {
  margin-top: 18px !important;
  color: #6f849f !important;
  font-size: 11px !important;
  letter-spacing: .02em;
}

@media (max-width: 680px) {
  .lp-v2 .login-edepot-header-inner {
    width: calc(100% - 28px);
    padding-inline: 12px;
  }
  .lp-v2 .login-edepot-logo { width: 118px; }
  .lp-v2 .login-edepot-home-link {
    padding: 0 10px;
    font-size: 12px;
  }
  .lp-v2 .login-edepot-main {
    width: calc(100% - 28px);
    padding: 108px 0 48px;
  }
  .lp-v2 .not-found-main {
    width: calc(100% - 28px);
    padding: 36px 0 48px;
  }
  .lp-v2 .not-found-actions {
    padding-inline: 20px;
  }
  .lp-v2 .login-edepot-card-head,
  .lp-v2 .login-edepot-form {
    padding-inline: 20px;
  }
  .lp-v2 .login-edepot-card-head {
    padding-top: 28px;
  }
  .lp-v2 .login-edepot-toggle-pw span {
    display: none;
  }
  .lp-v2 .login-edepot-password input {
    padding-right: 48px;
  }
}

@media (max-width: 420px) {
  .lp-v2 .login-edepot-home-link span { display: none; }
  .lp-v2 .login-edepot-home-link { min-width: 40px; justify-content: center; padding: 0; }
}
