/* ===== Landing page (pre-login) ===== */
:root {
  --lp-navy: #0c1829;
  --lp-navy-mid: #101e33;
  --lp-navy-soft: #152a45;
  --lp-orange: #f5a030;
  --lp-orange-soft: #f4a259;
  --lp-teal: #22c4b0;
  --lp-teal-soft: #1b998b;
  --lp-green: #4ade80;
  --lp-header-h: 72px;
}

html.lp-html,
html.lp-html body.lp-body {
  overflow-x: hidden;
  overflow-y: auto !important;
  height: auto !important;
  min-height: 100%;
  scroll-behavior: smooth;
}

.lp-body {
  background: #f0f4f8;
  color: #1e293b;
}

/* Header */
.lp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 0;
  background: transparent;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}

.lp-header:not(.is-scrolled) {
  background: linear-gradient(180deg, rgba(8, 14, 26, 0.62) 0%, rgba(8, 14, 26, 0.22) 55%, transparent 100%);
}

.lp-header.is-scrolled {
  background: rgba(10, 20, 36, .94);
  backdrop-filter: blur(14px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, .2);
  padding: 8px 0;
}

.lp-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}

.lp-nav-end {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.lp-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
}

.lp-brand-mark {
  flex-shrink: 0;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(244, 162, 89, .35);
}

.lp-brand-logo,
.lp-footer-logo {
  flex-shrink: 0;
  height: 52px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .35));
}

.lp-footer-logo {
  height: 38px;
  max-width: 150px;
}

.lp-auth-logo {
  display: block;
  height: 56px;
  width: auto;
  max-width: 210px;
  margin: 0 auto 18px;
  object-fit: contain;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, .4));
}

.lp-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.lp-brand-name {
  font-weight: 800;
  font-size: .95rem;
}

.lp-brand-tag {
  font-size: .68rem;
  opacity: .55;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.lp-nav-collapse {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 28px;
}

.lp-nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-nav-links a {
  color: rgba(255, 255, 255, .78);
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .15s;
}

.lp-nav-links a:hover {
  color: #fff;
}

.lp-nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lp-nav-toggle {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 10px;
  color: #fff;
  padding: 8px 10px;
  cursor: pointer;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 10px;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform .15s, box-shadow .15s, background .15s;
  white-space: nowrap;
}

.lp-btn:hover {
  transform: translateY(-1px);
}

.lp-btn-primary {
  background: linear-gradient(135deg, var(--lp-orange-soft), #e8c547);
  color: var(--lp-navy);
  box-shadow: 0 4px 20px rgba(245, 160, 48, .35);
}

.lp-btn-primary:hover {
  color: #07203a;
  box-shadow: 0 6px 22px rgba(244, 162, 89, .45);
}

.lp-btn-ghost {
  background: transparent;
  color: rgba(255, 255, 255, .9);
}

.lp-btn-ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.lp-btn-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .35);
}

.lp-btn-outline:hover {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.lp-btn-lg {
  padding: 14px 28px;
  font-size: .95rem;
  border-radius: 12px;
}

.lp-btn-white {
  background: #fff;
  color: var(--dxc-primary);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
}

.lp-btn-white:hover {
  color: var(--dxc-dark);
}

/* ===== Hero (full-bleed image + brand mark) ===== */
.lp-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100svh + var(--lp-header-h));
  margin-top: calc(-1 * var(--lp-header-h));
  color: #fff;
  background-color: #0a1424;
  background-image: var(--lp-hero-img);
  background-size: cover;
  background-position: 50% 42%;
  background-repeat: no-repeat;
}

/* لایه خوانایی — گرادیان نرم، بدون کادر مشکی */
.lp-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(5, 9, 18, 0.88) 0%, rgba(5, 9, 18, 0.42) 36%, transparent 62%),
    linear-gradient(to bottom, rgba(5, 9, 18, 0.45) 0%, transparent 24%);
}

/* لوگو watermark چرخیده — مقیاس سیال با عرض صفحه */
.lp-hero-mark {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.lp-hero-mark-img {
  --lp-mark-size: clamp(200px, 18vw + 22vh, 420px);
  position: absolute;
  top: 10%;
  left: 50%;
  width: var(--lp-mark-size);
  max-width: 88vw;
  height: auto;
  opacity: .2;
  transform: translateX(-50%) rotate(-16deg);
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, .35));
  animation: lp-hero-mark-drift 14s ease-in-out infinite;
  user-select: none;
  will-change: transform;
}

