:root {
  --bg: #060b1f;
  --bg-deep: #020611;
  --site-page-bg: linear-gradient(135deg, var(--bg-deep), var(--bg) 35%, #081a46 80%);
  --card: rgba(12, 23, 58, 0.62);
  --stroke: rgba(255, 255, 255, 0.15);
  --text: #eaf1ff;
  --muted: #9eb0d8;
  --gold: #cfa24f;
  --blue: #2f75ff;
  --success: #46d6a9;
  --pending: #f6b65a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: var(--site-page-bg);
}

.background-glow {
  position: fixed;
  inset: -20% 20% auto -20%;
  width: 40rem;
  height: 40rem;
  background: radial-gradient(circle, rgba(41, 112, 255, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
  z-index: -1;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(8px);
  isolation: isolate;
}

.top-bar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.top-badge {
  font-size: 0.8rem;
  color: #d6e5ff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 2.5rem;
  flex-wrap: wrap;
  row-gap: 0.35rem;
}

.logo-image {
  height: 2.45rem;
  width: auto;
  max-width: min(12.75rem, 48vw);
  object-fit: contain;
  object-position: left center;
  display: block;
  flex-shrink: 1;
  min-width: 0;
  background: transparent;
  mix-blend-mode: lighten;
}

.logo-text {
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.15;
  color: var(--text);
}

.customer-top .logo-text {
  color: #fdf8ed;
}

.customer-top .top-badge {
  border-color: rgba(230, 200, 120, 0.38);
  color: #f5eed8;
}

.top-nav {
  display: flex;
  gap: 0.7rem;
}

.nav-btn {
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  cursor: pointer;
}

.nav-btn.active {
  border-color: rgba(207, 162, 79, 0.8);
  color: #ffe7b8;
}

main {
  padding: 2rem 3rem 3rem;
}

.view {
  display: none;
}

.view.active {
  display: block;
}

.hero-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: stretch;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #c8d8ff;
  font-size: 0.75rem;
  margin-bottom: 0.7rem;
}

.hero-copy h1 {
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  line-height: 1.15;
  margin: 0 0 0.9rem;
}

.subtitle {
  max-width: 42rem;
  color: var(--muted);
  line-height: 1.65;
}

.hero-heritage {
  margin: 1.1rem 0 0;
  max-width: 38rem;
  font-size: 0.92rem;
  line-height: 1.55;
  font-weight: 500;
  color: rgba(210, 222, 248, 0.82);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 2.25rem;
  margin-top: 1.65rem;
  margin-bottom: 0.25rem;
  max-width: 26rem;
}

.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.hero-stat-value {
  font-size: clamp(1.9rem, 3.5vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #f4f7ff;
}

.hero-stat-value--gold {
  color: #f2e6c5;
  text-shadow: 0 0 42px rgba(207, 162, 79, 0.22);
}

.hero-stat-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(200, 216, 255, 0.52);
}

.hero-partners {
  margin-top: 1.65rem;
  max-width: 38rem;
  padding: 1rem 1.15rem;
  border-radius: 0.65rem;
  background: var(--site-page-bg);
  background-attachment: fixed;
  border: 1px solid rgba(255, 255, 255, 0.06);
  isolation: isolate;
}

.hero-partners-heading {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(200, 216, 255, 0.52);
  margin: 0 0 0.85rem;
}

.hero-partners-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.35rem 2rem;
}

.partner-logo {
  height: 1.55rem;
  width: auto;
  max-width: 7rem;
  object-fit: contain;
  object-position: left center;
  opacity: 0.95;
  vertical-align: middle;
  mix-blend-mode: lighten;
}

.hero-partners-footnote {
  margin: 0.95rem 0 0;
  font-size: 0.76rem;
  line-height: 1.5;
  color: rgba(180, 198, 235, 0.52);
  max-width: 36rem;
}

.feature-pill-row {
  margin-top: 1.35rem;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.feature-pill {
  background: rgba(47, 117, 255, 0.18);
  border: 1px solid rgba(47, 117, 255, 0.4);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.84rem;
}

.perks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.8rem;
}

.perks article,
.glass-card,
.auth-card {
  border: 1px solid var(--stroke);
  border-radius: 1rem;
  background: var(--card);
  backdrop-filter: blur(15px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
}

.perks article {
  padding: 1rem;
}

.perks p {
  color: var(--muted);
  margin-bottom: 0;
  line-height: 1.5;
}

.auth-card {
  padding: 1.4rem;
  align-self: start;
  position: relative;
  overflow: hidden;
}

.auth-card h2 {
  margin-top: 0.2rem;
}

.antibot-hp {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.turnstile-wrap {
  margin: 0.85rem 0 0.35rem;
  min-height: 4px;
}

.auth-message {
  margin: 0.7rem 0 0;
  color: #ffb8b8;
  min-height: 1.1rem;
}

.login-success-overlay {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.35rem 1.1rem;
  background: rgba(4, 9, 26, 0.92);
  backdrop-filter: blur(12px);
  border-radius: inherit;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.32s ease, visibility 0.32s ease;
}

.login-success-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.login-success-inner {
  text-align: center;
  max-width: 15rem;
}

.login-success-icon {
  width: 3.85rem;
  height: 3.85rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: linear-gradient(155deg, #4ade80, #059669);
  color: #ffffff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 32px rgba(5, 150, 105, 0.5);
  transform: scale(0.55);
  opacity: 0;
}

.login-success-overlay.is-visible .login-success-icon {
  animation: loginVerifyPop 0.58s cubic-bezier(0.22, 1, 0.36, 1) forwards,
    loginVerifyGlow 0.95s ease-in-out 0.48s 2;
}

.login-success-check-path {
  stroke-dasharray: 22;
  stroke-dashoffset: 22;
}

.login-success-overlay.is-visible .login-success-check-path {
  animation: loginVerifyStroke 0.42s ease-out 0.1s forwards;
}

.login-success-title {
  margin: 0 0 0.3rem;
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: 0.01em;
  color: #ecfdf5;
  opacity: 0;
  transform: translateY(0.45rem);
}

.login-success-overlay.is-visible .login-success-title {
  animation: loginVerifyFadeUp 0.42s ease 0.32s forwards;
}

.login-success-sub {
  margin: 0;
  font-size: 0.82rem;
  color: #a7f3d0;
  opacity: 0;
  transform: translateY(0.35rem);
}

.login-success-overlay.is-visible .login-success-sub {
  animation: loginVerifyFadeUp 0.42s ease 0.46s forwards;
}

@keyframes loginVerifyPop {
  70% {
    transform: scale(1.06);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes loginVerifyGlow {
  0%,
  100% {
    box-shadow: 0 10px 32px rgba(5, 150, 105, 0.45);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(74, 222, 128, 0.2), 0 14px 42px rgba(5, 150, 105, 0.72);
  }
}

@keyframes loginVerifyStroke {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes loginVerifyFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .login-success-overlay {
    transition-duration: 0.15s;
  }

  .login-success-overlay.is-visible .login-success-icon {
    animation: none;
    opacity: 1;
    transform: scale(1);
  }

  .login-success-check-path {
    stroke-dashoffset: 0;
  }

  .login-success-overlay.is-visible .login-success-check-path {
    animation: none;
  }

  .login-success-overlay.is-visible .login-success-title,
  .login-success-overlay.is-visible .login-success-sub {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

form {
  display: grid;
  gap: 0.65rem;
}

input,
select {
  width: 100%;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(3, 10, 28, 0.7);
  color: var(--text);
  padding: 0.75rem 0.8rem;
}

button {
  border-radius: 0.65rem;
  border: 1px solid transparent;
  padding: 0.75rem 0.9rem;
  cursor: pointer;
  font-weight: 600;
}

.primary {
  background: linear-gradient(170deg, var(--gold), #f3cf88);
  color: #161d2d;
}

.secondary {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border-color: var(--stroke);
}

.small {
  width: fit-content;
  padding: 0.58rem 0.82rem;
  font-size: 0.84rem;
}

.trust-block {
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 0.8rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}

.panel-header h2 {
  margin: 0;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.glass-card {
  padding: 1.1rem;
}

.balance {
  font-size: 2rem;
  color: #ffe7b8;
  margin: 0.5rem 0 0.35rem;
}

.muted {
  color: var(--muted);
}

ul {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.55rem;
}

.table-card {
  margin-top: 1rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  text-align: left;
  padding: 0.7rem 0.45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

th {
  font-weight: 600;
  color: #d7e4ff;
}

.tag {
  display: inline-block;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-size: 0.75rem;
}

.tag.success {
  background: rgba(70, 214, 169, 0.2);
  color: var(--success);
}

.tag.pending {
  background: rgba(246, 182, 90, 0.2);
  color: var(--pending);
}

.admin-docs-scroll {
  overflow-x: auto;
  margin-top: 0.5rem;
}

.admin-docs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.84rem;
}

.admin-docs-table th,
.admin-docs-table td {
  padding: 0.55rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: top;
}

.admin-docs-table th {
  color: #d7e4ff;
  font-weight: 600;
}

.admin-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.edit-account-message {
  margin: 0.55rem 0 0;
  min-height: 1.25em;
  font-size: 0.84rem;
}

.admin-tx-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.admin-tx-row {
  display: grid;
  grid-template-columns: minmax(6rem, 8rem) 1fr minmax(6rem, 8rem) auto;
  gap: 0.5rem;
  align-items: end;
  padding: 0.65rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 24, 56, 0.25);
}

.admin-tx-row .tx-meta {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.3;
  align-self: center;
}

.admin-tx-add {
  display: grid;
  grid-template-columns: 1fr minmax(6rem, 8rem) auto;
  gap: 0.5rem;
  align-items: end;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 720px) {
  .admin-tx-row {
    grid-template-columns: 1fr;
  }

  .admin-tx-add {
    grid-template-columns: 1fr;
  }
}

.art-module h3 {
  margin-top: 0;
}

.art-module h4 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.art-module-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 1.25rem;
  align-items: start;
  margin-bottom: 1.25rem;
}

.art-module-lead {
  margin: 0.35rem 0 0;
  max-width: 40rem;
  line-height: 1.45;
}

.art-reference-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.art-ref-card {
  margin: 0;
  background: rgba(8, 24, 56, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.65rem;
  overflow: hidden;
}

.art-ref-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 9.5rem;
  object-fit: cover;
  object-position: center top;
}

.art-ref-card figcaption {
  padding: 0.4rem 0.55rem 0.55rem;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.35;
}

.art-toolbar {
  padding: 0.85rem 0 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1rem;
}

.art-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1rem;
  margin-top: 0.65rem;
  align-items: end;
}

.art-form-span2 {
  grid-column: span 2;
}

.art-form-actions {
  grid-column: span 2;
  display: flex;
  justify-content: flex-end;
}

.art-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 1rem;
  align-items: start;
}

.art-cases-grid {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.art-case-card {
  text-align: left;
  width: 100%;
  border-radius: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 24, 56, 0.28);
  padding: 0.75rem 0.85rem;
  color: inherit;
  font: inherit;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.art-case-card:hover {
  border-color: rgba(255, 255, 255, 0.28);
}

.art-case-card--active {
  border-color: rgba(100, 168, 255, 0.65);
  background: rgba(12, 40, 88, 0.45);
}

.art-case-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
}

.art-case-id {
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
}

.art-case-asset {
  margin: 0.45rem 0 0.25rem;
  font-size: 0.86rem;
  line-height: 1.35;
}

.art-case-meta {
  margin: 0.15rem 0 0;
  font-size: 0.78rem;
}

.art-empty {
  margin: 0.25rem 0;
}

.art-detail {
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 18, 44, 0.45);
  padding: 1rem 1rem 1.1rem;
}

.art-detail-head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 0.85rem;
}

.art-status-tag {
  flex-shrink: 0;
  white-space: nowrap;
}

.art-status-tag--neutral {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
}

.art-map-panel {
  margin-bottom: 1rem;
}

.art-map-caption {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
}

.art-map-host {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.art-schematic-svg {
  display: block;
  width: 100%;
  height: auto;
}

.art-timeline {
  margin-bottom: 1rem;
}

.art-timeline-track {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
}

.art-timeline-step {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  padding: 0.25rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.55);
}

.art-timeline-step--done {
  border-color: rgba(70, 214, 169, 0.35);
  color: rgba(190, 255, 220, 0.95);
  background: rgba(70, 214, 169, 0.12);
}

.art-timeline-step--current {
  border-color: rgba(246, 182, 90, 0.55);
  color: #ffe8c8;
  background: rgba(246, 182, 90, 0.15);
}

.art-timeline-dot {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.85;
}

.art-timeline-label {
  max-width: 11rem;
  line-height: 1.25;
}

.art-timeline-caption {
  margin: 0.5rem 0 0;
  font-size: 0.78rem;
}

.art-stage-form label {
  display: block;
  margin-top: 0.55rem;
}

.art-stage-form label:first-child {
  margin-top: 0;
}

.art-stage-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-top: 0.35rem;
}

.art-stage-row select {
  flex: 1;
  min-width: 12rem;
}

.art-detail-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem 0.75rem;
  margin-top: 0.5rem;
}

@media (max-width: 960px) {
  .art-module-header {
    grid-template-columns: 1fr;
  }

  .art-reference-strip {
    grid-template-columns: 1fr 1fr;
  }

  .art-split {
    grid-template-columns: 1fr;
  }

  .art-form-grid {
    grid-template-columns: 1fr;
  }

  .art-form-span2,
  .art-form-actions {
    grid-column: span 1;
  }

  .art-detail-fields {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .art-reference-strip {
    grid-template-columns: 1fr;
  }
}

.single-card {
  grid-template-columns: 1fr;
  justify-items: center;
}

.single-card .auth-card {
  width: min(100%, 32rem);
}

.customer-view {
  color: #0c1f4a;
}

.customer-view .panel-header h2,
.customer-view h3,
.customer-view p,
.customer-view li,
.customer-view span,
.customer-view strong {
  color: #1f2c4c;
}

.customer-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
}

.customer-main {
  background: #f4f7fc;
  border-radius: 0.8rem;
  padding: 1rem;
  border: 1px solid #d7deeb;
}

.rewards-panel {
  position: sticky;
  top: 1rem;
  height: fit-content;
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
}

.customer-heading {
  margin-bottom: 0.75rem;
}

.customer-heading h2 {
  font-size: 2rem;
  font-weight: 700;
}

.customer-top {
  background: #092552;
  color: #fff;
}

.banking-panel,
.transactions-panel,
.wire-panel {
  background: #ffffff;
  border-radius: 0.7rem;
  border: 1px solid #d9e0ee;
  margin-bottom: 0.85rem;
}

.deposit-check-panel label {
  display: block;
  margin-top: 0.65rem;
  margin-bottom: 0.2rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #1f2c4c;
}

.deposit-check-panel input[type="file"] {
  width: 100%;
  max-width: 100%;
  font-size: 0.8rem;
}

.deposit-intro {
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #617291;
}

.deposit-file-name {
  margin: 0.15rem 0 0;
  min-height: 1.1em;
  font-size: 0.78rem;
  color: #4a6088;
}

.deposit-hint {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  line-height: 1.35;
}

.deposit-status {
  margin: 0.65rem 0 0.35rem;
  min-height: 1.2em;
  font-size: 0.84rem;
  font-weight: 600;
  color: #166534;
}

.customer-view .deposit-status {
  color: #166534;
}

.deposit-check-panel button[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

.documents-panel h3 {
  margin-top: 0;
}

.documents-intro {
  margin: 0 0 0.85rem;
  font-size: 0.86rem;
  line-height: 1.5;
}

.car-panel h3 {
  margin-top: 0;
}

.car-intro {
  margin: 0 0 0.75rem;
  font-size: 0.86rem;
  line-height: 1.5;
}

.car-message {
  margin: 0 0 0.65rem;
  min-height: 1.2em;
}

.car-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.car-case-card {
  border: 1px solid #d9e0ee;
  border-radius: 0.75rem;
  background: #fbfcff;
  padding: 1rem 1.05rem;
  box-shadow: 0 4px 14px rgba(15, 35, 95, 0.05);
}

.car-case-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.car-case-id {
  font-weight: 800;
  font-size: 0.88rem;
  color: #0f234f;
  letter-spacing: 0.03em;
}

.car-case-asset {
  margin: 0.35rem 0 0;
  font-size: 0.88rem;
  line-height: 1.4;
  color: #1f2c4c;
}

.car-track-wrap {
  margin: 0 0 0.95rem;
  padding: 0.85rem 0.75rem 0.65rem;
  border-radius: 0.55rem;
  border: 1px solid #d0d7e6;
  background: #fff;
}

.car-vt {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.car-vt-row {
  display: grid;
  grid-template-columns: minmax(4.75rem, 5.5rem) 1.5rem 1fr;
  gap: 0 0.65rem;
  align-items: stretch;
  min-height: 4.25rem;
}

.car-vt-date {
  font-size: 0.72rem;
  font-weight: 500;
  color: #3d4d6f;
  padding-top: 0.65rem;
  line-height: 1.3;
}

.car-vt-axis {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100%;
}

.car-vt-seg--up,
.car-vt-seg--down {
  width: 3px;
  flex: 1 1 0.65rem;
  min-height: 0.65rem;
  border-radius: 2px;
  background: #d4dbe8;
  transition: background 0.15s ease;
}

.car-vt-seg--up.is-active,
.car-vt-seg--down.is-active {
  background: linear-gradient(180deg, #e8c04a 0%, #cfa24f 100%);
}

.car-vt-node {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d4dbe8;
  background: #f4f6fb;
  color: #8a96ae;
}

.car-vt-node--future {
  background: #fff;
  border-color: #cfd6e4;
}

.car-vt-node--done {
  border-color: #cfa24f;
  background: #cfa24f;
  color: #fff;
}

.car-vt-node--current {
  border-color: #b8892a;
  background: #f4e8c4;
  color: #6b4f0a;
  box-shadow: 0 0 0 3px rgba(207, 162, 79, 0.25);
}

.car-vt-node .car-ico-check,
.car-vt-node .car-ico-truck {
  width: 0.72rem;
  height: 0.72rem;
  display: block;
}

.car-vt-card {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  padding: 0.45rem 0 0.85rem;
  border-bottom: 1px solid #e8ecf4;
}

.car-vt-card--muted .car-vt-icon-box {
  opacity: 0.5;
}

.car-vt-card--muted .car-vt-status {
  color: #617291;
}

.car-vt-row:last-child .car-vt-card {
  border-bottom: none;
  padding-bottom: 0.15rem;
}

.car-vt-icon-box {
  flex-shrink: 0;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.45rem;
  border: 1px solid #d9e0ee;
  background: linear-gradient(145deg, #f8fafc 0%, #eef2fa 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2f4a7a;
}

.car-vt-icon-box .car-ico-truck {
  width: 1.15rem;
  height: 1.15rem;
}

.car-vt-card-main {
  min-width: 0;
  flex: 1;
}

.car-vt-status {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0f234f;
  line-height: 1.35;
}

.car-vt-time {
  margin: 0.2rem 0 0;
  font-size: 0.72rem;
  font-weight: 500;
  color: #5c6b88;
}

.car-vt-time--muted {
  color: #8b96ab;
  font-size: 0.7rem;
}

@media (max-width: 520px) {
  .car-vt-row {
    grid-template-columns: minmax(3.5rem, 4.25rem) 1.35rem 1fr;
    gap: 0 0.45rem;
  }

  .car-vt-date {
    font-size: 0.66rem;
  }

  .car-vt-status {
    font-size: 0.62rem;
  }
}

.car-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 1rem;
  font-size: 0.82rem;
  color: #1f2c4c;
}

.car-details-grid p {
  margin: 0.2rem 0 0;
  line-height: 1.35;
}

.car-dt {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #617291;
}

.car-span2 {
  grid-column: span 2;
}

@media (max-width: 520px) {
  .car-details-grid {
    grid-template-columns: 1fr;
  }

  .car-span2 {
    grid-column: span 1;
  }
}

.doc-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin: 0 0 1.1rem;
  padding: 0;
  list-style: none;
}

.doc-step {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9eb0d8;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  border: 1px solid #d9e0ee;
  background: #f4f6fb;
}

.doc-step.is-active {
  color: #0a2d63;
  border-color: #2f75ff;
  background: rgba(47, 117, 255, 0.12);
}

.doc-step.is-done {
  color: #166534;
  border-color: rgba(22, 101, 52, 0.35);
  background: rgba(22, 101, 52, 0.08);
}

.doc-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (max-width: 640px) {
  .doc-category-grid {
    grid-template-columns: 1fr;
  }
}

.doc-category-card {
  text-align: left;
  padding: 1rem 1.05rem;
  border-radius: 0.65rem;
  border: 1px solid #d9e0ee;
  background: #fbfcff;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.doc-category-card:hover {
  border-color: #2f75ff;
  box-shadow: 0 6px 18px rgba(15, 35, 95, 0.08);
}

.doc-category-title {
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f234f;
}

.doc-category-desc {
  font-size: 0.8rem;
  line-height: 1.45;
  color: #617291;
}

.doc-flow-toolbar {
  margin-bottom: 0.75rem;
}

.doc-type-heading {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: #0f234f;
}

.doc-type-sub {
  margin: 0 0 0.85rem;
  font-size: 0.84rem;
}

.doc-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

@media (max-width: 640px) {
  .doc-type-grid {
    grid-template-columns: 1fr;
  }
}

.doc-type-card {
  text-align: left;
  padding: 0.85rem 0.95rem;
  border-radius: 0.55rem;
  border: 1px solid #d9e0ee;
  background: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  transition: border-color 0.15s ease;
}

.doc-type-card:hover {
  border-color: #cfa24f;
}

.doc-type-title {
  font-weight: 700;
  font-size: 0.88rem;
  color: #0f234f;
}

.doc-type-desc {
  font-size: 0.78rem;
  line-height: 1.4;
  color: #617291;
}

.doc-upload-layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 1.25rem;
  align-items: start;
}

@media (max-width: 900px) {
  .doc-upload-layout {
    grid-template-columns: 1fr;
  }
}

.doc-upload-title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
}

.doc-upload-lead {
  margin: 0 0 0.65rem;
  font-size: 0.84rem;
}

.doc-formats-label {
  font-size: 0.8rem;
  margin: 0 0 0.65rem;
  color: #3d4f73;
}

.doc-instruction-steps {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.doc-instruction-steps li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #3d4f73;
}

.doc-step-num {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: rgba(47, 117, 255, 0.15);
  color: #1a3a8a;
  font-weight: 800;
  font-size: 0.72rem;
  display: grid;
  place-items: center;
}

.doc-visual-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #617291;
  margin: 0 0 0.45rem;
}

.doc-visual-card {
  border: 1px dashed #c5cee0;
  border-radius: 0.55rem;
  padding: 0.65rem;
  margin-bottom: 0.75rem;
  background: #f8f9fd;
}

.doc-guide-svg {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto 0.5rem;
}

.doc-visual-caption {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #617291;
  text-align: center;
}

.document-dropzone {
  border: 2px dashed #9eb0d8;
  border-radius: 0.6rem;
  padding: 1.25rem 1rem;
  text-align: center;
  cursor: pointer;
  background: #fff;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.document-dropzone.is-dragover {
  border-color: #2f75ff;
  background: rgba(47, 117, 255, 0.06);
}

.doc-drop-primary {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #0f234f;
}

.doc-drop-link {
  color: #2f75ff;
  text-decoration: underline;
}

.doc-drop-hint {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
}

.document-preview {
  margin-top: 0.75rem;
}

.doc-preview-img {
  max-width: 100%;
  max-height: 220px;
  border-radius: 0.45rem;
  border: 1px solid #d9e0ee;
}

.doc-preview-pdf {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.45rem;
  background: #f4f6fb;
  border: 1px solid #d9e0ee;
  font-size: 0.84rem;
}

.doc-pdf-badge {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #7c2d12;
  background: #ffedd5;
  padding: 0.2rem 0.45rem;
  border-radius: 0.25rem;
}

.doc-notes-label {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #1f2c4c;
}

.doc-notes {
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.5rem 0.65rem;
  border-radius: 0.45rem;
  border: 1px solid #d9e0ee;
  font-family: inherit;
  font-size: 0.84rem;
  resize: vertical;
}

.doc-upload-actions {
  margin-top: 0.85rem;
}

.doc-upload-status {
  min-height: 1.2em;
  font-size: 0.84rem;
  font-weight: 600;
  color: #b45309;
  margin: 0.5rem 0 0;
}

.doc-recent-wrap {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e8ecf4;
}

.doc-recent-title {
  margin: 0 0 0.5rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #0f234f;
}

.doc-recent-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.doc-recent-list li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.8rem;
  color: #3d4f73;
}

