/* ═══════════════════════════════════════════
   GLOBORD — Stylesheet
   ═══════════════════════════════════════════ */

:root {
  --primary:      #0A2342;
  --primary-light:#0d2e55;
  --accent:       #F5A623;
  --accent-dark:  #D4891A;
  --light:        #F4F7FC;
  --white:        #FFFFFF;
  --text:         #2D3748;
  --muted:        #718096;
  --success:      #38A169;
  --border:       #E2E8F0;
  --uk-blue:      #003087;
  --china-red:    #B22222;
  --nigeria-green:#006400;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
}

/* ─── BRAND ─── */
.brand-glob   { color: var(--primary); }
.brand-ord    { color: var(--primary); }
.brand-glob-w { color: #ffffff; }
.brand-ord-w  { color: #ffffff; }
.brand-dot    { color: var(--accent); }
.text-accent  { color: var(--accent); }

/* ─── TOP BAR ─── */
.top-bar {
  background: var(--primary);
  color: rgba(255,255,255,0.88);
  font-size: 0.81rem;
  padding: 8px 0;
}

.top-bar a {
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  transition: color 0.2s;
}

.top-bar a:hover { color: var(--accent); }

.tb-divider {
  margin: 0 12px;
  opacity: 0.35;
}

.top-bar-right {
  cursor: default;
  font-size: 0.81rem;
  opacity: 0.8;
}

/* ─── NAVBAR ─── */
#mainNav {
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s;
  padding: 14px 0;
  z-index: 1040;
}

#mainNav.scrolled {
  box-shadow: 0 2px 24px rgba(10, 35, 66, 0.1);
}

.navbar-brand {
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: -1px;
  text-decoration: none;
}

.nav-link {
  color: var(--text) !important;
  font-weight: 500;
  font-size: 0.88rem;
  padding: 6px 12px !important;
  transition: color 0.2s;
  border-radius: 6px;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary) !important;
  background: var(--light);
}

/* ─── BUTTONS ─── */
.btn-accent {
  background: var(--accent);
  color: var(--primary);
  font-weight: 700;
  border: 2px solid var(--accent);
  transition: all 0.2s;
}

.btn-accent:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 166, 35, 0.45);
}

.btn-ghost {
  background: transparent;
  color: rgba(255,255,255,0.9);
  border: 2px solid rgba(255,255,255,0.55);
  font-weight: 600;
  transition: all 0.2s;
}

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

.btn-outline-navy {
  color: var(--primary) !important;
  border: 1.5px solid var(--primary) !important;
  font-weight: 600;
  font-size: 0.875rem;
  background: transparent;
  transition: all 0.2s;
}

.btn-outline-navy:hover {
  background: var(--primary) !important;
  color: #fff !important;
}

.btn-navy {
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  border: 2px solid var(--primary);
  transition: all 0.2s;
}

.btn-navy:hover {
  background: var(--primary-light);
  border-color: var(--primary-light);
  color: #fff;
  transform: translateY(-1px);
}

/* ─── SECTION HELPERS ─── */
.py-section { padding: 90px 0; }

.section-light { background: var(--light); }
.section-white { background: #fff; }

.section-badge {
  display: inline-block;
  background: rgba(245, 166, 35, 0.13);
  color: var(--accent-dark);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
  border: 1px solid rgba(245, 166, 35, 0.2);
}

.section-title {
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 12px;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.025rem;
  color: var(--muted);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ═══════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════ */
.hero-section {
  background: var(--primary);
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.hero-bg-pattern {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 40px,
      rgba(255,255,255,0.018) 40px,
      rgba(255,255,255,0.018) 80px
    );
  pointer-events: none;
}

.hero-container {
  min-height: calc(100vh - 114px);
  display: flex;
  align-items: center;
  padding-bottom: 60px;
}

.hero-badge {
  display: inline-block;
  background: rgba(245, 166, 35, 0.14);
  color: var(--accent);
  border: 1px solid rgba(245, 166, 35, 0.3);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 22px;
}

.hero-title {
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.13;
  margin-bottom: 22px;
  letter-spacing: -0.5px;
}

.hero-subtitle {
  color: rgba(255,255,255,0.78);
  font-size: 1.075rem;
  max-width: 520px;
  margin-bottom: 36px;
  line-height: 1.75;
}

.hero-subtitle strong { color: #fff; }

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* ─── ADDRESS CARD ─── */
.address-card {
  background: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 340px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.08);
  transform: rotate(1.5deg);
  transition: transform 0.3s;
}

.address-card:hover { transform: rotate(0deg) translateY(-4px); }

.address-card-header {
  background: var(--primary-light);
  color: #fff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  font-size: 1.15rem;
  font-weight: 900;
  gap: 8px;
}

.address-card-body {
  padding: 22px 20px 18px;
}

.address-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--muted);
  margin-bottom: 14px;
  font-weight: 600;
}