@media (min-width: 576px) {
  .lp-hero-mark-img {
    --lp-mark-size: clamp(260px, 20vw + 18vh, 520px);
    opacity: .22;
  }
}

@media (min-width: 768px) {
  .lp-hero-mark-img {
    --lp-mark-size: clamp(300px, 28vw + 12vh, 620px);
    top: 8%;
    opacity: .24;
  }
}

.lp-hero-shell {
  position: relative;
  z-index: 1;
  min-height: calc(100svh + var(--lp-header-h));
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding:
    calc(var(--lp-header-h) + clamp(16px, 3vh, 28px))
    clamp(14px, 4vw, 24px)
    clamp(28px, 5vh, 52px);
}

.lp-hero-copy {
  width: 100%;
  max-width: 640px;
  text-align: center;
}

.lp-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 5px 14px 5px 12px;
  font-size: 0.74rem;
  font-weight: 700;
  color: #fff;
  background: rgba(13, 110, 253, 0.22);
  border: 1px solid rgba(120, 175, 255, 0.45);
  border-radius: 999px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.lp-hero-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px #4ade80;
  animation: lp-pulse 2s infinite;
}

/* عنوان — همیشه یک خط */
.lp-hero-title {
  margin: 0 0 14px;
  font-size: clamp(1.05rem, 4.7vw, 2.35rem);
  font-weight: 800;
  line-height: 1.4;
  white-space: nowrap;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

.lp-hero-title-accent {
  color: #fff;
  -webkit-text-stroke: 1.6px #0d6efd;
  paint-order: stroke fill;
}

.lp-hero-desc {
  margin: 0 auto 24px;
  max-width: 44em;
  font-size: clamp(0.86rem, 1.1vw, 0.98rem);
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.7);
}

.lp-hero-cta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 28px;
}

.lp-hero-cta .lp-btn-lg {
  width: 100%;
  justify-content: center;
}

.lp-hero-cta-single {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.lp-hero-cta-single .lp-btn-lg {
  gap: 10px;
  max-width: 280px;
  margin: 0 auto;
}

/* آمار — ردیف افقی با جداکننده، بدون کادر */
.lp-hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-hero-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
}

.lp-hero-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  inset-inline-start: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.35), transparent);
}

.lp-hero-stat strong {
  font-size: 0.98rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.65);
}

.lp-hero-stat span {
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

@media (min-width: 576px) {
  .lp-hero-cta {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .lp-hero-cta .lp-btn-lg {
    width: auto;
    flex: 0 1 auto;
  }
}

@media (min-width: 992px) {
  .lp-hero {
    min-height: calc(100vh + var(--lp-header-h));
    background-position: 50% 44%;
  }

  .lp-hero-scrim {
    background:
      linear-gradient(to left, rgba(5, 9, 18, 0.86) 0%, rgba(5, 9, 18, 0.5) 32%, rgba(5, 9, 18, 0.12) 54%, transparent 70%),
      linear-gradient(to top, rgba(5, 9, 18, 0.58) 0%, rgba(5, 9, 18, 0.14) 34%, transparent 58%);
  }

  .lp-hero-mark-img {
    --lp-mark-size: clamp(380px, 32vw + 8vh, 760px);
    top: 18%;
    left: 14%;
    max-width: 56vw;
    opacity: .28;
    transform: rotate(-18deg);
    animation-name: lp-hero-mark-drift-desk;
  }

  .lp-hero-shell {
    min-height: calc(100vh + var(--lp-header-h));
    align-items: center;
    justify-content: flex-start;
    padding-top: calc(var(--lp-header-h) + clamp(32px, 6vh, 64px));
    padding-bottom: clamp(40px, 6vh, 64px);
  }

  .lp-hero-copy {
    max-width: 620px;
    text-align: right;
  }

  .lp-hero-title {
    font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  }

  .lp-hero-cta {
    justify-content: flex-start;
  }

  .lp-hero-stats {
    justify-content: flex-start;
  }
}

@media (min-width: 1400px) {
  .lp-hero-mark-img {
    --lp-mark-size: clamp(520px, 30vw + 6vh, 900px);
    top: 16%;
    left: 12%;
    max-width: 52vw;
    opacity: .3;
  }
}

@media (min-width: 1800px) {
  .lp-hero-mark-img {
    --lp-mark-size: clamp(640px, 28vw + 4vh, 1100px);
    top: 14%;
    left: 10%;
    max-width: 48vw;
    opacity: .32;
  }
}

@keyframes lp-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .5; }
}

