@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@500;600;700;800&display=swap');

/* ═══════════════════ Design tokens ═══════════════════ */
:root {
  --navy-900: #0A1A3F;
  --navy-800: #0F2557;
  --navy-700: #16337A;
  --navy-600: #1E40AF;
  --blue-500: #2563EB;
  --accent: #F97316;
  --accent-deep: #EA580C;
  --accent-dark: #C2410C;
  --bg: #F6F8FB;
  --surface: #FFFFFF;
  --text: #0F1B33;
  --text-muted: #4B5A75;
  --text-faint: #8494AE;
  --border: #E3E9F2;
  --success: #16A34A;
  --danger: #DC2626;
  --radius: 12px;
  --radius-sm: 8px;
  /* legacy aliases (admin pages) */
  --primary: #1E40AF;
  --primary-dark: #16337A;
  --shadow-sm: 0 1px 3px rgba(10, 26, 63, .07), 0 3px 12px rgba(10, 26, 63, .05);
  --shadow-md: 0 4px 8px rgba(10, 26, 63, .07), 0 12px 32px rgba(10, 26, 63, .09);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: 'Open Sans', system-ui, sans-serif;
  font-size: 16px; line-height: 1.65;
  color: var(--text); background: var(--bg);
}
h1, h2, h3, h4 { font-family: 'Poppins', system-ui, sans-serif; line-height: 1.22; color: var(--navy-900); }
a { color: var(--blue-500); text-decoration: none; }
img, svg { vertical-align: middle; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 22px; }

