/*
Theme Name: Plus Forwarding
Theme URI: https://plus-fwd.com/
Author: Plus Forwarding Co., Ltd.
Author URI: https://plus-fwd.com/
Description: Plus Forwarding 公式テーマ。AI × グローバル物流をテーマにした、3Dグローブとインタラクティブ演出付きのシングルページテーマ。日英バイリンガル対応。
Version: 1.0.0
Requires at least: 5.8
Requires PHP: 7.4
License: Proprietary
License URI: https://plus-fwd.com/
Text Domain: plus-forwarding
Tags: one-page, custom-colors, custom-logo, three-dimensional, translation-ready
*/

:root {
  --bg: #ffffff;
  --bg-alt: #f6f7f9;
  --bg-inverse: #0a1628;
  --text: #0a1628;
  --text-soft: #4a5568;
  --text-mute: #8b95a7;
  --line: #e7eaf0;
  --brand: #0dd3c4;
  --brand-2: #29cc6a;
  --brand-deep: #0a8f87;
  --navy: #1c3160;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 10px rgba(10,22,40,0.05);
  --shadow-md: 0 10px 40px rgba(10,22,40,0.08);
  --shadow-xl: 0 30px 80px rgba(10,22,40,0.12);
  --mono: "Space Grotesk", ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: "Inter", "Noto Sans JP", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--brand); color: #fff; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* WordPress admin bar offset */
body.admin-bar .nav { top: 32px; }
@media (max-width: 782px) { body.admin-bar .nav { top: 46px; } }

/* ============ LOGO — small header-only use ============ */
.logo-anchor { display: inline-flex; align-items: center; line-height: 0; flex: 0 0 auto; }
img.logo-img,
.logo-anchor img.custom-logo {
  height: 22px !important;
  width: auto !important;
  max-width: none !important;
  max-height: 22px !important;
  display: block;
  transition: height 0.3s ease;
}
.nav.scrolled img.logo-img,
.nav.scrolled .logo-anchor img.custom-logo {
  height: 20px !important;
  max-height: 20px !important;
}

/* ============ NAV ============ */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 10px 40px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,0.82);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.nav.scrolled { border-bottom-color: var(--line); padding: 7px 40px; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 0.86rem; font-weight: 500; }
.nav-links a { color: var(--text-soft); transition: color 0.2s; }
.nav-links a:hover { color: var(--text); }
.nav-right { display: flex; align-items: center; gap: 14px; }

.lang-toggle {
  display: inline-flex; background: var(--bg-alt); border: 1px solid var(--line);
  border-radius: 100px; padding: 3px; font-family: var(--mono);
  font-size: 0.72rem; font-weight: 600;
}
.lang-toggle button {
  border: 0; background: transparent; padding: 6px 12px;
  color: var(--text-mute); border-radius: 100px; cursor: pointer; transition: all 0.2s;
}
.lang-toggle button.active { background: var(--text); color: #fff; }

.cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--text); color: #fff;
  padding: 11px 20px; border-radius: 100px;
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.02em;
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer; border: 0;
}
.cta-btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); }
.cta-btn.primary { background: linear-gradient(135deg, var(--brand), var(--brand-deep)); }
.cta-btn svg { transition: transform 0.2s; }
.cta-btn:hover svg { transform: translateX(3px); }
.ghost-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 20px; border-radius: 100px;
  border: 1px solid var(--line); background: rgba(255,255,255,0.7);
  font-size: 0.82rem; font-weight: 600; color: var(--text); transition: all 0.2s;
}
.ghost-btn:hover { border-color: var(--text); }