@keyframes lp-hero-mark-drift {
  0%, 100% {
    transform: translateX(-50%) rotate(-16deg) translateY(0);
  }
  50% {
    transform: translateX(-50%) rotate(-12deg) translateY(-14px);
  }
}

@keyframes lp-hero-mark-drift-desk {
  0%, 100% {
    transform: rotate(-18deg) translateY(0);
  }
  50% {
    transform: rotate(-14deg) translateY(-18px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero-mark-img {
    animation: none !important;
  }
}

/* پس‌زمینه مشترک auth pages */
.lp-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .45;
}

.lp-hero-orb-1 {
  width: 440px;
  height: 440px;
  background: var(--lp-orange);
  bottom: -80px;
  left: 0;
  top: auto;
  opacity: .14;
}

.lp-hero-orb-2 {
  width: 400px;
  height: 400px;
  background: var(--lp-teal);
  top: 5%;
  right: 0;
  opacity: .12;
}

.lp-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 22px 22px, 44px 44px, 44px 44px;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 20%, transparent 85%);
}

/* Auth pages (Login / Register) */
.lp-auth {
  position: relative;
  min-height: calc(100vh - 80px);
  padding: 108px 0 64px;
  color: #fff;
  overflow: hidden;
}

.lp-auth-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 15% 85%, rgba(245, 160, 48, .08), transparent 55%),
    radial-gradient(ellipse 70% 50% at 85% 20%, rgba(34, 196, 176, .07), transparent 50%),
    linear-gradient(165deg, var(--lp-navy) 0%, var(--lp-navy-mid) 48%, #0c1829 100%);
}

.lp-auth > .container {
  position: relative;
  z-index: 1;
}

.lp-auth-card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: clamp(24px, 4vw, 36px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .35);
}

.lp-auth-card--wide {
  max-width: 640px;
  margin-inline: auto;
}

.lp-auth-head {
  text-align: center;
  margin-bottom: 28px;
}

.lp-auth-head h1 {
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  font-weight: 800;
  margin-bottom: 8px;
}

.lp-auth-head p {
  font-size: .88rem;
  color: rgba(255, 255, 255, .58);
  margin: 0;
  line-height: 1.7;
}

.lp-auth-code {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 12px;
  background: linear-gradient(135deg, var(--lp-orange-soft), #fde68a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp-error-trace {
  margin: 0 0 1.25rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  word-break: break-all;
}

.lp-error-trace code {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.15rem 0.4rem;
  border-radius: 6px;
}

.lp-auth-form .form-label {
  font-size: .82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .82);
  margin-bottom: 6px;
}

.lp-auth-input {
  background: rgba(255, 255, 255, .08) !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
  font-size: .9rem;
}

.lp-auth-input::placeholder {
  color: rgba(255, 255, 255, .35);
}

.lp-auth-input:focus {
  background: rgba(255, 255, 255, .11) !important;
  border-color: rgba(34, 196, 176, .55) !important;
  box-shadow: 0 0 0 3px rgba(34, 196, 176, .15) !important;
  color: #fff !important;
}

.lp-auth-form .form-check-input {
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .25);
}

.lp-auth-form .form-check-input:checked {
  background-color: var(--lp-teal);
  border-color: var(--lp-teal);
}

.lp-auth-form .form-check-label {
  font-size: .85rem;
  color: rgba(255, 255, 255, .72);
}

.lp-auth-field-error,
.lp-auth-form .field-validation-error {
  display: block;
  font-size: .75rem;
  color: #fca5a5;
  margin-top: 4px;
}

.lp-auth-alert {
  padding: 10px 14px;
  border-radius: 10px;
  font-size: .85rem;
  margin-bottom: 16px;
}

.lp-auth-alert:empty,
.lp-auth-alert.validation-summary-valid {
  display: none;
}

