/* Kimia Express — site stylesheet
   Delivery-brand identity: Bricolage Grotesque display, Figtree body, JetBrains Mono for tracking numbers.
   Deep green and signal orange on warm paper, rounded shapes, route-line motif. Single light theme. */

:root {
  --paper: #F4F1EA;
  --white: #FFFFFF;
  --ink: #10201A;
  --ink-2: #45534C;
  --ink-3: #5F6B64;
  --line: #DCD6CB;
  --line-2: #EAE5DB;
  --green: #0E5A43;
  --green-deep: #0A2E23;
  --green-soft: #DDEFE6;
  --orange: #FF6A1A;
  --orange-deep: #E0540A;
  --orange-soft: #FFE6D6;
  --ok: #1E7F48;
  --bad: #B3261E;
  --on-dark: #C9D8D0;
  --on-dark-2: #9FB5AA;
  --font-display: "Bricolage Grotesque", "Segoe UI", Arial, sans-serif;
  --font-body: "Figtree", "Segoe UI", Helvetica, Arial, sans-serif;
  --font-mono: "JetBrains Mono", Consolas, monospace;
  --wrap: 1240px;
  --r: 18px;
  --shadow: 0 18px 50px rgba(16, 32, 26, .12);
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 17px; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: var(--green); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
[hidden] { display: none !important; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.08; margin: 0; letter-spacing: -0.015em; text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 4.8vw, 4rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.02; }
h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); font-weight: 800; letter-spacing: -0.025em; }
h3 { font-size: 1.22rem; }
h4 { font-size: 1rem; }
p { margin: 0; } p + p { margin-top: .8em; }
.lead { font-size: 1.15rem; color: var(--ink-2); max-width: 62ch; }
.eyebrow { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--green); margin: 0 0 .9rem; display: flex; align-items: center; gap: .6rem; }
.eyebrow::before { content: ""; width: 26px; height: 0; border-top: 3px dotted var(--orange); }
.mono { font-family: var(--font-mono); font-variant-numeric: tabular-nums; letter-spacing: -.01em; }
.note { font-size: .85rem; color: var(--ink-3); margin-top: .8rem; }
.note.strong { color: var(--ink); font-weight: 600; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(16px, 4vw, 40px); }
.wrap.narrow { max-width: 900px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: var(--white); padding: .5rem .8rem; z-index: 200; border-radius: 8px; }
.skip:focus { left: 16px; }
.spacer { height: 1.6rem; }
.cta-line { margin-top: 1.6rem; display: flex; gap: .7rem; flex-wrap: wrap; }
.ikbar { background: #F7E7DE; color: #17191C; border-bottom: 1px solid var(--line); padding: .45rem clamp(16px, 4vw, 40px); font-size: .8rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; overflow-wrap: anywhere; }
.ikbar strong { color: #A84E27; } .ikbar a { color: var(--ink-2); text-decoration: underline; }

/* utility bar and header */
.util { background: var(--green-deep); color: var(--on-dark); font-size: .8rem; }
.util .wrap { display: flex; justify-content: space-between; align-items: center; min-height: 36px; gap: .5rem 1rem; flex-wrap: wrap; }
.util .wrap > span { display: flex; flex-wrap: wrap; gap: .3rem 1.1rem; align-items: center; }
.util a { color: #EAF3EE; }
.util .lang { display: inline-flex; gap: .15rem; }
.util .lang a { font-family: var(--font-mono); font-size: .72rem; padding: .15rem .5rem; border-radius: 999px; }
.util .lang a[aria-current="true"] { background: var(--orange); color: var(--ink); }
@media (max-width: 720px) { .hide-s { display: none; } }
.site-header { background: var(--white); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 60; }
.site-header .wrap { display: flex; align-items: center; gap: 1.6rem; min-height: 74px; }
.brand { display: flex; align-items: center; gap: .7rem; color: var(--ink); flex: none; }
.brand:hover { text-decoration: none; }
.brand .mark { width: 40px; height: 40px; flex: none; }
.brand b { font-family: var(--font-display); font-weight: 800; font-size: 1.28rem; display: block; line-height: 1; letter-spacing: -.02em; }
.brand small { font-family: var(--font-mono); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); display: block; margin-top: .3rem; }
.nav { display: flex; gap: 1.3rem; align-items: center; margin-left: auto; }
.nav a { color: var(--ink-2); font-weight: 600; font-size: .95rem; padding: .35rem 0; border-bottom: 3px solid transparent; white-space: nowrap; }
.nav a:hover { color: var(--ink); text-decoration: none; }
.nav a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--orange); }
.head-cta { display: flex; gap: .5rem; align-items: center; }
.head-cta .btn[aria-current="page"] { box-shadow: 0 0 0 3px var(--green-soft); }
.navtoggle { display: none; font: inherit; font-weight: 600; font-size: .9rem; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: .45rem .9rem; cursor: pointer; color: var(--ink); }
@media (max-width: 1120px) {
  .navtoggle { display: inline-flex; }
  .head-cta { margin-left: auto; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--white); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; padding: .4rem clamp(16px, 4vw, 40px) 1rem; margin: 0; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: .8rem 0; border-bottom: 1px solid var(--line-2); }
  .nav a[aria-current="page"] { color: var(--green); border-bottom-color: var(--line-2); }
}
@media (max-width: 520px) { .head-cta .btn-ghost { display: none; } .brand small { display: none; } .site-header .wrap { gap: .6rem; } }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font: inherit; font-weight: 700; font-size: .96rem; padding: .8rem 1.35rem; border: 2px solid transparent; border-radius: 999px; cursor: pointer; line-height: 1.2; text-align: center; transition: background-color .15s, border-color .15s, transform .15s; }
.btn:hover { text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn:disabled { opacity: .55; cursor: not-allowed; }
.btn-primary { background: var(--orange); color: var(--ink); }
.btn-primary:hover { background: var(--orange-deep); }
.btn-dark { background: var(--green); color: var(--white); }
.btn-dark:hover { background: var(--green-deep); }
.btn-ghost { background: var(--white); color: var(--green); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--green); }
.btn-outline.light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.7); }
.btn-outline.light:hover { background: rgba(255,255,255,.1); }
.btn-small { padding: .5rem .95rem; font-size: .86rem; }
.btn-block { width: 100%; }
.linkish { font: inherit; background: none; border: 0; padding: 0; color: var(--green); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

/* sections and grids */
section { padding-block: clamp(56px, 8vw, 104px); }
section.tight-top { padding-top: clamp(32px, 5vw, 56px); }
section.alt { background: var(--white); border-block: 1px solid var(--line); }
section.dark { background: var(--green-deep); color: var(--white); }
section.dark h2, section.dark h3 { color: var(--white); }
section.dark .lead, section.dark p { color: var(--on-dark); }
section.dark .eyebrow { color: var(--orange); }
.section-head { display: grid; gap: .8rem; margin-bottom: 2.2rem; max-width: 72ch; }
.section-head.row { grid-template-columns: 1fr auto; align-items: end; max-width: none; }
@media (max-width: 640px) { .section-head.row { grid-template-columns: 1fr; } }
h3.sub { margin: 1.8rem 0 .9rem; font-size: 1.15rem; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 4vw, 3.5rem); align-items: start; }
.grid-2.middle { align-items: center; }
/* Let tables scroll inside their column instead of widening the mobile page. */
.grid-2 > *, .grid-3 > *, .grid-4 > *, .hero-grid > *, .phead-grid > *, .news-grid > *, .wiz-grid > *, .track-grid > * { min-width: 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.cards-2 { gap: 1.4rem; }
.stack { display: grid; gap: 1.1rem; }
@media (max-width: 980px) { .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 760px) { .grid-2 { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .grid-3, .grid-4 { grid-template-columns: 1fr; } }

/* cards */
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; }
.card.pad { padding: 1.4rem; display: grid; gap: .8rem; }
.card .pic { aspect-ratio: 4 / 3; overflow: hidden; background: var(--line-2); }
.card .pic img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.card.svc:hover .pic img { transform: scale(1.03); }
.card .body { padding: 1.2rem 1.3rem 1.4rem; display: grid; gap: .55rem; align-content: start; flex: 1; }
.card .body p { color: var(--ink-2); font-size: .97rem; }
.card .meta { font-family: var(--font-mono); font-size: .7rem; color: var(--green); letter-spacing: .06em; text-transform: uppercase; }
.card .from { margin-top: auto; padding-top: .8rem; border-top: 1px dashed var(--line); font-size: .9rem; color: var(--ink-2); }
.card .from b { color: var(--ink); font-size: 1.05rem; }
.card.svc.wide .pic { aspect-ratio: 16 / 9; }
.card.plain { background: transparent; border: 0; border-radius: 0; border-top: 3px solid var(--green); padding-top: 1rem; display: grid; gap: .5rem; overflow: visible; }
.card.plain p { color: var(--ink-2); }
section.dark .card.plain { border-top-color: var(--orange); }
.alt .card.svc { background: var(--paper); }
figure.photo { margin: 0; position: relative; border-radius: 22px; overflow: hidden; aspect-ratio: 4 / 3; background: var(--line-2); }
figure.photo img { width: 100%; height: 100%; object-fit: cover; }
figure.photo.tall, figure.photo.portrait { aspect-ratio: 3 / 4; }
figure.photo.portrait { max-width: 340px; }
figure.photo figcaption, .phead-pic figcaption, .hero-photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.6rem 1rem .6rem; background: linear-gradient(transparent, rgba(10,46,35,.8)); color: #EAF3EE; font-size: .72rem; }
.ticks { list-style: none; margin: 1rem 0 0; padding: 0; display: grid; gap: .55rem; }
.ticks li { position: relative; padding-left: 2rem; }
.ticks li::before { content: "✓"; position: absolute; left: 0; top: .1rem; width: 1.35rem; height: 1.35rem; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: .78rem; font-weight: 700; display: grid; place-items: center; }
.ticks.small { font-size: .92rem; color: var(--ink-2); }
.x-list { list-style: none; margin: 1rem 0 0; padding: 0; display: grid; gap: .55rem; }
.x-list li { position: relative; padding-left: 2rem; }
.x-list li::before { content: "✕"; position: absolute; left: 0; top: .1rem; width: 1.35rem; height: 1.35rem; border-radius: 50%; background: #FBE3E1; color: var(--bad); font-size: .72rem; font-weight: 700; display: grid; place-items: center; }
.callout { background: var(--white); border: 1px solid var(--line); border-left: 5px solid var(--orange); border-radius: 14px; padding: 1.2rem 1.4rem; display: grid; gap: .4rem; }
.callout.big { background: var(--green-soft); border: 0; border-radius: 24px; padding: clamp(1.6rem, 4vw, 2.6rem); gap: .9rem; }
.alt .callout { background: var(--paper); }
.pill { display: inline-block; font-weight: 700; font-size: .85rem; padding: .15rem .6rem; border-radius: 999px; background: var(--orange-soft); color: #7A3108; }

/* page head */
.phead { background: var(--green-deep); color: var(--white); padding-block: clamp(36px, 6vw, 72px); position: relative; overflow: hidden; }
.phead::before { content: ""; position: absolute; right: -120px; top: -160px; width: 520px; height: 520px; border: 3px dashed rgba(255,106,26,.35); border-radius: 50%; pointer-events: none; }
.phead-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(1.6rem, 4vw, 3.5rem); align-items: center; position: relative; }
.phead h1 { color: var(--white); }
.phead .lead { color: var(--on-dark); margin-top: 1rem; }
.phead .cta { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 1.6rem; }
.crumbs { font-size: .8rem; color: var(--on-dark-2); display: flex; gap: .5rem; margin-bottom: 1rem; flex-wrap: wrap; }
.crumbs a { color: var(--on-dark); }
.phead-pic { margin: 0; position: relative; border-radius: 26px; overflow: hidden; aspect-ratio: 4 / 3; box-shadow: 0 30px 60px rgba(0,0,0,.3); }
.phead-pic img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 860px) { .phead-grid { grid-template-columns: 1fr; } .phead-pic { aspect-ratio: 16 / 9; } }

/* home hero */
.hero-home { padding-block: clamp(36px, 5vw, 64px) clamp(48px, 6vw, 80px); position: relative; overflow: hidden; background: var(--paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 700'%3E%3Cpath d='M-40 620 C 220 520 300 300 560 330 S 900 520 1240 120' fill='none' stroke='%23DDEFE6' stroke-width='18' stroke-linecap='round' stroke-dasharray='2 34'/%3E%3C/svg%3E") center / cover no-repeat; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(1.6rem, 4vw, 4rem); align-items: center; }
.hero-text h1 { margin-bottom: 1rem; max-width: 15ch; }
.hero-text .lead { margin-bottom: 1.6rem; }
.hero-visual { position: relative; padding-left: 2.4rem; }
.hero-photo { margin: 0; position: relative; border-radius: 30px; overflow: hidden; aspect-ratio: 4 / 5; max-height: 660px; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo figcaption { text-align: right; }
.live-card { position: absolute; left: 0; bottom: 18%; background: var(--white); border-radius: 18px; box-shadow: var(--shadow); padding: .9rem 1.1rem .9rem .9rem; display: flex; gap: .8rem; align-items: flex-start; max-width: 270px; }
.live-card div { display: grid; gap: .1rem; font-size: .85rem; color: var(--ink-2); }
.live-card small { font-size: .7rem; color: var(--ink-3); }
.live-card b { font-size: 1rem; color: var(--ink); }
.live-card .who { font-size: .78rem; color: var(--green); font-weight: 600; }
.live-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--orange); margin-top: .35rem; flex: none; box-shadow: 0 0 0 0 rgba(255,106,26,.6); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 12px rgba(255,106,26,0); } 100% { box-shadow: 0 0 0 0 rgba(255,106,26,0); } }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } .hero-visual { padding-left: 0; max-width: 520px; } .hero-photo { aspect-ratio: 4 / 3; } .live-card { left: 12px; bottom: 44px; } }

