/*
Theme Name: Telkone Logistics
Theme URI: https://telkone.com
Author: Telkone Technologies
Description: Premium logistics & delivery WordPress theme for Telkone Logistics — local delivery, international shipping, and cargo services. PWA-ready, mobile-first.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: telkone-logistics
*/

/* ==========================================================================
   0. DESIGN TOKENS
   ========================================================================== */
:root{
  --navy: #0B1F3A;
  --navy-2: #122a52;
  --navy-3: #0e2340;
  --orange: #FF6B2B;
  --orange-2: #ff8a52;
  --white: #ffffff;
  --gray-light: #F5F6F8;
  --gray-100: #EEF1F5;
  --gray-300: #D7DCE3;
  --gray-500: #8A93A3;
  --gray-700: #48505E;
  --ink: #10192B;
  --success: #1AA260;
  --warn: #E0A800;
  --danger: #E14545;

  --font-display: 'Space Grotesk', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-full: 999px;

  --shadow-sm: 0 2px 8px rgba(11,31,58,0.08);
  --shadow-md: 0 8px 24px rgba(11,31,58,0.12);
  --shadow-lg: 0 20px 48px rgba(11,31,58,0.18);

  --header-h: 76px;
  --bottomnav-h: 68px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-top: env(safe-area-inset-top, 0px);

  --ease: cubic-bezier(.22,.9,.32,1);
}

/* ==========================================================================
   1. RESET & BASE
   ========================================================================== */