.address-line {
  font-size: 0.93rem;
  color: var(--text);
  margin-bottom: 4px;
  line-height: 1.55;
}

.address-card-footer {
  background: var(--light);
  padding: 13px 20px;
  display: flex;
  align-items: center;
  font-size: 0.82rem;
  color: var(--primary);
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  border-top: 1px solid var(--border);
  user-select: none;
}

.address-card-footer:hover { background: #e8edf5; }

/* ─── HERO STATS ─── */
.hero-stats {
  background: rgba(0,0,0,0.22);
  border-top: 1px solid rgba(255,255,255,0.09);
  padding: 30px 0;
  margin-top: 20px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.stat-item:last-child { border-right: none; }

.stat-number {
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.5px;
}

.stat-label {
  font-size: 0.76rem;
  color: rgba(255,255,255,0.65);
  margin-top: 5px;
  font-weight: 500;
}

/* ═══════════════════════════════════════════
   HOW IT WORKS
   ═══════════════════════════════════════════ */
.step-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 22px 24px;
  text-align: center;
  border: 1px solid var(--border);
  height: 100%;
  transition: transform 0.25s, box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}

.step-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  opacity: 0;
  transition: opacity 0.25s;
}

.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 44px rgba(10, 35, 66, 0.1);
}

.step-card:hover::before { opacity: 1; }

.step-number {
  font-size: 3.2rem;
  font-weight: 900;
  color: rgba(10, 35, 66, 0.055);
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -2px;
}

.step-icon {
  font-size: 1.9rem;
  color: var(--accent);
  margin-bottom: 14px;
  background: rgba(245, 166, 35, 0.1);
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  transition: background 0.25s, color 0.25s;
}

.step-card:hover .step-icon {
  background: var(--primary);
  color: #fff;
}

.step-title {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
  font-size: 1.025rem;
}

.step-desc {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

/* ═══════════════════════════════════════════
   SHIPPING ROUTES
   ═══════════════════════════════════════════ */
.route-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--border);
}

.route-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.13);
}

.route-header {
  padding: 20px 22px 18px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.route-header-uk      { background: var(--uk-blue); }
.route-header-china   { background: var(--china-red); }
.route-header-nigeria { background: var(--nigeria-green); }

.route-header-icon {
  font-size: 1.5rem;
  opacity: 0.9;
  margin-top: 2px;
  flex-shrink: 0;
}

.route-header-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 8px;
  opacity: 0.85;
}

.route-origin-badge {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 0.88rem;
  font-weight: 600;
}

.route-body {
  flex: 1;
  background: #fff;
}

.route-item {
  display: flex;
  align-items: center;
  padding: 13px 20px;
  border-bottom: 1px solid var(--border);
  gap: 12px;
  transition: background 0.15s;
}

.route-item:last-child { border-bottom: none; }
.route-item:hover { background: var(--light); }

.route-flags {
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--muted);
  flex-shrink: 0;
  min-width: 74px;
}

.route-arrow {
  font-size: 0.7rem;
  color: var(--muted);
}

.route-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  flex: 1;
}

.route-check {
  color: var(--success);
  font-size: 1.05rem;
  flex-shrink: 0;
}

.route-footer {
  padding: 16px 20px;
  background: var(--light);
  border-top: 1px solid var(--border);
}

.btn-route {
  display: block;
  width: 100%;
  padding: 10px 16px;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}

.btn-route:hover {
  opacity: 0.88;
  color: #fff;
  transform: translateY(-1px);
}

.btn-route-uk      { background: var(--uk-blue); }
.btn-route-china   { background: var(--china-red); }
.btn-route-nigeria { background: var(--nigeria-green); }

/* ═══════════════════════════════════════════
   SERVICES
   ═══════════════════════════════════════════ */
.service-card {
  background: #fff;
  border-radius: 14px;
  padding: 26px 20px 22px;
  border: 1px solid var(--border);
  height: 100%;
  text-align: center;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(10, 35, 66, 0.1);
  border-color: var(--accent);
}

.service-icon {
  font-size: 1.7rem;
  color: var(--primary);
  background: rgba(10, 35, 66, 0.06);
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  transition: background 0.25s, color 0.25s;
}

.service-card:hover .service-icon {
  background: rgba(245, 166, 35, 0.15);
  color: var(--accent-dark);
}

.service-title {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
  font-size: 0.95rem;
  line-height: 1.4;
}

.service-desc {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 14px;
}

