/* ===================================================
   株式会社誠和企画 - 収益物件売買仲介
   ブルー基調 不動産コーポレートカラー
   =================================================== */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg: #F2F6FB;
  --bg-alt: #EAF1F8;
  --bg-warm: #F4F8FC;
  --bg-section: #EAF1F8;
  --card-bg: #FFFFFF;
  --text: #0E2336;
  --text-sub: #2C3E50;
  --text-muted: #5A6B7C;
  --white: #ffffff;
  --primary: #0E4D8C;
  --primary-dark: #062F5C;
  --accent: #1A8FE0;
  --silver: #B8C7D8;
  --silver-dark: #7E94AC;
  --border: #D4DEE9;
  --footer-bg: #062F5C;
  --radius: 0px;
  --radius-sm: 0px;
  --tag-radius: 3.96875px;
  --shadow: 0 0 19.8438px rgba(0,0,0,0.05);
  --shadow-hover: 0 8px 24px rgba(0,0,0,0.06);
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;
  --serif: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;
  --en: "Inter", "Helvetica Neue", Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--text); background: var(--bg); font-size: 18px; line-height: 2; -webkit-font-smoothing: antialiased; }
p { font-size: 17px; line-height: 2; color: var(--text); }
li { font-size: 16px; line-height: 1.9; color: var(--text); }
td, th { font-size: 16px; color: var(--text); }
label, input, textarea, select { font-size: 16px; color: var(--text); }

/* Size up common small-text elements for senior readability */
.section-desc { font-size: 17px !important; line-height: 2; color: var(--text) !important; }
.faq-q-text, .faq-q span { font-size: 17px !important; }
.faq-a, .faq-a-inner { font-size: 16px !important; color: var(--text) !important; line-height: 2; }
.voice-text { font-size: 16px !important; color: var(--text) !important; }
.voice-meta { font-size: 14px !important; color: var(--text) !important; }
.plan-features li, .include-list li { font-size: 16px !important; }
.plan-detail-desc, .route-detail, .tl-desc, .ship-desc, .reason-text { font-size: 16px !important; color: var(--text) !important; }
.flow-step-desc, .flow-step-title, .plan-recommend { font-size: 16px !important; }
.blog-title-text, .article-body { font-size: 16px !important; color: var(--text) !important; }
.footer-nav a { font-size: 15px; }
.footer-address { font-size: 15px !important; color: rgba(255,255,255,0.9) !important; }
.hero-sub { font-size: 17px !important; }
.hero-label { font-size: 15px !important; }
.cta-sub { font-size: 17px !important; }
.access-text, .alt-detail, .cert-desc { font-size: 15px !important; color: var(--text) !important; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button, input, textarea, select { font: inherit; border: none; outline: none; }
button { cursor: pointer; }

/* ===== LAYOUT ===== */
.container { width: 90%; max-width: 1430px; margin: 0 auto; }
.section { padding: 90px 0; position: relative; overflow: hidden; }
.section-white { background: var(--bg); }
.section-gray { background: var(--bg-alt); }
.section-warm { background: var(--bg-alt); }
.section-blue { background: var(--bg-alt); }
.section-ocean {
  background: url('../img/office-shinjuku-area.jpg') center/cover no-repeat fixed;
  position: relative;
}
.section-ocean::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(255,255,255,0.88);
}
.section-ocean > * { position: relative; z-index: 1; }
.text-center { text-align: center; }

/* ===== SECTION HEAD ===== */
.sec-head { margin-bottom: 60px; }
.sec-en {
  font-family: var(--en); font-size: 120px; font-weight: 700;
  color: var(--primary); opacity: 0.08; line-height: 1; margin-bottom: -24px;
}
.sec-head h2 { font-size: 32px; font-weight: 900; }

/* Section label (inline style) */
.section-label {
  font-family: var(--en); font-size: 13px; font-weight: 700;
  color: var(--accent); letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 8px; display: block;
}
.section-title { font-size: 32px; font-weight: 900; margin-bottom: 20px; line-height: 1.5; }
.section-desc { font-size: 16px; line-height: 1.8; margin-bottom: 48px; max-width: 900px; color: var(--text); }
.text-center .section-desc { margin-left: auto; margin-right: auto; }

/* ===== WATERMARK ===== */
.watermark {
  position: absolute; font-family: var(--en); font-weight: 900;
  color: rgba(15,61,110,0.04); pointer-events: none; line-height: 1;
}

/* ===== HEADER ===== */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1080;
  background: rgba(255,255,255,0.85); backdrop-filter: blur(12px);
  height: 96px; transition: background 0.3s;
}
.header .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 100%; width: 100%; max-width: 100%; padding: 0 0 0 4%;
}
.header-logo {
  display: block; position: relative;
  width: 160px; height: 70px;
  background: url('../img/logo.png') no-repeat left center;
  background-size: contain;
  text-decoration: none;
}
.header-logo > * { display: none !important; }
@media (max-width: 1024px) {
  .header-logo { width: 120px; height: 52px; }
}

.header-nav { display: flex; align-items: center; gap: 36px; }
.header-nav a {
  font-size: 14px; font-weight: 500; letter-spacing: 0.06em;
  transition: color 0.3s; position: relative; padding-bottom: 6px;
}
.header-nav a::after {
  content: ''; position: absolute; bottom: 0; left: 50%;
  width: 0; height: 2px; background: var(--accent);
  transition: width 0.3s, left 0.3s;
}
.header-nav a:hover { color: var(--primary); }
.header-nav a:hover::after { width: 100%; left: 0; }

.header-cta { display: flex; align-items: stretch; gap: 0; height: 96px; }
.header-tel {
  display: flex; flex-direction: column; justify-content: center;
  padding: 0 28px 0 50px; position: relative;
  background: linear-gradient(180deg, rgba(15,61,110,0.04), rgba(15,61,110,0.01));
  border-left: 1px solid rgba(15,61,110,0.12);
}
.header-tel::before {
  content: ""; position: absolute; left: 20px; top: 50%;
  width: 20px; height: 20px; transform: translateY(-50%);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230f3d6e'><path d='M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2a15.05 15.05 0 01-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02A11.36 11.36 0 017.5 4c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z'/></svg>");
  background-size: contain; background-repeat: no-repeat; background-position: center;
}
.header-tel-num {
  font-family: var(--en); font-size: 24px; font-weight: 800;
  color: var(--primary-dark); letter-spacing: 0.04em;
  line-height: 1.1;
}
.header-tel-note {
  font-size: 10px; color: var(--silver-dark);
  letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
  margin-top: 4px;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 16px; font-weight: 700; letter-spacing: 0.08em;
  transition: transform 0.3s cubic-bezier(.2,.8,.2,1), box-shadow 0.3s, filter 0.3s;
  white-space: nowrap; position: relative; overflow: hidden;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.btn-primary {
  background: linear-gradient(135deg, #e06938 0%, #c94e1f 100%);
  color: var(--white); padding: 20px 52px;
  box-shadow: 0 4px 16px rgba(212,88,42,0.35), inset 0 1px 0 rgba(255,255,255,0.2);
  border-top: 1px solid rgba(255,255,255,0.25);
}
.btn-primary::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: translateX(-100%); transition: transform 0.6s;
}
.btn-primary:hover { box-shadow: 0 8px 24px rgba(212,88,42,0.5), inset 0 1px 0 rgba(255,255,255,0.3); }
.btn-primary:hover::after { transform: translateX(100%); }
.btn-line {
  background: linear-gradient(135deg, #08d863 0%, #05b04b 100%);
  color: var(--white); padding: 16px 36px;
  box-shadow: 0 4px 16px rgba(6,199,85,0.35), inset 0 1px 0 rgba(255,255,255,0.2);
}
.btn-line:hover { box-shadow: 0 8px 24px rgba(6,199,85,0.5); }
.btn-outline {
  background: transparent; color: var(--text);
  border: 2px solid var(--text); padding: 16px 52px;
  font-size: 14px; letter-spacing: 0.06em;
}
.btn-outline:hover { background: var(--text); color: var(--white); opacity: 1; }
.btn-ghost {
  background: transparent; color: var(--white);
  border: 1px solid rgba(255,255,255,0.4); padding: 16px 36px;
}
.btn-ghost:hover { background: rgba(255,255,255,0.1); }
.btn-sm { padding: 12px 18px; font-size: 12px; letter-spacing: 0.02em; white-space: nowrap; flex-shrink: 0; }
.btn-lg { padding: 20px 52px; white-space: nowrap; }

/* ===== HERO ===== */
.hero {
  margin-top: 96px; height: calc(100vh - 96px); min-height: 600px;
  display: flex; align-items: center;
  color: var(--white); position: relative; overflow: hidden;
  background: var(--primary-dark);
}
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.4), rgba(0,0,0,0.15));
  z-index: 1;
}
.hero-content {
  width: 90%; max-width: 1430px; margin: 0 auto;
  position: relative; z-index: 2;
}
.hero-label {
  font-size: 14px; letter-spacing: 0.1em; opacity: 0.85;
  margin-bottom: 16px; font-weight: 500;
}
.hero-copy {
  font-size: 52px; font-weight: 900; line-height: 1.5;
  letter-spacing: 0.08em; color: var(--white);
  text-shadow: 0 2px 12px rgba(0,0,0,0.2);
}
.hero-sub {
  font-size: 16px; margin-top: 28px; color: var(--white);
  line-height: 2; max-width: 560px;
}
.hero-cta { display: flex; gap: 16px; margin-top: 44px; flex-wrap: wrap; }
.hero-cta-note { font-size: 12px; opacity: 0.6; margin-top: 14px; letter-spacing: 0.04em; }
.hero-stats {
  display: flex; gap: 48px; margin-top: 56px; padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.15); flex-wrap: wrap;
}
.hero-stat-num {
  font-family: var(--en); font-size: 48px; font-weight: 900;
  color: var(--white); line-height: 1;
}
.hero-stat-num span { font-size: 16px; font-weight: 500; }
.hero-stat-label { font-size: 13px; color: rgba(255,255,255,0.7); margin-top: 8px; letter-spacing: 0.06em; }