.lp-auth-alert--success {
  background: rgba(74, 222, 128, .12);
  border: 1px solid rgba(74, 222, 128, .3);
  color: #bbf7d0;
}

.lp-auth-alert--error,
.lp-auth-alert.validation-summary-errors {
  background: rgba(248, 113, 113, .12);
  border: 1px solid rgba(248, 113, 113, .3);
  color: #fecaca;
}

.lp-auth-alert ul {
  margin: 0;
  padding-right: 18px;
}

.lp-auth-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: .82rem;
}

.lp-auth-foot--center {
  justify-content: center;
  align-items: center;
}

.lp-auth-foot a {
  color: var(--lp-orange-soft);
  font-weight: 600;
  text-decoration: none;
}

.lp-auth-foot a:hover {
  color: #fde68a;
}

.lp-auth-foot .text-muted {
  color: rgba(255, 255, 255, .45) !important;
}

@media (max-width: 575px) {
  .lp-auth {
    padding: 96px 0 48px;
  }

  .lp-auth-foot {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* Sections */
.lp-section {
  padding: 88px 0;
}

.lp-section-alt {
  background: #fff;
}

.lp-section-dark {
  background: linear-gradient(180deg, var(--lp-navy), var(--lp-navy-soft));
  color: #fff;
}

.lp-section-label {
  display: inline-block;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--dxc-teal);
  margin-bottom: 10px;
}

.lp-section-dark .lp-section-label {
  color: #f4a259;
}

.lp-section-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  margin-bottom: 12px;
  letter-spacing: -.02em;
}

.lp-section-sub {
  color: #64748b;
  font-size: 1rem;
  max-width: 560px;
  margin: 0 auto 48px;
  line-height: 1.75;
}

.lp-section-dark .lp-section-sub {
  color: rgba(255, 255, 255, .6);
}

/* Split cards */
.lp-split-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  height: 100%;
  border: 1px solid #e8edf3;
  box-shadow: 0 8px 32px rgba(13, 59, 102, .06);
  transition: transform .2s, box-shadow .2s;
}

.lp-split-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(13, 59, 102, .1);
}

.lp-split-card-problem {
  border-top: 3px solid #ef4444;
}

.lp-split-card-solution {
  border-top: 3px solid var(--dxc-teal);
}

.lp-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.lp-icon-wrap-teal {
  background: rgba(27, 153, 139, .12);
  color: var(--dxc-teal);
}

.lp-icon-wrap-accent {
  background: rgba(244, 162, 89, .15);
  color: #c2781a;
}

.lp-icon-wrap-brand {
  background: rgba(13, 59, 102, .08);
  color: var(--dxc-primary);
}

.lp-split-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.lp-split-card p {
  color: #64748b;
  line-height: 1.75;
  margin: 0;
  font-size: .92rem;
}

/* Feature cards */
.lp-feature {
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  height: 100%;
  border: 1px solid #e8edf3;
  transition: transform .2s, box-shadow .2s;
}

.lp-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(13, 59, 102, .08);
}

.lp-feature h5 {
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.lp-feature p {
  color: #64748b;
  font-size: .9rem;
  line-height: 1.75;
  margin: 0;
}

/* Steps */
.lp-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.lp-steps::before {
  content: "";
  position: absolute;
  top: 36px;
  right: 12%;
  left: 12%;
  height: 2px;
  background: linear-gradient(90deg, var(--dxc-teal), var(--dxc-accent));
  opacity: .35;
  z-index: 0;
}

.lp-step {
  text-align: center;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.lp-step-num {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e8edf3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(13, 59, 102, .08);
  transition: border-color .2s, transform .2s;
}

.lp-step:hover .lp-step-num {
  border-color: var(--dxc-teal);
  transform: scale(1.05);
}

.lp-step h6 {
  font-weight: 800;
  font-size: .95rem;
  margin-bottom: 8px;
}

.lp-step p {
  font-size: .84rem;
  color: #64748b;
  line-height: 1.65;
  margin: 0;
}

/* FAQ */
.lp-faq .accordion-item {
  border: 1px solid #e8edf3;
  border-radius: 14px !important;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}

.lp-faq .accordion-button {
  font-weight: 700;
  font-size: .92rem;
  padding: 18px 22px;
  background: #fff;
  color: #1e293b;
  box-shadow: none !important;
}

.lp-faq .accordion-button:not(.collapsed) {
  background: #f8fafc;
  color: var(--dxc-primary);
}

.lp-faq .accordion-body {
  padding: 0 22px 18px;
  color: #64748b;
  line-height: 1.75;
  font-size: .9rem;
}

/* CTA */
.lp-cta {
  padding: 88px 0;
  background: linear-gradient(135deg, var(--lp-navy-soft), var(--lp-navy));
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.lp-cta-orb {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(244, 162, 89, .12);
  filter: blur(60px);
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}

.lp-cta h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
  margin-bottom: 14px;
  position: relative;
}

.lp-cta p {
  color: rgba(255, 255, 255, .65);
  font-size: 1.05rem;
  margin-bottom: 32px;
  position: relative;
}

.lp-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  position: relative;
}

/* Footer */
.lp-footer {
  background: var(--lp-navy);
  color: rgba(255, 255, 255, .65);
  padding: 56px 0 28px;
}

.lp-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1.15fr 1fr 1fr;
  gap: 32px 40px;
  margin-bottom: 40px;
}