/* ============ HERO ============ */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  padding: 120px 40px 80px;
  overflow: hidden;
}
#globe-canvas { position: absolute; inset: 0; z-index: 0; pointer-events: auto; }
.hero-grid {
  position: absolute; inset: 0; z-index: 1;
  background-image:
    radial-gradient(circle at 25% 30%, rgba(13,211,196,0.08), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(41,204,106,0.06), transparent 40%);
  pointer-events: none;
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 1280px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px; border-radius: 100px;
  background: var(--bg-alt); border: 1px solid var(--line);
  font-family: var(--mono); font-size: 0.75rem; font-weight: 600;
  color: var(--text-soft); letter-spacing: 0.05em; margin-bottom: 28px;
}
.hero-tag .dot {
  width: 7px; height: 7px; background: var(--brand-2); border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(41,204,106,0.2);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 4px rgba(41,204,106,0.2); }
  50% { box-shadow: 0 0 0 8px rgba(41,204,106,0); }
}
.hero h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 800; letter-spacing: -0.035em; line-height: 1.02; margin-bottom: 28px;
}
.hero h1 .gradient {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-family: var(--mono); font-weight: 700;
}
.hero p.lead { font-size: 1.12rem; color: var(--text-soft); max-width: 520px; margin-bottom: 40px; line-height: 1.7; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-visual { position: relative; height: 560px; display: flex; align-items: center; justify-content: center; }
.metric-card {
  position: absolute; background: rgba(255,255,255,0.9);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--line); padding: 14px 18px; border-radius: 14px;
  box-shadow: var(--shadow-md); font-family: var(--mono);
  animation: float 6s ease-in-out infinite;
}
.metric-card .label {
  font-size: 0.65rem; color: var(--text-mute); text-transform: uppercase; letter-spacing: 0.08em;
  display: flex; align-items: center; gap: 6px;
}
.metric-card .value { font-size: 1.3rem; font-weight: 700; margin-top: 2px; }
.metric-card .delta { font-size: 0.7rem; color: var(--brand-2); margin-top: 2px; }
.mc-1 { top: 8%; left: -2%; animation-delay: 0s; }
.mc-2 { top: 35%; right: -4%; animation-delay: 1.5s; }
.mc-3 { bottom: 12%; left: 5%; animation-delay: 3s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ============ STATS ============ */
.stats { padding: 60px 40px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-alt); }
.stats-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.stat-item { text-align: center; }
.stat-value {
  font-family: var(--mono); font-size: clamp(2rem, 4vw, 3rem); font-weight: 700;
  letter-spacing: -0.03em; line-height: 1;
  background: linear-gradient(135deg, var(--text), #2e4566);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat-label { margin-top: 10px; font-size: 0.8rem; color: var(--text-soft); font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; }

/* ============ SECTION BASE ============ */
section { padding: 120px 40px; position: relative; }
.container { max-width: 1280px; margin: 0 auto; }
.section-label {
  font-family: var(--mono); font-size: 0.75rem; font-weight: 600;
  color: var(--brand-deep); letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 18px; display: inline-flex; align-items: center; gap: 10px;
}
.section-label::before { content: ""; width: 24px; height: 1px; background: var(--brand); }
h2.section-title { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -0.035em; line-height: 1.08; max-width: 820px; margin-bottom: 22px; }
.section-sub { font-size: 1.08rem; color: var(--text-soft); max-width: 680px; line-height: 1.7; }

/* ============ SERVICES ============ */
.services { background: var(--bg); }
.services-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc-card {
  padding: 36px 30px 32px; border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #fff, #fafbfc);
  position: relative; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-xl); }
.svc-card::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  transform: scaleX(0); transform-origin: left; transition: transform 0.4s;
}
.svc-card:hover::after { transform: scaleX(1); }
.svc-card .num { font-family: var(--mono); font-size: 0.78rem; color: var(--brand-deep); font-weight: 600; letter-spacing: 0.1em; }
.svc-card h3 { font-size: 1.32rem; margin: 10px 0 14px; letter-spacing: -0.02em; }
.svc-card p { color: var(--text-soft); font-size: 0.94rem; line-height: 1.7; }
.svc-card ul { list-style: none; margin-top: 16px; }
.svc-card ul li { font-size: 0.88rem; color: var(--text-soft); padding: 6px 0; display: flex; align-items: center; gap: 8px; }
.svc-card ul li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--brand-2); flex-shrink: 0; }