.doc-recent-date {
  color: #9eb0d8;
  flex-shrink: 0;
}

.doc-success-card {
  text-align: center;
  padding: 1.25rem 1rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(22, 101, 52, 0.25);
  background: rgba(22, 101, 52, 0.06);
}

.doc-success-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 0.65rem;
  border-radius: 999px;
  background: #166534;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.doc-success-title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: #0f234f;
}

.doc-success-meta {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
}

.doc-success-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.banking-header {
  background: #0c1f3d;
  color: #fff;
  border-radius: 0.7rem 0.7rem 0 0;
  padding: 0.85rem 0.65rem 0.95rem;
  display: block;
}

.banking-header h3 {
  color: #fff;
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
}

.banking-actions {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.2rem;
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
  padding: 0.1rem 0 0.15rem;
}

.banking-actions::-webkit-scrollbar {
  height: 4px;
}

.banking-actions::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.bank-tab {
  flex: 1 1 0;
  min-width: 3.35rem;
  max-width: 6.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.45rem;
  padding: 0.35rem 0.2rem 0.45rem;
  border: none;
  border-radius: 0.55rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.64rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.bank-tab:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.bank-tab:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.bank-tab-label {
  display: block;
  max-width: 5.75rem;
  text-align: center;
  text-wrap: balance;
}

.bank-tab-icon {
  width: 1.55rem;
  height: 1.55rem;
  flex-shrink: 0;
}

.bank-tab.active {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.customer-view .banking-header h3 {
  color: #fff;
}

.customer-view .bank-tab {
  color: rgba(255, 255, 255, 0.88);
}

.customer-view .bank-tab.active {
  color: #fff;
}

.customer-view .bank-tab .bank-tab-label {
  color: inherit;
}

.bank-content-panel {
  display: none;
}

.bank-content-panel.active {
  display: block;
}

.bank-account-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.account-name {
  margin: 0;
  font-weight: 700;
}

.account-meta {
  margin: 0.2rem 0 0;
  color: #617291;
  font-size: 0.86rem;
}

.account-balance {
  margin: 0;
  background: #1f4e93;
  color: #fff !important;
  padding: 0.36rem 0.65rem;
  border-radius: 0.3rem;
  font-weight: 700;
}

.linked-accounts {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0.35rem 0 0.25rem;
}

.linked-account-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55rem 0.75rem;
  background: #f8fafc;
  border: 1px solid #dce4f0;
  border-radius: 0.5rem;
  font-size: 0.84rem;
}

.linked-account-row .linked-label {
  margin: 0;
  font-weight: 600;
  color: #1f2c4c;
}

.linked-account-row .linked-meta {
  margin: 0.12rem 0 0;
  font-size: 0.78rem;
  color: #617291;
}

.linked-right {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.linked-balance {
  font-weight: 700;
  font-size: 0.82rem;
  color: #1f4e93;
  white-space: nowrap;
}

.linked-pill {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #166534;
  background: rgba(34, 197, 94, 0.15);
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
}

.transactions-panel,
.wire-panel {
  padding: 1rem;
}

.transactions-panel h3,
.wire-panel h3 {
  margin-top: 0;
}

.transaction-list {
  display: grid;
  gap: 0.6rem;
}

.transaction-item {
  border: 1px solid #dbe3ef;
  border-radius: 0.55rem;
  background: #f8fbff;
  padding: 0.65rem 0.8rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.tx-title {
  margin: 0;
  font-weight: 600;
}

.tx-date {
  margin: 0.15rem 0 0;
  font-size: 0.82rem;
  color: #64779b !important;
}

.tx-right {
  text-align: right;
}

.tx-amount {
  margin: 0.25rem 0 0;
  font-weight: 700;
}

.empty-transactions {
  text-align: center;
  color: #6f7f9d !important;
  margin: 1.2rem 0;
}

.rewards-panel-shell {
  background: #fff;
  border: 1px solid #d9e0ee;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(15, 35, 95, 0.06);
}

.rewards-panel-head {
  background: #0a2d63;
  padding: 0.78rem 1rem;
}

.rewards-panel-head h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.rewards-panel-body {
  position: relative;
  padding: 1rem 1rem 1.15rem;
  background: #fff;
}

.reward-toast {
  margin-bottom: 0.75rem;
  padding: 0.55rem 0.75rem;
  border-radius: 0.45rem;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  animation: reward-toast-in 0.22s ease;
}

.reward-toast[hidden] {
  display: none !important;
}

@keyframes reward-toast-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.points-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.85rem;
  font-size: 0.88rem;
  color: #1f2c4c;
}

.reward-points-balance {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f234f;
}

.reward-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.dark-btn,
.light-btn {
  border-radius: 0.45rem;
  padding: 0.58rem 0.5rem;
  font-weight: 600;
  font-size: 0.82rem;
  border: 1px solid #d6e0f0;
  cursor: pointer;
}

.dark-btn {
  background: #0b2d62;
  color: #fff;
  border-color: #0b2d62;
}

.dark-btn:hover {
  background: #09254f;
}

.light-btn {
  background: #eef2f8;
  color: #1f3d70;
  border-color: #d6dde8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

.light-btn:hover {
  background: #e4eaf4;
}

.reward-more-btn .reward-chev {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 400;
  opacity: 0.85;
}

.reward-section-title {
  margin: 0 0 0.55rem;
  font-weight: 700;
  font-size: 0.88rem;
  color: #0f234f;
}

.reward-section-title--alerts {
  margin-top: 1.05rem;
}

.redemption-grid {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.redemption-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.72rem 0.78rem;
  border-radius: 0.45rem;
  border: 1px solid #d9e2ef;
  background: #fafbfd;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.redemption-card:hover {
  border-color: #c5d2e8;
}

.redemption-card:focus-visible {
  outline: 2px solid #2f75ff;
  outline-offset: 2px;
}

.redemption-card--selected {
  border-color: #7eb8ff;
  background: #f5f9ff;
  box-shadow: 0 0 0 1px rgba(47, 117, 255, 0.12);
}

.redemption-card-inner {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.redemption-card-title {
  font-size: 0.84rem;
  font-weight: 700;
  color: #0f234f;
}

.redemption-card-desc {
  font-size: 0.72rem;
  line-height: 1.35;
  color: #5c6b88;
}

.redemption-redeem-btn {
  flex-shrink: 0;
  border: none;
  background: transparent;
  padding: 0.35rem 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #2f75ff;
  cursor: pointer;
  border-radius: 0.35rem;
}

.redemption-redeem-btn:hover {
  text-decoration: underline;
  background: rgba(47, 117, 255, 0.06);
}

.featured-deals-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
}

.featured-deals-title {
  margin-bottom: 0;
}

.featured-deals-arrows {
  display: flex;
  gap: 0.25rem;
}

.deal-arrow {
  width: 1.65rem;
  height: 1.65rem;
  padding: 0;
  border-radius: 0.35rem;
  border: 1px solid #d9e2ef;
  background: #f5f8fc;
  color: #3d4d6f;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.deal-arrow:hover {
  background: #e8eef8;
  border-color: #c5d2e8;
}

.featured-deals-track {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin-bottom: 0.25rem;
  overflow: hidden;
  scroll-behavior: smooth;
}

.deal-card--featured {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #d9e2ef;
  border-radius: 0.5rem;
  background: #fff;
  min-width: 0;
}

.deal-card-media--tall {
  position: relative;
  width: 100%;
  height: 4.25rem;
  background: #dbe4f2;
}

.deal-card-media--tall img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.deal-card-copy {
  padding: 0.55rem 0.6rem 0.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  flex: 1;
}

.deal-card-headline {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f234f;
}

.deal-card-meta {
  margin: 0;
  font-size: 0.65rem;
  color: #6b7a96;
  line-height: 1.3;
}

.deal-card-cta {
  margin-top: 0.4rem;
  align-self: flex-start;
  padding: 0.28rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 700;
  border-radius: 0.35rem;
  border: 1px solid #c5d2e8;
  background: #f5f8fc;
  color: #0a2d63;
  cursor: pointer;
}

.deal-card-cta:hover {
  background: #e8eef8;
}

@media (max-width: 380px) {
  .featured-deals-track {
    grid-template-columns: 1fr;
  }
}

.alerts-list {
  padding-left: 1rem;
  margin: 0;
}

.alerts-list li.alert-item {
  transition: opacity 0.3s ease;
}

.alerts-list li.alert-item--dismissing {
  opacity: 0;
}

.card-status-row {
  border: 1px solid #d9e3f0;
  background: #f8fbff;
  border-radius: 0.55rem;
  padding: 0.8rem;
}

.card-status-label {
  margin: 0 0 0.35rem;
  font-size: 0.84rem;
  color: #617291 !important;
}

.card-status-pill {
  margin: 0;
  display: inline-block;
  background: #e8f1ff;
  color: #194b8f !important;
  border: 1px solid #bdd2f3;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  font-weight: 700;
}

.cards-page {
  padding: 1.25rem;
}

.cards-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 1.1rem;
  align-items: start;
}

.cards-main {
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 0.85rem;
  padding: 1.25rem 1.35rem;
}

.status-kicker {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: #7b8aa8 !important;
  font-weight: 700;
}

.status-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #2f6bff;
  box-shadow: 0 0 0 4px rgba(47, 107, 255, 0.15);
}

.status-title {
  margin: 0 0 1rem;
  font-size: clamp(1.6rem, 3.2vw, 2.35rem);
  line-height: 1.05;
  font-weight: 800;
}

#status-title-left {
  color: #13264d !important;
}

