/*
Theme Name: Think Move Enterprises
Theme URI: https://thinkmoveenterprises.com/
Author: Think Move Enterprises
Author URI: https://thinkmoveenterprises.com/
Description: A fast, animated logistics theme created for China-to-Pakistan air and sea cargo services. No paid theme or page builder required.
Version: 1.0.1
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: think-move-enterprises
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --red: #e31b23;
  --red-dark: #b70f16;
  --red-soft: #fff0f1;
  --ink: #111318;
  --ink-2: #1b2029;
  --slate: #4f5968;
  --muted: #707989;
  --line: #e5e7eb;
  --paper: #f6f7f9;
  --white: #ffffff;
  --wechat: #07c160;
  --whatsapp: #25d366;
  --shadow-sm: 0 10px 30px rgba(17, 19, 24, 0.08);
  --shadow-lg: 0 24px 70px rgba(17, 19, 24, 0.17);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 30px;
  --container: 1180px;
  --header-height: 88px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.nav-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
p { margin: 0 0 1.25rem; }
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
h1 { font-size: clamp(2.8rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.8rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
ul, ol { margin: 0; padding: 0; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  z-index: 100000; top: 8px; left: 8px; width: auto; height: auto;
  padding: 12px 18px; clip: auto; background: var(--white); color: var(--ink);
}
.scroll-progress { position: fixed; z-index: 9999; inset: 0 0 auto; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--red); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px;
  color: var(--red); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.eyebrow--light { color: rgba(255,255,255,.82); }
.section { position: relative; padding: 110px 0; overflow: clip; }
.section--paper { background: var(--paper); }
.section--dark { background: var(--ink); color: var(--white); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading p { max-width: 650px; color: var(--muted); font-size: 1.08rem; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center p { margin-inline: auto; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--light p { color: rgba(255,255,255,.67); }
.text-red { color: var(--red); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 14px 24px; border: 2px solid var(--red); border-radius: 999px;
  color: var(--white); background: var(--red); font-weight: 800; line-height: 1.2;
  box-shadow: 0 12px 30px rgba(227,27,35,.2); cursor: pointer;
  transition: transform .3s var(--ease), background .3s, border-color .3s, box-shadow .3s;
}
.button:hover, .button:focus-visible { transform: translateY(-3px); background: var(--red-dark); border-color: var(--red-dark); box-shadow: 0 18px 36px rgba(227,27,35,.28); }
.button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.button--small { min-height: 46px; padding: 11px 19px; font-size: .9rem; }
.button--outline { color: var(--ink); background: transparent; border-color: var(--ink); box-shadow: none; }
.button--outline:hover, .button--outline:focus-visible { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button--ghost { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); box-shadow: none; backdrop-filter: blur(8px); }
.button--ghost:hover, .button--ghost:focus-visible { background: var(--white); color: var(--ink); border-color: var(--white); }
.button--white { color: var(--red); background: var(--white); border-color: var(--white); box-shadow: none; }
.button--white:hover, .button--white:focus-visible { color: var(--white); background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--red); font-weight: 800; }
.text-link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }

.topbar { position: relative; z-index: 1002; color: rgba(255,255,255,.78); background: var(--ink); font-size: .82rem; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__item, .topbar__links, .topbar__links a { display: flex; align-items: center; gap: 8px; }
.topbar svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.topbar__links { gap: 15px; }
.topbar__links a:hover { color: var(--white); }
.topbar__links a[aria-label] { width: 25px; justify-content: center; }

.site-header {
  position: sticky; z-index: 1000; top: 0; min-height: var(--header-height); background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(17,19,24,.06); transition: min-height .3s, box-shadow .3s, background .3s;
  backdrop-filter: blur(16px);
}
.site-header.is-scrolled { min-height: 72px; box-shadow: var(--shadow-sm); }
.site-header__inner { min-height: inherit; display: flex; align-items: center; gap: 26px; }
.site-branding { flex: 0 0 auto; }
.brand-link, .custom-logo-link { display: inline-flex; align-items: center; gap: 12px; }
.brand-link img, .custom-logo { width: 104px; height: 60px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { max-width: 165px; font-size: .92rem; letter-spacing: -.015em; text-transform: uppercase; }
.brand-copy small { margin-top: 4px; color: var(--red); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav { margin-left: auto; }
.primary-nav ul { list-style: none; display: flex; align-items: center; gap: 27px; }
.primary-nav li { position: relative; }
.primary-nav a { display: block; padding: 30px 0; font-size: .91rem; font-weight: 750; transition: color .2s; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 2px; background: var(--red); transition: right .3s var(--ease); }
.primary-nav a:hover, .primary-nav .current-menu-item > a, .primary-nav .current_page_item > a { color: var(--red); }
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after, .primary-nav .current_page_item > a::after { right: 0; }
.header-quote { white-space: nowrap; }
.nav-toggle { display: none; border: 0; background: transparent; cursor: pointer; }
.nav-toggle__label { font-weight: 800; }
.nav-toggle__lines { width: 25px; display: grid; gap: 5px; }
.nav-toggle__lines i { display: block; height: 2px; background: var(--ink); }

.hero {
  position: relative; min-height: min(790px, calc(100vh - 80px)); display: flex; align-items: center;
  color: var(--white); background: var(--ink) center/cover no-repeat;
}
.preview-hero { background-image: url("assets/images/hero-logistics.webp"); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,7,12,.97) 0%, rgba(4,7,12,.84) 35%, rgba(4,7,12,.25) 72%, rgba(4,7,12,.18) 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 160px; background: linear-gradient(transparent, rgba(0,0,0,.55)); }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .65fr); align-items: center; gap: 72px; padding: 105px 0 145px; }
.hero__content { max-width: 760px; }
.hero h1 { max-width: 820px; margin-bottom: 22px; font-size: clamp(3.1rem, 6.2vw, 6rem); }
.hero h1 span { display: block; color: var(--red); }
.hero__lead { max-width: 650px; margin-bottom: 31px; color: rgba(255,255,255,.78); font-size: clamp(1.02rem, 1.4vw, 1.2rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; color: rgba(255,255,255,.78); font-size: .86rem; }
.hero__proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero__proof svg { width: 18px; height: 18px; fill: none; stroke: var(--red); stroke-width: 2.4; }
.hero-card {
  position: relative; padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius);
  background: rgba(17,19,24,.78); box-shadow: var(--shadow-lg); backdrop-filter: blur(18px);
}
.hero-card::before { content: ""; position: absolute; top: 0; left: 28px; width: 54px; height: 4px; border-radius: 0 0 5px 5px; background: var(--red); }
.hero-card h2 { margin-top: 8px; font-size: 1.65rem; }
.hero-card p { color: rgba(255,255,255,.66); font-size: .9rem; }
.mini-form { display: grid; gap: 13px; }
.mini-form .field input, .mini-form .field select { min-height: 48px; color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); }
.mini-form .field input::placeholder { color: rgba(255,255,255,.56); }
.mini-form .field select option { color: var(--ink); background: var(--white); }
.mini-form .button { width: 100%; }
.hero-route {
  position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; transform: translateY(50%);
}
.route-bar { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-lg); overflow: hidden; }
.route-bar__item { position: relative; min-height: 112px; padding: 24px 22px; display: flex; align-items: center; gap: 15px; }
.route-bar__item:not(:last-child)::after { content: ""; position: absolute; top: 24px; right: 0; bottom: 24px; width: 1px; background: var(--line); }
.route-bar__icon { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--red); background: var(--red-soft); }
.route-bar__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.route-bar strong { display: block; font-size: .95rem; }
.route-bar small { display: block; color: var(--muted); font-size: .75rem; line-height: 1.4; }

.services-section { padding-top: 170px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  position: relative; min-height: 460px; display: flex; align-items: flex-end; border-radius: var(--radius);
  overflow: hidden; color: var(--white); background: var(--ink); box-shadow: var(--shadow-sm);
}
.service-card__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04) 20%, rgba(5,8,12,.93) 92%); }
.service-card__content { position: relative; z-index: 2; padding: 30px; transform: translateY(10px); transition: transform .4s var(--ease); }
.service-card__number { display: inline-flex; margin-bottom: 18px; color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .17em; }
.service-card h3 { font-size: 1.8rem; }
.service-card p { margin-bottom: 18px; color: rgba(255,255,255,.72); font-size: .94rem; }
.service-card .text-link { color: var(--white); }
.service-card:hover .service-card__image { transform: scale(1.06); }
.service-card:hover .service-card__content { transform: translateY(0); }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 78px; }
.about-media { position: relative; padding: 24px 0 24px 24px; }
.about-media::before { content: ""; position: absolute; inset: 0 22% 0 0; border-radius: var(--radius-lg); background: var(--red); transform: rotate(-3deg); }
.about-media img { position: relative; z-index: 1; aspect-ratio: 4/3; width: 100%; border-radius: var(--radius-lg); object-fit: cover; box-shadow: var(--shadow-lg); }
.about-badge { position: absolute; z-index: 2; right: -20px; bottom: -10px; width: 150px; min-height: 150px; display: grid; place-items: center; padding: 20px; border-radius: 50%; color: var(--white); background: var(--ink); text-align: center; border: 8px solid var(--white); }
.about-badge strong { display: block; color: var(--red); font-size: 1.8rem; line-height: 1; }
.about-badge span { display: block; font-size: .75rem; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.about-copy > p { color: var(--muted); font-size: 1.04rem; }
.check-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 28px 0 34px; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; font-weight: 750; line-height: 1.4; }
.check-list svg { flex: 0 0 20px; width: 20px; height: 20px; margin-top: 2px; padding: 4px; border-radius: 50%; fill: none; stroke: var(--white); stroke-width: 3; background: var(--red); }

.mode-compare { display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: stretch; }
.mode-card { padding: 40px; border-radius: var(--radius); color: var(--white); background: var(--ink-2); border: 1px solid rgba(255,255,255,.09); }
.mode-card__icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; color: var(--red); background: rgba(227,27,35,.12); }
.mode-card__icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.mode-card p { color: rgba(255,255,255,.65); }
.mode-card ul { list-style: none; display: grid; gap: 9px; margin: 20px 0 26px; }
.mode-card li { display: flex; gap: 10px; color: rgba(255,255,255,.82); font-size: .93rem; }
.mode-card li::before { content: "✓"; color: var(--red); font-weight: 900; }
.mode-vs { align-self: center; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--red); font-weight: 900; background: var(--ink); }

.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-grid::before { content: ""; position: absolute; top: 39px; left: 10%; right: 10%; border-top: 2px dashed #d7dae0; }
.process-step { position: relative; z-index: 1; padding: 0 16px; text-align: center; }
.process-step__number { width: 78px; height: 78px; display: grid; place-items: center; margin: 0 auto 22px; border: 9px solid var(--white); border-radius: 50%; color: var(--white); background: var(--red); box-shadow: 0 8px 24px rgba(227,27,35,.22); font-size: 1.2rem; font-weight: 900; }
.process-step p { color: var(--muted); font-size: .9rem; }

.route-panel { position: relative; min-height: 520px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.route-panel::before { content: ""; position: absolute; inset: 7% -18% 7% 48%; opacity: .14; background-image: radial-gradient(circle, rgba(255,255,255,.6) 1px, transparent 1px); background-size: 18px 18px; }
.route-panel__copy { position: relative; z-index: 2; }
.route-panel__copy p { color: rgba(255,255,255,.68); }
.route-visual { position: relative; z-index: 2; min-height: 330px; }
.route-line { position: absolute; top: 50%; left: 14%; right: 14%; height: 3px; background: linear-gradient(90deg, var(--red), #ff7b7f, var(--red)); transform: rotate(-7deg); transform-origin: center; box-shadow: 0 0 24px rgba(227,27,35,.75); }
.route-line::before, .route-line::after { content: ""; position: absolute; top: 50%; width: 16px; height: 16px; border: 4px solid var(--white); border-radius: 50%; background: var(--red); transform: translateY(-50%); box-shadow: 0 0 0 12px rgba(227,27,35,.15); }
.route-line::before { left: -4px; }
.route-line::after { right: -4px; }
.route-plane { position: absolute; top: 36%; left: 48%; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--red); transform: rotate(-7deg); box-shadow: 0 15px 35px rgba(0,0,0,.4); }
.route-plane svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.route-node { position: absolute; width: 180px; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-sm); background: rgba(255,255,255,.07); backdrop-filter: blur(9px); }
.route-node strong { display: block; color: var(--white); }
.route-node span { color: rgba(255,255,255,.55); font-size: .78rem; }
.route-node--china { top: 20%; right: 0; }
.route-node--pakistan { bottom: 16%; left: 0; }

.cargo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cargo-item { min-height: 160px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); transition: transform .3s var(--ease), border-color .3s, box-shadow .3s; }
.cargo-item:hover { transform: translateY(-6px); border-color: rgba(227,27,35,.25); box-shadow: var(--shadow-sm); }
.cargo-item span { display: block; margin-bottom: 18px; color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .15em; }
.cargo-item h3 { margin-bottom: 8px; font-size: 1.12rem; }
.cargo-item p { margin: 0; color: var(--muted); font-size: .83rem; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; list-style: none; padding: 24px 58px 24px 0; cursor: pointer; font-size: 1.08rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; top: 50%; right: 10px; width: 18px; height: 2px; background: var(--red); transition: transform .3s; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list details p { max-width: 760px; padding: 0 0 24px; color: var(--muted); }

.quote-band { display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; border-radius: var(--radius-lg); background: var(--ink); overflow: hidden; box-shadow: var(--shadow-lg); }
.quote-band__copy { padding: 60px; color: var(--white); background: radial-gradient(circle at 0 0, rgba(227,27,35,.22), transparent 48%); }
.quote-band__copy p { color: rgba(255,255,255,.67); }
.quote-band__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.quote-band__visual { min-height: 420px; background: linear-gradient(rgba(17,19,24,.18), rgba(17,19,24,.18)), url("assets/images/air-freight.webp") center/cover no-repeat; }

.page-hero { position: relative; min-height: 410px; display: flex; align-items: flex-end; padding: 120px 0 75px; color: var(--white); background: var(--ink) url("assets/images/hero-logistics.webp") center/cover no-repeat; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,10,14,.96), rgba(8,10,14,.62) 60%, rgba(8,10,14,.28)); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 850px; font-size: clamp(2.8rem, 5vw, 4.9rem); }
.page-hero p { max-width: 650px; color: rgba(255,255,255,.72); font-size: 1.05rem; }
.breadcrumbs { margin-bottom: 20px; color: rgba(255,255,255,.6); font-size: .8rem; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }
.breadcrumbs a:hover { color: var(--red); }
.content-area { padding: 90px 0; }
.entry-content > * { max-width: 820px; margin-left: auto; margin-right: auto; }
.entry-content > .alignwide { max-width: var(--container); }
.entry-content > .alignfull { max-width: none; }
.entry-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.entry-content img { border-radius: var(--radius); }

.service-detail { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 68px; padding: 72px 0; border-bottom: 1px solid var(--line); }
.service-detail:last-child { border-bottom: 0; }
.service-detail:nth-child(even) .service-detail__media { order: 2; }
.service-detail__media img { aspect-ratio: 3/2; width: 100%; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.service-detail__copy p { color: var(--muted); }
.service-detail__copy ul { list-style: none; display: grid; gap: 9px; margin: 24px 0 30px; }
.service-detail__copy li { display: flex; gap: 10px; font-weight: 700; }
.service-detail__copy li::before { content: "✓"; color: var(--red); font-weight: 900; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { padding: 34px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.value-card__number { display: block; margin-bottom: 26px; color: var(--red); font-size: 2.4rem; font-weight: 900; line-height: 1; }
.value-card p { color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; align-items: start; }
.contact-card { padding: 36px; border-radius: var(--radius); color: var(--white); background: var(--ink); }
.contact-card p { color: rgba(255,255,255,.65); }
.contact-methods { list-style: none; display: grid; gap: 22px; margin: 30px 0; }
.contact-methods li { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; }
.contact-methods__icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--red); background: rgba(227,27,35,.15); }
.contact-methods__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.contact-methods small { display: block; color: rgba(255,255,255,.48); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-methods a, .contact-methods strong { font-size: .94rem; }
.map-link { display: block; padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-sm); text-align: center; font-weight: 800; }
.map-link:hover { border-color: var(--red); color: var(--red); }

.form-shell { padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.form-shell h2 { font-size: 2rem; }
.form-shell > p { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .83rem; font-weight: 800; }
.field label span { color: var(--red); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 54px; padding: 13px 15px; border: 1px solid #d8dce3; border-radius: 8px;
  color: var(--ink); background: var(--white); outline: none; transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(227,27,35,.11); }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .78rem; }
.form-notice { margin-bottom: 24px; padding: 14px 17px; border-radius: 8px; font-weight: 700; }
.form-notice--success { color: #116530; background: #e9f8ef; border: 1px solid #bfe8ce; }
.form-notice--error { color: #8b1116; background: #fff0f1; border: 1px solid #f4c5c7; }
.hp-field { position: absolute; left: -9999px; }

.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.post-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); transition: transform .3s var(--ease), box-shadow .3s; }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.post-card__media { aspect-ratio: 16/10; background: var(--paper); overflow: hidden; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.post-card:hover img { transform: scale(1.05); }
.post-card__body { padding: 25px; }
.post-card__meta { color: var(--red); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.post-card h2 { margin-top: 10px; font-size: 1.35rem; }
.post-card p { color: var(--muted); font-size: .9rem; }
.pagination { margin-top: 45px; }
.pagination .nav-links { display: flex; gap: 8px; }
.pagination .page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); }
.pagination .current, .pagination a:hover { color: var(--white); background: var(--red); border-color: var(--red); }
.single-article { width: min(calc(100% - 40px), 850px); margin: 0 auto; }
.single-article__meta { margin-bottom: 28px; color: var(--muted); }
.single-article .post-thumbnail { margin-bottom: 38px; border-radius: var(--radius); overflow: hidden; }
.empty-state { padding: 70px 30px; border-radius: var(--radius); background: var(--paper); text-align: center; }

.footer-cta { padding: 54px 0; color: var(--white); background: var(--red); }
.footer-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.footer-cta h2 { max-width: 780px; margin: 0; font-size: clamp(1.8rem, 3.2vw, 3rem); }
.site-footer { padding: 76px 0 0; color: rgba(255,255,255,.68); background: #090b0f; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .8fr 1fr; gap: 55px; }
.site-footer .brand-link { padding: 7px 12px 7px 7px; border-radius: 10px; background: var(--white); }
.site-footer .brand-copy { color: var(--ink); }
.footer-brand p { max-width: 320px; margin-top: 22px; }
.site-footer h3 { margin: 8px 0 22px; color: var(--white); font-size: 1rem; letter-spacing: .02em; }
.site-footer ul { list-style: none; display: grid; gap: 10px; }
.site-footer a:hover { color: var(--white); }
.site-footer .menu { display: grid; gap: 10px; }
.site-footer .menu a { padding: 0; font-size: .94rem; }
.site-footer .menu a::after { display: none; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; }
.footer-contact svg { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 5px; fill: none; stroke: var(--red); stroke-width: 1.8; }
.social-links { display: flex; gap: 9px; }
.social-links a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.social-links a:hover { color: var(--white); border-color: var(--red); background: var(--red); }
.social-links svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-bottom { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 58px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.footer-bottom p { margin: 0; }

.floating-contact { position: fixed; z-index: 990; right: 22px; bottom: 25px; display: grid; gap: 10px; }
.floating-button { width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 50%; color: var(--white); box-shadow: 0 12px 30px rgba(0,0,0,.24); cursor: pointer; transition: width .35s var(--ease), transform .25s; overflow: hidden; }
.floating-button--whatsapp { background: var(--whatsapp); }
.floating-button--wechat { background: var(--wechat); }
.floating-button svg { flex: 0 0 25px; width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.button svg.icon-whatsapp,
.floating-button svg.icon-whatsapp { fill: currentColor; stroke: none; }
.floating-button span { max-width: 0; margin-left: 0; opacity: 0; font-size: .82rem; font-weight: 800; transition: max-width .35s, opacity .25s, margin .25s; }
.floating-button:hover { width: 132px; border-radius: 999px; transform: translateY(-2px); }
.floating-button:hover span { max-width: 75px; margin-left: 8px; opacity: 1; }
.back-to-top { position: fixed; z-index: 980; left: 22px; bottom: 25px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--white); box-shadow: var(--shadow-sm); opacity: 0; visibility: hidden; transform: translateY(15px); transition: .3s; cursor: pointer; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; transform: rotate(-90deg); }

.modal { position: fixed; z-index: 1100; inset: 0; display: grid; place-items: center; padding: 20px; opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.modal[aria-hidden="false"] { opacity: 1; visibility: visible; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(3,5,8,.76); backdrop-filter: blur(5px); }
.modal__panel { position: relative; z-index: 1; width: min(100%, 430px); padding: 42px; border-radius: var(--radius); background: var(--white); text-align: center; box-shadow: var(--shadow-lg); transform: translateY(15px) scale(.98); transition: transform .3s var(--ease); }
.modal[aria-hidden="false"] .modal__panel { transform: none; }
.modal__close { position: absolute; top: 12px; right: 15px; border: 0; background: transparent; font-size: 2rem; line-height: 1; cursor: pointer; }
.modal__icon { width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; color: var(--white); background: var(--wechat); }
.modal__icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.modal__panel h2 { font-size: 1.7rem; }
.modal__panel p { color: var(--muted); }
.wechat-qr { width: min(260px, 100%); margin: 18px auto; border: 1px solid var(--line); border-radius: 10px; }
.text-button { padding: 8px 14px; border: 0; border-bottom: 1px solid var(--red); color: var(--red); background: transparent; font-weight: 800; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }

/* Keep headings readable when WordPress global styles load after the theme stylesheet. */
.hero h1,
.hero-card h2,
.service-card h3,
.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4,
.quote-band__copy h2,
.page-hero h1,
.contact-card h2,
.contact-card h3,
.footer-cta h2 {
  color: var(--white);
}

