:root {
  --pt-navy-950: #061427;
  --pt-navy-900: #0a2444;
  --pt-navy-800: #123b68;
  --pt-blue-600: #1769aa;
  --pt-orange-700: #e84f00;
  --pt-orange-600: #f45a00;
  --pt-orange-500: #ff720f;
  --pt-orange-300: #ffb47c;
  --pt-orange-100: #fff0e5;
  --pt-cream: #fffaf6;
  --pt-white: #fff;
  --pt-slate-950: #111827;
  --pt-slate-800: #27364c;
  --pt-slate-700: #4b5d73;
  --pt-slate-500: #718096;
  --pt-slate-400: #99a6b7;
  --pt-slate-300: #d8e0ea;
  --pt-slate-200: #e8edf3;
  --pt-slate-100: #f5f7fa;
  --pt-green: #10a45b;
  --pt-shadow-xs: 0 6px 18px rgba(7, 28, 54, .06);
  --pt-shadow-sm: 0 12px 34px rgba(7, 28, 54, .08);
  --pt-shadow-md: 0 22px 54px rgba(7, 28, 54, .13);
  --pt-shadow-lg: 0 34px 80px rgba(6, 20, 39, .20);
  --pt-radius-sm: 12px;
  --pt-radius-md: 20px;
  --pt-radius-lg: 30px;
  --pt-container: 1360px;
  --font-body: "Prompt", "Noto Sans Thai", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-heading: "Kanit", "Prompt", "Noto Sans Thai", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.prompt-regular {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--pt-slate-950);
  font-family: var(--font-body) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.wrapper { overflow: clip; }
.container { width: min(100% - 40px, var(--pt-container)); margin-inline: auto; }
.row { display: flex; flex-wrap: wrap; margin-inline: -12px; }
[class*="col-"] { min-width: 0; padding-inline: 12px; }
.col-md-3 { width: 25%; }
.col-md-4 { width: 33.333%; }
.col-md-5 { width: 41.666%; }
.col-md-6 { width: 50%; }
.col-md-7 { width: 58.333%; }
.col-md-8 { width: 66.666%; }
.col-md-9 { width: 75%; }
.col-md-12 { width: 100%; }
.col-lg-6, .col-xl-6 { width: 50%; }

h1, h2, h3, h4, h5, h6, .section-title {
  margin: 0;
  color: var(--pt-navy-900);
  font-family: var(--font-heading);
  font-weight: 750;
  line-height: 1.18;
  letter-spacing: -.025em;
}
p { margin: 0 0 1rem; }
.section-title { font-size: clamp(1.85rem, 3.4vw, 2.9rem); }
.section-lead { max-width: 830px; color: var(--pt-slate-700); font-size: 1.02rem; }
.section-kicker,
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
  color: var(--pt-orange-600);
  font-family: var(--font-heading);
  font-size: .82rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.section-kicker::before,
.hero-kicker::before { width: 30px; height: 3px; border-radius: 99px; background: var(--pt-orange-500); content: ""; }
.ui-icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pt-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; }
.utility-bar { background: var(--pt-navy-950); color: rgba(255,255,255,.86); font-size: .84rem; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-list { display: flex; align-items: center; gap: 24px; }
.utility-item, .utility-link { display: inline-flex; align-items: center; gap: 7px; }
.utility-link { color: #fff; font-weight: 650; text-decoration: none; }
.utility-link:hover { color: #ffd0ae; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #27d17c; box-shadow: 0 0 0 5px rgba(39,209,124,.12); }
.nav-shell { border-bottom: 1px solid rgba(7,28,54,.08); background: rgba(255,255,255,.96); box-shadow: 0 7px 26px rgba(7,28,54,.06); backdrop-filter: blur(18px); }
.nav-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; width: 102px; flex: 0 0 102px; align-items: center; justify-content: center; text-decoration: none; }
.brand img { display: block; width: 82px; max-height: 66px; object-fit: contain; filter: drop-shadow(0 8px 13px rgba(7,28,54,.10)); }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: 2px; }
.primary-nav > a,
.nav-dropdown > button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--pt-slate-800);
  cursor: pointer;
  padding: 0 12px;
  font-family: var(--font-heading);
  font-size: .91rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}