*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--white);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  padding-bottom:0;
}
body.has-bottom-nav{ padding-bottom:calc(var(--bottomnav-h) + var(--safe-bottom)); }
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
button{ font-family:inherit; cursor:pointer; }
input,select,textarea{ font-family:inherit; font-size:16px; }
h1,h2,h3,h4{ font-family:var(--font-display); margin:0 0 .5em; line-height:1.15; color:var(--navy); }
p{ margin:0 0 1em; }
.container{ width:100%; max-width:1220px; margin:0 auto; padding:0 20px; }
.mono{ font-family:var(--font-mono); }
:focus-visible{ outline:3px solid var(--orange); outline-offset:2px; }
@media (prefers-reduced-motion: reduce){
  *{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:14px 26px; border-radius:var(--radius-full); font-weight:600; font-size:15px;
  border:2px solid transparent; transition:transform .18s var(--ease), box-shadow .18s var(--ease), background .18s;
  white-space:nowrap;
}
.btn:active{ transform:scale(.97); }
.btn-primary{ background:var(--orange); color:var(--white); box-shadow:var(--shadow-md); }
.btn-primary:hover{ background:var(--orange-2); box-shadow:var(--shadow-lg); transform:translateY(-2px); }
.btn-outline{ background:transparent; color:var(--white); border-color:rgba(255,255,255,.5); }
.btn-outline:hover{ background:rgba(255,255,255,.12); border-color:var(--white); }
.btn-navy{ background:var(--navy); color:var(--white); }
.btn-navy:hover{ background:var(--navy-2); transform:translateY(-2px); }
.btn-block{ width:100%; }
.btn-sm{ padding:10px 18px; font-size:14px; }
.btn[disabled]{ opacity:.5; cursor:not-allowed; transform:none !important; }

.eyebrow{
  display:inline-flex; align-items:center; gap:8px; font-family:var(--font-mono);
  font-size:12px; letter-spacing:.08em; text-transform:uppercase; color:var(--orange);
  background:rgba(255,107,43,.1); padding:6px 14px; border-radius:var(--radius-full); margin-bottom:14px;
}

/* ==========================================================================
   2. HEADER
   ========================================================================== */
.site-header{
  position:sticky; top:0; z-index:500; background:rgba(11,31,58,.96); backdrop-filter:blur(10px);
  height:var(--header-h); display:flex; align-items:center;
  border-bottom:1px solid rgba(255,255,255,.08);
  padding-top:var(--safe-top);
}
.site-header .container{ display:flex; align-items:center; justify-content:space-between; gap:24px; }
.site-logo{ display:flex; align-items:center; gap:10px; font-family:var(--font-display); font-weight:700; font-size:20px; color:var(--white); flex-shrink:0; }
.site-logo img{ height:34px; width:auto; }
.site-logo .accent{ color:var(--orange); }

.main-nav{ display:flex; align-items:center; gap:28px; }
.main-nav a{ color:rgba(255,255,255,.85); font-size:14.5px; font-weight:500; transition:color .15s; }
.main-nav a:hover{ color:var(--orange); }

.header-track{
  display:flex; align-items:center; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.15);
  border-radius:var(--radius-full); padding:4px 4px 4px 16px; gap:8px; min-width:230px;
}
.header-track input{
  background:transparent; border:0; color:var(--white); font-family:var(--font-mono); font-size:13px; width:100%; outline:0;
}
.header-track input::placeholder{ color:rgba(255,255,255,.45); }
.header-track button{ background:var(--orange); color:#fff; border:0; border-radius:var(--radius-full); padding:8px 14px; font-size:13px; font-weight:600; }

.header-actions{ display:flex; align-items:center; gap:12px; }
.hamburger{ display:none; background:transparent; border:0; color:#fff; width:40px; height:40px; }

@media (max-width: 980px){
  .main-nav, .header-track{ display:none; }
  .hamburger{ display:flex; align-items:center; justify-content:center; }
}

/* Mobile off-canvas menu */
.mobile-menu{
  position:fixed; inset:0; z-index:900; background:var(--navy); transform:translateX(100%);
  transition:transform .3s var(--ease); padding:calc(24px + var(--safe-top)) 24px 24px; overflow-y:auto;
}
.mobile-menu.is-open{ transform:translateX(0); }
.mobile-menu-top{ display:flex; justify-content:space-between; align-items:center; margin-bottom:32px; }
.mobile-menu-close{ background:rgba(255,255,255,.1); border:0; color:#fff; width:40px; height:40px; border-radius:50%; }
.mobile-menu nav{ display:flex; flex-direction:column; gap:4px; }
.mobile-menu nav a{ color:#fff; font-size:19px; font-weight:600; padding:14px 4px; border-bottom:1px solid rgba(255,255,255,.08); }
.mobile-menu .header-track{ margin-top:24px; min-width:0; }

/* ==========================================================================
   3. HERO
   ========================================================================== */
.hero{
  position:relative; background:linear-gradient(180deg,var(--navy) 0%, var(--navy-3) 100%);
  color:#fff; overflow:hidden; padding:64px 0 40px;
}
.hero::before{
  content:''; position:absolute; inset:0;
  background-image:radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size:26px 26px; opacity:.5; pointer-events:none;
}
.hero-grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:center; position:relative; z-index:2; }
.hero-badge{
  display:inline-flex; align-items:center; gap:8px; background:rgba(26,162,96,.15); border:1px solid rgba(26,162,96,.4);
  color:#5FE0A0; padding:7px 14px; border-radius:var(--radius-full); font-size:12.5px; font-weight:600; margin-bottom:18px;
}
.hero-badge .dot{ width:7px; height:7px; border-radius:50%; background:#3EDC8E; animation:pulse 1.6s infinite; }
@keyframes pulse{ 0%,100%{ opacity:1; transform:scale(1);} 50%{ opacity:.4; transform:scale(1.4);} }

.hero h1{ color:#fff; font-size:clamp(34px,4.6vw,58px); letter-spacing:-.02em; margin-bottom:18px; }
.hero h1 .hl{ color:var(--orange); }
.hero-sub{ color:rgba(255,255,255,.78); font-size:17px; max-width:520px; margin-bottom:28px; }
.hero-ctas{ display:flex; gap:14px; flex-wrap:wrap; margin-bottom:36px; }
.hero-stats{ display:flex; gap:34px; flex-wrap:wrap; }
.hero-stat b{ display:block; font-family:var(--font-display); font-size:26px; color:#fff; }
.hero-stat span{ font-size:12.5px; color:rgba(255,255,255,.6); text-transform:uppercase; letter-spacing:.04em; }

.hero-map-wrap{ position:relative; }
.hero-map{ width:100%; height:auto; }
.hero-map .route-line{ fill:none; stroke:var(--orange); stroke-width:1.6; stroke-dasharray:5 5; opacity:.75; animation:dash 30s linear infinite; }
@keyframes dash{ to{ stroke-dashoffset:-500; } }
.hero-map .dot-move{ animation:travel linear infinite; }
.hero-map circle.node{ fill:#fff; }
.hero-map circle.kenya-node{ fill:var(--orange); }
.hero-map text{ font-family:var(--font-mono); font-size:9px; fill:rgba(255,255,255,.7); }

/* Quick-book widget inside hero */
.book-widget{
  background:#fff; border-radius:var(--radius-lg); box-shadow:var(--shadow-lg); padding:8px; margin-top:20px; color:var(--ink);
}
.book-tabs{ display:flex; gap:4px; padding:6px; }
.book-tab{
  flex:1; text-align:center; padding:11px 8px; border-radius:var(--radius-md); font-weight:600; font-size:13.5px;
  color:var(--gray-700); background:transparent; border:0; transition:background .15s,color .15s;
}
.book-tab.is-active{ background:var(--navy); color:#fff; }
.book-panel{ display:none; padding:14px; }
.book-panel.is-active{ display:block; }
.book-panel .btn{ margin-top:6px; }

/* ==========================================================================
   4. QUICK ACCESS STRIP
   ========================================================================== */
.quick-strip{ background:var(--white); border-bottom:1px solid var(--gray-100); }
.quick-strip .container{ display:flex; gap:12px; padding:18px 20px; overflow-x:auto; }
.quick-chip{
  display:flex; align-items:center; gap:10px; flex-shrink:0; background:var(--gray-light); border:1px solid var(--gray-100);
  padding:12px 18px; border-radius:var(--radius-full); font-weight:600; font-size:14px; color:var(--navy); transition:.15s;
}
.quick-chip:hover{ background:var(--navy); color:#fff; transform:translateY(-2px); }
.quick-chip .ic{ width:20px; height:20px; flex-shrink:0; }

/* ==========================================================================
   5. TRUST BADGES
   ========================================================================== */
.trust-strip{ background:var(--navy); padding:22px 0; }
.trust-strip .container{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:16px; }
.trust-item{ display:flex; align-items:center; gap:9px; color:rgba(255,255,255,.85); font-size:13.5px; font-weight:600; }
.trust-item svg{ width:18px; height:18px; color:var(--orange); flex-shrink:0; }

/* ==========================================================================
   6. GENERIC SECTION
   ========================================================================== */
.section{ padding:76px 0; }
.section-head{ max-width:640px; margin:0 auto 44px; text-align:center; }
.section-head h2{ font-size:clamp(26px,3.4vw,38px); }
.section-head p{ color:var(--gray-700); font-size:16px; }
.bg-light{ background:var(--gray-light); }

/* Services */
.services-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.service-card{
  background:#fff; border:1px solid var(--gray-100); border-radius:var(--radius-lg); padding:32px 26px; box-shadow:var(--shadow-sm);
  transition:transform .2s var(--ease), box-shadow .2s var(--ease);
}
.service-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-lg); }
.service-icon{
  width:56px; height:56px; border-radius:16px; background:linear-gradient(135deg,var(--orange),#ff9257);
  display:flex; align-items:center; justify-content:center; margin-bottom:20px;
}
.service-icon svg{ width:28px; height:28px; color:#fff; }
.service-card h3{ font-size:19px; margin-bottom:8px; }
.service-card p{ color:var(--gray-700); font-size:14.5px; margin-bottom:16px; }
.service-card .link{ font-weight:700; color:var(--orange); font-size:14px; display:inline-flex; align-items:center; gap:6px; }

/* International routes */
.routes-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.route-card{
  background:#fff; border:1px solid var(--gray-100); border-radius:var(--radius-md); padding:22px 16px; text-align:center;
  transition:.18s var(--ease); box-shadow:var(--shadow-sm);
}
.route-card:hover{ border-color:var(--orange); transform:translateY(-4px); box-shadow:var(--shadow-md); }
.route-flag{ font-size:34px; margin-bottom:10px; }
.route-card h4{ font-size:15px; margin-bottom:4px; color:var(--navy); }
.route-card span{ font-size:12px; color:var(--gray-500); }

/* How it works */
.steps-row{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; position:relative; }
.steps-row::before{ content:''; position:absolute; top:26px; left:8%; right:8%; height:2px; background:var(--gray-300); z-index:0; }
.step-item{ position:relative; z-index:1; text-align:center; }
.step-num{
  width:54px; height:54px; border-radius:50%; background:var(--navy); color:#fff; display:flex; align-items:center; justify-content:center;
  font-family:var(--font-display); font-weight:700; font-size:19px; margin:0 auto 16px; border:5px solid #fff; box-shadow:var(--shadow-sm);
}
.step-item h4{ font-size:16px; margin-bottom:6px; }
.step-item p{ font-size:13.5px; color:var(--gray-700); }

/* CTA band */
.cta-band{ background:linear-gradient(120deg,var(--orange),#ff8a52); padding:56px 0; text-align:center; color:#fff; }
.cta-band h2{ color:#fff; margin-bottom:10px; }
.cta-band p{ color:rgba(255,255,255,.9); margin-bottom:24px; }

/* ==========================================================================
   7. FOOTER
   ========================================================================== */
.site-footer{ background:var(--navy-3); color:rgba(255,255,255,.75); padding:64px 0 24px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.1fr; gap:36px; margin-bottom:40px; }
.footer-logo{ display:flex; align-items:center; gap:10px; font-family:var(--font-display); font-weight:700; font-size:20px; color:#fff; margin-bottom:14px; }
.footer-col h5{ color:#fff; font-size:14px; text-transform:uppercase; letter-spacing:.05em; margin-bottom:16px; }
.footer-col ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; }
.footer-col a{ font-size:14px; transition:color .15s; }
.footer-col a:hover{ color:var(--orange); }
.footer-contact li{ display:flex; gap:10px; align-items:flex-start; font-size:14px; margin-bottom:12px; }
.footer-contact svg{ width:17px; height:17px; color:var(--orange); flex-shrink:0; margin-top:2px; }
.whatsapp-btn{
  display:inline-flex; align-items:center; gap:8px; background:#25D366; color:#fff; padding:10px 18px; border-radius:var(--radius-full);
  font-weight:600; font-size:13.5px; margin-top:6px;
}
.footer-bottom{ border-top:1px solid rgba(255,255,255,.1); padding-top:22px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:12.5px; }
.footer-security{ display:flex; align-items:center; gap:6px; }

/* ==========================================================================
   8. BOTTOM NAV (mobile)
   ========================================================================== */
.bottom-nav{
  display:none; position:fixed; bottom:0; left:0; right:0; z-index:600; background:#fff;
  border-top:1px solid var(--gray-100); box-shadow:0 -4px 20px rgba(11,31,58,.08);
  padding-bottom:var(--safe-bottom); height:calc(var(--bottomnav-h) + var(--safe-bottom));
}
.bottom-nav ul{ list-style:none; margin:0; padding:0; display:flex; height:var(--bottomnav-h); }
.bottom-nav li{ flex:1; }
.bottom-nav a, .bottom-nav button{
  width:100%; height:100%; background:transparent; border:0; display:flex; flex-direction:column; align-items:center;
  justify-content:center; gap:3px; color:var(--gray-500); font-size:10.5px; font-weight:600;
}
.bottom-nav svg{ width:21px; height:21px; }
.bottom-nav .is-active{ color:var(--orange); }
.bottom-nav .nav-cta{ position:relative; }
.bottom-nav .nav-cta .cta-circle{
  position:absolute; top:-24px; left:50%; transform:translateX(-50%); width:52px; height:52px; border-radius:50%;
  background:var(--orange); display:flex; align-items:center; justify-content:center; box-shadow:0 6px 16px rgba(255,107,43,.45);
  border:4px solid #fff;
}
.bottom-nav .nav-cta .cta-circle svg{ width:22px; height:22px; color:#fff; }
.bottom-nav .nav-cta span{ margin-top:26px; color:var(--orange); }

@media (max-width: 760px){
  .bottom-nav{ display:block; }
}

/* Floating quote button */
.floating-quote{
  position:fixed; right:20px; bottom:calc(24px + var(--safe-bottom)); z-index:550;
  background:var(--navy); color:#fff; padding:15px 22px; border-radius:var(--radius-full); box-shadow:var(--shadow-lg);
  display:flex; align-items:center; gap:9px; font-weight:700; font-size:14px; border:0; transition:.18s var(--ease);
}
.floating-quote:hover{ background:var(--orange); transform:translateY(-3px); }
.floating-quote svg{ width:19px; height:19px; }
@media (max-width:760px){ .floating-quote{ bottom:calc(var(--bottomnav-h) + 16px + var(--safe-bottom)); } }

/* ==========================================================================
   9. MODALS
   ========================================================================== */
.modal-overlay{
  position:fixed; inset:0; background:rgba(11,19,35,.6); backdrop-filter:blur(3px); z-index:1000;
  display:none; align-items:flex-start; justify-content:center; padding:24px 16px; overflow-y:auto;
}
.modal-overlay.is-open{ display:flex; }
.modal-box{
  background:#fff; border-radius:var(--radius-lg); width:100%; max-width:640px; margin:20px auto; box-shadow:var(--shadow-lg);
  animation:modalIn .25s var(--ease); overflow:hidden;
}
@keyframes modalIn{ from{ opacity:0; transform:translateY(20px) scale(.98);} to{ opacity:1; transform:none;} }
.modal-head{ display:flex; align-items:center; justify-content:space-between; padding:20px 24px; border-bottom:1px solid var(--gray-100); }
.modal-head h3{ font-size:19px; margin:0; }
.modal-close{ background:var(--gray-light); border:0; width:36px; height:36px; border-radius:50%; color:var(--navy); }
.modal-body{ padding:24px; max-height:74vh; overflow-y:auto; }

/* Wizard */
.wizard-steps{ display:flex; gap:6px; padding:0 24px; margin-top:16px; }
.wizard-steps .ws-item{ flex:1; height:5px; border-radius:var(--radius-full); background:var(--gray-100); }
.wizard-steps .ws-item.is-done{ background:var(--success); }
.wizard-steps .ws-item.is-active{ background:var(--orange); }
.wizard-panel{ display:none; }
.wizard-panel.is-active{ display:block; animation:fadeUp .3s var(--ease); }
@keyframes fadeUp{ from{ opacity:0; transform:translateY(10px);} to{ opacity:1; transform:none;} }
.wizard-nav{ display:flex; justify-content:space-between; gap:12px; margin-top:24px; }

.form-row{ margin-bottom:16px; }
.form-row label{ display:block; font-size:13.5px; font-weight:600; color:var(--navy); margin-bottom:6px; }
.form-row .hint{ font-size:12px; color:var(--gray-500); margin-top:5px; }
.form-row input[type=text], .form-row input[type=tel], .form-row input[type=email],
.form-row input[type=number], .form-row select, .form-row textarea{
  width:100%; padding:12px 14px; border-radius:var(--radius-sm); border:1.5px solid var(--gray-300); background:#fff;
  transition:border-color .15s;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus{ border-color:var(--orange); outline:0; }
.form-row.has-error input, .form-row.has-error select{ border-color:var(--danger); }
.form-row .error-msg{ color:var(--danger); font-size:12px; margin-top:5px; display:none; }
.form-row.has-error .error-msg{ display:block; }
.form-grid-2{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.form-warning{ background:#FFF4E8; border:1px solid #FFD9AE; color:#8A4B0A; border-radius:var(--radius-sm); padding:12px 14px; font-size:13px; margin-bottom:16px; }

/* Camera capture */
.camera-box{
  border:2px dashed var(--gray-300); border-radius:var(--radius-md); padding:16px; text-align:center; margin-bottom:16px; background:var(--gray-light);
}
.camera-box video{ width:100%; border-radius:var(--radius-sm); background:#000; max-height:280px; object-fit:cover; }
.camera-box img.captured{ width:100%; border-radius:var(--radius-sm); max-height:280px; object-fit:cover; }
.camera-actions{ display:flex; gap:10px; justify-content:center; margin-top:12px; flex-wrap:wrap; }
.camera-status{ font-size:12.5px; color:var(--gray-500); margin-top:8px; }

/* Price cards */
.price-card{
  background:linear-gradient(135deg,var(--navy),var(--navy-2)); color:#fff; border-radius:var(--radius-md); padding:22px; margin:16px 0;
}
.price-card .row{ display:flex; justify-content:space-between; font-size:14px; padding:6px 0; color:rgba(255,255,255,.8); }
.price-card .row.total{ border-top:1px solid rgba(255,255,255,.2); margin-top:8px; padding-top:12px; font-size:19px; font-weight:700; color:#fff; }
.price-card .row.total .amt{ font-family:var(--font-mono); color:var(--orange-2); }

.payment-grid{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.pay-option{ border:1.5px solid var(--gray-300); border-radius:var(--radius-md); padding:16px; cursor:pointer; text-align:center; transition:.15s; }
.pay-option.is-selected{ border-color:var(--orange); background:#FFF6F0; }
.pay-option svg{ width:26px; height:26px; margin-bottom:8px; }

/* Country grid (intl) */
.country-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-bottom:16px; }
.country-card{ border:1.5px solid var(--gray-300); border-radius:var(--radius-md); padding:14px 8px; text-align:center; transition:.15s; }
.country-card.is-selected{ border-color:var(--orange); background:#FFF6F0; }
.country-card .flag{ font-size:26px; }
.country-card span{ display:block; font-size:11.5px; font-weight:600; margin-top:6px; }

.method-grid{ display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:16px; }
.method-card{ border:1.5px solid var(--gray-300); border-radius:var(--radius-md); padding:16px; text-align:left; transition:.15s; }
.method-card.is-selected{ border-color:var(--orange); background:#FFF6F0; }
.method-card b{ display:block; font-size:14.5px; color:var(--navy); }
.method-card span{ font-size:12px; color:var(--gray-500); }

/* Success screen */
.success-box{ text-align:center; padding:8px 0; }
.success-check{ width:64px; height:64px; border-radius:50%; background:#E6F8EE; color:var(--success); display:flex; align-items:center; justify-content:center; margin:0 auto 16px; }
.ref-code-box{
  background:var(--navy); color:var(--orange-2); font-family:var(--font-mono); font-size:19px; padding:16px; border-radius:var(--radius-md);
  display:flex; align-items:center; justify-content:space-between; gap:12px; margin:18px 0;
}
.ref-code-box button{ background:rgba(255,255,255,.12); color:#fff; border:0; padding:8px 12px; border-radius:var(--radius-sm); font-size:12px; }
.success-actions{ display:flex; gap:10px; flex-wrap:wrap; justify-content:center; margin-top:18px; }

/* Toasts */
.toast-wrap{ position:fixed; top:calc(16px + var(--safe-top)); right:16px; z-index:1200; display:flex; flex-direction:column; gap:10px; max-width:320px; }
.toast{
  background:#fff; border-left:4px solid var(--navy); border-radius:var(--radius-sm); box-shadow:var(--shadow-md); padding:14px 16px; font-size:13.5px;
  animation:toastIn .25s var(--ease);
}
.toast.success{ border-color:var(--success); }
.toast.error{ border-color:var(--danger); }
.toast.warning{ border-color:var(--warn); }
@keyframes toastIn{ from{ opacity:0; transform:translateX(30px);} to{ opacity:1; transform:none;} }

/* Track page */
.track-hero{ background:var(--navy); color:#fff; padding:56px 0; text-align:center; }
.track-form{ max-width:480px; margin:0 auto; display:flex; gap:10px; }
.track-form input{ flex:1; padding:14px 16px; border-radius:var(--radius-full); border:0; font-family:var(--font-mono); }
.track-result{ max-width:560px; margin:32px auto 0; background:#fff; border-radius:var(--radius-md); box-shadow:var(--shadow-md); padding:24px; display:none; }

/* Scroll reveal */
.reveal{ opacity:0; transform:translateY(24px); transition:opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-visible{ opacity:1; transform:none; }

/* 404 */
.error-404{ text-align:center; padding:100px 20px; }
.error-404 .code{ font-family:var(--font-mono); font-size:80px; color:var(--orange); font-weight:700; }

/* Responsive */
@media (max-width: 980px){
  .hero-grid{ grid-template-columns:1fr; }
  .services-grid{ grid-template-columns:1fr 1fr; }
  .routes-grid{ grid-template-columns:1fr 1fr; }
  .steps-row{ grid-template-columns:1fr 1fr; gap:32px 24px; }
  .steps-row::before{ display:none; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
}
@media (max-width: 600px){
  .services-grid, .routes-grid, .steps-row, .footer-grid, .form-grid-2, .payment-grid, .method-grid{ grid-template-columns:1fr; }
  .country-grid{ grid-template-columns:repeat(3,1fr); }
  .section{ padding:52px 0; }
  .hero{ padding:40px 0 30px; }
  .trust-strip .container{ justify-content:flex-start; }
}
@media (max-width: 380px){
  .country-grid{ grid-template-columns:repeat(2,1fr); }
}
