/* Transking Logistics — shared site styles (bold industrial) */

:root{
  --bg:#F1F0EA;
  --surface:#FFFFFF;
  --surface-2:#E7E5DC;
  --ink:#142168;
  --ink-soft:#585E82;
  --line:#D8D6C9;
  --accent:#E63114;
  --accent-dark:#C0270E;
  --accent-ink:#FFFFFF;
  --route:#312783;
  --route-soft:#EDEAF8;
  --good:#1F7A4D;
  --good-soft:#E5F3EA;
  --star:#F2A93B;
  --radius:2px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:"IBM Plex Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.6;
}
.eyebrow,nav a,.btn,.navphone,.stat b,.tl-year,.step .n,.industry-row .idx,footer.site h4{ font-family:"Sora",Impact,sans-serif; }
h1,h2,h3,h4{ font-family:"Sora",Impact,sans-serif; font-weight:700; letter-spacing:-0.01em; margin:0 0 .5em; text-wrap:balance; line-height:1.08; }
h1{ font-weight:800; }
p{ margin:0 0 1em; color:var(--ink); max-width:65ch; line-height:1.7; }
a{ color:var(--route); }
img{max-width:100%;display:block;}
.container{ max-width:1180px; margin:0 auto; padding:0 24px; }
section{ padding:80px 0; }
.eyebrow{
  font-size:14px; letter-spacing:.08em; text-transform:uppercase; color:var(--accent);
  font-weight:700; margin-bottom:14px; display:flex; align-items:center; gap:10px;
}
.eyebrow:before{ content:""; width:26px; height:3px; background:var(--accent); display:inline-block; }

/* Ghost numeral — bold background texture */
.ghost-num{
  position:absolute; font-family:"Sora",sans-serif; font-weight:900;
  color:rgba(255,255,255,0.055); line-height:1; pointer-events:none; z-index:0; user-select:none;
}
.ghost-num.on-light{ color:rgba(20,33,104,0.05); }

/* Speed-line motif */
.speedlines{ position:absolute; inset:0; overflow:hidden; pointer-events:none; }
.speedlines svg{ position:absolute; }