@media (max-width: 1050px) {
  :root { --header-height: 76px; }
  .brand-copy { display: none; }
  .primary-nav ul { gap: 18px; }
  .primary-nav a { font-size: .84rem; }
  .hero__inner { grid-template-columns: 1fr .58fr; gap: 35px; }
  .hero-card { padding: 24px; }
  .route-bar__item { padding: 20px 15px; }
  .route-bar__icon { display: none; }
  .about-grid { gap: 45px; }
  .cargo-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr .8fr .9fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .topbar__item { max-width: 55%; }
  .header-quote { display: none; }
  .nav-toggle { margin-left: auto; display: flex; align-items: center; gap: 10px; }
  .primary-nav { position: fixed; top: calc(38px + var(--header-height)); right: 0; bottom: 0; left: 0; margin: 0; padding: 25px 30px 50px; background: var(--white); opacity: 0; visibility: hidden; transform: translateY(-10px); overflow-y: auto; transition: .3s var(--ease); }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav ul { display: grid; align-items: stretch; gap: 0; }
  .primary-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
  .primary-nav a::after { display: none; }
  .hero { min-height: auto; }
  .hero__inner { grid-template-columns: 1fr; padding: 90px 0 170px; }
  .hero__content { max-width: 700px; }
  .hero-card { max-width: 520px; }
  .route-bar { grid-template-columns: repeat(2, 1fr); }
  .route-bar__item:nth-child(2)::after { display: none; }
  .route-bar__item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services-section { padding-top: 245px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 420px; }
  .about-grid, .service-detail, .contact-grid, .quote-band, .route-panel { grid-template-columns: 1fr; }
  .about-copy { order: -1; }
  .mode-compare { grid-template-columns: 1fr; }
  .mode-vs { justify-self: center; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 35px 15px; }
  .process-grid::before { display: none; }
  .route-panel { gap: 30px; }
  .quote-band__visual { min-height: 330px; }
  .service-detail:nth-child(even) .service-detail__media { order: 0; }
  .values-grid, .posts-grid { grid-template-columns: 1fr; }
  .footer-cta__inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :last-child { grid-column: auto; }
}