.service-link {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--accent-dark);
  text-decoration: none;
  transition: color 0.2s;
}

.service-link:hover { color: var(--primary); }

/* ═══════════════════════════════════════════
   WHY GLOBORD
   ═══════════════════════════════════════════ */
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li {
  padding: 11px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.95rem;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  line-height: 1.5;
}

.why-list li:last-child { border-bottom: none; }

.why-list .text-accent { color: var(--success); }

/* ─── HUB DIAGRAM ─── */
.hub-visual {
  position: relative;
  width: 300px;
  height: 300px;
  flex-shrink: 0;
}

.hub-ring {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 130px; height: 130px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 12px rgba(10,35,66,0.08), 0 0 0 24px rgba(10,35,66,0.04);
  z-index: 2;
}

.hub-center-card {
  text-align: center;
  color: #fff;
}

.hub-logo {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 4px;
}

.hub-center-card small {
  font-size: 0.6rem;
  opacity: 0.65;
  font-weight: 400;
  display: block;
}

.hub-lines {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  z-index: 1;
}

.hub-satellite {
  position: absolute;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 10px 14px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  z-index: 3;
  transition: transform 0.25s, box-shadow 0.25s;
  cursor: default;
}

.hub-satellite:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 24px rgba(0,0,0,0.14);
}

.hub-satellite small {
  display: block;
  font-size: 0.62rem;
  color: var(--muted);
  font-weight: 500;
  margin-top: 3px;
}

.hub-ng { top:  6px; left: 50%; transform: translateX(-50%); }
.hub-us { right: 4px; top: 50%; transform: translateY(-50%); }
.hub-ca { bottom: 6px; left: 50%; transform: translateX(-50%); }
.hub-cn { left: 4px; top: 50%; transform: translateY(-50%); }

/* ═══════════════════════════════════════════
   STATS BAR
   ═══════════════════════════════════════════ */
.stats-bar {
  background: linear-gradient(135deg, var(--primary) 0%, #0d2e55 100%);
  padding: 72px 0;
}

.stats-num {
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

.stats-label {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
}

/* ═══════════════════════════════════════════
   TESTIMONIALS
   ═══════════════════════════════════════════ */
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  border: 1px solid var(--border);
  height: 100%;
  box-shadow: 0 2px 14px rgba(0,0,0,0.04);
  transition: transform 0.25s, box-shadow 0.25s;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.09);
}

.testimonial-stars {
  color: var(--accent);
  font-size: 1.15rem;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.testimonial-text {
  font-size: 0.93rem;
  color: var(--text);
  line-height: 1.75;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.82rem;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════ */
.faq-accordion .accordion-item {
  border: 1px solid var(--border) !important;
  border-radius: 10px !important;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  font-weight: 600;
  color: var(--primary);
  background: #fff;
  font-size: 0.95rem;
  padding: 18px 20px;
}

.faq-accordion .accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.25);
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: var(--primary);
  color: #fff;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  filter: invert(1);
}

.faq-accordion .accordion-body {
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.75;
  padding: 16px 20px 20px;
}

.faq-accordion .accordion-body a {
  color: var(--accent-dark);
  font-weight: 600;
  text-decoration: none;
}

.faq-accordion .accordion-body a:hover { text-decoration: underline; }

/* ═══════════════════════════════════════════
   CTA / NEWSLETTER
   ═══════════════════════════════════════════ */
.cta-section {
  background: linear-gradient(135deg, var(--accent) 0%, #F9C94A 100%);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 30px,
    rgba(255,255,255,0.06) 30px,
    rgba(255,255,255,0.06) 60px
  );
  pointer-events: none;
}

.cta-title {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 12px;
  position: relative;
}

.cta-subtitle {
  font-size: 1.075rem;
  color: rgba(10, 35, 66, 0.72);
  margin-bottom: 36px;
  position: relative;
}

.cta-form {
  display: flex;
  gap: 10px;
  max-width: 500px;
  margin: 0 auto 16px;
  flex-wrap: wrap;
  position: relative;
}

.cta-input {
  flex: 1;
  min-width: 220px;
  border-radius: 8px !important;
  border: none !important;
  padding: 14px 18px !important;
  font-size: 0.95rem !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
  outline: none;
}

.cta-input:focus {
  box-shadow: 0 0 0 3px rgba(10, 35, 66, 0.2) !important;
}

.cta-small {
  font-size: 0.8rem;
  color: rgba(10, 35, 66, 0.58);
  position: relative;
}

/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */
.site-footer {
  background: #060F1E;
  color: rgba(255,255,255,0.7);
  padding: 76px 0 0;
}

.footer-brand {
  font-size: 1.9rem;
  font-weight: 900;
  margin-bottom: 14px;
  letter-spacing: -1px;
}