#status-title-right {
  color: #f39c12 !important;
  margin-left: 0.35rem;
}

.phase-track {
  margin-bottom: 0.85rem;
}

.phase-labels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.35rem;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #8a9ab8 !important;
  margin-bottom: 0.35rem;
}

.phase-labels span {
  text-align: center;
}

.phase-labels span.active {
  color: #f39c12 !important;
}

.phase-bar {
  height: 0.45rem;
  border-radius: 999px;
  background: #eef2f8;
  overflow: hidden;
}

.phase-fill {
  height: 100%;
  width: 45%;
  border-radius: 999px;
  background: linear-gradient(90deg, #f39c12, #ffb347);
  transition: width 0.25s ease;
}

.status-copy {
  margin: 0 0 1rem;
  color: #4b5b78 !important;
  line-height: 1.55;
  max-width: 38rem;
}

.status-copy strong {
  color: #13264d !important;
}

.physical-card {
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  background: radial-gradient(circle at 20% 20%, #2b5cff 0%, #0c1f4a 55%, #050b18 100%);
  color: #fff !important;
  box-shadow: 0 18px 40px rgba(12, 31, 74, 0.25);
  margin-bottom: 1rem;
}

.physical-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.4rem;
}

.physical-wave {
  width: 2.4rem;
  height: 1.1rem;
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.35));
  opacity: 0.9;
}