/* Wave bottom */
.hero-wave { position: absolute; bottom: -1px; left: 0; right: 0; z-index: 3; }
.hero-wave svg { display: block; width: 100%; }
.hero-wave svg path { fill: #EAF1F8 !important; }

/* ===== PAGE HERO (sub pages) ===== */
.page-hero {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: var(--white); text-align: center;
  padding: calc(96px + 32px) 24px 40px;
  position: relative; overflow: hidden;
}
.page-hero h1 { color: var(--white); font-size: 32px; font-weight: 900; margin-bottom: 12px; }
.page-hero p { color: rgba(255,255,255,0.7); font-size: 16px; }

.breadcrumb { padding: 12px 0; font-size: 12px; color: var(--text-sub); }
.breadcrumb a { color: var(--primary); }
.breadcrumb a:hover { text-decoration: underline; }

/* ===== VALUE CARDS (WHY CHOOSE US) ===== */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card {
  background: var(--white); padding: 0 0 32px; text-align: center;
  border: 1px solid #E8E8E8;
  transition: transform 0.3s; overflow: hidden;
}
.section-warm .value-card,
.section-blue .value-card { background: var(--white); }
.value-card:hover { transform: translateY(-4px); }
.value-photo {
  width: 100%; height: 240px; margin: 0 0 28px; overflow: hidden;
}
.value-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.value-card .value-title { padding: 0 32px; }
.value-card .value-text { padding: 0 32px; }
.value-card .value-data { margin: 20px 32px 0; }
.value-icon {
  width: 120px; height: 120px; border-radius: 50%; margin: 0 auto 24px;
  border: 2px solid rgba(15,61,110,0.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; color: var(--primary); overflow: hidden;
}
.value-icon img { width: 70%; height: 70%; object-fit: contain; }
.value-icon svg, .cert-icon svg, .safety-icon svg, .access-icon svg, .alt-icon svg { color: var(--primary-500, var(--primary)); width: 36px; height: 36px; }
.alt-icon svg { width: 28px; height: 28px; }
.value-title { font-size: 18px; font-weight: 700; margin-bottom: 16px; color: var(--text); }
.value-text { font-size: 14px; color: var(--text); line-height: 1.8; }
.value-data {
  font-family: var(--en); font-size: 28px; font-weight: 900;
  color: var(--primary); margin-top: 16px;
}
.value-data small { font-size: 12px; color: var(--text-sub); font-family: var(--sans); font-weight: 400; }

/* ===== FLEET CARDS ===== */
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fleet-card {
  background: var(--white); border: 1px solid #E8E8E8; box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  overflow: hidden; transition: transform 0.3s;
}
.fleet-card:hover { transform: translateY(-4px); }
.fleet-img { height: 220px; overflow: hidden; }
.fleet-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.fleet-card:hover .fleet-img img { transform: scale(1.05); }
.fleet-info { padding: 18px 24px 24px; text-align: center; }
.fleet-name { font-size: 18px; font-weight: 700; color: var(--primary); margin-bottom: 8px; line-height: 1.3; font-family: var(--sans); min-height: 28px; display: flex; align-items: center; justify-content: center; }
.fleet-spec { font-size: 14px; color: var(--text-sub); line-height: 1.5; }
.fleet-spec span { margin: 0 8px; }
.fleet-features { font-size: 13px; color: var(--accent); margin-top: 6px; font-weight: 700; line-height: 1.5; }

/* ===== ROUTE ===== */
.route-map { max-width: 1100px; margin: 0 auto 40px; overflow: hidden; }
.route-map img { width: 100%; height: auto; }
.route-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.route-card {
  background: var(--white); padding: 32px; border: 1px solid #E8E8E8;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04); text-align: left;
}
.route-badge {
  display: inline-block; font-size: 11px; font-weight: 700;
  padding: 4px 12px; margin-bottom: 12px; letter-spacing: 0.04em;
}
.route-badge.standard { background: var(--primary); color: var(--white); }
.route-badge.option { background: var(--accent); color: var(--white); }
.route-name { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.route-detail { font-size: 14px; color: var(--text); line-height: 1.8; }

/* ===== VOICE ===== */
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.voice-card {
  background: var(--white); padding: 32px; border: 1px solid #E8E8E8;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.voice-stars { color: var(--accent); font-size: 16px; margin-bottom: 8px; }
.voice-text { font-size: 15px; color: var(--text); line-height: 2; margin-bottom: 16px; }
.voice-meta { font-size: 13px; color: var(--text-sub); display: flex; gap: 16px; flex-wrap: wrap; }
.voice-plan-badge {
  font-size: 11px; padding: 2px 10px;
  background: var(--primary); color: var(--white); font-weight: 700;
}

/* ===== CTA SECTION ===== */
.cta-section {
  padding: 70px 0; text-align: center; color: var(--white);
  background-color: #062F5C;
  position: relative; overflow: hidden;
}

/* CTA wave transition */
.cta-wave { margin-bottom: -1px; line-height: 0; }
.cta-wave svg { display: block; width: 100%; }
.cta-title {
  font-size: 36px; font-weight: 900; margin-bottom: 16px;
  letter-spacing: 0.06em; line-height: 1.5; color: var(--white);
}
/* Japanese phrase wrap: keep each .phrase span as one unbreakable unit */
.cta-title .phrase { display: inline-block; white-space: nowrap; }
@media (max-width: 767px) {
  .cta-title { font-size: 22px; letter-spacing: 0.02em; line-height: 1.6; }
}
@media (max-width: 380px) {
  .cta-title { font-size: 19px; }
}
.cta-sub { font-size: 16px; opacity: 0.6; margin-bottom: 48px; }
.cta-buttons { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; align-items: center; }
.cta-steps {
  display: flex; justify-content: center; align-items: flex-start;
  gap: 12px; margin-bottom: 32px; flex-wrap: wrap;
}
.cta-step { text-align: center; min-width: 180px; }
.cta-step-num {
  width: 56px; height: 56px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.4);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px; font-family: var(--en); font-size: 22px; font-weight: 900;
}
.cta-step-name { font-size: 20px; font-weight: 900; margin-bottom: 8px; letter-spacing: 0.04em; }
.cta-step-desc { font-size: 14px; opacity: 0.7; line-height: 1.7; }
.cta-step-arrow { font-size: 28px; opacity: 0.4; margin-top: 16px; }
.cta-tel {
  font-family: var(--en); font-size: 44px; font-weight: 900;
  letter-spacing: 0.06em; line-height: 1.3;
  color: var(--white);
  position: relative; padding: 8px 0 8px 44px;
  display: inline-block; text-align: left;
}
.cta-tel::before {
  content: ""; position: absolute; left: 0; top: 12px;
  width: 30px; height: 30px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'><path d='M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2a15.05 15.05 0 01-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02A11.36 11.36 0 017.5 4c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z'/></svg>");
  background-size: contain; background-repeat: no-repeat; background-position: center;
}
.cta-tel { font-size: 40px; white-space: nowrap; }
@media (max-width: 767px) {
  .cta-tel { font-size: 28px !important; padding-left: 32px; }
  .cta-tel::before { width: 22px !important; height: 22px !important; top: 10px; }
  .cta-tel small { white-space: normal; }
  .cta-buttons .btn { width: 100%; max-width: 320px; }
}
.cta-tel small {
  display: block; font-size: 12px; font-weight: 500; opacity: 0.75;
  letter-spacing: 0.15em; color: var(--silver);
  margin-top: 2px; white-space: nowrap;
}
.cta-section .btn-primary {
  background: linear-gradient(135deg, #e06938 0%, #c94e1f 100%);
  box-shadow: 0 6px 24px rgba(212,88,42,0.4), inset 0 1px 0 rgba(255,255,255,0.25);
}
.cta-title {
  color: var(--white); letter-spacing: 0.08em;
  text-shadow: 0 2px 30px rgba(192,200,209,0.2);
}
.cta-title::after {
  content: ""; display: block; width: 64px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--silver), transparent);
  margin: 16px auto 0;
}
.cta-note { font-size: 14px; opacity: 0.95; color: #ffffff !important; margin-top: 24px; letter-spacing: 0.04em; line-height: 1.9; }

/* ===== SUB-PAGE SUPPLEMENTAL STYLES ===== */
.container-sm { max-width: 960px; width: 90%; margin: 0 auto; }

/* plan.html options */
.options { max-width: 1000px; width: 90%; margin: 60px auto; }
.option-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.option-card {
  background: #fff; padding: 28px 20px; text-align: center;
  border: 1px solid rgba(15,61,110,0.1); border-radius: 0;
}
.option-icon { font-size: 32px; margin-bottom: 12px; color: var(--primary); }
.option-name { font-size: 15px; font-weight: 700; color: var(--primary-dark); margin-bottom: 8px; }
.option-price { font-family: var(--en); font-size: 18px; font-weight: 700; color: var(--accent); }
.price-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
.dash { color: var(--text-sub); opacity: 0.5; }

/* reason.html */
.reason-block {
  display: flex; gap: 40px; align-items: center;
  max-width: 1100px; width: 90%; margin: 40px auto; padding: 20px 0;
}
.reason-block.reverse { flex-direction: row-reverse; }
.reason-content { flex: 1; min-width: 0; }
.reason-num {
  font-family: var(--en); font-size: 72px; font-weight: 900;
  color: var(--primary); opacity: 0.2; line-height: 1; margin-bottom: 8px;
}
.reason-title {
  font-family: var(--serif); font-size: 28px; font-weight: 700;
  color: var(--primary-dark); margin-bottom: 16px; letter-spacing: 0.02em;
}
.reason-text { font-size: 15px; line-height: 2; color: var(--text); margin-bottom: 20px; }
.reason-data-box {
  display: flex; gap: 32px; padding: 20px;
  background: rgba(15,61,110,0.04); border-radius: 0;
  border-left: 3px solid var(--primary);
}
.reason-data-item { flex: 1; }
.reason-data-num { font-family: var(--en); font-size: 28px; font-weight: 800; color: var(--primary-dark); }
.reason-data-label { font-size: 12px; color: var(--text-sub); letter-spacing: 0.1em; }
.cert-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; max-width: 1100px; margin: 0 auto; }
.cert-card { background: #fff; padding: 28px 20px; text-align: center; border: 1px solid rgba(15,61,110,0.1); border-radius: 0; }
.cert-icon { font-size: 32px; margin-bottom: 12px; color: var(--primary); }
.cert-name { font-size: 14px; font-weight: 700; color: var(--primary-dark); margin-bottom: 8px; }
.cert-desc { font-size: 12px; color: var(--text-sub); line-height: 1.7; }

/* cruise.html */
.route-detail-grid { max-width: 1100px; width: 90%; margin: 0 auto 60px; }
.route-detail-card { display: flex; gap: 40px; align-items: center; margin-bottom: 60px; padding: 24px 0; }
.route-detail-card.reverse { flex-direction: row-reverse; }
.route-content { flex: 1; min-width: 0; }
.route-badge-lg {
  display: inline-block; padding: 4px 14px; font-size: 12px; font-weight: 700;
  background: var(--primary); color: #fff; border-radius: 20px; letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.route-name-lg { font-family: var(--serif); font-size: 24px; font-weight: 700; color: var(--primary-dark); margin-bottom: 12px; }
.route-desc-lg { font-size: 14px; line-height: 2; color: var(--text); margin-bottom: 16px; }
.route-meta { display: flex; gap: 24px; font-size: 13px; color: var(--text-sub); margin-bottom: 16px; }
.route-highlights { display: flex; gap: 10px; flex-wrap: wrap; }
.route-highlight { padding: 4px 12px; background: rgba(15,61,110,0.06); border-radius: 20px; font-size: 12px; color: var(--primary-dark); }
.safety-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; max-width: 1100px; width: 90%; margin: 0 auto 60px; }
.safety-card { background: #fff; padding: 28px 20px; border: 1px solid rgba(15,61,110,0.1); border-radius: 0; text-align: center; }
.safety-icon { font-size: 32px; margin-bottom: 12px; color: var(--primary); }
.cta-box { max-width: 800px; width: 90%; margin: 60px auto; padding: 40px; background: linear-gradient(135deg, rgba(15,61,110,0.05), rgba(15,61,110,0.02)); border: 1px solid rgba(15,61,110,0.1); border-radius: 0; text-align: center; }
.cta-box-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 20px; }

/* flow.html */
.tl-img { width: 100%; border-radius: 0; margin-top: 16px; }

/* company.html */
.greeting { display: flex; gap: 40px; max-width: 800px; margin: 0 auto; align-items: flex-start; }
.greeting-img { width: 200px; height: 260px; flex-shrink: 0; border-radius: 0; overflow: hidden; }
.greeting-img img { width: 100%; height: 100%; object-fit: cover; }
.greeting-content { flex: 1; }
.greeting-name { font-size: 18px; font-weight: 700; color: var(--primary-dark); margin-bottom: 4px; }
.greeting-role { font-size: 13px; color: var(--text-sub); margin-bottom: 16px; }
.greeting-text { font-size: 14px; color: var(--text); line-height: 2; }
.company-table { width: 100%; max-width: 800px; margin: 0 auto; border-collapse: collapse; }
.company-table th { text-align: left; padding: 16px 20px; background: rgba(15,61,110,0.04); color: var(--primary-dark); font-size: 14px; width: 180px; border-bottom: 1px solid rgba(0,0,0,0.08); vertical-align: top; font-weight: 700; }
.company-table td { padding: 16px 20px; font-size: 14px; color: var(--text); border-bottom: 1px solid rgba(0,0,0,0.08); line-height: 1.8; }
.map-embed { width: 100%; max-width: 800px; height: 400px; margin: 0 auto; border-radius: 0; overflow: hidden; }
.access-info { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 800px; margin: 32px auto 0; }
.access-card { background: #fff; border-radius: 0; padding: 24px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.access-icon { font-size: 28px; margin-bottom: 8px; }
.access-title { font-size: 14px; font-weight: 700; color: var(--primary-dark); margin-bottom: 6px; }
.access-text { font-size: 13px; color: var(--text-sub); line-height: 1.7; }
.tokutei-link { text-align: center; margin-top: 40px; }
.tokutei-link a { color: var(--primary); font-size: 14px; text-decoration: underline; }

/* contact.html */
.contact-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 48px; max-width: 1100px; width: 90%; margin: 0 auto; }
.form-grid { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: flex; flex-direction: column; gap: 6px; }
.form-label { font-size: 13px; font-weight: 700; color: var(--primary-dark); display: flex; align-items: center; gap: 8px; }
.required { font-size: 10px; padding: 2px 6px; background: var(--accent); color: #fff; border-radius: 3px; letter-spacing: 0.08em; }
.optional { font-size: 10px; padding: 2px 6px; background: rgba(0,0,0,0.08); color: var(--text-sub); border-radius: 3px; letter-spacing: 0.08em; }
.form-input, .form-select, .form-textarea { width: 100%; padding: 12px 14px; font-size: 15px; border: 1px solid rgba(0,0,0,0.15); border-radius: 0; background: #fff; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--primary); outline: none; }
.form-textarea { resize: vertical; min-height: 140px; }
.form-radio-group { display: flex; gap: 20px; flex-wrap: wrap; }
.form-radio { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.form-privacy { font-size: 13px; color: var(--text-sub); padding: 16px; background: rgba(0,0,0,0.02); border-radius: 0; line-height: 1.8; }
.side-box { background: rgba(15,61,110,0.04); padding: 24px; border-radius: 0; }
.side-hours { font-size: 13px; color: var(--text-sub); margin: 8px 0 16px; }
.side-line-btn { display: block; text-align: center; padding: 12px; background: #06C755; color: #fff; border-radius: 0; font-weight: 700; }

/* booking.html */
.booking-flow { display: flex; justify-content: space-between; max-width: 900px; width: 90%; margin: 0 auto 40px; padding: 20px 0; }
.booking-main { max-width: 900px; width: 90%; margin: 0 auto; }
.cal-legend { display: flex; gap: 20px; justify-content: center; margin: 16px 0; flex-wrap: wrap; }
.cal-legend-item { display: flex; align-items: center; gap: 6px; font-size: 13px; }
.cal-legend-dot { width: 12px; height: 12px; border-radius: 50%; }
.cal-legend-dot.available { background: #4caf50; }
.cal-legend-dot.avail { background: #4caf50; }
.cal-header-cell { padding: 10px; text-align: center; font-weight: 700; font-size: 13px; background: rgba(15,61,110,0.06); }
.cal-cell { padding: 12px 6px; text-align: center; font-size: 13px; border: 1px solid rgba(0,0,0,0.06); min-height: 60px; }
.cal-cell.available { background: rgba(76,175,80,0.08); cursor: pointer; }
.cal-cell.available:hover { background: rgba(76,175,80,0.15); }
.cal-status { font-size: 11px; margin-top: 4px; color: var(--text-sub); }
.alt-method { background: #fff; padding: 24px; border: 1px solid rgba(0,0,0,0.08); border-radius: 0; display: flex; gap: 20px; align-items: flex-start; }
.alt-icon { font-size: 28px; color: var(--primary); }
.alt-name { font-size: 16px; font-weight: 700; color: var(--primary-dark); margin-bottom: 6px; }
.alt-detail { font-size: 13px; color: var(--text-sub); line-height: 1.8; }
.active-text { color: var(--primary); font-weight: 700; }

/* blog & article */
.blog-layout, .article-layout { display: grid; grid-template-columns: 1fr 300px; gap: 48px; max-width: 1200px; width: 90%; margin: 0 auto; }
.sidebar-box { background: rgba(15,61,110,0.04); padding: 20px; border-radius: 0; margin-bottom: 20px; }
.sidebar-title { font-size: 14px; font-weight: 700; color: var(--primary-dark); margin-bottom: 12px; letter-spacing: 0.04em; }
.sidebar-recent, .sidebar-cats { display: flex; flex-direction: column; gap: 10px; }
.sidebar-cta { background: var(--primary-dark); color: #fff; padding: 20px; border-radius: 0; text-align: center; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.pagination a, .pagination .current { padding: 8px 14px; border: 1px solid rgba(0,0,0,0.1); border-radius: 0; font-size: 14px; }
.pagination .current { background: var(--primary); color: #fff; border-color: var(--primary); }
.date { font-size: 12px; color: var(--text-sub); }
.article-layout { max-width: 1100px; }
.article-header { max-width: 800px; margin: 0 auto 40px; }
.article-tag { display: inline-block; padding: 4px 12px; background: var(--primary); color: #fff; border-radius: 20px; font-size: 11px; letter-spacing: 0.08em; margin-bottom: 12px; }
.article-title { font-family: var(--serif); font-size: 32px; font-weight: 700; color: var(--primary-dark); line-height: 1.5; margin-bottom: 16px; }
.article-meta { display: flex; gap: 16px; font-size: 13px; color: var(--text-sub); }
.article-body { font-size: 15px; line-height: 2; color: var(--text); }
.article-body h2 { font-size: 22px; color: var(--primary-dark); margin: 40px 0 16px; padding-left: 14px; border-left: 3px solid var(--primary); }
.article-body h3 { font-size: 18px; color: var(--primary-dark); margin: 32px 0 12px; }
.article-body p { margin-bottom: 16px; }
.article-cta-inline { background: rgba(15,61,110,0.04); padding: 24px; border-radius: 0; margin: 32px 0; text-align: center; }
.article-nav { display: flex; justify-content: space-between; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(0,0,0,0.08); }

/* legal pages */
.legal-content { max-width: 800px; width: 90%; margin: 0 auto; font-size: 14px; line-height: 2; }
.legal-content h2 { font-size: 18px; color: var(--primary-dark); margin: 32px 0 12px; padding-left: 12px; border-left: 3px solid var(--primary); }
.legal-content p { margin-bottom: 12px; }
.tokutei-table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.tokutei-table th, .tokutei-table td { padding: 12px 16px; text-align: left; border: 1px solid rgba(0,0,0,0.1); font-size: 13px; vertical-align: top; }
.tokutei-table th { background: rgba(15,61,110,0.04); width: 180px; font-weight: 700; color: var(--primary-dark); }

/* search.html */
.search-header { background: rgba(15,61,110,0.04); padding: 40px 0; }
.search-header-inner { max-width: 900px; width: 90%; margin: 0 auto; text-align: center; }
.search-form { display: flex; max-width: 600px; margin: 0 auto; gap: 8px; }
.search-form input { flex: 1; padding: 12px 14px; border: 1px solid rgba(0,0,0,0.15); border-radius: 0; font-size: 15px; }
.search-query { font-weight: 700; color: var(--primary-dark); }
.search-results { max-width: 900px; width: 90%; margin: 40px auto; }
.search-item { padding: 20px 0; border-bottom: 1px solid rgba(0,0,0,0.08); }
.search-item-tag { display: inline-block; padding: 2px 10px; background: rgba(15,61,110,0.08); color: var(--primary-dark); border-radius: 0; font-size: 11px; margin-bottom: 8px; }
.search-item-title { font-size: 18px; font-weight: 700; color: var(--primary-dark); margin-bottom: 6px; }
.search-item-excerpt { font-size: 13px; color: var(--text); line-height: 1.7; margin-bottom: 6px; }
.search-item-url { font-size: 11px; color: var(--text-sub); }

/* 404.html */
.error-page { text-align: center; padding: 80px 20px; }
.error-num { font-family: var(--en); font-size: 120px; font-weight: 900; color: var(--primary); opacity: 0.2; line-height: 1; }
.error-title { font-size: 28px; font-weight: 700; color: var(--primary-dark); margin: 16px 0 12px; }
.error-text { font-size: 14px; color: var(--text-sub); line-height: 1.8; max-width: 600px; margin: 0 auto 32px; }
.error-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.error-search { max-width: 500px; margin: 0 auto 40px; }
.error-search-form { display: flex; gap: 8px; }
.error-search-form input { flex: 1; padding: 10px 14px; border: 1px solid rgba(0,0,0,0.15); border-radius: 0; }
.error-links { max-width: 800px; margin: 0 auto; }
.error-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; margin-top: 16px; }

/* cruise.html ship cards */
.ship-info { flex: 1; min-width: 0; }
.ship-name { font-family: var(--serif); font-size: 24px; font-weight: 700; color: var(--primary-dark); margin-bottom: 8px; }
.ship-desc { font-size: 14px; line-height: 1.8; color: var(--text); margin-bottom: 12px; }
.ship-badge { display: inline-block; padding: 4px 12px; background: var(--primary); color: #fff; border-radius: 20px; font-size: 11px; margin-bottom: 8px; letter-spacing: 0.08em; }
.ship-spec-badges { display: flex; gap: 8px; flex-wrap: wrap; margin: 12px 0; }
.ship-spec-badges span { padding: 4px 12px; background: rgba(15,61,110,0.06); border-radius: 20px; font-size: 12px; color: var(--primary-dark); }
.ship-feature { font-size: 13px; color: var(--text-sub); line-height: 1.8; }
.safety-title { font-size: 15px; font-weight: 700; color: var(--primary-dark); margin-bottom: 8px; }
.safety-text { font-size: 13px; color: var(--text-sub); line-height: 1.7; }

/* contact sidebar extras */
.side-title { font-size: 14px; font-weight: 700; color: var(--primary-dark); margin-bottom: 10px; letter-spacing: 0.04em; }
.side-tel { font-family: var(--en); font-size: 24px; font-weight: 800; color: var(--primary-dark); letter-spacing: 0.04em; display: block; margin: 8px 0; }
.side-note { font-size: 12px; color: var(--text-sub); line-height: 1.7; margin-top: 8px; }
.submit-btn { display: block; width: 100%; padding: 16px; background: var(--accent); color: #fff; font-weight: 700; border: 0; border-radius: 0; cursor: pointer; font-size: 15px; letter-spacing: 0.08em; }
.submit-btn:hover { filter: brightness(1.08); }

/* booking calendar */
.calendar-section { max-width: 900px; width: 90%; margin: 40px auto; background: #fff; padding: 24px; border-radius: 0; border: 1px solid rgba(0,0,0,0.08); }
.calendar-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.calendar-month { font-family: var(--en); font-size: 20px; font-weight: 700; color: var(--primary-dark); }
.calendar-nav { display: flex; gap: 8px; }
.calendar-nav button, .calendar-nav a { padding: 6px 14px; background: rgba(15,61,110,0.06); border: 0; border-radius: 0; cursor: pointer; font-size: 13px; color: var(--primary-dark); }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-cell.empty { background: transparent; border: 0; cursor: default; }
.flow-header { text-align: center; margin-bottom: 16px; }
.flow-step-circle {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--primary-dark); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--en); font-weight: 700; margin: 0 auto 8px;
}

/* hero-stat */
.hero-stat { flex: 1; }

@media (max-width: 768px) {
  .blog-layout, .article-layout, .contact-layout { grid-template-columns: 1fr; }
  .reason-block, .route-detail-card { flex-direction: column !important; }
  .access-info { grid-template-columns: 1fr; }
  .greeting { flex-direction: column; }
  .calendar-grid { font-size: 11px; }
  .cal-cell { padding: 6px 2px; min-height: 50px; }
}

/* ===== FLOW INTRO (flow.html clean text section) ===== */
.flow-intro {
  background: #FFFFFF;
  padding: 80px 40px 60px; text-align: center;
  position: relative;
}
.flow-intro-bg { display: none; }
.flow-intro-inner { max-width: 860px; margin: 0 auto; }
.flow-intro-label {
  font-family: var(--en); font-size: 13px; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--primary);
  margin-bottom: 20px; display: inline-block; position: relative;
}
.flow-intro-label::before,
.flow-intro-label::after {
  content: ""; display: inline-block; width: 32px; height: 1px;
  background: var(--primary); vertical-align: middle; margin: 0 16px; opacity: 0.6;
}
.flow-intro-title {
  font-family: var(--serif); font-size: 34px; font-weight: 500;
  color: var(--text); letter-spacing: 0.06em; line-height: 1.6;
  margin-bottom: 36px;
}
.flow-intro-lead {
  font-size: 18px; line-height: 2;
  color: var(--text); margin-bottom: 20px; font-weight: 500;
}
.flow-intro-body {
  font-size: 16px; line-height: 2.2;
  color: var(--text); margin-bottom: 48px;
  max-width: 720px; margin-left: auto; margin-right: auto;
}
.flow-intro-stats {
  display: flex; justify-content: center; align-items: center;
  gap: 48px; margin-top: 48px; padding-top: 40px;
  border-top: 1px solid #E8E8E8; flex-wrap: wrap;
}
.flow-intro-stat { text-align: center; }
.flow-intro-stat-num {
  font-family: var(--en); font-size: 42px; font-weight: 400;
  color: var(--primary); letter-spacing: -0.02em; line-height: 1;
}
.flow-intro-stat-num small {
  font-size: 16px; margin-left: 4px; font-weight: 400; color: var(--text-sub);
}
.flow-intro-stat-label {
  font-size: 13px; color: var(--text-sub);
  letter-spacing: 0.1em; margin-top: 12px;
}
.flow-intro-stat-divider {
  width: 1px; height: 40px;
  background: #E8E8E8;
}
@media (max-width: 768px) {
  .flow-intro { padding: 60px 24px; }
  .flow-intro-title { font-size: 22px; }
  .flow-intro-lead { font-size: 16px; }
  .flow-intro-stats { flex-direction: column; gap: 24px; }
  .flow-intro-stat-divider { width: 40px; height: 1px; }
  .flow-intro-label::before, .flow-intro-label::after { width: 20px; margin: 0 10px; }
}

/* ===== PLAN DETAIL (plan.html) ===== */
.plan-detail {
  max-width: 1000px; width: 90%; margin: 0 auto;
  padding: 40px 0;
}
.plan-detail-header {
  display: flex; gap: 48px; align-items: center;
  margin-bottom: 40px;
}
.plan-detail-header > div:first-child { flex-shrink: 0; }
.plan-detail-info { flex: 1; min-width: 0; }
.plan-detail-info .section-label {
  font-size: 13px; color: var(--accent); letter-spacing: 0.15em;
  text-transform: uppercase; font-weight: 700; margin-bottom: 8px;
}
.plan-detail-name {
  font-family: var(--serif); font-size: 32px; font-weight: 700;
  color: var(--primary-dark); margin-bottom: 20px; letter-spacing: 0.02em;
}
.plan-detail-price {
  font-family: var(--en); font-size: 44px; font-weight: 800;
  color: var(--primary-dark); letter-spacing: 0.02em; margin-bottom: 20px;
  line-height: 1.1;
}
.plan-detail-price small {
  font-family: var(--sans); font-size: 14px; font-weight: 500;
  color: var(--text-sub); margin-left: 8px; letter-spacing: 0.08em;
}
.plan-detail-desc {
  font-size: 15px; line-height: 2; color: var(--text);
}
.include-title {
  font-size: 18px; font-weight: 700; color: var(--primary-dark);
  margin: 40px 0 20px; padding-left: 14px;
  border-left: 3px solid var(--primary);
  letter-spacing: 0.04em;
}
.include-list {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 12px 32px; margin-bottom: 40px;
  padding: 0;
}
.include-list li {
  font-size: 14px; line-height: 1.8; color: var(--text);
  padding: 10px 0 10px 26px; position: relative;
  border-bottom: 1px solid #F0F0F0;
}
.include-list li::before {
  content: "—"; position: absolute; left: 0; top: 10px;
  color: var(--primary); font-weight: 400;
}
.plan-cta-box {
  background: linear-gradient(135deg, rgba(15,61,110,0.04) 0%, rgba(15,61,110,0.02) 100%);
  border: 1px solid rgba(15,61,110,0.12);
  border-radius: 0; padding: 32px; margin: 32px 0;
  text-align: center;
}
.plan-cta-box h3 {
  font-size: 18px; font-weight: 700;
  color: var(--primary-dark); margin-bottom: 20px;
}
.plan-cta-btns {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
}
.plan-cta-btns .btn { padding: 14px 28px; font-size: 14px; }
.btn-blue {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff; padding: 14px 28px;
  box-shadow: 0 4px 16px rgba(15,61,110,0.3), inset 0 1px 0 rgba(255,255,255,0.15);
}
.plan-price-note {
  font-size: 12px; color: var(--text-sub);
  text-align: center; line-height: 1.8;
  padding: 16px; background: rgba(0,0,0,0.02); border-radius: 0;
}
.divider {
  max-width: 800px; width: 80%; margin: 0 auto;
  border: 0; border-top: 1px solid rgba(15,61,110,0.1);
}
@media (max-width: 768px) {
  .plan-detail-header { flex-direction: column; gap: 24px; }
  .plan-detail-header > div:first-child { width: 100% !important; height: 220px !important; }
  .plan-detail-name { font-size: 24px; }
  .plan-detail-price { font-size: 32px; }
  .include-list { grid-template-columns: 1fr; }
}

/* ===== ROUTE NOTE BAR & FLOW STEPS ===== */
.route-note-bar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 10px 20px; margin: 32px auto 40px; max-width: 960px;
  padding: 14px 24px; background: rgba(15,61,110,0.04);
  border-left: 3px solid var(--primary); border-radius: 0;
  font-size: 13px; color: var(--text);
}
.route-note-bar span { color: var(--silver-dark); }
.route-note-bar strong {
  font-weight: 700; color: var(--primary-dark);
  padding: 2px 10px; background: #fff;
  border: 1px solid rgba(15,61,110,0.15); border-radius: 20px;
  font-size: 12px;
}
.flow-steps {
  display: flex; align-items: stretch; justify-content: center;
  gap: 18px; max-width: 1200px; margin: 0 auto;
}
.flow-step {
  flex: 1; background: #fff; padding: 36px 28px 32px;
  border: 1px solid rgba(15,61,110,0.12);
  border-top: 3px solid var(--primary);
  border-radius: 0; text-align: left;
  box-shadow: 0 4px 20px rgba(15,61,110,0.06);
  position: relative;
}
.flow-step-num {
  font-family: var(--en); font-size: 42px; font-weight: 900;
  color: var(--primary); line-height: 1; letter-spacing: 0.02em;
  opacity: 0.85; margin-bottom: 8px;
}
.flow-step-title {
  font-size: 18px; font-weight: 700; color: var(--primary-dark);
  margin-bottom: 12px; letter-spacing: 0.04em;
}
.flow-step-desc {
  font-size: 14px; line-height: 1.8; color: var(--text-sub);
}
.flow-step-arrow {
  display: flex; align-items: center; color: var(--primary);
  font-size: 28px; font-weight: 300; opacity: 0.5;
}
@media (max-width: 900px) {
  .flow-steps { flex-direction: column; }
  .flow-step-arrow { transform: rotate(90deg); justify-content: center; padding: 0; }
}

/* Before-steps grid (flow.html) */
.before-steps-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px; margin-top: 32px;
}
.before-step-card {
  background: var(--bg-blue); border-radius: var(--radius);
  padding: 28px 20px;
}
.before-step-num {
  font-size: .75rem; color: var(--primary-500); font-weight: 700;
  margin-bottom: 8px; font-family: 'Lato', sans-serif;
}
.before-step-title {
  font-size: .9375rem; font-weight: 700;
  color: var(--primary-800); margin-bottom: 8px;
}
.before-step-desc { font-size: .8125rem; line-height: 1.7; }
@media (max-width: 900px) {
  .before-steps-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 599px) {
  .before-steps-grid { grid-template-columns: 1fr; }
}

/* Plan recommend line - more prominent */
.plan-recommend {
  font-weight: 700; color: var(--primary-dark) !important;
  letter-spacing: 0.04em;
}
.plan-card.popular .plan-recommend { color: #fff !important; }

/* ===== PLAN CARDS ===== */
.plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 420px)); gap: 28px; justify-content: center; max-width: 900px; margin: 0 auto; }
.plan-card {
  background: var(--white); overflow: hidden; position: relative;
  border: 1px solid #E8E8E8;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid rgba(0,0,0,0.06);
}
.plan-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0,0,0,0.10); }

/* Popular card — subtle emphasis */
.plan-card.popular {
  border: 2px solid var(--accent);
  position: relative;
  box-shadow: 0 8px 28px rgba(195,13,35,0.12);
}
.plan-card.popular:hover {
  box-shadow: 0 14px 40px rgba(195,13,35,0.18);
}

/* Simple chip badge */
.plan-popular-badge {
  position: absolute;
  top: 16px; right: 16px;
  z-index: 3;
  padding: 5px 12px;
  background: var(--accent);
  color: #fff;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(195,13,35,0.25);
}

/* Swipe indicator for horizontal-scroll tables on mobile */
.compare-table-wrap { position: relative; }
.swipe-hint { display: none; }
.swipe-hint-bar { display: none; }
/* 100%幅で収める確実版 */
.table-scroll {
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
}
.table-scroll > .compare-table {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  table-layout: fixed !important;
}
.table-scroll > .compare-table th,
.table-scroll > .compare-table td {
  word-break: break-word;
  white-space: normal;
  overflow-wrap: anywhere;
}
.table-scroll > .compare-table th:first-child,
.table-scroll > .compare-table td:first-child { width: 28% !important; }
.table-scroll > .compare-table th:not(:first-child),
.table-scroll > .compare-table td:not(:first-child) { width: 36% !important; }
@media (max-width: 767px) {
  .table-scroll .swipe-hint-bar { display: none !important; }
  .table-scroll > .compare-table { font-size: 9.5px !important; }
  .table-scroll > .compare-table th,
  .table-scroll > .compare-table td {
    padding: 5px 3px !important;
    font-size: 9.5px !important;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  /* Horizontal scroll containers with visible scrollbar */
  .plan-compare, .container-sm:has(.compare-table), .container:has(> .container-sm > .compare-table) {
    overflow-x: auto !important; -webkit-overflow-scrolling: touch;
    padding: 12px 8px 16px !important; position: relative;
    scrollbar-width: thin; scrollbar-color: var(--accent) rgba(0,0,0,0.06);
  }
  .plan-compare::-webkit-scrollbar,
  .container-sm::-webkit-scrollbar { height: 10px; -webkit-appearance: auto; }
  .plan-compare::-webkit-scrollbar-track,
  .container-sm::-webkit-scrollbar-track { background: rgba(0,0,0,0.06); border-radius: 10px; }
  .plan-compare::-webkit-scrollbar-thumb,
  .container-sm::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 10px; }
  .compare-table th, .compare-table td { padding: 10px 6px !important; white-space: normal; }
  .compare-table th { writing-mode: horizontal-tb; font-size: 11px !important; }
  /* Make any compare-table wrapped in any container scroll horizontally */
  section:has(> .container) .container-sm { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .container-sm { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .plan-table thead th { font-size: 11px !important; padding: 10px 4px !important; }
  .plan-table tbody td { padding: 10px 4px !important; font-size: 12px !important; }
  /* Swipe hint above tables */
  .plan-compare::before {
    content: "← 左右にスワイプして比較 →"; display: block; width: 100%;
    text-align: center; font-size: 11px; color: var(--accent);
    padding: 10px 0; letter-spacing: 0.1em; font-weight: 700;
    background: rgba(195,13,35,0.06); margin-bottom: 12px;
    position: sticky; left: 0; border-radius: 4px;
  }
}

/* Plan header — dark bg for impact */
.plan-header {
  padding: 40px 24px 32px; text-align: center;
  background: var(--primary-dark);
  background-image: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: var(--white); position: relative;
}
.plan-card.popular .plan-header {
  padding-top: 52px;
  background: var(--accent);
  background-image: linear-gradient(135deg, #c24e22, var(--accent));
}
.plan-recommend {
  font-size: 12px; color: rgba(255,255,255,0.75); font-weight: 500;
  margin-bottom: 10px; line-height: 1.4; letter-spacing: 0.04em;
}
.plan-name {
  font-size: 24px; font-weight: 900; color: var(--white);
  margin-bottom: 4px; letter-spacing: 0.06em;
}
.plan-eng {
  font-family: var(--en); font-size: 11px; color: rgba(255,255,255,0.5);
  letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 20px;
}
.plan-price {
  font-family: var(--en); font-size: 44px; font-weight: 900; color: var(--white);
  line-height: 1;
}
.plan-price small { font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.6); }

/* Plan body */
.plan-body { padding: 8px 28px 32px; }
.plan-features { font-size: 15px; }
.plan-features li {
  padding: 12px 0 12px 36px; border-bottom: 1px solid rgba(0,0,0,0.06);
  position: relative; color: var(--text);
}
.plan-features li::before {
  content: ''; position: absolute; left: 0; top: 16px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-size: 14px; background-position: center; background-repeat: no-repeat;
}
.plan-card.popular .plan-features li::before { background-color: var(--accent); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E"); background-size: 14px; background-position: center; background-repeat: no-repeat; }
.plan-features li:last-child { border-bottom: none; }
.plan-btn {
  display: block; width: 100%; padding: 18px; margin-top: 16px;
  background: var(--primary); color: var(--white);
  border: none; font-size: 16px; font-weight: 700;
  letter-spacing: 0.08em; text-align: center;
  transition: opacity 0.3s;
}
.plan-card.popular .plan-btn { background: var(--accent); }
.plan-btn:hover { opacity: 0.85; }

/* Plan compare table */
.plan-compare { margin-top: 60px; }
.plan-compare-title {
  font-size: 22px; font-weight: 900; text-align: center;
  margin-bottom: 32px; letter-spacing: 0.04em;
}
.plan-table {
  width: 100%; border-collapse: collapse; font-size: 15px;
  background: var(--white); box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.plan-table thead th {
  padding: 20px 16px; font-size: 16px; font-weight: 700;
  color: var(--white); background: var(--primary);
  text-align: center; letter-spacing: 0.04em;
}
.plan-table thead th:first-child { background: var(--primary-dark); width: 160px; }
.plan-table thead th.popular-col {
  background: var(--accent); font-size: 18px; position: relative;
}
.plan-table thead th.popular-col::before {
  content: 'No.1'; position: absolute; top: -28px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: var(--white);
  font-family: var(--en); font-size: 20px; font-weight: 700; padding: 8px 28px;
  letter-spacing: 0.1em; white-space: nowrap;
  border-radius: 4px; box-shadow: 0 4px 16px rgba(195,13,35,0.4);
}
.plan-table tbody td {
  padding: 16px; text-align: center; border-bottom: 1px solid rgba(0,0,0,0.06);
  vertical-align: middle; line-height: 1.6;
}
.plan-table tbody td.row-label {
  text-align: left; font-weight: 700; color: var(--primary);
  background: var(--bg-alt); font-size: 14px; letter-spacing: 0.02em;
}
.plan-table tbody td.popular-col { background: rgba(212,88,42,0.04); }
.plan-table tbody td strong {
  font-family: var(--en); font-size: 20px; font-weight: 900;
  color: var(--text); letter-spacing: 0.02em;
}
.plan-table tbody td.popular-col strong { color: var(--accent); font-size: 22px; }
.plan-table tbody td.has-check { color: var(--primary); font-weight: 500; }
.plan-table tbody td.popular-col.has-check { color: var(--accent); }
.plan-table tbody tr:last-child td {
  border-bottom: none; font-size: 13px; color: var(--text-sub);
  padding: 20px 16px; line-height: 1.7;
}

/* Plan assurance */
.plan-assurance {
  background: var(--bg-alt); border-top: 3px solid var(--accent);
  padding: 40px 48px; margin-top: 48px;
}
.plan-assurance-title { font-size: 18px; font-weight: 900; margin-bottom: 20px; text-align: center; }
.plan-assurance-items { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }
.plan-assurance-items span {
  font-size: 14px; font-weight: 700; color: var(--primary);
  background: var(--white); padding: 10px 24px;
  border: 1px solid rgba(15,61,110,0.2);
}
.plan-assurance-note { font-size: 12px; color: var(--text-sub); margin-top: 8px; text-align: center; }

/* ===== TRUST BLOCK ===== */
.trust-block {
  max-width: 900px; margin: 0 auto;
  background: var(--bg-alt); padding: 40px 48px;
  border-top: 3px solid var(--accent);
}
.trust-title {
  font-size: 20px; font-weight: 900; color: var(--text);
  margin-bottom: 24px; text-align: center;
}
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 32px; }
.trust-item {
  display: flex; gap: 12px; font-size: 15px;
  padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.06);
}
.trust-label { color: var(--text-sub); min-width: 80px; flex-shrink: 0; font-weight: 700; }
.trust-value { color: var(--text); }
.trust-value a { color: var(--primary); }

/* ===== FLOW / TIMELINE ===== */
.timeline { max-width: 900px; margin: 0 auto; position: relative; }
.timeline::before {
  content: ''; position: absolute; left: 40px; top: 0; bottom: 0;
  width: 2px; background: rgba(15,61,110,0.15);
}
.tl-item { display: flex; gap: 32px; margin-bottom: 16px; position: relative; }
.tl-marker {
  width: 80px; height: 80px; border-radius: 50%; flex-shrink: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: var(--primary); color: var(--white);
  font-family: var(--en); font-size: 13px; font-weight: 700;
  letter-spacing: 0.06em; position: relative; z-index: 2;
}
.tl-marker .tl-time { font-family: var(--en); font-size: 14px; font-weight: 900; }
.tl-marker span:first-child { font-size: 10px; opacity: 0.7; }
.tl-marker.highlight { background: var(--accent); }
.tl-body { flex: 1; padding: 16px 0 40px; }
.tl-title { font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.tl-desc { font-size: 15px; color: var(--text); line-height: 2; margin-bottom: 16px; }
.tl-total {
  background: var(--primary-dark); color: var(--white);
  padding: 28px; text-align: center;
  margin-top: 24px; max-width: 900px; margin-left: auto; margin-right: auto;
}
.tl-total-num { font-family: var(--en); font-size: 32px; font-weight: 900; }
.tl-total-label { font-size: 14px; opacity: 0.7; }

/* ===== FAQ ===== */
.faq-list { max-width: 900px; margin: 0 auto; }
.faq-group-title {
  font-size: 18px; font-weight: 700; color: var(--primary);
  margin: 40px 0 12px; padding-bottom: 10px;
  border-bottom: 2px solid var(--primary);
}
.faq-item { border-bottom: 1px solid rgba(0,0,0,0.08); }
.faq-q {
  padding: 20px 0; font-size: 16px; font-weight: 700;
  color: var(--text); cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; transition: color 0.3s;
}
.faq-q:hover { color: var(--primary); }
.faq-q-text::before { content: 'Q. '; color: var(--primary); font-weight: 700; }
.faq-q-toggle {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--bg-alt); display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: var(--primary); flex-shrink: 0; transition: all 0.3s;
}
.faq-item.open .faq-q-toggle { background: var(--primary); color: var(--white); transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; }
.faq-item.open .faq-a { max-height: 500px; padding: 0 0 24px 28px; }
.faq-a-inner { font-size: 15px; color: var(--text); line-height: 2; }
.faq-a-inner::before { content: 'A. '; color: var(--accent); font-weight: 700; }

/* ===== BLOG ===== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card {
  background: var(--white); border: 1px solid #E8E8E8; box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  overflow: hidden; transition: transform 0.3s;
}
.blog-card:hover { transform: translateY(-4px); }
.blog-thumb { height: 180px; overflow: hidden; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.blog-card:hover .blog-thumb img { transform: scale(1.05); }
.blog-body { padding: 20px; }
.blog-tag {
  display: inline-block; font-size: 11px; font-weight: 700;
  background: var(--primary); color: var(--white);
  padding: 2px 10px; margin-bottom: 8px; letter-spacing: 0.04em;
}
.blog-title-text { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; line-height: 1.5; }
.blog-excerpt { font-size: 14px; color: var(--text-sub); line-height: 1.7; margin-bottom: 12px; }
.blog-date { font-family: var(--en); font-size: 14px; font-weight: 500; color: var(--text-sub); }

/* ===== FOOTER ===== */
.footer-brand { max-width: 420px; }
.footer-logo {
  display: block; width: 180px; height: 78px;
  margin-bottom: 24px;
  background: url('../img/logo.png') no-repeat left center;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.footer-logo > * { display: none !important; }
.footer-tel {
  font-family: var(--en); font-size: 20px; font-weight: 700;
  color: var(--white); letter-spacing: 0.04em; line-height: 1.8;
}
.footer-tel-note { font-size: 12px; opacity: 0.6; margin-left: 6px; }
.footer-legal {
  max-width: 1430px; width: 90%; margin: 32px auto 0;
  padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.08);
  text-align: right; font-size: 12px; opacity: 0.6;
}
.footer-legal a { color: inherit; transition: opacity 0.3s; }
.footer-legal a:hover { opacity: 1; color: var(--white); }
.footer-legal-sep { margin: 0 12px; opacity: 0.4; }

.footer {
  background-color: var(--primary-dark);
  background-image: linear-gradient(to top, var(--primary), var(--primary-dark));
  color: rgba(255,255,255,0.85); padding: 80px 0 40px;
}
.footer .container { width: 90%; max-width: 1430px; }
.footer-inner { display: grid; grid-template-columns: 1.2fr 1.5fr; gap: 80px; }
.footer-logo-text {
  font-family: var(--en); font-size: 22px; font-weight: 700; color: var(--white);
  letter-spacing: 0.02em; line-height: 1;
}
.footer-logo-text small {
  display: block; font-family: var(--sans);
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.4em; opacity: 0.6;
  margin-top: 6px; text-indent: 0.4em;
}
.footer-address { font-size: 13px; line-height: 2; opacity: 0.8; }
.footer-nav {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px; font-size: 14px;
  align-content: start;
}
.footer-nav a {
  transition: opacity 0.3s, padding-left 0.3s;
  padding-left: 14px; position: relative;
  opacity: 0.85;
}
.footer-nav a::before {
  content: ""; position: absolute; left: 0; top: 50%;
  width: 4px; height: 1px; background: rgba(255,255,255,0.4);
  transition: width 0.3s, background 0.3s;
}
.footer-nav a:hover { opacity: 1; color: var(--white); padding-left: 18px; }
.footer-nav a:hover::before { width: 10px; background: var(--white); }
.footer-bottom {
  width: 90%; max-width: 1430px; margin: 48px auto 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px; padding-top: 24px; color: rgba(255,255,255,0.9);
  border-top: 1px solid rgba(255,255,255,0.15); letter-spacing: 0.04em;
}

/* ===== FIXED MOBILE CTA ===== */
.fixed-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  background: var(--white); border-top: 1px solid rgba(0,0,0,0.08);
  display: none; padding: 8px 12px; gap: 8px;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.08);
}
.fixed-cta-btn {
  flex: 1; padding: 12px 8px; font-size: 12px; font-weight: 700;
  text-align: center; color: var(--white);
}
.fixed-cta-btn.tel { background: var(--primary-dark); }
.fixed-cta-btn.contact { background: var(--accent); }
.fixed-cta-btn.line-btn { background: #06C755; }
.fixed-cta-btn.reserve { background: var(--primary); }

/* ===== UTILITY ===== */
.badge { display: inline-block; font-size: 11px; font-weight: 700; padding: 2px 10px; }
.badge-blue { background: var(--primary); color: var(--white); }
.divider { border: none; border-top: 1px solid rgba(0,0,0,0.08); margin: 60px auto; max-width: 900px; }
.img-cover { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Cards (sub pages) */
.card { background: var(--white); box-shadow: 0 2px 12px rgba(0,0,0,0.04); overflow: hidden; transition: transform 0.3s; }
.card:hover { transform: translateY(-4px); }
.card-body { padding: 24px; }
.card-img { height: 200px; background: var(--bg-alt); overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; }

.reason-img { overflow: hidden; }
.reason-img img { width: 100%; height: 100%; object-fit: cover; }
.voice-img { overflow: hidden; }
.voice-img img { width: 100%; height: 100%; object-fit: cover; }
.article-eyecatch { overflow: hidden; }
.article-eyecatch img { width: 100%; height: 100%; object-fit: cover; }
.content-img { overflow: hidden; margin: 24px 0; }
.content-img img { width: 100%; height: auto; }
.greeting-img { overflow: hidden; }
.greeting-img img { width: 100%; height: 100%; object-fit: cover; }

/* Comparison table */
.compare-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.compare-table th { padding: 14px 12px; text-align: center; }
.compare-table th:first-child { text-align: left; }
.compare-table th.ours { background: var(--primary); color: var(--white); }
.compare-table th.others { background: var(--bg-alt); color: var(--text-sub); }
.compare-table td { padding: 14px 12px; text-align: center; border-bottom: 1px solid rgba(0,0,0,0.06); }
.compare-table td:first-child { text-align: left; font-weight: 700; background: var(--bg-alt); }
.compare-table td:nth-child(2) { background: rgba(15,61,110,0.03); }
.check { color: var(--primary); font-weight: 700; }
.plan-price-note { background: var(--bg-alt); padding: 16px 20px; margin-top: 20px; font-size: 12px; color: var(--text-sub); line-height: 1.8; }

/* ===== HAMBURGER MENU ===== */
.hamburger {
  display: none; background: none; border: none; cursor: pointer;
  width: 28px; height: 20px; position: relative; padding: 0; z-index: 1070; margin-right: 20px;
}
.hamburger span {
  display: block; width: 100%; height: 2px;
  background: var(--text); position: absolute; left: 0; transition: all 0.3s;
}
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 9px; }
.hamburger span:nth-child(3) { top: 18px; }
.hamburger.active span:nth-child(1) { top: 9px; transform: rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { top: 9px; transform: rotate(-45deg); }

.mobile-nav-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 1050; }
.mobile-nav-overlay.active { display: block; }

.header-nav.mobile-open {
  display: flex !important; flex-direction: column;
  position: fixed; top: 0; right: 0; width: 280px; height: 100vh;
  background: var(--white); z-index: 1060;
  padding: 96px 24px 32px; box-shadow: -4px 0 24px rgba(0,0,0,0.1); gap: 0;
}
.header-nav.mobile-open a {
  padding: 16px 0; border-bottom: 1px solid rgba(0,0,0,0.06);
  font-size: 15px; color: var(--text);
}
.nav-mobile-only { display: none !important; }
.header-nav.mobile-open .nav-mobile-only { display: block !important; }
@media (max-width: 1024px) {
  .nav-mobile-only { display: none; }
}

/* ===== SCROLL PROGRESS ===== */
.scroll-progress {
  position: fixed; top: 96px; left: 0; right: 0; height: 3px;
  z-index: 99; background: rgba(0,0,0,0.05);
}
.scroll-progress-bar { height: 100%; width: 0%; background: var(--accent); transition: width 0.1s; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .header-nav { display: none; }
  .hamburger { display: block; }
  .header-cta { display: none; }
  .header { height: 64px; }
  .hero { margin-top: 64px; }
  .page-hero { padding-top: calc(64px + 40px); }
  .scroll-progress { top: 64px; }
  .values-grid, .plan-grid, .fleet-grid, .route-cards, .blog-grid, .voice-grid { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 100px 0; }
  .sec-en { font-size: 72px; }
}
@media (max-width: 767px) {
  .values-grid, .plan-grid, .fleet-grid, .route-cards, .voice-grid, .blog-grid { grid-template-columns: 1fr; }
  .hero { margin-top: 64px; min-height: auto; height: auto; padding: 60px 20px 40px; }
  .hero-inner { flex-direction: column; gap: 32px; }
  .hero-content { width: 100%; }
  .hero-photo { display: none; }
  .hero-label { font-size: 13px !important; margin-bottom: 12px; letter-spacing: 0.05em; }
  .hero-copy { font-size: 26px !important; line-height: 1.5; margin-bottom: 16px; }
  .hero-sub { font-size: 14px !important; line-height: 1.9; margin-bottom: 20px; }
  .hero-cta { flex-direction: column; gap: 10px; }
  .hero-cta .btn { width: 100%; padding: 14px; font-size: 14px; }
  .hero-cta-note { font-size: 11px; margin-top: 8px; }
  .hero-stats { flex-direction: row; gap: 12px; margin-top: 24px; }
  .hero-stat { flex: 1; }
  .hero-stat-num { font-size: 20px; }
  .hero-stat-label { font-size: 10px; }
  .section { padding: 60px 0; }
  .section-title { font-size: 24px; }
  h2 { font-size: 24px; }
  .sec-en { font-size: 60px; }
  .footer-inner { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-block { padding: 32px 24px; }
  .plan-assurance { padding: 32px 24px; }
  .fixed-cta { display: flex; }
  body { padding-bottom: 64px; padding-top: 0; }
  .tl-item { flex-direction: row; gap: 16px; }
  .tl-marker { width: 84px; height: 84px; flex-shrink: 0; }
  .tl-marker .tl-time { font-size: 15px !important; font-weight: 800 !important; line-height: 1.1; text-align: center; }
  .tl-marker span:first-child { font-size: 11px !important; opacity: 0.8; }
  .timeline::before { display: none; }
  .page-hero { padding: calc(64px + 20px) 20px 40px; }
  .cta-section { padding: 80px 24px; }
  .cta-tel { font-size: 32px; }
  .cta-buttons { flex-direction: column; align-items: center; }
  .route-map { height: auto; }
  .compare-table { font-size: 12px; }
  .plan-table { font-size: 13px; }
  .plan-table thead th { font-size: 13px; padding: 14px 8px; }
  .plan-table thead th.popular-col { font-size: 14px; }
  .plan-table tbody td { padding: 12px 8px; }
  .plan-table tbody td strong { font-size: 16px; }
  .plan-table tbody td.popular-col strong { font-size: 17px; }
  .plan-table tbody td.row-label { font-size: 12px; }
  .plan-compare { overflow-x: auto; }
  .plan-table { min-width: 600px; }
}
@media (max-width: 480px) {
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-inner { flex-direction: column; }
  .hero-photo { display: none; }
}

/* ===== HERO SLIDER (2-slide crossfade) ===== */
.hero-slides {
  position: absolute; inset: 0; z-index: 0;
}
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.2s ease-in-out;
}
.hero-slide.active { opacity: 1; }
.hero-slide-video video,
.hero-slide img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover;
}
.hero-inner {
  width: 90%; max-width: 1430px; margin: 0 auto;
  position: relative; z-index: 2;
  display: flex; align-items: center; gap: 60px;
}
.hero-content { flex: 1; min-width: 0; }
.hero-photo {
  flex: 0 0 620px; position: relative;
  background: #fff;
  padding: 6px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.hero-photo img {
  width: 100%; height: 520px; object-fit: cover;
  border-radius: 0;
  display: block;
  opacity: 1;
  box-shadow: none;
}
@media (max-width: 1200px) {
  .hero-photo { flex: 0 0 480px; }
  .hero-photo img { height: 420px; }
}
/* remove old full-width hero-content */
.hero-video { display: none; }

/* ===== COMPARE TABLE (fleet section) ===== */
.compare-section { margin-top: 80px; }
.compare-heading {
  font-size: 22px; font-weight: 900; text-align: center;
  margin-bottom: 32px; color: var(--text);
}
.compare-table {
  width: 100%; max-width: 1100px; margin: 0 auto;
  border-collapse: collapse; font-size: 16px;
}
.compare-table thead th {
  padding: 20px 28px; font-weight: 700; text-align: center;
  border-bottom: 2px solid var(--primary);
}
.compare-table thead th.compare-highlight {
  background-color: var(--primary); color: var(--white);
}
.compare-table thead th.compare-highlight small {
  display: block; font-size: 11px; font-weight: 400; opacity: 0.7;
}
.compare-table tbody td {
  padding: 18px 28px; border-bottom: 1px solid rgba(0,0,0,0.08);
  text-align: center;
}
.compare-table tbody td:first-child {
  font-weight: 700; color: var(--text); text-align: left;
}
.compare-table tbody td.compare-highlight {
  background-color: rgba(15,61,110,0.04); color: var(--primary); font-weight: 700;
}

/* ===== VOICE CAROUSEL (infinite scroll) ===== */
.voice-carousel {
  overflow: hidden; width: 100%; position: relative;
}
.voice-track {
  display: flex; gap: 24px;
  animation: voice-scroll 30s linear infinite;
  width: max-content;
}
.voice-carousel .voice-card {
  flex: 0 0 400px; background: var(--white);
  padding: 32px; box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  text-align: left;
}
@keyframes voice-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-424px * 4)); }
}
.voice-carousel:hover .voice-track { animation-play-state: paused; }

/* ===== FLEET COMPARE TABLE ===== */
.fleet-compare { margin-top: 60px; }
.fleet-compare-heading {
  font-size: 20px; font-weight: 900; text-align: center;
  margin-bottom: 24px; color: var(--text);
}
.fleet-compare-table {
  width: 100%; max-width: 1200px; margin: 0 auto;
  border-collapse: collapse; font-size: 16px;
}
.fleet-compare-table thead th {
  padding: 18px 24px; font-weight: 700; text-align: center;
  border-bottom: 2px solid var(--primary); color: var(--text);
}
.fleet-compare-table thead th:first-child { text-align: left; }
.fleet-compare-table thead th.fc-popular {
  background: var(--primary); color: var(--white);
}
.fleet-compare-table tbody td {
  padding: 16px 24px; border-bottom: 1px solid rgba(0,0,0,0.08);
  text-align: center;
}
.fleet-compare-table tbody td:first-child {
  font-weight: 700; color: var(--text); text-align: left;
}
.fleet-compare-table tbody td.fc-popular {
  background: rgba(15,61,110,0.04);
}


/* ===== COMPANY CARD (premium) ===== */
.company-card {
  display: flex; max-width: 1100px; margin: 0 auto;
  border: 1px solid #E8E8E8; background: var(--white);
  background: var(--white);
  box-shadow: 0 8px 40px rgba(0,0,0,0.08);
  overflow: hidden;
}
.company-card-photo {
  flex: 0 0 360px; overflow: hidden;
}
.company-card-photo img {
  width: 100%; height: 100%; object-fit: cover;
}
.company-card-body {
  flex: 1; padding: 48px;
}
.company-card-name {
  font-size: 22px; font-weight: 900; color: var(--primary);
  margin-bottom: 28px; padding-bottom: 16px;
  border-bottom: 2px solid var(--accent);
}
.company-card-grid {
  display: grid; grid-template-columns: 1fr; gap: 0;
}
.company-card-item {
  display: flex; gap: 16px; font-size: 15px;
  padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,0.06);
}
.company-card-label {
  color: var(--text-sub); min-width: 80px; flex-shrink: 0; font-weight: 700;
}
.company-card-stats {
  display: flex; gap: 40px; margin-top: 28px;
  padding-top: 24px; border-top: 1px solid rgba(0,0,0,0.06);
}
.company-card-stat { text-align: center; }
.company-card-stat-num {
  font-family: var(--en); font-size: 32px; font-weight: 900;
  color: var(--primary); line-height: 1;
}
.company-card-stat-num small { font-size: 14px; font-weight: 500; }
.company-card-stat-label {
  font-size: 12px; color: var(--text-sub); margin-top: 6px;
}

@media (max-width: 767px) {
  .company-card { flex-direction: column; }
  .company-card-photo { flex: none; height: 200px; }
  .company-card-body { padding: 32px 24px; }
  .company-card-stats { gap: 20px; }
  .company-card-stat-num { font-size: 24px; }
  .voice-carousel .voice-card { flex: 0 0 300px; }
  @keyframes voice-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-324px * 4)); }
  }
  .hero-photo { display: none; }
}
