:root {
  --navy: #0a1f3d;
  --navy-2: #0f2a52;
  --navy-3: #15315e;
  --gold: #c9a35a;
  --gold-2: #e2c285;
  --ink: #0b1220;
  --ink-2: #1a2235;
  --muted: #5a6781;
  --line: #e6eaf2;
  --bg: #f6f8fc;
  --white: #ffffff;
  --green: #1f9d55;
  --amber: #d4810a;
  --red: #c2342b;
  --blue: #1e6fdc;
  --shadow-sm: 0 1px 2px rgba(10,31,61,.06), 0 2px 8px rgba(10,31,61,.05);
  --shadow-md: 0 8px 24px rgba(10,31,61,.10);
  --shadow-lg: 0 24px 60px rgba(10,31,61,.18);
  --radius: 14px;
  --radius-sm: 10px;
  --maxw: 1240px;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-display: 'Fraunces', 'Playfair Display', Georgia, serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: hidden; max-width: 100vw; }
body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- Layout ---------- */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.section { padding: 96px 0; }
.section-sm { padding: 56px 0; }
.grid { display: grid; gap: 28px; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--ink);
  color: #cfd6e4;
  font-size: 13px;
  letter-spacing: .02em;
}
.topbar .container {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 10px; padding-bottom: 10px;
}
.topbar a:hover { color: var(--gold-2); }
.topbar .left span { margin-right: 22px; }
.topbar .right a { margin-left: 18px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 78px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 50%;
  background: #fff url('logo.png') center/contain no-repeat;
  box-shadow: 0 2px 6px rgba(10,31,61,.18), inset 0 0 0 1px rgba(10,31,61,.08);
  flex: 0 0 auto;
  font-size: 0; color: transparent; /* hide any legacy text content */
}
.brand-mark.lg { width: 64px; height: 64px; }
.brand-name { font-family: var(--font-display); font-weight: 600; font-size: 20px; letter-spacing: .01em; color: var(--navy); }
.brand-sub { font-size: 11px; color: var(--muted); letter-spacing: .22em; text-transform: uppercase; margin-top: -2px; }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  padding: 10px 14px; border-radius: 8px; font-weight: 500; font-size: 15px;
  color: var(--ink-2); transition: background .15s, color .15s;
}
.nav a:hover { background: var(--bg); color: var(--navy); }
.nav a.active { color: var(--navy); }
/* Buttons inside the nav must keep their own color & not pick up the .nav a hover background */
.nav a.btn-primary, .nav a.btn-primary:hover { color: #fff; background: var(--navy); }
.nav a.btn-primary:hover { background: var(--navy-3); box-shadow: var(--shadow-md); }
.nav a.btn-gold, .nav a.btn-gold:hover { color: var(--ink); background: var(--gold); }
.nav a.btn-gold:hover { background: var(--gold-2); box-shadow: var(--shadow-md); }
.nav a.btn-light, .nav a.btn-light:hover { color: var(--navy); background: #fff; }
.nav a.active::after {
  content: ''; display: block; height: 2px; width: 18px; margin: 4px auto 0;
  background: var(--gold);
}

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 999px; font-weight: 600; font-size: 14px;
  border: 1px solid transparent; cursor: pointer; transition: transform .1s, box-shadow .15s, background .15s;
  letter-spacing: .02em;
}
.btn-primary { background: var(--navy); color: white; }
.btn-primary:hover { background: var(--navy-3); box-shadow: var(--shadow-md); }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-2); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { background: var(--white); border-color: var(--navy); }
.btn-light { background: white; color: var(--navy); }
.btn-light:hover { box-shadow: var(--shadow-md); }
.btn-block { width: 100%; justify-content: center; }
.btn:active { transform: translateY(1px); }

.mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.mobile-toggle span { display: block; width: 22px; height: 2px; background: var(--navy); margin: 5px 0; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  color: white;
  background:
    linear-gradient(120deg, rgba(10,31,61,.92) 0%, rgba(15,42,82,.78) 55%, rgba(10,31,61,.6) 100%),
    radial-gradient(1200px 600px at 80% -10%, rgba(201,163,90,.35), transparent 60%),
    url('https://images.unsplash.com/photo-1494412651409-8963ce7935a7?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat,
    linear-gradient(180deg, #0a1f3d 0%, #15315e 100%);
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(255,255,255,.05) 0, transparent 40%),
    radial-gradient(circle at 90% 20%, rgba(201,163,90,.15) 0, transparent 50%);
  pointer-events: none;
}
.hero .container { position: relative; padding-top: 88px; padding-bottom: 96px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-2);
  padding: 8px 14px; border: 1px solid rgba(201,163,90,.4); border-radius: 999px;
  background: rgba(201,163,90,.08);
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(40px, 5.4vw, 68px);
  line-height: 1.05;
  letter-spacing: -.015em;
  margin: 22px 0 20px;
}
.hero h1 em { font-style: italic; color: var(--gold-2); font-weight: 400; }
.hero .lede { font-size: 18px; max-width: 560px; color: #d8dee9; }
.hero-actions { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }

.hero-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 28px;
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow-lg);
}
.hero-card h3 { margin: 0 0 6px; font-family: var(--font-display); font-weight: 500; font-size: 22px; }
.hero-card p { color: #c4cce0; margin: 0 0 18px; font-size: 14px; }
.track-form { display: flex; gap: 10px; }
.track-form input {
  flex: 1; padding: 14px 16px; border-radius: 12px; border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.25); color: white; font-size: 15px; outline: none;
  font-family: inherit;
}
.track-form input::placeholder { color: #93a0bd; }
.track-form input:focus { border-color: var(--gold); }
.hero-card .hint { margin-top: 12px; font-size: 12px; color: #93a0bd; }

.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.hero-stat { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 16px; }
.hero-stat .num { font-family: var(--font-display); font-size: 26px; color: var(--gold-2); }
.hero-stat .lbl { font-size: 12px; color: #b6bfd6; letter-spacing: .14em; text-transform: uppercase; }

/* ---------- Section headings ---------- */
.section-head { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.section-head .eyebrow { background: rgba(10,31,61,.06); color: var(--navy); border-color: rgba(10,31,61,.12); }
.section-head h2 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(30px, 3.4vw, 44px); line-height: 1.1; margin: 18px 0 14px;
  letter-spacing: -.01em; color: var(--navy);
}
.section-head p { color: var(--muted); font-size: 17px; margin: 0; }

/* ---------- Feature/service cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  background: white; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; transition: transform .2s, box-shadow .2s, border-color .2s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.card .icon {
  width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(135deg, #eef2fb, #f7f1e3);
  color: var(--navy); margin-bottom: 18px; font-size: 22px;
}
.card h3 { font-family: var(--font-display); font-weight: 500; font-size: 20px; margin: 0 0 8px; color: var(--navy); }
.card p { color: var(--muted); font-size: 15px; margin: 0 0 14px; }
.card .more { color: var(--navy); font-weight: 600; font-size: 14px; }
.card .more::after { content: ' →'; transition: margin .2s; }
.card:hover .more::after { margin-left: 4px; }

/* ---------- Stats strip ---------- */
.stats-strip {
  background: var(--navy);
  color: white;
  padding: 56px 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(201,163,90,.12), transparent 50%);
}
.stats-strip .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.stat-item .num { font-family: var(--font-display); font-size: 44px; color: var(--gold-2); line-height: 1; }
.stat-item .lbl { color: #b6bfd6; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; margin-top: 8px; }

/* ---------- Two-column feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split .visual {
  border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3;
  background:
    linear-gradient(135deg, rgba(10,31,61,.55), rgba(10,31,61,.15)),
    url('https://images.unsplash.com/photo-1578575437130-527eed3abbec?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
  position: relative; box-shadow: var(--shadow-lg);
}
.split .visual::after { display: none; }
.visual.v-network {
  background:
    linear-gradient(135deg, rgba(10,31,61,.55), rgba(10,31,61,.15)),
    url('https://images.unsplash.com/photo-1577985043696-8bd54d9f093f?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
}
.visual.v-warehouse {
  background:
    linear-gradient(135deg, rgba(10,31,61,.55), rgba(10,31,61,.15)),
    url('https://images.unsplash.com/photo-1553413077-190dd305871c?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
}
.visual.v-truck {
  background:
    linear-gradient(135deg, rgba(10,31,61,.55), rgba(10,31,61,.15)),
    url('https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
}
.visual.v-air {
  background:
    linear-gradient(135deg, rgba(10,31,61,.55), rgba(10,31,61,.15)),
    url('https://images.unsplash.com/photo-1521587760476-6c12a4b040da?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
}
.visual.v-team {
  background:
    linear-gradient(135deg, rgba(10,31,61,.55), rgba(10,31,61,.15)),
    url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
}
.visual.v-eco {
  background:
    linear-gradient(135deg, rgba(10,31,61,.55), rgba(10,31,61,.15)),
    url('https://images.unsplash.com/photo-1497436072909-60f360e1d4b1?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
}
.split h2 {
  font-family: var(--font-display); font-weight: 500; font-size: 38px; line-height: 1.1;
  color: var(--navy); margin: 0 0 18px; letter-spacing: -.01em;
}
.split p { color: var(--muted); font-size: 16px; }
.split ul { list-style: none; padding: 0; margin: 18px 0; }
.split ul li {
  padding: 10px 0 10px 28px; position: relative; color: var(--ink-2); font-size: 15px;
  border-bottom: 1px solid var(--line);
}
.split ul li::before {
  content: '✓'; position: absolute; left: 0; top: 10px;
  width: 20px; height: 20px; border-radius: 50%; background: var(--navy); color: var(--gold-2);
  display: grid; place-items: center; font-size: 12px;
}

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #cfd6e4; padding: 72px 0 32px; margin-top: 96px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; }
.site-footer h4 { color: white; font-family: var(--font-display); font-weight: 500; font-size: 16px; letter-spacing: .04em; margin: 0 0 18px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { padding: 6px 0; }
.site-footer a:hover { color: var(--gold-2); }
.site-footer .brand-name { color: white; }
.site-footer .brand-sub { color: var(--gold-2); }
.site-footer p.about { color: #93a0bd; font-size: 14px; margin: 14px 0 18px; max-width: 320px; }
.footer-bottom {
  margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: space-between; font-size: 13px; color: #93a0bd;
}

/* ---------- Page header (subpages) ---------- */
.page-hero {
  background:
    linear-gradient(120deg, rgba(10,31,61,.96), rgba(15,49,94,.86)),
    radial-gradient(800px 400px at 80% 0%, rgba(201,163,90,.3), transparent 60%);
  color: white; padding: 88px 0 96px;
}
.page-hero h1 {
  font-family: var(--font-display); font-weight: 500; font-size: clamp(34px, 4.2vw, 54px);
  margin: 18px 0 14px; line-height: 1.1; letter-spacing: -.01em;
}
.page-hero p { color: #d3dae9; font-size: 17px; max-width: 680px; margin: 0; }
.crumbs { font-size: 13px; color: #b6bfd6; letter-spacing: .04em; }
.crumbs a:hover { color: var(--gold-2); }

/* ---------- Forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; font-size: 13px; font-weight: 600; color: var(--ink-2); margin-bottom: 6px; letter-spacing: .02em; }
input[type=text], input[type=email], input[type=password], input[type=number],
input[type=datetime-local], select, textarea {
  width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid var(--line);
  background: white; font-size: 15px; font-family: inherit; color: var(--ink);
  outline: none; transition: border-color .15s, box-shadow .15s;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--navy); box-shadow: 0 0 0 4px rgba(10,31,61,.08);
}
textarea { min-height: 120px; resize: vertical; }
.help { font-size: 12px; color: var(--muted); margin-top: 6px; }

/* ---------- Tracking ---------- */
.tracking-card {
  background: white; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px; box-shadow: var(--shadow-sm);
}
.tracking-status-pill {
  display: inline-block; padding: 6px 14px; border-radius: 999px;
  font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}
.status-in-transit { background: #e7f0ff; color: var(--blue); }
.status-delivered { background: #e3f7eb; color: var(--green); }
.status-out-for-delivery { background: #fff3df; color: var(--amber); }
.status-customs-hold, .status-exception { background: #fde6e4; color: var(--red); }
.status-picked-up, .status-label-created { background: #eef0f5; color: var(--ink-2); }

.shipment-summary {
  display: grid; grid-template-columns: 1.4fr .8fr; gap: 32px; margin-top: 24px;
}
.route {
  background: linear-gradient(135deg, #f7f9ff, #fff);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px;
}
.route-line {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px;
  margin-top: 12px;
}
.route-end .place { font-weight: 600; color: var(--navy); }
.route-end .label { font-size: 12px; color: var(--muted); letter-spacing: .14em; text-transform: uppercase; }
.route-arrow {
  height: 2px; background: linear-gradient(90deg, var(--navy), var(--gold));
  position: relative; min-width: 80px;
}
.route-arrow::after {
  content: ''; position: absolute; right: -1px; top: -5px; width: 0; height: 0;
  border-left: 10px solid var(--gold); border-top: 6px solid transparent; border-bottom: 6px solid transparent;
}
.route-meta { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 18px; }
.meta-cell { background: white; border: 1px solid var(--line); border-radius: 10px; padding: 12px; }
.meta-cell .label { font-size: 11px; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; }
.meta-cell .val { font-weight: 600; color: var(--ink); margin-top: 4px; font-size: 14px; }

.parties { display: grid; gap: 16px; }
.party { background: #f7f9ff; border: 1px solid var(--line); border-radius: 12px; padding: 16px; }
.party h4 { margin: 0 0 6px; font-size: 12px; color: var(--muted); letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }
.party .name { font-weight: 600; color: var(--navy); }
.party .detail { font-size: 14px; color: var(--ink-2); margin-top: 2px; }

.timeline { margin-top: 32px; }
.timeline h3 { font-family: var(--font-display); font-weight: 500; font-size: 22px; color: var(--navy); margin: 0 0 18px; }
.tl-list { position: relative; padding-left: 28px; }
.tl-list::before {
  content: ''; position: absolute; left: 9px; top: 6px; bottom: 6px; width: 2px;
  background: linear-gradient(180deg, var(--gold), var(--navy));
  opacity: .5;
}
.tl-item { position: relative; padding: 14px 0 22px; }
.tl-item::before {
  content: ''; position: absolute; left: -24px; top: 18px;
  width: 14px; height: 14px; border-radius: 50%;
  background: white; border: 3px solid var(--navy);
}
.tl-item.first::before { background: var(--gold); border-color: var(--gold); box-shadow: 0 0 0 5px rgba(201,163,90,.2); }
.tl-time { font-size: 12px; color: var(--muted); letter-spacing: .04em; }
.tl-status { font-weight: 600; color: var(--navy); margin-top: 2px; }
.tl-loc { font-size: 14px; color: var(--ink-2); }
.tl-desc { font-size: 14px; color: var(--muted); margin-top: 2px; }

/* ---------- Admin ---------- */
.admin-shell { display: grid; grid-template-columns: 240px 1fr; min-height: calc(100vh - 78px); }
.admin-side {
  background: var(--navy); color: #cfd6e4; padding: 24px 16px;
}
.admin-side .who { color: var(--gold-2); font-size: 13px; margin-bottom: 18px; padding: 0 8px; }
.admin-side a {
  display: block; padding: 10px 12px; border-radius: 8px; color: #cfd6e4; font-size: 14px; margin-bottom: 4px;
}
.admin-side a:hover, .admin-side a.active { background: rgba(255,255,255,.06); color: white; }
.admin-main { padding: 32px; background: var(--bg); }
.admin-bar {
  display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px;
}
.admin-bar h1 { font-family: var(--font-display); font-weight: 500; color: var(--navy); margin: 0; font-size: 28px; }

.table-wrap { background: white; border-radius: var(--radius); border: 1px solid var(--line); overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table-wrap table.data { min-width: 720px; }
table.data { width: 100%; border-collapse: collapse; }
table.data th, table.data td { padding: 14px 16px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--line); }
table.data th { background: #f7f9ff; color: var(--ink-2); font-weight: 600; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
table.data tr:last-child td { border-bottom: none; }
table.data tr:hover td { background: #fbfcff; }

.modal-backdrop {
  position: fixed; inset: 0; background: rgba(10,18,32,.55); z-index: 100;
  display: none; align-items: center; justify-content: center; padding: 20px;
}
.modal-backdrop.show { display: flex; }
.modal {
  background: white; border-radius: var(--radius); width: 100%; max-width: 760px;
  max-height: 90vh; overflow-y: auto; box-shadow: var(--shadow-lg);
}
.modal header { padding: 20px 24px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.modal header h2 { margin: 0; font-family: var(--font-display); font-weight: 500; color: var(--navy); font-size: 22px; }
.modal .body { padding: 24px; }
.modal .footer { padding: 16px 24px; border-top: 1px solid var(--line); display: flex; gap: 10px; justify-content: flex-end; }
.modal .close { background: none; border: none; cursor: pointer; font-size: 24px; color: var(--muted); }

.events-edit { margin-top: 18px; border: 1px solid var(--line); border-radius: 10px; }
.events-edit .ev {
  display: grid; grid-template-columns: 1fr 1fr 1.4fr 1.6fr auto; gap: 8px;
  padding: 10px; border-bottom: 1px solid var(--line);
}
.events-edit .ev:last-child { border-bottom: none; }
.events-edit .ev input { padding: 8px 10px; font-size: 13px; }
.events-edit .ev button { background: #fde6e4; color: var(--red); border: none; border-radius: 8px; cursor: pointer; padding: 0 10px; }

.flash { padding: 12px 14px; border-radius: 10px; font-size: 14px; margin-bottom: 16px; }
.flash.error { background: #fde6e4; color: var(--red); }
.flash.ok { background: #e3f7eb; color: var(--green); }

.login-shell {
  min-height: calc(100vh - 78px);
  display: grid; place-items: center;
  background:
    linear-gradient(135deg, rgba(10,31,61,.95), rgba(15,49,94,.85)),
    radial-gradient(700px 400px at 20% 80%, rgba(201,163,90,.3), transparent 60%);
}
.login-card {
  background: white; border-radius: 18px; padding: 36px;
  width: 100%; max-width: 420px; box-shadow: var(--shadow-lg);
}
.login-card h2 { font-family: var(--font-display); font-weight: 500; color: var(--navy); margin: 6px 0 6px; font-size: 26px; }
.login-card p.sub { color: var(--muted); margin: 0 0 22px; font-size: 14px; }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.testi {
  background: white; border-radius: var(--radius); padding: 28px;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
.testi p { color: var(--ink-2); font-size: 16px; line-height: 1.65; }
.testi .who { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.testi .av {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--gold)); color: white;
  display: grid; place-items: center; font-weight: 700;
}
.testi .meta .name { font-weight: 600; color: var(--navy); }
.testi .meta .role { font-size: 13px; color: var(--muted); }

/* ---------- CTA ---------- */
.cta {
  background: linear-gradient(135deg, var(--navy), var(--navy-3));
  color: white; border-radius: 24px; padding: 64px;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center;
  position: relative; overflow: hidden;
}
.cta::before {
  content: ''; position: absolute; right: -40px; top: -40px; width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(201,163,90,.35), transparent 60%);
}
.cta h2 { font-family: var(--font-display); font-weight: 500; font-size: 38px; line-height: 1.1; margin: 0 0 14px; }
.cta p { color: #d3dae9; margin: 0; }
.cta .actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }

/* ---------- Service detail ---------- */
.service-block { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.service-block:last-child { border-bottom: none; }
.service-block .num { font-family: var(--font-display); font-size: 48px; color: var(--gold); line-height: 1; }
.service-block h3 { font-family: var(--font-display); font-weight: 500; font-size: 26px; color: var(--navy); margin: 0 0 8px; }
.service-block p { color: var(--muted); margin: 0 0 12px; }
.service-block ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 24px; }
.service-block ul li { font-size: 14px; color: var(--ink-2); padding-left: 18px; position: relative; }
.service-block ul li::before { content: '›'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }

/* ---------- Leadership ---------- */
.leaders { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.leader {
  background: white; border-radius: var(--radius); border: 1px solid var(--line);
  padding: 24px; text-align: center;
}
.leader .av {
  width: 112px; height: 112px; border-radius: 50%; margin: 0 auto 16px;
  background: linear-gradient(135deg, var(--navy), var(--gold)) center/cover no-repeat;
  color: white; display: grid; place-items: center;
  font-family: var(--font-display); font-size: 32px;
  box-shadow: 0 6px 20px rgba(11,31,58,0.18); border: 3px solid #fff;
  outline: 1px solid var(--line);
}
.leader .av img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: center top; display: block; }
.leader h4 { margin: 0; color: var(--navy); font-family: var(--font-display); font-weight: 500; font-size: 18px; }
.leader .role { color: var(--muted); font-size: 13px; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .nav { display: none; position: absolute; top: 78px; left: 0; right: 0; background: white; border-bottom: 1px solid var(--line); padding: 12px; flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .nav a { padding: 12px 14px; }
  .mobile-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .cards, .testi-grid, .stats-strip .container, .leaders { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .cta { grid-template-columns: 1fr; padding: 40px; }
  .cta .actions { justify-content: flex-start; }
  .shipment-summary { grid-template-columns: 1fr; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-side { display: flex; gap: 6px; overflow-x: auto; }
  .admin-side .who { display: none; }
  .topbar { display: none; }
  .form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .section { padding: 64px 0; }
  .cards, .testi-grid, .stats-strip .container, .leaders { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .events-edit .ev { grid-template-columns: 1fr; }
  .service-block { grid-template-columns: 1fr; }
  .service-block ul { grid-template-columns: 1fr; }
}

/* ---------- Page hero background image ---------- */
.page-hero {
  background:
    linear-gradient(120deg, rgba(10,31,61,.94), rgba(15,49,94,.78)),
    radial-gradient(800px 400px at 80% 0%, rgba(201,163,90,.28), transparent 60%),
    url('https://images.unsplash.com/photo-1494412519320-aa613dfb7738?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
}

/* ---------- Shipment tracker loading state ---------- */
.shipment-loader {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 48px 32px;
  box-shadow: var(--shadow-sm);
  text-align: center;
  overflow: hidden;
}
.shipment-loader .stage {
  position: relative;
  height: 140px;
  margin: 0 auto 28px;
  max-width: 560px;
  border-bottom: 2px dashed rgba(10,31,61,.18);
}
.shipment-loader .road {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--navy) 0 18px, transparent 18px 36px);
  opacity: .35;
}
.shipment-loader .truck {
  position: absolute;
  bottom: 4px; left: 0;
  width: 110px; height: auto;
  animation: truck-roll 3.4s cubic-bezier(.45,.05,.55,.95) infinite;
  filter: drop-shadow(0 8px 14px rgba(10,31,61,.22));
}
.shipment-loader .truck .wheel { transform-origin: center; animation: wheel-spin 1.1s linear infinite; }
@keyframes truck-roll {
  0%   { left: -12%; }
  50%  { left: 50%; transform: translateX(-50%); }
  100% { left: 110%; transform: translateX(-100%); }
}
@keyframes wheel-spin { to { transform: rotate(360deg); } }

.shipment-loader .pings {
  position: absolute; inset: 0; pointer-events: none;
}
.shipment-loader .ping {
  position: absolute; bottom: 8px;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--gold); opacity: 0;
  animation: ping-fade 3.4s linear infinite;
}
.shipment-loader .ping.p1 { left: 18%; animation-delay: .9s; }
.shipment-loader .ping.p2 { left: 46%; animation-delay: 1.6s; }
.shipment-loader .ping.p3 { left: 74%; animation-delay: 2.3s; }
@keyframes ping-fade {
  0% { opacity: 0; transform: scale(.4); box-shadow: 0 0 0 0 rgba(201,163,90,.6); }
  20% { opacity: 1; transform: scale(1); }
  60% { opacity: .25; box-shadow: 0 0 0 18px rgba(201,163,90,0); }
  100% { opacity: 0; }
}

.shipment-loader h3 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 22px; color: var(--navy); margin: 0 0 6px;
}
.shipment-loader .tn {
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  background: #f3f5fb; color: var(--navy);
  display: inline-block; padding: 4px 12px; border-radius: 999px;
  font-size: 13px; font-weight: 600; letter-spacing: .04em;
  margin: 8px 0 18px;
}

.shipment-loader .progress-track {
  height: 6px; background: #eef1f8; border-radius: 999px;
  max-width: 480px; margin: 0 auto 18px; overflow: hidden;
}
.shipment-loader .progress-fill {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--navy), var(--gold));
  border-radius: 999px;
  transition: width .35s ease;
}

.shipment-loader .steps {
  display: flex; flex-direction: column; gap: 8px;
  max-width: 480px; margin: 0 auto;
  text-align: left;
}
.shipment-loader .step {
  display: flex; align-items: center; gap: 12px;
  font-size: 14px; color: var(--muted);
  opacity: .35; transition: opacity .25s, color .25s;
}
.shipment-loader .step .dot {
  width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid var(--line); background: white;
  display: grid; place-items: center;
  flex-shrink: 0;
  transition: border-color .25s, background .25s;
}
.shipment-loader .step.active { opacity: 1; color: var(--navy); font-weight: 600; }
.shipment-loader .step.active .dot {
  border-color: var(--gold);
  background: radial-gradient(circle, var(--gold) 40%, transparent 42%);
  box-shadow: 0 0 0 4px rgba(201,163,90,.18);
}
.shipment-loader .step.done { opacity: 1; color: var(--ink-2); }
.shipment-loader .step.done .dot {
  background: var(--navy); border-color: var(--navy);
  position: relative;
}
.shipment-loader .step.done .dot::after {
  content: ''; position: absolute; left: 4px; top: 1px;
  width: 4px; height: 8px; border: solid white; border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media (max-width: 600px) {
  .shipment-loader { padding: 32px 18px; }
  .shipment-loader .stage { height: 110px; }
  .shipment-loader .truck { width: 86px; }
}

/* ===================================================================
   Live Chat Widget
   =================================================================== */
.gtlt-chat { position: fixed; right: 20px; bottom: 20px; z-index: 9999; font-family: var(--font-sans); }
.gtlt-chat [hidden], .gtlt-chat-panel[hidden] { display: none !important; }
.gtlt-chat-bubble {
  width: 60px; height: 60px; border-radius: 50%; border: none;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%);
  color: var(--gold-2); cursor: pointer; box-shadow: var(--shadow-lg);
  display: flex; align-items: center; justify-content: center; position: relative;
  transition: transform .18s ease, box-shadow .18s ease;
}
.gtlt-chat-bubble:hover { transform: translateY(-2px) scale(1.04); }
.gtlt-chat-bubble.is-open { transform: scale(.92); }
.gtlt-chat-badge {
  position: absolute; top: -4px; right: -4px; min-width: 22px; height: 22px;
  background: var(--red); color: #fff; font-size: 12px; font-weight: 700;
  border-radius: 11px; display: flex; align-items: center; justify-content: center;
  padding: 0 6px; border: 2px solid #fff;
}
.gtlt-chat-panel {
  position: absolute; right: 0; bottom: 76px; width: 360px; max-width: calc(100vw - 32px);
  height: 540px; max-height: calc(100vh - 120px);
  background: #fff; border-radius: 16px; box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line);
  animation: gtlt-pop .18s ease-out;
}
@keyframes gtlt-pop { from { opacity: 0; transform: translateY(8px) scale(.98); } to { opacity: 1; transform: none; } }
.gtlt-chat-head {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #fff; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between;
}
.gtlt-chat-head-info { display: flex; align-items: center; gap: 10px; }
.gtlt-chat-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: #fff url('logo.png') center/82% no-repeat;
  font-size: 0; flex: 0 0 auto;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
}
.gtlt-chat-title { font-weight: 600; font-size: 15px; }
.gtlt-chat-sub { font-size: 12px; opacity: .85; display: flex; align-items: center; gap: 6px; }
.gtlt-chat-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(31,157,85,.6); animation: gtlt-pulse 1.6s infinite; }
@keyframes gtlt-pulse { 0% { box-shadow: 0 0 0 0 rgba(31,157,85,.55);} 70% { box-shadow: 0 0 0 8px rgba(31,157,85,0);} 100% { box-shadow: 0 0 0 0 rgba(31,157,85,0);} }
.gtlt-chat-close, .gtlt-chat-reset {
  background: rgba(255,255,255,.08); color: #fff; border: none; width: 30px; height: 30px;
  border-radius: 8px; font-size: 18px; cursor: pointer; line-height: 1; margin-left: 4px;
  display: inline-flex; align-items: center; justify-content: center;
}
.gtlt-chat-close { font-size: 22px; }
.gtlt-chat-close:hover, .gtlt-chat-reset:hover { background: rgba(255,255,255,.18); }
.gtlt-chat-body { flex: 1; overflow-y: auto; background: #f6f8fc; }
.gtlt-chat-intro { padding: 22px 18px; }
.gtlt-chat-intro p { margin: 0 0 14px; color: var(--ink-2); font-size: 14px; }
.gtlt-chat-intro input {
  width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px;
  font-size: 14px; margin-bottom: 10px; font-family: inherit;
}
.gtlt-chat-intro input:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
.gtlt-chat-intro button {
  width: 100%; padding: 11px; background: var(--navy); color: #fff; border: none;
  border-radius: 10px; font-weight: 600; cursor: pointer; font-size: 14px; margin-top: 4px;
}
.gtlt-chat-intro button:disabled { opacity: .6; cursor: wait; }
.gtlt-chat-messages { padding: 14px 14px 4px; min-height: 100%; }
.gtlt-msg { display: flex; flex-direction: column; margin-bottom: 10px; max-width: 82%; }
.gtlt-msg.is-grouped { margin-top: -6px; }
.gtlt-msg-bubble { padding: 9px 13px; border-radius: 14px; font-size: 14px; line-height: 1.45; word-wrap: break-word; }
.gtlt-msg-meta { font-size: 11px; color: var(--muted); margin-top: 3px; padding: 0 4px; }
.gtlt-msg-visitor { align-self: flex-end; align-items: flex-end; }
.gtlt-msg-visitor .gtlt-msg-bubble { background: var(--navy); color: #fff; border-bottom-right-radius: 4px; }
.gtlt-msg-agent { align-self: flex-start; }
.gtlt-msg-agent .gtlt-msg-bubble { background: #fff; color: var(--ink); border: 1px solid var(--line); border-bottom-left-radius: 4px; }
.gtlt-msg-system { align-self: center; max-width: 90%; }
.gtlt-msg-system .gtlt-msg-bubble { background: transparent; color: var(--muted); font-size: 12px; font-style: italic; padding: 4px 8px; }
.gtlt-msg-system .gtlt-msg-meta { display: none; }
.gtlt-chat-compose { display: flex; gap: 8px; padding: 10px; border-top: 1px solid var(--line); background: #fff; }
.gtlt-chat-compose textarea {
  flex: 1; resize: none; border: 1px solid var(--line); border-radius: 10px;
  padding: 10px 12px; font-size: 14px; font-family: inherit; max-height: 120px; line-height: 1.4;
}
.gtlt-chat-compose textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
.gtlt-chat-compose button {
  background: var(--navy); color: var(--gold-2); border: none; width: 42px; border-radius: 10px;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.gtlt-chat-compose button:hover { background: var(--navy-2); }
@media (max-width: 480px) {
  .gtlt-chat-panel { width: calc(100vw - 24px); height: calc(100vh - 100px); right: 0; }
}

/* ===================================================================
   Admin Tabs / Live Chat console / Telegram setup
   =================================================================== */
.admin-side a.tab-link { cursor: pointer; }
.admin-side .badge {
  display: inline-block; min-width: 18px; padding: 1px 6px; margin-left: 6px;
  background: var(--red); color: #fff; font-size: 11px; font-weight: 700;
  border-radius: 10px; text-align: center; vertical-align: middle;
}
.tab-pane { display: none; }
.tab-pane.active { display: block; }

.chat-console { display: grid; grid-template-columns: 320px 1fr; gap: 16px; height: calc(100vh - 180px); min-height: 480px; }
.chat-list { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow-y: auto; }
.chat-list-empty { padding: 30px 16px; text-align: center; color: var(--muted); font-size: 13px; }
.chat-list-item {
  padding: 12px 14px; border-bottom: 1px solid var(--line); cursor: pointer; position: relative;
}
.chat-list-item:hover { background: #f6f8fc; }
.chat-list-item.active { background: #eef3fb; border-left: 3px solid var(--navy); padding-left: 11px; }
.chat-list-item .name { font-weight: 600; color: var(--ink); font-size: 14px; margin-bottom: 2px; display: flex; justify-content: space-between; }
.chat-list-item .name small { font-weight: 400; color: var(--muted); font-size: 11px; }
.chat-list-item .preview { color: var(--muted); font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.chat-list-item .unread { position: absolute; right: 12px; top: 12px; background: var(--red); color: #fff; font-size: 11px; font-weight: 700; min-width: 18px; height: 18px; border-radius: 9px; padding: 0 5px; display: flex; align-items: center; justify-content: center; }
.chat-list-item.closed { opacity: .55; }

.chat-thread { background: #fff; border: 1px solid var(--line); border-radius: 12px; display: flex; flex-direction: column; overflow: hidden; }
.chat-thread-head { padding: 14px 18px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.chat-thread-head .meta { font-size: 12px; color: var(--muted); }
.chat-thread-body { flex: 1; overflow-y: auto; padding: 16px 18px; background: #f6f8fc; }
.chat-thread-empty { display: flex; align-items: center; justify-content: center; height: 100%; color: var(--muted); font-size: 14px; }
.chat-thread-compose { padding: 10px; border-top: 1px solid var(--line); display: flex; gap: 8px; }
.chat-thread-compose textarea { flex: 1; resize: none; border: 1px solid var(--line); border-radius: 10px; padding: 10px; font-family: inherit; font-size: 14px; min-height: 44px; max-height: 140px; }
.chat-thread-compose textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; }

.tg-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 22px; max-width: 720px; }
.tg-card h3 { margin: 0 0 6px; }
.tg-card .help { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.tg-card label { display: block; font-weight: 600; font-size: 13px; margin-bottom: 6px; color: var(--ink-2); }
.tg-card input[type=text], .tg-card textarea {
  width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px;
  font-size: 14px; font-family: inherit; margin-bottom: 14px;
}
.tg-card .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tg-card .actions { display: flex; gap: 10px; margin-top: 8px; flex-wrap: wrap; }
.tg-card .toggle { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.tg-instructions { background: #f6f8fc; border: 1px dashed var(--line); border-radius: 10px; padding: 14px 16px; font-size: 13px; line-height: 1.6; color: var(--ink-2); margin-top: 18px; }
.tg-instructions code { background: #fff; padding: 1px 6px; border-radius: 4px; border: 1px solid var(--line); font-size: 12px; }

/* ===================================================================
   Mobile responsive overhaul (≤ 900px)
   =================================================================== */
@media (max-width: 900px) {
  .container { padding: 0 18px; }
  .section { padding: 56px 0; }
  .hero .container { padding-top: 56px; padding-bottom: 64px; }
  .hero .lede { font-size: 16px; }
  .hero-card { padding: 22px; }
  .track-form { flex-direction: column; }
  .track-form .btn { width: 100%; justify-content: center; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .hero-stat { padding: 12px 10px; }
  .hero-stat .num { font-size: 22px; }
  .hero-stat .lbl { font-size: 10px; letter-spacing: .08em; }
  .hero-actions .btn { flex: 1 1 auto; justify-content: center; }
  .page-hero { padding: 56px 0 64px; }

  .stats-strip .container { grid-template-columns: 1fr 1fr; gap: 18px; }
  .stat-item .num { font-size: 32px; }

  .cta { padding: 32px 22px; border-radius: 18px; }
  .cta h2 { font-size: 26px; }
  .cta .actions { justify-content: flex-start; }
  .cta .actions .btn { flex: 1 1 auto; justify-content: center; }

  .footer-bottom { flex-direction: column; gap: 10px; align-items: flex-start; }
  .site-footer { padding: 56px 0 28px; margin-top: 56px; }

  .testi { padding: 22px; }
  .testi p { font-size: 15px; }

  .tracking-card { padding: 20px; }
  .route { padding: 18px; }
  .route-line { grid-template-columns: 1fr; gap: 10px; text-align: left; }
  .route-arrow { display: none; }
  .route-meta { grid-template-columns: 1fr 1fr; }

  .service-block { grid-template-columns: 1fr; padding: 24px 0; gap: 8px; }
  .service-block .num { font-size: 36px; }

  .leaders { grid-template-columns: 1fr 1fr; gap: 16px; }
  .leader { padding: 18px 14px; }
  .leader .av { width: 88px; height: 88px; font-size: 26px; }

  /* ---- Admin shell ---- */
  .site-header .container { height: 64px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-name { font-size: 17px; }
  .brand-sub { font-size: 10px; letter-spacing: .18em; }

  .admin-shell { grid-template-columns: minmax(0, 1fr); min-height: auto; }
  .admin-side {
    padding: 10px 12px; display: flex; gap: 6px;
    overflow-x: auto; -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap; align-items: center;
    scrollbar-width: thin;
  }
  .admin-side::-webkit-scrollbar { height: 4px; }
  .admin-side::-webkit-scrollbar-thumb { background: rgba(255,255,255,.15); border-radius: 2px; }
  .admin-side .who { display: none; }
  .admin-side a {
    flex: 0 0 auto; white-space: nowrap; padding: 8px 12px;
    margin-bottom: 0; font-size: 13px; border-radius: 999px;
    background: rgba(255,255,255,.04);
  }
  .admin-side a.active { background: var(--gold); color: var(--navy); font-weight: 600; }

  .admin-main { padding: 18px 14px; min-width: 0; overflow-x: hidden; }
  .admin-bar { flex-direction: column; align-items: stretch; gap: 12px; margin-bottom: 16px; }
  .admin-bar h1 { font-size: 22px; }
  .admin-bar > div { display: flex !important; gap: 8px; flex-wrap: wrap; }
  .admin-bar .btn { flex: 1 1 auto; justify-content: center; padding: 10px 14px; font-size: 13px; }

  /* Live Chat console — stack list above thread */
  .chat-console {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 200px 1fr;
    height: calc(100vh - 220px);
    min-height: 520px;
    gap: 12px;
  }
  .chat-list, .chat-thread { min-width: 0; }
  .chat-list { max-height: 200px; }
  .chat-thread-head { padding: 10px 14px; flex-wrap: wrap; gap: 8px; }
  .chat-thread-body { padding: 12px 14px; }
  .chat-thread-compose textarea { min-height: 38px; }

  /* Telegram setup */
  .tg-card { padding: 18px; }
  .tg-card .row { grid-template-columns: 1fr; }
  .tg-card .actions .btn { flex: 1 1 auto; justify-content: center; padding: 10px 14px; font-size: 13px; }

  /* Modal */
  .modal-backdrop { padding: 10px; align-items: flex-start; }
  .modal { max-height: calc(100vh - 20px); border-radius: 12px; }
  .modal header { padding: 14px 16px; }
  .modal header h2 { font-size: 18px; }
  .modal .body { padding: 16px; }
  .modal .footer { padding: 12px 16px; flex-direction: column-reverse; }
  .modal .footer .btn { width: 100%; justify-content: center; }
  .form-grid { grid-template-columns: 1fr; gap: 12px; }

  /* Login */
  .login-shell { padding: 20px; min-height: calc(100vh - 64px); }
  .login-card { padding: 24px; border-radius: 14px; }
  .login-card h2 { font-size: 22px; }

  /* Buttons & forms tap targets */
  .btn { padding: 11px 18px; font-size: 14px; }
  input, select, textarea { font-size: 16px; } /* prevent iOS zoom */
}

@media (max-width: 480px) {
  .container { padding: 0 14px; }
  .hero h1 { font-size: 36px; }
  .hero-stats { grid-template-columns: 1fr 1fr 1fr; }
  .stats-strip .container { grid-template-columns: 1fr 1fr; }
  .testi-grid, .cards { grid-template-columns: 1fr; }
  .leaders { grid-template-columns: 1fr; }
  .topbar .right a { margin-left: 10px; }
  .brand-name { font-size: 15px; }
  .brand-sub { font-size: 9px; }
  .brand-mark { width: 36px; height: 36px; }
  .site-header .container { height: 60px; }

  .gtlt-chat { right: 12px; bottom: 12px; }
  .gtlt-chat-bubble { width: 54px; height: 54px; }
}