.physical-chip {
  width: 2.6rem;
  height: 1.9rem;
  border-radius: 0.35rem;
  background: linear-gradient(145deg, #f6d58a, #c9983b);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.physical-card-number {
  margin: 0 0 1rem;
  letter-spacing: 0.18em;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  color: #f5f8ff !important;
}

.physical-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 0.75rem;
}

#physical-card-name {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #f5f8ff !important;
}

.mc-logo {
  position: relative;
  width: 3rem;
  height: 1.9rem;
}

.mc-logo-physical {
  width: 3.2rem;
  height: 2rem;
}

.mc-circle {
  position: absolute;
  top: 0.1rem;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  opacity: 0.95;
}

.mc-red {
  left: 0;
  background: #eb001b;
}

.mc-orange {
  right: 0;
  background: #f79e1b;
  mix-blend-mode: screen;
}

.cards-side {
  display: grid;
  gap: 0.85rem;
}

.side-card {
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 0.85rem;
  padding: 1rem 1.05rem;
  box-shadow: 0 10px 24px rgba(15, 35, 75, 0.08);
}

.side-card-header {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.75rem;
}

.side-card-header.split {
  justify-content: space-between;
  align-items: baseline;
}

.side-card-header h4 {
  margin: 0;
  font-size: 0.95rem;
  color: #13264d !important;
}