.footer-tagline {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 22px;
  line-height: 1.65;
}

.footer-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-socials a {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  text-decoration: none;
  transition: all 0.2s;
}

.footer-socials a:hover {
  background: var(--accent);
  color: var(--primary);
  transform: translateY(-2px);
}

.footer-heading {
  color: rgba(255,255,255,0.95);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 18px;
}

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

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

.footer-links a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1.4;
}

.footer-links a:hover { color: var(--accent); }

.footer-contact p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 6px;
}

.footer-main { padding-bottom: 50px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 24px 0;
  text-align: center;
  font-size: 0.79rem;
  color: rgba(255,255,255,0.3);
}

.footer-bottom p { margin: 4px 0; }

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 991px) {
  .hero-section { padding-top: 52px; }
  .hero-container { min-height: auto; padding: 50px 0 40px; }
  .py-section { padding: 70px 0; }
  .hub-visual { width: 260px; height: 260px; }
  .hub-ring { width: 110px; height: 110px; }
}

@media (max-width: 767px) {
  .top-bar-right { display: none; }
  .hero-cta-group { flex-direction: column; }
  .hero-cta-group .btn { width: 100%; text-align: center; }
  .stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 12px 0;
  }
  .stat-item:last-child { border-bottom: none; }
  .cta-form { flex-direction: column; }
  .cta-input { min-width: auto; }
  .address-card { max-width: 300px; transform: none; }
  .py-section { padding: 60px 0; }
}

@media (max-width: 480px) {
  .section-title { font-size: 1.5rem; }
  .hero-title { font-size: 1.9rem; }
  .stats-num { font-size: 2rem; }
}

/* ═══════════════════════════════════════════
   AUTH MODAL
   ═══════════════════════════════════════════ */

.auth-modal-header {
  background: var(--primary);
  color: #fff;
  border-radius: 0;
}

.auth-modal-header .btn-close {
  filter: invert(1) grayscale(1) brightness(2);
}

/* ═══════════════════════════════════════════
   DASHBOARD PAGE
   ═══════════════════════════════════════════ */

.db-page {
  background: var(--light);
  min-height: 100vh;
}

.db-banner {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  color: #fff;
  padding: 2.5rem 0 2rem;
}

.db-banner-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.db-banner-sub {
  opacity: 0.72;
  margin: 0;
  font-size: 0.95rem;
}

/* ─── Address card ─── */
.db-address-card {
  background: var(--primary);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.db-addr-header {
  padding: 1.1rem 1.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}

.db-addr-body {
  padding: 1.5rem;
  flex: 1;
}

.db-addr-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.5);
  margin-bottom: 0.75rem;
}

.db-addr-line {
  color: rgba(255,255,255,0.9);
  font-size: 0.93rem;
  line-height: 1.65;
}

.db-addr-footer {
  padding: 0.9rem 1.5rem;
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.72);
  font-size: 0.875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background 0.2s, color 0.2s;
  user-select: none;
}

.db-addr-footer:hover,
.db-addr-footer:focus {
  background: rgba(255,255,255,0.14);
  color: #fff;
  outline: none;
}

.db-suite-badge {
  font-size: 0.75rem;
  background: rgba(255,255,255,0.12);
  color: var(--accent);
  padding: 2px 10px;
  border-radius: 20px;
  font-weight: 600;
}

/* ─── Stat cards ─── */
.db-stat-card {
  border-radius: 14px;
  padding: 1.4rem 1.25rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.db-stat-num {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.db-stat-label {
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.db-stat-icon {
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.2rem;
  opacity: 0.1;
}

.db-stat-total    { background: var(--primary); color: #fff; }
.db-stat-received { background: #e0f2fe; color: #0369a1; }
.db-stat-transit  { background: #fef3c7; color: #92400e; }
.db-stat-delivered{ background: #dcfce7; color: #166534; }

/* ─── Tables & sections ─── */
.db-section {
  background: #fff;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.db-section-title {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1.25rem;
  font-size: 1rem;
}

.db-table thead th {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--muted);
  border-bottom: 2px solid var(--border);
  font-weight: 600;
  padding: 0.75rem 1rem;
  white-space: nowrap;
}

.db-table tbody td {
  font-size: 0.88rem;
  padding: 0.875rem 1rem;
  vertical-align: middle;
  border-bottom: 1px solid var(--border);
  color: var(--text);
}

.db-table tbody tr:last-child td { border-bottom: none; }

.pkg-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

/* ─── Minimal footer ─── */
.db-footer {
  background: #fff;
  border-top: 1px solid var(--border);
  padding: 1.25rem 0;
  margin-top: 2rem;
}
