/* ============================================================
   Skiplane — design system
   Premium logistics theme (DHL/FedEx/UPS caliber)
   ============================================================ */
:root {
    --brand:      #1a56db;   /* primary blue */
    --brand-dark: #1e40af;
    --brand-2:    #0ea5e9;   /* electric accent */
    --accent:     #f59e0b;   /* energetic amber */
    --ok:         #16a34a;
    --warn:       #d97706;
    --danger:     #dc2626;

    --navy:       #0b1220;   /* deep sections */
    --navy-2:     #111c33;
    --ink:        #0e1726;
    --ink-soft:   #46536b;
    --muted:      #7a8699;
    --line:       #e6e9f0;
    --line-soft:  #eef1f6;
    --bg:         #ffffff;
    --bg-soft:    #f5f7fb;

    --radius:     16px;
    --radius-sm:  10px;
    --shadow:     0 10px 30px rgba(14,23,38,.10);
    --shadow-lg:  0 24px 60px rgba(14,23,38,.18);
    --maxw:       1180px;
    --font:       'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --font-display: 'Plus Jakarta Sans', var(--font);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    margin: 0; font-family: var(--font); color: var(--ink); background: var(--bg);
    line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
h1,h2,h3,h4 { font-family: var(--font-display); line-height: 1.14; margin: 0 0 .5em; letter-spacing: -.02em; font-weight: 800; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; }
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-dark); }
img { max-width: 100%; display: block; }
code { background: var(--bg-soft); padding: .12em .45em; border-radius: 6px; font-size: .9em; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.container.narrow { max-width: 780px; }
.muted { color: var(--muted); }
.center { text-align: center; }
.narrow-center { text-align: center; }

/* Eyebrow + section heads */
.eyebrow { display: inline-block; font-family: var(--font-display); font-weight: 700; font-size: .78rem;
    letter-spacing: .12em; text-transform: uppercase; color: var(--brand); margin-bottom: 1rem; }
.section { padding: 88px 0; }
.section-sm { padding: 56px 0; }
.section-alt { background: var(--bg-soft); }
.section-dark { background: var(--navy); color: #cdd6e6; }
.section-dark h1,.section-dark h2,.section-dark h3 { color: #fff; }
.section-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head p { color: var(--ink-soft); font-size: 1.08rem; margin: 0; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em;
    padding: .8em 1.5em; border-radius: 999px; border: 1.5px solid transparent; font-family: var(--font-display);
    font-weight: 700; font-size: .95rem; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); text-decoration: none; }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 8px 20px rgba(26,86,219,.28); }
.btn-primary:hover { background: var(--brand-dark); color: #fff; box-shadow: 0 12px 26px rgba(26,86,219,.36); }
.btn-accent { background: var(--accent); color: #3a2600; box-shadow: 0 8px 20px rgba(245,158,11,.3); }
.btn-accent:hover { background: #e8900a; color: #3a2600; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: var(--bg-soft); color: var(--ink); }
.btn-white { background: #fff; color: var(--brand); }
.btn-white:hover { background: #eef2ff; color: var(--brand-dark); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-outline-light:hover { background: rgba(255,255,255,.12); color: #fff; }
.btn-danger { background: #fdecea; color: var(--danger); border-color: #f5c4bf; }
.btn-danger:hover { background: var(--danger); color: #fff; }
.btn-sm { padding: .5em 1em; font-size: .85rem; }
.btn-lg { padding: .95em 1.9em; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.topbar { background: var(--navy); color: #aab4c6; font-size: .85rem; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 42px; }
.topbar a { color: #cdd6e6; }
.topbar a:hover { color: #fff; }
.topbar-left span { margin-right: 1.4rem; }
.topbar-right { display: flex; gap: 1.2rem; align-items: center; }
.topbar .sep { color: rgba(255,255,255,.2); }

.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.92);
    backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: inline-flex; align-items: center; gap: .55em; font-family: var(--font-display);
    font-weight: 800; font-size: 1.35rem; color: var(--ink); letter-spacing: -.02em; }
.brand:hover { color: var(--ink); }
.brand-mark { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 10px;
    background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff; font-size: 1rem; box-shadow: 0 6px 14px rgba(26,86,219,.35); }
.main-nav { display: flex; align-items: center; gap: 1.6rem; }
.main-nav a { color: var(--ink-soft); font-weight: 600; font-size: .96rem; font-family: var(--font-display); }
.main-nav a.is-active, .main-nav a:hover { color: var(--brand); }
.main-nav .btn { color: #fff; }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.6rem; cursor: pointer; color: var(--ink); }

/* ---------- Hero ---------- */
.hero { position: relative; color: #fff; overflow: hidden;
    background: linear-gradient(180deg, rgba(11,18,32,.78), rgba(11,18,32,.7)), url('../img/photos/hero.jpg') center/cover no-repeat; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,18,32,.86) 0%, rgba(11,18,32,.35) 70%, transparent 100%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; padding: 96px 0 100px; }
.hero .eyebrow { color: #7fd0ff; }
.hero-badge { display: inline-flex; align-items: center; gap: .5em; background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18); padding: .4em 1em; border-radius: 999px; font-size: .82rem; font-weight: 600; margin-bottom: 1.2rem; }
.hero-copy h1 { color: #fff; max-width: 14ch; }
.hero-copy .lead { font-size: 1.2rem; color: rgba(255,255,255,.85); max-width: 34ch; }
.hero-actions { display: flex; gap: 1rem; margin-top: 1.8rem; flex-wrap: wrap; }
.hero-actions.center { justify-content: center; }
.hero-trust { display: flex; gap: 2rem; margin-top: 2.4rem; flex-wrap: wrap; }
.hero-trust div span { display: block; }
.hero-trust .num { font-family: var(--font-display); font-size: 1.7rem; font-weight: 800; color: #fff; }
.hero-trust .lbl { font-size: .82rem; color: rgba(255,255,255,.7); }

/* Tracking widget */
.track-card { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-lg); }
.track-card h3 { font-size: 1.3rem; margin-bottom: .3em; }
.track-card .track-tabs { display: flex; gap: .4rem; margin-bottom: 1rem; }
.track-tab { flex: 1; text-align: center; padding: .6em; border-radius: 8px; background: var(--bg-soft); font-weight: 700; font-size: .85rem; color: var(--ink-soft); }
.track-tab.is-active { background: var(--brand); color: #fff; }
.track-input { display: flex; gap: .5rem; margin-top: .4rem; }
.track-input input { flex: 1; }
.track-hint { font-size: .82rem; margin: .8rem 0 0; }

/* ---------- Logos / partners strip ---------- */
.logos { padding: 40px 0; border-bottom: 1px solid var(--line); }
.logos p { text-align: center; color: var(--muted); font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 1.4rem; }
.logo-row { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.logo-row img { height: 30px; filter: grayscale(1); opacity: .65; transition: .2s; }
.logo-row img:hover { filter: grayscale(0); opacity: 1; }

/* ---------- Grids ---------- */
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2,1fr); }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-4 { grid-template-columns: repeat(4,1fr); }

/* Feature cards */
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; transition: transform .18s ease, box-shadow .18s ease; }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature-icon { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 14px;
    background: linear-gradient(135deg, rgba(26,86,219,.12), rgba(14,165,233,.12)); color: var(--brand); font-size: 1.5rem; margin-bottom: 1rem; }
.feature h3 { margin-bottom: .35em; }
.feature p { color: var(--ink-soft); margin: 0; }

/* Steps */
.steps .step { text-align: center; position: relative; }
.step-num { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 50%;
    background: var(--brand); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; margin-bottom: 1rem; box-shadow: 0 8px 18px rgba(26,86,219,.3); }
.step p { color: var(--ink-soft); }

/* ---------- Service cards with images ---------- */
.svc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; }
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.svc-media { aspect-ratio: 16/10; overflow: hidden; }
.svc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.svc-card:hover .svc-media img { transform: scale(1.06); }
.svc-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.svc-eta { color: var(--brand); font-weight: 700; font-size: .9rem; margin-bottom: .6rem; }
.ticks { list-style: none; padding: 0; margin: 0 0 1.4rem; flex: 1; }
.ticks li { padding: .32em 0 .32em 1.7em; position: relative; color: var(--ink-soft); }
.ticks li::before { content: '✓'; position: absolute; left: 0; color: var(--ok); font-weight: 800; }

/* ---------- Split (image + content) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-media.tall { aspect-ratio: 4/5; }
.split-media.wide { aspect-ratio: 5/4; }
.split-float { position: absolute; bottom: 20px; left: 20px; right: 20px; background: rgba(255,255,255,.95);
    backdrop-filter: blur(6px); border-radius: 12px; padding: 16px 20px; display: flex; align-items: center; gap: 14px; box-shadow: var(--shadow); }
.split-float .fx { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--ok); color: #fff; font-size: 1.3rem; flex-shrink: 0; }
.split-float strong { display: block; color: var(--ink); }
.split-float span { color: var(--ink-soft); font-size: .85rem; }
.split-list { list-style: none; padding: 0; margin: 1.4rem 0 2rem; }
.split-list li { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line-soft); }
.split-list li:last-child { border: 0; }
.split-list .li-ic { flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px; background: rgba(26,86,219,.1); color: var(--brand); display: grid; place-items: center; font-size: 1.1rem; }
.split-list strong { display: block; }
.split-list span { color: var(--ink-soft); font-size: .95rem; }

/* Duo images */
.image-duo { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 1fr; gap: 16px; }
.image-duo img { border-radius: var(--radius); width: 100%; height: 100%; object-fit: cover; box-shadow: var(--shadow); }
.image-duo .tall { grid-row: span 2; }

/* ---------- Stats band ---------- */
.stats-band { background: linear-gradient(120deg, var(--brand), var(--brand-2)); color: #fff; }
.stats-band .grid-4 { gap: 20px; }
.stat { text-align: center; padding: 12px; }
.stat-num { display: block; font-family: var(--font-display); font-size: clamp(2.2rem,4vw,3rem); font-weight: 800; }
.stat-label { color: rgba(255,255,255,.85); font-weight: 600; }

/* ---------- Video section ---------- */
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.video-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); background: #000; }
.video-frame { position: relative; aspect-ratio: 16/9; background: #0b1220; }
.video-frame video { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-poster { position: absolute; inset: 0; cursor: pointer; border: 0; padding: 0; width: 100%; background: none; }
.video-poster img { width: 100%; height: 100%; object-fit: cover; }
.video-poster::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,18,32,.1), rgba(11,18,32,.6)); }
.video-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2;
    width: 74px; height: 74px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--brand);
    display: grid; place-items: center; font-size: 1.6rem; box-shadow: 0 10px 30px rgba(0,0,0,.35); transition: transform .2s; }
.video-poster:hover .video-play { transform: translate(-50%,-50%) scale(1.08); background: #fff; }
.video-cap { position: absolute; left: 20px; bottom: 18px; z-index: 2; color: #fff; text-align: left; }
.video-cap strong { font-family: var(--font-display); font-size: 1.05rem; display: block; }
.video-cap span { font-size: .85rem; color: rgba(255,255,255,.8); }

/* ---------- Testimonials ---------- */
.testi { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.testi .stars { color: var(--accent); margin-bottom: .8rem; letter-spacing: 2px; }
.testi blockquote { margin: 0 0 1.4rem; font-size: 1.05rem; color: var(--ink); }
.testi-by { display: flex; align-items: center; gap: 12px; }
.testi-by img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.testi-by strong { display: block; }
.testi-by span { color: var(--muted); font-size: .85rem; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; color: #fff; overflow: hidden; border-radius: 24px;
    background: linear-gradient(90deg, rgba(11,18,32,.9), rgba(11,18,32,.55)), url('../img/photos/cta.jpg') center/cover no-repeat; }
.cta-band .cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 56px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.85); margin: 0; max-width: 44ch; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { position: relative; color: #fff; padding: 92px 0 76px;
    background: linear-gradient(180deg, rgba(11,18,32,.82), rgba(11,18,32,.82)); }
.page-hero.ph-services { background: linear-gradient(rgba(11,18,32,.78),rgba(11,18,32,.8)), url('../img/photos/warehouse.jpg') center/cover; }
.page-hero.ph-about    { background: linear-gradient(rgba(11,18,32,.78),rgba(11,18,32,.8)), url('../img/photos/team.jpg') center/cover; }
.page-hero.ph-contact  { background: linear-gradient(rgba(11,18,32,.8),rgba(11,18,32,.82)), url('../img/photos/support-team.jpg') center/cover; }
.page-hero.ph-book     { background: linear-gradient(rgba(11,18,32,.8),rgba(11,18,32,.82)), url('../img/photos/express.jpg') center/cover; }
.page-hero.ph-track    { background: linear-gradient(rgba(11,18,32,.8),rgba(11,18,32,.82)), url('../img/photos/road.jpg') center/cover; }
.page-hero h1 { color: #fff; }
.page-hero .lead { color: rgba(255,255,255,.85); font-size: 1.15rem; max-width: 52ch; }
.breadcrumb { font-size: .85rem; color: rgba(255,255,255,.7); margin-bottom: 1rem; }
.breadcrumb a { color: rgba(255,255,255,.85); }

/* ---------- Forms (shared: book/contact/admin) ---------- */
input, select, textarea { width: 100%; padding: .78em .95em; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
    font-family: inherit; font-size: .98rem; color: var(--ink); background: #fff; transition: border-color .15s, box-shadow .15s; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(26,86,219,.12); }
textarea { resize: vertical; }
label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: .4em; color: var(--ink-soft); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.form .field { margin-bottom: 1.1rem; }
.form-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.form-block { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; margin: 0 0 26px; }
.form-block legend { font-family: var(--font-display); font-weight: 800; padding: 0 .5em; color: var(--brand); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-row:has(> .field:nth-child(3)) { grid-template-columns: repeat(3,1fr); }
.field-row:has(> .field:nth-child(4)) { grid-template-columns: repeat(4,1fr); }
.has-error input, .has-error select { border-color: var(--danger); }
small.err { color: var(--danger); font-size: .8rem; }

/* Alerts */
.alert { padding: 14px 18px; border-radius: var(--radius-sm); margin: 20px 0; font-weight: 500; }
.alert-success { background: #e7f6ee; color: #0c6b45; border: 1px solid #b6e3cc; }
.alert-error { background: #fdecea; color: #a02318; border: 1px solid #f5c4bf; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; }
.contact-info h3 { margin-bottom: .1em; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 1rem; }
.contact-cards .c-card { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 18px; }
.contact-cards .c-ic { font-size: 1.4rem; margin-bottom: .4rem; }

/* Booking confirmed */
.success-badge { width: 84px; height: 84px; margin: 0 auto 1.2rem; border-radius: 50%; background: var(--ok); color: #fff; font-size: 2.6rem; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(22,163,74,.35); }
.tracking-id-box { display: inline-flex; align-items: center; gap: 1rem; background: var(--bg-soft); border: 1px dashed var(--brand); border-radius: 12px; padding: 16px 24px; margin: 20px 0; flex-wrap: wrap; justify-content: center; }
.tracking-id-box strong { font-size: 1.5rem; letter-spacing: .05em; color: var(--brand); font-family: var(--font-display); }
.summary-card { max-width: 480px; margin: 24px auto; text-align: left; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.summary-row { display: flex; justify-content: space-between; padding: 13px 20px; border-bottom: 1px solid var(--line); }
.summary-row:last-child { border-bottom: 0; }

/* Track */
.track-bar { display: flex; gap: .5rem; max-width: 560px; margin-top: 1.4rem; }
.track-bar input { flex: 1; }
.track-result { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.track-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.track-header h2 { margin: 0; }
.track-meta { margin: 26px 0; }
.track-meta div span { display: block; }
.timeline-title { margin-top: 14px; }
.empty-hint { text-align: center; padding: 20px; }
.big-404 { font-size: 7rem; margin: 0; color: var(--brand); font-family: var(--font-display); }

/* Badges */
.badge { display: inline-block; padding: .35em .9em; border-radius: 999px; font-size: .8rem; font-weight: 700; }
.st-pending { background: #eef1f6; color: #55617a; }
.st-active { background: #e5eeff; color: var(--brand); }
.st-delivered { background: #e7f6ee; color: #0c6b45; }
.st-warn { background: #fef3e0; color: #a5680a; }
.st-cancel { background: #fdecea; color: #a02318; }

/* Timeline */
.timeline { list-style: none; margin: 1rem 0 0; padding: 0; position: relative; }
.timeline::before { content: ''; position: absolute; left: 9px; top: 6px; bottom: 6px; width: 2px; background: var(--line); }
.timeline-item { position: relative; padding: 0 0 26px 42px; }
.timeline-dot { position: absolute; left: 2px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 3px solid var(--muted); }
.timeline-item.is-latest .timeline-dot { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(26,86,219,.15); }
.timeline-top { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.timeline-loc { color: var(--ink-soft); font-size: .9rem; margin-top: .2em; }
.timeline-note { color: var(--ink-soft); margin: .3em 0 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #9aa6bb; padding: 68px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.3fr; gap: 36px; }
.footer-col h4 { color: #fff; margin-bottom: .9em; font-size: 1rem; }
.footer-col a { display: block; color: #9aa6bb; padding: .22em 0; }
.footer-col a:hover { color: #fff; }
.brand--footer { color: #fff; margin-bottom: .8rem; }
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li { display: flex; gap: .6em; padding: .25em 0; }
.footer-social { display: flex; gap: 10px; margin-top: 1rem; }
.footer-social a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #cdd6e6; }
.footer-social a:hover { background: var(--brand); color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 22px; font-size: .85rem; color: #7a879c; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* ---------- Login ---------- */
.login-body { background: linear-gradient(rgba(11,18,32,.9),rgba(11,18,32,.94)), url('../img/photos/warehouse.jpg') center/cover; min-height: 100vh; display: grid; place-items: center; padding: 20px; }
.login-wrap { width: 100%; max-width: 410px; text-align: center; }
.brand--login { color: #fff; font-size: 1.6rem; margin-bottom: 1.6rem; justify-content: center; }
.login-card { text-align: left; }
.login-card h1 { font-size: 1.7rem; }
.login-hint { margin: 1rem 0 0; font-size: .8rem; text-align: center; }
.back-link { display: inline-block; margin-top: 1.2rem; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
    .hero-inner, .split, .contact-grid, .form-cols, .video-grid { grid-template-columns: 1fr; }
    .split.reverse .split-media { order: 0; }
    .grid-4 { grid-template-columns: repeat(2,1fr); }
    .nav-toggle { display: block; }
    .main-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 14px 22px; gap: .5rem; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
    .main-nav.open { display: flex; }
    .topbar-left { display: none; }
    .topbar-inner { justify-content: center; }
}
@media (max-width: 620px) {
    .grid-2, .grid-3, .grid-4, .field-row,
    .field-row:has(> .field:nth-child(3)), .field-row:has(> .field:nth-child(4)) { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .section { padding: 60px 0; }
    .cta-band .cta-inner { padding: 32px; }
    .contact-cards { grid-template-columns: 1fr; }
}
