:root {
  --navy: #070e2b;
  --navy-2: #101b47;
  --blue: #163dc4;
  --blue-bright: #2d63ff;
  --sky: #eaf0ff;
  --ink: #10162a;
  --muted: #5f687f;
  --line: #dfe5f2;
  --white: #ffffff;
  --success: #25d366;
  --shadow: 0 20px 50px rgba(9, 20, 61, .12);
  --radius: 20px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--navy); color: #cdd6f7; font-size: .86rem; }
.topbar .container { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-links { display: flex; gap: 24px; flex-wrap: wrap; }
.topbar a:hover { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7,14,43,.08); backdrop-filter: blur(12px); }
.navbar { min-height: 84px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 24px; }
.brand img { width: 138px; height: auto; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.nav-links a { display: block; padding: 12px 14px; border-radius: 9px; color: #29314a; font-weight: 700; font-size: .92rem; }
.nav-links a:hover, .nav-links a.active { color: var(--blue); background: var(--sky); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--navy); cursor: pointer; font-size: 1.4rem; }

.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 12px 21px; border: 1px solid transparent; border-radius: 10px; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 26px rgba(22,61,196,.25); }
.btn-primary:hover { background: #0e2fa7; }
.btn-light { color: var(--navy); background: #fff; }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.btn-outline:hover { background: rgba(255,255,255,.16); }
.btn-whatsapp { color: #072412; background: #62e391; }

.hero { position: relative; min-height: min(710px, calc(100vh - 126px)); overflow: hidden; background: var(--navy); color: #fff; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .8s ease, visibility .8s ease; }
.hero-slide.active { opacity: 1; visibility: visible; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,11,36,.94) 0%, rgba(5,11,36,.8) 37%, rgba(5,11,36,.24) 72%, rgba(5,11,36,.05) 100%); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-content { position: relative; z-index: 2; min-height: min(710px, calc(100vh - 126px)); display: flex; align-items: center; }
.hero-copy { max-width: 690px; padding: 88px 0 116px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-bright); font-weight: 900; font-size: .79rem; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { color: #9db5ff; }
h1, h2, h3, h4 { margin: 0 0 .7em; color: inherit; font-family: Outfit, "DM Sans", ui-sans-serif, system-ui, sans-serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.35rem, 5vw, 4.5rem); max-width: 870px; }
h2 { font-size: clamp(1.8rem, 3.25vw, 3rem); }
h3 { font-size: 1.2rem; }
.hero-copy p { max-width: 610px; margin: 0 0 30px; color: #dce4ff; font-size: clamp(1rem, 1.6vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-dots { position: absolute; z-index: 3; bottom: 42px; left: max(20px, calc((100vw - var(--max)) / 2)); display: flex; gap: 9px; }
.hero-dot { width: 34px; height: 5px; padding: 0; border: 0; border-radius: 4px; background: rgba(255,255,255,.38); cursor: pointer; }
.hero-dot.active { background: #fff; }

.trust-strip { position: relative; z-index: 4; margin-top: -22px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; box-shadow: var(--shadow); border-radius: 14px; overflow: hidden; }
.trust-item { padding: 25px 26px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; color: var(--navy); font-size: 1rem; }
.trust-item span { color: var(--muted); font-size: .86rem; }

.section { padding: 100px 0; }
.section-sm { padding: 70px 0; }
.section-tint { background: #f5f7fc; }
.section-navy { color: #fff; background: var(--navy); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 44px; }
.section-head > div { max-width: 720px; }
.section-head p { max-width: 560px; margin: 0; color: var(--muted); }
.section-navy .section-head p { color: #b9c4e7; }
.section-head h2 { margin-top: 12px; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { display: flex; flex-direction: column; min-height: 100%; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #c8d4ff; }
.service-card img { width: 100%; height: 215px; object-fit: cover; }
.service-card-body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.service-number { color: var(--blue); font-size: .74rem; font-weight: 900; letter-spacing: .13em; }
.service-card h3 { margin: 10px 0 12px; }
.service-card p { margin: 0 0 19px; color: var(--muted); }
.text-link { margin-top: auto; color: var(--blue); font-weight: 900; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 7vw, 90px); }
.split-media { position: relative; }
.split-media img { width: 100%; min-height: 510px; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }
.floating-note { position: absolute; right: -22px; bottom: 30px; max-width: 230px; padding: 23px; color: #fff; background: var(--blue); border-radius: 16px; box-shadow: var(--shadow); }
.floating-note strong { display: block; font: 700 1.35rem/1.2 Outfit, sans-serif; }
.lead { color: var(--muted); font-size: 1.1rem; }
.check-list { display: grid; gap: 15px; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-weight: 700; }
.check-list li::before { content: "✓"; display: grid; flex: 0 0 25px; height: 25px; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: .74rem; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; counter-reset: step; }
.step { counter-increment: step; padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.05); }
.step::before { content: "0" counter(step); display: block; margin-bottom: 42px; color: #7897ff; font-weight: 900; letter-spacing: .12em; }
.step p { margin: 0; color: #b9c4e7; }

.cta-panel { display: grid; grid-template-columns: 1.4fr auto; align-items: center; gap: 30px; padding: clamp(34px, 6vw, 68px); color: #fff; background: linear-gradient(125deg, #173dc4, #09123b); border-radius: 28px; overflow: hidden; }
.cta-panel h2 { max-width: 720px; margin-bottom: 12px; }
.cta-panel p { margin: 0; color: #d8e1ff; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }

.page-hero { position: relative; min-height: 430px; display: flex; align-items: end; color: #fff; background: var(--navy); overflow: hidden; }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .58; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,11,36,.94), rgba(5,11,36,.42)); }
.page-hero .container { position: relative; z-index: 2; padding-block: 90px 72px; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.3rem, 4.2vw, 4rem); }
.page-hero p { max-width: 650px; margin: 0; color: #dce4ff; font-size: 1.08rem; }
.breadcrumbs { margin-bottom: 22px; color: #b9c8f5; font-size: .85rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.tracking-page-hero img { opacity: .9; object-position: center 58%; }
.tracking-page-hero::after { background: linear-gradient(90deg, rgba(5,11,36,.78) 0%, rgba(5,11,36,.52) 46%, rgba(5,11,36,.16) 100%); }

.values-grid, .industries-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.value-card, .industry-card { padding: 28px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.value-card h3, .industry-card h3 { font-size: 1.08rem; }
.value-card p, .industry-card p { margin: 0; color: var(--muted); }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mission-card { padding: clamp(32px, 5vw, 54px); color: #fff; background: var(--navy); border-radius: 24px; }
.mission-card:nth-child(2) { background: var(--blue); }
.mission-card p { margin: 0; color: #dce4ff; }

.service-detail { display: grid; grid-template-columns: 310px 1fr; align-items: start; gap: 60px; }
.service-nav { position: sticky; top: 115px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #f7f9fe; }
.service-nav h3 { font-size: 1rem; }
.service-nav ul { display: grid; gap: 5px; margin: 0; padding: 0; list-style: none; }
.service-nav a { display: block; padding: 10px 12px; border-radius: 8px; color: var(--muted); font-size: .9rem; font-weight: 700; }
.service-nav a:hover, .service-nav a.active { color: var(--blue); background: #e8eeff; }
.detail-body h2 { margin-top: 35px; font-size: 2rem; }
.detail-body h2:first-child { margin-top: 0; }
.detail-body p { color: var(--muted); }
.detail-image { width: 100%; max-height: 480px; margin-bottom: 34px; object-fit: cover; border-radius: 20px; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0; padding: 0; list-style: none; }
.feature-list li { padding: 15px 17px; color: #29314a; background: #f4f7ff; border-radius: 10px; font-weight: 700; }

.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 55px; align-items: start; }
.contact-panel { padding: 36px; color: #fff; background: var(--navy); border-radius: 22px; }
.contact-list { display: grid; gap: 26px; margin: 35px 0 0; }
.contact-list small { display: block; margin-bottom: 4px; color: #93a7e4; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-list a, .contact-list span { font-weight: 750; }
.form-card { padding: clamp(26px, 5vw, 46px); border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: grid; gap: 7px; }
.form-group.full { grid-column: 1 / -1; }
label { color: #29314a; font-weight: 800; font-size: .88rem; }
input, select, textarea { width: 100%; min-height: 51px; padding: 12px 14px; color: var(--ink); background: #fff; border: 1px solid #cfd7e8; border-radius: 9px; outline: none; }
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22,61,196,.12); }
.form-note { margin: 17px 0 0; color: var(--muted); font-size: .84rem; }
.status-message { display: none; margin: 16px 0 0; padding: 13px 15px; color: #0c5b2a; background: #e8f8ee; border-radius: 9px; font-weight: 700; }
.map-frame { width: 100%; height: 440px; border: 0; filter: saturate(.85); }

.tracking-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: stretch; }
.tracking-visual { min-height: 650px; overflow: hidden; border-radius: 22px; box-shadow: var(--shadow); }
.tracking-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.tracking-process { margin-top: 70px; }
.tracking-process h2 { max-width: 650px; }
.tracking-guide { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tracking-guide-card { display: grid; grid-template-columns: 50px 1fr; gap: 16px; align-items: start; padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: #f7f9fe; }
.tracking-guide-card svg { width: 50px; height: 50px; padding: 12px; color: #fff; background: var(--blue); border-radius: 12px; }
.tracking-guide-card h3 { margin: 2px 0 6px; }
.tracking-guide-card p { margin: 0; color: var(--muted); }
.tracking-form-card { position: relative; overflow: hidden; }
.tracking-form-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--blue); }
.tracking-reference { font-size: 1.05rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.tracking-note { margin-top: 24px; padding: 18px 20px; color: #34405e; background: var(--sky); border-radius: 12px; }

.site-footer { color: #c5cee9; background: #050a20; }
.footer-main { display: grid; grid-template-columns: 1.5fr .8fr 1fr 1.2fr; gap: 45px; padding: 75px 0 56px; }
.footer-brand img { width: 140px; margin-bottom: 22px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 330px; color: #9facd1; }
.footer-title { margin-bottom: 20px; color: #fff; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-links a:hover { color: #fff; }
.socials { display: flex; gap: 8px; margin-top: 24px; }
.socials a { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid #2a355e; border-radius: 9px; font-size: .76rem; font-weight: 900; }
.socials a:hover { color: #fff; border-color: #5b79df; background: #172759; }
.footer-bottom { border-top: 1px solid #1a2346; }
.footer-bottom .container { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #8f9bc2; font-size: .84rem; }
.footer-bottom a { color: #ccd7ff; font-weight: 800; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 11px 17px; color: #062712; background: #58df87; border-radius: 999px; box-shadow: 0 12px 30px rgba(9,60,27,.25); font-weight: 900; }
.whatsapp-icon { flex: 0 0 23px; width: 23px; height: 23px; }
.socials .whatsapp-icon { width: 18px; height: 18px; }

/* Home 03-inspired homepage */
.home-header { position: absolute; top: 42px; left: 0; right: 0; color: #fff; background: transparent; border-bottom-color: rgba(255,255,255,.18); backdrop-filter: none; }
.home-header .brand { display: inline-flex; width: 154px; min-height: 74px; align-items: center; justify-content: center; padding: 8px 14px; background: #fff; border-radius: 0 0 8px 8px; box-shadow: 0 9px 25px rgba(0,0,0,.12); }
.home-header .brand img { width: 116px; }
.home-header .nav-links a { color: #fff; }
.home-header .nav-links a:hover, .home-header .nav-links a.active { color: #fff; background: rgba(255,255,255,.13); }
.home-header .btn-primary { color: var(--navy); background: #fff; box-shadow: none; }
.home3-hero, .home3-hero .hero-content { min-height: 720px; }
.home3-hero .hero-slide::after { background: linear-gradient(90deg, rgba(5,11,36,.98) 0%, rgba(11,25,83,.88) 42%, rgba(5,11,36,.22) 78%); }
.home3-hero .hero-copy { padding-top: 155px; }
.home3-hero h1 { max-width: 780px; font-size: clamp(2.6rem, 4.7vw, 4.25rem); }
.transport-strip { position: relative; z-index: 5; margin-top: -62px; }
.transport-modes { display: grid; grid-template-columns: repeat(4, 1fr); color: #fff; background: var(--blue); border-radius: 4px; box-shadow: 0 20px 50px rgba(5,14,54,.25); overflow: hidden; }
.transport-mode { display: flex; min-height: 124px; align-items: center; gap: 16px; padding: 24px; border-right: 1px solid rgba(255,255,255,.18); }
.transport-mode:last-child { border: 0; }
.transport-mode b { display: grid; flex: 0 0 45px; height: 45px; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; font-size: .78rem; }
.transport-mode strong { display: block; font-family: Outfit, sans-serif; font-size: 1rem; }
.transport-mode span { display: block; color: #cbd7ff; font-size: .78rem; }
.home3-services { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.service-index { display: grid; margin-top: 28px; border-top: 1px solid var(--line); }
.service-index a { display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 12px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.service-index a:hover h3 { color: var(--blue); }
.service-index b { color: var(--blue); font-size: .75rem; letter-spacing: .1em; }
.service-index h3 { margin: 0; font-size: 1.05rem; transition: color .2s ease; }
.service-index i { color: var(--blue); font-style: normal; font-weight: 900; }
.service-showcase { position: relative; min-height: 620px; }
.service-showcase > img { width: 100%; min-height: 620px; object-fit: cover; border-radius: 4px; }
.service-showcase-card { position: absolute; left: -46px; bottom: 35px; max-width: 350px; padding: 32px; color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.service-showcase-card h3 { font-size: 1.55rem; }
.service-showcase-card p { margin: 0 0 20px; color: #bcc8ed; }
.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #ced7ef; border: 1px solid #ced7ef; }
.solution-item { min-height: 260px; padding: 34px; background: #fff; }
.solution-item b { display: grid; width: 50px; height: 50px; margin-bottom: 55px; place-items: center; color: var(--blue); background: var(--sky); border-radius: 50%; font-size: .78rem; }
.solution-item h3 { margin-bottom: 10px; }
.solution-item p { margin: 0; color: var(--muted); }
.feature-band { position: relative; color: #fff; background: var(--blue); overflow: hidden; }
.feature-band::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 46%; background: linear-gradient(90deg, rgba(22,61,196,.2), rgba(5,11,36,.12)), url("hero-road.webp") center/cover; clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%); }
.feature-band-inner { position: relative; z-index: 2; max-width: 660px; padding: 95px 0; }
.feature-band .eyebrow { color: #c7d4ff; }
.feature-band p { color: #dce5ff; }
.feature-points { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin-top: 30px; }
.feature-point { padding: 18px; border: 1px solid rgba(255,255,255,.24); background: rgba(4,16,75,.12); }
.feature-point strong { display: block; font-family: Outfit, sans-serif; }
.feature-point span { color: #d3ddff; font-size: .87rem; }
.logistics-panel { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; background: var(--navy); }
.logistics-panel img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.logistics-copy { padding: clamp(45px, 7vw, 85px); color: #fff; }
.logistics-copy p { color: #b8c3e7; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 36px; background: #27335c; border: 1px solid #27335c; }
.stat { padding: 22px; background: var(--navy); }
.stat strong { display: block; color: #fff; font: 700 1.55rem/1.2 Outfit, sans-serif; }
.stat span { color: #93a4da; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.calculator-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: start; }
.calculator-intro { position: sticky; top: 120px; }

@media (max-width: 1050px) {
  .home3-services, .calculator-wrap { grid-template-columns: 1fr; }
  .service-showcase-card { left: 20px; }
  .feature-band::after { width: 38%; opacity: .55; }
}

@media (max-width: 820px) {
  .home-header { top: 42px; }
  .home-header .menu-toggle { color: #fff; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.08); }
  .home-header .nav-links { background: var(--navy); }
  .transport-modes, .solutions-grid { grid-template-columns: 1fr 1fr; }
  .transport-mode:nth-child(2) { border-right: 0; }
  .transport-mode:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .logistics-panel { grid-template-columns: 1fr; }
  .feature-band::after { opacity: .25; width: 100%; }
}

@media (max-width: 580px) {
  .home-header { top: 0; }
  .home-header .brand { min-height: 67px; width: 130px; }
  .home3-hero, .home3-hero .hero-content { min-height: 700px; }
  .home3-hero .hero-copy { padding-top: 145px; }
  .transport-strip { margin-top: 0; }
  .transport-modes, .solutions-grid, .feature-points, .stat-row { grid-template-columns: 1fr; }
  .transport-mode { min-height: 96px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .service-showcase, .service-showcase > img { min-height: 480px; }
  .service-showcase-card { left: 14px; right: 14px; bottom: 14px; }
  .solution-item { min-height: 220px; }
  .solution-item b { margin-bottom: 35px; }
  .calculator-intro { position: static; }
}

/* Refinements: icons, imagery and mobile polish */
.topbar .container { justify-content: flex-end; }
.eyebrow { gap: 0; }
.transport-mode svg { flex: 0 0 48px; width: 48px; height: 48px; padding: 10px; color: #fff; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; }
.solutions-grid { gap: 18px; padding: 0; background: transparent; border: 0; }
.solution-item { min-height: 100%; padding: 0; border-radius: 14px; overflow: hidden; box-shadow: 0 10px 30px rgba(9,20,61,.1); }
.solution-item img { width: 100%; height: 190px; object-fit: cover; transition: transform .35s ease; }
.solution-item > div { padding: 27px; }
.solution-item:hover img { transform: scale(1.04); }
.service-card-icon { width: 46px; height: 46px; margin: -49px 0 18px; padding: 10px; color: #fff; background: var(--blue); border: 4px solid #fff; border-radius: 10px; box-sizing: content-box; position: relative; }
.service-nav a { display: flex !important; align-items: center; gap: 10px; }
.service-nav-icon { flex: 0 0 22px; width: 22px; height: 22px; color: var(--blue); }
.page-service-icon { width: 66px; height: 66px; margin-bottom: 22px; padding: 15px; color: #fff; background: rgba(45,99,255,.78); border: 1px solid rgba(255,255,255,.35); border-radius: 14px; backdrop-filter: blur(8px); }
.industry-card { position: relative; min-height: 300px; display: flex; align-items: end; padding: 0; color: #fff; background: var(--industry-bg) center/cover no-repeat; border: 0; overflow: hidden; box-shadow: 0 14px 34px rgba(8,18,54,.16); }
.industry-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,11,36,.06) 25%, rgba(5,11,36,.92) 100%); }
.industry-card > div { position: relative; z-index: 1; width: 100%; padding: 25px; }
.industry-card h3 { margin-bottom: 8px; color: #fff; font-size: 1.2rem; }
.industry-card p { color: #dce4ff; }
.footer-brand img { width: 174px; padding: 12px 16px; background: #fff; border-radius: 9px; filter: none; }

@media (max-width: 820px) {
  .home-header .navbar { min-height: 76px; }
  .home-header .brand { min-height: 66px; }
  .home-header .nav-links { max-height: calc(100vh - 76px); overflow-y: auto; }
  .hero-copy { max-width: 620px; }
  .industries-grid { grid-template-columns: 1fr 1fr; }
  .industry-card { min-height: 260px; }
  .service-detail { gap: 35px; }
}

@media (max-width: 580px) {
  body { overflow-x: hidden; }
  .navbar { gap: 12px; }
  .home-header .brand { width: 118px; padding-inline: 10px; }
  .home-header .brand img { width: 96px; }
  .home3-hero, .home3-hero .hero-content { min-height: 640px; }
  .home3-hero .hero-copy { padding: 128px 0 92px; }
  .home3-hero h1 { font-size: clamp(2.05rem, 9vw, 2.7rem); }
  .hero-copy p { font-size: 1rem; }
  .hero-dots { bottom: 28px; }
  .transport-modes { grid-template-columns: 1fr 1fr; }
  .transport-mode { min-height: 112px; padding: 16px 13px; gap: 11px; }
  .transport-mode svg { flex-basis: 40px; width: 40px; height: 40px; padding: 8px; }
  .transport-mode strong { font-size: .9rem; }
  .transport-mode span { font-size: .72rem; line-height: 1.4; }
  .home3-services { gap: 42px; }
  .service-index a { grid-template-columns: 42px 1fr auto; padding: 17px 0; }
  .service-showcase, .service-showcase > img { min-height: 430px; }
  .service-showcase-card { padding: 25px; }
  .solutions-grid, .industries-grid { grid-template-columns: 1fr; }
  .solution-item img { height: 210px; }
  .feature-band-inner { padding: 72px 0; }
  .logistics-panel { margin-inline: -14px; }
  .logistics-panel img { min-height: 330px; }
  .logistics-copy { padding: 34px 24px; }
  .stat-row { grid-template-columns: repeat(3, 1fr); }
  .stat { padding: 15px 9px; }
  .stat strong { font-size: 1.2rem; }
  .stat span { font-size: .64rem; }
  .industry-card { min-height: 280px; }
  .page-service-icon { width: 54px; height: 54px; margin-bottom: 17px; padding: 12px; }
  .service-card-icon { margin-top: -45px; }
  .form-card, .contact-panel { padding: 25px 20px; }
  .footer-brand img { width: 160px; }
}

@media (max-width: 1050px) {
  .navbar { grid-template-columns: 170px 1fr auto; }
  .nav-links a { padding-inline: 10px; }
  .nav-actions .btn { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .steps, .values-grid, .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-main > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .topbar .container { justify-content: center; }
  .topbar-note { display: none; }
  .navbar { min-height: 74px; grid-template-columns: 1fr auto; }
  .brand img { width: 112px; }
  .menu-toggle { display: grid; place-items: center; }
  .nav-actions { display: none; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 14px 20px 22px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(7,14,43,.12); }
  .nav-links.open { display: grid; }
  .nav-links a { padding: 12px; }
  .hero, .hero-content { min-height: 650px; }
  .hero-slide::after { background: linear-gradient(90deg, rgba(5,11,36,.94), rgba(5,11,36,.52)); }
  .hero-copy { padding: 82px 0 105px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split, .form-layout, .service-detail, .tracking-layout { grid-template-columns: 1fr; }
  .tracking-guide { grid-template-columns: 1fr; }
  .tracking-visual { min-height: 430px; }
  .split-media { order: -1; }
  .service-nav { position: static; }
  .cta-panel { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > :last-child { grid-column: auto; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .topbar { display: none; }
  .section { padding: 74px 0; }
  .section-sm { padding: 54px 0; }
  .hero { min-height: 680px; }
  .hero-content { min-height: 680px; align-items: end; }
  .hero-slide img { object-position: 68% center; }
  .hero-copy { padding: 90px 0 106px; }
  .hero h1 { font-size: clamp(2.05rem, 9vw, 2.7rem); }
  .hero-actions .btn { width: 100%; }
  .hero-dots { bottom: 35px; left: 14px; }
  .trust-strip { margin-top: 0; }
  .trust-grid, .services-grid, .steps, .values-grid, .industries-grid, .mission-grid, .form-grid, .footer-main { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-head { align-items: start; flex-direction: column; }
  .floating-note { right: 12px; bottom: 12px; }
  .split-media img { min-height: 390px; }
  .page-hero { min-height: 400px; }
  .page-hero .container { padding-block: 80px 55px; }
  .tracking-page-hero img { object-position: 62% center; }
  .tracking-page-hero::after { background: linear-gradient(90deg, rgba(5,11,36,.8), rgba(5,11,36,.36)); }
  .tracking-process { margin-top: 48px; }
  .tracking-visual { min-height: 300px; }
  .feature-list { grid-template-columns: 1fr; }
  .footer-main > :last-child { grid-column: auto; }
  .footer-bottom .container { padding-block: 22px; flex-direction: column; align-items: flex-start; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 54px; padding: 0; justify-content: center; font-size: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