.lp-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-footer-contact li {
  margin-bottom: 14px;
}

.lp-footer-contact-label {
  display: block;
  font-size: .72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .42);
  margin-bottom: 3px;
}

.lp-footer-contact-value {
  display: block;
  font-size: .84rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
}

a.lp-footer-contact-value:hover {
  color: var(--lp-orange-soft);
}

.lp-footer-desc {
  font-size: .88rem;
  line-height: 1.75;
  max-width: 320px;
  margin: 0;
}

.lp-footer-title {
  font-weight: 800;
  color: #fff;
  font-size: .85rem;
  margin-bottom: 16px;
}

.lp-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-footer-links li {
  margin-bottom: 10px;
}

.lp-footer-links a {
  color: rgba(255, 255, 255, .55);
  font-size: .88rem;
  text-decoration: none;
  transition: color .15s;
}

.lp-footer-links a:hover {
  color: #fff;
}

.lp-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: .82rem;
}

/* Responsive */
@media (min-width: 992px) {
  .lp-nav-collapse {
    display: flex !important;
  }
}

@media (max-width: 991px) {
  .lp-nav-collapse {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    flex: none;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    background: rgba(7, 32, 58, .97);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    padding: 20px;
    margin-top: 12px;
  }

  .lp-nav:not(.show-nav) .lp-nav-collapse:not(.show) {
    display: none;
  }

  .lp-nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  .lp-nav-links a {
    padding: 10px 12px;
    border-radius: 8px;
  }

  .lp-nav-links a:hover {
    background: rgba(255, 255, 255, .06);
  }

  .lp-nav-actions .lp-btn {
    padding: 7px 12px;
    font-size: .78rem;
  }

  .lp-hero {
    --lp-header-h: 64px;
    background-position: center 32%;
  }

  .lp-brand-logo {
    height: 46px;
    max-width: 170px;
  }

  .lp-hero-scrim {
    background:
      linear-gradient(to top, rgba(6, 10, 20, 0.82) 0%, rgba(6, 10, 20, 0.4) 42%, transparent 68%);
  }

  .lp-hero-title {
    font-size: clamp(1.2rem, 5vw, 1.5rem);
  }

  .lp-steps {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .lp-steps::before {
    display: none;
  }

  .lp-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lp-section {
    padding: 72px 0;
  }

  .lp-split-card,
  .lp-feature {
    text-align: center;
  }

  .lp-icon-wrap {
    margin-inline: auto;
  }
}

@media (max-width: 576px) {
  .lp-hero-desc {
    font-size: 0.82rem;
    line-height: 1.75;
  }

  .lp-hero-stats {
    gap: 12px 22px;
  }

  .lp-hero-stat:not(:last-child)::after {
    inset-inline-start: -11px;
    height: 26px;
  }

  .lp-hero-stat strong {
    font-size: 0.86rem;
  }

  .lp-hero-stat span {
    font-size: 0.68rem;
  }

  .lp-steps {
    grid-template-columns: 1fr;
  }

  .lp-section {
    padding: 56px 0;
  }

  .lp-section-title {
    font-size: 1.35rem;
  }

  .lp-cta h2 {
    font-size: 1.35rem;
  }

  .lp-cta-actions {
    flex-direction: column;
  }

  .lp-cta-actions .lp-btn {
    width: 100%;
  }
}

.lp-hero-track-form {
  max-width: 420px;
  margin-top: 1.25rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  backdrop-filter: blur(8px);
}

.lp-hero-track-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.4rem;
}

