:root {
  --home-bg: #eef3f8;
  --home-ink: #0f172a;
  --home-muted: #64748b;
  --home-panel: #ffffff;
  --home-primary: #122b5f;
  --home-primary-2: #0f766e;
  --home-accent: #e53c35;
  --home-line: #dbe5ef;
  --home-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

* {
  box-sizing: border-box;
}

html,
body.premium-home {
  max-width: 100%;
  overflow-x: hidden;
}

body.premium-home {
  background: var(--home-bg);
  color: var(--home-ink);
  font-family: var(--font-family-body);
  margin: 0;
}

.premium-home a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  background: rgba(15, 23, 42, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 26px;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 42px;
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand img,
.premium-footer img {
  height: 44px;
  width: auto;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 30px;
  margin-left: auto;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #fff;
}

.header-cta,
.button {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-family: var(--font-family-heading);
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
}

.header-cta {
  background: #fff;
  color: var(--home-primary);
}

.nav-toggle {
  display: none;
}

.hero-section {
  background: #0f172a;
  min-height: 760px;
  overflow: hidden;
  position: relative;
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.94), rgba(18, 43, 95, 0.84), rgba(15, 23, 42, 0.4)),
    url("../images/sliders/5.jpg") center/cover;
  inset: 0;
  position: absolute;
}

.hero-bg::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  inset: 0;
  opacity: 0.16;
  position: absolute;
}

.hero-shell {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 1fr) 430px;
  margin: 0 auto;
  max-width: 1280px;
  min-height: 760px;
  padding: 84px 24px;
  position: relative;
  z-index: 1;
}

.hero-copy {
  color: #fff;
  max-width: 760px;
  min-width: 0;
}