/* quick widget */
.qw { background: var(--white); border-radius: 22px; box-shadow: var(--shadow); border: 1px solid var(--line-2); padding: 1rem 1.2rem 1.2rem; max-width: 620px; }
.qw-tabs { display: flex; background: var(--paper); border-radius: 999px; padding: 4px; margin-bottom: 1rem; }
.qw-tabs button { flex: 1; font: inherit; font-weight: 700; font-size: .9rem; border: 0; background: none; padding: .55rem .8rem; border-radius: 999px; color: var(--ink-2); cursor: pointer; }
.qw-tabs button[aria-selected="true"] { background: var(--green); color: var(--white); }
.qw-pane { display: grid; gap: .8rem; }
.qw-price { display: flex; justify-content: space-between; align-items: center; gap: 1rem; background: var(--green-soft); border-radius: 14px; padding: .8rem 1rem; flex-wrap: wrap; }
.qw-price small { display: block; font-size: .75rem; color: var(--ink-2); }
.qw-price b { font-family: var(--font-display); font-size: 1.7rem; font-weight: 800; letter-spacing: -.02em; margin-right: .5rem; }
.qw-price span { font-size: .82rem; color: var(--ink-3); }
.qw-eta { font-size: .88rem; font-weight: 600; color: var(--green); text-align: right; }
.qw-note { font-size: .78rem; color: var(--ink-3); text-align: center; }