.side-icon {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 0.35rem;
  background: #fff4e6;
  position: relative;
}

.side-icon.truck::before {
  content: "";
  position: absolute;
  inset: 0.25rem;
  border-radius: 0.2rem;
  border: 2px solid #f39c12;
}

.side-field {
  margin-bottom: 0.75rem;
}

.side-label {
  margin: 0 0 0.25rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: #8a9ab8 !important;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.pin {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #f39c12;
}

.side-value {
  margin: 0;
  color: #1f2c4c !important;
  font-weight: 600;
}

.verified-row {
  margin: 0.35rem 0 0;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #2f9c6d !important;
}

.check {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  border: 2px solid #2f9c6d;
  position: relative;
}

.check::after {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 0.12rem;
  width: 0.35rem;
  height: 0.55rem;
  border: solid #2f9c6d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.support-link {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  font-weight: 800;
  color: #f39c12 !important;
  text-decoration: none;
}

.faq-item {
  border-top: 1px solid #edf1f8;
  padding: 0.55rem 0;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: #1f2c4c !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "›";
  color: #f39c12;
  font-weight: 800;
  transform: rotate(90deg);
  display: inline-block;
}

.faq-item[open] summary::after {
  transform: rotate(-90deg);
}

.faq-item p {
  margin: 0.45rem 0 0;
  color: #5c6c86 !important;
  line-height: 1.45;
}

@media (max-width: 1050px) {
  .hero-grid,
  .card-grid,
  .perks,
  .admin-layout,
  .customer-layout,
  .cards-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    max-width: none;
  }

  .top-bar,
  main {
    padding-inline: 1rem;
  }

  .logo-image {
    height: 2.1rem;
    max-width: min(10.5rem, 56vw);
  }

  .top-nav {
    flex-wrap: wrap;
    justify-content: end;
  }
}
