:root {
  --ink: #102a43;
  --muted: #60758a;
  --paper: #f5f8fb;
  --white: #fff;
  --line: #dfe8ef;
  --navy: #0a2540;
  --blue: #f45118;
  --blue-dark: #c83a0c;
  --cyan: #f6a21a;
  --orange: #f45118;
  --soft-blue: #fff0ea;
  --soft-cyan: #fff7e6;
  --radius: 22px;
  --shadow: 0 20px 55px rgba(10, 37, 64, .10);
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.site-header { height: 76px; position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(223,232,239,.9); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 236px; }
.brand-logo { width: 42px; height: 42px; object-fit: contain; flex: 0 0 auto; border-radius: 10px; }
.brand-name { font-size: 15px; font-weight: 800; line-height: 1.25; letter-spacing: .02em; }
.brand-sub { display: block; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; font-weight: 650; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 26px; flex: 1; }
.nav-links a { color: #39536b; font-size: 14px; font-weight: 650; white-space: nowrap; transition: .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--blue); }
.nav-quote { padding: 11px 18px; border-radius: 12px; background: var(--blue); color: white; font-size: 14px; font-weight: 750; }
.menu-btn { display: none; border: 0; background: transparent; font-size: 26px; margin-left: auto; }
.placeholder-bar { padding: 8px 0; text-align: center; background: #fff8e8; color: #78520c; font-size: 12px; border-bottom: 1px solid #f3e4b8; }
.placeholder-tag { display: inline-flex; align-items: center; gap: 5px; padding: 3px 8px; color: #8a5d05; background: #fff2c7; border: 1px solid #f1d37d; border-radius: 999px; font-size: 11px; font-weight: 750; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 30%,rgba(246,162,26,.16),transparent 27%), linear-gradient(135deg,#fff6f1 0%,#fff 55%,#fff9ee 100%); }
.hero::before { content:""; position:absolute; inset:0; opacity:.45; background-image: linear-gradient(rgba(244,81,24,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(244,81,24,.045) 1px,transparent 1px); background-size:48px 48px; mask-image:linear-gradient(to right,transparent,black); }
.hero-grid { position: relative; min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding: 74px 0 84px; }
.eyebrow { display: inline-flex; align-items:center; gap:8px; color: var(--blue); font-size: 13px; letter-spacing:.13em; font-weight:800; text-transform:uppercase; }
.eyebrow::before { content:""; width:22px; height:2px; background:var(--cyan); border-radius:2px; }
h1,h2,h3,p { margin-top:0; }
h1 { margin: 18px 0 22px; color: var(--navy); font-size: clamp(42px,5vw,68px); line-height:1.08; letter-spacing:-.045em; }
.hero-copy > p { max-width: 620px; color: var(--muted); font-size: 18px; }
.hero-actions { display:flex; gap:12px; margin:32px 0 34px; flex-wrap:wrap; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:13px 20px; border-radius:12px; border:1px solid transparent; font-size:14px; font-weight:750; transition:.2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color:white; background:var(--blue); box-shadow:0 10px 24px rgba(244,81,24,.2); }
.btn-primary:hover { background:var(--blue-dark); }
.btn-outline { color:var(--navy); border-color:#cddae6; background:white; }
.hero-points { display:flex; gap:20px; flex-wrap:wrap; color:#415a70; font-size:13px; font-weight:650; }
.hero-points span::before { content:"✓"; display:inline-grid; place-items:center; width:20px; height:20px; margin-right:6px; border-radius:50%; color:var(--cyan); background:var(--soft-cyan); }
.home-placeholder-bar { display:none; }
.site-header.home-header { position:absolute; top:0; right:0; left:0; background:transparent; border-bottom:0; backdrop-filter:none; }
.home-header .nav-wrap { border-bottom:1px solid rgba(214,237,251,.15); }
.home-header .brand-name { color:#fff; }
.home-header .brand-sub { color:#8fb9d5; }
.home-header .nav-links a { color:#c9dce9; }
.home-header .nav-links a:hover,.home-header .nav-links a.active { color:#ffad7c; }
.home-header .nav-quote { border-radius:999px; background:#f45b18; box-shadow:0 12px 24px rgba(244,91,24,.24); }
.home-header .menu-btn { color:#fff; }
.home-hero { min-height:720px; color:#fff; background:radial-gradient(circle at 76% 30%,rgba(19,114,180,.47),transparent 35%),radial-gradient(circle at 48% 88%,rgba(244,91,24,.13),transparent 34%),linear-gradient(118deg,#06182d 0%,#072b4d 50%,#061d34 100%); }
.home-hero::before { z-index:0; opacity:1; background-image:linear-gradient(rgba(150,207,242,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(150,207,242,.055) 1px,transparent 1px); background-size:46px 46px; mask-image:linear-gradient(90deg,#000,transparent 78%); }
.home-hero::after { content:""; position:absolute; z-index:0; inset:0; background:linear-gradient(90deg,rgba(3,18,34,.18) 0%,transparent 58%); pointer-events:none; }
.home-hero-inner { position:relative; z-index:2; display:flex; align-items:center; min-height:720px; padding:126px 0 88px; }
.home-hero .hero-copy { width:51%; }
.home-hero .eyebrow { margin-bottom:22px; color:#ffb47f; font-size:12px; }
.home-hero .eyebrow::before { width:30px; background:#f45b18; }
.home-hero h1 { max-width:620px; margin:0; color:#fff; font-size:clamp(44px,5vw,68px); line-height:1.14; }
.home-hero h1 em { color:#ff9c6f; font-style:normal; }
.home-hero .hero-copy > p { max-width:500px; margin:24px 0 30px; color:#b9cfdf; font-size:16px; line-height:1.9; }
.home-hero .hero-actions { align-items:center; gap:18px; margin:0; }
.home-hero .btn { padding:15px 22px; border-radius:7px; background:#f45b18; box-shadow:0 15px 28px rgba(244,91,24,.19); }
.home-text-link { color:#d7e9f6; font-size:14px; font-weight:700; }
.home-text-link:hover { color:#fff; }
.home-hero-facts { display:flex; gap:24px; margin-top:56px; }
.home-hero-facts div { min-width:115px; padding-right:24px; border-right:1px solid rgba(192,223,241,.3); }
.home-hero-facts div:last-child { border-right:0; padding-right:0; }
.home-hero-facts strong { display:block; margin-bottom:5px; color:#fff; font-size:13px; }
.home-hero-facts span { color:#8fb2ca; font-size:11px; }
.home-route-map { position:absolute; z-index:1; top:64px; right:-5%; width:70%; height:630px; overflow:visible; opacity:.94; mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.22) 16%,#000 38%); pointer-events:none; }
.map-grid { fill:none; stroke:rgba(166,222,248,.11); stroke-width:.7; }
.map-land { fill:rgba(105,176,216,.11); stroke:rgba(156,218,246,.30); stroke-width:1.1; vector-effect:non-scaling-stroke; }
.map-route { fill:none; stroke:rgba(169,228,255,.70); stroke-width:1.2; stroke-linecap:round; stroke-dasharray:5 10; animation:home-route-dash 7s linear infinite; }
.map-route.hot { stroke:#ff8b4c; stroke-width:1.8; opacity:.95; }
.map-route.fast { animation-duration:4.5s; }
.map-node { fill:#a9e4ff; opacity:.88; }
.map-node.origin,.map-node.hot-node { fill:#ffb16f; filter:drop-shadow(0 0 5px rgba(245,91,24,.65)); }
@keyframes home-route-dash { to { stroke-dashoffset:-58; } }
.home-quote-section { background:linear-gradient(180deg,#fff 0%,#f6f9fc 100%); }
.home-quote-layout { display:grid; grid-template-columns:.75fr 1.25fr; gap:72px; align-items:center; }
.home-quote-copy h2 { margin:14px 0; color:var(--navy); font-size:clamp(32px,3.3vw,46px); line-height:1.2; letter-spacing:-.035em; }
.home-quote-copy p { max-width:390px; margin:0; color:var(--muted); }
/* 首页首屏：按世界航线主视觉调整层次，报价区由深到浅连续过渡。 */
.site-header.home-header { height:90px; }
.home-header .nav-wrap { height:90px; }
.home-hero { background:radial-gradient(circle at 82% 18%,rgba(22,104,158,.42),transparent 42%),linear-gradient(118deg,#06182d 0%,#072b4d 54%,#061d34 100%); }
.home-hero::before { background:none; mask-image:none; }
.home-hero::after { z-index:1; background-image:linear-gradient(90deg,rgba(3,18,34,.52) 0%,rgba(3,18,34,.28) 35%,rgba(3,18,34,.05) 64%,rgba(3,18,34,.12) 100%),linear-gradient(180deg,rgba(3,18,34,.06) 0%,rgba(3,18,34,.24) 100%),url('/assets/home-global-route-map.png'); background-position:center,center,calc(100% + 70px) 42px; background-repeat:no-repeat; background-size:auto,auto,90% auto; -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 18%,#000 43%,#000 100%); mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 18%,#000 43%,#000 100%); }
.home-hero-inner { z-index:3; padding:145px 0 76px; }
.home-map-animation { position:absolute; z-index:2; top:42px; right:-70px; width:90%; height:auto; aspect-ratio:1672 / 941; overflow:visible; pointer-events:none; opacity:.96; -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 18%,#000 43%,#000 100%); mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 18%,#000 43%,#000 100%); }
.home-map-flow { fill:none; stroke-width:1.45; stroke-linecap:round; stroke-dasharray:7 14; opacity:.36; animation:home-map-route-dash 7.2s linear infinite; }
.home-map-flow.warm { stroke:#ff9d60; }
.home-map-flow.cool { stroke:#9adfff; animation-duration:9.4s; }
.home-map-traveller { opacity:.96; filter:drop-shadow(0 0 6px rgba(255,126,69,.96)); }
.home-map-traveller.warm,.home-map-core.origin { fill:#ffd0a7; }
.home-map-traveller.cool { fill:#aeeaff; filter:drop-shadow(0 0 5px rgba(112,211,255,.86)); }
.home-map-pulse { fill:none; stroke:#ffb178; stroke-width:1.6; opacity:.58; filter:drop-shadow(0 0 5px rgba(255,126,69,.82)); }
.home-map-pulse.origin { stroke:#ffd0a7; stroke-width:2; }
.home-map-core { fill:#aeeaff; filter:drop-shadow(0 0 5px rgba(112,211,255,.88)); }
@keyframes home-map-route-dash { to { stroke-dashoffset:-84; } }
.home-route-map { display:none; }
.home-quote-section { position:relative; overflow:hidden; padding:156px 0 92px; background:#f7f9fc; }
.home-quote-section::before { content:""; position:absolute; z-index:0; top:0; right:0; left:0; height:194px; pointer-events:none; background:linear-gradient(180deg,#061d34 0%,#103c5b 30%,#6f9bb5 59%,#e2edf3 84%,#f7f9fc 100%); }
.home-quote-layout { position:relative; z-index:1; }
.quote-card { position:relative; padding:28px; border:1px solid rgba(255,255,255,.9); border-radius:26px; background:rgba(255,255,255,.9); box-shadow:var(--shadow); }
.quote-card::after { content:"RFQ"; position:absolute; right:22px; top:14px; color:#eef3f8; font-size:64px; font-weight:900; letter-spacing:-.08em; z-index:0; }
.quote-card > * { position:relative; z-index:1; }
.quote-head { display:flex; align-items:start; justify-content:space-between; margin-bottom:18px; }
.quote-head h2 { margin:0; font-size:22px; color:var(--navy); }
.quote-head p { margin:4px 0 0; color:var(--muted); font-size:12px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:13px; }
.field { display:flex; flex-direction:column; gap:6px; }
.field.full { grid-column:1/-1; }
.field label { color:#526a80; font-size:12px; font-weight:700; }
.field input,.field select,.field textarea { width:100%; padding:12px 13px; color:var(--ink); background:#f8fafc; border:1px solid #dce6ed; border-radius:10px; outline:none; transition:.2s; }
.field textarea { min-height:104px; resize:vertical; }
.field input:focus,.field select:focus,.field textarea:focus { border-color:var(--blue); background:white; box-shadow:0 0 0 3px rgba(244,81,24,.10); }
.honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.consent { display:flex; align-items:flex-start; gap:9px; color:#64798b; font-size:11px; line-height:1.5; cursor:pointer; }
.consent input { width:15px; height:15px; margin:1px 0 0; accent-color:var(--blue); flex:0 0 auto; }
.consent span { padding:0; }
.quote-submit { width:100%; margin-top:16px; border:0; }
.quote-submit:disabled { opacity:.65; cursor:wait; transform:none; }
.form-note { margin:10px 0 0; color:#8191a0; text-align:center; font-size:11px; }
.trust-strip { background:var(--navy); color:white; }
.trust-items { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-item { padding:24px; border-right:1px solid rgba(255,255,255,.10); }
.trust-item:last-child { border:0; }
.trust-item strong { display:block; font-size:17px; }
.trust-item span { color:#a9bdd0; font-size:12px; }
.section { padding:92px 0; }
.section-soft { background:var(--paper); }
.section-dark { color:white; background:var(--navy); }
.section-head { display:flex; align-items:end; justify-content:space-between; gap:40px; margin-bottom:42px; }
.section-title { max-width:720px; }
.section-title h2 { margin:12px 0 8px; color:var(--navy); font-size:clamp(30px,3.5vw,44px); line-height:1.2; letter-spacing:-.035em; }
.section-title p { margin:0; color:var(--muted); }
.section-dark .section-title h2 { color:white; }
.section-dark .section-title p { color:#a9bdd0; }
.text-link { color:var(--blue); font-weight:750; font-size:14px; white-space:nowrap; }
.service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.service-card { padding:26px; border:1px solid var(--line); border-radius:var(--radius); background:white; min-height:270px; transition:.25s; }
.service-card:hover { transform:translateY(-5px); border-color:#bdd1e5; box-shadow:0 18px 35px rgba(10,37,64,.08); }
.service-card.featured { color:white; background:linear-gradient(145deg,var(--blue),#c83a0c); border-color:transparent; }
.service-icon { width:48px; height:48px; display:grid; place-items:center; margin-bottom:24px; color:var(--blue); background:var(--soft-blue); border-radius:14px; font-size:21px; font-weight:900; }
.featured .service-icon { color:white; background:rgba(255,255,255,.15); }
.service-card h3 { margin-bottom:8px; font-size:19px; }
.service-card p { color:var(--muted); font-size:13px; }
.featured p { color:#d9e7ff; }
.card-link { display:inline-flex; margin-top:10px; color:var(--blue); font-size:13px; font-weight:750; }
.featured .card-link { color:white; }
.route-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.route-card { position:relative; overflow:hidden; min-height:220px; padding:28px; border-radius:var(--radius); color:white; background:linear-gradient(145deg,#143958,#0b2742); }
.route-card::before,.route-card::after { content:""; position:absolute; border:1px solid rgba(255,255,255,.13); border-radius:50%; }
.route-card::before { width:190px; height:190px; right:-45px; top:-60px; }
.route-card::after { width:105px; height:105px; right:-5px; top:-20px; }
.route-card:nth-child(2n) { background:linear-gradient(145deg,#0a5ac7,#0b3b81); }
.route-card:nth-child(3n) { background:linear-gradient(145deg,#087f7a,#075e67); }
.route-card small { color:#bdd4e5; font-weight:700; letter-spacing:.08em; }
.route-card h3 { margin:20px 0 10px; font-size:25px; }
.route-card p { max-width:80%; color:#d5e2eb; font-size:13px; }
.route-meta { position:absolute; left:28px; bottom:24px; font-size:12px; color:#bcd0df; }
.process { display:grid; grid-template-columns:repeat(4,1fr); gap:0; }
.process-step { position:relative; padding:28px 24px 20px; border-top:1px solid #bfd0de; }
.process-step::before { content:""; position:absolute; top:-6px; left:24px; width:11px; height:11px; background:var(--cyan); border-radius:50%; box-shadow:0 0 0 5px white; }
.process-step .num { color:#a7b9c8; font-size:12px; font-weight:800; }
.process-step h3 { margin:16px 0 8px; font-size:18px; }
.process-step p { margin:0; color:var(--muted); font-size:13px; }
.audience-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.audience-card { padding:24px; border:1px solid var(--line); border-radius:18px; background:white; }
.audience-card b { color:var(--blue); font-size:12px; letter-spacing:.08em; }
.audience-card h3 { margin:12px 0 5px; font-size:18px; }
.audience-card p { margin:0; color:var(--muted); font-size:13px; }
.placeholder-panel { display:grid; grid-template-columns:1fr auto; align-items:center; gap:30px; padding:30px; border:1px dashed #dbb65b; border-radius:20px; background:#fffaf0; }
.placeholder-panel h3 { margin:0 0 6px; color:#5d430d; }
.placeholder-panel p { margin:0; color:#806933; font-size:13px; }
.cta { padding:50px; border-radius:28px; background:linear-gradient(135deg,#0c63e7,#08756f); color:white; display:flex; align-items:center; justify-content:space-between; gap:40px; overflow:hidden; position:relative; }
.cta::after { content:""; position:absolute; width:220px; height:220px; border:35px solid rgba(255,255,255,.08); border-radius:50%; right:16%; top:-100px; }
.cta h2 { margin:0 0 8px; max-width:680px; font-size:32px; line-height:1.25; }
.cta p { margin:0; color:#dbe9ff; }
.cta .btn { position:relative; z-index:1; background:white; color:var(--blue); white-space:nowrap; }
.page-hero { padding:76px 0 68px; background:linear-gradient(135deg,#eff6ff,#fff 58%,#eaf9f7); border-bottom:1px solid var(--line); }
.page-hero h1 { max-width:850px; margin-bottom:16px; font-size:clamp(38px,5vw,58px); }
.page-hero p { max-width:720px; color:var(--muted); font-size:17px; }
.crumb { display:flex; gap:8px; margin-bottom:22px; color:#7a8d9e; font-size:12px; }
.crumb a { color:var(--blue); }
.detail-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.detail-card { padding:30px; border:1px solid var(--line); border-radius:22px; background:white; }
.detail-card h3 { margin:16px 0 8px; font-size:22px; }
.detail-card p { color:var(--muted); }
.tag-list { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }
.tag { padding:6px 10px; color:#3c607d; background:#f0f5f9; border-radius:8px; font-size:12px; font-weight:650; }
.lane-table { width:100%; border-collapse:collapse; overflow:hidden; border-radius:16px; box-shadow:0 0 0 1px var(--line); }
.lane-table th,.lane-table td { padding:17px 18px; text-align:left; border-bottom:1px solid var(--line); }
.lane-table th { color:#486077; background:#f2f6f9; font-size:12px; }
.lane-table td { font-size:14px; }
.lane-table tr:last-child td { border-bottom:0; }
.case-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.article-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.case-card,.article-card { overflow:hidden; border:1px solid var(--line); border-radius:22px; background:white; }
.case-visual { position:relative; height:290px; overflow:hidden; color:white; background:linear-gradient(145deg,#eaf2ff,#e8f7f5); }
.case-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(4,23,41,.04) 30%,rgba(4,23,41,.76) 100%); pointer-events:none; }
.case-visual img { width:100%; height:100%; display:block; object-fit:cover; object-position:center; transition:transform .35s ease; }
.case-card:hover .case-visual img { transform:scale(1.04); }
.case-visual span { position:absolute; z-index:1; left:18px; right:18px; bottom:16px; font-size:13px; font-weight:800; line-height:1.35; text-shadow:0 1px 12px rgba(0,0,0,.45); }
.case-body,.article-body { padding:24px; }
.case-body h3,.article-body h3 { margin:12px 0 8px; font-size:19px; }
.case-body p,.article-body p { color:var(--muted); font-size:13px; }
.case-facts { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:18px; }
.case-facts div { padding:10px; background:#f5f8fb; border-radius:9px; color:#688097; font-size:11px; }
.case-facts strong { display:inline-block; margin-top:3px; color:var(--ink); font-size:12px; line-height:1.35; }
.about-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:60px; align-items:center; }
.about-visual { position:relative; min-height:440px; margin:0; overflow:hidden; border-radius:28px; background:var(--ink); }
.about-reception img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.about-reception::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(3,21,41,.04) 36%,rgba(3,21,41,.82) 100%); }
.about-reception figcaption { position:absolute; z-index:1; right:0; bottom:0; left:0; padding:30px; color:white; }
.about-reception figcaption span,.operation-content > span { display:inline-flex; align-items:center; width:max-content; padding:6px 10px; border:1px solid rgba(255,255,255,.42); border-radius:999px; color:#fff; font-size:10px; letter-spacing:.1em; line-height:1; }
.about-visual h3 { max-width:420px; margin:13px 0 0; font-size:29px; line-height:1.25; }
.about-copy h2 { font-size:38px; line-height:1.22; }
.about-copy p { color:var(--muted); }
.values { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:26px; }
.value { padding:16px; border-left:3px solid var(--cyan); background:var(--paper); }
.value strong { display:block; }
.value span { color:var(--muted); font-size:12px; }
.about-operations .section-head { margin-bottom:30px; }
.operations-bento { display:grid; grid-template-columns:repeat(12,minmax(0,1fr)); gap:18px; }
.operation-card { position:relative; min-height:310px; overflow:hidden; border-radius:22px; background:var(--ink); box-shadow:0 16px 30px rgba(8,37,64,.09); }
.operation-card.feature { grid-column:span 7; min-height:420px; }
.operation-card.support { grid-column:span 5; min-height:420px; }
.operation-card.tile { grid-column:span 4; }
.operation-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.operation-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(2,21,40,.03) 30%,rgba(2,21,40,.88) 100%); }
.operation-card:hover img { transform:scale(1.035); }
.operation-content { position:absolute; z-index:1; right:0; bottom:0; left:0; padding:25px; color:white; }
.operation-content h3 { margin:12px 0 7px; color:white; font-size:23px; line-height:1.22; }
.operation-content p { max-width:520px; margin:0; color:rgba(255,255,255,.78); font-size:13px; line-height:1.65; }
.article-top { height:8px; background:linear-gradient(90deg,var(--blue),var(--cyan)); }
.article-meta { color:#7b8d9e; font-size:11px; }
.faq-layout { display:grid; grid-template-columns:.7fr 1.3fr; gap:64px; align-items:start; }
.faq-nav { position:sticky; top:110px; padding:24px; border:1px solid var(--line); border-radius:18px; background:var(--paper); }
.faq-nav h3 { margin-bottom:8px; }
.faq-nav p { color:var(--muted); font-size:13px; }
.faq-item { border-bottom:1px solid var(--line); }
.faq-q { width:100%; display:flex; align-items:center; justify-content:space-between; padding:22px 0; border:0; background:transparent; color:var(--ink); text-align:left; font-weight:750; }
.faq-q i { font-style:normal; color:var(--blue); font-size:22px; }
.faq-a { display:none; padding:0 34px 22px 0; color:var(--muted); font-size:14px; }
.faq-item.open .faq-a { display:block; }
.faq-item.open .faq-q i { transform:rotate(45deg); }
.contact-layout { display:grid; grid-template-columns:.78fr 1.22fr; gap:40px; align-items:start; }
.contact-card { padding:30px; color:white; background:var(--navy); border-radius:22px; }
.contact-card h2 { font-size:29px; }
.contact-list { margin-top:28px; display:grid; gap:14px; }
.contact-line { padding:15px; border:1px solid rgba(255,255,255,.12); border-radius:12px; }
.contact-line small { display:block; color:#91acc2; }
.contact-line strong { color:#fff3bb; }
.quote-large { padding:34px; border:1px solid var(--line); border-radius:22px; box-shadow:var(--shadow); }
.form-feedback { display:none; padding:14px; margin-top:15px; border-radius:10px; font-size:13px; }
.form-feedback.success { display:block; color:#0c625c; background:var(--soft-cyan); }
.form-feedback.error { display:block; color:#9f2d12; background:#fff0ea; border:1px solid #ffd1c2; }
.site-footer { padding:64px 0 25px; color:#b4c7d7; background:#071c2f; }
.footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr 1.2fr; gap:40px; }
.site-footer .brand-name { color:white; }
.footer-blurb { max-width:360px; margin:20px 0; color:#8ea7bb; font-size:13px; }
.footer-col h3 { color:white; font-size:14px; }
.footer-col a,.footer-col span { display:block; padding:4px 0; color:#91a9bc; font-size:12px; }
.footer-contact { display:grid; align-content:start; gap:11px; }
.footer-contact h3 { margin:0 0 4px; }
.footer-col .footer-contact-item { display:flex; align-items:flex-start; gap:10px; padding:0; color:#dce8f2; font-size:13px; line-height:1.55; }
.footer-contact-item i { display:inline-grid; place-items:center; width:16px; min-width:16px; color:var(--orange); font-size:15px; font-style:normal; line-height:1.55; }
.footer-contact-item:hover { color:white; }
.footer-bottom { display:flex; justify-content:space-between; gap:30px; padding-top:25px; margin-top:38px; border-top:1px solid rgba(255,255,255,.09); font-size:11px; }
.floating-quote { position:fixed; right:22px; bottom:22px; z-index:40; padding:13px 18px; border-radius:999px; color:white; background:var(--orange); box-shadow:0 12px 30px rgba(255,122,69,.32); font-size:13px; font-weight:800; }
.not-found { min-height:100vh; display:grid; place-items:center; text-align:center; background:var(--paper); }
.not-found h1 { font-size:45px; }
@media (max-width: 1050px) {
  .nav-links { display:none; position:absolute; top:76px; left:0; right:0; padding:20px; background:white; box-shadow:0 18px 30px rgba(10,37,64,.12); flex-direction:column; align-items:flex-start; }
  .nav-links.open { display:flex; }
  .nav-quote { display:none; }
  .menu-btn { display:block; }
  .hero-grid { grid-template-columns:1fr; gap:40px; }
  .hero-copy { padding-top:15px; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .route-grid,.case-grid,.article-grid { grid-template-columns:repeat(2,1fr); }
  .audience-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:repeat(2,1fr); }
  .home-header .nav-links { background:#072b4d; box-shadow:0 18px 30px rgba(2,15,28,.35); }
  .home-header .nav-links a { color:#dcebf4; }
  .home-header .nav-links a.active { color:#ffad7c; }
  .home-hero .hero-copy { width:58%; }
  .home-quote-layout { grid-template-columns:1fr; gap:34px; }
}
@media (max-width: 720px) {
  .container { width:min(calc(100% - 28px),var(--container)); }
  .placeholder-bar { padding-inline:14px; }
  .hero-grid { min-height:auto; padding:55px 0 65px; }
  .home-hero { min-height:780px; }
  .home-hero-inner { min-height:780px; align-items:flex-start; padding:142px 0 54px; }
  .home-hero .hero-copy { width:100%; }
  .home-hero h1 { font-size:clamp(36px,9.7vw,40px); }
  .home-hero .hero-copy > p { max-width:390px; font-size:14px; }
  .home-route-map { top:224px; right:-68%; width:166%; height:570px; opacity:.62; mask-image:linear-gradient(90deg,transparent 0%,#000 34%); }
  .home-map-animation { display:none; }
  .home-hero::after { opacity:.72; background-position:center,center,58% 228px; background-size:auto,auto,auto 590px; }
  .home-quote-section { padding:132px 0 72px; }
  .home-quote-section::before { height:155px; }
  .home-hero-facts { gap:13px; margin-top:40px; }
  .home-hero-facts div { min-width:0; padding-right:13px; }
  h1 { font-size:41px; }
  .form-grid,.detail-grid { grid-template-columns:1fr; }
  .field.full { grid-column:auto; }
  .trust-items,.process { grid-template-columns:1fr 1fr; }
  .trust-item { border-bottom:1px solid rgba(255,255,255,.1); }
  .section { padding:66px 0; }
  .section-head { align-items:start; flex-direction:column; gap:10px; }
  .service-grid,.route-grid,.case-grid,.article-grid,.audience-grid,.footer-grid,.about-grid,.faq-layout,.contact-layout { grid-template-columns:1fr; }
  .about-visual { min-height:360px; }
  .operations-bento { grid-template-columns:1fr; }
  .operation-card,.operation-card.feature,.operation-card.support,.operation-card.tile { grid-column:auto; min-height:320px; }
  .route-card { min-height:210px; }
  .process-step { border-top:0; border-left:1px solid #bfd0de; }
  .process-step::before { left:-6px; top:34px; }
  .placeholder-panel,.cta { grid-template-columns:1fr; display:grid; padding:30px; }
  .cta .btn { width:max-content; }
  .faq-nav { position:static; }
  .footer-bottom { flex-direction:column; }
}
@media (prefers-reduced-motion: reduce) {
  .home-map-animation { display:none; }
  .motion-preview .home-map-animation { display:block; }
  .map-route { animation:none; }
}