.primary-nav > a:hover,
.nav-dropdown > button:hover { background: var(--pt-slate-100); color: var(--pt-orange-600); }
.primary-nav .nav-login { border: 1px solid var(--pt-slate-300); margin-left: 7px; padding-inline: 16px; }
.primary-nav .nav-register { margin-left: 6px; background: linear-gradient(135deg, var(--pt-orange-600), #ff8a33); box-shadow: 0 10px 22px rgba(244,90,0,.23); color: #fff; padding-inline: 20px; }
.primary-nav .nav-register:hover { background: linear-gradient(135deg, var(--pt-orange-700), var(--pt-orange-500)); color: #fff; }
.nav-dropdown { position: relative; }
.nav-dropdown > button::after { content: "⌄"; margin-left: 2px; font-size: .9em; }
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: min(345px, calc(100vw - 28px));
  padding: 10px;
  border: 1px solid var(--pt-slate-200);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--pt-shadow-md);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: .2s ease;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.nav-dropdown-menu a { display: block; border-radius: 11px; color: var(--pt-slate-700); padding: 10px 12px; font-size: .88rem; text-decoration: none; }
.nav-dropdown-menu a:hover { background: var(--pt-orange-100); color: var(--pt-orange-700); }
.mobile-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--pt-slate-300); border-radius: 13px; background: #fff; color: var(--pt-navy-900); cursor: pointer; }
.mobile-menu-toggle span,
.mobile-menu-toggle::before,
.mobile-menu-toggle::after { display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 999px; background: currentColor; content: ""; }

/* Hero */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 52px 0 0;
  background:
    radial-gradient(circle at 4% 40%, rgba(255,114,15,.13), transparent 31%),
    radial-gradient(circle at 92% 18%, rgba(23,105,170,.12), transparent 32%),
    linear-gradient(130deg, #fff 0%, #fffaf6 47%, #f7fbff 100%);
}
.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: radial-gradient(rgba(10,36,68,.12) .8px, transparent .8px);
  background-size: 21px 21px;
  opacity: .26;
  mask-image: linear-gradient(90deg, #000, transparent 43%, #000);
  content: "";
}
.hero::after {
  position: absolute;
  right: -8%;
  bottom: 55px;
  left: 42%;
  z-index: -1;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(7,28,54,.15), transparent 67%);
  filter: blur(22px);
  content: "";
}
.hero-decor { position: absolute; z-index: -1; border: 1px dashed rgba(244,90,0,.20); border-radius: 50%; }
.hero-decor-one { width: 400px; height: 400px; right: -155px; top: -190px; }
.hero-decor-two { width: 230px; height: 230px; left: -120px; bottom: 30px; }
.hero-layout { display: grid; grid-template-columns: minmax(420px, .78fr) minmax(620px, 1.22fr); align-items: center; gap: 45px; }
.hero-copy { position: relative; z-index: 3; padding: 22px 0 76px; }
.hero-copy h1 { max-width: 720px; font-size: clamp(3rem, 4.15vw, 4.35rem); line-height: 1.02; }
.hero-copy h1 .hero-line { display: block; color: var(--pt-navy-900); white-space: nowrap; }
.hero-copy h1 .hero-line-accent { margin-top: 10px; color: var(--pt-orange-600); }
.hero-copy > p { max-width: 650px; margin-top: 25px; color: var(--pt-slate-700); font-size: clamp(1rem, 1.45vw, 1.16rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn-modern {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 8px 22px;
  font-family: var(--font-heading);
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn-modern:hover { transform: translateY(-2px); }
.btn-modern .ui-icon { width: 24px; height: 24px; }
.btn-modern span { display: grid; line-height: 1.15; }
.btn-modern strong { font-size: .98rem; }
.btn-modern small { margin-top: 4px; font-family: var(--font-body); font-size: .72rem; font-weight: 450; opacity: .85; }
.btn-primary-modern { background: linear-gradient(135deg, var(--pt-orange-600), #ff8b37); box-shadow: 0 15px 32px rgba(244,90,0,.25); color: #fff; }
.btn-secondary-modern { border-color: var(--pt-slate-300); background: rgba(255,255,255,.86); box-shadow: var(--pt-shadow-xs); color: var(--pt-navy-900); }
.hero-visual { position: relative; z-index: 2; min-width: 0; padding: 44px 28px 78px 0; }
.hero-route { position: absolute; z-index: 4; top: 3px; left: 50%; display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(244,90,0,.16); border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: var(--pt-shadow-xs); color: var(--pt-navy-900); padding: 8px 13px; font-family: var(--font-heading); font-size: .72rem; font-weight: 750; letter-spacing: .06em; transform: translateX(-50%); }
.hero-route i { position: relative; width: 56px; height: 1px; border-top: 1px dashed var(--pt-orange-500); }
.hero-route i::after { position: absolute; right: -1px; top: -4px; border-width: 4px 0 4px 6px; border-style: solid; border-color: transparent transparent transparent var(--pt-orange-500); content: ""; }
.slider { position: relative; overflow: hidden; border: 8px solid rgba(255,255,255,.94); border-radius: 30px; background: #fff; box-shadow: var(--pt-shadow-lg); }
.slides { display: flex; will-change: transform; transition: transform .55s cubic-bezier(.22,.61,.36,1); }
.slide { min-width: 100%; background: var(--pt-slate-100); }
.slide img { display: block; width: 100%; aspect-ratio: 16 / 8.15; object-fit: cover; }
.navigation { position: absolute; inset: 50% 15px auto; display: flex; justify-content: space-between; transform: translateY(-50%); pointer-events: none; }
.nav-btn { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(6,20,39,.68); box-shadow: 0 8px 20px rgba(6,20,39,.20); color: #fff; cursor: pointer; pointer-events: auto; transition: .2s ease; }
.nav-btn:hover { background: var(--pt-orange-500); transform: scale(1.06); }
.slider-dots { position: absolute; right: 0; bottom: 14px; left: 0; display: flex; justify-content: center; gap: 7px; }
.slider-dot { width: 8px; height: 8px; border: 0; border-radius: 99px; background: rgba(255,255,255,.62); padding: 0; transition: .2s ease; }
.slider-dot.is-active { width: 25px; background: #fff; }
.hero-contact-card { position: absolute; z-index: 5; right: 0; bottom: 22px; width: 270px; border: 1px solid rgba(255,255,255,.15); border-radius: 21px; background: linear-gradient(145deg, rgba(6,20,39,.96), rgba(10,36,68,.96)); box-shadow: 0 22px 45px rgba(6,20,39,.25); color: #fff; padding: 17px; }
.hero-contact-label { display: block; margin-bottom: 9px; color: var(--pt-orange-300); font-size: .72rem; font-weight: 650; text-transform: uppercase; letter-spacing: .06em; }
.hero-contact-card > a,
.hero-contact-row { display: grid; grid-template-columns: 22px 42px 1fr; align-items: center; gap: 7px; color: #fff; padding: 7px 0; font-size: .78rem; text-decoration: none; }
.hero-contact-card > a + a,
.hero-contact-row { border-top: 1px solid rgba(255,255,255,.09); }
.hero-contact-card span { color: rgba(255,255,255,.63); }
.hero-contact-card strong { text-align: right; font-weight: 650; }
.hero-float-chip { position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.85); border-radius: 999px; background: rgba(255,255,255,.91); box-shadow: var(--pt-shadow-sm); color: var(--pt-navy-900); padding: 9px 13px; font-family: var(--font-heading); font-size: .78rem; font-weight: 650; backdrop-filter: blur(10px); }
.hero-float-chip .ui-icon { color: var(--pt-orange-600); }
.hero-float-sea { left: -21px; bottom: 57px; }
.hero-float-customs { right: 13px; top: 88px; }
.hero-stats { position: relative; z-index: 8; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; margin-top: -34px; border: 1px solid var(--pt-slate-200); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: var(--pt-shadow-md); }
.hero-stat { display: flex; min-height: 92px; align-items: center; gap: 13px; padding: 18px 22px; }
.hero-stat + .hero-stat { border-left: 1px solid var(--pt-slate-200); }
.hero-stat > .ui-icon { width: 28px; height: 28px; color: var(--pt-orange-600); }
.hero-stat strong { display: block; color: var(--pt-navy-900); font-family: var(--font-heading); font-size: 1.08rem; }
.hero-stat span { display: block; margin-top: 2px; color: var(--pt-slate-500); font-size: .77rem; line-height: 1.4; }

/* Overview panel */
.overview-section { padding: 34px 0 10px; background: linear-gradient(#fff, #f9fafc); }
.overview-shell { display: grid; grid-template-columns: 1.55fr .78fr .95fr .92fr; overflow: hidden; border: 1px solid var(--pt-slate-200); border-radius: 25px; background: #fff; box-shadow: var(--pt-shadow-md); }
.overview-column { min-width: 0; padding: 27px 25px; }
.overview-column + .overview-column { border-left: 1px solid var(--pt-slate-200); }
.mini-heading { display: flex; align-items: end; gap: 9px; margin-bottom: 17px; }
.mini-heading > span { width: 25px; height: 3px; margin-bottom: 3px; border-radius: 99px; background: var(--pt-orange-500); }
.mini-heading h2 { font-size: 1.15rem; }
.service-shortcuts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.shortcut-card { display: flex; min-height: 172px; flex-direction: column; border: 1px solid var(--pt-slate-200); border-radius: 17px; background: #fff; box-shadow: var(--pt-shadow-xs); padding: 16px; text-decoration: none; transition: .2s ease; }
.shortcut-card:hover { border-color: rgba(244,90,0,.30); box-shadow: var(--pt-shadow-sm); transform: translateY(-3px); }
.shortcut-icon { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 12px; background: var(--pt-orange-100); color: var(--pt-orange-600); }
.shortcut-icon .ui-icon { width: 21px; height: 21px; }
.shortcut-card strong { margin-top: 11px; color: var(--pt-navy-900); font-family: var(--font-heading); font-size: .93rem; line-height: 1.35; }
.shortcut-card small { margin-top: 5px; color: var(--pt-slate-500); font-size: .72rem; line-height: 1.55; }
.shortcut-card em { display: inline-flex; align-items: center; gap: 5px; margin-top: auto; padding-top: 10px; color: var(--pt-orange-600); font-size: .69rem; font-style: normal; font-weight: 650; }
.shortcut-card em .ui-icon { width: 13px; height: 13px; }
.compact-rate-list { display: grid; gap: 9px; }
.compact-rate { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 9px; border: 1px solid var(--pt-slate-200); border-radius: 15px; background: #fff; box-shadow: var(--pt-shadow-xs); padding: 11px; }
.compact-rate img { width: 35px; height: 35px; object-fit: contain; }
.compact-rate span { color: var(--pt-navy-900); font-family: var(--font-heading); font-size: .81rem; font-weight: 650; line-height: 1.25; }
.compact-rate small { display: block; margin-top: 3px; color: var(--pt-slate-400); font-family: var(--font-body); font-size: .61rem; font-weight: 450; }
.compact-rate strong { color: var(--pt-orange-600); font-family: var(--font-heading); font-size: 1.55rem; line-height: 1; }
.lianlian-inline { display: grid; grid-template-columns: 32px 1fr 18px; align-items: center; gap: 9px; margin-top: 11px; border-radius: 15px; background: linear-gradient(145deg, var(--pt-navy-900), var(--pt-navy-800)); color: #fff; padding: 13px; text-decoration: none; }
.lianlian-inline > .ui-icon:first-child { width: 25px; height: 25px; color: var(--pt-orange-300); }
.lianlian-inline span { display: grid; line-height: 1.25; }
.lianlian-inline strong { font-family: var(--font-heading); font-size: .82rem; }
.lianlian-inline small { margin-top: 3px; color: rgba(255,255,255,.64); font-size: .63rem; }
.lianlian-inline .arrow { opacity: .7; }
.process-list { position: relative; display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.process-list::before { position: absolute; top: 15px; bottom: 15px; left: 14px; border-left: 1px dashed rgba(244,90,0,.35); content: ""; }
.process-list li { position: relative; z-index: 1; display: grid; grid-template-columns: 29px 1fr; gap: 10px; }
.process-list li > span { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: var(--pt-orange-600); box-shadow: 0 0 0 5px #fff; color: #fff; font-family: var(--font-heading); font-size: .72rem; font-weight: 750; }
.process-list strong { display: block; color: var(--pt-navy-900); font-family: var(--font-heading); font-size: .82rem; line-height: 1.35; }
.process-list small { display: block; margin-top: 2px; color: var(--pt-slate-500); font-size: .65rem; line-height: 1.5; }
.text-link { display: inline-flex; align-items: center; gap: 6px; margin: 15px 0 0 39px; color: var(--pt-navy-900); font-size: .72rem; font-weight: 650; text-decoration: none; }
.text-link:hover { color: var(--pt-orange-600); }
.overview-help { min-width: 0; background: linear-gradient(145deg, var(--pt-navy-950), var(--pt-navy-800)); color: #fff; padding: 27px 23px; }
.help-kicker { display: inline-flex; border-radius: 999px; background: rgba(255,114,15,.16); color: #ffc69d; padding: 5px 9px; font-size: .66rem; font-weight: 650; }
.overview-help h2 { margin-top: 11px; color: #fff; font-size: 1.55rem; }
.overview-help h2 span { color: var(--pt-orange-300); }
.overview-help p { margin-top: 8px; color: rgba(255,255,255,.65); font-size: .76rem; line-height: 1.55; }
.overview-help ul { display: grid; gap: 8px; margin: 15px 0; padding: 0; list-style: none; }
.overview-help li { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.82); font-size: .69rem; }
.overview-help li .ui-icon { color: var(--pt-orange-300); }
.help-call,
.help-line { display: flex; min-height: 41px; align-items: center; justify-content: center; gap: 7px; border-radius: 11px; font-family: var(--font-heading); font-size: .73rem; font-weight: 650; text-decoration: none; }
.help-call { background: var(--pt-orange-600); box-shadow: 0 10px 20px rgba(244,90,0,.22); color: #fff; }
.help-line { margin-top: 8px; border: 1px solid rgba(255,255,255,.16); color: #fff; }

/* Why PTCARGO */
.why-section { padding: 26px 0 68px; background: #f9fafc; }
.why-section h2 { text-align: center; font-size: 1.55rem; }
.why-section h2 span { color: var(--pt-orange-600); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 23px; }
.why-item { display: flex; align-items: center; gap: 13px; border: 1px solid var(--pt-slate-200); border-radius: 18px; background: #fff; box-shadow: var(--pt-shadow-xs); padding: 17px; }
.why-item > span { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 50%; background: var(--pt-orange-100); color: var(--pt-orange-600); }
.why-item > span .ui-icon { width: 22px; height: 22px; }
.why-item strong { display: block; color: var(--pt-navy-900); font-family: var(--font-heading); font-size: .91rem; }
.why-item small { display: block; margin-top: 2px; color: var(--pt-slate-500); font-size: .68rem; line-height: 1.5; }

/* About */
.main > section,
.calculation-block { position: relative; }
.about-modern,
.service-block,
.how-to-order-block,
.contact-block,
.calculation-block { padding: 88px 0; }
.about-modern { background: #fff; }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: stretch; gap: 28px; }
.about-copy-card { position: relative; overflow: hidden; border: 1px solid var(--pt-slate-200); border-radius: 27px; background: linear-gradient(145deg, #fff, var(--pt-cream)); box-shadow: var(--pt-shadow-sm); padding: 42px; }
.about-copy-card::after { position: absolute; right: -80px; bottom: -100px; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,114,15,.08); content: ""; }
.about-copy-card .section-title { position: relative; z-index: 1; }
.about-copy-card .section-lead { position: relative; z-index: 1; margin-top: 18px; }
.about-badges { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.about-badges span { display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(10,36,68,.09); border-radius: 999px; background: #fff; color: var(--pt-navy-900); padding: 8px 11px; font-size: .72rem; font-weight: 600; }
.about-badges .ui-icon { color: var(--pt-green); }
.about-actions { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 25px; }
.btn-line-modern { background: linear-gradient(135deg, #04b904, #13cf70); box-shadow: 0 13px 26px rgba(0,195,0,.20); color: #fff; }
.btn-call-modern { background: linear-gradient(135deg, #087fc3, #3469e9); box-shadow: 0 13px 26px rgba(44,103,227,.20); color: #fff; }
.social-card { overflow: hidden; border: 1px solid var(--pt-slate-200); border-radius: 27px; background: #fff; box-shadow: var(--pt-shadow-sm); }
.social-card-head { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--pt-slate-200); padding: 17px 22px; }
.social-card-head div { display: grid; }
.social-card-head span { color: var(--pt-slate-500); font-size: .7rem; }
.social-card-head strong { color: var(--pt-navy-900); font-family: var(--font-heading); font-size: 1.05rem; }
.social-card-head a { display: inline-flex; align-items: center; gap: 6px; color: var(--pt-orange-600); font-size: .72rem; font-weight: 650; text-decoration: none; }
.fb-container { position: relative; width: 100%; min-height: 560px; overflow: hidden; background: var(--pt-slate-100); }
.fb-container iframe { position: relative; z-index: 2; display: block; width: 100%; height: 590px; border: 0; background: #fff; }
.fb-loading { position: absolute; inset: 0; z-index: 1; display: grid; place-content: center; justify-items: center; color: var(--pt-slate-500); padding: 30px; text-align: center; }
.fb-loading span { width: 38px; height: 38px; margin-bottom: 13px; border: 3px solid var(--pt-slate-300); border-top-color: var(--pt-orange-500); border-radius: 50%; animation: pt-spin 1s linear infinite; }
.fb-loading strong { color: var(--pt-navy-900); font-family: var(--font-heading); }
.fb-loading small { max-width: 320px; margin-top: 4px; font-size: .72rem; }
@keyframes pt-spin { to { transform: rotate(360deg); } }

/* Detailed service cards */
#shippingfee_section { background: #fff; }
#shippingfee_section > .container { margin-bottom: 56px; }
#shippingfee_section > .container > .section-title { margin-top: 0; }
.service-item { display: grid; grid-template-columns: minmax(270px, 34%) 1fr; align-items: stretch; overflow: hidden; margin-top: 29px; border: 1px solid var(--pt-slate-200); border-radius: 24px; background: #fff; box-shadow: var(--pt-shadow-sm); }
.service-item > img { width: 100%; height: 100% !important; min-height: 100%; object-fit: cover; }
.service-item-content { min-width: 0; padding: 31px; }
.service-item-content h4 { margin-bottom: 10px; color: var(--pt-navy-900); font-size: clamp(1.25rem, 2.3vw, 1.72rem); }
.service-item-content p { color: var(--pt-slate-700); }
.service-item-content > span[style*="color:red"] { display: inline-block; margin-top: 10px; border-radius: 8px; background: #fff2f0; color: #c53f2d !important; padding: 8px 10px; }
.flex-table-wrapper { overflow-x: auto; margin: 20px 0; border: 1px solid var(--pt-slate-200); border-radius: 15px; }
.flex-table { min-width: 640px; }
.flex-table-row { display: flex; }
.flex-table-row + .flex-table-row { border-top: 1px solid var(--pt-slate-200); }
.flex-table-col { display: flex; min-width: 0; flex: 1 1 0; align-items: center; justify-content: center; border: 0 !important; background: #fff !important; padding: 13px 10px; text-align: center; }
.flex-table-col + .flex-table-col { border-left: 1px solid var(--pt-slate-200) !important; }
.flex-table-row:first-child .flex-table-col { background: var(--pt-navy-900) !important; color: #fff; }
.flex-table-row:first-child .flex-table-col[style*="#ff"],
.flex-table-row:first-child .flex-table-col[style*="#1978aa"] { background: var(--pt-orange-500) !important; }
.flex-table-row:not(:first-child) .flex-table-col:first-child { background: var(--pt-slate-100) !important; color: var(--pt-navy-900); font-weight: 600; }
.flex-table-col p { margin: 0; color: inherit; line-height: 1.45; }
.flex-table-col small { color: inherit; }
.gallery-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 28px 0 0; padding: 0; list-style: none; }
.gallery-list li { min-width: 0; }
.gallery-list a { display: block; overflow: hidden; border-radius: 16px; background: var(--pt-slate-100); box-shadow: var(--pt-shadow-sm); }
.gallery-list img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.gallery-list a:hover img { transform: scale(1.04); }
#shippingfee_section > div:not(.container) > img { display: block; }

/* Calculator */
.calculation-block { overflow: hidden; background: linear-gradient(145deg, var(--pt-navy-950), var(--pt-navy-800)); color: #fff; }
.calculation-block::after { position: absolute; width: 420px; height: 420px; right: -140px; top: -180px; border-radius: 50%; background: rgba(255,107,0,.16); content: ""; }
.calculation-block .container { position: relative; z-index: 2; }
.calculation-block .row { align-items: stretch; }
.calculation-block .section-title { color: #fff; }
.sample-wrapper,
#calculation_form { height: 100%; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.075); box-shadow: 0 20px 60px rgba(0,0,0,.18); padding: 24px; backdrop-filter: blur(10px); }
.dimension-sample { display: block; max-width: 250px; margin: 0 auto 20px; }
.sample-content-block p,
#calculation_form p { color: rgba(255,255,255,.76); }
.sample-content-block strong { color: #fff; }
.form-group { margin-bottom: 16px; }
.control-label { display: block; margin-bottom: 7px; color: rgba(255,255,255,.82); font-size: .9rem; }
.form-control { width: 100%; min-height: 48px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; outline: none; background: rgba(255,255,255,.96); color: var(--pt-slate-950); padding: 0 14px; }
.form-control:focus { border-color: var(--pt-orange-500); box-shadow: 0 0 0 4px rgba(255,107,0,.14); }
.form-action-block { margin-top: 8px; }
.btn.btn-warning { min-height: 50px; border: 0; border-radius: 999px; background: linear-gradient(135deg, var(--pt-orange-500), #ff913c); box-shadow: 0 12px 28px rgba(255,107,0,.24); color: #fff; cursor: pointer; padding: 0 22px; font-family: var(--font-heading); font-weight: 700; }
.final-price-block { margin-top: 20px; border-radius: 16px; background: rgba(255,255,255,.09); padding: 18px; }
.final-price-block p { margin-bottom: 6px; }
.calculated-price { color: #fff; font-size: 2rem; }
.calculated-price #price { color: #ffbf8f; }

/* Steps */
#service_section { background: var(--pt-cream); }
.how-to-order-wrapper > .section-title,
.how-to-order-wrapper > .section-lead { text-align: center; margin-inline: auto; }
.step-how-to-block { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 34px; }
.how-to-item { position: relative; overflow: hidden; margin: 0; border: 1px solid var(--pt-slate-200); border-radius: 22px; background: #fff; box-shadow: var(--pt-shadow-sm); }
.how-to-item > img:not(.item-number) { display: block; width: 100%; aspect-ratio: 16 / 8.2; object-fit: cover; }
.how-to-item .item-number { position: absolute; z-index: 2; top: 18px; left: 18px; width: 48px; filter: drop-shadow(0 8px 15px rgba(0,0,0,.2)); }
.how-to-item figcaption { padding: 24px; }
.how-to-item h4 { margin-bottom: 10px; font-size: 1.28rem; }
.how-to-item p { color: var(--pt-slate-700); }
.how-to-item a { color: var(--pt-orange-600); font-weight: 600; }

/* Contact */
#contact_section { background: var(--pt-navy-950); color: #fff; }
#contact_section .section-title { margin-bottom: 28px; color: #fff; }
.footer-info-left { display: grid; height: 100%; grid-template-columns: 44% 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: rgba(255,255,255,.065); }
.footer-info-left > img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; box-shadow: none !important; }
.footer-info-left .info-content { padding: 26px; }
.footer-info-left h4 { margin-bottom: 12px; color: #fff; font-size: 1.5rem; }
.footer-info-left p { color: rgba(255,255,255,.74); }
.footer-info-left b { color: #ffb27e !important; }
.footer-info-left .info-content img { border-radius: 10px; }

/* Legal footer */
.pt-legal-bar { border-top: 1px solid rgba(255,255,255,.12); background: #04101d; color: rgba(255,255,255,.68); }
.pt-legal-inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: .82rem; }
.pt-legal-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; }
.pt-legal-links a { color: #fff; text-decoration: none; }
.pt-legal-links a:hover { color: #ffb27e; }
.pt-lianlian-link { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: rgba(255,107,0,.12); color: #ffd5ba !important; padding: 7px 12px; font-family: var(--font-heading); font-weight: 650; }
footer, .footer { position: relative; }

@media (max-width: 1260px) {
  .primary-nav > a,
  .nav-dropdown > button { padding-inline: 8px; font-size: .84rem; }
  .hero-layout { grid-template-columns: minmax(370px, .72fr) minmax(560px, 1.28fr); gap: 25px; }
  .hero-copy h1 { font-size: clamp(2.9rem, 4.4vw, 4.2rem); }
  .overview-shell { grid-template-columns: 1.35fr .8fr .95fr; }
  .overview-help { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.2fr auto auto; align-items: center; gap: 18px; }
  .overview-help h2 { margin: 0; }
  .overview-help p, .overview-help ul { margin: 0; }
  .overview-help ul { grid-template-columns: repeat(3, auto); }
  .help-call, .help-line { min-width: 190px; margin: 0; }
}

@media (max-width: 1060px) {
  .utility-list-left { display: none; }
  .utility-inner { justify-content: center; }
  .mobile-menu-toggle { display: block; }
  .primary-nav { position: absolute; top: calc(100% + 8px); right: 16px; left: 16px; display: none; max-height: calc(100vh - 116px); align-items: stretch; overflow-y: auto; border: 1px solid var(--pt-slate-200); border-radius: 18px; background: #fff; box-shadow: var(--pt-shadow-md); padding: 10px; }
  .primary-nav.is-open { display: flex; flex-direction: column; }
  .primary-nav > a,
  .nav-dropdown > button { width: 100%; justify-content: flex-start; border-radius: 11px; padding-inline: 13px; }
  .primary-nav .nav-login,
  .primary-nav .nav-register { margin: 4px 0 0; justify-content: center; }
  .nav-dropdown-menu { position: static; display: none; width: 100%; border: 0; border-left: 2px solid var(--pt-orange-500); border-radius: 0; box-shadow: none; opacity: 1; padding: 3px 0 3px 10px; pointer-events: auto; transform: none; }
  .nav-dropdown.is-open .nav-dropdown-menu { display: block; }
  .hero { padding-top: 35px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; margin-inline: auto; padding-bottom: 25px; text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { max-width: 880px; margin-inline: auto; padding-left: 28px; }
  .hero-stats { margin-top: -12px; grid-template-columns: repeat(2, 1fr); }
  .hero-stat:nth-child(3) { border-top: 1px solid var(--pt-slate-200); border-left: 0; }
  .hero-stat:nth-child(4) { border-top: 1px solid var(--pt-slate-200); }
  .overview-shell { grid-template-columns: 1fr 1fr; }
  .overview-column:nth-child(3) { border-top: 1px solid var(--pt-slate-200); border-left: 0; }
  .overview-process { border-top: 1px solid var(--pt-slate-200); }
  .overview-help { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
  .overview-help ul { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .service-item { grid-template-columns: 1fr; }
  .service-item > img { max-height: 390px; }
  .gallery-list { grid-template-columns: repeat(2, 1fr); }
  .calculation-block .col-md-4,
  .calculation-block .col-md-8 { width: 100%; }
  .calculation-block .col-md-4 { margin-bottom: 20px; }
  .footer-info-left { grid-template-columns: 1fr; }
  .footer-info-left > img { min-height: 220px; max-height: 280px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 24px, var(--pt-container)); }
  .utility-inner { min-height: 37px; font-size: .76rem; }
  .utility-list { gap: 12px; }
  .nav-inner { min-height: 68px; }
  .brand { width: 77px; flex-basis: 77px; }
  .brand img { width: 65px; max-height: 54px; }
  .hero { padding-top: 26px; }
  .hero-copy { padding-top: 5px; }
  .hero-copy h1 { font-size: clamp(2.35rem, 11.5vw, 3.25rem); }
  .hero-copy h1 .hero-line { white-space: normal; }
  .hero-copy > p { margin-top: 18px; font-size: .94rem; }
  .hero-actions { display: grid; }
  .btn-modern { width: 100%; }
  .hero-visual { padding: 39px 0 18px; }
  .hero-route { top: 0; }
  .slider { border-width: 5px; border-radius: 21px; }
  .slide img { aspect-ratio: 16 / 9; }
  .nav-btn { width: 37px; height: 37px; }
  .hero-contact-card { position: relative; right: auto; bottom: auto; width: 100%; max-width: none; margin-top: 12px; }
  .hero-float-chip { display: none; }
  .hero-stats { grid-template-columns: 1fr; margin-top: -4px; }
  .hero-stat + .hero-stat { border-top: 1px solid var(--pt-slate-200); border-left: 0; }
  .overview-section { padding-top: 22px; }
  .overview-shell { grid-template-columns: 1fr; border-radius: 20px; }
  .overview-column + .overview-column { border-top: 1px solid var(--pt-slate-200); border-left: 0; }
  .service-shortcuts { grid-template-columns: 1fr 1fr; }
  .shortcut-card { min-height: 160px; padding: 14px; }
  .overview-help { display: block; }
  .overview-help p, .overview-help ul { margin: 12px 0; }
  .help-line { margin-top: 8px; }
  .why-section { padding-bottom: 54px; }
  .why-grid { grid-template-columns: 1fr; }
  .about-modern,
  .service-block,
  .how-to-order-block,
  .contact-block,
  .calculation-block { padding: 62px 0; }
  .about-copy-card { padding: 27px 22px; }
  .about-actions { grid-template-columns: 1fr; }
  .fb-container { min-height: 500px; }
  .fb-container iframe { height: 500px; }
  .service-item-content { padding: 22px; }
  .gallery-list { grid-template-columns: 1fr 1fr; gap: 10px; }
  .step-how-to-block { grid-template-columns: 1fr; }
  .footer-info-left { margin-bottom: 18px; }
  .pt-legal-inner { align-items: flex-start; flex-direction: column; padding-block: 16px; }
  .pt-legal-links { align-items: flex-start; flex-direction: column; }
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-12,
  .col-lg-6,
  .col-xl-6 { width: 100%; }
}

@media (max-width: 440px) {
  .utility-list-right { width: 100%; justify-content: space-between; gap: 6px; }
  .utility-link { font-size: .7rem; }
  .hero-copy h1 { font-size: 2.35rem; }
  .service-shortcuts { grid-template-columns: 1fr; }
  .shortcut-card { min-height: 145px; }
  .gallery-list { grid-template-columns: 1fr; }
}

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

@media print {
  .utility-bar,
  .nav-shell,
  .navigation,
  .hero-actions,
  .hero-contact-card,
  .overview-help,
  .pt-legal-bar { display: none !important; }
  .service-item,
  .shortcut-card { box-shadow: none; break-inside: avoid; }
}

/* ===== V3 wide hero using generated artwork ===== */
:root { --pt-container: 1480px; }
.hero-wide-bg {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 56px 0 70px;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.95) 28%, rgba(255,255,255,.58) 50%, rgba(255,255,255,.08) 72%),
    url('../../images/hero/ptcargo-hero-modern.png') 76% 42% / cover no-repeat;
}
.hero-wide-bg::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 20% 50%, rgba(255,114,15,.08), transparent 38%);
  content: "";
}
.hero-bg-overlay { position:absolute; inset:0; z-index:-1; pointer-events:none; background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.24)); }
.hero-wide-layout { position:relative; min-height:630px; display:flex; align-items:center; }
.hero-copy-wide { width:min(680px,54%); padding:18px 0; }
.hero-copy-wide h1 { font-size:clamp(3.55rem,5.2vw,5.65rem); line-height:.98; text-shadow:0 2px 0 rgba(255,255,255,.48); }
.hero-copy-wide > p { max-width:620px; font-size:1.12rem; color:#33465d; }
.hero-inline-stats { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; margin-top:28px; max-width:740px; }
.hero-inline-stat { min-width:0; display:flex; align-items:center; gap:10px; padding:14px 13px; border:1px solid rgba(7,28,54,.10); border-radius:16px; background:rgba(255,255,255,.88); box-shadow:0 10px 26px rgba(7,28,54,.08); backdrop-filter:blur(10px); }
.hero-inline-stat > .ui-icon { width:25px; height:25px; color:var(--pt-orange-600); }
.hero-inline-stat strong { display:block; color:var(--pt-navy-900); font:750 .94rem/1.2 var(--font-heading); white-space:nowrap; }
.hero-inline-stat span { display:block; margin-top:3px; color:var(--pt-slate-500); font-size:.68rem; line-height:1.35; }
.hero-contact-wide { right:0; bottom:52px; width:320px; }
.hero-contact-wide h2 { margin:0 0 11px; color:#fff; font-size:1.35rem; }
.hero-contact-wide > a, .hero-contact-wide .hero-contact-row { grid-template-columns:24px 42px 1fr; }

@media (max-width:1280px) {
  .hero-wide-bg { min-height:700px; background-position:68% 38%; }
  .hero-copy-wide { width:58%; }
  .hero-contact-wide { display:none; }
  .hero-inline-stats { grid-template-columns:repeat(2,minmax(0,1fr)); max-width:530px; }
}
@media (max-width:900px) {
  .hero-wide-bg {
    min-height:auto;
    padding:420px 0 52px;
    background:
      linear-gradient(180deg,rgba(255,255,255,.04) 0%,rgba(255,255,255,.08) 37%,rgba(255,255,255,.96) 61%,#fff 100%),
      url('../../images/hero/ptcargo-hero-modern.png') center 4% / 100% auto no-repeat;
  }
  .hero-wide-layout { min-height:0; }
  .hero-copy-wide { width:100%; max-width:760px; margin:auto; text-align:center; }
  .hero-copy-wide > p { margin-inline:auto; }
  .hero-actions { justify-content:center; }
  .hero-inline-stats { margin-inline:auto; text-align:left; }
}
@media (max-width:600px) {
  :root { --pt-container: 100%; }
  .container { width:min(100% - 28px,var(--pt-container)); }
  .hero-wide-bg { padding-top:310px; background-size:auto 360px; }
  .hero-copy-wide h1 { font-size:clamp(2.55rem,12vw,3.35rem); }
  .hero-copy-wide > p { font-size:.95rem; }
  .hero-inline-stats { grid-template-columns:1fr 1fr; gap:8px; }
  .hero-inline-stat { padding:11px 10px; }
}

/* ===== V4 full-page visual system and contrast fixes ===== */
:root {
  --pt-container: 1580px;
  --pt-content: 1460px;
  --pt-page-gutter: 56px;
}
.container { width: min(calc(100% - var(--pt-page-gutter)), var(--pt-container)); }
main { background: #fff; }
.service-block > .container,
.gallery-section,
.calculation-block > .container,
.how-to-order-block > .container,
.contact-block > .container { max-width: var(--pt-content); }

/* Shipping service cards */
.shipping-services { padding: 88px 0; background: linear-gradient(180deg,#fff 0%,#fffaf6 100%); }
.shipping-services > .container + .container { margin-top: 82px; }
.shipping-services .row { margin-top: 26px; }
.shipping-services .service-item {
  display: grid;
  grid-template-columns: minmax(330px, 38%) minmax(0, 62%);
  overflow: hidden;
  border: 1px solid #e4eaf1;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(6,20,39,.08);
}
.shipping-services .service-item > img {
  width: 100%;
  height: 100% !important;
  min-height: 480px;
  max-height: 620px;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
.shipping-services .service-item-content { padding: 34px 36px 38px; }
.shipping-services .service-item-content h4 { margin-bottom: 12px; font-size: clamp(1.45rem,2vw,2rem); color:#071f3d; }
.shipping-services .service-item-content > p { color:#45566d; }
.shipping-services .flex-table-wrapper { overflow-x:auto; margin: 24px 0 18px; border:1px solid #dfe6ee; border-radius:16px; }
.shipping-services .flex-table { min-width: 680px; }
.shipping-services .flex-table-row { display:flex; }
.shipping-services .flex-table-col { min-width:0; flex:1 1 0; border-right:1px solid #dfe6ee; border-bottom:1px solid #dfe6ee; background:#fff; }
.shipping-services .flex-table-row:last-child .flex-table-col { border-bottom:0; }
.shipping-services .flex-table-col:last-child { border-right:0; }
.shipping-services .flex-table-col p { margin:0; padding:15px 12px; color:#172033; text-align:center; }
.shipping-services .flex-table-row:first-child .flex-table-col,
.shipping-services .flex-table-row:first-child .flex-table-col[style*="c0c0c0"] { background:#08284c !important; }
.shipping-services .flex-table-row:first-child .flex-table-col p,
.shipping-services .flex-table-row:first-child .flex-table-col small { color:#fff !important; }
.shipping-services .flex-table-row:first-child .flex-table-col[style*="ff7c00"],
.shipping-services .flex-table-row:first-child .flex-table-col[style*="ff9e00"] { background:#ff6b00 !important; }
.shipping-services .flex-table-row:not(:first-child) .flex-table-col:first-child { background:#f3f6fa !important; font-weight:700; }
.shipping-services .service-item-content > span[style*="red"] { display:inline-flex; margin:8px 0 12px; border-radius:10px; background:#fff0eb; color:#c63c17 !important; padding:9px 12px; font-size:.88rem; }

/* Gallery redesign */
.gallery-section { padding: 78px 0 0; }
.gallery-section-fcl { padding-top: 88px; }
.gallery-heading-row { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:18px; }
.gallery-heading-row .section-title { max-width:980px; }
.gallery-view-all { flex:0 0 auto; border:1px solid #d7e0ea; border-radius:999px; background:#fff; color:#08284c; padding:11px 18px; font-weight:700; text-decoration:none; }
.gallery-view-all:hover { border-color:#ff6b00; color:#e84f00; }
.gallery-list { display:grid !important; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; margin:26px 0 0 !important; padding:0 !important; list-style:none; }
.gallery-list li { min-width:0; margin:0 !important; overflow:hidden; border:1px solid #e1e7ee; border-radius:18px; background:#fff; box-shadow:0 12px 30px rgba(6,20,39,.07); }
.gallery-list a { display:block; overflow:hidden; }
.gallery-list img { display:block; width:100%; aspect-ratio:4/3; object-fit:cover; transition:transform .35s ease; }
.gallery-list a:hover img { transform:scale(1.045); }
.legacy-banner-pair { display:grid; grid-template-columns:1fr 1fr; gap:18px; width:min(calc(100% - var(--pt-page-gutter)),var(--pt-content)); margin:82px auto 0; }
.legacy-banner-pair img { display:block; width:100%; border-radius:20px; box-shadow:0 14px 34px rgba(6,20,39,.09); }

/* Calculator */
.calculation-block { padding:92px 0; background:linear-gradient(135deg,#061b34 0%,#0b3159 56%,#124879 100%); color:#fff; }
.calculation-block .row { align-items:stretch; }
.calculation-block .section-title { margin-bottom:22px; color:#fff; }
.calculator-guide-card,
.calculator-form-card { height:100%; border:1px solid rgba(255,255,255,.13); border-radius:24px; background:rgba(255,255,255,.08); box-shadow:0 24px 56px rgba(0,0,0,.15); backdrop-filter:blur(10px); }
.calculator-guide-card { padding:28px; }
.calculator-guide-card .dimension-sample { display:block; max-height:260px; margin:0 auto 20px; object-fit:contain; }
.calculator-guide-card p { color:#d8e5f3; }
.calculator-guide-card strong { display:block; margin-bottom:5px; color:#ff8a33; }
.calculator-form-card { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:22px; padding:28px; }
.calculator-form-card > .row,
.calculator-form-card > .form-action-block { grid-column:1; }
.calculator-form-card .final-price-block { grid-column:2; grid-row:1 / span 3; display:flex; flex-direction:column; justify-content:center; min-height:280px; margin:0; border:1px solid rgba(255,255,255,.16); border-radius:20px; background:rgba(3,19,36,.48); padding:26px; text-align:center; }
.calculation-block .control-label { display:block; margin-bottom:7px; color:#eef6ff; font-weight:650; }
.calculation-block .form-control { width:100%; min-height:50px; border:1px solid #d6e0eb; border-radius:12px; background:#fff !important; color:#172033 !important; padding:10px 13px; outline:none; }
.calculation-block .form-control:focus { border-color:#ff7a1a; box-shadow:0 0 0 4px rgba(255,122,26,.18); }
.calculation-block .btn-warning { min-height:50px; border:0; border-radius:999px; background:linear-gradient(135deg,#ff6500,#ff8d39); color:#fff; padding:0 24px; font-weight:750; box-shadow:0 12px 25px rgba(255,101,0,.25); }
.result-label { color:#d9e7f5; font-size:.9rem; }
.calculated-price { margin:8px 0 12px !important; color:#fff !important; font-size:clamp(2.25rem,4vw,4rem) !important; }
.calculated-price small { font-size:.32em; color:#ffad72; }
.final-price-block p { margin:0; color:#bfcfe0; font-size:.84rem; }

/* Two-step section */
.how-to-order-block { padding:92px 0; background:#fff8f3; }
.modern-steps-wrapper > .section-title { color:#08284c !important; text-align:center; }
.modern-steps-wrapper > .section-lead { margin:10px auto 34px; color:#4b5d73 !important; text-align:center; }
.modern-steps-wrapper > .section-lead span { color:#ff6500 !important; }
.step-how-to-block { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:26px; }
.how-to-item { position:relative; overflow:hidden; margin:0; border:1px solid #e5e9ef; border-radius:24px; background:#fff; box-shadow:0 18px 42px rgba(6,20,39,.08); }
.how-to-item > img:not(.item-number) { display:block; width:100%; aspect-ratio:16/9; object-fit:cover; }
.how-to-item .item-number { display:none; }
.step-badge { position:absolute; top:18px; left:18px; z-index:2; display:grid; width:48px; height:48px; place-items:center; border:4px solid #fff; border-radius:50%; background:#ff6500; box-shadow:0 10px 22px rgba(232,79,0,.25); color:#fff; font:800 1.15rem/1 var(--font-heading); }
.how-to-item figcaption { padding:26px 28px 30px; }
.how-to-item h4 { margin-bottom:12px; color:#08284c; font-size:1.3rem; }
.how-to-item p { color:#4b5d73; }
.copy-address-btn { display:inline-flex; min-height:42px; align-items:center; justify-content:center; border:1px solid #ff7a1a; border-radius:999px; background:#fff7f0; color:#d84c00; padding:8px 16px; cursor:pointer; font-weight:700; }
.copy-address-btn:hover { background:#ff6b00; color:#fff; }

/* Warehouse cards */
.contact-block { padding:92px 0; background:#06182d; }
.contact-heading { max-width:820px; margin:0 auto 32px; text-align:center; }
.contact-heading .section-kicker { color:#ff9a51; }
.contact-heading .section-title { color:#fff; }
.contact-heading p { margin-top:12px; color:#bfcde0; }
.warehouse-card { display:grid; grid-template-columns:minmax(230px,42%) minmax(0,58%); height:100%; overflow:hidden; border:1px solid rgba(255,255,255,.12); border-radius:24px; background:#102b4a; box-shadow:0 24px 54px rgba(0,0,0,.18); }
.warehouse-card > img { width:100%; height:100%; min-height:360px; max-height:none; object-fit:cover; box-shadow:none !important; }
.warehouse-card .info-content { display:flex; flex-direction:column; padding:28px; color:#dce7f3; }
.warehouse-card h4 { margin-bottom:12px; color:#fff; font-size:1.55rem; }
.warehouse-card p { color:#d5e0ec; }
.warehouse-card b { color:#ff9a51 !important; }
.warehouse-qr { display:inline-flex; margin-top:12px; border-radius:12px; background:#fff; padding:8px; }
.warehouse-qr img { display:block; width:110px; }
.warehouse-actions { display:flex; flex-wrap:wrap; gap:8px; margin-top:auto; padding-top:16px; }
.warehouse-actions a,
.warehouse-actions button { display:inline-flex; min-height:42px; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,.22); border-radius:999px; background:rgba(255,255,255,.07); color:#fff; padding:8px 15px; text-decoration:none; }
.warehouse-actions a:first-child { border-color:#ff7a1a; background:#ff6500; }

/* Premium footer */
.legacy-footer-shell { display:none !important; }
.modern-site-footer { background:#071a30; color:#c8d5e4; }
.footer-grid { display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:48px; padding:70px 0 54px; }
.footer-brand-column img { display:block; width:88px; margin-bottom:16px; }
.footer-brand-column p { max-width:470px; color:#b7c6d8; }
.footer-contact-pills { display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; }
.footer-contact-pills a { border:1px solid rgba(255,255,255,.15); border-radius:999px; background:rgba(255,255,255,.06); color:#fff; padding:9px 14px; text-decoration:none; }
.footer-column { display:flex; flex-direction:column; align-items:flex-start; gap:10px; }
.footer-column h3 { margin-bottom:7px; color:#fff; font-size:1.06rem; }
.footer-column a { color:#b7c6d8; text-decoration:none; }
.footer-column a:hover { color:#ff9a51; }
.footer-column p { margin:0; color:#b7c6d8; }
.footer-contact-column img { width:112px; margin-top:10px; border-radius:12px; background:#fff; padding:7px; }
.lianlian-legal-strip { border-top:1px solid rgba(255,255,255,.09); border-bottom:1px solid rgba(255,255,255,.09); background:#041326; }
.lianlian-legal-inner { min-height:78px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.lianlian-legal-inner div { display:grid; }
.lianlian-legal-inner strong { color:#fff; }
.lianlian-legal-inner span { color:#98aac0; font-size:.84rem; }
.lianlian-legal-inner a { border:1px solid #ff7a1a; border-radius:999px; color:#fff; padding:10px 17px; text-decoration:none; }
.lianlian-legal-inner a:hover { background:#ff6500; }
.footer-bottom { background:#03101e; }
.footer-bottom > .container { min-height:58px; display:flex; align-items:center; justify-content:space-between; gap:24px; color:#91a3b7; font-size:.84rem; }
.footer-bottom div div { display:flex; gap:18px; }
.footer-bottom a { color:#b9c7d6; text-decoration:none; }

@media (max-width:1200px) {
  :root { --pt-page-gutter:40px; }
  .shipping-services .service-item { grid-template-columns:1fr; }
  .shipping-services .service-item > img { min-height:320px; max-height:430px; aspect-ratio:16/8; }
  .calculator-form-card { grid-template-columns:1fr; }
  .calculator-form-card .final-price-block { grid-column:1; grid-row:auto; min-height:220px; }
  .gallery-list { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .footer-grid { grid-template-columns:1.3fr 1fr 1fr; }
  .footer-contact-column { grid-column:1 / -1; display:grid; grid-template-columns:1fr 1fr 1fr auto; align-items:center; }
}
@media (max-width:900px) {
  :root { --pt-page-gutter:28px; }
  .gallery-heading-row { align-items:flex-start; flex-direction:column; }
  .gallery-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .legacy-banner-pair { grid-template-columns:1fr; }
  .step-how-to-block { grid-template-columns:1fr; }
  .warehouse-card { grid-template-columns:1fr; }
  .warehouse-card > img { min-height:260px; max-height:320px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand-column { grid-column:1 / -1; }
  .footer-contact-column { grid-column:auto; display:flex; }
}
@media (max-width:640px) {
  :root { --pt-page-gutter:22px; }
  .shipping-services,.calculation-block,.how-to-order-block,.contact-block { padding:66px 0; }
  .shipping-services .service-item-content { padding:22px 18px 26px; }
  .shipping-services .service-item > img { min-height:240px; max-height:300px; }
  .gallery-list { grid-template-columns:1fr; }
  .legacy-banner-pair { width:min(calc(100% - var(--pt-page-gutter)),var(--pt-content)); }
  .calculator-guide-card,.calculator-form-card { padding:20px; }
  .calculator-form-card .row > [class*="col-"] { width:100%; }
  .how-to-item figcaption { padding:22px 20px 25px; }
  .warehouse-card .info-content { padding:22px; }
  .footer-grid { grid-template-columns:1fr; gap:30px; padding:52px 0 40px; }
  .footer-contact-column { display:flex; }
  .lianlian-legal-inner,.footer-bottom > .container { align-items:flex-start; flex-direction:column; padding:18px 0; }
  .footer-bottom div div { flex-wrap:wrap; }
}
