/* Minimal CSS for ocean-freight.php (reference) + shared nav/footer */
/* Bootstrap 5 + Bootstrap Icons are required */

:root{
  --brand:#2587d2;
  --brand-700:#1f6fb0;
  --brand-900:#062b73;
  --primary:var(--brand);
  --primary-600:var(--brand-700);

  --text:#0f172a;
  --muted:#64748b;
  --muted-2:#475569;
  --bg:#ffffff;
  --surface:#ffffff;
  --border:#eef3fb;

  --h2-font-size:clamp(22px,2.1vw,34px);
  --h2-font-weight:800;
  --h2-color:var(--text);
  --h3-font-size:18px;
  --h3-font-weight:800;
  --h3-color:var(--text);
}

html,body{height:100%}
body{font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background:var(--bg); color:var(--text)}
a{color:var(--brand); text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%; height:auto}
h2{margin: 0 0 10px;font-size: clamp(24px, 2.4vw, 34px);font-weight: 900;color: var(--text);line-height: 1.15;}
.thin-grey{font-size:12px;letter-spacing:0.14em;text-transform:uppercase;color:rgba(15,23,42,0.55);margin-bottom:10px}
.trust-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:12px;margin-bottom: 1.5rem;}
.trust-chips .trust-chip{background:#ffffff;color:#374151;font-size:11px;padding:4px 8px;border-radius:999px;display:inline-block;font-weight:600;border:1px solid #2587d2}
/* Feature card (updated) */
.feature-card{background:#fff;border:1px solid #eef3fb;border-radius:18px;overflow:hidden;box-shadow:0 10px 26px rgba(15,23,42,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;position:relative}

.feature-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#2587d2,rgba(37,135,210,.25))}

.feature-card:hover{transform:translateY(-5px);border-color:rgba(37,135,210,.35);box-shadow:0 16px 40px rgba(15,23,42,.10)}

.feature-media{position:relative;aspect-ratio:3/2;height:auto;overflow:hidden}

.feature-media img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .35s ease}

.feature-card:hover .feature-media img{transform:scale(1.04)}

.feature-chip{position:absolute;top:14px;left:14px;background:rgba(255,255,255,.92);border:1px solid rgba(37,135,210,.18);color:#0f172a;font-weight:700;font-size:12px;padding:8px 10px;border-radius:999px;backdrop-filter:blur(6px)}

.feature-body{padding:18px 18px 20px}

.feature-tag{font-size:12px;color:#2587d2;font-weight:700;background:rgba(37,135,210,.10);padding:6px 10px;border-radius:999px}

.feature-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}

.feature-list li{position:relative;padding-left:26px;color:#334155;font-size:14px;line-height:1.55}

.feature-list li::before{content:none}

/* Confidence / KPI bar */
    .confidence-bar{background:linear-gradient(90deg,#f8fbff,#ffffff,#f8fbff);padding:42px 0}

.confidence-wrap{max-width:1150px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:0 16px}

.confidence-item{display:flex;align-items:center;gap:14px;padding:18px 20px;border-radius:16px;background:#ffffff;box-shadow:0 10px 30px rgba(15,23,42,.06);transition:transform .2s ease,box-shadow .2s ease}

.confidence-item:hover{transform:translateY(-4px);box-shadow:0 14px 40px rgba(15,23,42,.12)}

.confidence-icon{width:48px;height:48px;border-radius:14px;background:rgba(37,135,210,.12);display:grid;place-items:center;font-size:22px;color:#2587d2}

.confidence-text strong{display:block;font-size:20px;font-weight:800;color:#0f172a}
.confidence-text strong.kpi-number{font-variant-numeric:tabular-nums;transition:opacity .25s ease}

.confidence-text span{font-size:13px;color:#64748b;text-transform:uppercase;letter-spacing:.04em}

@media(max-width:900px){.confidence-wrap{grid-template-columns:1fr 1fr}}

@media(max-width:520px){.confidence-wrap{grid-template-columns:1fr}}

/* ===== Process Section (improved rail timeline) ===== */
    .proc{
      --brand:#2587d2;
      --text:#0f172a;
      --muted:#64748b;
      --line:#e8eef6;
      --card:#fff;

      padding: 56px 0;
      background: #fff;
    }

.proc__head{max-width:1150px;margin:0 auto 22px;padding:0 16px}

.proc__kicker{margin:0 0 6px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}

.proc__title{margin:0;font-size:clamp(26px,2.3vw,36px);font-weight:800;color:var(--text)}

.proc__rail{max-width:1150px;margin:0 auto;padding:0 16px;position:relative}

.proc__rail::before{content:"";position:absolute;left:32px;right:32px;top:22px;height:2px;background:var(--line);border-radius:999px}

.proc__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}

.proc__item{position:relative;padding-top:8px}

/* .proc__dot{width:14px;height:14px;border-radius:999px;background:var(--brand);margin:0 auto 16px;box-shadow:0 0 0 6px rgba(37,135,210,.12);position:relative;z-index:2}

*/
    .proc__dot{ width: 26px;  height: 26px;  border-radius: 50%;  background: #2587d2;  color: #ffffff;  display: flex; align-items: center;  justify-content: center;  margin: 0 auto 16px;  position: relative;  z-index: 2;  font-size: 13px;  font-weight: 700;  line-height: 1;  box-shadow: 0 0 0 6px rgba(37, 135, 210, 0.15); }

.proc__card{background:var(--card);border:1px solid #eef3fb;border-radius:18px;padding:18px 16px 16px;box-shadow:0 10px 22px rgba(15,23,42,0.06);min-height:250px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}

.proc__card:hover{transform:translateY(-4px);border-color:rgba(37,135,210,.35);box-shadow:0 14px 30px rgba(15,23,42,0.10)}

.proc__icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:rgba(37,135,210,.10);color:var(--brand);margin-bottom:10px;font-size:20px}

.proc__card h3{margin:0 0 8px;font-size:16px;font-weight:800;color:var(--text)}

.proc__card p{margin:0;font-size:14px;line-height:1.6;color:var(--muted)}

@media (max-width: 992px){
      .proc__rail::before{left:24px;right:auto;top:0;bottom:0;width:2px;height:auto}
      .proc__grid{grid-template-columns:1fr;gap:14px}
      .proc__item{display:grid;grid-template-columns:46px 1fr;align-items:start;gap:12px;padding-top:0}
      .proc__dot{margin:6px auto 0}
      .proc__card{min-height:auto}
    }

/* ===== Overview block styling ===== */
    .overview{padding:56px 0}

.overview-wrap{max-width:1150px;margin:auto;padding:0 16px;display:grid;grid-template-columns:1fr 1.1fr;gap:36px;align-items:center}

.overview-wrap--split{display:block}

.overview-wrap--split .overview-intro::after{content:"";display:table;clear:both}

.overview-wrap--split .overview-media--float{float:left;width:min(46%,520px);margin:0 36px 16px 0}

.overview-wrap--split .overview-content{display:block}

.overview-wrap--split .overview-flow{margin-bottom:0}

.overview-wrap--split .overview-capabilities{clear:both;margin-top:32px}

@media(max-width:900px){
  .overview-wrap--split .overview-media--float{float:none;width:100%;max-width:none;margin:0 0 20px}
}

.overview-capabilities h3{margin:0 0 12px;font-size:18px;font-weight:700;color:#0f172a}

.overview-points--2col{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 28px}

@media(max-width:700px){.overview-points--2col{grid-template-columns:1fr}}

.overview-media{position:relative;border-radius:18px;overflow:hidden;box-shadow:0 18px 40px rgba(15,23,42,.12)}

.overview-media::after{content:"";position:absolute;inset:0;border:2px solid rgba(37,135,210,.25);border-radius:18px;pointer-events:none}

.overview-media img{width:100%;display:block;transition:transform .4s ease}

.overview-media:hover img{transform:scale(1.03)}

.overview-kicker{display:inline-block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#2587d2;margin-bottom:10px}

.overview-content h2{margin:0 0 12px;font-size:clamp(26px,2.4vw,34px);font-weight:800;color:#0f172a}

.overview-content p{color:#475569;font-size:15px;line-height:1.7;margin-bottom:14px}

.overview-content .lead{font-size:16px;color:#0f172a}

.overview-content h3{margin:20px 0 10px;font-size:18px;font-weight:700;color:#0f172a}

.overview-points{margin:18px 0 0;padding:0;list-style:none;display:grid;gap:10px}

.overview-points li{padding-left:26px;position:relative;font-size:14px;color:#334155}

.overview-points li::before{content:"✓";position:absolute;left:0;top:0;color:#2587d2;font-weight:700}

@media(max-width:900px){.overview-wrap{grid-template-columns:1fr;gap:24px}.overview{padding:40px 0}}

/* =========================
       KEY FEATURES – Premium, lively, mobile-tight
       Brand: #2587d2
    ========================= */
    .features-section{--brand:#2587d2;--text:#0f172a;--muted:#64748b;--border:#eef3fb;--shadow: 0 14px 34px rgba(15,23,42,.08);padding:56px 0;background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%)}

.features-container{max-width:1150px;margin:0 auto;padding:0 16px}

.features-head{margin-bottom:22px}

.features-kicker{margin:0 0 8px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}

.features-title{margin:0 0 10px;font-size:clamp(24px,2.4vw,34px);font-weight:900;color:var(--text);line-height:1.15}

.features-intro{margin:0;max-width:860px;color:#475569;font-size:15px;line-height:1.7}

.features-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}

.feature-card{background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:var(--shadow);position:relative;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}

.feature-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--brand),rgba(37,135,210,.25));opacity:.95}

.feature-card:hover{transform:translateY(-5px);border-color:rgba(37,135,210,.35);box-shadow:0 18px 44px rgba(15,23,42,.12)}

.feature-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .35s ease}

.feature-chip{position:absolute;top:14px;left:14px;background:rgba(255,255,255,.92);border:1px solid rgba(37,135,210,.18);color:var(--text);font-weight:800;font-size:12px;padding:8px 10px;border-radius:999px;backdrop-filter:blur(6px)}

.feature-headrow{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px}

.feature-title{margin:0;font-size:18px;font-weight:900;color:var(--text)}

.feature-tag{font-size:12px;color:var(--brand);font-weight:800;background:rgba(37,135,210,.10);padding:6px 10px;border-radius:999px;white-space:nowrap}

.feature-sub{margin:0 0 14px;font-size:14px;color:var(--muted);line-height:1.55}

.feature-list li{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start}

.f-ic{width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:rgba(37,135,210,.10);color:var(--brand);font-size:14px;margin-top:1px}

.f-tx{color:#334155;font-size:14px;line-height:1.55}

.feature-cta{display:inline-block;margin-top:14px;color:var(--brand);font-weight:900;text-decoration:none}

.feature-cta:hover{text-decoration:underline}

@media (max-width:980px){.features-section{padding:44px 0}.features-grid{grid-template-columns:1fr}}

@media (max-width:520px){.features-section{padding:36px 0}.features-intro{font-size:14px}.feature-body{padding:14px 14px 16px}.feature-title{font-size:17px}.feature-sub{margin-bottom:10px;font-size:13px}.feature-list{gap:8px}.f-ic{width:26px;height:26px;border-radius:9px}.f-tx{font-size:13px}}

/* ===== Services We Offer (matches premium cards) ===== */
    .service-range{background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%)}

.section-subline{max-width:820px;color:#475569;font-size:15px;line-height:1.7}

.svc-card{background:#fff;border:1px solid #eef3fb;border-radius:18px;overflow:hidden;box-shadow:0 14px 34px rgba(15,23,42,.08);position:relative;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}

.svc-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#2587d2,rgba(37,135,210,.25))}

.svc-card:hover{transform:translateY(-5px);border-color:rgba(37,135,210,.35);box-shadow:0 18px 44px rgba(15,23,42,.12)}

.svc-media{position:relative;aspect-ratio:3/2;height:auto;overflow:hidden}

.svc-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .35s ease}

.svc-card:hover .svc-media img{transform:scale(1.04)}

.svc-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0.08),rgba(0,0,0,0));pointer-events:none}

.svc-chip{position:absolute;top:14px;left:14px;background:rgba(255,255,255,.92);border:1px solid rgba(37,135,210,.18);color:#0f172a;font-weight:900;font-size:12px;padding:8px 10px;border-radius:999px;backdrop-filter:blur(6px)}

.svc-body{padding:18px 18px 20px}

.svc-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}

.svc-title{margin:0;font-size:18px;font-weight:900;color:#0f172a}

.svc-tag{font-size:12px;color:#2587d2;font-weight:900;background:rgba(37,135,210,.10);padding:6px 10px;border-radius:999px;white-space:nowrap}

.svc-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}

.svc-list li{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start}

.svc-ic{width:28px;height:28px;border-radius:10px;background:rgba(37,135,210,.10);color:#2587d2;display:grid;place-items:center;font-size:14px;margin-top:1px}

.svc-list span:last-child{color:#334155;font-size:14px;line-height:1.55}

.svc-link{display:inline-block;margin-top:14px;color:#2587d2;font-weight:900;text-decoration:none}

.svc-link:hover{text-decoration:underline}

@media (max-width:520px){.svc-body{padding:14px 14px 16px}.svc-title{font-size:17px}.svc-list{gap:8px}.svc-ic{width:26px;height:26px;border-radius:9px}.svc-list span:last-child{font-size:13px}}

/* ===== HERO (Ocean) ===== */
    .hero{
      position: relative;
      color: #fff;
      overflow: hidden;
    }

/* Background image */
    .hero-ocean{
      background-image: url("../img/ocean-freight/ocean-freight-banner-container-vessel.webp");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 82% 55%;
    }

/* Desktop: keep mobile block hidden and show desktop actions */
    .hero-mobile-below{ display:none; }

.hero-actions--desktop{ display:flex; }

/* Soft overlay — disabled for preview */
    .hero::before{
      display: none;
    }

.hero-inner{
      position: relative;
      min-height: 520px;
      display: flex;
      align-items: center;
      padding: 56px 0;
    }

.hero-card{
      max-width: 720px;
      padding: 22px 22px;
      border-radius: 18px;
      background: rgba(2,10,24,.38);
      border: 1px solid rgba(255,255,255,.14);
      backdrop-filter: blur(8px);
      box-shadow: 0 18px 60px rgba(0,0,0,.28);
    }

.hero-kicker{font-size:13px;letter-spacing:.14em;font-weight:800;text-transform:uppercase;opacity:.92;margin-bottom:10px}

.hero-title{font-weight:900;line-height:1.05;margin:0 0 10px;font-size:clamp(34px,4.2vw,56px);text-shadow:0 6px 24px rgba(0,0,0,.35)}

.hero-sub{margin:0 0 16px;font-size:16px;line-height:1.7;color:rgba(255,255,255,.92);max-width:62ch}

.hero-sub--mobile{display:none}

.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px}

@media (max-width: 768px){
      .hero-inner{ min-height: auto; padding: 56px 0 18px; flex-direction: column; gap: 14px; }

      .hero-ocean{
        background-position: 32% 40%;
        background-size: 207%;
        min-height: clamp(420px, 70vh, 560px);
        height: auto;
      }

      /* keep overlay title/kicker near the top while leaving CTAs below the banner */
      .hero-card{
        width: 100%;
        max-width: 100%;
        margin-top: 12px;
        padding: 14px 12px;
        border-radius: 14px;
        background: rgba(2,10,24,.40);
      }
      /* Hide desktop paragraph and desktop actions inside the card */
      .hero-sub--desktop{ display:none; }
      .hero-actions--desktop{ display:none; }

      /* Show the below-image content */
      .hero-mobile-below{
        display:block;
        background: #353c46;
        color: #fff;
        padding: 16px 14px 18px;
        box-shadow: 0 -18px 40px rgba(15,23,42,.12);
      }

      /* Mobile subtext becomes dark readable text */
      .hero-sub--mobile{
        display:block;
        color:#fdfdfd;
        font-size: 14px;
        line-height: 1.7;
        margin: 0 0 14px;
      }
      
      

      .hero-title{
        font-size: 30px;
        line-height: 1.08;
        margin-bottom: 8px;
      }

      /* Buttons below image, full width */
      .hero-actions--mobile{
        display:flex;
        flex-direction: column;
        gap: 10px;
        margin: 0;
      }

      .btn-hero{
        width: 100%;
        justify-content: center;
      }

      /* Secondary button for white background */
      .btn-hero-secondary{
        background: #0f172a0d;
        border-color: rgba(15,23,42,.14);
      }
    }

@media (max-width:420px){.hero-title{font-size:34px}}

/* === HERO PATCH: more image visibility + better balance === */
    .hero-inner{ justify-content:flex-start; }

@media (min-width: 992px){
      .hero-card{ max-width: 600px; }
    }

/* overlay patch disabled for preview */

.hero-card{ background: rgba(2,10,24,.32); }

/* ===== HOME HERO (uses the same hero system as ocean-freight) ===== */
.hero-home{
  background-image: url("../img/banner-background.png");
  /* background: linear-gradient(135deg,#062b73 0%, #2587d2 55%, #0b3b66 100%); */
  background-size: cover;
  background-position: 50% 50%;
}

/* Optional: make the logo block feel “premium” on the hero */
.hero-home .hero-logo-only{
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  padding: 18px 20px;
  border-radius: 18px;
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 60px rgba(0,0,0,.18);
}

/* ===== HERO Buttons (used by ocean-freight + new index hero) ===== */
.btn-hero{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:12px;
  font-weight:900;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.22);
  transition: transform .15s ease, filter .15s ease, background .15s ease;
}
.btn-hero i{ font-size:18px; }
.btn-hero:hover{
  transform: translateY(-1px);
  filter: brightness(.98);
  text-decoration:none;
}

.btn-hero-primary{
  background:#cb0409;
  border-color:#cb0409;
  color:#fff;
}
.btn-hero-primary:hover{ filter: brightness(.95); }

.btn-hero-secondary{
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.24);
  color:#fff;
}
.btn-hero-secondary:hover{ background: rgba(255,255,255,.16); }


/* ===== Cargo Profile (premium allowed vs restricted) ===== */
    .cargo-profile{
      background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }

.cargo-head h2{
      margin: 6px 0 8px;
    }

.cargo-subline{
      max-width: 760px;
      margin: 0;
      color:#475569;
      font-size:15px;
      line-height:1.7;
    }

/* Card base */
    .cargo-card{
      background:#fff;
      border: 1px solid #eef3fb;
      border-radius: 18px;
      padding: 18px 18px 16px;
      box-shadow: 0 14px 34px rgba(15,23,42,.06);
      position: relative;
      overflow: hidden;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

/* Accent bar (matches your other premium cards) */
    .cargo-card::before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      bottom:0;
      width:4px;
      background: rgba(37,135,210,.25);
    }

/* Allowed vs Restricted accent */
    .cargo-ok::before{ background: linear-gradient(180deg, #16a34a, rgba(22,163,74,.25)); }

.cargo-no::before{ background: linear-gradient(180deg, #dc2626, rgba(220,38,38,.25)); }

.cargo-card:hover{
      transform: translateY(-4px);
      border-color: rgba(37,135,210,.30);
      box-shadow: 0 18px 44px rgba(15,23,42,.10);
    }

.cargo-card-head{
      display:flex;
      align-items:center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 10px;
    }

.cargo-badge{
      display:inline-flex;
      align-items:center;
      gap: 8px;
      font-weight: 900;
      font-size: 16px;
      color:#0f172a;
    }

.cargo-badge i{ font-size: 18px; }

.cargo-badge-ok i{ color:#16a34a; }

.cargo-badge-no i{ color:#dc2626; }

.cargo-chip{
      font-size: 12px;
      font-weight: 900;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(37,135,210,.10);
      color: #2587d2;
      white-space: nowrap;
    }

.cargo-desc{
      margin: 0 0 12px;
      color:#475569;
      font-size: 14px;
      line-height: 1.7;
    }

/* Icon bullet rows */
    .cargo-list{
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }

.cargo-list li{
      display: grid;
      grid-template-columns: 26px 1fr;
      gap: 10px;
      align-items: start;
    }

.cargo-list i{
      width: 26px;
      height: 26px;
      border-radius: 10px;
      display: grid;
      place-items: center;
      font-size: 14px;
      margin-top: 1px;
    }

/* different icon chip colors */
    .cargo-ok .cargo-list i{
      background: rgba(22,163,74,.12);
      color: #16a34a;
    }

.cargo-no .cargo-list i{
      background: rgba(220,38,38,.10);
      color: #dc2626;
    }

.cargo-list span{
      color:#334155;
      font-size: 14px;
      line-height: 1.55;
    }

.cargo-note{
      margin: 12px 0 0;
      font-size: 13.5px;
      color:#64748b;
    }

.cargo-note a{
      color:#2587d2;
      font-weight: 900;
      text-decoration: none;
    }

.cargo-note a:hover{ text-decoration: underline; }

/* Mobile tightening */
    @media (max-width: 520px){
      .cargo-subline{ font-size: 14px; }
      .cargo-card{ padding: 14px 14px 12px; }
      .cargo-badge{ font-size: 15px; }
      .cargo-desc{ font-size: 13px; margin-bottom: 10px; }
      .cargo-list{ gap: 8px; }
      .cargo-list span{ font-size: 13px; }
    }

/* ===== Benefits + Global Network (premium match) ===== */
    .bn-section{
      background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }

.bn-card{
      background:#fff;
      border:1px solid #eef3fb;
      border-radius:18px;
      overflow:hidden;
      box-shadow: 0 14px 34px rgba(15,23,42,.08);
      position:relative;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

/* Accent bar */
    .bn-card::before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      bottom:0;
      width:4px;
      background: linear-gradient(180deg, #2587d2, rgba(37,135,210,.25));
    }

.bn-card:hover{
      transform: translateY(-5px);
      border-color: rgba(37,135,210,.35);
      box-shadow: 0 18px 44px rgba(15,23,42,.12);
    }

/* Media */
    .bn-media{
      position:relative;
      aspect-ratio:3/2;
      height:auto;
      overflow:hidden;
    }

.bn-media img{
      width:100%;
      height:100%;
      object-fit:cover;
      object-position:center;
      display:block;
      transition: transform .35s ease;
    }

.bn-card:hover .bn-media img{
      transform: scale(1.04);
    }

.bn-chip{
      position:absolute;
      top:14px;
      left:14px;
      background: rgba(255,255,255,.92);
      border: 1px solid rgba(37,135,210,.18);
      color:#0f172a;
      font-weight: 900;
      font-size: 12px;
      padding: 8px 10px;
      border-radius: 999px;
      backdrop-filter: blur(6px);
    }

/* Body */
    .bn-body{
      padding: 18px 18px 20px;
    }

.bn-title{
      margin:0 0 8px;
      font-size: 18px;
      font-weight: 900;
      color:#0f172a;
    }

.bn-sub{
      margin:0 0 14px;
      color:#64748b;
      font-size: 14px;
      line-height: 1.6;
    }

/* Icon bullet rows */
    .bn-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }

.bn-list li{
      display:grid;
      grid-template-columns: 28px 1fr;
      gap:10px;
      align-items:start;
    }

.bn-ic{
      width:28px;
      height:28px;
      border-radius:10px;
      display:grid;
      place-items:center;
      background: rgba(37,135,210,.10);
      color:#2587d2;
      font-size:14px;
      margin-top:1px;
    }

.bn-list span:last-child{
      color:#334155;
      font-size:14px;
      line-height:1.55;
    }

/* Highlight pills (right card) */
    .bn-highlights{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
      margin: 0 0 14px;
    }

.bn-pill{
      display:flex;
      align-items:center;
      gap:8px;
      padding: 10px 10px;
      border-radius: 12px;
      background: rgba(37,135,210,.08);
      color:#0f172a;
      font-weight: 800;
      font-size: 12.5px;
    }

.bn-pill i{
      color:#2587d2;
      font-size: 14px;
    }

.bn-text{
      margin:0;
      color:#475569;
      font-size:14px;
      line-height:1.7;
    }

/* CTA */
    .bn-link{
      display:inline-block;
      margin-top: 14px;
      color:#2587d2;
      font-weight: 900;
      text-decoration:none;
    }

.bn-link:hover{ text-decoration: underline; }

/* Mobile tightening */
    @media (max-width: 520px){
      .bn-body{ padding: 14px 14px 16px; }
      .bn-title{ font-size: 17px; }
      .bn-sub{ margin-bottom: 10px; font-size: 13px; }
      .bn-list{ gap:8px; }
      .bn-ic{ width:26px; height:26px; border-radius:9px; }
      .bn-list span:last-child{ font-size:13px; }
      .bn-highlights{ grid-template-columns: 1fr; }
    }

/* ===== Partnership (premium aligned to other sections) ===== */
    .partner{
      background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }

.partner-card{
      background:#fff;
      border:1px solid #eef3fb;
      border-radius:18px;
      padding: 18px 18px 16px;
      box-shadow: 0 14px 34px rgba(15,23,42,.06);
      position:relative;
      overflow:hidden;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

/* Accent bar */
    .partner-card::before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      bottom:0;
      width:4px;
      background: linear-gradient(180deg, #2587d2, rgba(37,135,210,.25));
    }

.partner-card:hover{
      transform: translateY(-4px);
      border-color: rgba(37,135,210,.30);
      box-shadow: 0 18px 44px rgba(15,23,42,.10);
    }

/* Slightly softer background for right card (optional) */
    .partner-card--soft{
      background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    }

/* Chip */
    .partner-chip{
      display:inline-block;
      font-size:12px;
      font-weight:900;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(37,135,210,.10);
      color:#2587d2;
      margin-bottom: 12px;
    }

/* Icon bullet rows */
    .partner-list{
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }

.partner-list li{
      display: grid;
      grid-template-columns: 28px 1fr;
      gap: 10px;
      align-items: start;
    }

.partner-ic{
      width: 28px;
      height: 28px;
      border-radius: 10px;
      background: rgba(37,135,210,.10);
      color:#2587d2;
      display: grid;
      place-items: center;
      font-size: 14px;
      margin-top: 1px;
    }

.partner-list span:last-child{
      color:#334155;
      font-size:14px;
      line-height:1.55;
    }

/* CTA */
    .partner-link{
      display:inline-block;
      margin-top: 14px;
      color:#2587d2;
      font-weight: 900;
      text-decoration:none;
    }

.partner-link:hover{ text-decoration: underline; }

/* Right content */
    .partner-title{
      margin: 2px 0 10px;
      font-size: 18px;
      font-weight: 900;
      color:#0f172a;
    }

.partner-text{
      margin: 0 0 14px;
      color:#475569;
      font-size: 14px;
      line-height: 1.7;
    }

/* Pills */
    .partner-pills{
      display:flex;
      flex-wrap: wrap;
      gap: 10px;
    }

.partner-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding: 10px 10px;
      border-radius: 12px;
      background: rgba(37,135,210,.08);
      color:#0f172a;
      font-weight: 800;
      font-size: 12.5px;
    }

.partner-pill i{
      color:#2587d2;
      font-size: 14px;
    }

/* Mobile tightening */
    @media (max-width: 520px){
      .partner-card{ padding: 14px 14px 12px; }
      .partner-title{ font-size: 17px; }
      .partner-text{ font-size: 13px; margin-bottom: 10px; }
      .partner-list{ gap: 8px; }
      .partner-list span:last-child{ font-size: 13px; }
      .partner-ic{ width: 26px; height: 26px; border-radius: 9px; }
    }

/* ===== FAQ Section (premium + image) ===== */
    .faq-section{
      background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }

.faq-title{
      margin: 6px 0 8px;
    }

.faq-subline{
      max-width: 720px;
      margin: 0;
      color:#475569;
      font-size:15px;
      line-height:1.7;
    }

/* Left list */
    .faq-list{
      max-width: 860px;
    }

/* Item card */
    .faq-item{
      background:#fff;
      border:1px solid #eef3fb;
      border-radius:16px;
      margin-bottom:12px;
      box-shadow:0 10px 26px rgba(15,23,42,.06);
      overflow:hidden;
      transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
    }

.faq-item:hover{
      transform: translateY(-2px);
      border-color: rgba(37,135,210,.30);
    }

.faq-item[open]{
      border-color: rgba(37,135,210,.35);
      box-shadow:0 16px 40px rgba(15,23,42,.10);
    }

.faq-item summary{
      list-style:none;
      cursor:pointer;
      display:grid;
      grid-template-columns: 40px 1fr 24px;
      gap:14px;
      align-items:center;
      padding:16px 18px;
      font-weight:900;
      color:#0f172a;
    }

.faq-item summary::-webkit-details-marker{display:none}

/* Number chip */
    .faq-qno{
      width:40px;
      height:40px;
      border-radius:12px;
      display:grid;
      place-items:center;
      font-size:13px;
      font-weight:900;
      background:rgba(37,135,210,.12);
      color:#2587d2;
    }

.faq-question{
      font-size: 15px;
      line-height: 1.35;
    }

/* + / - toggle */
    .faq-toggle{
      width:24px;
      height:24px;
      border-radius:50%;
      position:relative;
    }

.faq-toggle::before,
    .faq-toggle::after{
      content:"";
      position:absolute;
      background:#2587d2;
      border-radius:2px;
    }

.faq-toggle::before{
      width:14px;
      height:2px;
      top:50%;
      left:5px;
      transform:translateY(-50%);
    }

.faq-toggle::after{
      width:2px;
      height:14px;
      top:5px;
      left:50%;
      transform:translateX(-50%);
    }

.faq-item[open] .faq-toggle::after{
      display:none;
    }

/* Answer */
    .faq-answer{
      padding: 0 18px 18px 72px;
    }

.faq-answer p{
      margin:0;
      font-size:14px;
      color:#475569;
      line-height:1.7;
    }

/* Right image */
    .faq-visual{
      position: sticky;
      top: 120px;
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 20px 46px rgba(15,23,42,.12);
      border: 1px solid rgba(37,135,210,.18);
    }

.faq-visual img{
      width:100%;
      height:auto;
      display:block;
      object-fit:cover;
    }

/* CTA box under FAQs */
    .faq-cta{
      margin-top: 14px;
      padding: 16px 18px;
      border-radius: 16px;
      background: rgba(37,135,210,.08);
      border: 1px solid rgba(37,135,210,.14);
      display:flex;
      align-items:center;
      justify-content: space-between;
      gap: 14px;
    }

.faq-cta-text{
      display:flex;
      flex-direction: column;
      gap: 4px;
      color:#0f172a;
    }

.faq-cta-text span{
      color:#475569;
      font-size: 14px;
      line-height: 1.5;
    }

.faq-cta-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding: 10px 14px;
      border-radius: 12px;
      background:#2587d2;
      color:#fff;
      font-weight:900;
      text-decoration:none;
      white-space: nowrap;
    }

.faq-cta-btn:hover{
      filter: brightness(0.95);
    }

/* Mobile tightening */
    @media (max-width: 520px){
      .faq-item summary{
        grid-template-columns: 34px 1fr 22px;
        padding:14px 14px;
      }

      .faq-qno{
        width:34px;
        height:34px;
        border-radius:10px;
        font-size:12px;
      }

      .faq-question{
        font-size: 14px;
      }

      .faq-answer{
        padding: 0 14px 14px 58px;
      }

      .faq-answer p{
        font-size:13px;
      }

      .faq-cta{
        flex-direction: column;
        align-items: flex-start;
      }

      .faq-cta-btn{
        width: 100%;
      }
    }

/* ===== Sustainability Section ===== */
    .sustain-section{
      background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    }

.sustain-head h2{
      margin: 6px 0 8px;
    }

.sustain-intro{
      max-width: 760px;
      color:#475569;
      font-size:15px;
      line-height:1.7;
    }

/* Cards */
    .sustain-card{
      background:#fff;
      border:1px solid #eef3fb;
      border-radius:18px;
      padding: 18px 18px 16px;
      box-shadow: 0 14px 34px rgba(15,23,42,.06);
    }

/* Primary card slightly emphasized */
    .sustain-card--primary{
      background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
      border-color: rgba(37,135,210,.25);
    }

.sustain-card h3{
      margin:0 0 10px;
      font-size:18px;
      font-weight:900;
      color:#0f172a;
    }

.sustain-card p{
      margin:0 0 10px;
      font-size:14px;
      line-height:1.7;
      color:#475569;
    }

.sustain-note{
      font-size:13px;
      color:#64748b;
      font-style: italic;
    }

/* Icon bullet rows */
    .sustain-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:12px;
    }

.sustain-list li{
      display:grid;
      grid-template-columns: 30px 1fr;
      gap:12px;
      align-items:start;
    }

.sustain-ic{
      width:30px;
      height:30px;
      border-radius:10px;
      display:grid;
      place-items:center;
      background: rgba(37,135,210,.10);
      color:#2587d2;
      font-size:15px;
      margin-top:2px;
    }

.sustain-list span:last-child{
      font-size:14px;
      line-height:1.6;
      color:#334155;
    }

/* Mobile */
    @media (max-width:520px){
      .sustain-card{ padding: 14px 14px 12px; }
      .sustain-intro{ font-size:14px; }
      .sustain-card h3{ font-size:17px; }
      .sustain-card p{ font-size:13px; }
      .sustain-list span:last-child{ font-size:13px; }
    }

body{font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; background:var(--bg); color:#0f172a}

/* Menu icons: ensure visible and sized */
.site-menu .menu-icon{font-family: "bootstrap-icons" !important; font-size:18px !important; color:#2587d2 !important; vertical-align:middle}

/* Backdrop shown when menu is open (covers page, sits behind menu) */
.site-menu-backdrop{
	display:none;
	position:fixed;
	inset:0;
	background: rgba(0,0,0,0.44);
	opacity:0;
	transition: opacity .22s ease;
	z-index: 9990;
}

.site-menu-backdrop.show{display:block}

/* Pop-in animation for menu (desktop & floating) */
.site-menu{
    will-change: transform, opacity;
    opacity: 0;
    transform: translateY(-8px) scale(.98);
    transition: opacity .22s cubic-bezier(.2,.9,.3,1), transform .22s cubic-bezier(.2,.9,.3,1);
}

.site-menu.open{
    opacity: 1;
    transform: translateY(0) scale(1);
}

.site-menu.open ~ .site-menu-backdrop,
.site-menu-backdrop.show{
    opacity: 1;
}

/* ===== Why Amigo Logistics (premium blue cards) ===== */
.why-section{padding:56px 0}

.why-card{background:linear-gradient(180deg,#2b8bd6 0%,#1f78c3 100%);border-radius:18px;box-shadow:0 14px 34px rgba(15,23,42,.10);padding:22px 20px;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;position:relative;overflow:hidden}

.why-card::after{content:"";position:absolute;top:-40%;right:-30%;width:260px;height:260px;background:radial-gradient(circle, rgba(255,255,255,.18), transparent 55%);transform:rotate(12deg);pointer-events:none}

.why-card:hover{transform:translateY(-5px);box-shadow:0 18px 46px rgba(37,135,210,.22)}

.why-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;margin:0 auto 12px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18)}

.why-icon i{font-size:22px}

.why-card h3{font-size:18px;font-weight:900;margin:0 0 8px;color:#fff}

.why-card p{margin:0;font-size:13.5px;line-height:1.6;color:rgba(255,255,255,.88)}

.why-subline{max-width:720px;margin:8px 0 22px;color:#475569;font-size:15px;line-height:1.7}

@media (max-width:520px){.why-section{padding:42px 0}.why-card{padding:18px 16px}.why-grid{gap:14px}.why-card h3{font-size:17px}.why-card p{font-size:13px}}

/* Section rhythm tones: alternate subtle background colors */
.tone-1{background-color:#ffffff}

/* Ensure backgrounds don't override section-specific background images */
.tone-1,[class*="-section"].tone-1{background-color:#ffffff}

/* Ensure smaller section headings (h5) align visually */
section h5,
.service-title {
	font-weight: 700;
  line-height: 1.2;
}

/* Why Amigo cards */
.why-card{background:#2587d2;border-radius:12px;box-shadow:0 8px 20px rgba(15,23,42,0.06);min-height:160px;color:#ffffff}

.why-card ul{margin:0;padding-left:18px;color:#ffffff}
.why-card li{color:#ffffff}

.why-card h5{margin-top:0;margin-bottom:8px;font-weight:700;color:#ffffff}

.why-card p{margin-bottom:0;color:#ffffff}

.why-card i{color:#ffffff !important;font-size:28px}

.why-card a{color:#ffffff !important}

.why-card small{color:#ffffff}

@media(max-width:767px){
	.video-wrap{padding-top:56.25%}
	.why-card{min-height:unset}
}

/* Mobile menu: left-align links and use light grey separators */
@media (max-width:767px) {
	.site-menu:not(.open) { left: 8px; right: 8px; top: 64px; }
	.site-menu .site-menu-inner { padding-left: 18px; padding-right: 18px; }
	.site-menu .menu-logo-wrap { display:flex; justify-content:flex-start; padding-left:0; }
	.site-menu.open .menu-logo-wrap { display: none !important; }
	.site-menu .menu-group h5 { text-align: left; padding-left: 6px; }
	.site-menu .menu-group ul { padding-left: 0; }
	.site-menu .menu-group ul li { border-bottom: 1px solid rgba(255,255,255,0.08); padding: 12px 0; }
	.site-menu .menu-group ul li a { display: block; text-align: left; padding-left: 6px; color: inherit; }
	.site-menu .site-menu-close { right: 12px; top: 10px; }
}

/* Top-right site menu (hamburger) */
.site-menu-wrap{position:absolute;right:18px;top:18px;z-index:250}

.site-menu-btn{background:transparent;border:0;padding:8px 10px;border-radius:10px;box-shadow:0 6px 18px rgba(15,23,42,0.08);cursor:pointer}

.site-menu-btn .hamburger{display:inline-block;width:20px;height:14px}

.site-menu-btn .hamburger span{display:block;height:2px;background:#ffffff;margin:4px 0;border-radius:2px}

.site-menu-btn:focus{outline:none;box-shadow:0 0 0 4px rgba(37,135,210,0.12)}

.site-menu{position:fixed;right:18px;top:72px;width:340px;max-width:calc(100vw - 32px);background:#ffffff;border-radius:12px;box-shadow:0 18px 48px rgba(15,23,42,0.18);overflow:auto;max-height:70vh;display:none;z-index:260;border:4px solid #2587d2}

.site-menu.open{display:block}

.site-menu-inner{padding:14px}

.site-menu .menu-heading{margin:0 0 8px;font-size:14px;color:#062b73}

.site-menu .menu-group{margin-bottom:12px}

.site-menu .menu-group h5{margin:0 0 6px;font-size:13px;color:#6b7280}

.site-menu .menu-group ul{list-style:none;padding:0;margin:0}

.site-menu .menu-group ul li{padding:6px 0;border-bottom:1px solid rgba(55,65,81,0.06)}

.site-menu .menu-group ul li a{color:#0f172a;text-decoration:none}

.site-menu .menu-group ul li ul.sub{margin-top:6px;padding-left:0}

.site-menu .menu-has-sub .menu-sub-row{display:inline-flex;align-items:center;gap:2px;max-width:100%}

.site-menu .menu-has-sub .menu-sub-parent{
  color:inherit;
  text-decoration:none;
  background:transparent;
  border:0;
  padding:0;
  margin:0;
  font:inherit;
  line-height:inherit;
  cursor:pointer;
  text-align:left;
  display:inline-flex;
  align-items:center;
}

.site-menu .menu-sub-toggle{background:transparent;border:0;padding:2px 4px;margin-left:2px;cursor:pointer;color:inherit;line-height:1;display:inline-flex;align-items:center;flex-shrink:0}

.site-menu .menu-has-sub .sub{display:none;margin-top:8px;padding:8px 10px;border-radius:8px;background:rgba(15,23,42,0.08)}

.site-menu .menu-has-sub.is-open .sub{display:block}

.site-menu .menu-has-sub.is-open .menu-sub-caret{transform:rotate(180deg)}

.site-menu .menu-sub-caret{transition:transform .2s ease;font-size:14px;opacity:.85}

.site-menu .menu-has-sub .sub li{padding:2px 0;border-bottom:none}

.site-menu .menu-has-sub .sub li a{display:block;padding:6px 8px;border-radius:6px;font-size:.92em;opacity:.95;text-decoration:none}

.site-menu .menu-has-sub .sub li a:hover{opacity:1}

.site-menu.open .menu-has-sub .menu-sub-parent{color:#ffffff !important}

.site-menu.open .menu-sub-toggle{color:#ffffff !important}

.site-menu.open .menu-has-sub .sub{background:rgba(0,0,0,0.18);border:1px solid rgba(255,255,255,0.12)}

.site-menu.open .menu-has-sub .sub li a{color:#ffffff !important;opacity:.95}

.site-menu.open .menu-has-sub .sub li a:hover{background:rgba(255,255,255,0.1);opacity:1}

.site-menu .menu-footer{text-align:right;margin-top:8px}

.site-menu .site-menu-close{background:transparent;border:0;font-size:22px;float:right;line-height:1;cursor:pointer;color:#6b7280}

@media(max-width:767px){
	.site-menu:not(.open){right:8px;left:8px;width:auto;top:64px}
	.site-menu-wrap{right:10px;top:10px}
	.site-menu-btn{padding:10px}
}

/* When menu is open use brand blue background with white text for contrast */
.site-menu.open{background:#ffffff}

.site-menu.open .site-menu-inner{color:#0f172a}

.site-menu.open .menu-heading{color:#062b73}

.site-menu.open .menu-group h5{color:#374151}

.site-menu.open .menu-group ul li{border-color:#eef2f6}

.site-menu.open .menu-group ul li a{color:#0f172a}

.site-menu.open .menu-group ul li a:hover{text-decoration:underline;color:#062b73}

.site-menu.open .site-menu-close{color:#374151}

.site-menu.open .menu-footer a{color:#062b73}

/* Menu icons */
.site-menu .menu-icon{color:#2587d2;margin-right:8px;font-size:18px;vertical-align:middle}

.site-menu.open .menu-icon{color:#2587d2}

/* Desktop: make open menu a full-screen overlay and lay out categories in columns */

@media(min-width:768px){
	.site-menu, .site-menu.open{ box-sizing: border-box; }
	.site-menu.open{
		position:fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		width:100%;
		height:100vh !important;
		max-width:none;
		border-radius:0;
		box-shadow:none !important;
		display:block;
		z-index:99999;
		background:#ffffff !important;
		border:0 !important;
		overflow:auto; /* allow scrolling within the full-screen menu */
	}
	/* remove the small outer border used for floating menu on desktop */
	.site-menu{border:0}
	.site-menu-inner{
		display:grid;
		grid-template-columns:repeat(4, 1fr);
		gap:18px;
		padding:36px 48px;
		max-width:1200px;
		margin:0 auto;
		min-height:calc(100vh - 48px);
	}

/* Column wrapper for logo + Main links */
.site-menu-inner .menu-col{display:flex;flex-direction:column;gap:12px}
.site-menu-inner .menu-col .menu-logo-wrap{align-self:stretch}

/* Ensure first-column contents (logo + links) align left */
.site-menu-inner .menu-col{align-items:flex-start}
.site-menu-inner .menu-col .menu-logo-wrap{justify-content:flex-start;padding-left:0}
.menu-logo{margin:0;display:block}
	.site-menu .menu-group{border:none;background:transparent;padding:0}
	.site-menu .menu-group ul{max-height:none}
	.site-menu .menu-group ul li{border:none;padding:6px 0}
	.site-menu .menu-group h5{color:#374151;font-size:15px}
	.site-menu .menu-heading{display:none}
	.site-menu .site-menu-close{position:absolute;right:20px;top:16px;color:#374151;font-size:26px}
	.site-menu .menu-footer{grid-column:1 / -1;text-align:right;padding-top:8px}
}

/* Menu brand/logo styling (first column) */
.menu-logo-wrap{background:#2587d2;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:10px 5px}

.menu-logo{max-width:180px;height:auto;display:block}

@media (max-width:767px){
  .site-menu .menu-logo{max-width:200px}
}

/* Strong full-viewport menu & backdrop enforced only when the menu is open */
.site-menu.open{
	position: fixed !important;
	inset: 0 !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	max-width: none !important;
	height: 100vh !important;
	max-height: 100vh !important;
	z-index: 99999 !important;
	background: #ffffff !important; /* fully opaque */
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	display: block !important;
	opacity: 1 !important;
	transform: none !important;
}

.site-menu.open .site-menu-inner{
	min-height:100vh !important;
	width:100% !important;
	max-width:100% !important;
	box-sizing:border-box;
}

/* Make the open menu visually distinct from the banner and ensure content is readable */
.site-menu.open{
	background: rgba(255,255,255,0.98) !important;
	-webkit-backdrop-filter: none !important;
	backdrop-filter: none !important;
}

.site-menu.open .site-menu-inner{padding-top:64px; padding-bottom:48px}

.site-menu .site-menu-close{z-index:100001}

.site-menu.open .menu-group ul li a{color:#0f172a !important;font-size:15px}

.site-menu.open .menu-group h5{color:#374151 !important}

/* Ensure menu content appears at the top of the viewport when opened */
.site-menu.open{top:0;left:0}

/* Dark grey theme for open menu */
.site-menu.open{
	background: #2587d2 !important; /* brand blue */
}

.site-menu.open .site-menu-inner{color:#ffffff !important}

.site-menu.open .menu-group h5{color:#E9F6FF !important}

.site-menu.open .menu-heading{color:#E9F6FF !important}

.site-menu.open .menu-group ul li a{color:#ffffff !important}

.site-menu.open .menu-group ul li a:hover{color:#ffffff !important;opacity:0.95}

.site-menu.open .menu-icon{color:#dff4ff !important}

.site-menu .site-menu-close{color:#ffffff !important;background:transparent}

/* Make logo patch subtle on dark background */
.menu-logo-wrap{background:transparent !important;padding:0 !important;border-radius:0 !important}

.site-menu.open .menu-logo-wrap{background:transparent !important;padding:0 !important;border-radius:0 !important}

.site-menu.open .menu-logo{background:transparent !important;padding:0 !important;display:block}

.menu-logo{background:transparent !important}

/* Menu CTA button (Track Shipment) */
.menu-cta{margin-top:12px}

.menu-track-btn{display:inline-block;background: rgba(203,4,9,0.64);color:#ffffff;padding:8px 12px;border-radius:8px;border:2px solid rgba(203,4,9,0.64);font-weight:700;text-decoration:none}

.menu-track-btn:hover{background: rgba(160,3,7,0.86);border-color: rgba(160,3,7,0.86)}

.site-menu.open .menu-track-btn{color:#ffffff}

/* Stronger list divider color when menu is open */
.site-menu.open .menu-group ul li{border-bottom-color: rgba(255,255,255,0.12) !important}

/* Backdrop defaults to hidden and becomes visible when .show is applied */
.site-menu-backdrop{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.45);
	opacity: 0;
	transition: opacity .22s ease;
	z-index: 99998;
	pointer-events: none;
}

.site-menu-backdrop.show{
	display: block;
	opacity: 1 !important;
	pointer-events: auto;
	/* Use an opaque white sheet beneath the menu so underlying content cannot show through */
	background: #ffffff !important;
	mix-blend-mode: normal !important;
}

/* Safety: ensure the menu sits above the backdrop */
.site-menu.open{z-index:100000 !important}

/* Ensure menu button stays visible when menu is closed */
.site-menu-btn{z-index: 99999}

/* Accessibility: focus styling for interactive elements within the open menu */
.site-menu.open :focus{outline: 3px solid rgba(37,135,210,0.12);outline-offset:2px}

/* ============================
   Compliance & Certifications (Livestock)
   Works with existing markup:
   .compliance-row .compliance-inline .inline-media + p + a
   ============================ */
.compliance-row{
  margin-top: 32px;
}
.compliance-row .compliance-inline{
  display:flex;
  flex-direction:column;
  gap:18px;

  background: linear-gradient(180deg,#ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(37,135,210,.18);
  border-radius: 16px;
  padding: 18px 18px;
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
}

.compliance-logos{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
  width:100%;
  max-width:760px;
  margin:0 auto;
}

.compliance-row .compliance-logos .inline-media,
.compliance-section .compliance-logos .inline-media{
  margin:0;
  display:grid;
  place-items:center;
  width:100%;
  min-width:0;
  height:132px;
  padding:12px 10px;
  border-radius: 14px;
  background:#fff;
  border: 1px solid rgba(37,135,210,.16);
}

.compliance-row .compliance-logos .inline-media img,
.compliance-section .compliance-logos .inline-media img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:104px;
  object-fit:contain;
  display:block;
}

.compliance-row .compliance-logos .inline-media--iata img,
.compliance-section .compliance-logos .inline-media--iata img{
  max-height:92px;
}

.compliance-row .compliance-logos .inline-media--ceiv img,
.compliance-section .compliance-logos .inline-media--ceiv img{
  max-height:112px;
}

.compliance-row .compliance-logos .inline-media--eiac img,
.compliance-section .compliance-logos .inline-media--eiac img{
  max-height:88px;
}

.compliance-copy{
  display:flex;
  flex-direction:column;
  gap:14px;
  min-width:0;
}

.compliance-row .inline-media{
  margin: 0;
  display:grid;
  place-items:center;
  border-radius: 16px;
  background: rgba(37,135,210,.08);
  border: 1px solid rgba(37,135,210,.14);
}

.compliance-row .inline-media img{
  max-width: 72px;
  width: 100%;
  height: auto;
  display:block;
  filter: drop-shadow(0 10px 18px rgba(15,23,42,.10));
}

/* Use your existing bn-text paragraph, but make it sit nicely */
.compliance-row .bn-text,
.compliance-row .inline-text{
  margin: 0;
  color:#475569;
  font-size: 14px;
  line-height: 1.7;
}

/* CTA alignment */
.compliance-row .bn-link{
  display: inline-flex;
  justify-self: start;
  margin-top: 10px;
  font-weight: 900;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

/* Optional: add a small badge row under the paragraph (if you add HTML) */
.compliance-badges{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 0;
}

.compliance-badge{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(37,135,210,.10);
  border: 1px solid rgba(37,135,210,.16);
  color:#0f172a;
  font-weight: 800;
  font-size: 12px;
  white-space: nowrap;
  flex: 0 0 auto;
}

.compliance-badge i{
  color:#2587d2;
  font-size: 14px;
}
/* Footer row: badges left, explore right */
.compliance-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:0;
  flex-wrap:wrap;
}

.compliance-section{
  background:linear-gradient(180deg,#f8fbff 0%, #ffffff 100%);
}

.compliance-section__head{
  margin-bottom:24px;
}

.compliance-section__head h2{
  margin:0;
}

.compliance-panel{
  display:flex;
  flex-direction:column;
  gap:24px;
  background:linear-gradient(180deg,#ffffff 0%, #f7fbff 100%);
  border:1px solid rgba(37,135,210,.18);
  border-radius:18px;
  padding:24px;
  box-shadow:0 10px 26px rgba(15,23,42,.06);
}

.compliance-section .compliance-logos{
  max-width:100%;
  gap:18px;
}

.compliance-section .compliance-logos .inline-media{
  height:156px;
  padding:14px 12px;
}

.compliance-section .compliance-logos .inline-media img{
  max-height:128px;
}

.compliance-section .compliance-logos .inline-media--iata img{
  max-height:112px;
}

.compliance-section .compliance-logos .inline-media--ceiv img{
  max-height:136px;
}

.compliance-section .compliance-logos .inline-media--eiac img{
  max-height:108px;
  max-width:98%;
}

.compliance-section__copy p{
  margin:0 0 14px;
  color:#475569;
  font-size:15px;
  line-height:1.75;
}

.compliance-section__copy p:last-child{
  margin-bottom:0;
}

.compliance-section__copy .lead{
  color:#0f172a;
  font-size:16px;
}

@media (max-width: 991px){
  .compliance-logos{
    max-width:680px;
  }

  .compliance-section .compliance-logos{
    max-width:100%;
  }
}

@media (max-width: 767px){
  .compliance-footer{
    flex-direction:column;
    align-items:flex-start;
  }
}


/* Mobile: stack logo on top */
/* ============================
   Compliance card - Mobile Fix
   ============================ */
@media (max-width: 575px){

  /* Outer card spacing */
  .compliance-row{ margin-top: 36px; }

  .compliance-row .compliance-inline{
    gap: 14px;
    padding: 14px;
  }

  .compliance-logos{
    max-width:none;
    gap:10px;
  }

  .compliance-row .compliance-logos .inline-media,
  .compliance-section .compliance-logos .inline-media{
    height:118px;
    padding:10px 8px;
  }

  .compliance-row .compliance-logos .inline-media--iata img,
  .compliance-section .compliance-logos .inline-media--iata img{
    max-height:78px;
  }

  .compliance-row .compliance-logos .inline-media--ceiv img,
  .compliance-section .compliance-logos .inline-media--ceiv img{
    max-height:96px;
  }

  .compliance-row .compliance-logos .inline-media--eiac img,
  .compliance-section .compliance-logos .inline-media--eiac img{
    max-height:72px;
  }

  .compliance-section .compliance-logos .inline-media{
    height:128px;
  }

  .compliance-section .compliance-logos .inline-media--iata img{
    max-height:86px;
  }

  .compliance-section .compliance-logos .inline-media--ceiv img{
    max-height:108px;
  }

  .compliance-section .compliance-logos .inline-media--eiac img{
    max-height:84px;
  }

  .compliance-panel{
    padding:18px 16px;
    gap:18px;
  }

  .compliance-section__copy p{
    font-size:14px;
  }

  /* Paragraph spacing */
  .compliance-row .bn-text,
  .compliance-row .inline-text{
    font-size: 13.5px;
    line-height: 1.65;
  }

  /* Badges: wrap and never overflow */
  .compliance-badges{
    flex-wrap: wrap !important;
    gap: 10px;
    margin-top: 10px;
  }

  .compliance-badge{
    white-space: normal !important;
  }

  /* Explore stays on one line and doesn't jump */
  .compliance-row .bn-link{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    white-space: nowrap;
  }
}


/* =============================
   CTA + Footer fixes (global)
   ============================= */

/* Soft section background used on CTA blocks */
.bg-gradient-light{
  background:
    radial-gradient(1200px 600px at 50% -10%, rgba(37,135,210,.16), rgba(255,255,255,0) 70%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 55%, #f8fbff 100%);
}
#cta {
    background: linear-gradient(180deg, #0b3b66, #08304f);
    color: #ffffff;
}

#cta h2, #cta p {
    color: #ffffff;
}

/* Make CTA buttons look consistent even without extra utilities */
#cta .btn-primary {
    background: #cb0409;
    border-color: #cb0409;
    color: #ffffff;
}

/* Video testimonial responsive embed */
/* Video Testimonial section separation */
.video-testimonial-section{
  background: #f5f9fd;
  padding: 64px 0;
}
.video-wrap{position:relative;padding-top:56.25%;overflow:hidden;border-radius:12px;box-shadow:0 12px 30px rgba(15,23,42,0.06);background:#000}
.video-wrap iframe{position:absolute;left:0;top:0;width:100%;height:100%;border:0}
/* Video thumbnails (covers) */
.video-grid{gap:18px;justify-content: center; align-items: stretch;}
.video-thumb{position:relative;width:100%;max-width:520px;border-radius:16px;overflow:hidden;cursor:pointer;border: 1px solid rgba(37,135,210,.18);box-shadow: 0 14px 40px rgba(15,23,42,.10);background: #0b1220;transition:transform .16s ease,box-shadow .16s ease}
.video-thumb img{display:block;width:100%;height:auto;object-fit:cover;aspect-ratio: 16 / 9;transform: scale(1.01);transition: transform .25s ease, filter .25s ease;filter: saturate(1.02) contrast(1.02);}
.video-thumb .video-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:64px;color:rgba(255,255,255,0.95);text-shadow:0 6px 24px rgba(0,0,0,0.48);pointer-events:none}
.video-thumb:active{transform:scale(.995)}
.video-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.20) 0%, rgba(0,0,0,.10) 45%, rgba(0,0,0,.35) 100%);
  opacity: 1;
  pointer-events:none;
}

/* Modal for video playback */
.video-modal{display:none;position:fixed;inset:0;z-index:100001;align-items:center;justify-content:center}
.video-modal.show{display:flex}
.video-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.72)}
.video-modal-inner{position:relative;max-width:1100px;width:calc(100% - 48px);background:transparent;padding:16px;border-radius:8px;z-index:100002}
.video-modal-close{position:absolute;right:-4px;top:-20px;background:transparent;color:#fff;border:0;font-size:34px;line-height:1;cursor:pointer;z-index:100003}
.video-modal .video-wrap{border-radius:8px;box-shadow:0 18px 48px rgba(0,0,0,0.6);background:#000}

@media(min-width:992px){
	.video-grid .video-thumb{flex:0 0 48%}
}

@media(max-width:767px){
	.video-grid .video-thumb{max-width:100%}
	.video-thumb .video-play{font-size:44px}
}
@media (hover:hover){
  .video-thumb:hover{
    transform: translateY(-2px);
    box-shadow: 0 18px 52px rgba(15,23,42,.16);
  }
  .video-thumb:hover img{
    transform: scale(1.04);
    filter: saturate(1.06) contrast(1.06);
  }
}

/* Play button: turn into premium circular CTA */
.video-thumb .video-play{
  width: 78px;
  height: 78px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 28px; /* works well with icon */
  color: #fff;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 34px rgba(0,0,0,.35);
}

/* Optional: add a subtle ring on hover */
@media (hover:hover){
  .video-thumb:hover .video-play{
    background: rgba(255,255,255,.22);
    box-shadow: 0 16px 40px rgba(0,0,0,.42);
  }
}

/* Modal: slightly more premium */
.video-modal-inner{
  padding: 18px;
  border-radius: 14px;
}
.video-modal .video-wrap{
  border-radius: 14px;
  box-shadow: 0 22px 70px rgba(0,0,0,.65);
}

/* Responsive tuning */
@media (max-width: 767px){
  .video-grid{ gap: 16px; }
  .video-thumb{ border-radius: 14px; }
  .video-thumb .video-play{
    width: 62px;
    height: 62px;
    font-size: 22px;
  }
}

.video-badge{
  position:absolute;
  left:12px;
  top:12px;
  z-index:2;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  color:#0f172a;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(37,135,210,.18);
}

.video-thumb-overlay{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:1;
  padding:14px 16px 18px;
  color:#fff;
  text-shadow:0 2px 12px rgba(0,0,0,.55);
  pointer-events:none;
}
.video-overlay-title{
  font-size:1.35rem;
  font-weight:800;
  letter-spacing:.04em;
  line-height:1.1;
}
.video-overlay-subtitle{
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-top:4px;
}
.video-overlay-extra{
  position:absolute;
  right:14px;
  bottom:14px;
  font-size:.75rem;
  font-weight:700;
  opacity:.9;
}

/* Life at Amigo — masonry gallery */
.life-at-amigo-section{
  background:#fff;
  padding:64px 0 72px;
}
.life-at-amigo-heading{
  font-size:clamp(1.75rem, 3vw, 2.35rem);
  font-weight:800;
  color:#0f172a;
  letter-spacing:-.02em;
}
.life-at-amigo-heading__accent{
  color:#cb0409;
}
.life-at-masonry{
  column-count:3;
  column-gap:12px;
}
.life-at-masonry-item{
  display:block;
  width:100%;
  margin:0 0 12px;
  padding:0;
  border:0;
  background:transparent;
  break-inside:avoid;
  page-break-inside:avoid;
  cursor:pointer;
  border-radius:4px;
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease;
}
.life-at-masonry-item img{
  display:block;
  width:100%;
  height:auto;
  vertical-align:top;
}
.life-at-masonry-item:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(15,23,42,.14);
}
@media (max-width: 991.98px){
  .life-at-masonry{ column-count:2; }
}
@media (max-width: 575.98px){
  .life-at-masonry{ column-count:1; }
}

/* Life at Amigo — fullscreen lightbox */
.life-at-lightbox{
  position:fixed;
  inset:0;
  z-index:100010;
  display:none;
  align-items:center;
  justify-content:center;
  padding:72px 88px 48px;
}
.life-at-lightbox.is-open{
  display:flex;
}
.life-at-lightbox__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.88);
}
.life-at-lightbox__topbar{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 24px;
  color:#fff;
}
.life-at-lightbox__counter{
  font-size:15px;
  font-weight:600;
  letter-spacing:.02em;
}
.life-at-lightbox__actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.life-at-lightbox__action,
.life-at-lightbox__nav{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  color:#fff;
  background:rgba(255,255,255,.14);
  transition:background .2s ease, transform .2s ease;
}
.life-at-lightbox__action:hover,
.life-at-lightbox__nav:hover{
  background:rgba(255,255,255,.24);
}
.life-at-lightbox__action{
  width:42px;
  height:42px;
  border-radius:8px;
  font-size:18px;
}
.life-at-lightbox__action.is-active{
  background:rgba(255,255,255,.28);
}
.life-at-lightbox__nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:3;
  width:56px;
  height:56px;
  border-radius:50%;
  font-size:28px;
}
.life-at-lightbox__nav--prev{ left:24px; }
.life-at-lightbox__nav--next{ right:24px; }
.life-at-lightbox__stage{
  position:relative;
  z-index:2;
  max-width:min(1100px, calc(100vw - 180px));
  margin:0;
  text-align:center;
}
.life-at-lightbox__image{
  display:block;
  max-width:100%;
  max-height:calc(100vh - 180px);
  margin:0 auto;
  object-fit:contain;
  border-radius:4px;
  transition:transform .25s ease;
}
.life-at-lightbox.is-zoomed .life-at-lightbox__image{
  transform:scale(1.35);
  cursor:zoom-out;
}
.life-at-lightbox__caption{
  margin:14px 0 0;
  color:#fff;
  font-size:15px;
  font-weight:500;
}
.life-at-lightbox__caption:empty{
  display:none;
}
.life-at-lightbox__thumbs{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:4;
  display:flex;
  gap:8px;
  padding:14px 20px;
  overflow-x:auto;
  background:linear-gradient(180deg, transparent, rgba(0,0,0,.55));
}
.life-at-lightbox__thumbs[hidden]{
  display:none !important;
}
.life-at-lightbox__thumb{
  flex:0 0 auto;
  width:72px;
  height:54px;
  padding:0;
  border:2px solid transparent;
  border-radius:6px;
  overflow:hidden;
  background:transparent;
  opacity:.72;
  cursor:pointer;
}
.life-at-lightbox__thumb.is-active,
.life-at-lightbox__thumb:hover{
  opacity:1;
  border-color:#fff;
}
.life-at-lightbox__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
body.life-at-lightbox-open{
  overflow:hidden;
}
@media (max-width: 767.98px){
  .life-at-lightbox{
    padding:64px 12px 88px;
  }
  .life-at-lightbox__nav{
    width:44px;
    height:44px;
    font-size:22px;
  }
  .life-at-lightbox__nav--prev{ left:8px; }
  .life-at-lightbox__nav--next{ right:8px; }
  .life-at-lightbox__stage{
    max-width:100%;
  }
}


/* Footer (override Bootstrap's bg-light look to match site) */
footer{
  background: #2587d2 !important;
  color: #ffffff !important;
}

footer .small,
footer .text-muted{
  color: rgba(255,255,255,.92) !important;
}

footer a{
  color: #ffffff !important;
  text-decoration: none;
}

footer a:hover{
  color: #ffffff !important;
  text-decoration: underline;
  opacity: .9;
}

footer ul{
  padding-left: 0;
  margin: 0;
  list-style: none;
}

footer ul li{ margin: 6px 0; }

footer .footer-logo{
  max-width: 260px;
  max-height: 88px;
  width: 100%;
  height: auto;
  display: inline-block;
}

footer .footer-col-title{
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
  color: #ffffff;
}

footer .footer-services{
  column-count: 2;
  column-gap: 24px;
}

footer img{
  opacity: 1 !important;
}

@media (max-width: 767.98px){
  footer .row{
    --bs-gutter-y: 1.5rem;
    text-align: left;
  }
  footer .footer-logo-col{
    text-align: center;
    margin-bottom: 0.25rem;
  }
  footer .footer-logo{
    max-width: 200px;
    max-height: 72px;
  }
  footer .footer-logo-col + .footer-col,
  footer .footer-col + .footer-col{
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255,255,255,.14);
  }
  footer .footer-col-title{
    margin-bottom: 8px;
  }
  footer .footer-main-links{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    row-gap: 2px;
  }
  footer .footer-services{
    column-count: 2;
    column-gap: 20px;
  }
  footer ul li{
    margin: 5px 0;
  }
}
/* ===== HERO (Goat Exports) ===== */
.hero-goat-exports{
  background-position: 72% 18%;
}

@media (max-width: 768px){
  .hero-goat-exports{
    background-position: 65% 12%;
    background-size: 195%;
  }
}

/* ===== HERO (Air) ===== */
.hero-air{
  background-image: url("../img/air-freight/air-freight-global-connectivity-banner.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 90%;
}

/* Mobile tuning (match the ocean hero behaviour) */
@media (max-width: 768px){
  .hero-air{
    background-position: 55% 40%;
    background-size: 220%;
    min-height: clamp(420px, 70vh, 560px);
    height: auto;
  }
}

/* ===== HERO (About Us) - matches ocean/air hero system ===== */
.hero-about{
  background-image: url("../img/about-us/about-us-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 80%;
}

/* Mobile tuning (match the ocean hero behaviour) */
@media (max-width: 768px){
  .hero-about{
    background-position: 55% 45%;
    background-size: 220%;
    min-height: clamp(420px, 70vh, 560px);
    height: auto;
  }
}

/* ===== About page cards: make bootstrap .card match premium cards ===== */
.page-about-us .about-card{
  background:#fff;
  border:1px solid #eef3fb;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(15,23,42,.08);
  position:relative;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.page-about-us .about-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:linear-gradient(180deg,#2587d2,rgba(37,135,210,.25));
}

.page-about-us .about-card:hover{
  transform:translateY(-5px);
  border-color:rgba(37,135,210,.35);
  box-shadow:0 18px 44px rgba(15,23,42,.12);
}

/* Values icons: colored circular backgrounds */
#values .card-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  border-radius:50%;
  margin-bottom:12px;
}
#values .card-icon .bi{font-size:22px;line-height:1}

/* Integrity - trustworthy blue */
#values .icon-integrity{background: rgba(11,111,176,0.12)}
#values .icon-integrity .bi{color:#0b6fb0}

/* Reliability - solid green */
#values .icon-reliability{background: rgba(22,163,74,0.12)}
#values .icon-reliability .bi{color:#16a34a}

/* Innovation - amber */
#values .icon-innovation{background: rgba(245,158,11,0.12)}
#values .icon-innovation .bi{color:#f59e0b}

/* Sustainability - fresh green */
#values .icon-sustainability{background: rgba(16,185,129,0.12)}
#values .icon-sustainability .bi{color:#10b981}

/* ===== Airports directory ===== */
.page-airports .airports-directory{
  padding:48px 0 64px;
}

.page-airports .airports-directory-title{
  margin:0 0 20px;
  font-size:clamp(22px,2.1vw,34px);
  font-weight:800;
  color:var(--text);
}

.page-airports .airports-search-wrap{
  margin-bottom:24px;
  max-width:720px;
}

.page-airports .airports-search-field{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border:1px solid #e2e8f0;
  border-radius:10px;
  background:#fff;
  box-shadow:0 8px 24px rgba(15,23,42,.05);
}

.page-airports .airports-search-icon{
  color:var(--brand);
  font-size:18px;
  flex:0 0 auto;
}

.page-airports .airports-search-input{
  flex:1 1 auto;
  border:0;
  outline:0;
  background:transparent;
  color:var(--text);
  font-size:16px;
  min-width:0;
}

.page-airports .airports-search-input::placeholder{
  color:var(--muted);
}

.page-airports .airports-search-clear{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border:0;
  border-radius:50%;
  background:#f1f5f9;
  color:var(--muted-2);
  cursor:pointer;
  flex:0 0 auto;
}

.page-airports .airports-search-clear:hover,
.page-airports .airports-search-clear:focus-visible{
  background:#e2e8f0;
  color:var(--text);
  outline:none;
}

.page-airports .airports-search-hint{
  margin:10px 0 0;
  color:var(--muted);
  font-size:14px;
}

.page-airports .airports-search-results{
  margin-bottom:24px;
  padding:18px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#f8fafc;
}

.page-airports .airports-search-results-title{
  margin:0 0 12px;
  font-size:16px;
  font-weight:700;
  color:var(--text);
}

.page-airports .airports-search-results-list{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
  gap:10px;
  margin:0;
  padding:0;
}

.page-airports .airports-search-result-btn{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:4px;
  width:100%;
  padding:12px 14px;
  border:1px solid #e2e8f0;
  border-radius:8px;
  background:#fff;
  text-align:left;
  cursor:pointer;
  transition:background-color .2s ease,border-color .2s ease,transform .2s ease;
}

.page-airports .airports-search-result-btn:hover,
.page-airports .airports-search-result-btn:focus-visible{
  border-color:rgba(37,135,210,.35);
  background:#fff;
  transform:translateY(-1px);
  outline:none;
  box-shadow:0 10px 24px rgba(15,23,42,.08);
}

.page-airports .airports-search-result-port{
  color:var(--text);
  font-size:14px;
  font-weight:600;
  line-height:1.4;
}

.page-airports .airports-search-result-country{
  color:var(--muted);
  font-size:13px;
}

.page-airports .airports-search-empty{
  margin:0 0 20px;
  padding:14px 16px;
  border:1px solid #fde68a;
  border-radius:8px;
  background:#fffbeb;
  color:#92400e;
  font-size:14px;
}

.page-airports .airports-country-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(148px,1fr));
  gap:10px 12px;
  list-style:none;
  margin:0;
  padding:0;
}

.page-airports .airports-country-grid > li{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
}

.page-airports .airports-country-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:40px;
  padding:8px 10px;
  border:1px solid #e2e8f0;
  border-radius:4px;
  background:#f8fafc;
  color:var(--text);
  font-size:14px;
  font-weight:500;
  line-height:1.3;
  text-align:center;
  cursor:pointer;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease;
  -webkit-appearance:none;
  appearance:none;
}

.page-airports .airports-country-btn:hover,
.page-airports .airports-country-btn:focus-visible{
  background:var(--brand);
  border-color:var(--brand);
  color:#fff;
  outline:none;
}

.page-airports .airport-port-list{
  list-style:none;
  margin:0;
  padding:0;
  columns:1;
  column-gap:24px;
}

@media (min-width:576px){
  .page-airports .airport-port-list{columns:2}
}

@media (min-width:992px){
  .page-airports .airport-port-list{columns:3}
}

.page-airports .airport-port-list li{
  break-inside:avoid;
  padding:4px 0 4px 18px;
  line-height:1.5;
  color:var(--muted-2);
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%232587d2' d='M0 4l4-4v3h4v2H4v3z'/%3E%3C/svg%3E") 0 .65rem no-repeat;
}

.page-airports .airport-port-list li.is-match{
  color:var(--text);
  font-weight:600;
}

.page-airports #airportCountryModal .modal-dialog{max-width:720px}
.page-airports #airportCountryModal .modal-dialog.modal-wide{max-width:900px}

/* ===== Seaports directory ===== */
.page-seaports .seaports-directory{
  padding:48px 0 64px;
}

.page-seaports .seaports-directory-title{
  margin:0 0 20px;
  font-size:clamp(22px,2.1vw,34px);
  font-weight:800;
  color:var(--text);
}

.page-seaports .seaports-search-wrap{
  margin-bottom:24px;
  max-width:720px;
}

.page-seaports .seaports-search-field{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border:1px solid #e2e8f0;
  border-radius:10px;
  background:#fff;
  box-shadow:0 8px 24px rgba(15,23,42,.05);
}

.page-seaports .seaports-search-icon{
  color:var(--brand);
  font-size:18px;
  flex:0 0 auto;
}

.page-seaports .seaports-search-input{
  flex:1 1 auto;
  border:0;
  outline:0;
  background:transparent;
  color:var(--text);
  font-size:16px;
  min-width:0;
}

.page-seaports .seaports-search-input::placeholder{
  color:var(--muted);
}

.page-seaports .seaports-search-clear{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border:0;
  border-radius:50%;
  background:#f1f5f9;
  color:var(--muted-2);
  cursor:pointer;
  flex:0 0 auto;
}

.page-seaports .seaports-search-clear:hover,
.page-seaports .seaports-search-clear:focus-visible{
  background:#e2e8f0;
  color:var(--text);
  outline:none;
}

.page-seaports .seaports-search-hint{
  margin:10px 0 0;
  color:var(--muted);
  font-size:14px;
}

.page-seaports .seaports-search-results{
  margin-bottom:24px;
  padding:18px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#f8fafc;
}

.page-seaports .seaports-search-results-title{
  margin:0 0 12px;
  font-size:16px;
  font-weight:700;
  color:var(--text);
}

.page-seaports .seaports-search-results-list{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
  gap:10px;
  margin:0;
  padding:0;
}

.page-seaports .seaports-search-result-btn{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:4px;
  width:100%;
  padding:12px 14px;
  border:1px solid #e2e8f0;
  border-radius:8px;
  background:#fff;
  text-align:left;
  cursor:pointer;
  transition:background-color .2s ease,border-color .2s ease,transform .2s ease;
}

.page-seaports .seaports-search-result-btn:hover,
.page-seaports .seaports-search-result-btn:focus-visible{
  border-color:rgba(37,135,210,.35);
  background:#fff;
  transform:translateY(-1px);
  outline:none;
  box-shadow:0 10px 24px rgba(15,23,42,.08);
}

.page-seaports .seaports-search-result-port{
  color:var(--text);
  font-size:14px;
  font-weight:600;
  line-height:1.4;
}

.page-seaports .seaports-search-result-country{
  color:var(--muted);
  font-size:13px;
}

.page-seaports .seaports-search-empty{
  margin:0 0 20px;
  padding:14px 16px;
  border:1px solid #fde68a;
  border-radius:8px;
  background:#fffbeb;
  color:#92400e;
  font-size:14px;
}

.page-seaports .seaports-country-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(148px,1fr));
  gap:10px 12px;
  list-style:none;
  margin:0;
  padding:0;
}

.page-seaports .seaports-country-grid > li{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
}

.page-seaports .seaports-country-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:40px;
  padding:8px 10px;
  border:1px solid #e2e8f0;
  border-radius:4px;
  background:#f8fafc;
  color:var(--text);
  font-size:14px;
  font-weight:500;
  line-height:1.3;
  text-align:center;
  cursor:pointer;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease;
  -webkit-appearance:none;
  appearance:none;
}

.page-seaports .seaports-country-btn:hover,
.page-seaports .seaports-country-btn:focus-visible{
  background:var(--brand);
  border-color:var(--brand);
  color:#fff;
  outline:none;
}

.page-seaports .seaport-port-list{
  list-style:none;
  margin:0;
  padding:0;
  columns:1;
  column-gap:24px;
}

@media (min-width:576px){
  .page-seaports .seaport-port-list{columns:2}
}

@media (min-width:992px){
  .page-seaports .seaport-port-list{columns:3}
}

.page-seaports .seaport-port-list li{
  break-inside:avoid;
  padding:4px 0 4px 18px;
  line-height:1.5;
  color:var(--muted-2);
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%232587d2' d='M0 4l4-4v3h4v2H4v3z'/%3E%3C/svg%3E") 0 .65rem no-repeat;
}

.page-seaports .seaport-port-list li.is-match{
  color:var(--text);
  font-weight:600;
}

.page-seaports #seaportCountryModal .modal-dialog{max-width:720px}
.page-seaports #seaportCountryModal .modal-dialog.modal-wide{max-width:900px}

/* ===== OCEAN FREIGHT GUIDE ===== */
.page-ocean-freight .ocean-guide,.page-air-freight-guide .ocean-guide{padding:3rem 0 4rem;background:linear-gradient(180deg, #ffffff 0%, #f8fbff 100%)}.page-ocean-freight .ocean-guide-content p,.page-ocean-freight .ocean-guide-content li,.page-air-freight-guide .ocean-guide-content p,.page-air-freight-guide .ocean-guide-content li{color:#334155;line-height:1.7}.page-ocean-freight .ocean-guide-header,.page-air-freight-guide .ocean-guide-header{margin-bottom:2rem}.page-ocean-freight .ocean-guide-header h2,.page-ocean-freight .ocean-guide-header .h2,.page-air-freight-guide .ocean-guide-header h2,.page-air-freight-guide .ocean-guide-header .h2{margin:0;font-size:1.75rem;color:#0f172a}.page-ocean-freight .ocean-guide-kicker,.page-air-freight-guide .ocean-guide-kicker{display:inline-block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#2587d2;margin-bottom:10px}.page-ocean-freight .ocean-guide-muted,.page-air-freight-guide .ocean-guide-muted{color:#64748b;font-weight:600;margin-bottom:.5rem}.page-ocean-freight .ocean-guide-features,.page-air-freight-guide .ocean-guide-features{margin-bottom:2.5rem}.page-ocean-freight .ocean-guide-features .features-grid,.page-air-freight-guide .ocean-guide-features .features-grid{margin-top:0;margin-bottom:1.25rem}.page-ocean-freight .ocean-guide-values,.page-air-freight-guide .ocean-guide-values{margin-top:0}.page-ocean-freight .ocean-guide-values h3,.page-ocean-freight .ocean-guide-values .h3,.page-air-freight-guide .ocean-guide-values h3,.page-air-freight-guide .ocean-guide-values .h3{margin:0 0 .75rem}.page-ocean-freight .ocean-guide-section,.page-air-freight-guide .ocean-guide-section{margin-bottom:2.5rem}.page-ocean-freight .ocean-guide-section-title,.page-air-freight-guide .ocean-guide-section-title{margin:0 0 1rem;font-size:1.15rem;font-weight:600;color:#0f172a}.page-ocean-freight .ocean-guide-block,.page-air-freight-guide .ocean-guide-block{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;box-shadow:0 8px 24px rgba(15,23,42,.05)}.page-ocean-freight .ocean-guide-block h3,.page-ocean-freight .ocean-guide-block .h3,.page-air-freight-guide .ocean-guide-block h3,.page-air-freight-guide .ocean-guide-block .h3{margin:0 0 .75rem;font-size:1.15rem;font-weight:600;color:#0f172a}.page-ocean-freight .ocean-guide-block>p:last-child,.page-air-freight-guide .ocean-guide-block>p:last-child{margin-bottom:0}.page-ocean-freight .ocean-guide-split,.page-air-freight-guide .ocean-guide-split{display:grid;gap:1.25rem}@media(min-width: 768px){.page-ocean-freight .ocean-guide-split,.page-air-freight-guide .ocean-guide-split{grid-template-columns:1fr minmax(280px, 360px);align-items:start}}.page-ocean-freight .ocean-guide-split-copy h3,.page-ocean-freight .ocean-guide-split-copy .h3,.page-air-freight-guide .ocean-guide-split-copy h3,.page-air-freight-guide .ocean-guide-split-copy .h3{margin-top:0}.page-ocean-freight .ocean-guide-cards,.page-ocean-freight .ocean-guide-notes,.page-air-freight-guide .ocean-guide-cards,.page-air-freight-guide .ocean-guide-notes{display:grid;gap:1rem}@media(min-width: 768px){.page-ocean-freight .ocean-guide-cards,.page-ocean-freight .ocean-guide-notes,.page-air-freight-guide .ocean-guide-cards,.page-air-freight-guide .ocean-guide-notes{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 768px){.page-ocean-freight .ocean-guide-notes,.page-air-freight-guide .ocean-guide-notes{grid-template-columns:repeat(2, 1fr)}}.page-ocean-freight .ocean-guide-card,.page-air-freight-guide .ocean-guide-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;box-shadow:0 8px 24px rgba(15,23,42,.05);height:100%}.page-ocean-freight .ocean-guide-card h4,.page-ocean-freight .ocean-guide-card .h4,.page-air-freight-guide .ocean-guide-card h4,.page-air-freight-guide .ocean-guide-card .h4{margin:0 0 .75rem;font-size:1rem;font-weight:700;color:#0f172a}.page-ocean-freight .ocean-guide-card p:last-child,.page-air-freight-guide .ocean-guide-card p:last-child{margin-bottom:0}.page-ocean-freight .ocean-guide-card-list,.page-air-freight-guide .ocean-guide-card-list{padding-left:1.15rem;margin:0}.page-ocean-freight .ocean-guide-card-list li,.page-air-freight-guide .ocean-guide-card-list li{margin-bottom:.35rem}.page-ocean-freight .ocean-guide-table-wrap,.page-air-freight-guide .ocean-guide-table-wrap{margin:1.25rem 0 0;overflow-x:auto;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 8px 24px rgba(15,23,42,.05)}.page-ocean-freight .ocean-guide-table-wrap--flush,.page-air-freight-guide .ocean-guide-table-wrap--flush{margin:0}.page-ocean-freight .ocean-guide-block .ocean-guide-table-wrap:last-child,.page-air-freight-guide .ocean-guide-block .ocean-guide-table-wrap:last-child{margin-bottom:0}.page-ocean-freight .ocean-guide-table,.page-air-freight-guide .ocean-guide-table{width:100%;margin-bottom:0;font-size:.875rem;border-collapse:collapse;background:#fff}.page-ocean-freight .ocean-guide-table th,.page-ocean-freight .ocean-guide-table td,.page-air-freight-guide .ocean-guide-table th,.page-air-freight-guide .ocean-guide-table td{padding:.75rem .65rem;vertical-align:top;border:1px solid #e2e8f0;text-align:center;line-height:1.45}.page-ocean-freight .ocean-guide-table thead th,.page-air-freight-guide .ocean-guide-table thead th{background:#2587d2;color:#fff;font-weight:700;border-color:#1f78bc}.page-ocean-freight .ocean-guide-table tbody th,.page-air-freight-guide .ocean-guide-table tbody th{background:#4aa8f0;color:#fff;font-weight:700;text-align:left}.page-ocean-freight .ocean-guide-table .ocean-guide-table-accent-a td,.page-air-freight-guide .ocean-guide-table .ocean-guide-table-accent-a td{background:#b7e8ff}.page-ocean-freight .ocean-guide-table .ocean-guide-table-accent-b td,.page-air-freight-guide .ocean-guide-table .ocean-guide-table-accent-b td{background:#c5ecff}.page-ocean-freight .ocean-guide-table .ocean-guide-table-row-label td:first-child,.page-air-freight-guide .ocean-guide-table .ocean-guide-table-row-label td:first-child{background:#e6f7ff;font-weight:600;text-align:left}.page-ocean-freight .ocean-guide-table tbody tr:nth-child(even):not(.ocean-guide-table-row-label) td,.page-air-freight-guide .ocean-guide-table tbody tr:nth-child(even):not(.ocean-guide-table-row-label) td{background:#f8fbff}.page-ocean-freight .ocean-guide-table tbody tr:nth-child(even).ocean-guide-table-row-label td:not(:first-child),.page-air-freight-guide .ocean-guide-table tbody tr:nth-child(even).ocean-guide-table-row-label td:not(:first-child){background:#f8fbff}.page-ocean-freight .ocean-guide-table.ocean-guide-table--compact,.page-air-freight-guide .ocean-guide-table.ocean-guide-table--compact{width:100%}.page-ocean-freight .ocean-guide-table.ocean-guide-table--compact th,.page-ocean-freight .ocean-guide-table.ocean-guide-table--compact td,.page-air-freight-guide .ocean-guide-table.ocean-guide-table--compact th,.page-air-freight-guide .ocean-guide-table.ocean-guide-table--compact td{text-align:left}.page-ocean-freight .ocean-guide-table.ocean-guide-table--compact thead th,.page-air-freight-guide .ocean-guide-table.ocean-guide-table--compact thead th{background:#f1f5f9;color:#0f172a}.page-ocean-freight .ocean-guide-list,.page-air-freight-guide .ocean-guide-list{padding-left:1.25rem;margin-bottom:1.5rem}.page-ocean-freight .ocean-guide-list li,.page-air-freight-guide .ocean-guide-list li{margin-bottom:.65rem}.page-ocean-freight .ocean-guide-plugs,.page-air-freight-guide .ocean-guide-plugs{display:grid;gap:1.5rem;margin-top:.5rem}@media(min-width: 768px){.page-ocean-freight .ocean-guide-plugs,.page-air-freight-guide .ocean-guide-plugs{grid-template-columns:1fr 1fr}}.page-ocean-freight .ocean-guide-plug-card,.page-air-freight-guide .ocean-guide-plug-card{background:#f8fbff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem}.page-ocean-freight .ocean-guide-plug-card h3,.page-ocean-freight .ocean-guide-plug-card .h3,.page-air-freight-guide .ocean-guide-plug-card h3,.page-air-freight-guide .ocean-guide-plug-card .h3{margin:0 0 .75rem;font-size:1rem;font-weight:700;color:#0f172a}.page-ocean-freight .ocean-guide-plug-card img,.page-air-freight-guide .ocean-guide-plug-card img{width:160px;height:auto;border-radius:8px;border:1px solid #e2e8f0;margin-bottom:1rem}.page-ocean-freight .ocean-guide-plug-card ul,.page-air-freight-guide .ocean-guide-plug-card ul{padding-left:1.15rem;margin-bottom:0}

/* ===== TRADE DOCUMENTS GUIDE ===== */
.page-trade-doc .trade-doc-guide{padding:3rem 0 4rem;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}
.page-trade-doc .trade-doc-header{margin-bottom:2rem}
.page-trade-doc .trade-doc-header h2{margin:0;font-size:1.75rem;color:#0f172a}
.page-trade-doc .trade-doc-kicker{display:inline-block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#2587d2;margin-bottom:10px}
.page-trade-doc .trade-doc-features{margin-bottom:2.5rem}
.page-trade-doc .trade-doc-features .features-grid{margin-top:0;margin-bottom:1.25rem}
.page-trade-doc .trade-doc-block{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;box-shadow:0 8px 24px rgba(15,23,42,.05)}
.page-trade-doc .trade-doc-block h3{margin:0 0 .75rem;font-size:1.15rem;font-weight:600;color:#0f172a}
.page-trade-doc .trade-doc-block p{color:#334155;line-height:1.7}
.page-trade-doc .trade-doc-section{margin-bottom:2.5rem}
.page-trade-doc .trade-doc-section-title{margin:0 0 .5rem;font-size:1.35rem;font-weight:700;color:#0f172a}
.page-trade-doc .trade-doc-section-lead{color:#64748b;margin-bottom:1.25rem}
.page-trade-doc .trade-doc-cards{display:grid;gap:1rem}
@media (min-width:768px){.page-trade-doc .trade-doc-cards{grid-template-columns:repeat(2,1fr)}}
.page-trade-doc .trade-doc-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.35rem 1.5rem;box-shadow:0 8px 24px rgba(15,23,42,.05);height:100%}
.page-trade-doc .trade-doc-card h4{margin:0 0 .75rem;font-size:1.05rem;font-weight:700;color:#0f172a}
.page-trade-doc .trade-doc-card p{color:#334155;line-height:1.7}
@media (min-width:768px){.page-trade-doc .trade-doc-card--wide{grid-column:1 / -1}}
.page-trade-doc .trade-doc-card-icon{width:42px;height:42px;border-radius:12px;background:rgba(37,135,210,.12);color:#2587d2;display:grid;place-items:center;font-size:1.15rem;margin-bottom:.85rem}
.page-trade-doc .trade-doc-related{margin-top:1rem}
.page-trade-doc .trade-doc-related-card{margin-bottom:0}

/* Currency converter result highlight */
.currency-converter-result{
  background:linear-gradient(135deg,#dbeefc 0%,#f0f8ff 55%,#ffffff 100%);
  border:2px solid rgba(37,135,210,.45);
  border-radius:14px;
  padding:1.35rem 1.5rem;
  box-shadow:0 10px 28px rgba(37,135,210,.16);
}
.currency-converter-result.is-success{
  background:linear-gradient(135deg,#cfe8fa 0%,#e8f4fd 50%,#f7fbff 100%);
  border-color:#2587d2;
  box-shadow:0 12px 32px rgba(37,135,210,.22);
}
.currency-converter-result.is-loading{
  background:linear-gradient(135deg,#eef6fc 0%,#f8fbff 100%);
  border-color:rgba(37,135,210,.3);
}
.currency-converter-result.is-error{
  background:linear-gradient(135deg,#fff3e0 0%,#fffaf3 100%);
  border-color:rgba(245,158,11,.45);
  box-shadow:0 10px 24px rgba(245,158,11,.12);
}
.currency-converter-result__label{
  display:block;
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#1f6fb0;
  font-weight:700;
  margin-bottom:.35rem;
}
.currency-converter-result__amount{
  font-size:2rem;
  font-weight:800;
  color:#062b73;
  line-height:1.15;
  margin:.2rem 0 .5rem;
}
.currency-converter-result__meta{
  color:#475569;
  font-size:.95rem;
  line-height:1.5;
}