.lp-hero-track-row {
  display: flex;
  gap: 0.5rem;
}

.lp-hero-track-input {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 0.55rem 0.75rem;
  font-family: inherit;
}

@media (max-width: 576px) {
  .lp-hero-track-row {
    flex-direction: column;
  }
}

/* ===== Track page ===== */
.lp-track-hero {
  position: relative;
  margin-top: calc(-1 * var(--lp-header-h));
  padding:
    calc(var(--lp-header-h) + clamp(72px, 14vh, 128px))
    clamp(16px, 4vw, 24px)
    clamp(56px, 10vh, 88px);
  min-height: min(640px, 92svh);
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #0a1424;
  background-image: var(--lp-hero-img);
  background-size: cover;
  background-position: 50% 42%;
  background-repeat: no-repeat;
}

.lp-track-hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(5, 9, 18, 0.88) 0%, rgba(5, 9, 18, 0.45) 40%, transparent 70%),
    linear-gradient(to bottom, rgba(5, 9, 18, 0.55) 0%, transparent 28%);
  pointer-events: none;
}

.lp-track-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.lp-track-hero-copy {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding-top: clamp(8px, 2vh, 24px);
}

.lp-track-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 12px;
}

.lp-track-hero-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lp-teal);
  box-shadow: 0 0 12px var(--lp-teal);
}

.lp-track-hero-title {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 10px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.65);
}

.lp-track-hero-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 28px;
  line-height: 1.7;
}

.lp-track-search-panel {
  max-width: 520px;
  margin: 0 auto;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.lp-track-form-label {
  display: block;
  text-align: right;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 8px;
}

.lp-track-form-row {
  display: flex;
  gap: 10px;
}

.lp-track-input-wrap {
  position: relative;
  flex: 1;
}

.lp-track-input-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  pointer-events: none;
}

.lp-track-form-input {
  width: 100%;
  border: none;
  border-radius: 12px;
  padding: 14px 44px 14px 16px;
  font-size: 1rem;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--lp-navy);
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.lp-track-form-input:focus {
  outline: 2px solid var(--lp-orange-soft);
  outline-offset: 2px;
}

.lp-track-submit {
  gap: 8px;
  padding-inline: 22px;
  border-radius: 12px;
  flex-shrink: 0;
}

.lp-track-body {
  padding: 24px 0 64px;
  margin-top: 0;
  position: relative;
  z-index: 2;
  background: #f0f4f8;
}

.lp-track-body-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 12px;
}

.lp-track-panel {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
  padding: 20px 16px;
}

.lp-track-result-panel {
  padding: 16px 12px;
}

.lp-track-result-panel .dxc-carton-dash {
  margin: 0;
}

.lp-public-carton-dash .dxc-carton-dash-hero,
.lp-public-carton-dash .dxc-stat-card,
.lp-public-carton-dash .dxc-carton-glance-card,
.lp-public-carton-dash .dxc-panel {
  box-shadow: none;
}

.lp-public-carton-glance {
  grid-template-columns: 1fr !important;
}

.lp-track-hint {
  max-width: none;
  margin: 0;
  padding: 24px 20px;
  background: transparent;
  box-shadow: none;
}

.lp-track-hint-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.lp-track-hint-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.6;
}

.lp-track-hint-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lp-orange-soft), #e8c547);
  color: var(--lp-navy);
  font-weight: 800;
  font-size: 0.95rem;
}

.lp-track-message {
  max-width: none;
  margin: 0 0 16px;
  padding: 16px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
}

.lp-track-message-warn {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
}

.lp-track-message-empty {
  flex-direction: column;
  text-align: center;
  padding: 36px 24px;
}

.lp-track-message-empty h2 {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 12px 0 6px;
  color: #1e293b;
}

.lp-track-message-empty p {
  margin: 0;
  color: #64748b;
  font-size: 0.9rem;
}