.eyebrow {
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.eyebrow span {
  background: var(--home-accent);
  border-radius: 99px;
  display: inline-flex;
  height: 8px;
  width: 28px;
}

.eyebrow.dark {
  color: var(--home-muted);
}

.hero-copy h1,
.section-heading h2,
.operations-section h2,
.cta-section h2 {
  font-size: clamp(42px, 6vw, 82px);
  letter-spacing: -0.06em;
  line-height: 0.96;
  margin: 0;
  overflow-wrap: anywhere;
}

.hero-copy h1 {
  color: #fff;
}

.hero-copy p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
  line-height: 1.7;
  margin: 24px 0 0;
  max-width: 660px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-actions.center {
  justify-content: center;
}

.button {
  border: 1px solid transparent;
  cursor: pointer;
}

.button-primary {
  background: var(--home-accent);
  color: #fff;
}

.button-primary:hover {
  background: #c92f29;
  color: #fff;
}

.button-ghost {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.button-ghost.dark {
  background: #fff;
  border-color: var(--home-line);
  color: var(--home-primary);
}

.trust-row {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
  padding-top: 26px;
}

.trust-row strong {
  color: #fff;
  display: block;
  font-family: var(--font-family-heading);
  font-size: 28px;
}

.trust-row span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tracking-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 18px;
  box-shadow: var(--home-shadow);
  min-width: 0;
  padding: 28px;
  width: 100%;
}

.card-topline {
  align-items: center;
  color: var(--home-primary-2);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.pulse-dot {
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.14);
  height: 10px;
  width: 10px;
}

.tracking-card h2 {
  color: var(--home-ink);
  font-size: 34px;
  letter-spacing: -0.04em;
  margin: 0;
}

.tracking-card p {
  color: var(--home-muted);
  line-height: 1.65;
  margin: 12px 0 22px;
}

.tracking-card label {
  color: var(--home-ink);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tracking-input-row {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 112px;
}

.tracking-input {
  background: #f8fafc;
  border: 1px solid var(--home-line);
  border-radius: 10px;
  color: var(--home-ink);
  font: 800 16px var(--font-family-heading);
  min-height: 52px;
  padding: 0 14px;
  width: 100%;
}

.tracking-preview {
  background: #0f172a;
  border-radius: 14px;
  margin-top: 24px;
  overflow: hidden;
  padding: 26px 22px;
}

.route-line {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
}

.route-line span {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  color: var(--home-primary);
  display: flex;
  height: 42px;
  justify-content: center;
}

.route-line strong {
  background: linear-gradient(90deg, #38bdf8, #22c55e);
  border-radius: 99px;
  display: block;
  height: 4px;
}

.tracking-preview-meta {
  color: rgba(255, 255, 255, 0.62);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: space-between;
  margin-top: 16px;
}

.metrics-strip,
.services-section,
.operations-section,
.cta-section {
  margin: 0 auto;
  max-width: 1280px;
  padding: 90px 24px;
}

.metrics-strip {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -58px;
  position: relative;
  z-index: 2;
}

.metric,
.service-card,
.ops-panel {
  background: var(--home-panel);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.metric {
  padding: 24px;
}

.metric span {
  color: var(--home-accent);
  display: block;
  font-family: var(--font-family-heading);
  font-weight: 900;
  margin-bottom: 20px;
}

.metric strong {
  color: var(--home-ink);
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

.metric p,
.section-heading p,
.service-card p,
.ops-copy p,
.cta-section p {
  color: var(--home-muted);
  line-height: 1.7;
  margin: 0;
}

.section-heading {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  margin-bottom: 34px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.section-heading h2,
.operations-section h2,
.cta-section h2 {
  color: var(--home-ink);
  font-size: clamp(34px, 4vw, 58px);
}

.section-heading p {
  font-size: 17px;
}

.service-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.service-card::after {
  background: linear-gradient(135deg, rgba(229, 60, 53, 0.1), rgba(15, 118, 110, 0.1));
  border-radius: 50%;
  content: "";
  height: 120px;
  position: absolute;
  right: -56px;
  top: -56px;
  width: 120px;
}

.service-card i {
  align-items: center;
  background: #edf4fb;
  border-radius: 12px;
  color: var(--home-primary);
  display: inline-flex;
  font-size: 22px;
  height: 52px;
  justify-content: center;
  margin-bottom: 28px;
  width: 52px;
}

.service-card h3 {
  color: var(--home-ink);
  font-size: 24px;
  margin: 0 0 12px;
}

.service-card a {
  color: var(--home-primary);
  display: inline-flex;
  font-weight: 900;
  margin-top: 22px;
}

.service-card.featured {
  background: var(--home-primary);
  color: #fff;
}

.service-card.featured h3,
.service-card.featured a {
  color: #fff;
}

.service-card.featured p {
  color: rgba(255, 255, 255, 0.72);
}

.service-card.featured i {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.ops-panel {
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.16), transparent 34%),
    linear-gradient(135deg, #101827, #122b5f);
  color: #fff;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) 420px;
  overflow: hidden;
  padding: 42px;
}

.ops-copy h2 {
  color: #fff;
  margin-bottom: 22px;
}

.ops-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  max-width: 620px;
}

.ops-copy ul {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
}

.ops-copy li {
  align-items: center;
  color: rgba(255, 255, 255, 0.86);
  display: flex;
  gap: 12px;
  font-weight: 800;
}

.ops-copy li i {
  color: #22c55e;
}

.ops-board {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 18px;
}

.ops-board-header,
.ops-row {
  align-items: center;
  display: flex;
}

.ops-board-header {
  justify-content: space-between;
  margin-bottom: 16px;
}

.ops-board-header span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ops-board-header strong {
  background: #166534;
  border-radius: 8px;
  color: #fff;
  padding: 7px 10px;
}

.ops-row {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  gap: 12px;
  padding: 14px;
}

.ops-row + .ops-row {
  margin-top: 10px;
}

.ops-row.active {
  background: rgba(255, 255, 255, 0.15);
}

.ops-icon {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  color: var(--home-primary);
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.ops-row div {
  min-width: 0;
}

.ops-row strong {
  color: #fff;
  display: block;
}

.ops-row p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.4;
  margin: 4px 0 0;
}

.ops-row small {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 900;
  margin-left: auto;
}

.cta-section {
  text-align: center;
}

.cta-section p {
  font-size: 17px;
  margin: 18px auto 0;
  max-width: 720px;
}

.premium-footer {
  align-items: center;
  background: #0f172a;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 40px 42px;
}

.premium-footer p {
  color: rgba(255, 255, 255, 0.62);
  margin: 12px 0 0;
}

.premium-footer nav {
  display: flex;
  gap: 24px;
}

.premium-footer a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

@media (max-width: 1020px) {
  .hero-shell,
  .ops-panel,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .metrics-strip,
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tracking-card,
  .ops-board {
    max-width: 560px;
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 14px;
    padding: 18px;
  }

  .nav-toggle {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    display: grid;
    gap: 5px;
    height: 42px;
    justify-items: center;
    margin-left: auto;
    width: 46px;
  }

  .nav-toggle span {
    background: #fff;
    border-radius: 99px;
    height: 2px;
    width: 18px;
  }

  .site-nav {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    width: 100%;
  }

  .site-nav.open {
    display: flex;
  }

  .header-cta {
    display: none;
  }

  .hero-section,
  .hero-shell {
    min-height: auto;
  }

  .hero-shell {
    gap: 34px;
    padding: 62px 16px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .hero-copy h1 {
    font-size: 38px;
    letter-spacing: -0.05em;
    line-height: 1.02;
  }

  .tracking-card h2 {
    font-size: 30px;
  }

  .trust-row,
  .metrics-strip,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .tracking-card,
  .ops-panel,
  .service-card,
  .metric {
    border-radius: 14px;
  }

  .tracking-input-row {
    grid-template-columns: 1fr;
  }

  .metrics-strip,
  .services-section,
  .operations-section,
  .cta-section {
    padding: 58px 16px;
  }

  .metrics-strip {
    margin-top: 0;
  }

  .ops-panel {
    padding: 24px;
  }

  .premium-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    padding: 34px 18px;
  }
}

.scan-sheet {
  inset: 0;
  position: fixed;
  z-index: 100;
}

.scan-sheet-backdrop {
  background: rgba(15, 23, 42, 0.68);
  inset: 0;
  position: absolute;
}

.scan-sheet-dialog {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.34);
  left: 50%;
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 32px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(520px, calc(100% - 32px));
}

.scan-sheet-dialog h2 {
  color: var(--home-ink);
  font-size: 30px;
  letter-spacing: -0.04em;
  margin: 0 0 8px;
}

.scan-sheet-dialog > p {
  color: var(--home-muted);
  margin: 0 0 24px;
}

.scan-viewport {
  background: #0f172a;
  border-radius: 12px;
  min-height: 280px;
  overflow: hidden;
  position: relative;
}

.scan-viewport video {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.scan-fallback {
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  display: grid;
  gap: 10px;
  inset: 0;
  justify-items: center;
  padding: 28px;
  position: absolute;
  text-align: center;
}

.scan-fallback i {
  color: var(--home-accent);
  font-size: 32px;
}

.scan-fallback strong {
  color: #fff;
}

.scan-hint {
  color: var(--home-primary);
  font-size: 13px;
  font-weight: 800;
  margin: 12px 0 0;
  text-align: center;
}