/* Top bar */
.topbar{ background:var(--ink); color:#DDE3EE; font-size:13px; }
.topbar .container{ display:flex; justify-content:space-between; align-items:center; height:38px; }
.topbar a{ color:#DDE3EE; text-decoration:none; }
.topbar .topbar-links{ display:flex; gap:20px; }
.topbar .topbar-links span{ display:inline-flex; align-items:center; gap:6px; }

/* Header / nav */
header.site{
  background:var(--surface);
  box-shadow:0 1px 0 var(--line);
  position:sticky; top:0; z-index:20;
}
header.site .container{
  display:flex; align-items:center; justify-content:space-between; height:96px; gap:20px;
}
.brand{ display:flex; align-items:center; gap:10px; text-decoration:none; color:var(--ink); }
.brand-logo{ height:66px; width:auto; display:block; }

nav.main{ display:flex; gap:2px; }
nav.main a{
  font-size:15px; letter-spacing:.02em; text-transform:uppercase; color:var(--ink); font-weight:600;
  text-decoration:none; padding:10px 12px; white-space:nowrap;
  border-bottom:2px solid transparent;
}
nav.main a:hover, nav.main a.active{ border-bottom-color:var(--accent); color:var(--accent); }

.header-cta{ display:flex; align-items:center; gap:12px; }
.navphone{
  display:flex; flex-direction:column; align-items:flex-end; text-decoration:none; color:var(--ink);
}
.navphone .label{ font-size:10.5px; color:var(--ink-soft); text-transform:uppercase; letter-spacing:.06em; font-family:"JetBrains Mono",monospace;}
.navphone .num{ font-size:17px; font-weight:700; font-family:"Sora",sans-serif; }
.btn{
  display:inline-flex; align-items:center; gap:8px; text-decoration:none;
  background:var(--accent); color:#fff; border:1px solid var(--accent); cursor:pointer;
  font-family:"Sora",sans-serif;
  font-size:15px; text-transform:uppercase; letter-spacing:.04em; font-weight:700;
  padding:13px 24px; border-radius:var(--radius); white-space:nowrap;
  transition:background .18s ease, color .18s ease, border-color .18s ease;
}
.btn:hover{ background:var(--accent-dark); border-color:var(--accent-dark); }
.btn.outline{ background:transparent; color:var(--ink); border:1px solid var(--ink); }
.btn.outline:hover{ background:var(--ink); color:#fff; border-color:var(--ink); }
.btn.large{ padding:16px 30px; font-size:16px; }
.btn.on-dark{ background:transparent; color:#fff; border-color:rgba(255,255,255,0.5); }
.btn.on-dark:hover{ background:#fff; color:var(--ink); border-color:#fff; }
.btn.light{ background:#fff; color:var(--ink); border-color:#fff; }
.btn.light:hover{ background:var(--accent); color:#fff; border-color:var(--accent); }

/* Bold navy hero — used on every page */
.hero{
  position:relative; overflow:hidden; color:#fff; padding:88px 0 76px;
  background:var(--ink);
}
.hero .eyebrow{ color:#FF6B45; }
.hero .eyebrow:before{ background:#FF6B45; }
.hero h1{ color:#fff; max-width:15ch; font-size:74px; position:relative; z-index:1; }
.hero .lede{ color:#C7CEEE; font-size:19px; font-weight:500; max-width:50ch; position:relative; z-index:1; }
.hero .container{ position:relative; z-index:1; }
.hero-grid{ display:grid; grid-template-columns:1.15fr .85fr; gap:0; align-items:stretch; }
.hero-cta{ display:flex; gap:14px; margin-top:30px; flex-wrap:wrap; }
.trust-row{ display:flex; align-items:center; gap:10px; margin-top:28px; font-size:14px; color:#AEB7DE; font-family:"JetBrains Mono",monospace; }
.stars{ color:var(--star); letter-spacing:2px; font-family:initial; }

/* Hero — homepage variant */
.hero-dark{ padding:120px 0 96px; }
.hero-dark h1{ font-size:72px; line-height:1; max-width:14ch; }

/* Stat row */
.stats{ background:var(--ink); border-top:1px solid rgba(255,255,255,0.1); }
.stats .container{ display:grid; grid-template-columns:repeat(4,1fr); gap:0; }
.stat{ padding:36px 28px; border-left:1px solid rgba(255,255,255,0.14); }
.stat:first-child{ border-left:none; }
.stat b{
  display:block; font-weight:800; font-size:46px; color:#fff;
  font-variant-numeric:tabular-nums;
}
.stat b span{ color:var(--accent); }
.stat span.label{ font-family:"JetBrains Mono",monospace; font-size:11.5px; color:#9BA4D1; text-transform:uppercase; letter-spacing:.06em; }

/* Cards / grids */
.grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:40px; background:var(--line); border:1px solid var(--line); }
.grid-2{ display:grid; grid-template-columns:repeat(2,1fr); gap:24px; margin-top:32px; }
.card{
  background:var(--surface);
  padding:32px 28px;
  transition:background .18s ease;
}
.card:hover{ background:var(--surface-2); }
.card .icon{
  width:44px;height:44px;border-radius:var(--radius);
  background:var(--ink); color:#fff;
  display:flex;align-items:center;justify-content:center;margin-bottom:18px;
}
.card h3{ font-size:24px; text-transform:none; }
.card p{ font-size:14.5px; color:var(--ink-soft); margin-bottom:0; line-height:1.7; }

/* Section header */
.section-head{ max-width:62ch; margin-bottom:8px; }
.section-head h2{ font-size:44px; text-transform:none; }

/* Routes grid */
.routes-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:1px; margin-top:40px; background:var(--line); border:1px solid var(--line); }
.route-chip{
  padding:18px 18px; background:var(--surface);
  display:flex; flex-direction:column; gap:3px;
  transition:background .18s ease;
}
.route-chip:hover{ background:var(--surface-2); }
.route-chip .from{ font-family:"JetBrains Mono",monospace; font-size:10px; color:var(--ink-soft); text-transform:uppercase; letter-spacing:.05em;}
.route-chip .to{ font-family:"Sora",sans-serif; font-size:26px; font-weight:800; }
.route-chip .meta{ font-family:"JetBrains Mono",monospace; font-size:11px; color:var(--accent); margin-top:2px;}

/* Fleet table */
.fleet-table{ width:100%; border-collapse:collapse; margin-top:28px; background:var(--surface); border:1px solid var(--line); }
.fleet-table th,.fleet-table td{ text-align:left; padding:14px 18px; border-bottom:1px solid var(--line); font-size:14.5px;}
.fleet-table th{ background:var(--ink); color:#fff; font-family:"Sora",sans-serif; text-transform:uppercase; font-size:16px; letter-spacing:.04em; font-weight:700; }
.fleet-table tr:last-child td{ border-bottom:none; }
.fleet-table tbody tr{ transition:background .15s ease; }
.fleet-table tbody tr:hover{ background:var(--surface-2); }
.fleet-table td:first-child{ font-family:"JetBrains Mono",monospace; font-size:13.5px; }

/* Steps */
.steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:32px; counter-reset:step; }
.step{ position:relative; padding-top:8px; }
.step .n{
  font-size:16px; color:#fff; font-weight:800; background:var(--accent);
  width:32px; height:32px; border-radius:var(--radius);
  display:flex; align-items:center; justify-content:center; margin-bottom:14px;
}
.step h4{ font-size:18px; text-transform:none; font-family:"IBM Plex Sans",sans-serif; font-weight:600; }
.step p{ font-size:13.5px; color:var(--ink-soft); }

/* Industry list */
.industry-row{
  display:flex; gap:20px; padding:24px 0; border-bottom:1px solid var(--line); align-items:flex-start;
}
.industry-row:first-child{ padding-top:0; }
.industry-row .idx{ font-size:24px; color:var(--accent); font-weight:800; width:46px; flex:none; }
.industry-row h3{ font-size:23px; margin-bottom:4px; text-transform:none; }
.industry-row p{ font-size:14.5px; color:var(--ink-soft); margin:0; }

/* CTA band */
.cta-band{
  position:relative; overflow:hidden; color:#fff; padding:80px 0;
  background:var(--ink);
}
.cta-band .speedlines svg{ right:-40px; top:50%; transform:translateY(-50%); opacity:0.12; }
.cta-band h2{ color:#fff; font-size:42px; }
.cta-band p{ color:#C7CEEE; }
.cta-band-inner{ position:relative; z-index:1; display:flex; justify-content:space-between; align-items:center; gap:24px; flex-wrap:wrap; }

/* Contact page */
.contact-grid{ display:grid; grid-template-columns:1fr 1fr; gap:1px; margin-top:40px; background:var(--line); border:1px solid var(--line); }
.contact-card{
  background:var(--surface); padding:28px;
  display:flex; flex-direction:column; gap:10px;
}
.contact-card .icon{ width:44px;height:44px;border-radius:var(--radius);background:var(--good);color:#fff; display:flex;align-items:center;justify-content:center;}
.contact-card h3{ font-size:23px; text-transform:none; }
.contact-card a.big{ font-size:27px; font-weight:800; color:var(--ink); text-decoration:none; font-family:"Sora",sans-serif;}
.checklist{ list-style:none; padding:0; margin:20px 0 0; }
.checklist li{ padding:8px 0 8px 26px; position:relative; font-size:14.5px; color:var(--ink-soft); border-bottom:1px solid var(--line);}
.checklist li:before{ content:"✓"; position:absolute; left:0; color:var(--good); font-weight:700; }

/* Footer */
footer.site{ background:var(--ink); color:#C7CFDF; padding:56px 0 28px; margin-top:0; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:32px; }
footer.site h4{ color:#fff; font-size:17px; text-transform:uppercase; letter-spacing:.03em; margin-bottom:16px; font-weight:700;}
footer.site a{ color:#C7CFDF; text-decoration:none; font-size:14px; display:block; margin-bottom:10px; transition:color .15s ease, transform .15s ease; }
footer.site a:hover{ color:#fff; transform:translateX(3px); }
footer.site p{ color:#98A3BA; font-size:14px; }
.footer-bottom{ border-top:1px solid #2B3652; margin-top:40px; padding-top:20px; display:flex; justify-content:space-between; font-size:12.5px; color:#7C87A0; flex-wrap:wrap; gap:10px;}

/* About page timeline */
.timeline{ margin-top:32px; }
.tl-item{ display:grid; grid-template-columns:130px 1fr; gap:24px; padding:24px 0; border-bottom:1px solid var(--line); }
.tl-item:last-child{ border-bottom:none; }
.tl-year{ font-size:30px; color:var(--accent); font-weight:800; }
.tl-item h4{ font-size:21px; margin-bottom:4px; text-transform:none; }
.tl-item p{ font-size:14.5px; color:var(--ink-soft); margin:0; }

/* FAQ accordion (native details/summary, no JS) */
.faq{ margin-top:28px; border-top:1px solid var(--line); }
.faq details{ border-bottom:1px solid var(--line); padding:18px 0; }
.faq summary{
  cursor:pointer; list-style:none; font-family:"IBM Plex Sans",sans-serif; font-weight:600; font-size:15.5px;
  display:flex; justify-content:space-between; align-items:center; gap:16px; color:var(--ink);
}
.faq summary::-webkit-details-marker{ display:none; }
.faq summary:after{
  content:"+"; font-family:"Sora",sans-serif; font-size:22px; color:var(--accent); flex:none; line-height:1;
}
.faq details[open] summary:after{ content:"\2212"; }
.faq details p{ margin-top:12px; font-size:14.5px; color:var(--ink-soft); max-width:70ch; }

/* Map embed */
.map-wrap{
  border-radius:0; overflow:hidden; border:1px solid var(--line); margin-top:32px;
  background:var(--surface);
}
.map-wrap iframe{ width:100%; height:340px; border:0; display:block; }

/* Footer social row */
.social-row{ display:flex; gap:10px; margin-top:16px; }
.social-row a{
  width:34px; height:34px; border-radius:50%; border:1px solid #3A4470;
  display:flex; align-items:center; justify-content:center; margin:0;
}
.social-row a svg{ width:16px; height:16px; }

/* WhatsApp floating button */
.wa-float{
  position:fixed; bottom:22px; right:22px; z-index:30;
  width:56px;height:56px;border-radius:50%;background:#25D366; color:#fff;
  display:flex;align-items:center;justify-content:center; text-decoration:none;
  box-shadow:0 6px 18px rgba(0,0,0,.22);
}
.wa-float svg{ width:28px;height:28px; }

/* Responsive */
@media (max-width:980px){
  .header-cta .navphone{ display:none; }
}
@media (max-width:900px){
  .hero-grid{ grid-template-columns:1fr; }
  .hero h1{ font-size:56px; }
  .hero-dark h1{ font-size:56px; }
  .section-head h2{ font-size:38px; }
  .grid-3{ grid-template-columns:1fr 1fr; }
  .routes-grid{ grid-template-columns:1fr 1fr; }
  .steps{ grid-template-columns:1fr 1fr; }
  .stats .container{ grid-template-columns:1fr 1fr; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .contact-grid{ grid-template-columns:1fr; }
}
@media (max-width:680px){
  .topbar .container{
    flex-direction:column; align-items:flex-start; height:auto; gap:4px; padding:8px 24px;
  }
  .topbar{ font-size:11.5px; }
  .topbar .topbar-links{ gap:14px; flex-wrap:wrap; }

  header.site .container{ flex-wrap:wrap; height:auto; padding:14px 24px; }
  nav.main{
    order:3; width:100%; overflow-x:auto; gap:4px; padding-bottom:12px;
    border-top:1px solid var(--line); margin-top:12px; padding-top:8px;
  }
  nav.main a{ flex:none; padding:8px 12px; font-size:13px; }
  .header-cta .navphone{ display:none; }
  .brand-logo{ height:46px; }
  .hero{ padding:56px 0 44px; }
  .hero h1{ font-size:38px; max-width:100%; }
  .hero-dark h1{ font-size:38px; max-width:100%; }
  .hero .lede{ font-size:16.5px; }
  .hero-dark{ padding:64px 0 48px; }
  .ghost-num{ font-size:130px !important; top:-10px !important; right:-10px !important; }
  .section-head h2{ font-size:28px; }
  .eyebrow{ font-size:12.5px; }
  .grid-3, .grid-2{ grid-template-columns:1fr; }
  .routes-grid{ grid-template-columns:1fr 1fr; }
  .steps{ grid-template-columns:1fr; }
  .stats .container{ grid-template-columns:1fr 1fr; }
  .stat{ padding:24px 20px; }
  .stat b{ font-size:32px; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .cta-band-inner{ flex-direction:column; align-items:flex-start; }
  .cta-band h2{ font-size:30px; }
  .tl-item{ grid-template-columns:1fr; gap:6px; }
  .contact-card a.big{ font-size:22px; }
}