.lp-track-message-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
}

.lp-track-result {
  max-width: 820px;
  margin: 0 auto;
}

.lp-track-result-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 28px;
  background: linear-gradient(135deg, var(--lp-navy) 0%, var(--lp-navy-soft) 100%);
  border-radius: 16px 16px 0 0;
  color: #fff;
}

.lp-track-result-eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
}

.lp-track-result-code {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.lp-track-result-consignment {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
}

.lp-track-result-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lp-track-badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.lp-track-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #fff;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}

.lp-track-card {
  padding: 22px 26px;
  border-top: 1px solid #e2e8f0;
}

.lp-track-card:nth-child(odd) {
  border-left: 1px solid #e2e8f0;
}

.lp-track-card-wide {
  grid-column: 1 / -1;
  border-left: none !important;
}

.lp-track-card-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--lp-navy);
  margin-bottom: 14px;
}

.lp-track-card-title svg {
  color: var(--lp-orange-soft);
  flex-shrink: 0;
}

.lp-track-dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
  margin: 0;
}

.lp-track-dl div {
  min-width: 0;
}

.lp-track-dl dt {
  font-size: 0.72rem;
  font-weight: 600;
  color: #94a3b8;
  margin-bottom: 2px;
}

.lp-track-dl dd {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1e293b;
  word-break: break-word;
}

.lp-track-dl-full {
  grid-column: 1 / -1;
}

.lp-track-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lp-track-items li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 14px;
  background: #f8fafc;
  border-radius: 10px;
  font-size: 0.88rem;
}

.lp-track-item-name {
  font-weight: 700;
  color: #1e293b;
}

.lp-track-item-qty {
  color: #64748b;
}

.lp-track-item-tag {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 6px;
  background: #fef3c7;
  color: #92400e;
}

.lp-track-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.lp-track-timeline::before {
  content: "";
  position: absolute;
  right: 11px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #e2e8f0;
}

.lp-track-timeline-item {
  position: relative;
  padding: 0 36px 20px 0;
}

.lp-track-timeline-item:last-child {
  padding-bottom: 0;
}

.lp-track-timeline-dot {
  position: absolute;
  right: 4px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--lp-orange-soft);
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--lp-orange-soft);
}

.lp-track-timeline-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}

.lp-track-timeline-status {
  font-weight: 800;
  font-size: 0.9rem;
  color: #1e293b;
}

.lp-track-timeline-date {
  font-size: 0.78rem;
  color: #94a3b8;
}

.lp-track-timeline-note {
  margin: 0;
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .lp-track-hero {
    min-height: auto;
    align-items: flex-start;
    padding:
      calc(var(--lp-header-h) + 80px)
      12px
      36px;
  }

  .lp-track-hero-copy {
    padding-top: 12px;
  }

  .lp-track-hero-eyebrow {
    margin-bottom: 16px;
  }

  .lp-track-hero-title {
    font-size: 1.4rem;
    margin-bottom: 14px;
  }

  .lp-track-hero-desc {
    font-size: 0.86rem;
    margin-bottom: 24px;
    line-height: 1.75;
  }

  .lp-track-search-panel {
    padding: 16px;
  }

  .lp-track-body {
    padding: 16px 0 48px;
  }

  .lp-track-body-inner {
    padding: 0 10px;
  }

  .lp-track-panel {
    padding: 14px 10px;
    border-radius: 14px;
  }

  .lp-track-result-panel {
    padding: 10px 8px;
  }

  .lp-track-hint {
    padding: 20px 12px;
  }

  .lp-public-carton-dash .dxc-carton-dash-hero {
    padding: 14px 12px;
  }

  .lp-public-carton-dash .dxc-carton-dash-title {
    font-size: 1.1rem;
  }

  .lp-track-form-row {
    flex-direction: column;
  }

  .lp-track-submit {
    width: 100%;
  }

  .lp-track-hint-steps {
    grid-template-columns: 1fr;
  }

  .lp-track-cards {
    grid-template-columns: 1fr;
  }

  .lp-track-card:nth-child(odd) {
    border-left: none;
  }

  .lp-track-dl {
    grid-template-columns: 1fr;
  }

  .lp-track-result-banner {
    border-radius: 14px 14px 0 0;
    padding: 20px;
  }
}