/* forms */
form.f { display: grid; gap: 1rem; background: var(--white); border: 1px solid var(--line); border-radius: 22px; padding: clamp(1.1rem, 3vw, 1.7rem); }
.alt form.f { background: var(--paper); }
.field { display: grid; gap: .3rem; font-size: .88rem; min-width: 0; }
.field > span { font-weight: 600; color: var(--ink); }
.field small { color: var(--ink-3); font-size: .78rem; }
.field input, .field select, .field textarea, .filters input, .filters select { font: inherit; font-size: .95rem; padding: .68rem .85rem; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--ink); width: 100%; min-width: 0; }
.field input:focus, .field select:focus, .field textarea:focus, .filters input:focus, .filters select:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px var(--green-soft); }
.field textarea { resize: vertical; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: var(--bad); box-shadow: 0 0 0 3px #FBE3E1; }
.field input[type="file"] { padding: .5rem; }
.field.range output { font-family: var(--font-mono); color: var(--green); margin-left: .3rem; }
.field input[type="range"] { padding: 0; border: 0; accent-color: var(--green); box-shadow: none; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.frow4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
@media (max-width: 560px) { .frow { grid-template-columns: 1fr; } .frow4 { grid-template-columns: 1fr 1fr; } }
.qw .frow { grid-template-columns: 1fr 1fr; }
@media (max-width: 400px) { .qw .frow { grid-template-columns: 1fr; } }
.check, .radio { display: grid; grid-template-columns: auto 1fr; gap: .6rem; align-items: start; font-size: .94rem; cursor: pointer; }
.check input, .radio input { margin-top: .25rem; accent-color: var(--green); width: 1.05rem; height: 1.05rem; }
.radio small { display: block; color: var(--ink-3); font-size: .8rem; }
.radios { display: grid; gap: .5rem; }
fieldset.checks { border: 0; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; }
fieldset.checks legend { font-weight: 600; font-size: .88rem; margin-bottom: .4rem; width: 100%; }
.ack { background: #DDF3E5; border-left: 4px solid var(--ok); border-radius: 10px; padding: .85rem 1rem; font-size: .94rem; }
.ack b { font-family: var(--font-mono); }
.warn { background: var(--orange-soft); border-left: 4px solid var(--orange); border-radius: 10px; padding: .7rem .9rem; font-size: .88rem; }
.err { color: var(--bad); font-weight: 600; font-size: .9rem; min-height: 1.2em; margin: .4rem 0 0; }
.f-compact { display: grid; gap: .7rem; }
.filters { display: flex; gap: .7rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.filters input { flex: 1 1 260px; width: auto; }
.filters select { flex: 0 1 240px; width: auto; }
.empty { color: var(--ink-3); padding: 1.6rem 0; }

/* option tiles (size, speed, payment) */
.size-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; }
.speed-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.pay-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
@media (max-width: 700px) { .size-grid { grid-template-columns: 1fr 1fr; } .pay-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 420px) { .speed-grid { grid-template-columns: 1fr; } }
.opt, .pay-opt { position: relative; display: grid; gap: .25rem; align-content: start; border: 2px solid var(--line); border-radius: 16px; padding: .9rem; cursor: pointer; background: var(--white); transition: border-color .15s, background-color .15s; }
.opt input, .pay-opt input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.opt:hover, .pay-opt:hover { border-color: var(--green); }
.opt:has(input:checked), .pay-opt:has(input:checked) { border-color: var(--green); background: var(--green-soft); }
.opt:has(input:focus-visible), .pay-opt:has(input:focus-visible) { outline: 3px solid var(--orange); outline-offset: 2px; }
.opt b { font-size: .98rem; } .opt small { font-size: .78rem; color: var(--ink-2); }
.opt-ico { height: 46px; display: flex; align-items: flex-end; margin-bottom: .3rem; }
.opt-ico::before { content: ""; display: block; border: 2.5px solid var(--ink); border-radius: 5px; background: var(--orange-soft); }
.ico-env::before { width: 34px; height: 22px; background: var(--white); }
.ico-s::before { width: 26px; height: 22px; }
.ico-m::before { width: 34px; height: 32px; }
.ico-l::before { width: 44px; height: 42px; }
.pay-opt { grid-template-columns: auto 1fr; align-items: center; gap: .55rem; padding: .75rem .8rem; font-weight: 600; font-size: .9rem; }
.pay-chips { list-style: none; margin: 1.2rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.pay-chips li { display: inline-flex; align-items: center; gap: .45rem; background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: .4rem .85rem; font-size: .88rem; font-weight: 600; }
.pay-chips i, .pay-opt i { width: 11px; height: 11px; border-radius: 50%; display: inline-block; flex: none; background: var(--ink-3); }
.pm-mpesa i { background: #3BA935; } .pm-orange i { background: #FF7900; } .pm-airtel i { background: #E40000; } .pm-afri i { background: #1B75BC; } .pm-card i { background: #1A1F71; } .pm-cash i { background: #8A9A90; }

/* stats band */
.stats { background: var(--green-deep); color: var(--white); }
.stats .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats div { padding: 1.6rem 1.2rem 1.6rem 0; }
.stats div + div { padding-left: 1.4rem; border-left: 1px solid rgba(255,255,255,.14); }
.stats b { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1; letter-spacing: -.02em; }
.stats span { font-size: .88rem; color: var(--on-dark); display: block; margin-top: .35rem; }
@media (max-width: 860px) { .stats .wrap { grid-template-columns: 1fr 1fr; } .stats div:nth-child(3) { border-left: 0; padding-left: 0; } .stats div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.14); } }

/* steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; counter-reset: s; }
.steps li { background: var(--paper); border-radius: var(--r); padding: 1rem 1rem 1.3rem; display: grid; gap: .5rem; position: relative; }
.step-art { aspect-ratio: 8 / 5; border-radius: 12px; overflow: hidden; background: var(--white); margin-bottom: .4rem; }
.step-art img { width: 100%; height: 100%; object-fit: cover; }
.step-n { position: absolute; top: .6rem; left: .6rem; width: 2rem; height: 2rem; border-radius: 50%; background: var(--orange); color: var(--ink); font-family: var(--font-display); font-weight: 800; display: grid; place-items: center; }
.steps p { color: var(--ink-2); font-size: .95rem; }
@media (max-width: 980px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }

/* tables */
.table-wrap { overflow-x: auto; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.alt .table-wrap { background: var(--paper); }
table { border-collapse: collapse; width: 100%; min-width: 520px; font-size: .94rem; }
th, td { text-align: left; padding: .75rem 1rem; border-bottom: 1px solid var(--line-2); vertical-align: top; }
th { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); font-weight: 500; }
td small { display: block; color: var(--ink-3); font-size: .78rem; }
td.num, th.num { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
td.num { font-weight: 600; }
tr:last-child td { border-bottom: 0; }
table.compact td, table.compact th { padding: .55rem .8rem; }
table.compact td small { display: inline; }
section.dark .table-wrap { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.12); }
section.dark th { color: var(--on-dark-2); }
section.dark td { color: var(--white); border-bottom-color: rgba(255,255,255,.08); }
section.dark td small { color: var(--on-dark-2); }
.zones { display: grid; gap: .8rem; }
.zone { background: var(--paper); border-radius: 14px; padding: 1rem 1.1rem; border-top: 4px solid var(--green); }
.zone.z2 { border-top-color: var(--orange); } .zone.z3 { border-top-color: var(--ink-3); }
.zone p { color: var(--ink-2); font-size: .93rem; margin-top: .35rem; }
.status { display: inline-block; font-size: .75rem; font-weight: 700; padding: .2rem .6rem; border-radius: 999px; white-space: nowrap; }
.s-delivered { background: #DDF3E5; color: var(--ok); } .s-transit, .s-booked { background: var(--green-soft); color: var(--green); } .s-out { background: var(--orange-soft); color: #7A3108; } .s-failed { background: #FBE3E1; color: var(--bad); }
dl.lines { display: grid; grid-template-columns: 1fr auto; gap: .45rem 1rem; margin: 0; font-size: .94rem; }
dl.lines dt { color: var(--ink-2); }
dl.lines dd { margin: 0; text-align: right; font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; }
dl.lines .total { border-top: 1px solid var(--line); padding-top: .6rem; font-size: 1.05rem; color: var(--ink); font-weight: 700; }
dl.lines dd.total { font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; }

/* network map */
.map-wrap { border-radius: 26px; padding: clamp(.6rem, 2vw, 1.2rem); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); }
.map-wrap.light { background: var(--white); border-color: var(--line); }
.netmap { width: 100%; height: auto; display: block; }
.m-land { fill: rgba(255,255,255,.06); stroke: rgba(255,255,255,.3); stroke-width: 2; stroke-linejoin: round; }
.m-air { fill: none; stroke: var(--orange); stroke-width: 2; stroke-dasharray: 5 6; }
.m-road { stroke: #FFFFFF; stroke-width: 3; stroke-linecap: round; }
.m-reg { stroke: #7FC4A3; stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 1 5; }
.m-dot { fill: var(--green-deep); stroke: #FFFFFF; stroke-width: 2.5; }
.m-hub { fill: var(--orange); }
.m-hub-ring { fill: none; stroke: var(--orange); stroke-width: 2; opacity: .45; }
.m-lbl { font-family: var(--font-body); font-size: 14px; font-weight: 600; fill: #FFFFFF; paint-order: stroke; stroke: var(--green-deep); stroke-width: 4px; stroke-linejoin: round; }
.m-lbl.hub { font-size: 16px; font-weight: 700; }
.m-note { font-family: var(--font-mono); font-size: 11px; fill: var(--on-dark-2); }
.light .m-land { fill: var(--green-soft); stroke: #9CCBB4; }
.light .m-road { stroke: var(--ink); }
.light .m-reg { stroke: var(--green); }
.light .m-dot { fill: var(--white); stroke: var(--green); }
.light .m-lbl { fill: var(--ink); stroke: var(--white); }
.light .m-note { fill: var(--ink-3); }
.legend { display: flex; flex-wrap: wrap; gap: .4rem 1.1rem; font-size: .8rem; margin-top: .6rem; color: var(--ink-2); }
section.dark .legend { color: var(--on-dark); }
.legend i { display: inline-block; vertical-align: middle; margin-right: .35rem; }
.lg-hub { width: 12px; height: 12px; border-radius: 50%; background: var(--orange); }
.lg-city { width: 11px; height: 11px; border-radius: 50%; border: 2.5px solid var(--green); background: var(--white); }
.lg-road { width: 22px; height: 3px; background: currentColor; }
.lg-air { width: 22px; border-top: 2px dashed var(--orange); }
.lg-reg { width: 22px; border-top: 3px dotted var(--green); }

/* band */
.band { position: relative; min-height: 540px; display: grid; align-items: center; isolation: isolate; color: var(--ink); }
.band img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.band::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,46,35,.75), rgba(10,46,35,.1) 70%); z-index: -1; }
.band-card { background: var(--white); border-radius: 26px; padding: clamp(1.4rem, 4vw, 2.4rem); max-width: 520px; display: grid; gap: .8rem; box-shadow: var(--shadow); }
.band-card p { color: var(--ink-2); }
.band .credit { position: absolute; right: 12px; bottom: 8px; font-size: .7rem; color: rgba(255,255,255,.8); }

/* news and app */
.news-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: clamp(1.6rem, 4vw, 3rem); align-items: start; }
@media (max-width: 900px) { .news-grid { grid-template-columns: 1fr; } }
.news { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.news li { border-bottom: 1px solid var(--line); }
.news details summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 130px 1fr auto; gap: 1.2rem; align-items: baseline; padding: 1.05rem 0; }
.news details summary::-webkit-details-marker { display: none; }
.news .d { font-family: var(--font-mono); font-size: .76rem; color: var(--ink-3); white-space: nowrap; }
.news .t { font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; }
.news details[open] .t, .news summary:hover .t { color: var(--green); }
.news .c { font-size: .72rem; font-weight: 700; color: var(--green); background: var(--green-soft); padding: .2rem .6rem; border-radius: 999px; white-space: nowrap; }
.news .body { padding: 0 0 1.3rem 150px; color: var(--ink-2); max-width: 80ch; }
@media (max-width: 720px) { .news details summary { grid-template-columns: 1fr; gap: .3rem; } .news .c { justify-self: start; } .news .body { padding-left: 0; } }
.app-card { background: var(--green-soft); border-radius: 26px; padding: 1.4rem; display: grid; gap: 1rem; }
.app-card img { width: 100%; max-width: 240px; margin-inline: auto; border-radius: 18px; }
.app-card p { color: var(--ink-2); margin-top: .5rem; }
.apps { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1rem; }
.apps span, .apps a { background: var(--white); border-radius: 999px; padding: .4rem .85rem; font-size: .84rem; font-weight: 600; color: var(--ink); }

/* FAQ */
.faq { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.faq li { background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.alt .faq li { background: var(--paper); }
.faq summary { cursor: pointer; padding: 1rem 3rem 1rem 1.2rem; font-weight: 700; position: relative; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 1.1rem; top: .75rem; font-size: 1.4rem; font-weight: 400; color: var(--green); }
.faq details[open] summary::after { content: "−"; }
.faq .body { padding: 0 1.2rem 1.1rem; color: var(--ink-2); }

/* send wizard */
.wiz-grid { display: grid; grid-template-columns: 1.7fr 1fr; gap: clamp(1.2rem, 3vw, 2.4rem); align-items: start; }
@media (max-width: 960px) { .wiz-grid { grid-template-columns: 1fr; } }
.wizard { background: var(--white); border: 1px solid var(--line); border-radius: 26px; padding: clamp(1rem, 3vw, 1.8rem); }
.wiz-steps { list-style: none; margin: 0 0 1.4rem; padding: 0 0 1.2rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; border-bottom: 1px solid var(--line-2); counter-reset: w; }
.wiz-steps li { display: flex; align-items: center; gap: .5rem; font-size: .86rem; font-weight: 600; color: var(--ink-3); }
.wiz-steps span { width: 1.8rem; height: 1.8rem; border-radius: 50%; display: grid; place-items: center; background: var(--paper); color: var(--ink-2); font-weight: 700; flex: none; }
.wiz-steps li.on { color: var(--ink); } .wiz-steps li.on span { background: var(--orange); color: var(--ink); }
.wiz-steps li.done span { background: var(--green); color: var(--white); }
@media (max-width: 600px) { .wiz-steps li { font-size: 0; gap: 0; justify-content: center; } .wiz-steps li.on { font-size: .8rem; gap: .4rem; grid-column: span 1; } }
.wiz-pane { border: 0; margin: 0; padding: 0; min-width: 0; display: grid; gap: .9rem; }
.wiz-pane h3.sub:first-of-type { margin-top: .6rem; }
.route-pick { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.rp { background: var(--paper); border-radius: 16px; padding: 1rem; display: grid; gap: .6rem; }
.rp h3 { font-size: 1rem; display: flex; align-items: center; gap: .5rem; }
.rp h3::before { content: ""; width: 12px; height: 12px; border-radius: 50%; border: 3px solid var(--green); }
.rp + .rp h3::before { border-color: var(--orange); background: var(--orange); }
@media (max-width: 700px) { .route-pick { grid-template-columns: 1fr; } }
details.dims { background: var(--paper); border-radius: 14px; padding: .8rem 1rem; }
details.dims summary { cursor: pointer; font-weight: 600; font-size: .92rem; color: var(--green); }
details.dims[open] summary { margin-bottom: .8rem; }
.parties { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.party { background: var(--paper); border-radius: 16px; padding: 1rem; display: grid; gap: .7rem; align-content: start; }
.party h4 { margin-top: .4rem; font-size: .92rem; }
@media (max-width: 760px) { .parties { grid-template-columns: 1fr; } }
.wiz-nav { display: flex; justify-content: space-between; gap: .6rem; margin-top: 1.2rem; padding-top: 1.2rem; border-top: 1px solid var(--line-2); }
.wiz-nav [data-wiz="next"], .wiz-nav [data-wiz="confirm"] { margin-left: auto; }
.wiz-status:not(:empty) { background: var(--paper); border-radius: 14px; padding: 1rem; font-size: .92rem; }
.progress { height: 6px; border-radius: 3px; background: var(--line-2); overflow: hidden; margin-top: .7rem; }
.progress i { display: block; height: 100%; width: 0; background: var(--green); animation: fill 1.8s linear forwards; }
@keyframes fill { to { width: 100%; } }
.wiz-side { position: sticky; top: 96px; display: grid; gap: 1rem; }
@media (max-width: 960px) { .wiz-side { position: static; } }
.summary { background: var(--white); border: 1px solid var(--line); border-radius: 22px; padding: 1.3rem; display: grid; gap: .9rem; }
.summary dl { display: grid; grid-template-columns: auto 1fr; gap: .4rem .9rem; margin: 0; font-size: .9rem; }
.summary dt { color: var(--ink-3); }
.summary dd { margin: 0; text-align: right; font-weight: 600; }
.summary dd.minus { color: var(--ok); }
.sum-total { display: flex; align-items: baseline; justify-content: space-between; gap: .6rem; border-top: 1px solid var(--line); padding-top: .9rem; flex-wrap: wrap; }
.sum-total b { font-family: var(--font-display); font-size: 2rem; font-weight: 800; letter-spacing: -.02em; margin-left: auto; }
.sum-total small { width: 100%; text-align: right; color: var(--ink-3); }
.sum-eta:not(:empty) { background: var(--green-soft); color: var(--green); font-weight: 600; font-size: .9rem; border-radius: 12px; padding: .6rem .8rem; }
.pack { background: var(--white); border: 1px solid var(--line); border-radius: 22px; padding: 1rem; display: grid; gap: .6rem; }
.pack figure.photo { aspect-ratio: 16 / 9; border-radius: 14px; }
.wiz-done { display: grid; gap: 1rem; }
.wiz-done h3 { font-size: 1.6rem; color: var(--green); }
.sms { background: var(--paper); border-left: 4px solid var(--green); border-radius: 10px; padding: .7rem .9rem; font-family: var(--font-mono); font-size: .8rem; white-space: pre-wrap; overflow-wrap: anywhere; }
.label { border: 2px dashed var(--ink); border-radius: 14px; padding: 1rem 1.2rem; display: grid; gap: .6rem; background: var(--white); max-width: 460px; }
.label-top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-family: var(--font-display); font-weight: 800; }
.label-top .mono { font-size: 1.1rem; }
.label-ft { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; font-size: .86rem; }
.label-ft small { display: block; color: var(--ink-3); font-family: var(--font-mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }
.barcode { height: 58px; background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 4px, var(--ink) 4px 7px, transparent 7px 9px, var(--ink) 9px 10px, transparent 10px 14px); border-radius: 2px; }
.done-actions { display: flex; flex-wrap: wrap; gap: .6rem; }

/* tracking */
.track-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(1.2rem, 3vw, 2.4rem); align-items: start; }
@media (max-width: 960px) { .track-grid { grid-template-columns: 1fr; } }
.track-form { display: grid; grid-template-columns: 1fr auto; gap: .7rem; align-items: end; background: var(--white); border: 1px solid var(--line); border-radius: 22px; padding: 1.1rem; }
.track-form input { font-size: 1.15rem; padding: .85rem 1rem; }
@media (max-width: 480px) { .track-form { grid-template-columns: 1fr; } }
.demo-nums { font-size: .85rem; color: var(--ink-3); margin-top: .8rem; line-height: 1.9; }
.demo-nums .linkish { font-size: .82rem; }
.track-side { display: grid; gap: 1rem; }
.tk { background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: clamp(1rem, 3vw, 1.6rem); display: grid; gap: 1.2rem; margin-top: 1rem; }
.tk-head { display: flex; justify-content: space-between; align-items: center; gap: .6rem 1rem; flex-wrap: wrap; }
.tk-head .mono { font-size: 1.25rem; font-weight: 500; }
.tk-route { font-family: var(--font-display); font-size: clamp(1.3rem, 3vw, 1.7rem); font-weight: 800; letter-spacing: -.02em; }
.tk-route span { color: var(--orange-deep); padding-inline: .3rem; }
.tk-next { background: var(--green-soft); color: var(--green); border-radius: 12px; padding: .7rem .9rem; font-weight: 600; }
.tk-next.fail { background: #FBE3E1; color: var(--bad); }
.tk-bar { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; }
.tk-bar li { font-size: .72rem; color: var(--ink-3); padding-top: .55rem; border-top: 5px solid var(--line-2); }
.tk-bar li.done { border-top-color: var(--green); color: var(--ink-2); }
.tk-bar li.now { border-top-color: var(--orange); color: var(--ink); font-weight: 700; }
.tk-bar li.fail { border-top-color: var(--bad); color: var(--bad); font-weight: 700; }
@media (max-width: 520px) { .tk-bar li { font-size: 0; } .tk-bar li.now, .tk-bar li.fail { font-size: .72rem; grid-column: span 1; white-space: nowrap; } }
.tk-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem; margin: 0; }
.tk-meta div { background: var(--paper); border-radius: 12px; padding: .6rem .75rem; }
.tk-meta dt { font-family: var(--font-mono); font-size: .64rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); }
.tk-meta dd { margin: 0; font-weight: 600; font-size: .9rem; }
@media (max-width: 640px) { .tk-meta { grid-template-columns: 1fr 1fr; } }
.tl { list-style: none; margin: 0; padding: 0; }
.tl li { position: relative; padding: 0 0 1.1rem 1.8rem; font-size: .92rem; color: var(--ink-2); }
.tl li::before { content: ""; position: absolute; left: 0; top: .3rem; width: 12px; height: 12px; border-radius: 50%; background: var(--green); }
.tl li::after { content: ""; position: absolute; left: 5px; top: 1.1rem; bottom: .1rem; width: 2px; background: var(--line); }
.tl li:last-child::after { display: none; }
.tl li.now::before { background: var(--orange); box-shadow: 0 0 0 5px var(--orange-soft); }
.tl li.fail::before { background: var(--bad); box-shadow: 0 0 0 5px #FBE3E1; }
.tl li.plan::before { background: var(--white); border: 2px solid var(--line); }
.tl li.plan { color: var(--ink-3); }
.tl b { display: block; color: var(--ink); font-weight: 600; }
.tl time { font-family: var(--font-mono); font-size: .74rem; color: var(--ink-3); }
.tk-cols { display: grid; grid-template-columns: 1.3fr 1fr; gap: 1.2rem; align-items: start; }
@media (max-width: 700px) { .tk-cols { grid-template-columns: 1fr; } }
.tk-box { background: var(--paper); border-radius: 16px; padding: 1rem; display: grid; gap: .6rem; }
.tk-box h4 { font-size: .95rem; }
.courier-row { display: flex; gap: .8rem; align-items: center; }
.courier-row .avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--green); color: var(--white); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; flex: none; }
.signature { height: 60px; background: var(--white); border-radius: 10px; border: 1px solid var(--line); }
.signature path { fill: none; stroke: var(--ink); stroke-width: 2.2; stroke-linecap: round; }

/* business */
.dash { background: var(--white); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.dash-top { display: flex; align-items: center; gap: .9rem; padding: .7rem 1rem; background: var(--paper); border-bottom: 1px solid var(--line-2); font-size: .88rem; }
.dots { display: inline-flex; gap: 5px; } .dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--line); }
.dots i:first-child { background: var(--orange); }
.dash-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem; padding: 1rem; }
.dash-kpis div { background: var(--paper); border-radius: 12px; padding: .6rem .7rem; }
.dash-kpis b { display: block; font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; }
.dash-kpis span { font-size: .74rem; color: var(--ink-3); }
@media (max-width: 520px) { .dash-kpis { grid-template-columns: 1fr 1fr; } }
.dash-cod { margin: 0 1rem 1rem; background: var(--green-deep); color: var(--white); border-radius: 12px; padding: .7rem 1rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .88rem; }
.dash-cod b { font-family: var(--font-display); font-size: 1.15rem; color: var(--orange); }
.table-wrap.flat { border: 0; border-top: 1px solid var(--line-2); border-radius: 0; }
.code { margin: 0; background: #06140F; color: #D7E7DF; border-radius: 18px; padding: 1.2rem 1.3rem; overflow-x: auto; font-family: var(--font-mono); font-size: .8rem; line-height: 1.65; border: 1px solid rgba(255,255,255,.08); }
.c-cmd { color: var(--orange); font-weight: 700; } .c-str { color: #FFB27D; } .c-key { color: #9FE0BF; } .c-com { color: #7C958A; }
section.dark .note { color: var(--on-dark-2); }

/* relays and jobs */
.relays { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
@media (max-width: 760px) { .relays { grid-template-columns: 1fr; } }
.relays > li { background: var(--paper); border-radius: 16px; padding: 1rem 1.1rem; display: flex; justify-content: space-between; gap: 1rem; }
.relay-main { display: grid; gap: .15rem; font-size: .9rem; color: var(--ink-2); }
.relay-main b { font-size: 1.05rem; color: var(--ink); font-family: var(--font-display); }
.relay-main small { color: var(--ink-3); font-size: .8rem; }
.kind { justify-self: start; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: .15rem .55rem; border-radius: 999px; background: var(--white); color: var(--ink-2); border: 1px solid var(--line); }
.k-hub { background: var(--orange); color: var(--ink); border-color: var(--orange); }
.k-agence { background: var(--green); color: var(--white); border-color: var(--green); }
.tags { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .3rem; align-items: flex-end; }
.tags li { font-size: .72rem; background: var(--white); border-radius: 999px; padding: .12rem .55rem; color: var(--green); font-weight: 600; white-space: nowrap; }
.jobs { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.jobs li { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 1rem 1.2rem; display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; }
.alt .jobs li { background: var(--paper); border-color: transparent; }
.jobs b { font-size: 1.08rem; display: block; font-family: var(--font-display); }
.jobs small { color: var(--ink-3); font-size: .84rem; }
@media (max-width: 600px) { .jobs li { grid-template-columns: 1fr; } }

/* help, about */
.prohib { background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 1.3rem 1.4rem; border-top: 5px solid var(--bad); }
.prohib.p1 { border-top-color: var(--ok); }
.contacts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.contacts > div { background: var(--paper); border-radius: 18px; padding: 1.2rem; display: grid; gap: .25rem; font-size: .93rem; }
.contacts b { font-family: var(--font-display); font-size: 1.15rem; }
.contacts span { color: var(--ink-2); }
.contacts small { color: var(--ink-3); margin-top: .3rem; font-family: var(--font-mono); font-size: .72rem; }
@media (max-width: 860px) { .contacts { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .contacts { grid-template-columns: 1fr; } }
.docs { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.docs li { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.docs li small { display: block; color: var(--ink-3); font-size: .78rem; font-family: var(--font-mono); }
.legal dl { display: grid; grid-template-columns: minmax(120px, auto) 1fr; gap: .6rem 1.4rem; margin: 0; font-size: .94rem; }
.legal dt { font-family: var(--font-mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); padding-top: .2rem; }
.legal dd { margin: 0; color: var(--ink-2); }
@media (max-width: 560px) { .legal dl { grid-template-columns: 1fr; gap: .1rem; } .legal dd { margin-bottom: .6rem; } }
h2.statement { font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.15; }
.kpi-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.kpi-row.two { grid-template-columns: 1fr 1fr; }
.kpi { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 1rem 1.1rem; display: grid; gap: .2rem; }
.kpi b { font-family: var(--font-display); font-weight: 800; font-size: 2rem; line-height: 1; color: var(--green); letter-spacing: -.02em; }
.kpi span { font-size: .88rem; color: var(--ink-2); }
@media (max-width: 860px) { .kpi-row { grid-template-columns: 1fr 1fr; } }
.timeline { list-style: none; margin: 0; padding: 0; }
.timeline li { display: grid; grid-template-columns: 80px 1fr; gap: 1.2rem; padding: 1rem 0; border-bottom: 1px dashed var(--line); }
.timeline .y { font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; color: var(--green); }
.timeline p { color: var(--ink-2); }
.people { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.person { background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 1.3rem; display: grid; gap: .3rem; align-content: start; }
.initials { width: 48px; height: 48px; border-radius: 50%; background: var(--green-soft); color: var(--green); font-family: var(--font-display); font-weight: 800; display: grid; place-items: center; margin-bottom: .5rem; }
.person b { font-size: 1.1rem; font-family: var(--font-display); }
.person > span:not(.initials) { font-size: .86rem; color: var(--orange-deep); font-weight: 600; }
.person p { font-size: .93rem; color: var(--ink-2); margin-top: .3rem; }
@media (max-width: 960px) { .people { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .people { grid-template-columns: 1fr; } }

/* footer */
footer { background: var(--green-deep); color: var(--on-dark); padding-block: 3.6rem 1.6rem; font-size: .92rem; }
footer a { color: #EAF3EE; }
footer .brand, footer .brand b { color: var(--white); }
footer .brand small { color: var(--on-dark-2); }
.fgrid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.2rem; margin-bottom: 2rem; }
.fgrid h4 { color: var(--orange); font-family: var(--font-mono); font-size: .72rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .9rem; }
.fgrid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.fgrid p { color: var(--on-dark-2); margin-top: .9rem; }
footer .pay-chips { margin: 0 0 1.6rem; }
footer .pay-chips li { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: var(--white); }
.fbottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 1.2rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .82rem; color: var(--on-dark-2); }
.credits { font-size: .72rem; color: var(--on-dark-2); margin-top: 1rem; line-height: 1.6; }
.credits a { color: #B7CCC1; }
@media (max-width: 960px) { .fgrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .fgrid { grid-template-columns: 1fr; } }

/* consent, modal, toast */
.consent { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 120; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 16px 50px rgba(0,0,0,.25); padding: 1rem 1.2rem; display: flex; justify-content: space-between; gap: 1rem; align-items: center; flex-wrap: wrap; max-width: var(--wrap); margin-inline: auto; font-size: .88rem; }
.consent-btns { display: flex; gap: .5rem; }
.overlay { position: fixed; inset: 0; background: rgba(10,46,35,.6); display: grid; place-items: center; padding: 16px; z-index: 300; }
.dialog { background: var(--white); max-width: 460px; width: 100%; padding: 1.6rem; display: grid; gap: .8rem; border-radius: 22px; }
.dialog p { color: var(--ink-2); font-size: .95rem; }
.dialog .actions { display: flex; justify-content: flex-end; gap: .6rem; }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); background: var(--ink); color: var(--white); padding: .7rem 1.2rem; font-size: .9rem; z-index: 310; max-width: calc(100vw - 32px); text-align: center; border-radius: 999px; }

/* print: shipping label only */
@media print {
  body.print-label * { visibility: hidden; }
  body.print-label .label, body.print-label .label * { visibility: visible; }
  body.print-label .label { position: absolute; left: 0; top: 0; }
}
