@import url('./header.css');
@import url('./footer.css');
@import url('./sidebar.css?v=20260821a');
@import url('./site-shell.css?v=20260908a');

:root {
  --brand: #1664ff;
  --brand-2: #3f83fe;
  --brand-soft: #edf4ff;
  --ink: #12243e;
  --navy: #0c315e;
  --text: #344861;
  --muted: #718198;
  --line: #dfe7f1;
  --surface: #f6f9fd;
  --white: #fff;
  --success: #0f9f6e;
  --warning: #f59e0b;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 0; color: var(--text); background: var(--white); font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Heiti SC", Arial, sans-serif; }
a { color: inherit; }
button, input, select { font: inherit; }
.shell { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 88px 0; scroll-margin-top: 124px; }
.section--tint { background: var(--surface); }
.section--ink { color: var(--white); background: var(--navy); }
.section-head { margin-bottom: 36px; display: flex; justify-content: space-between; align-items: end; gap: 36px; }
.section-head > div > span, .lead-section > .shell > div > span { display: block; margin-bottom: 9px; color: var(--brand); font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.section-head h2 { color: var(--ink); font-size: clamp(28px, 1vw, 28px); font-weight: 700; line-height: 1.2; word-break: normal; }
.section-head > p { max-width: 530px; color: var(--muted); font-size: 15px; line-height: 1.8; text-align: right; }
.section--ink .section-head h2, .section--ink .section-head > p { color: var(--white); }
.section--ink .section-head > p { opacity: .72; }
.button { min-height: 46px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 4px; font-weight: 600; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white) !important; background: var(--brand); box-shadow: 0 10px 24px rgba(22,100,255,.2); }
.button--outline { color: var(--brand); background: var(--white); border-color: #a9c7ff; }
.button--soft { color: var(--brand); background: var(--brand-soft); }
.button--light { color: var(--navy); background: var(--white); }
.text-link { color: var(--brand); font-weight: 600; }

.data-header { position: relative; z-index: 100; height: 78px; background: var(--white); border-bottom: 1px solid var(--line); }
.data-header__inner { width: min(1280px, calc(100% - 48px)); height: 100%; margin: 0 auto; display: flex; align-items: center; gap: 44px; }
.data-brand img { display: block; width: 154px; height: auto; }
.data-header nav { flex: 1; display: flex; justify-content: center; gap: 40px; }
.data-header nav a { position: relative; padding: 28px 0 25px; color: #41536a; font-size: 15px; white-space: nowrap; }
.data-header nav a::after { content: ""; position: absolute; right: 50%; bottom: 18px; left: 50%; height: 2px; background: var(--brand); transition: .2s ease; }
.data-header nav a:hover::after, .data-header nav a[aria-current="page"]::after { right: 0; left: 0; }
.data-header nav a[aria-current="page"] { color: var(--brand); font-weight: 600; }
.header-login { min-width: 72px; height: 36px; display: grid; place-items: center; color: var(--white); background: var(--brand-2); border-radius: 3px; }

.trade-hero { position: relative; padding: 28px 0 54px; overflow: hidden; color: var(--white); background: linear-gradient(118deg, #0c315e 0%, #0f3f77 58%, #14549c 100%); }
.trade-hero::after { content: ""; position: absolute; right: -10vw; bottom: -32vw; width: 66vw; height: 66vw; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); pointer-events: none; }
.trade-hero .shell { position: relative; z-index: 1; }
.breadcrumbs { display: flex; flex-wrap: wrap; min-width: 0; gap: 9px; color: #bbcae0; font-size: 13px; }
.breadcrumbs a:hover { color: var(--white); }
.hero-layout { min-height: 420px; padding: 62px 0 44px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 72px; align-items: center; }
.country-label { display: flex; align-items: center; gap: 12px; color: #91bbff; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.country-flag { width: 52px; height: 38px; display: block; overflow: hidden; border: 1px solid rgba(255,255,255,.35); background: var(--white); }
.country-flag img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-copy h1 { max-width: 780px; margin-top: 20px; font-size: clamp(30px, 3vw, 30px); font-weight: 700; line-height: 1.08; letter-spacing: -.035em; word-break: normal; }
.hero-copy > p { max-width: 720px; margin-top: 20px; color: #cfdded; font-size: 18px; line-height: 1.8; }
.hero-search { max-width: 730px; margin-top: 30px; }
.hero-search > label { display: block; margin-bottom: 9px; color: #d8e7f8; font-size: 13px; font-weight: 600; }
.hero-search > div { height: 58px; padding: 6px; display: grid; grid-template-columns: 1fr auto; background: var(--white); border-radius: 5px; box-shadow: 0 16px 35px rgba(0,0,0,.18); }
.hero-search input { min-width: 0; padding: 0 16px; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 16px; }
.hero-search button { padding: 0 24px; color: var(--white); background: var(--brand); border: 0; border-radius: 3px; cursor: pointer; font-weight: 600; }
.hero-search small { display: block; margin-top: 8px; color: #9fb8d5; }
.hero-ctas { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-preview { min-height: 330px; padding: 28px; border: 1px solid rgba(255,255,255,.22); background: rgba(5,31,61,.42); backdrop-filter: blur(8px); }
.preview-head { display: flex; justify-content: space-between; color: #8ebdff; font-size: 11px; letter-spacing: .14em; }
.preview-query { margin-top: 42px; padding-bottom: 20px; display: grid; grid-template-columns: 42px 1fr; gap: 8px 14px; border-bottom: 1px solid rgba(255,255,255,.15); }
.preview-query i { grid-row: 1 / span 2; width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: var(--brand); font-style: normal; font-weight: 700; }
.preview-query strong { font-size: 24px; }
.preview-query span { color: #afc4da; font-size: 12px; }
.preview-lines { margin-top: 26px; display: grid; gap: 12px; }
.preview-lines span { width: var(--v); height: 6px; display: block; background: linear-gradient(90deg, #4c95ff, rgba(76,149,255,.12)); }
.preview-result { margin-top: 30px; display: flex; justify-content: space-between; align-items: end; }
.preview-result span { color: #adc3dc; }
.preview-result strong { font-size: 28px; }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.18); }
.hero-stats article { min-width: 0; padding: 20px; border-right: 1px solid rgba(255,255,255,.18); }
.hero-stats article:last-child { border-right: 0; }
.hero-stats article > span, .hero-stats article > strong, .hero-stats article > em { display: block; }
.hero-stats article > span { color: #9fb8d5; font-size: 12px; }
.hero-stats article > strong { margin-top: 8px; font-size: clamp(22px, 2.5vw, 31px); line-height: 1.25; }
.hero-stats article > em { margin-top: 5px; color: #a8c7f2; font-size: 11px; font-style: normal; }
.data-meta { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 5px 9px; color: #8fa8c4; font-size: 9px; line-height: 1.5; }
.data-meta span { white-space: nowrap; }

.anchor-nav { position: sticky; top: 0; z-index: 90; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 6px 18px rgba(18,36,62,.05); }
.anchor-nav > div { width: min(1280px, calc(100% - 48px)); height: 58px; margin: 0 auto; display: flex; align-items: center; gap: 28px; overflow-x: auto; scrollbar-width: none; }
.anchor-nav > div::-webkit-scrollbar { display: none; }
.anchor-nav a { flex: 0 0 auto; color: #53667e; font-size: 13px; white-space: nowrap; }
.anchor-nav a:hover { color: var(--brand); }
.anchor-nav button { flex: 0 0 auto; height: 34px; margin-left: auto; padding: 0 16px; color: var(--white); background: var(--brand); border: 0; border-radius: 3px; cursor: pointer; white-space: nowrap; }

.coverage-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.coverage-grid article { padding: 26px; border-right: 1px solid var(--line); background: var(--white); }
.coverage-grid article:last-child { border-right: 0; }
.coverage-grid span, .coverage-grid strong { display: block; }
.coverage-grid span { color: var(--muted); font-size: 12px; }
.coverage-grid strong { margin-top: 9px; color: var(--ink); font-size: 21px; }
.coverage-note { margin-top: 16px; padding: 16px 20px; display: flex; flex-wrap: wrap; gap: 18px; color: #63758d; background: var(--brand-soft); border-left: 3px solid var(--brand); font-size: 12px; }
.coverage-note strong { color: var(--ink); }

.field-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.field-grid article { min-height: 170px; padding: 26px; background: var(--white); border: 1px solid var(--line); transition: border .2s ease, transform .2s ease; }
.field-grid article:hover { transform: translateY(-3px); border-color: #a9c9ff; }
.field-grid i { width: 40px; height: 40px; display: grid; place-items: center; color: var(--brand); background: var(--brand-soft); border-radius: 3px; font-size: 20px; font-style: normal; }
.field-grid h3 { margin-top: 24px; color: var(--ink); font-size: 20px; font-weight: 600; }
.field-grid p { margin-top: 8px; color: var(--muted); line-height: 1.65; }

.sample-tabs { margin-bottom: 18px; display: flex; gap: 8px; overflow-x: auto; }
.sample-tabs button { flex: 0 0 auto; min-height: 42px; padding: 0 18px; color: #5d7089; background: var(--surface); border: 1px solid var(--line); border-radius: 3px; cursor: pointer; }
.sample-tabs button[aria-selected="true"] { color: var(--white); background: var(--brand); border-color: var(--brand); }
.data-table-card { border: 1px solid var(--line); background: var(--white); }
.table-card-head { min-height: 74px; padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.table-card-head h3 { color: var(--ink); font-size: 18px; font-weight: 600; }
.table-card-head p { margin-top: 5px; color: var(--muted); font-size: 12px; }
.table-card-head > div:last-child { display: flex; align-items: center; gap: 10px; }
.table-card-head button { width: 34px; height: 34px; color: var(--brand); background: var(--brand-soft); border: 0; border-radius: 3px; cursor: pointer; }
.table-card-head [data-table-status] { color: var(--muted); font-size: 12px; }
.table-scroll { width: 100%; max-width: 100%; overflow-x: auto; }
.data-table-card table { width: 100%; min-width: 1180px; border-collapse: collapse; }
.data-table-card th, .data-table-card td { padding: 15px 13px; border-bottom: 1px solid #edf1f6; font-size: 12px; line-height: 1.55; text-align: left; word-break: normal; }
.data-table-card th { color: #53667d; background: #f7f9fc; white-space: nowrap; }
.data-table-card th button { padding: 0; color: inherit; background: transparent; border: 0; cursor: pointer; font-weight: 600; }
.data-table-card td { color: #40536b; }
.data-table-card td a { color: #1560d7; text-decoration: underline; text-decoration-color: #c2d7fa; text-underline-offset: 3px; }
.data-table-card tr[hidden] { display: none; }
.table-unlock { min-height: 54px; padding: 12px 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--muted); background: #fbfcfe; font-size: 12px; }
.table-unlock a { color: var(--brand); font-weight: 600; }

.trend-ledger { border-top: 1px solid rgba(255,255,255,.22); }
.trend-ledger__head, .trend-ledger__row { min-height: 66px; display: grid; grid-template-columns: .55fr 1fr 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); }
.trend-ledger__head { min-height: 44px; color: #9fb8d5; font-size: 11px; letter-spacing: .06em; }
.trend-ledger__row > strong { color: #8bbaff; font-size: 19px; }
.trend-ledger__row > span { display: flex; align-items: baseline; gap: 14px; }
.trend-ledger__row b { font-size: clamp(20px, 2.2vw, 28px); }
.trend-ledger__row em { color: #9fb8d5; font-size: 12px; font-style: normal; }
.trend-highlights { margin-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.trend-highlights article { padding: 20px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.05); }
.trend-highlights article > span, .trend-highlights article > strong { display: block; }
.trend-highlights article > span { color: #a7bdd4; font-size: 11px; }
.trend-highlights article > strong { margin-top: 10px; font-size: 23px; }
.chart-summary { margin-top: 18px; padding: 20px 22px; color: #c4d3e4; background: rgba(255,255,255,.06); border-left: 3px solid #66a4ff; line-height: 1.8; }
.chart-summary strong { color: var(--white); }

.product-rank-grid { display: grid; gap: 10px; }
.product-rank-grid article { min-height: 86px; padding: 15px 20px; display: grid; grid-template-columns: 44px 1fr 160px 80px 110px; gap: 18px; align-items: center; border: 1px solid var(--line); background: var(--white); }
.product-rank { color: #9aabc0; font-size: 12px; }
.product-rank-grid h3 { color: var(--ink); font-size: 17px; font-weight: 600; }
.product-rank-grid h3 a:hover { color: var(--brand); }
.product-rank-grid p { margin-top: 6px; color: var(--brand); font-size: 12px; }
.product-rank-grid > article > strong { color: var(--ink); font-size: 18px; text-align: right; }
.product-rank-grid .share { color: var(--muted); text-align: right; }
.product-rank-grid em { color: var(--success); font-style: normal; text-align: right; }
.section-cta { margin-top: 24px; text-align: right; }

.bilateral { color: var(--white); background: linear-gradient(110deg, #0e386a, #1664ff); }
.bilateral .section-head h2, .bilateral .section-head > p, .bilateral .section-head > div > span { color: var(--white); }
.bilateral .section-head > p { opacity: .78; }
.bilateral-grid { display: grid; grid-template-columns: 1fr 50px 1fr 1fr; gap: 14px; align-items: stretch; }
.bilateral-grid article { min-height: 150px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.23); background: rgba(255,255,255,.08); }
.bilateral-grid > i { display: grid; place-items: center; font-size: 24px; font-style: normal; }
.bilateral-grid article > span { color: #ccdef7; }
.bilateral-grid article > strong { font-size: clamp(24px, 3vw, 36px); }
.focus-chips { margin: 22px 0; display: flex; flex-wrap: wrap; gap: 9px; }
.focus-chips a { padding: 8px 13px; color: var(--white); border: 1px solid rgba(255,255,255,.32); border-radius: 99px; font-size: 12px; }

.company-rank-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.company-rank-grid > article { min-width: 0; padding: 22px; border: 1px solid var(--line); }
.rank-head { display: flex; justify-content: space-between; align-items: center; }
.rank-head h3 { color: var(--ink); font-size: 20px; font-weight: 600; }
.rank-head span { color: var(--muted); font-size: 11px; }
.company-rank-grid ol { margin: 18px 0; }
.company-rank-grid li { min-height: 58px; display: grid; grid-template-columns: 26px 1fr auto; gap: 10px; align-items: center; border-bottom: 1px solid #edf1f6; }
.company-rank-grid li > b { color: #9babbd; font-size: 11px; }
.company-rank-grid li > span { min-width: 0; }
.company-rank-grid li a, .company-rank-grid li strong { display: block; overflow: hidden; color: var(--ink); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; word-break: normal; }
.company-rank-grid li small { display: block; margin-top: 4px; color: var(--muted); }
.company-rank-grid li em { color: var(--success); font-size: 12px; font-style: normal; }
.company-rank-grid > article > a { color: var(--brand); font-size: 13px; font-weight: 600; }

.port-ledger { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.port-ledger article { min-height: 116px; padding: 22px; display: grid; grid-template-columns: 38px 1fr auto; gap: 16px; align-items: center; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.port-ledger article > span { color: #9aabc0; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.port-ledger h3 { color: var(--ink); font-size: 18px; font-weight: 600; }
.port-ledger p { margin-top: 7px; color: var(--muted); font-size: 12px; }
.port-ledger article > strong { max-width: 170px; color: var(--brand); font-size: 13px; text-align: right; }
.port-note { margin-top: 16px; padding: 16px 18px; color: #60738b; background: var(--brand-soft); border-left: 3px solid var(--brand); font-size: 12px; line-height: 1.7; }

.opportunity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.opportunity-grid article { min-height: 290px; padding: 28px; position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.opportunity-grid article > span { position: absolute; top: 14px; right: 18px; color: rgba(255,255,255,.13); font-size: 62px; font-weight: 700; }
.opportunity-grid i { display: inline-block; padding: 5px 9px; color: #b9d3fb; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; font-size: 11px; font-style: normal; }
.opportunity-grid h3 { margin-top: 38px; font-size: 25px; font-weight: 600; }
.opportunity-grid p { min-height: 80px; margin-top: 14px; color: #bdcee0; line-height: 1.75; }
.opportunity-grid a { display: inline-block; margin-top: 28px; color: #87b7ff; font-weight: 600; }

.workflow { background: #f1f6ff; }
.workflow ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid #cfe0f8; background: var(--white); }
.workflow li { min-height: 220px; padding: 28px; position: relative; border-right: 1px solid #cfe0f8; }
.workflow li:last-child { border-right: 0; }
.workflow li > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--white); background: var(--brand); border-radius: 50%; }
.workflow h3 { margin-top: 28px; color: var(--ink); font-size: 19px; font-weight: 600; }
.workflow p { margin-top: 10px; color: var(--muted); line-height: 1.7; }
.workflow .button { margin-top: 26px; }

.risk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.risk-grid article { padding: 22px; display: grid; grid-template-columns: 36px 1fr; gap: 16px; border: 1px solid #f1d9ad; background: #fffbf2; }
.risk-grid article > span { width: 34px; height: 34px; display: grid; place-items: center; color: #9b6000; background: #fff0cb; border-radius: 50%; font-weight: 700; }
.risk-grid h3 { color: var(--ink); font-size: 17px; font-weight: 600; }
.risk-grid p { margin-top: 7px; color: #6e6049; line-height: 1.7; }
#risks .text-link { display: inline-block; margin-top: 22px; }

.process-track { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid rgba(255,255,255,.18); }
.process-track div { min-height: 100px; padding: 18px; display: flex; align-items: center; gap: 12px; border-right: 1px solid rgba(255,255,255,.16); }
.process-track div:last-child { border-right: 0; }
.process-track span { color: #73aaff; font-size: 11px; }
.process-track strong { font-size: 14px; }
.platform-grid { margin-top: 18px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; }
.platform-grid > article { padding: 30px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.05); }
.platform-grid h3 { font-size: 24px; font-weight: 600; }
.platform-grid ul { margin: 24px 0; display: grid; gap: 13px; }
.platform-grid li::before { content: "✓"; margin-right: 9px; color: #5ad5b2; }
.case-card > span { color: #79afff; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.case-card h3 { margin-top: 16px; }
.case-card p { margin-top: 16px; color: #bed0e2; line-height: 1.8; }
.case-card > strong { display: block; margin-top: 24px; color: #5ad5b2; font-size: 21px; }
.case-card button, .case-card > a { display: inline-block; margin-top: 24px; padding: 0; color: #91bcff; background: transparent; border: 0; cursor: pointer; font-weight: 600; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; display: grid; grid-template-columns: 40px 1fr 32px; gap: 12px; align-items: center; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: #9babbf; font-size: 11px; }
.faq-list h3 { color: var(--ink); font-size: 17px; font-weight: 600; }
.faq-list summary i { color: var(--brand); font-size: 22px; font-style: normal; text-align: center; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details > p { max-width: 980px; padding: 0 52px 24px; color: var(--muted); line-height: 1.8; }

.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.related-grid article { padding: 22px; background: var(--white); border: 1px solid var(--line); }
.related-grid h3 { margin-bottom: 14px; color: var(--ink); font-size: 17px; font-weight: 600; }
.related-grid a { min-height: 42px; display: flex; justify-content: space-between; align-items: center; gap: 10px; color: #4c6078; border-bottom: 1px solid #edf1f6; font-size: 13px; }
.related-grid a:last-child { border-bottom: 0; }
.related-grid a span { color: var(--brand); }

.lead-section { padding: 88px 0; color: var(--white); background: linear-gradient(115deg, #0c315e, #124c91); }
.lead-layout { display: grid; grid-template-columns: 1fr 470px; gap: 80px; align-items: center; }
.lead-section h2 { max-width: 690px; font-size: clamp(32px, 4vw, 50px); font-weight: 700; line-height: 1.18; }
.lead-section > .shell > div > p { max-width: 620px; margin-top: 20px; color: #c4d5e8; font-size: 17px; line-height: 1.8; }
.lead-section ul { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 16px; color: #bcd0e6; }
.lead-section li::before { content: "✓"; margin-right: 7px; color: #70d8bc; }
.register-panel { padding: 34px; color: var(--text); background: var(--white); border-top: 4px solid var(--brand); box-shadow: 0 22px 60px rgba(3, 24, 51, .2); }
.register-panel > span { color: var(--brand); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.register-panel h3 { margin-top: 14px; color: var(--ink); font-size: 25px; font-weight: 700; line-height: 1.35; }
.register-panel p { margin: 14px 0 24px; color: var(--muted); line-height: 1.75; }
.register-panel .button { width: 100%; min-height: 48px; }
.register-panel small { margin-top: 16px; display: block; color: #8190a4; text-align: center; }
.register-panel small a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }

.data-footer { min-height: 160px; padding: 36px max(24px, calc((100% - 1280px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #aabbd0; background: #081e38; }
.data-footer img { width: 140px; height: auto; filter: brightness(0) invert(1); opacity: .9; }
.data-footer > div > p { margin-top: 10px; font-size: 12px; }
.data-footer nav { display: flex; flex-wrap: wrap; gap: 20px; color: var(--white); font-size: 13px; }
.data-footer > p { font-size: 12px; }

.entity-page { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0; }
.entity-page > a, .entity-page > span { color: var(--brand); font-size: 13px; }
.entity-page h1 { margin-top: 32px; color: var(--ink); font-size: 45px; font-weight: 700; }
.entity-page > p { margin-top: 16px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.entity-placeholder { margin-top: 40px; padding: 32px; border: 1px solid var(--line); background: var(--surface); }
.entity-placeholder strong { color: var(--ink); font-size: 20px; }
.entity-placeholder p { margin: 12px 0 24px; color: var(--muted); }

@media (max-width: 1080px) {
  .data-header__inner { gap: 20px; }
  .data-header nav { gap: 20px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-preview { display: none; }
  .field-grid, .company-rank-grid, .opportunity-grid { grid-template-columns: repeat(2, 1fr); }
  .trend-layout, .port-layout { grid-template-columns: 1fr; }
  .workflow ol { grid-template-columns: 1fr 1fr; }
  .workflow li:nth-child(2) { border-right: 0; }
  .workflow li:nth-child(-n+2) { border-bottom: 1px solid #cfe0f8; }
  .process-track { grid-template-columns: repeat(3, 1fr); }
  .process-track div:nth-child(3) { border-right: 0; }
  .process-track div:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .lead-layout { grid-template-columns: 1fr 430px; gap: 40px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1280px); }
  .section { padding: 74px 0; }
  .section-head { display: block; }
  .section-head > p { margin-top: 14px; text-align: left; }
  .data-header { height: auto; }
  .data-header__inner { width: 100%; padding: 13px 16px; flex-wrap: wrap; }
  .data-brand img { width: 134px; }
  .data-header nav { flex: 0 0 100%; justify-content: flex-start; gap: 25px; overflow-x: auto; scrollbar-width: none; }
  .data-header nav::-webkit-scrollbar { display: none; }
  .data-header nav a { padding: 8px 0 12px; }
  .data-header nav a::after { bottom: 5px; }
  .header-login { position: absolute; top: 18px; right: 16px; }
  .trade-hero { padding-top: 22px; }
  .hero-layout { min-height: auto; padding: 46px 0 34px; }
  .hero-copy h1 { font-size: 40px; }
  .hero-copy > p { font-size: 16px; }
  .hero-search > div { height: auto; grid-template-columns: 1fr; }
  .hero-search input { height: 48px; }
  .hero-search button { height: 44px; }
  .hero-ctas { display: grid; grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .hero-stats article:nth-child(2) { border-right: 0; }
  .hero-stats article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .anchor-nav > div { width: 100%; padding: 0 14px; gap: 22px; }
  .anchor-nav button { margin-left: 0; }
  .coverage-grid { grid-template-columns: 1fr 1fr; }
  .coverage-grid article:nth-child(2) { border-right: 0; }
  .coverage-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .field-grid, .company-rank-grid, .opportunity-grid, .related-grid { grid-template-columns: 1fr; }
  .trend-highlights, .port-ledger { grid-template-columns: 1fr; }
  .trend-ledger__head, .trend-ledger__row { grid-template-columns: .45fr 1fr 1fr; gap: 10px; }
  .trend-ledger__row > span { display: block; }
  .trend-ledger__row em { display: block; margin-top: 4px; }
  .port-ledger article { grid-template-columns: 34px 1fr; }
  .port-ledger article > strong { grid-column: 2; max-width: none; text-align: left; }
  .table-card-head { align-items: flex-start; }
  .product-rank-grid article { grid-template-columns: 34px 1fr auto; gap: 12px; }
  .product-rank-grid > article > strong { text-align: right; }
  .product-rank-grid .share, .product-rank-grid em { grid-column: 2 / span 1; text-align: left; }
  .bilateral-grid { grid-template-columns: 1fr; }
  .bilateral-grid > i { min-height: 34px; transform: rotate(90deg); }
  .risk-grid { grid-template-columns: 1fr; }
  .workflow ol, .process-track, .platform-grid { grid-template-columns: 1fr; }
  .workflow li { border-right: 0; border-bottom: 1px solid #cfe0f8; }
  .workflow li:last-child { border-bottom: 0; }
  .process-track div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .process-track div:last-child { border-bottom: 0; }
  .lead-layout { grid-template-columns: 1fr; }
  .data-footer { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 420px) {
  .hero-copy h1 { font-size: 35px; }
  .country-label { align-items: flex-start; }
  .hero-stats, .coverage-grid { grid-template-columns: 1fr; }
  .hero-stats article, .coverage-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .coverage-grid article { border-bottom-color: var(--line); }
  .hero-stats article:last-child, .coverage-grid article:last-child { border-bottom: 0; }
  .product-rank-grid article { grid-template-columns: 30px 1fr; }
  .product-rank-grid > article > strong { grid-column: 2; text-align: left; }
  .table-unlock { align-items: flex-start; flex-direction: column; }
  .faq-list summary { grid-template-columns: 26px 1fr 24px; }
  .faq-list details > p { padding-left: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