/* ============ AI INTEGRATION ============ */
.ai-section { background: var(--bg-alt); }
.ai-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ai-card {
  position: relative; padding: 32px 28px 34px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1); overflow: hidden;
}
.ai-card::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(13,211,196,0.08), rgba(41,204,106,0.05));
  opacity: 0; transition: opacity 0.3s; pointer-events: none;
}
.ai-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: var(--shadow-xl); }
.ai-card:hover::before { opacity: 1; }
.ai-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px; box-shadow: 0 8px 22px rgba(13,211,196,0.3);
  position: relative; z-index: 1; transition: transform 0.3s;
}
.ai-card:hover .ai-icon { transform: rotate(-6deg) scale(1.08); }
.ai-icon svg { stroke: #fff; width: 26px; height: 26px; stroke-width: 1.7; }
.ai-card h3 { font-size: 1.12rem; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 10px; position: relative; z-index: 1; }
.ai-card p { font-size: 0.92rem; color: var(--text-soft); line-height: 1.65; position: relative; z-index: 1; }
.ai-card .num { position: absolute; top: 24px; right: 28px; font-family: var(--mono); font-size: 0.7rem; font-weight: 600; color: var(--text-mute); }

/* ============ AGILITY ============ */
.agility { background: var(--bg); overflow: hidden; }
.agility-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 40px; }
.agility-points { list-style: none; margin-top: 32px; }
.agility-points li { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px dashed var(--line); font-size: 1rem; color: var(--text); font-weight: 500; }
.agility-points li:last-child { border-bottom: 0; }
.agility-points .chip {
  width: 26px; height: 26px; border-radius: 8px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 0.7rem; font-weight: 700;
}
.route-viz { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-sm); }
.route-viz svg { width: 100%; height: auto; }
.route-legend { display: flex; gap: 24px; justify-content: center; margin-top: 18px; font-family: var(--mono); font-size: 0.78rem; }
.route-legend span { display: inline-flex; align-items: center; gap: 8px; color: var(--text-soft); }
.route-legend i { width: 26px; height: 3px; border-radius: 2px; display: inline-block; }
.route-legend i.old { background: #d7dce6; }
.route-legend i.new { background: linear-gradient(90deg, var(--brand), var(--brand-2)); }

/* ============ WORKFLOW ============ */
.workflow { background: var(--bg-alt); }
.wf-tabs {
  display: inline-flex; background: #fff; border: 1px solid var(--line);
  border-radius: 100px; padding: 4px; margin-top: 36px; margin-bottom: 48px;
  font-family: var(--mono); font-size: 0.82rem; font-weight: 600;
}
.wf-tabs button {
  border: 0; background: transparent; padding: 10px 22px; color: var(--text-mute);
  border-radius: 100px; cursor: pointer; transition: all 0.3s;
  display: inline-flex; align-items: center; gap: 8px;
}
.wf-tabs button.active {
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff; box-shadow: 0 6px 20px rgba(13,211,196,0.35);
}
.wf-flow { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; position: relative; }
.wf-flow::before {
  content: ""; position: absolute; left: 30px; right: 30px; top: 34px;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--brand) 0 8px, transparent 8px 16px);
  opacity: 0.5;
}
.wf-step {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 24px 18px; text-align: center; position: relative;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.wf-step:hover { transform: translateY(-4px); border-color: var(--brand); box-shadow: var(--shadow-md); }
.wf-num {
  width: 46px; height: 46px; margin: 0 auto 16px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono); font-weight: 700; font-size: 0.95rem;
  box-shadow: 0 6px 16px rgba(13,211,196,0.3); position: relative; z-index: 1;
}
.wf-step h4 { font-size: 0.92rem; margin-bottom: 6px; font-weight: 700; letter-spacing: -0.01em; }
.wf-step p { font-size: 0.78rem; color: var(--text-mute); line-height: 1.5; }

