@charset "UTF-8";

:root {
  --ink: #13201d;
  --muted: #64726d;
  --paper: #f6f2e9;
  --panel: #ffffff;
  --line: rgba(19, 32, 29, 0.14);
  --green: #0f6b57;
  --blue: #2f6f9f;
  --gold: #c28731;
  --coral: #c85f45;
  --dark: #101c19;
  --shadow: 0 22px 60px rgba(19, 32, 29, 0.14);
}

* { box-sizing: border-box; }

html { overflow-x: clip; scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

@media (max-width: 1320px) and (min-width: 981px) {
  .topbar { gap: 8px; padding-inline: 18px; }
  .brand { min-width: 184px; }
  .nav { gap: 1px; }
  .nav a, .nav .auth-entry-button { padding-inline: 9px; font-size: .86rem; }
  .lang { gap: 1px; }
  .lang button { min-width: 35px; padding-inline: 7px; font-size: .84rem; white-space: nowrap; }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(rgba(19,32,29,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(19,32,29,.025) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px clamp(16px, 4vw, 54px);
  border-bottom: 1px solid var(--line);
  background: rgba(246, 242, 233, 0.94);
  backdrop-filter: blur(16px) saturate(1.15);
  transition: box-shadow .35s ease, background .35s ease;
}
.topbar.is-scrolled { box-shadow: 0 12px 34px rgba(19,32,29,.1); background: rgba(250,248,242,.97); }

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
}

.mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-weight: 800;
}

.brand strong, .brand small { display: block; }
.brand small { color: var(--muted); font-size: 0.78rem; }

.nav {
  display: flex;
  gap: 6px;
  margin-left: auto;
}

.nav a, .portal-btn, .lang button {
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  padding: 9px 14px;
  font-weight: 800;
}

.nav a:hover, .portal-btn:hover { background: rgba(15, 107, 87, 0.09); }
.nav .supplier-entry { color: #fff; border-color: var(--green); background: var(--green); }
.nav .supplier-entry:hover { background: #0b5848; }

.portal-btn { border-color: var(--line); background: rgba(255,255,255,0.55); }
.menu-btn { display: none; }

.lang {
  display: flex;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: var(--dark);
}

.lang button { color: #fff; min-width: 42px; padding-inline: 10px; }
.lang button.active { background: #fff; color: var(--dark); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  min-height: min(860px, calc(100vh - 74px));
  padding: clamp(44px, 6vw, 82px) clamp(18px, 6vw, 76px);
}

.hero-copy { max-width: 730px; }

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

h1, h2, h3, p { overflow-wrap: anywhere; }

h1 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.cn-name {
  margin: 12px 0 0;
  color: var(--green);
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  font-weight: 900;
}

.hero h2 {
  max-width: 720px;
  margin: 26px 0 0;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.08;
}

.hero p:not(.eyebrow):not(.cn-name) {
  max-width: 680px;
  color: #40504b;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.whatsapp-action { gap: 9px; }
.whatsapp-action > span:first-child { display: inline-grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #fff; background: #1f9d67; font-size: 0.7rem; }
.supplier-hero-action { color: #76501d; border-color: rgba(194,135,49,.38); background: #fff8e8; }

.primary, .secondary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 20px;
  border: 1px solid var(--line);
  cursor: pointer;
  font-weight: 900;
}

.primary { color: #fff; background: var(--green); border-color: var(--green); }
.secondary { background: #fff; }

.facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 30px 0 0;
}

.facts div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.7);
}

.facts dt {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.facts dd { margin: 4px 0 0; font-weight: 800; }

.trust-rail {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  border-top: 1px solid rgba(19,32,29,.12);
  border-bottom: 1px solid rgba(19,32,29,.12);
  color: #fff;
  background: var(--dark);
}
.trust-rail > div {
  display: grid;
  min-height: 118px;
  grid-template-columns: 42px minmax(0,1fr);
  gap: 16px;
  align-items: center;
  padding: 24px clamp(20px,3vw,42px);
  border-right: 1px solid rgba(255,255,255,.12);
  transition: background .35s ease;
}
.trust-rail > div:last-child { border-right: 0; }
.trust-rail > div:hover { background: rgba(15,107,87,.32); }
.trust-rail span { color: #f4c779; font-size: .75rem; font-weight: 900; }
.trust-rail strong { font-size: .95rem; line-height: 1.35; }

.map-card {
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 16px;
  background: rgba(255,255,255,0.78);
  box-shadow: var(--shadow);
  padding: 16px;
  transform: perspective(1200px) rotateX(calc(var(--my, 0) * -1.2deg)) rotateY(calc(var(--mx, 0) * 1.5deg));
  transition: transform .45s cubic-bezier(.22,1,.36,1), box-shadow .45s ease;
}
.map-card:hover { box-shadow: 0 30px 80px rgba(19,32,29,.18); }

.map-card svg { display: block; width: 100%; height: auto; }
.map-bg { fill: #fbf7ed; }
.land { fill: #dbe5ce; stroke: rgba(19,32,29,0.16); stroke-width: 2; }
.zone { stroke: rgba(19,32,29,0.11); stroke-width: 1.3; }
.guangzhou { fill: rgba(194,135,49,0.24); }
.foshan, .zhuhai { fill: rgba(15,107,87,0.12); }
.dongguan, .shenzhen { fill: rgba(47,111,159,0.17); }
.zhongshan { fill: rgba(200,95,69,0.11); }
.water { fill: #3f8fad; opacity: 0.82; }
.river { fill: none; stroke: rgba(47,111,159,0.62); stroke-linecap: round; stroke-width: 20; }
.river.small { stroke-width: 12; opacity: 0.7; }
.boundary { fill: none; stroke: rgba(19,32,29,0.36); stroke-dasharray: 7 8; stroke-linecap: round; stroke-width: 2; }
.city circle { fill: #fff; stroke: var(--green); stroke-width: 5; }
.city text { fill: var(--ink); font-size: 22px; font-weight: 900; paint-order: stroke; stroke: rgba(251,247,237,0.9); stroke-width: 6px; }
.main-city path { fill: var(--gold); stroke: #fff; stroke-width: 4; }
.main-city circle { fill: var(--green); stroke: #fff; stroke-width: 5; }
.main-city text { fill: var(--green); font-size: 28px; }
.hk circle { stroke: var(--coral); }
.map-label { fill: var(--dark); font-size: 24px; font-weight: 900; }

.section {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 6vw, 76px);
}

.band { background: rgba(255,255,255,0.55); }
.dark { color: #fff; background: var(--dark); }
.dark .eyebrow { color: #f4c779; }

.two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(26px, 5vw, 70px);
  max-width: 1180px;
  margin: 0 auto;
}

.section > h2, .section > .eyebrow, .section > .cards, .section-intro, .export-flow, .tax-note, .fee-list, .note, .request-form, .policy-grid, .why-heading, .why-grid, .terms-grid, .terms-note, .documents-copy, .document-list {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.section h2 {
  margin-top: 0;
  font-size: clamp(1.8rem, 3.2vw, 3.1rem);
  line-height: 1.08;
}

.text-block p, article p, .form-note, .note { color: var(--muted); }
.dark .note { color: rgba(255,255,255,0.72); }

.why-section { background: #fff; }

.why-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: end;
}

.why-heading h2 { margin-bottom: 0; }
.why-heading > p { margin: 0; color: var(--muted); font-size: 1.04rem; }

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.why-grid article { min-height: 220px; }
.why-grid article:last-child { grid-column: span 2; }

.fee-heading {
  display: flex;
  max-width: 1180px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
}

.fee-heading h2 { margin-bottom: 0; }

.version {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid rgba(244,199,121,0.52);
  border-radius: 4px;
  color: #f4c779;
  font-weight: 900;
}

.fee-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 30px auto 0;
}

.fee-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 1180px;
  margin: 28px auto 0;
}
.fee-summary > div { display: grid; min-height: 150px; align-content: center; padding: 22px; border: 1px solid rgba(244,199,121,.32); border-radius: 8px; background: rgba(244,199,121,.075); }
.fee-summary > div { transform: perspective(900px) translateY(calc(var(--my, 0) * -2px)) rotateY(calc(var(--mx, 0) * 1deg)); transition: transform .35s cubic-bezier(.22,1,.36,1), border-color .3s ease, background .3s ease; }
.fee-summary > div:hover { border-color: rgba(244,199,121,.7); background: rgba(244,199,121,.12); }
.fee-summary span { color: rgba(255,255,255,.72); }
.fee-summary strong { margin-top: 8px; color: #f4c779; font-size: 2.25rem; line-height: 1; }
.fee-summary small { margin-top: 8px; color: rgba(255,255,255,.58); }
.section-cta { display: flex; max-width: 1180px; gap: 14px; align-items: center; margin: 22px auto 0; }
.section-cta > a:not(.primary) { color: #f4c779; font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }

.quotes-section { background: #edf3ef; }
.quotes-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.8fr); gap: 36px; align-items: end; }
.quotes-heading > p { margin: 0; color: var(--muted); }
.quote-toolbar { display: grid; grid-template-columns: minmax(0,1fr) 260px; gap: 12px; margin-top: 28px; }
.quote-toolbar label { font-size: .82rem; }
.quote-toolbar select { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid rgba(19,32,29,.18); border-radius: 8px; background: #fff; }
.quote-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 20px; }
.quote-card { display: grid; grid-template-rows: auto 1fr auto; overflow: hidden; padding: 0; background: #fff; }
.quote-card { transform: perspective(1000px) translateY(calc(var(--my, 0) * -2px)) rotateY(calc(var(--mx, 0) * .8deg)); transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease; }
.quote-card:hover { box-shadow: 0 18px 44px rgba(19,32,29,.12); }

.motion-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease var(--motion-delay,0ms), transform .75s cubic-bezier(.22,1,.36,1) var(--motion-delay,0ms); }
.motion-reveal.is-visible { opacity: 1; transform: translateY(0); }

[dir="rtl"] body { font-family: "Noto Sans Arabic", Tahoma, "Segoe UI", Arial, sans-serif; }
[dir="rtl"] .nav { margin-left: 0; margin-right: auto; }
[dir="rtl"] .hero-copy, [dir="rtl"] .section, [dir="rtl"] .request-form, [dir="rtl"] .account-modal { text-align: right; }
[dir="rtl"] .fee-group::before, [dir="rtl"] .export-flow article::after, [dir="rtl"] .terms-grid article::before { inset: 0 0 0 auto; }
[dir="rtl"] .fee-disclaimer { border-left: 0; border-right: 4px solid #f4c779; }
[dir="rtl"] .terms-grid article { padding-left: 24px; padding-right: 28px; }
[dir="rtl"] input, [dir="rtl"] textarea, [dir="rtl"] select { text-align: right; }
[dir="rtl"] input[type="email"], [dir="rtl"] input[type="url"], [dir="rtl"] input[type="tel"] { direction: ltr; text-align: left; }

/* Editorial depth and page-turn motion */
html::before {
  content: "";
  position: fixed;
  z-index: 90;
  inset: 0 auto auto 0;
  width: calc(var(--page-progress, 0) * 100%);
  height: 3px;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(194,135,49,.42);
  pointer-events: none;
}

body {
  background-color: #f4f1e9;
  background-image:
    linear-gradient(rgba(15,107,87,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(194,135,49,.03) 1px, transparent 1px);
  background-size: 48px 48px;
}

.hero,
.why-section,
.export-section,
.quotes-section,
.terms-section,
.documents-section,
.privacy-section {
  isolation: isolate;
}

.hero::before,
.hero::after,
.why-section::before,
.export-section::before,
.documents-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.hero { overflow: hidden; }
.hero::before {
  inset: 12% auto auto 3%;
  width: 26%;
  height: 1px;
  background: var(--gold);
  box-shadow: 0 11px 0 rgba(194,135,49,.24), 0 22px 0 rgba(194,135,49,.12);
  transform: rotate(-8deg);
}
.hero::after {
  right: -6%;
  bottom: 6%;
  width: 34%;
  height: 32%;
  border: 1px solid rgba(15,107,87,.14);
  border-right: 0;
  transform: skewY(-8deg);
}
.why-section::before {
  inset: 0 0 auto;
  height: 8px;
  background: repeating-linear-gradient(90deg, var(--green) 0 72px, var(--gold) 72px 104px, #2f6f9f 104px 152px, transparent 152px 180px);
  opacity: .72;
}
.export-section::before {
  inset: 0;
  background-image: repeating-linear-gradient(135deg, transparent 0 78px, rgba(47,111,159,.045) 78px 79px);
}
.documents-section::before {
  inset: 0;
  border-top: 1px solid rgba(194,135,49,.36);
  background-image: linear-gradient(115deg, rgba(194,135,49,.08) 0 18%, transparent 18% 100%);
}

.motion-reveal {
  opacity: 0;
  filter: blur(8px);
  clip-path: inset(0 0 14% 0);
  transform: translate3d(0, 42px, 0) rotateX(3deg);
  transform-origin: 50% 100%;
  transition:
    opacity .85s cubic-bezier(.16,1,.3,1) var(--motion-delay,0ms),
    transform 1.05s cubic-bezier(.16,1,.3,1) var(--motion-delay,0ms),
    filter .8s ease var(--motion-delay,0ms),
    clip-path 1s cubic-bezier(.16,1,.3,1) var(--motion-delay,0ms);
}
.motion-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0);
  transform: translate3d(0,0,0) rotateX(0);
}

.depth-surface {
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
}
.map-card.depth-surface {
  transform: perspective(1300px) rotateX(calc(var(--my, 0) * -4deg)) rotateY(calc(var(--mx, 0) * 5deg)) translateZ(0);
}
.network-map.depth-surface,
.quote-card.depth-surface,
.quote-card-media.depth-surface {
  transform: perspective(1400px) rotateX(calc(var(--my, 0) * -2.5deg)) rotateY(calc(var(--mx, 0) * 3.5deg)) translateY(calc(var(--my, 0) * -3px));
  transition: transform .5s cubic-bezier(.16,1,.3,1), box-shadow .5s ease;
}
.depth-surface::after {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(255,255,255,.3), transparent 34%);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}
.depth-surface:hover::after { opacity: .72; }
.map-card svg,
.network-map img,
.quote-card-media img { transform: translateZ(24px) scale(.985); transition: transform .6s cubic-bezier(.16,1,.3,1); }
.map-card:hover svg,
.network-map:hover img,
.quote-card-media:hover img { transform: translateZ(42px) scale(1.015); }

.page-deck {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 286px;
  margin-top: 34px;
  perspective: 1800px;
  transform-style: preserve-3d;
}
.export-flow.page-deck { min-height: 310px; }
.document-list.page-deck { min-height: 280px; margin-top: 0; }
.page-deck article {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 132px minmax(0,1fr);
  grid-template-rows: auto auto 1fr;
  column-gap: 30px;
  align-content: center;
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  backface-visibility: hidden;
  transform-origin: 0 50%;
  transition:
    opacity .48s ease,
    transform .9s cubic-bezier(.16,1,.3,1),
    visibility .1s linear .5s,
    box-shadow .6s ease;
  will-change: transform, opacity;
}
.page-deck article > span {
  grid-row: 1 / 4;
  width: 104px;
  height: 104px;
  align-self: center;
  border-radius: 0;
  color: var(--green);
  background: transparent;
  font-size: 3rem;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(15,107,87,.24), 12px 12px 0 rgba(194,135,49,.12);
}
.page-deck article > h3 { margin: 0 0 12px; font-size: clamp(1.35rem,2.1vw,2rem); }
.page-deck article > p { max-width: 820px; margin: 0; font-size: 1.02rem; }
.page-deck article > .document-link { grid-column: 2; }
[dir="rtl"] .page-deck article { transform-origin: 100% 50%; }
.page-deck article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 62%, rgba(19,32,29,.16));
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s ease;
}
.page-deck article.is-active-page {
  z-index: 4;
  visibility: visible;
  opacity: 1;
  transform: rotateY(0) translate3d(0,0,0);
  box-shadow: 0 24px 62px rgba(19,32,29,.14);
  transition-delay: 0s;
}
.page-deck article.is-before-page {
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(-86deg) translate3d(-5%,0,calc(var(--page-distance) * -28px));
}
.page-deck article.is-after-page {
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(16deg) translate3d(7%,0,calc(var(--page-distance) * -22px));
}
[dir="rtl"] .page-deck article.is-before-page { transform: rotateY(86deg) translate3d(5%,0,calc(var(--page-distance) * -28px)); }
[dir="rtl"] .page-deck article.is-after-page { transform: rotateY(-16deg) translate3d(-7%,0,calc(var(--page-distance) * -22px)); }
.page-deck article.is-before-page::after,
.page-deck article.is-after-page::after { opacity: .9; }

.page-deck-controls {
  display: flex;
  width: min(100%,1180px);
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 16px auto 0;
}
.documents-section > .page-deck-controls { grid-column: 2; width: 100%; margin-top: -10px; }
.page-deck-controls span {
  min-width: 92px;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.page-deck-arrow {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(15,107,87,.28);
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  cursor: pointer;
  font-size: 1.25rem;
  transition: transform .3s cubic-bezier(.16,1,.3,1), background .3s ease, opacity .3s ease;
}
.page-deck-arrow:hover:not(:disabled) { transform: translateY(-3px) scale(1.05); background: #0a5747; }
.page-deck-arrow:disabled { opacity: .28; cursor: default; }
.export-section .page-deck article,
.why-section .page-deck article { border-color: rgba(15,107,87,.2); background: rgba(255,255,255,.94); }

@media (max-width: 980px) {
  .documents-section > .page-deck-controls { grid-column: 1; }
  .page-deck { min-height: 310px; }
}

@media (max-width: 640px) {
  .page-deck { min-height: 340px; }
  .export-flow.page-deck { min-height: 380px; }
  .document-list.page-deck { min-height: 360px; }
  .page-deck-controls { justify-content: space-between; }
  .page-deck article { grid-template-columns: 1fr; grid-template-rows: auto; align-content: start; padding: 26px; }
  .page-deck article > span { grid-row: auto; width: 58px; height: 58px; margin-bottom: 24px; font-size: 1.3rem; }
  .page-deck article > h3 { margin-bottom: 10px; }
  .page-deck article > .document-link { grid-column: 1; }
  .hero::before { width: 48%; }
  .depth-surface::after { display: none; }
}

/* 2026-06-15: unified high-contrast fee system */
.fees-section {
  color: #f5f7f6;
  background: linear-gradient(145deg, #222725, #2e3431 58%, #242927);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.fees-section .fee-heading h2 { color: #fff; }
.fees-section .eyebrow { color: #bcc4c0; }
.fee-summary > div {
  min-height: 136px;
  border: 1px solid #626a66;
  background: #353b38;
  box-shadow: 0 14px 30px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.05);
}
.fee-summary > div:hover { border-color: #858d89; background: #3d4440; }
.fee-summary span,.fee-summary small { color: #d0d5d2; }
.fee-summary strong { color: #fff; }
.fee-groups { gap: 16px; }
.fee-group {
  border: 1px solid #59615d;
  color: #f5f7f6;
  background: #303633;
  box-shadow: 0 16px 34px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.045);
}
.fee-group::before { width: 3px; background: #8a938e; }
.fee-featured::before,.payment-group::before { background: #d2b273; }
.fee-group h3 { color: #fff; }
.fee-number { color: #cbd1ce; }
.fee-tier { border-color: #535b57; }
.fee-tier strong,.inspection-grid strong,.payment-parts strong { color: #f2d494; }
.fee-group .fee-tier span,.fee-group>p,.inspection-grid p,.payment-parts p { color: #cbd1ce; }
.inspection-grid>div,.payment-parts>div { border-color: #59615d; background: #3a403d; box-shadow: inset 0 1px 0 rgba(255,255,255,.035); }
.inspection-limit { border-color: #555d59; }
.vip-panel>div { border: 1px solid #5e6762; background: #323835; box-shadow: 0 13px 30px rgba(0,0,0,.17); }
.vip-panel h3 { color: #fff; }.vip-panel p,.vip-rate span { color: #cbd1ce; }.vip-rate strong { color: #fff; }
.lifetime-rate { border-color: #8c958f!important; background: #404743!important; }
.fee-disclaimer { border: 1px solid #5e6762; border-left: 4px solid #aeb6b1; color: #d7dbd9; background: #353b38; box-shadow: 0 12px 26px rgba(0,0,0,.14); }
[dir="rtl"] .fee-disclaimer { border-right-color: #aeb6b1; }
.fees-section .section-cta .primary { color: #252a27; border-color: #f1f3f2; background: #f1f3f2; }
.fees-section .section-cta>a:not(.primary) { color: #eef1ef; text-decoration-color: #8d9691; }
@media(max-width:980px){.vip-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.vip-panel>div:first-child{grid-column:1/-1}}
@media(max-width:620px){.fee-summary,.fee-groups,.vip-panel{grid-template-columns:1fr}.vip-panel>div:first-child{grid-column:auto}.fee-tier{grid-template-columns:1fr;gap:6px}.inspection-grid,.payment-parts{grid-template-columns:1fr}}

/* Neutral commerce system: restrained grey surfaces with a small Vanture accent. */
:root {
  --ink: #202322;
  --muted: #666b69;
  --paper: #eceeed;
  --panel: #f8f9f8;
  --line: rgba(32,35,34,.16);
  --green: #35675d;
  --dark: #252927;
  --shadow: 0 22px 58px rgba(24,27,26,.13);
}

body { background: #eceeed; }
body::before {
  background-image: linear-gradient(rgba(35,39,37,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(35,39,37,.035) 1px,transparent 1px);
}
.topbar { background: rgba(241,242,241,.95); }
.topbar.is-scrolled { background: rgba(247,248,247,.97); }
.mark { background: #3c4240; }
.nav a:hover { background: #dfe2e0; }
.nav .supplier-entry,
.primary,
.request-form button.primary,
.human-actions .primary { border-color: #3c4240; color: #fff; background: #3c4240; box-shadow: 0 10px 26px rgba(25,28,27,.15); }
.nav .supplier-entry:hover,
.primary:hover,
.request-form button.primary:hover { background: #252927; box-shadow: 0 14px 32px rgba(25,28,27,.2); }

.language-menu { position: relative; flex: 0 0 auto; }
.language-menu summary {
  display: flex;
  min-width: 94px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #c8ccca;
  border-radius: 999px;
  color: #fff;
  background: #343937;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary:focus-visible { outline: 3px solid rgba(53,103,93,.22); outline-offset: 2px; }
.language-globe { font-size: 1.05rem; filter: grayscale(1); }
.language-chevron { transform: translateY(-1px); transition: transform .2s ease; }
.language-menu[open] .language-chevron { transform: rotate(180deg) translateY(1px); }
.language-options {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  z-index: 40;
  display: grid;
  width: 168px;
  gap: 3px;
  padding: 7px;
  border: 1px solid #ced1d0;
  border-radius: 8px;
  background: #f7f8f7;
  box-shadow: 0 18px 46px rgba(24,27,26,.2);
}
[dir="rtl"] .language-options { right: auto; left: 0; }
.language-options button {
  min-height: 42px;
  padding: 9px 12px;
  border: 0;
  border-radius: 5px;
  color: #353a38;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-weight: 750;
}
[dir="rtl"] .language-options button { text-align: right; }
.language-options button:hover { background: #e5e7e6; }
.language-options button.active { color: #fff; background: #4a504e; }

.hero {
  color: #f7f8f7;
  background: linear-gradient(115deg,#202422 0 44%,#333936 74%,#222624 100%);
}
.hero .eyebrow { color: #c9cecc; }
.hero .cn-name { color: #c5cfcc; }
.hero .primary { color: #222624; border-color: #f0f2f1; background: #f0f2f1; }
.hero .secondary,
.hero .supplier-hero-action { color: #f4f5f4; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.08); }
.hero .facts div { background: rgba(255,255,255,.07); }
.map-card,
.map-card.depth-surface { border-color: #d7d9d8; background: #f6f7f6; box-shadow: -30px 38px 78px rgba(0,0,0,.38),28px -14px 64px rgba(255,255,255,.05); }

.trust-rail { background: #303533; }
.trust-rail > div:hover { background: #3a403d; }
.trust-rail span { color: #bfc5c2; }
.section,
.global-network { background-color: transparent; }
.band,
.fees-section,
.documents-section,
.privacy-section { background-color: #f4f5f4; }
.eyebrow { color: #52615d; }
.cards article,
.why-grid article,
.export-flow article,
.document-list article,
.fee-group,
.terms-grid article,
.privacy-grid article,
.policy-grid article { border-color: #d1d4d2; background: rgba(250,251,250,.94); }

.page-deck { min-height: 252px; margin-top: 24px; }
.export-flow.page-deck { min-height: 276px; }
.document-list.page-deck { min-height: 252px; }
.page-deck article {
  grid-template-columns: 104px minmax(0,1fr);
  grid-template-rows: auto auto auto;
  column-gap: 26px;
  padding: 30px 36px;
}
.page-deck article > span {
  width: 82px;
  height: 82px;
  color: #404643;
  background: #eef0ef;
  font-size: 2.25rem;
  box-shadow: inset 0 0 0 1px #c9cdcb,9px 9px 0 #dfe2e0;
}
.page-deck article > h3 { margin-bottom: 7px; font-size: 1.55rem; }
.page-deck article > p { color: #626865; font-size: .98rem; }
.deck-explanation {
  grid-column: 2;
  display: grid;
  grid-template-columns: 136px minmax(0,1fr);
  gap: 16px;
  align-items: start;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #d8dbd9;
}
.deck-explanation strong { color: #3c4240; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; }
.deck-explanation p { margin: 0; color: #707572; font-size: .88rem; line-height: 1.55; }
.page-deck article.is-active-page { box-shadow: 0 18px 44px rgba(31,35,33,.11); }
.page-deck-controls { margin-top: 12px; }
.page-deck-arrow { border-color: #c5c9c7; color: #fff; background: #505653; }
.page-deck-arrow:hover:not(:disabled) { background: #303533; }
.page-deck-arrow:disabled { color: #747a77; background: #d9dddb; opacity: 1; }
.page-deck-controls span { color: #656b68; }

.secondary,
.form-progress button,
.section-cta a,
.document-link,
.quote-toolbar select,
.quote-toolbar input { border-color: #c9cdcb; color: #363b39; background: #f1f2f1; }
.form-progress button.active { color: #fff; border-color: #4a504e; background: #4a504e; }
.consent { border-color: #d0d3d1; background: #f0f2f1; }
.floating-whatsapp { background: #4a504e; box-shadow: 0 12px 30px rgba(20,23,22,.25); }
.floating-whatsapp span { color: #4a504e; }
footer { background: #252927; }

@media (max-width: 980px) {
  .page-deck { min-height: 276px; }
  .language-options { right: 0; }
}

@media (max-width: 640px) {
  .language-menu { margin-left: auto; }
  [dir="rtl"] .language-menu { margin-right: auto; margin-left: 0; }
  .language-menu summary { min-width: 52px; padding-inline: 9px; }
  .language-menu [data-language-current] { display: none; }
  .language-options { width: 156px; }
  .page-deck,
  .export-flow.page-deck,
  .document-list.page-deck { min-height: 390px; }
  .page-deck article { padding: 24px; }
  .page-deck article > span { width: 54px; height: 54px; margin-bottom: 16px; font-size: 1.25rem; }
  .deck-explanation { grid-column: 1; grid-template-columns: 1fr; gap: 5px; margin-top: 14px; }
  .deck-explanation strong { font-size: .9rem; }
  .deck-explanation p { font-size: .96rem; line-height: 1.6; }
}

/* Portfolio-style 3D hero */
.hero {
  position: relative;
  padding-block: clamp(58px,7vw,96px);
  color: #f7f4ed;
  background: linear-gradient(115deg,#07100e 0 44%,#0d211c 72%,#07100e 100%);
}
.hero .eyebrow { color: #f4c779; }
.hero .cn-name { color: #7fd0b8; }
.hero p:not(.eyebrow):not(.cn-name) { color: rgba(255,255,255,.68); }
.hero .secondary { color: #f7f4ed; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.hero .supplier-hero-action { color: #f4c779; border-color: rgba(244,199,121,.4); background: rgba(244,199,121,.08); }
.hero .facts div { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.055); backdrop-filter: blur(12px); }
.hero .facts dt { color: rgba(255,255,255,.48); }

.map-card,
.map-card.depth-surface {
  position: relative;
  overflow: visible;
  padding: 54px 14px 14px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 12px;
  background: rgba(238,244,240,.94);
  box-shadow: -34px 42px 90px rgba(0,0,0,.48),32px -18px 80px rgba(77,180,148,.11);
  transform: perspective(1500px) rotateX(calc(-4deg + var(--my,0) * -3deg)) rotateY(calc(-10deg + var(--mx,0) * 5deg)) rotateZ(1.2deg);
  transform-style: preserve-3d;
}
.map-card:hover { box-shadow: -44px 54px 110px rgba(0,0,0,.55),32px -18px 90px rgba(77,180,148,.16); }
.visual-browser-bar {
  position: absolute;
  inset: 0 0 auto;
  display: flex;
  height: 42px;
  gap: 7px;
  align-items: center;
  padding: 0 14px;
  border-bottom: 1px solid rgba(19,32,29,.1);
  border-radius: 12px 12px 0 0;
  color: rgba(19,32,29,.48);
  background: rgba(239,243,241,.96);
  font-size: .66rem;
  font-weight: 800;
}
.visual-browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #c3cbc7; }
.visual-browser-bar i:first-child { background: #c85f45; }
.visual-browser-bar i:nth-child(2) { background: #c28731; }
.visual-browser-bar i:nth-child(3) { background: #0f6b57; }
.visual-browser-bar span { margin: 0 auto; transform: translateX(-18px); }
@media (max-width:980px) {
  .map-card,.map-card.depth-surface { order: -1; width: min(88%,640px); margin: 18px auto 42px; transform: perspective(1400px) rotateX(-4deg) rotateY(-7deg) rotateZ(1deg); }
}
@media (max-width:640px) {
  .map-card,.map-card.depth-surface { width: 92%; padding-top: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-reveal { opacity: 1; transform: none; }
  .map-card, .fee-summary > div, .quote-card, .network-map, .quote-card-media { transform: none; }
  .motion-reveal { opacity: 1; filter: none; clip-path: none; transform: none; }
  .page-deck article { transition: none; }
}
.quote-card-media { display: grid; aspect-ratio: 16/10; place-items: center; overflow: hidden; background: #dfe9e3; color: var(--green); font-size: 2rem; font-weight: 900; }
.quote-card-media img { width: 100%; height: 100%; object-fit: cover; }
.quote-card-body { padding: 20px; }
.quote-card-meta { display: flex; gap: 8px; justify-content: space-between; color: var(--muted); font-size: .78rem; }
.quote-card h3 { margin: 12px 0 8px; }
.quote-price { color: var(--green); font-size: 1.45rem; font-weight: 900; }
.quote-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; color: #40504b; font-size: .86rem; }
.quote-specs div { padding-top: 9px; border-top: 1px solid var(--line); }
.quote-card-footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 20px; border-top: 1px solid var(--line); background: #f8faf9; }
.quote-card-footer a { color: var(--green); font-weight: 900; }
.quote-empty { margin-top: 20px; padding: 22px; border: 1px dashed var(--line); text-align: center; color: var(--muted); }

.fee-group {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-color: rgba(255,255,255,0.15);
  color: #fff;
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.fee-group::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--green);
}

.fee-featured::before,
.payment-group::before { background: #f4c779; }

.fee-group h3 {
  margin: 12px 0 18px;
  font-size: 1.35rem;
}

.fee-number {
  color: #f4c779;
  font-size: 0.78rem;
  font-weight: 900;
}

.fee-tier {
  display: grid;
  grid-template-columns: minmax(170px, 0.62fr) minmax(0, 1.38fr);
  gap: 18px;
  align-items: start;
  padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.fee-tier strong { color: #f4c779; }
.fee-group .fee-tier span {
  display: block;
  width: auto;
  height: auto;
  color: rgba(255,255,255,0.78);
  background: transparent;
  font-weight: 400;
}
.fee-group > p { margin: 16px 0 0; color: rgba(255,255,255,0.65); }
.fee-wide, .payment-group { grid-column: 1 / -1; }

.inspection-grid,
.payment-parts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.inspection-grid > div,
.payment-parts > div {
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  background: rgba(255,255,255,0.04);
}

.inspection-grid strong,
.payment-parts strong { color: #f4c779; }
.inspection-grid p,
.payment-parts p { margin: 8px 0 0; color: rgba(255,255,255,0.68); }
.fee-disclaimer { padding: 18px 20px; border-left: 4px solid #f4c779; background: rgba(255,255,255,0.055); }
.inspection-limit { padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.12); }

.vip-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(4, minmax(140px, 170px));
  gap: 14px;
  max-width: 1180px;
  align-items: stretch;
  margin: 14px auto 0;
}

.vip-panel > div {
  padding: 20px;
  border: 1px solid rgba(244,199,121,0.28);
  border-radius: 8px;
  background: rgba(244,199,121,0.07);
}

.vip-panel h3 { margin: 4px 0 8px; font-size: 1.3rem; }
.vip-panel p { margin: 0; color: rgba(255,255,255,0.65); }
.vip-rate { display: grid; align-content: center; text-align: center; }
.vip-rate strong { color: #f4c779; font-size: 2.5rem; line-height: 1; }
.vip-rate span { margin-top: 9px; color: rgba(255,255,255,0.72); }
.lifetime-rate { border-color: rgba(20,169,145,0.5) !important; background: rgba(20,169,145,0.12) !important; }

.export-section { background: #eaf0eb; }

.section-intro {
  max-width: 880px;
  margin-top: -4px;
  color: #40504b;
  font-size: 1.05rem;
}

.export-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.export-flow article {
  position: relative;
  min-height: 238px;
  background: rgba(255,255,255,0.88);
}
.export-flow article span { transition: transform .25s ease, background .25s ease; }
.export-flow article:hover span { transform: translateY(-3px); background: #c28731; }

.export-flow article::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--green);
}

.tax-note {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 16px;
  padding: 22px 24px;
  border: 1px solid rgba(194,135,49,0.38);
  border-radius: 8px;
  background: #fff8e8;
}

.tax-note strong { color: #76501d; font-size: 1.05rem; }
.tax-note p { margin: 0; color: #4c5753; }

.cards, .policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.policy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.terms-section { background: #eef3ef; }

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

.terms-grid article {
  position: relative;
  padding-left: 28px;
  background: rgba(255,255,255,0.9);
}

.terms-grid article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--gold);
}

.terms-grid h3 { margin-top: 0; }
.terms-note { margin-top: 16px; padding: 18px 20px; border: 1px solid rgba(194,135,49,0.32); background: #fff8e8; color: #4c5753; }

.documents-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(28px, 5vw, 70px);
  background: #f6f2e9;
}

.documents-copy,
.document-list { width: 100%; }
.documents-copy { align-self: start; }
.documents-copy p:last-child { color: var(--muted); }

.document-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.document-list article { min-height: 210px; }

.document-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--green);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.privacy-section { background: #f7faf8; }
.privacy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}
.privacy-grid article { background: #fff; }
.privacy-grid h3 { margin-top: 0; }

.global-network {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 104px) clamp(18px, 6vw, 76px) clamp(72px, 9vw, 120px);
  color: #fff;
  background: #0d241f;
}

.global-network::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,107,87,0.22), transparent 42%, rgba(47,111,159,0.14));
  pointer-events: none;
}

.network-copy,
.network-map {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.network-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1.15fr);
  column-gap: clamp(30px, 6vw, 86px);
  align-items: end;
  margin-bottom: 30px;
}

.network-copy .eyebrow {
  grid-column: 1 / -1;
  color: #f4c779;
}

.network-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: 1.02;
}

.network-copy > p:last-child {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 1.02rem;
}

.network-map {
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid rgba(244,199,121,0.5);
  border-radius: 8px;
  background: #08182a;
  box-shadow: 0 28px 70px rgba(0,0,0,0.3);
}

.network-map img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: contain;
  border-radius: 7px 7px 0 0;
}

.network-map figcaption {
  padding: 14px 18px;
  border-top: 1px solid rgba(244,199,121,0.28);
  color: rgba(255,255,255,0.66);
  background: #102c27;
  font-size: 0.84rem;
}

article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.78);
}

article span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}

article h3 { margin: 20px 0 8px; }

.fee-list {
  overflow: hidden;
  margin-top: 28px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
}

.fee-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.fee-list div:last-child { border-bottom: 0; }
.fee-list strong { color: #f4c779; text-align: right; }
.note { margin-top: 18px; }

.request-form {
  display: block;
  gap: 14px;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.8);
  box-shadow: var(--shadow);
}

.form-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 760px;
  margin-top: 28px;
}
.form-progress button { display: flex; min-height: 54px; gap: 10px; align-items: center; padding: 10px 14px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); background: #fff; }
.form-progress span { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 50%; color: #fff; background: #7c8984; }
.form-progress button.active { color: var(--ink); border-color: rgba(15,107,87,.42); background: rgba(15,107,87,.08); }
.form-progress button.active span { background: var(--green); }
.form-step { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; border: 0; }
.form-step[hidden] { display: none; }
.form-step legend { grid-column: 1 / -1; width: 100%; margin-bottom: 10px; padding: 0; color: var(--ink); font-size: 1.25rem; font-weight: 900; }
.form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 6px; }
.form-actions .primary, .form-actions .secondary { width: auto; min-width: 150px; }
.contact-requirement { margin: -2px 0 2px; color: var(--muted); font-size: .88rem; font-weight: 700; }
.contact-requirement.error { color: var(--coral); }

label { display: grid; gap: 7px; font-weight: 800; }
.wide { grid-column: 1 / -1; }
input, textarea, .request-form select {
  width: 100%;
  border: 1px solid rgba(19,32,29,0.18);
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

input:focus, textarea:focus, .request-form select:focus {
  outline: 3px solid rgba(15,107,87,0.15);
  border-color: var(--green);
}

.consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(15,107,87,0.2);
  border-radius: 8px;
  background: rgba(15,107,87,0.06);
  color: #40504b;
  font-weight: 700;
}

.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--green); }
.request-form button:disabled { cursor: wait; opacity: 0.7; }
.request-status { min-height: 24px; margin: 0; color: var(--coral); font-weight: 900; }
.request-status.success { color: var(--green); }

footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 20px;
  padding: 42px clamp(18px, 6vw, 76px);
  color: #fff;
  background: var(--dark);
}

.primary,
.nav .supplier-entry,
.floating-whatsapp {
  box-shadow: 0 10px 30px rgba(15,107,87,.18);
  transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s ease, background .3s ease;
}
.primary:hover,
.nav .supplier-entry:hover,
.floating-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(15,107,87,.25); }

footer h2 { margin: 0; }
footer p { color: rgba(255,255,255,0.72); }
.contacts { display: grid; gap: 10px; align-content: start; }
.contacts a { border: 1px solid rgba(255,255,255,0.18); border-radius: 8px; padding: 12px 14px; }
.footer-links { display: flex; gap: 18px; align-items: start; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,0.72); font-size: 0.88rem; }

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: flex;
  min-height: 50px;
  gap: 9px;
  align-items: center;
  padding: 8px 15px 8px 8px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  color: #fff;
  background: #157c54;
  box-shadow: 0 12px 34px rgba(10,55,39,.3);
}
.floating-whatsapp span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #fff; color: #157c54; font-size: .72rem; font-weight: 900; }

.modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(16,28,25,0.66);
}

.modal[hidden] { display: none; }

.success-dialog {
  width: min(420px, calc(100vw - 32px));
  padding: 32px 28px 24px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(8, 24, 21, 0.28);
  text-align: center;
}

.success-dialog h2 {
  margin: 0 0 12px;
  font-size: 1.7rem;
}

.success-dialog p {
  margin: 0;
  color: var(--muted);
}

.success-dialog .success-hint {
  margin-top: 10px;
  font-size: 0.92rem;
}

.success-dialog .primary {
  width: 100%;
  margin-top: 20px;
}

.portal {
  position: relative;
  width: min(520px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  border-radius: 12px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 30px 90px rgba(0,0,0,0.28);
}
.portal-notice { margin: 18px 0 4px; padding: 18px; border-left: 4px solid var(--gold); background: #fff8e8; color: #3f4d48; }
.portal-contact { width: 100%; margin-top: 18px; }

.close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.portal-form { display: grid; gap: 14px; margin-top: 20px; }

.method-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(19,32,29,0.05);
}

.method-tabs button {
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-weight: 900;
}

.method-tabs button.active { color: #fff; background: var(--green); }
label[hidden] { display: none; }

.send-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 8px;
}

.send-row button {
  border: 1px solid rgba(15,107,87,0.24);
  border-radius: 8px;
  color: var(--green);
  background: rgba(15,107,87,0.08);
  cursor: pointer;
  font-weight: 900;
}

.send-row button:disabled { opacity: 0.55; cursor: not-allowed; }

.trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.slider {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(246,242,233,0.8);
}

.slider-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.slider-title span { font-weight: 900; }
.slider-title strong { color: var(--muted); font-size: 0.82rem; }

.puzzle {
  position: relative;
  height: 96px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at var(--ai-x, 22%) var(--ai-y, 34%), rgba(194,135,49,0.25), transparent 18%),
    radial-gradient(circle at 70% 38%, rgba(47,111,159,0.24), transparent 24%),
    linear-gradient(135deg, rgba(15,107,87,0.16), rgba(255,255,255,0.86));
}

.gap, .piece {
  position: absolute;
  top: 28px;
  width: 42px;
  height: 42px;
  border-radius: 10px;
}

.gap {
  left: var(--target, 72%);
  border: 2px dashed rgba(19,32,29,0.48);
  background: rgba(255,255,255,0.42);
}

.piece {
  left: var(--piece, 8%);
  border: 2px solid #fff;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 10px 22px rgba(15,107,87,0.24);
}

.track {
  position: relative;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}

.track.verified {
  border-color: rgba(15,107,87,0.42);
  background: rgba(15,107,87,0.08);
}

.track button {
  position: absolute;
  left: var(--left, 4px);
  top: 4px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  cursor: grab;
  font-weight: 900;
  touch-action: none;
}

.track span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-weight: 800;
  pointer-events: none;
}

.security {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(47,111,159,0.18);
  border-radius: 8px;
  color: #40504b;
  background: rgba(47,111,159,0.08);
  font-size: 0.92rem;
}

.portal-message {
  min-height: 22px;
  margin: 0;
  color: var(--coral);
  font-weight: 900;
}

.portal-message.success { color: var(--green); }

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

@media (max-width: 980px) {
  .topbar { flex-wrap: wrap; }
  .brand { min-width: auto; }
  .nav { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .map-card { order: -1; max-width: 640px; margin: 0 auto; }
  .two-col, .why-heading, .cards, .export-flow, .fee-groups, .terms-grid, .privacy-grid, .policy-grid, .documents-section { grid-template-columns: 1fr; }
  .tax-note { grid-template-columns: 1fr; }
  .network-copy { grid-template-columns: 1fr; gap: 18px; }
  .fee-wide, .payment-group { grid-column: auto; }
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-grid article:last-child { grid-column: auto; }
  .vip-panel { grid-template-columns: 1fr 1fr; }
  .fee-summary { grid-template-columns: 1fr 1fr; }
  .quote-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trust-rail { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trust-rail > div:nth-child(2) { border-right: 0; }
  .trust-rail > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .vip-panel > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .topbar { gap: 10px; }
  .brand small { display: none; }
  .menu-btn {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--ink);
    background: #fff;
    font-weight: 900;
  }
  .nav {
    display: none;
    order: 5;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid var(--line);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }
  .nav.open { display: grid; }
  .nav a { padding: 10px 8px; }
  .lang { margin-left: auto; }
  .hero, .section { padding-inline: 16px; }
  h1 { font-size: 2.85rem; }
  .facts, .fee-list div, footer { grid-template-columns: 1fr; }
  .fee-list strong { text-align: left; }
  .fee-heading { align-items: start; }
  .fee-tier, .inspection-grid, .payment-parts { grid-template-columns: 1fr; }
  .why-grid, .document-list, .vip-panel { grid-template-columns: 1fr; }
  .fee-summary, .form-step { grid-template-columns: 1fr; }
  .quotes-heading, .quote-toolbar, .quote-grid { grid-template-columns: 1fr; }
  .form-progress b { display: none; }
  .form-progress button { justify-content: center; padding: 8px; }
  .form-actions { display: grid; grid-template-columns: 1fr; }
  .form-actions .primary, .form-actions .secondary { width: 100%; }
  .section-cta { align-items: stretch; flex-direction: column; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
  .vip-panel > div:first-child { grid-column: auto; }
  .send-row { grid-template-columns: 1fr; }
  .primary, .secondary { width: 100%; }
  .trust-rail { grid-template-columns: 1fr; }
  .trust-rail > div { min-height: 86px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-rail > div:last-child { border-bottom: 0; }
}

/* Final grey-theme normalization kept last to win over legacy component rules. */
body { background: #eceeed; }
.topbar { background: rgba(241,242,241,.96); }
.mark { background: #3c4240; }
.nav a:hover { background: #dfe2e0; }
.nav .supplier-entry,
.primary,
.request-form button.primary,
.human-actions .primary { border-color: #3c4240; color: #fff; background: #3c4240; box-shadow: 0 10px 26px rgba(25,28,27,.15); }
.nav .supplier-entry:hover,
.primary:hover { background: #252927; box-shadow: 0 14px 32px rgba(25,28,27,.2); }
.hero { color: #f7f8f7; background: linear-gradient(115deg,#202422 0 44%,#333936 74%,#222624 100%); }
.hero .eyebrow { color: #c9cecc; }
.hero .cn-name { color: #c5cfcc; }
.hero .primary { color: #222624; border-color: #f0f2f1; background: #f0f2f1; }
.hero .secondary,
.hero .supplier-hero-action { color: #f4f5f4; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.08); }
.map-card,
.map-card.depth-surface { border-color: #d7d9d8; background: #f6f7f6; box-shadow: -30px 38px 78px rgba(0,0,0,.38),28px -14px 64px rgba(255,255,255,.05); }
.trust-rail { background: #303533; }
.trust-rail > div:hover { background: #3a403d; }
.trust-rail span { color: #bfc5c2; }
.band,
.fees-section,
.documents-section,
.privacy-section { background-color: #f4f5f4; }
.page-deck { min-height: 252px; margin-top: 24px; }
.export-flow.page-deck { min-height: 276px; }
.document-list.page-deck { min-height: 252px; }
.page-deck article { grid-template-columns: 104px minmax(0,1fr); grid-template-rows: auto auto auto; column-gap: 26px; padding: 30px 36px; }
.page-deck article > span { width: 82px; height: 82px; color: #404643; background: #eef0ef; font-size: 2.25rem; box-shadow: inset 0 0 0 1px #c9cdcb,9px 9px 0 #dfe2e0; }
.page-deck article > h3 { margin-bottom: 7px; font-size: 1.55rem; }
.page-deck article > p { color: #626865; font-size: .98rem; }
.page-deck article.is-active-page { border-color: #d1d4d2; background: rgba(250,251,250,.97); box-shadow: 0 18px 44px rgba(31,35,33,.11); }
.page-deck-controls { margin-top: 12px; }
.page-deck-arrow { border-color: #c5c9c7; color: #fff; background: #505653; }
.page-deck-arrow:hover:not(:disabled) { background: #303533; }
.page-deck-arrow:disabled { color: #747a77; background: #d9dddb; opacity: 1; }
.floating-whatsapp { background: #4a504e; }
footer { background: #252927; }

@media (max-width: 980px) {
  .page-deck { min-height: 276px; }
}

@media (max-width: 640px) {
  .language-menu { margin-left: auto; }
  [dir="rtl"] .language-menu { margin-right: auto; margin-left: 0; }
  .language-menu summary { min-width: 52px; padding-inline: 9px; }
  .language-menu [data-language-current] { display: none; }
  .page-deck,
  .export-flow.page-deck,
  .document-list.page-deck { min-height: 390px; }
  .page-deck article { grid-template-columns: 1fr; grid-template-rows: auto; padding: 24px; }
  .page-deck article > span { grid-row: auto; width: 54px; height: 54px; margin-bottom: 16px; font-size: 1.25rem; }
  .deck-explanation { grid-column: 1; grid-template-columns: 1fr; gap: 5px; margin-top: 14px; }
}

/* Full-width editorial decks: one card, one stage, controls kept inside the card. */
.page-deck-shell {
  position: relative;
  width: min(100%,1180px);
  max-width: 1180px;
  margin: 28px auto 0;
  filter: drop-shadow(0 24px 34px rgba(21,24,23,.12));
}
.documents-section > .page-deck-shell {
  grid-column: 2;
  width: 100%;
  margin: 0;
}
.page-deck-shell .page-deck,
.why-grid.page-deck,
.cards.page-deck,
.export-flow.page-deck,
.document-list.page-deck {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  grid-template-columns: none;
  gap: 0;
  border: 1px solid #555c59;
  border-radius: 8px;
  background: #242927;
  box-shadow: inset 0 1px rgba(255,255,255,.04),0 18px 48px rgba(24,27,26,.16);
}
.page-deck-shell .page-deck article,
.export-section .page-deck article,
.why-section .page-deck article {
  position: absolute;
  inset: 0;
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 300px;
  grid-template-columns: 118px minmax(0,1fr);
  grid-template-rows: auto auto auto;
  column-gap: 30px;
  align-content: center;
  padding: 34px 210px 74px 38px;
  border: 0;
  border-radius: 0;
  color: #f5f6f5;
  background:
    linear-gradient(110deg,rgba(255,255,255,.035),transparent 42%),
    #242927;
  box-shadow: none;
}
[dir="rtl"] .page-deck-shell .page-deck article { padding: 34px 38px 74px 210px; }
.page-deck-shell .page-deck article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: #8c9692;
}
[dir="rtl"] .page-deck-shell .page-deck article::before { right: 0; left: auto; }
.page-deck-shell .page-deck article::after {
  background: linear-gradient(90deg,transparent 64%,rgba(255,255,255,.035));
}
.page-deck-shell .page-deck article > span {
  grid-row: 1 / 4;
  display: grid;
  width: 92px;
  height: 92px;
  align-self: center;
  place-items: center;
  border: 1px solid #69716e;
  border-radius: 7px;
  color: #fff;
  background: #343a37;
  box-shadow: 12px 12px 0 #1b1f1d,0 14px 28px rgba(0,0,0,.22);
  font-size: 2.3rem;
}
.page-deck-shell .page-deck article > h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.45rem,2.1vw,2rem);
  letter-spacing: 0;
}
.page-deck-shell .page-deck article > p {
  max-width: 760px;
  margin: 0;
  color: #d1d5d3;
  font-size: 1rem;
  line-height: 1.68;
}
.page-deck-shell .deck-explanation {
  grid-column: 2;
  grid-template-columns: 124px minmax(0,620px);
  gap: 18px;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #4b514e;
}
.page-deck-shell .deck-explanation strong { color: #fff; font-size: .9rem; line-height: 1.25; }
.page-deck-shell .deck-explanation p { color: #c8cecb; font-size: .98rem; line-height: 1.62; }
.page-deck-shell .page-deck-controls,
.documents-section > .page-deck-shell .page-deck-controls {
  position: absolute;
  right: 26px;
  bottom: 24px;
  z-index: 8;
  width: auto;
  margin: 0;
  gap: 9px;
}
[dir="rtl"] .page-deck-shell .page-deck-controls { right: auto; left: 26px; }
.page-deck-shell .page-deck-controls span {
  min-width: 92px;
  color: #d0d4d2;
  font-size: .76rem;
}
.page-deck-shell .page-deck-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid #707875;
  color: #fff;
  background: #464d4a;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}
.page-deck-shell .page-deck-arrow:hover:not(:disabled) { background: #626b67; }
.page-deck-shell .page-deck-arrow:disabled { border-color: #474d4a; color: #737a77; background: #303532; box-shadow: none; }
.page-deck-shell .document-link {
  grid-column: 2;
  width: fit-content;
  color: #fff;
  border-color: #69716e;
  background: #3a403d;
  text-decoration: none;
}

.why-section,
.export-section,
.documents-section { background-color: #e7eae8; }
.why-section::before { height: 1px; background: #747c78; opacity: .7; }
.export-section::before { background-image: linear-gradient(135deg,transparent 0 82%,rgba(56,62,59,.035) 82%); }
.documents-section::before { border-color: #a8aeab; background-image: linear-gradient(115deg,rgba(56,62,59,.055) 0 18%,transparent 18%); }
.why-heading > p,
.section-intro,
.documents-copy p:last-child { color: #535b57; }

/* Shared card language across the rest of the independent site. */
.fee-group,
.quote-card,
.terms-grid article,
.privacy-grid article,
.policy-grid article,
.tax-note,
.terms-note,
.request-form {
  border: 1px solid #b9bfbc;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(27,31,29,.08);
}
.terms-grid article,
.privacy-grid article,
.policy-grid article { background: #fafbfa; }
.terms-grid article h3,
.privacy-grid article h3,
.policy-grid article h2 { color: #252a28; }
.fee-group { border-color: rgba(255,255,255,.18); box-shadow: 0 14px 34px rgba(0,0,0,.16); }
.request-form { background: #f9faf9; }
.tax-note,
.terms-note { border-color: #c8cecb; background: #f7f8f7; }

@media (max-width: 980px) {
  .documents-section > .page-deck-shell { grid-column: 1; }
  .page-deck-shell .page-deck article,
  .export-section .page-deck article,
  .why-section .page-deck article { padding-right: 176px; }
  [dir="rtl"] .page-deck-shell .page-deck article { padding-right: 38px; padding-left: 176px; }
}

@media (max-width: 640px) {
  .section > .eyebrow,
  .why-heading .eyebrow,
  .documents-copy .eyebrow,
  .network-copy .eyebrow {
    margin-bottom: 16px;
    font-size: 1.05rem;
    line-height: 1.28;
  }
  .page-deck-shell { margin-top: 22px; }
  .page-deck-shell .page-deck,
  .why-grid.page-deck,
  .cards.page-deck,
  .export-flow.page-deck,
  .document-list.page-deck { min-height: 430px; }
  .page-deck-shell .page-deck article,
  .export-section .page-deck article,
  .why-section .page-deck article {
    min-height: 430px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    align-content: start;
    padding: 26px 22px 86px;
  }
  [dir="rtl"] .page-deck-shell .page-deck article { padding: 26px 22px 86px; }
  .page-deck-shell .page-deck article > span { grid-row: auto; width: 62px; height: 62px; margin-bottom: 20px; font-size: 1.42rem; box-shadow: 7px 7px 0 #1b1f1d; }
  .page-deck-shell .page-deck article > h3 { font-size: 1.65rem; line-height: 1.18; }
  .page-deck-shell .page-deck article > p { font-size: 1.03rem; line-height: 1.64; }
  .page-deck-shell .deck-explanation { grid-column: 1; grid-template-columns: 1fr; gap: 7px; margin-top: 18px; }
  .page-deck-shell .deck-explanation strong { font-size: 1rem; }
  .page-deck-shell .deck-explanation p { font-size: 1rem; line-height: 1.66; }
  .page-deck-shell .page-deck-controls,
  .documents-section > .page-deck-shell .page-deck-controls { right: 18px; bottom: 18px; left: 18px; justify-content: flex-end; }
  [dir="rtl"] .page-deck-shell .page-deck-controls { right: 18px; left: 18px; }
}

/* Mobile signed-in header layout: keep account controls inside the viewport. */
@media (max-width: 640px) {
  .topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    align-items: center;
    padding-inline: 14px;
  }
  .brand {
    min-width: 0;
    overflow: hidden;
  }
  .brand strong {
    max-width: 168px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .menu-btn {
    justify-self: center;
  }
  .language-menu {
    justify-self: end;
    margin-left: 0;
  }
  [dir="rtl"] .language-menu {
    margin-right: 0;
    margin-left: 0;
  }
  .account-nav:not([hidden]) {
    order: 4;
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 2px;
  }
  .nav {
    order: 5;
    grid-column: 1 / -1;
  }
}

@media (max-width: 380px) {
  .topbar {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .language-menu {
    grid-column: 2;
    grid-row: 1;
  }
  .menu-btn {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

/* 2026-06-18: module-router layout and fixed cinematic background. */
html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  background: #e9ecea;
}

.site-video-bg {
  position: fixed;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background: #111715;
  pointer-events: none;
}

.site-video-bg video,
.site-video-bg .video-fallback,
.site-video-bg .video-grid,
.site-video-bg .video-routes,
.site-video-bg .video-particles,
.site-video-bg .video-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.site-video-bg video {
  object-fit: cover;
  opacity: .26;
  filter: saturate(.82) contrast(1.06) brightness(.72);
}

.site-video-bg .video-fallback {
  background:
    radial-gradient(circle at 18% 22%, rgba(244,199,121,.22), transparent 28%),
    radial-gradient(circle at 78% 30%, rgba(88,132,121,.3), transparent 34%),
    linear-gradient(120deg, #111715 0%, #29302d 52%, #111715 100%);
  animation: vantureBackgroundDrift 18s ease-in-out infinite alternate;
}

.site-video-bg .video-grid {
  opacity: .34;
  background-image:
    linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  animation: vantureGridCruise 32s linear infinite;
}

.site-video-bg .video-routes {
  opacity: .58;
  filter: blur(.1px);
}

.site-video-bg .route {
  position: absolute;
  width: min(64vw, 780px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), rgba(216,170,82,.72), transparent);
  transform-origin: left center;
}

.site-video-bg .route::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f0c56d;
  box-shadow: 0 0 22px rgba(240,197,109,.8), 0 0 50px rgba(31,151,125,.38);
  transform: translate(-50%, -50%);
  animation: vantureRoutePulse 6.5s cubic-bezier(.4,0,.2,1) infinite;
}

.site-video-bg .route-a {
  left: 4%;
  top: 32%;
  transform: rotate(-11deg);
}

.site-video-bg .route-b {
  right: -8%;
  top: 54%;
  transform: rotate(156deg);
}

.site-video-bg .route-c {
  left: 28%;
  bottom: 20%;
  transform: rotate(21deg);
}

.site-video-bg .route-b::after { animation-delay: 1.8s; }
.site-video-bg .route-c::after { animation-delay: 3.2s; }

.site-video-bg .video-particles {
  opacity: .36;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.72) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(240,197,109,.68) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(58,156,133,.5) 0 1px, transparent 1.5px);
  background-size: 130px 130px, 190px 190px, 260px 260px;
  background-position: 0 0, 40px 80px, 110px 30px;
  animation: vantureParticleFlow 26s linear infinite;
}

.site-video-bg .video-shade {
  background:
    linear-gradient(90deg, rgba(8,12,11,.76), rgba(8,12,11,.38) 46%, rgba(8,12,11,.7)),
    linear-gradient(180deg, rgba(8,12,11,.42), rgba(233,236,234,.85) 72%, rgba(233,236,234,.96));
}

@keyframes vantureBackgroundDrift {
  from { transform: scale(1) translate3d(-1%, -1%, 0); }
  to { transform: scale(1.08) translate3d(1.5%, 1%, 0); }
}

@keyframes vantureGridCruise {
  from { transform: translate3d(0, 0, 0) scale(1.03); }
  to { transform: translate3d(-92px, 92px, 0) scale(1.03); }
}

@keyframes vantureRoutePulse {
  0% { left: 0; opacity: 0; transform: translate(-50%, -50%) scale(.75); }
  12% { opacity: 1; }
  78% { opacity: 1; }
  100% { left: 100%; opacity: 0; transform: translate(-50%, -50%) scale(1.15); }
}

@keyframes vantureParticleFlow {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-130px, -190px, 0); }
}

.topbar {
  position: fixed;
  inset: 0 0 auto;
  background: rgba(242,244,243,.96);
}

main {
  padding-top: 74px;
}

main > section,
footer {
  display: none;
}

main > section[hidden],
footer[hidden],
main > section:not(.module-active),
footer:not(.module-active) {
  display: none !important;
}

main > section.module-active,
footer.module-active {
  display: block !important;
  animation: moduleEnter .52s cubic-bezier(.16,1,.3,1) both;
}

.hero.module-active {
  display: grid !important;
}

.documents-section.module-active,
.global-network.module-active {
  display: grid !important;
}

.trust-rail.module-active {
  display: grid !important;
}

.module-active {
  min-height: calc(100vh - 74px);
}

body[data-module="sourcing"] .site-video-bg .video-fallback,
body[data-module="logistics"] .site-video-bg .video-fallback {
  background:
    linear-gradient(120deg, rgba(22, 33, 30, .82), rgba(62, 70, 66, .7)),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .12), transparent 28%),
    radial-gradient(circle at 82% 36%, rgba(11, 123, 99, .22), transparent 34%),
    repeating-linear-gradient(110deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 68px);
}

body[data-module="company"] .site-video-bg .video-fallback {
  background:
    linear-gradient(120deg, rgba(248, 248, 245, .96), rgba(224, 227, 222, .88)),
    radial-gradient(circle at 78% 18%, rgba(20, 104, 88, .16), transparent 28%),
    repeating-linear-gradient(90deg, rgba(29, 37, 34, .035) 0 1px, transparent 1px 72px);
}

body[data-module="process"] .site-video-bg .video-fallback,
body[data-module="settlement"] .site-video-bg .video-fallback {
  background:
    linear-gradient(125deg, rgba(239, 241, 237, .94), rgba(205, 213, 207, .82)),
    radial-gradient(circle at 15% 80%, rgba(190, 142, 51, .18), transparent 30%),
    repeating-linear-gradient(0deg, rgba(17, 25, 22, .04) 0 1px, transparent 1px 76px);
}

body[data-module="quote"] .site-video-bg .video-fallback,
body[data-module="market"] .site-video-bg .video-fallback,
body[data-module="request"] .site-video-bg .video-fallback {
  background:
    linear-gradient(135deg, rgba(246, 246, 243, .94), rgba(225, 229, 224, .86)),
    radial-gradient(circle at 78% 70%, rgba(49, 87, 82, .18), transparent 32%),
    repeating-linear-gradient(135deg, rgba(17, 25, 22, .035) 0 1px, transparent 1px 66px);
}

.module-active.section,
.module-active.global-network {
  padding-top: clamp(48px, 7vw, 84px);
  padding-bottom: clamp(48px, 7vw, 84px);
}

@keyframes moduleEnter {
  from { opacity: 0; transform: translate3d(0, 18px, 0); filter: blur(8px); }
  to { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
}

.motion-reveal {
  opacity: 1;
  filter: none;
  clip-path: none;
  transform: none;
}

.hero {
  background: transparent;
}

.hero::before,
.hero::after {
  opacity: .45;
}

.map-card,
.map-card.depth-surface {
  padding: 14px;
  transform: perspective(1500px) rotateX(calc(-4deg + var(--my,0) * -3deg)) rotateY(calc(-10deg + var(--mx,0) * 5deg)) rotateZ(1.2deg);
}

.visual-browser-bar {
  display: none;
}

.nav a.active {
  color: #fff;
  background: #3c4240;
}

.nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: min(780px, 60vw);
}

.nav a,
.nav .auth-entry-button {
  min-height: 38px;
  padding: 8px 11px;
}

.section,
.global-network,
.band,
.quotes-section,
.terms-section,
.documents-section,
.privacy-section,
.fees-section {
  background-color: rgba(244,245,244,.9);
}

.hero-copy,
.map-card,
.section > h2,
.section > .eyebrow,
.section-intro,
.why-heading,
.page-deck-shell,
.fee-heading,
.fee-summary,
.fee-groups,
.vip-panel,
.note,
.quote-toolbar,
.quote-grid,
.quote-empty,
.terms-grid,
.terms-note,
.documents-copy,
.document-list,
.request-form,
.privacy-grid,
.policy-grid,
.network-copy,
.network-map,
.tax-note {
  position: relative;
  z-index: 1;
}

.section > h2,
.why-heading h2,
.documents-copy h2,
.network-copy h2 {
  color: #202322;
}

.hero h1,
.hero h2 {
  text-shadow: 0 18px 48px rgba(0,0,0,.3);
}

.hero p:not(.eyebrow):not(.cn-name) {
  max-width: 720px;
  color: rgba(255,255,255,.75);
}

.page-deck-shell {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.page-deck {
  min-height: 326px;
}

.page-deck article {
  border: 1px solid rgba(255,255,255,.15);
  color: #f6f7f6;
  background: rgba(30,36,33,.94);
  box-shadow: 0 22px 54px rgba(13,18,16,.26);
}

.page-deck article > h3,
.page-deck article > p,
.page-deck .deck-explanation strong,
.page-deck .deck-explanation p {
  color: inherit;
}

.page-deck article > p,
.page-deck .deck-explanation p {
  color: rgba(255,255,255,.72);
}

.page-deck article > span {
  color: #fff;
  background: rgba(255,255,255,.04);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.28), 10px 10px 0 rgba(0,0,0,.24);
}

.deck-explanation {
  border-top-color: rgba(255,255,255,.18);
}

@media (max-width: 980px) {
  main { padding-top: 126px; }
  .nav { max-width: none; }
  .module-active { min-height: calc(100vh - 126px); }
}

@media (max-width: 640px) {
  main { padding-top: 132px; }
  .topbar { position: fixed; }
  .module-active { min-height: calc(100vh - 132px); }
  .hero {
    min-height: calc(100vh - 132px);
    padding-top: 36px;
  }
  .site-video-bg video { opacity: .18; }
  .site-video-bg .video-grid { background-size: 64px 64px; opacity: .24; }
  .site-video-bg .route { width: 86vw; }
  .site-video-bg .video-particles { opacity: .28; }
  .site-video-bg .video-shade {
    background:
      linear-gradient(90deg, rgba(8,12,11,.78), rgba(8,12,11,.5)),
      linear-gradient(180deg, rgba(8,12,11,.52), rgba(233,236,234,.88) 76%, rgba(233,236,234,.97));
  }
  .hero h1 {
    font-size: clamp(2.6rem, 16vw, 4.4rem);
  }
  .hero h2 {
    font-size: clamp(1.65rem, 8vw, 2.4rem);
  }
  .map-card,
  .map-card.depth-surface {
    padding: 10px;
    margin-bottom: 28px;
  }
  .page-deck,
  .page-deck-shell .page-deck,
  .why-grid.page-deck,
  .cards.page-deck,
  .export-flow.page-deck,
  .document-list.page-deck {
    min-height: 462px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-video-bg .video-fallback,
  .site-video-bg .video-grid,
  .site-video-bg .video-particles,
  .site-video-bg .route::after {
    animation: none !important;
  }
}

/* 2026-06-19 final polish: continuous ocean hero, ambient control, and safer paged cards. */
.site-video-bg .ocean-motion,
.site-video-bg .ocean-water {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.site-video-bg .ocean-motion {
  opacity: .78;
  transform: translateZ(0);
}

.site-video-bg .ocean-water {
  background:
    linear-gradient(90deg, rgba(6,15,18,.78) 0 42%, rgba(11,28,33,.25) 58%, rgba(5,9,9,.18) 100%),
    radial-gradient(ellipse at 18% 12%, rgba(114,165,178,.34), transparent 34%),
    radial-gradient(ellipse at 34% 72%, rgba(42,92,108,.32), transparent 40%),
    repeating-linear-gradient(168deg, rgba(255,255,255,.12) 0 1px, transparent 1px 22px),
    linear-gradient(180deg, #0c2e38, #09242d 46%, #06181f);
  filter: saturate(.95) contrast(1.08);
  animation: oceanSurfaceFlow 18s linear infinite;
}

.site-video-bg .ocean-water::before,
.site-video-bg .ocean-water::after {
  content: "";
  position: absolute;
  inset: -18% -10%;
  background:
    repeating-linear-gradient(102deg, transparent 0 42px, rgba(255,255,255,.08) 43px 45px, transparent 46px 96px),
    repeating-linear-gradient(13deg, transparent 0 68px, rgba(124,177,190,.13) 69px 71px, transparent 72px 136px);
  mix-blend-mode: screen;
  opacity: .38;
  animation: oceanWakeDrift 24s linear infinite;
}

.site-video-bg .ocean-water::after {
  opacity: .24;
  animation-duration: 36s;
  animation-direction: reverse;
}

.cargo-ship {
  --ship-left: 12%;
  --ship-duration: 23s;
  --ship-delay: -6s;
  --ship-scale: 1;
  position: absolute;
  left: clamp(4%, var(--ship-left), 24%);
  top: -22vh;
  width: clamp(34px, 4.8vw, 72px);
  height: clamp(132px, 18vw, 240px);
  transform: translate3d(0, -24vh, 0) scale(var(--ship-scale));
  transform-origin: 50% 50%;
  border-radius: 48% 48% 18% 18% / 12% 12% 8% 8%;
  background:
    linear-gradient(90deg, transparent 0 16%, rgba(255,255,255,.1) 16% 20%, transparent 20% 80%, rgba(255,255,255,.1) 80% 84%, transparent 84%),
    linear-gradient(180deg, #d7ddd9 0 9%, #9aa19d 9% 13%, #332f2d 13% 19%, #b74439 19% 27%, #d6a53e 27% 36%, #3c705f 36% 47%, #b74439 47% 58%, #d6a53e 58% 69%, #3c705f 69% 80%, #262b29 80% 100%);
  box-shadow: 0 26px 42px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.2) inset;
  opacity: .76;
  animation: cargoShipCruise var(--ship-duration) linear infinite;
  animation-delay: var(--ship-delay);
}

.cargo-ship::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -28%;
  width: 210%;
  height: 58%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at 50% 100%, rgba(220,244,248,.32), transparent 58%);
  filter: blur(6px);
}

.cargo-ship::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -58%;
  width: 260%;
  height: 66%;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(224,248,251,.28), transparent 72%),
    repeating-linear-gradient(96deg, transparent 0 16px, rgba(255,255,255,.22) 17px 19px, transparent 20px 36px);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  filter: blur(3px);
  opacity: .75;
}

.ship-two { left: clamp(8%, calc(var(--ship-left) + 3%), 27%); opacity: .55; filter: blur(.2px); }
.ship-three { left: clamp(10%, calc(var(--ship-left) + 6%), 30%); opacity: .44; transform-origin: 50% 50%; }

body:not([data-module="hero"]) .site-video-bg .ocean-motion {
  opacity: .28;
  filter: grayscale(.18) brightness(1.08);
}

body[data-module="hero"] .site-video-bg .video-fallback,
body[data-module="top"] .site-video-bg .video-fallback,
body[data-module="hero"] .site-video-bg .video-grid,
body[data-module="top"] .site-video-bg .video-grid,
body[data-module="hero"] .site-video-bg .video-routes,
body[data-module="top"] .site-video-bg .video-routes,
body[data-module="hero"] .site-video-bg .video-particles,
body[data-module="top"] .site-video-bg .video-particles {
  opacity: 0;
}

.site-video-bg .video-shade {
  background:
    linear-gradient(90deg, rgba(5,9,10,.82) 0 48%, rgba(5,9,10,.46) 60%, rgba(5,9,10,.72)),
    linear-gradient(180deg, rgba(6,10,10,.34), rgba(233,236,234,.82) 76%, rgba(233,236,234,.96));
}

@keyframes oceanSurfaceFlow {
  from { background-position: 0 0, 0 0, 0 0, 0 0, 0 0; }
  to { background-position: 0 0, -3vw 5vh, 4vw -4vh, 0 260px, 0 0; }
}

@keyframes oceanWakeDrift {
  from { transform: translate3d(0,0,0) rotate(0.001deg); }
  to { transform: translate3d(-8%, 12%, 0) rotate(0.001deg); }
}

@keyframes cargoShipCruise {
  from { transform: translate3d(0, -26vh, 0) scale(var(--ship-scale)); }
  to { transform: translate3d(0, 132vh, 0) scale(var(--ship-scale)); }
}

.ambient-toggle {
  position: fixed;
  right: 24px;
  bottom: 96px;
  z-index: 35;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  color: #fff;
  background: rgba(48,54,51,.88);
  box-shadow: 0 14px 32px rgba(0,0,0,.22);
  font-size: 1.15rem;
  font-weight: 900;
  cursor: pointer;
}

.ambient-toggle[aria-pressed="true"] {
  background: #0f7b64;
  box-shadow: 0 0 0 6px rgba(15,123,100,.16), 0 14px 32px rgba(0,0,0,.24);
}

.documents-section .page-deck-shell,
.page-deck-shell { overflow: visible; }

.documents-section .document-list.page-deck,
.page-deck-shell .page-deck {
  min-height: clamp(360px, 34vw, 430px);
  overflow: hidden;
}

.documents-section .page-deck-shell .page-deck article,
.page-deck-shell .page-deck article {
  align-content: start;
  grid-template-columns: 116px minmax(0, 1fr);
  grid-template-rows: auto auto auto auto;
  gap: 12px 30px;
  min-height: clamp(360px, 34vw, 430px);
  padding: clamp(46px, 4vw, 62px) clamp(32px, 4vw, 58px) 96px;
  overflow: hidden;
}

.documents-section .page-deck-shell .page-deck article > span,
.page-deck-shell .page-deck article > span {
  grid-row: 1 / 5;
  align-self: start;
}

.documents-section .page-deck-shell .page-deck article > h3,
.page-deck-shell .page-deck article > h3 {
  padding-top: 2px;
  line-height: 1.16;
}

.documents-section .page-deck-shell .page-deck article > p,
.page-deck-shell .page-deck article > p { max-width: 720px; }

.documents-section .page-deck-shell .document-link,
.page-deck-shell .document-link {
  grid-column: 2;
  margin-top: 2px;
  align-self: start;
  font-weight: 800;
}

.documents-section .page-deck-shell .deck-explanation,
.page-deck-shell .deck-explanation {
  grid-column: 2;
  align-self: start;
  margin-top: 6px;
}

.documents-section .page-deck-shell .page-deck-controls,
.page-deck-shell .page-deck-controls {
  right: 28px;
  bottom: 24px;
  left: auto;
}

@media (max-width: 640px) {
  .site-video-bg .ocean-motion { opacity: .52; }
  .cargo-ship { width: 34px; height: 132px; }
  .ship-three { display: none; }
  .ambient-toggle { right: 18px; bottom: 92px; width: 44px; height: 44px; }
  .documents-section .document-list.page-deck,
  .page-deck-shell .page-deck { min-height: 460px; }
  .documents-section .page-deck-shell .page-deck article,
  .page-deck-shell .page-deck article {
    grid-template-columns: 1fr;
    min-height: 460px;
    padding: 34px 22px 90px;
  }
  .documents-section .page-deck-shell .page-deck article > span,
  .page-deck-shell .page-deck article > span { grid-row: auto; }
  .documents-section .page-deck-shell .document-link,
  .documents-section .page-deck-shell .deck-explanation,
  .page-deck-shell .document-link,
  .page-deck-shell .deck-explanation { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .site-video-bg .ocean-water,
  .site-video-bg .ocean-water::before,
  .site-video-bg .ocean-water::after,
  .cargo-ship { animation: none !important; }
}

/* 2026-06-19 ocean visibility pass: make the live sea readable without competing with copy. */
body[data-module="hero"] .site-video-bg .ocean-motion,
body[data-module="top"] .site-video-bg .ocean-motion {
  opacity: .96;
}

body[data-module="hero"] .site-video-bg .ocean-water,
body[data-module="top"] .site-video-bg .ocean-water {
  background:
    linear-gradient(90deg, rgba(7,26,34,.42) 0 34%, rgba(7,20,24,.56) 46%, rgba(6,11,11,.76) 66%, rgba(6,10,10,.84) 100%),
    radial-gradient(ellipse at 15% 8%, rgba(95,172,193,.52), transparent 34%),
    radial-gradient(ellipse at 24% 58%, rgba(34,116,145,.44), transparent 42%),
    repeating-linear-gradient(172deg, rgba(255,255,255,.22) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(98deg, rgba(139,210,223,.16) 0 1px, transparent 1px 72px),
    linear-gradient(180deg, #0d3c4c, #0a2f40 48%, #071c26);
  filter: saturate(1.18) contrast(1.12) brightness(1.08);
}

body[data-module="hero"] .site-video-bg .video-shade,
body[data-module="top"] .site-video-bg .video-shade {
  background:
    linear-gradient(90deg, rgba(4,8,9,.36) 0 30%, rgba(5,10,10,.38) 44%, rgba(5,9,9,.72) 66%, rgba(5,9,9,.84) 100%),
    linear-gradient(180deg, rgba(5,8,8,.18), rgba(6,10,10,.12) 46%, rgba(233,236,234,.88) 95%);
}

body[data-module="hero"] .cargo-ship,
body[data-module="top"] .cargo-ship {
  left: clamp(5%, var(--ship-left), 22%);
  width: clamp(42px, 5.4vw, 82px);
  height: clamp(152px, 19vw, 258px);
  opacity: .92;
  background:
    linear-gradient(90deg, transparent 0 13%, rgba(255,255,255,.36) 13% 18%, transparent 18% 82%, rgba(255,255,255,.28) 82% 87%, transparent 87%),
    linear-gradient(180deg, #f4f7f2 0 8%, #c9d1cd 8% 13%, #3c3f3c 13% 18%, #be493f 18% 27%, #d9ad4d 27% 36%, #347461 36% 47%, #be493f 47% 58%, #d9ad4d 58% 69%, #347461 69% 80%, #202927 80% 100%);
  box-shadow: 0 28px 44px rgba(0,0,0,.32), 0 0 0 1px rgba(255,255,255,.55) inset, 0 0 34px rgba(191,232,236,.16);
}

body[data-module="hero"] .cargo-ship::before,
body[data-module="top"] .cargo-ship::before {
  background: radial-gradient(ellipse at 50% 100%, rgba(232,251,255,.58), transparent 62%);
  opacity: .9;
}

body[data-module="hero"] .cargo-ship::after,
body[data-module="top"] .cargo-ship::after {
  background:
    linear-gradient(180deg, rgba(236,252,255,.5), transparent 74%),
    repeating-linear-gradient(96deg, transparent 0 14px, rgba(255,255,255,.38) 15px 17px, transparent 18px 32px);
  opacity: .9;
}

body[data-module="hero"] .ship-two,
body[data-module="top"] .ship-two {
  left: clamp(12%, calc(var(--ship-left) + 4%), 26%);
  opacity: .7;
}

body[data-module="hero"] .ship-three,
body[data-module="top"] .ship-three {
  left: clamp(15%, calc(var(--ship-left) + 7%), 30%);
  opacity: .54;
}

@media (max-width: 640px) {
  body[data-module="hero"] .site-video-bg .video-shade,
  body[data-module="top"] .site-video-bg .video-shade {
    background:
      linear-gradient(90deg, rgba(6,10,10,.2), rgba(6,10,10,.44)),
      linear-gradient(180deg, rgba(6,10,10,.12), rgba(6,10,10,.2) 48%, rgba(233,236,234,.92) 98%);
  }

  body[data-module="hero"] .map-card,
  body[data-module="top"] .map-card,
  body[data-module="hero"] .map-card.depth-surface,
  body[data-module="top"] .map-card.depth-surface {
    width: min(84%, 340px);
    margin-top: 2px;
    margin-bottom: 24px;
    transform: perspective(1200px) rotateX(-4deg) rotateY(-6deg) rotateZ(1deg);
  }

  body[data-module="hero"] .cargo-ship,
  body[data-module="top"] .cargo-ship {
    left: clamp(7%, var(--ship-left), 28%);
    width: 36px;
    height: 140px;
    opacity: .82;
  }
}