/* ═══════════════════ Buttons ═══════════════════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: .98rem;
  padding: 13px 28px; border-radius: var(--radius-sm); border: none;
  cursor: pointer; min-height: 46px; letter-spacing: .01em;
  transition: background .2s, transform .15s, box-shadow .2s;
}
.btn:active { transform: scale(.97); }
.btn-accent { background: var(--accent-deep); color: #fff; box-shadow: 0 6px 18px rgba(234, 88, 12, .32); }
.btn-accent:hover { background: var(--accent-dark); }
.btn-primary { background: var(--navy-600); color: #fff; }
.btn-primary:hover { background: var(--navy-700); }
.btn-ghost { background: transparent; color: var(--navy-600); box-shadow: inset 0 0 0 1.5px var(--border); }
.btn-ghost:hover { background: #EFF3FA; }
.btn-outline-light { background: transparent; color: #fff; box-shadow: inset 0 0 0 1.8px rgba(255,255,255,.55); }
.btn-outline-light:hover { background: rgba(255,255,255,.1); }
.btn-danger { background: var(--danger); color: #fff; }
.btn-danger:hover { background: #B91C1C; }
.btn-sm { padding: 8px 16px; font-size: .87rem; min-height: 38px; }

/* ═══════════════════ Topbar ═══════════════════ */
.topbar { background: var(--navy-900); color: #C7D2E8; font-size: .82rem; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; min-height: 38px; flex-wrap: wrap; }
.topbar-left { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar-item { display: inline-flex; align-items: center; gap: 7px; }
.topbar-item svg { color: var(--accent); }

/* ═══════════════════ Header / nav ═══════════════════ */
.site-header {
  background: var(--surface); border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 1px 0 rgba(10,26,63,.03);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 16px; }
.logo {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.4rem;
  color: var(--navy-900); letter-spacing: -.01em;
}
.logo .mark { color: var(--accent-deep); }
.logo-text { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.5rem; color: var(--navy-900); letter-spacing: -.01em; }
.logo-24 { color: var(--accent-deep); }
.logo-light .logo-text { color: #fff; }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a:not(.btn) {
  font-family: 'Poppins', sans-serif; font-weight: 500; font-size: .95rem;
  color: var(--text-muted); padding: 9px 14px; border-radius: 8px;
  transition: color .2s, background .2s;
}
.nav a:not(.btn):hover { color: var(--navy-800); background: #EFF3FA; }
.nav a.active { color: var(--navy-800); background: #EAF0FB; font-weight: 600; }
.btn-nav { margin-left: 12px; padding: 11px 22px; min-height: 42px; font-size: .9rem; }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 10px; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--navy-800); margin: 5px 0; border-radius: 2px; transition: transform .2s, opacity .2s; }

/* ═══════════════════ Hero ═══════════════════ */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 55%, var(--navy-700) 100%);
  padding: 84px 0 0;
}
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(560px 320px at 88% 8%, rgba(37, 99, 235, .28), transparent 65%),
    radial-gradient(420px 300px at 6% 92%, rgba(249, 115, 22, .14), transparent 60%);
}
.hero-inner { position: relative; text-align: center; max-width: 780px; margin: 0 auto; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16);
  color: #DCE6F7; font-size: .84rem; font-weight: 600;
  padding: 7px 16px; border-radius: 999px; margin-bottom: 22px;
}
.hero-eyebrow svg { color: var(--accent); }
.hero h1 { color: #fff; font-size: clamp(2rem, 5vw, 3.3rem); font-weight: 800; letter-spacing: -.02em; margin-bottom: 18px; }
.hero h1 .accent { color: var(--accent); }
.hero p.lead { font-size: 1.14rem; color: #C7D2E8; max-width: 620px; margin: 0 auto 38px; }

.track-form {
  display: flex; gap: 10px; max-width: 660px; margin: 0 auto;
  background: var(--surface); padding: 10px; border-radius: 16px;
  box-shadow: 0 24px 60px rgba(4, 12, 32, .45);
}
.track-form input {
  flex: 1; border: none; outline: none; font-size: 1.05rem;
  padding: 12px 16px; font-family: inherit; color: var(--text);
  min-width: 0; border-radius: 10px;
}
.track-form input::placeholder { color: var(--text-faint); }
.track-form input:focus { box-shadow: inset 0 0 0 2px var(--blue-500); }
.hero-form-note { position: relative; color: #93A5C6; font-size: .84rem; margin-top: 14px; }

/* stats strip */
.hero-stats {
  position: relative; margin-top: 66px;
  background: rgba(255,255,255,.05);
  border-top: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(4px);
}
.hero-stats .container {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding-top: 28px; padding-bottom: 28px;
}
.stat { text-align: center; }
.stat .num { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.9rem; color: #fff; }
.stat .num em { color: var(--accent); font-style: normal; }
.stat .lbl { font-size: .84rem; color: #9FB0CE; margin-top: 2px; }

/* ═══════════════════ Sections ═══════════════════ */
.section { padding: 88px 0; }
.section.alt { background: var(--surface); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 54px; }
.eyebrow {
  display: inline-block; font-family: 'Poppins', sans-serif; font-weight: 600;
  font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent-deep); margin-bottom: 12px;
}
.section-head h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 700; letter-spacing: -.01em; margin-bottom: 14px; }
.section-head p { color: var(--text-muted); font-size: 1.05rem; }

/* ═══════════════════ Service cards ═══════════════════ */
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; }
.service-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 34px 30px; position: relative; overflow: hidden;
  transition: box-shadow .25s, transform .25s, border-color .25s;
}
.service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); border-color: #CBD8EC; }
.service-card .icon {
  width: 54px; height: 54px; border-radius: 13px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #EAF0FB, #DDE8FA); color: var(--navy-600); margin-bottom: 22px;
}
.service-card:hover .icon { background: linear-gradient(135deg, var(--navy-600), var(--blue-500)); color: #fff; }
.service-card .icon svg { transition: none; }
.service-card h3 { font-size: 1.18rem; font-weight: 600; margin-bottom: 10px; }
.service-card p { color: var(--text-muted); font-size: .96rem; }
.service-card .card-link {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 18px;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: .9rem; color: var(--accent-deep);
}
.service-card .card-link:hover { color: var(--accent-dark); }

/* ═══════════════════ Steps ═══════════════════ */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; counter-reset: step; }
.step-card { text-align: center; padding: 10px 14px; position: relative; }
.step-card .step-num {
  width: 58px; height: 58px; margin: 0 auto 18px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--navy-800); color: #fff;
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.25rem;
  box-shadow: 0 0 0 7px #EAF0FB;
}
.step-card:nth-child(even) .step-num { background: var(--accent-deep); box-shadow: 0 0 0 7px #FDEBDD; }
.step-card h3 { font-size: 1.06rem; font-weight: 600; margin-bottom: 8px; }
.step-card p { color: var(--text-muted); font-size: .93rem; }

/* ═══════════════════ Feature split ═══════════════════ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 700; margin-bottom: 16px; letter-spacing: -.01em; }
.split > div > p { color: var(--text-muted); margin-bottom: 26px; }
.check-list { list-style: none; display: grid; gap: 15px; }
.check-list li { display: flex; gap: 13px; align-items: flex-start; }
.check-list .check {
  flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%; margin-top: 2px;
  display: flex; align-items: center; justify-content: center;
  background: #E9F8EE; color: var(--success);
}
.check-list strong { display: block; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: .99rem; color: var(--navy-900); }
.check-list span.desc { color: var(--text-muted); font-size: .92rem; }

.split-visual { position: relative; }
.split-visual svg.illus { width: 100%; height: auto; display: block; }
.floating-card {
  position: absolute; background: var(--surface); border-radius: 12px; box-shadow: var(--shadow-md);
  padding: 14px 18px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--border);
}
.floating-card .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px #E9F8EE; }
.floating-card .fc-title { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: .88rem; color: var(--navy-900); }
.floating-card .fc-sub { font-size: .78rem; color: var(--text-muted); }
.fc-1 { top: 8%; right: -4px; }
.fc-2 { bottom: 6%; left: -6px; }

/* ═══════════════════ Testimonials ═══════════════════ */
.quote-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 26px; }
.quote-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow-sm);
}
.quote-stars { color: var(--accent); letter-spacing: 3px; font-size: 1rem; margin-bottom: 14px; }
.quote-card blockquote { color: var(--text); font-size: .98rem; margin-bottom: 20px; }
.quote-who { display: flex; align-items: center; gap: 12px; }
.quote-avatar {
  width: 42px; height: 42px; border-radius: 50%; flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Poppins', sans-serif; font-weight: 600; color: #fff; font-size: .95rem;
  background: linear-gradient(135deg, var(--navy-600), var(--blue-500));
}
.quote-card:nth-child(2) .quote-avatar { background: linear-gradient(135deg, var(--accent-deep), var(--accent)); }
.quote-card:nth-child(3) .quote-avatar { background: linear-gradient(135deg, #0E7490, #06B6D4); }
.quote-who .name { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: .93rem; color: var(--navy-900); }
.quote-who .role { font-size: .8rem; color: var(--text-muted); }

/* ═══════════════════ CTA band ═══════════════════ */
.cta-band {
  background: linear-gradient(120deg, var(--navy-900), var(--navy-700));
  color: #fff; padding: 58px 0; position: relative; overflow: hidden;
}
.cta-band::after {
  content: ''; position: absolute; right: -80px; top: -80px; width: 340px; height: 340px;
  border-radius: 50%; background: radial-gradient(circle, rgba(249,115,22,.22), transparent 70%);
}
.cta-band-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; position: relative; z-index: 1; }
.cta-band h2 { color: #fff; font-size: clamp(1.4rem, 3vw, 1.9rem); margin-bottom: 6px; }
.cta-band p { color: #B9C7E2; }
.cta-band-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ═══════════════════ Footer ═══════════════════ */
.site-footer { background: var(--navy-900); color: #A9B8D4; font-size: .93rem; }
.footer-grid {
  display: grid; grid-template-columns: 2.2fr 1fr 1fr 1.4fr; gap: 44px;
  padding-top: 64px; padding-bottom: 48px;
}
.footer-brand p { margin: 16px 0 22px; max-width: 340px; }
.footer-badges { display: flex; gap: 12px; flex-wrap: wrap; }
.foot-badge {
  display: inline-flex; align-items: center; gap: 7px; font-size: .8rem; font-weight: 600;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  padding: 7px 13px; border-radius: 999px; color: #C7D2E8;
}
.foot-badge svg { color: var(--accent); }
.site-footer h3 { color: #fff; font-size: .95rem; font-weight: 600; margin-bottom: 18px; letter-spacing: .03em; }
.site-footer ul { list-style: none; display: grid; gap: 11px; }
.site-footer ul a { color: #A9B8D4; transition: color .2s; }
.site-footer ul a:hover { color: #fff; }
.footer-contact li { line-height: 1.5; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); padding: 20px 0; font-size: .84rem; color: #7D8FB1; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* ═══════════════════ Page hero (inner pages) ═══════════════════ */
.page-hero {
  background: linear-gradient(130deg, var(--navy-900), var(--navy-700));
  color: #fff; padding: 64px 0; text-align: center; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(480px 260px at 85% 20%, rgba(37,99,235,.3), transparent 65%);
}
.page-hero h1 { position: relative; color: #fff; font-size: clamp(1.7rem, 4vw, 2.5rem); font-weight: 700; margin-bottom: 10px; }
.page-hero p { position: relative; color: #C7D2E8; max-width: 560px; margin: 0 auto; }

/* ═══════════════════ Contact page ═══════════════════ */
.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: start; }
.info-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow-sm);
}
.info-card + .info-card { margin-top: 22px; }
.info-card h3 { display: flex; align-items: center; gap: 10px; font-size: 1.02rem; margin-bottom: 8px; }
.info-card h3 svg { color: var(--accent-deep); }
.info-card p { color: var(--text-muted); font-size: .94rem; }

/* ═══════════════════ Cards / tracking result ═══════════════════ */
.result-wrap { padding: 56px 0 80px; }
.card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); box-shadow: var(--shadow-sm);
  padding: 30px; margin-bottom: 24px;
}
.result-head { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; }
.result-head .num { font-family: 'Poppins', sans-serif; font-size: 1.3rem; font-weight: 600; word-break: break-all; color: var(--navy-900); }

.badge {
  display: inline-block; padding: 6px 15px; border-radius: 999px;
  font-weight: 700; font-size: .84rem; letter-spacing: .02em;
}
.badge.pending, .badge.on_hold { background: #FEF3C7; color: #92400E; }
.badge.picked_up, .badge.in_transit, .badge.out_for_delivery { background: #DBEAFE; color: #1E40AF; }
.badge.delivered { background: #DCFCE7; color: #166534; }
.badge.returned { background: #FEE2E2; color: #991B1B; }

.meta-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px; margin-top: 26px; padding-top: 26px; border-top: 1px solid var(--border);
}
.meta-grid .label { font-size: .76rem; text-transform: uppercase; letter-spacing: .07em; color: var(--text-faint); font-weight: 700; }
.meta-grid .value { font-weight: 600; margin-top: 3px; color: var(--navy-900); }

.progress { display: flex; align-items: flex-start; margin: 30px 4px 8px; }
.progress .step { flex: 1; display: flex; flex-direction: column; align-items: center; position: relative; }
.progress .dot {
  width: 22px; height: 22px; border-radius: 50%; background: var(--surface);
  border: 3px solid var(--border); z-index: 1;
}
.progress .step.done .dot { background: var(--navy-600); border-color: var(--navy-600); }
.progress .step::before {
  content: ''; position: absolute; top: 10px; left: -50%; right: 50%;
  height: 3px; background: var(--border);
}
.progress .step.done::before { background: var(--navy-600); }
.progress .step:first-child::before { display: none; }
.progress .step span { font-size: .74rem; margin-top: 9px; color: var(--text-muted); font-weight: 600; text-align: center; }
.progress .step.done span { color: var(--navy-700); }

.timeline { list-style: none; margin-top: 8px; }
.timeline li { position: relative; padding: 0 0 24px 30px; border-left: 2px solid var(--border); margin-left: 9px; }
.timeline li:last-child { padding-bottom: 4px; }
.timeline li::before {
  content: ''; position: absolute; left: -7px; top: 4px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--border); border: 2px solid var(--surface);
}
.timeline li:first-child::before { background: var(--accent-deep); }
.timeline .when { font-size: .8rem; color: var(--text-faint); }
.timeline .what { font-weight: 700; color: var(--navy-900); }
.timeline .where { color: var(--text-muted); font-size: .94rem; }

.notfound { text-align: center; padding: 48px 24px; }
.notfound h2 { margin-bottom: 10px; }
.notfound p { color: var(--text-muted); margin-bottom: 26px; }
.notfound .track-form { box-shadow: none; border: 1.5px solid var(--border); }

/* ═══════════════════ Forms ═══════════════════ */
.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.field label { display: block; font-weight: 600; font-size: .89rem; margin-bottom: 7px; color: var(--navy-900); }
.field input, .field select, .field textarea {
  width: 100%; padding: 11px 14px; border: 1.5px solid var(--border);
  border-radius: var(--radius-sm); font-family: inherit; font-size: .96rem; background: var(--surface);
  min-height: 46px; color: var(--text);
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(37, 99, 235, .14);
}
.field-full { grid-column: 1 / -1; }
.form-actions { margin-top: 24px; display: flex; gap: 14px; flex-wrap: wrap; }

.alert { padding: 13px 17px; border-radius: var(--radius-sm); margin-bottom: 22px; font-weight: 600; font-size: .93rem; }
.alert.ok { background: #DCFCE7; color: #166534; }
.alert.err { background: #FEE2E2; color: #991B1B; }

/* ═══════════════════ Admin ═══════════════════ */
.admin-body { background: var(--bg); }
.admin-wrap { padding: 40px 0 72px; }
.admin-wrap h1 { font-size: 1.5rem; margin-bottom: 24px; }
.toolbar { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; margin-bottom: 20px; }

table.data { width: 100%; border-collapse: collapse; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
table.data th, table.data td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--border); font-size: .93rem; }
table.data th { background: #EFF3FA; font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted); }
table.data tr:last-child td { border-bottom: none; }
table.data td.num { font-weight: 600; white-space: nowrap; }
.table-scroll { overflow-x: auto; border-radius: var(--radius); box-shadow: var(--shadow-sm); }

.login-box { max-width: 380px; margin: 80px auto; padding: 0 20px; }
.login-box .card { padding: 36px; }
.login-box h1 { text-align: center; margin-bottom: 24px; font-size: 1.4rem; }
.login-box .field { margin-bottom: 16px; }
.login-box .btn { width: 100%; }

/* admin header nav (simple links) */
.admin-body .site-header .container { height: 64px; }
.admin-body .nav a:not(.btn) { padding: 8px 12px; }

/* ═══════════════════ Responsive ═══════════════════ */
@media (max-width: 960px) {
  .split { grid-template-columns: 1fr; gap: 44px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .hero-stats .container { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .nav {
    display: none; position: absolute; top: 74px; left: 0; right: 0;
    background: var(--surface); border-bottom: 1px solid var(--border);
    flex-direction: column; align-items: stretch; padding: 14px 20px 20px; gap: 4px;
    box-shadow: var(--shadow-md);
  }
  body.nav-open .nav { display: flex; }
  .nav a:not(.btn) { padding: 13px 14px; }
  .btn-nav { margin: 10px 0 0; }
  /* admin keeps its simple inline nav on mobile */
  .admin-body .nav {
    display: flex; position: static; flex-direction: row; align-items: center;
    background: none; border: none; box-shadow: none; padding: 0; gap: 2px;
  }
  .admin-body .nav-toggle { display: none; }
  .topbar-right { display: none; }
  .section { padding: 64px 0; }
  .hero { padding-top: 60px; }
  .track-form { flex-direction: column; }
  .track-form .btn { width: 100%; }
  .cta-band-inner { flex-direction: column; text-align: center; }
  .progress .step span { font-size: .6rem; }
  .fc-1, .fc-2 { position: static; margin-top: 14px; }
}
@media (max-width: 520px) {
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-stats .container { grid-template-columns: repeat(2, 1fr); }
}

:focus-visible { outline: 3px solid var(--blue-500); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