/* ============ EQUIPMENT ============ */
.equipment { background: var(--bg); }
.eq-sections { margin-top: 48px; }
.eq-section { display: none; }
.eq-section.active { display: block; animation: fadeIn 0.5s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.truck-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.truck-card {
  padding: 36px 28px; border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: #fff; position: relative; overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.truck-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.truck-img {
  height: 140px; background: var(--bg-alt); border-radius: 14px;
  margin-bottom: 22px; display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.truck-img svg { width: 80%; height: auto; }
.truck-card .badge {
  display: inline-block; font-family: var(--mono); font-size: 0.7rem;
  font-weight: 600; padding: 4px 10px; border-radius: 100px;
  background: rgba(13,211,196,0.12); color: var(--brand-deep);
  letter-spacing: 0.05em; text-transform: uppercase;
}
.truck-card h3 { font-size: 1.3rem; margin: 10px 0 14px; letter-spacing: -0.02em; }
.truck-specs { list-style: none; font-size: 0.88rem; }
.truck-specs li { padding: 10px 0; border-bottom: 1px dashed var(--line); display: flex; justify-content: space-between; gap: 12px; }
.truck-specs li:last-child { border-bottom: 0; }
.truck-specs .k { color: var(--text-mute); font-family: var(--mono); font-size: 0.78rem; }
.truck-specs .v { font-weight: 600; text-align: right; }

.bodytype-title { font-size: 1.1rem; font-weight: 700; margin: 40px 0 20px; letter-spacing: -0.01em; }
.bodytype-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.bodytype {
  padding: 20px 14px; background: var(--bg-alt); border-radius: 14px;
  text-align: center; transition: all 0.25s;
  border: 1px solid transparent;
}
.bodytype:hover { background: #fff; border-color: var(--brand); transform: translateY(-2px); }
.bodytype .ic { width: 36px; height: 36px; margin: 0 auto 10px; color: var(--brand-deep); }
.bodytype .ic svg { width: 100%; height: 100%; }
.bodytype h5 { font-size: 0.82rem; font-weight: 700; margin-bottom: 4px; }
.bodytype p { font-size: 0.72rem; color: var(--text-mute); line-height: 1.4; }

.container-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cnt-card {
  padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #fff, var(--bg-alt));
  position: relative; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s;
}
.cnt-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.cnt-illu {
  background: #fff; border: 1px dashed var(--line); border-radius: 14px;
  padding: 24px; margin-bottom: 24px; display: flex; justify-content: center; align-items: center; height: 140px;
}
.cnt-card h3 { font-size: 1.24rem; letter-spacing: -0.02em; margin-bottom: 6px; }
.cnt-card .size { font-family: var(--mono); color: var(--brand-deep); font-size: 0.82rem; font-weight: 600; margin-bottom: 18px; }
.cnt-specs { list-style: none; }
.cnt-specs li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed var(--line); font-size: 0.88rem; }
.cnt-specs li:last-child { border-bottom: 0; }
.cnt-specs .k { color: var(--text-mute); font-family: var(--mono); font-size: 0.76rem; }
.cnt-specs .v { font-weight: 600; }

.eq-note {
  margin-top: 32px; padding: 18px 22px;
  background: rgba(13,211,196,0.08); border-left: 3px solid var(--brand);
  border-radius: 8px; font-size: 0.88rem; color: var(--text-soft); line-height: 1.65;
}

/* ============ RESULTS ============ */
.results { background: linear-gradient(180deg, var(--bg-alt), var(--bg)); }
.case-card {
  margin-top: 56px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 0;
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; background: #fff; box-shadow: var(--shadow-sm);
}
.case-visual {
  position: relative;
  background: linear-gradient(135deg, #0a1628, #1c3160);
  color: #fff; padding: 60px 48px;
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 480px; overflow: hidden;
}
.case-visual::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(13,211,196,0.25), transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(41,204,106,0.15), transparent 45%);
}
.case-visual > * { position: relative; z-index: 1; }
.case-tag { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.15em; color: var(--brand); text-transform: uppercase; margin-bottom: 18px; }
.case-title { font-size: 1.8rem; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 14px; font-weight: 700; color: #fff; }
.case-lead { color: #a9b5c7; font-size: 0.95rem; line-height: 1.7; max-width: 420px; }
.case-route { display: flex; align-items: center; gap: 16px; margin-top: 24px; font-family: var(--mono); font-size: 1.1rem; font-weight: 600; letter-spacing: 0.05em; }
.case-route .flag {
  width: 36px; height: 28px; border-radius: 4px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.9rem; font-weight: 700; color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
}
.case-route .arrow { width: 80px; height: 2px; background: rgba(255,255,255,0.3); position: relative; }
.case-route .arrow::after {
  content: "\2708"; position: absolute; right: -4px; top: -12px; color: var(--brand);
  animation: planeMove 2.5s infinite ease-in-out;
}
@keyframes planeMove { 0%, 100% { right: 0; } 50% { right: 30%; } }

.case-body { padding: 52px 48px; }
.case-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; margin-bottom: 30px; }
.case-meta div { font-size: 0.86rem; }
.case-meta .k { color: var(--text-mute); font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 4px; }
.case-meta .v { font-weight: 600; color: var(--text); }
.case-tasks { list-style: none; }
.case-tasks li { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; font-size: 0.92rem; color: var(--text-soft); border-bottom: 1px dashed var(--line); }
.case-tasks li:last-child { border-bottom: 0; }
.case-tasks .check { color: var(--brand-2); font-weight: 700; flex-shrink: 0; }

/* ============ COMPANY ============ */
.company { background: var(--bg); }
.company-grid { margin-top: 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.company-info { list-style: none; }
.company-info li { padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 140px 1fr; gap: 24px; font-size: 0.94rem; }
.company-info .k { font-family: var(--mono); font-size: 0.78rem; color: var(--text-mute); text-transform: uppercase; letter-spacing: 0.06em; }
.company-info .v { font-weight: 500; line-height: 1.6; }
.cert-card { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; }
.cert-card h3 { font-size: 1.1rem; margin-bottom: 18px; letter-spacing: -0.01em; }
.cert-list { list-style: none; }
.cert-list li { padding: 14px 0; border-bottom: 1px dashed var(--line); display: flex; align-items: center; gap: 12px; font-size: 0.92rem; }
.cert-list li:last-child { border-bottom: 0; }
.cert-list .badge {
  width: 34px; height: 34px; border-radius: 10px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #fff;
}

/* ============ CONTACT ============ */
.contact { background: var(--bg-inverse); color: #e9edf3; position: relative; overflow: hidden; }
.contact::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 15% 25%, rgba(13,211,196,0.15), transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(41,204,106,0.1), transparent 45%);
}
.contact .container { position: relative; }
.contact h2 { color: #fff; }
.contact .section-label { color: var(--brand); }
.contact .section-label::before { background: var(--brand); }
.contact .section-sub { color: #a9b5c7; }
.contact-grid { margin-top: 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.contact-info h3 { font-size: 1.1rem; margin-bottom: 20px; font-weight: 700; color: #fff; }
.info-row { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; font-size: 0.92rem; }
.info-row .k { color: #8798b3; font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.05em; text-transform: uppercase; }
.info-row .v { font-weight: 500; text-align: right; }
.info-row .v a { border-bottom: 1px dashed rgba(255,255,255,0.3); }
.contact-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  padding: 36px; border-radius: var(--radius-lg); backdrop-filter: blur(10px);
}
.contact-card h3 { color: #fff; margin-bottom: 8px; font-size: 1.4rem; }
.contact-card p { color: #a9b5c7; margin-bottom: 28px; font-size: 0.95rem; }
.contact-card .cta-btn.primary { width: 100%; justify-content: center; padding: 14px 20px; font-size: 0.9rem; }
.contact-card .hint { margin-top: 16px; font-size: 0.78rem; color: #6b7b96; text-align: center; }

/* ============ FOOTER ============ */
.site-footer {
  background: var(--bg-inverse); color: #8798b3;
  padding: 40px 40px 32px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center;
  font-size: 0.8rem;
}
.site-footer .logo-svg .w-plus { fill: #fff; }
.site-footer .ft-mid { color: #6b7b96; text-align: center; }
.site-footer .ft-mid .tagline { font-family: var(--mono); color: var(--brand); letter-spacing: 0.08em; }

/* ============ REVEAL ============ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); }
.reveal.visible { opacity: 1; transform: none; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1060px) {
  .services-grid { grid-template-columns: 1fr; }
  .wf-flow { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }
  .wf-flow::before { display: none; }
  .truck-grid { grid-template-columns: 1fr; }
  .bodytype-grid { grid-template-columns: repeat(3, 1fr); }
  .container-grid { grid-template-columns: 1fr; }
  .case-card { grid-template-columns: 1fr; }
  .company-grid { grid-template-columns: 1fr; gap: 40px; }
  .ai-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .nav { padding: 10px 20px; }
  .nav-links { display: none; }
  img.logo-img { height: 18px !important; max-height: 18px !important; }
  .hero { padding: 110px 20px 60px; }
  .hero-content { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { height: 380px; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  section { padding: 80px 20px; }
  .ai-grid { grid-template-columns: 1fr; }
  .agility-layout { grid-template-columns: 1fr; gap: 48px; }
  .bodytype-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .site-footer { grid-template-columns: 1fr; text-align: center; gap: 16px; padding: 28px 20px; }
  .mc-1, .mc-2, .mc-3 { font-size: 0.78rem; padding: 10px 12px; }
  .company-info li { grid-template-columns: 1fr; gap: 4px; }
  .case-visual { padding: 40px 28px; min-height: 360px; }
  .case-body { padding: 36px 28px; }
  .case-meta { grid-template-columns: 1fr; }
}