@media (max-width: 580px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .topbar__inner { min-height: 34px; justify-content: center; }
  .topbar__item { display: none; }
  .topbar__links a[aria-label] { display: none; }
  .primary-nav { top: calc(34px + var(--header-height)); }
  .brand-link img, .custom-logo { width: 94px; height: 54px; }
  .hero::before { background: linear-gradient(90deg, rgba(4,7,12,.96), rgba(4,7,12,.73)); }
  .hero__inner { padding: 75px 0 165px; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__proof { display: grid; gap: 10px; }
  .hero-card { padding: 22px; }
  .route-bar__item { min-height: 92px; padding: 16px; }
  .route-bar__item::after { top: 16px !important; bottom: 16px !important; }
  .services-section { padding-top: 215px; }
  .service-card { min-height: 390px; }
  .service-card__content { padding: 25px; }
  .about-media { padding-left: 10px; }
  .about-badge { right: -4px; width: 124px; min-height: 124px; }
  .check-list, .cargo-grid, .process-grid, .form-grid { grid-template-columns: 1fr; }
  .process-step { display: grid; grid-template-columns: 62px 1fr; column-gap: 15px; text-align: left; }
  .process-step__number { width: 62px; height: 62px; grid-row: 1 / span 2; border-width: 6px; }
  .process-step p { margin: 0; }
  .route-visual { min-height: 390px; }
  .route-node { width: 145px; padding: 14px; }
  .route-node--china { top: 13%; }
  .route-node--pakistan { bottom: 12%; }
  .quote-band__copy, .form-shell, .contact-card { padding: 28px; }
  .page-hero { min-height: 340px; padding: 95px 0 55px; }
  .service-detail { padding: 48px 0; gap: 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 22px 0; }
  .floating-contact { right: 14px; bottom: 16px; }
  .floating-button { width: 52px; height: 52px; }
  .floating-button:hover { width: 52px; }
  .floating-button:hover span { max-width: 0; margin-left: 0; opacity: 0; }
  .back-to-top { left: 14px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
