/*
Theme Name: クイックレンタカー公式テーマ v162
Theme URI: https://quick-rentacar.jp/
Author: D&Nモビリティ
Author URI: https://quick-rentacar.jp/
Description: クイックレンタカー公式サイト用テーマです。店舗一覧、車種・料金、予約導線、FAQ、会社情報、構造化データ、レスポンシブ表示に対応しています。
Version: 1.6.2
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: quickrentacar-v162
Tags: business, custom-logo, custom-menu, featured-images, translation-ready, full-width-template, blog
*/

/* ============================================================
   1. Design tokens
   ============================================================ */
:root {
  --blue: #0b4095;
  --blue2: #08357f;
  --navy: #06275e;
  --yellow: #f6c914;
  --yellow2: #e8ae00;
  --ink: #10213f;
  --muted: #60718c;
  --line: #d7e2f2;
  --soft: #eef5ff;
  --paper: #fff;
  --bg: #f5f8fd;
  --gutter: 88px;
  --maxw: 1280px;
  --radius: 8px;
  --space-section: clamp(50px, 5vw, 68px);
  --type-title: clamp(29px, 2.8vw, 38px);
  --type-body: clamp(16px, .45vw + 14px, 18px);
}

/* ============================================================
   2. Reset / base
   ============================================================ */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #e9eff8;
  font-family: "Meiryo", "メイリオ", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img,
video { max-width: 100%; height: auto; }
a { color: var(--blue); }
button,
.btn,
a {
  touch-action: manipulation;
}
input,
select,
textarea {
  font-size: 16px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
.btn:focus-visible,
.nav a:focus-visible {
  outline: 3px solid var(--yellow2);
  outline-offset: 2px;
}
:where(h1, h2, h3, h4, h5, h6) {
  line-height: 1.4;
  overflow-wrap: break-word;
}
:where(p, li, dd, th, td) { overflow-wrap: break-word; }

/* ============================================================
   3. WordPress core classes
   ============================================================ */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: #fff;
  clip: auto;
  clip-path: none;
  color: var(--blue);
  display: block;
  font-size: 14px;
  font-weight: 900;
  height: auto;
  left: 12px;
  top: 12px;
  padding: 12px 18px;
  width: auto;
  z-index: 100000;
  border-radius: var(--radius);
  box-shadow: 0 6px 18px rgba(6,42,103,.28);
}
.alignleft { float: left; margin: 6px 24px 12px 0; }
.alignright { float: right; margin: 6px 0 12px 24px; }
.aligncenter { display: block; margin: 12px auto; }
.alignwide { max-width: 1100px; }
.alignfull { max-width: 100%; }
.wp-caption { max-width: 100%; margin-bottom: 18px; }
.wp-caption img { display: block; border-radius: var(--radius); }
.wp-caption-text,
.gallery-caption {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.sticky { }
.bypostauthor { }
.post-password-form input[type="password"] {
  height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

/* ============================================================
   4. Layout
   ============================================================ */
.qrc-page {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  background: var(--bg);
  overflow: hidden;
}
.skip-link { }
.section-inner { }

/* ============================================================
   5. Header / topbar
   ============================================================ */
.topbar {
  min-height: 92px;
  padding: 12px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 30;
}
.topbar.is-sticky {
  position: sticky;
  top: 0;
}
.logo { display: block; }
.logo img,
.logo svg { width: 312px; max-width: 64vw; height: auto; display: block; }
.custom-logo { width: 312px; height: auto; }
.logo-text {
  font-size: 24px;
  font-weight: 900;
  color: var(--navy);
  text-decoration: none;
}
.nav {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #233b63;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}
.nav ul {
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav a {
  color: #233b63;
  text-decoration: none;
}
.nav a:hover { color: var(--blue); }
.nav .current-menu-item > a,
.nav .current_page_item > a { color: var(--blue); }
.nav-cta a,
.nav-cta.menu-item a,
.nav-cta {
  background: var(--yellow);
  color: var(--navy) !important;
  box-shadow: 0 12px 24px rgba(246,201,20,.24);
}
.nav-cta,
.nav .nav-cta a {
  height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 20px;
  border-radius: var(--radius);
}
.circle-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #0d4fb5);
  box-shadow: 0 9px 18px rgba(11,64,149,.25);
  flex: none;
  transition: transform .15s ease, box-shadow .15s ease;
}
.circle-arrow svg {
  width: 18px;
  height: 18px;
  display: block;
}
.circle-arrow path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 104px;
  height: 48px;
  padding: 0 14px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}
.nav-toggle-bars {
  position: relative;
  width: 22px;
  height: 2px;
  background: var(--navy);
  display: block;
}
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--navy);
}
.nav-toggle-bars::before { top: -7px; }
.nav-toggle-bars::after { top: 7px; }
.nav-toggle-label {
  display: inline-block;
  line-height: 1;
}

/* ============================================================
   6. Buttons
   ============================================================ */
.btn {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 11px;
  padding: 12px 24px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  overflow-wrap: break-word;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:hover .circle-arrow {
  transform: translateX(2px);
  box-shadow: 0 12px 24px rgba(11,64,149,.32);
}
.btn.primary {
  background: var(--yellow);
  color: var(--navy);
  box-shadow: 0 16px 30px rgba(246,201,20,.32);
}
.btn.primary .circle-arrow {
  background: var(--blue);
  color: #fff;
}
.btn.secondary {
  color: var(--blue);
  background: #fff;
  border-color: #c7d7ee;
}
.btn.small { min-height: 46px; font-size: 14px; padding: 10px 18px; }
.btn.block { width: 100%; }

/* ============================================================
   7. Hero (pattern 01 / premium)
   ============================================================ */
.hero {
  min-height: 520px;
  padding: clamp(48px, 5vw, 72px) var(--gutter) 44px;
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(115deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.72) 45%, rgba(238,246,255,.88) 100%),
    #f5f9ff;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  left: max(24px, var(--gutter));
  right: max(24px, var(--gutter));
  bottom: 20px;
  height: 6px;
  background:
    linear-gradient(90deg, rgba(11,64,149,.18), rgba(11,64,149,.04) 42%, rgba(246,201,20,.78) 42%, rgba(246,201,20,.78) 52%, rgba(11,64,149,.08) 52%, transparent 100%);
  border-radius: 999px;
  opacity: .72;
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 18px 0 auto auto;
  width: min(48vw, 680px);
  height: 220px;
  background:
    repeating-linear-gradient(145deg, rgba(11,64,149,.055) 0 1px, transparent 1px 22px);
  transform: skewY(-8deg);
  opacity: .45;
  z-index: 0;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 500px) minmax(0, 1fr);
  gap: clamp(34px, 4.8vw, 72px);
  align-items: center;
}
.hero-copy,
.hero-grid > div:first-child { position: relative; z-index: 2; max-width: 520px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--blue);
  background: var(--soft);
  border: 1px solid #cdddf4;
  border-radius: 999px;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 900;
}
.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--yellow);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(246,201,20,.22);
}
.hero h1 {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.2;
  font-weight: 900;
  max-width: 100%;
}
.lead {
  max-width: 560px;
  margin: 0;
  color: #334765;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 700;
}
.hero-note {
  margin: 16px 0 0;
  color: var(--blue);
  font-size: 15px;
  font-weight: 900;
}
.hero-actions,
.dual-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-actions { margin-top: 28px; }
.hero-route-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}
.hero-route-strip span {
  min-width: 0;
  min-height: 58px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #dce7f5;
  border-radius: var(--radius);
  box-shadow: 0 10px 22px rgba(11,64,149,.05);
  color: var(--navy);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 900;
}
.hero-route-strip b {
  flex: none;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
  box-shadow: 0 7px 14px rgba(246,201,20,.22);
}
.hero-media {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}
.hero-media::before {
  display: none;
}
.car-hero {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  padding: clamp(14px, 1.8vw, 22px);
  background:
    radial-gradient(circle at 90% 78%, rgba(246,201,20,.18), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,251,255,.96));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 22px 52px rgba(11,64,149,.13);
  overflow: hidden;
}
.car-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--blue) 72%, var(--yellow) 72%, var(--yellow));
  z-index: 3;
}
.car-hero::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -44px;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background: rgba(246,201,20,.26);
  z-index: 0;
}
.hero-reservation-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 112%;
  max-width: none;
  height: auto;
  margin: 0 0 0 -6%;
  border-radius: calc(var(--radius) - 4px);
  background: transparent;
  transform: none;
  filter: drop-shadow(0 18px 28px rgba(11,64,149,.1));
  -webkit-mask-image: none;
  mask-image: none;
}
.hero-fleet-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(160px, .7fr) minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  max-width: calc(100% - 24px);
  margin: -18px auto 0;
  padding: 11px 13px;
  background: rgba(255,255,255,.96);
  border: 1px solid #dce7f5;
  border-left: 5px solid var(--yellow);
  border-radius: calc(var(--radius) - 2px);
  box-shadow: 0 14px 26px rgba(11,64,149,.1);
  transform: none;
}
.hero-fleet-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  filter: drop-shadow(0 10px 11px rgba(6,42,103,.12));
}
.hero-fleet-strip p {
  min-width: 0;
  margin: 0;
  color: #31435f;
  font-size: clamp(14px, .7vw + 12px, 16px);
  line-height: 1.55;
  font-weight: 800;
}
.hero-fleet-strip b {
  display: block;
  color: var(--blue);
  font-size: clamp(16px, 1.2vw, 18px);
}
.hero-fleet-strip span { display: block; }
.hero-premium::before,
.hero-premium::after { display: block; }
.variant-label {
  position: absolute;
  left: var(--gutter);
  top: 112px;
  color: #8da1bd;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

/* ============================================================
   8. Sections — common
   ============================================================ */
section { padding: var(--space-section) var(--gutter) 0; }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}
.section-head--with-visual {
  align-items: center;
}
.section-head--with-visual > div {
  min-width: 0;
}
.section-visual {
  flex: 0 1 min(280px, 30vw);
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.section-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  filter: drop-shadow(0 12px 18px rgba(11,64,149,.08));
}
.section-visual--lineup {
  flex-basis: min(300px, 31vw);
}
.section-visual--finder {
  flex-basis: min(270px, 28vw);
}
.kicker {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.section-title {
  margin: 0;
  color: var(--navy);
  font-size: var(--type-title);
  line-height: 1.25;
  font-weight: 900;
}
.section-note {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 800;
  text-align: right;
}

/* ============================================================
   9. About
   ============================================================ */
.about {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 30px;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(11,64,149,.07);
}
.about-copy { padding: 12px 0 10px; }
.about-copy h3 {
  margin: 0 0 15px;
  color: var(--navy);
  font-size: 30px;
  line-height: 1.42;
  font-weight: 900;
}
.about-copy p { margin: 0; color: #43536d; font-size: 16px; line-height: 1.9; font-weight: 700; }
.badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}
.badge {
  padding: 16px;
  background: var(--soft);
  border: 1px solid #d5e4f7;
  border-radius: var(--radius);
  color: var(--blue);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 900;
}
.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 148px 148px;
  gap: 12px;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  background: #eef3fb;
}
.gallery img:first-child { grid-row: span 2; }

/* ============================================================
   10. Car lineup
   ============================================================ */
.lineup {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
  gap: 13px;
}
.lineup.lineup-featured { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lineup-section { padding-top: 52px; }
.lineup-rows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.car-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 13px;
  color: inherit;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(11,64,149,.06);
  text-decoration: none;
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.car-row:hover {
  transform: translateY(-2px);
  border-color: #b9cceb;
  box-shadow: 0 18px 34px rgba(11,64,149,.11);
}
.car-row-image {
  min-height: 116px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #fff, #f4f8ff);
  border: 1px solid #e1eaf6;
  border-radius: var(--radius);
}
.car-row-image img {
  width: 100%;
  max-height: 108px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 14px 11px rgba(35,63,105,.13));
}
.car-row-content { min-width: 0; }
.car-row-head {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.car-row-head h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.45;
  font-weight: 900;
}
.car-row-content p {
  margin: 10px 0 14px;
  color: #43536d;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 800;
}
.car-row-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 10px;
}
.car-row-prices div {
  min-width: 0;
  padding: 8px 9px;
  background: #f8fbff;
  border: 1px solid #dbe7f6;
  border-radius: var(--radius);
}
.car-row-prices small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}
.car-row-prices strong {
  display: flex;
  align-items: baseline;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 3px;
  color: var(--blue);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.25;
  font-weight: 900;
  white-space: nowrap;
}
.tax-label {
  display: inline-flex;
  align-items: center;
  color: #5c6d86;
  font-size: .68em;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}
.car-card {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(11,64,149,.07);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform .15s ease, box-shadow .15s ease;
}
a.car-card:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(11,64,149,.14); }
.car-image {
  height: 146px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #fff, #f4f8ff);
  border-bottom: 1px solid #e1eaf6;
}
.car-image img {
  width: 96%;
  max-height: 128px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 14px 11px rgba(35,63,105,.13));
}
.car-body { padding: 16px; }
.class-tag {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 27px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--blue);
  background: var(--soft);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
  white-space: normal;
}
.car-body h3 {
  margin: 12px 0 10px;
  min-height: 0;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 900;
  overflow-wrap: break-word;
}
.mini-prices {
  display: grid;
  gap: 7px;
  padding-top: 11px;
  border-top: 1px dashed #cad8eb;
}
.mini-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}
.mini-price strong {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: var(--blue);
  font-size: 14px;
  white-space: nowrap;
}
.mini-price .tax-label { font-size: 10px; }

/* ============================================================
   11. Best value plan
   ============================================================ */
.plan-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.plan-main {
  min-height: 354px;
  padding: 38px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-radius: var(--radius);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.plan-main::after {
  content: "";
  position: absolute;
  right: -122px;
  bottom: -76px;
  width: 324px;
  height: 192px;
  background: var(--yellow);
  transform: rotate(-16deg);
  z-index: 0;
}
.plan-main .kicker { color: var(--yellow); }
.plan-main h2 {
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 1.25;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
.plan-main p {
  width: 440px;
  max-width: 100%;
  margin: 18px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.plan-price {
  margin-top: 34px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 2;
}
.plan-price strong { color: var(--yellow); font-size: 58px; line-height: 1; font-weight: 900; white-space: nowrap; }
.plan-price span { color: #fff; font-size: 17px; font-weight: 900; }
.plan-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.feature {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 30px rgba(11,64,149,.06);
}
.feature em {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  background: var(--yellow);
  color: var(--navy);
  border-radius: 50%;
  font-style: normal;
  font-weight: 900;
}
.feature h3 { margin: 16px 0 8px; color: var(--navy); font-size: 19px; font-weight: 900; }
.feature p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; font-weight: 800; }

/* ============================================================
   12. Steps
   ============================================================ */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.steps-layout {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(240px, 360px);
  gap: clamp(18px, 2.4vw, 30px);
  align-items: center;
}
.steps-layout .steps-simple {
  grid-template-columns: 1fr;
}
.step {
  min-height: 170px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(11,64,149,.06);
  position: relative;
  overflow: hidden;
}
.step::after {
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 8px;
  color: rgba(11,64,149,.09);
  font-size: 78px;
  font-weight: 900;
  line-height: 1;
}
.step b { display: block; color: var(--blue); font-size: 13px; font-weight: 900; }
.step h3 { margin: 15px 0 9px; color: var(--navy); font-size: 22px; font-weight: 900; }
.step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; font-weight: 800; }
.steps-simple .step {
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px;
}
.steps-simple .step::after { display: none; }
.steps-simple .step b {
  display: grid;
  place-items: center;
  flex: none;
  width: 42px;
  height: 42px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 50%;
  font-size: 13px;
}
.steps-simple .step h3 {
  margin: 0;
  font-size: clamp(19px, 1.35vw, 23px);
}
.steps-illustration {
  min-width: 0;
  margin: 0;
  padding: 0;
  display: grid;
  place-items: center;
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.steps-illustration img {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 18px rgba(11,64,149,.08));
}
.steps-illustration figcaption {
  display: none;
}

/* ============================================================
   13. SEO content section
   ============================================================ */
.seo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.seo-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(11,64,149,.06);
  padding: 28px;
}
.seo-panel h3 { margin: 0 0 14px; color: var(--navy); font-size: 25px; line-height: 1.4; font-weight: 900; }
.seo-panel p { margin: 0; color: #43536d; font-size: 15px; line-height: 1.9; font-weight: 700; }
.seo-keywords { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.seo-keywords span,
.seo-keywords a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  color: var(--blue);
  background: var(--soft);
  border: 1px solid #d5e4f7;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}
.area-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}
.area-links span,
.area-links a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  color: var(--navy);
  background: #f8fbff;
  border: 1px solid #dbe7f6;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}
.area-links a:hover { border-color: var(--blue); }
.coverage-map {
  display: block;
  margin-top: 18px;
}
.coverage-map-art {
  min-height: 0;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  padding: 12px;
  position: relative;
  background: #eef6ff;
  border: 1px solid #dbe7f6;
  border-radius: var(--radius);
  overflow: hidden;
  max-width: 760px;
  margin: 0 auto;
}
.coverage-map-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}
.area-map-section { padding-top: 52px; }
.area-map-section .coverage-map { margin-top: 20px; }
.area-map-section--footer {
  padding-top: 42px;
  padding-bottom: 50px;
}
.area-map-section--footer .section-head {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}
.area-map-section--footer .section-title {
  font-size: clamp(24px, 2.25vw, 34px);
}
.area-map-section--footer .coverage-map-art {
  max-width: 640px;
  aspect-ratio: 16 / 8.4;
  padding: 10px;
}
.finder-section { padding-top: 46px; }
.section-head.compact { margin-bottom: 18px; }
.finder-section .section-title { font-size: clamp(25px, 2.2vw, 31px); }
.finder-list {
  display: grid;
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.finder-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 16px 18px;
  background: #fff;
  border-top: 1px solid var(--line);
}
.finder-card:first-child {
  border-top: 0;
}
.finder-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.4;
  font-weight: 900;
}
.finder-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.finder-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  max-width: 100%;
  padding: 6px 11px;
  color: var(--blue);
  background: #fff;
  border: 1px solid #d5e4f7;
  border-radius: var(--radius);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  text-decoration: none;
}
.finder-links a:hover { border-color: var(--blue); background: #fff; }
.search-hub-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.search-hub-grid > div {
  min-width: 0;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(11,64,149,.05);
}
.search-hub-grid h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.4;
  font-weight: 900;
}
.search-hub-grid a {
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 7px 0;
  color: var(--blue);
  border-top: 1px solid #e5edf8;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 900;
  text-decoration: none;
}
.search-hub-grid a:first-of-type { border-top: 0; }
.search-hub-grid a:hover { color: var(--navy); }
.store-lineup-grid {
  margin-top: 22px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: stretch;
}
.seo-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.seo-card {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 22px rgba(11,64,149,.05);
}
.seo-card b { display: block; color: var(--blue); font-size: 15px; line-height: 1.45; font-weight: 900; }
.seo-card span { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.65; font-weight: 800; }
a.seo-card { display: block; text-decoration: none; color: inherit; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }
a.seo-card:hover { transform: translateY(-3px); border-color: var(--blue); box-shadow: 0 16px 30px rgba(11,64,149,.12); }

/* ============================================================
   14. Web growth / MEO section
   ============================================================ */
.growth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.growth-card {
  min-height: 250px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(11,64,149,.06);
}
.growth-card em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 32px;
  padding: 0 12px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 999px;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}
.growth-card h3 { margin: 18px 0 10px; color: var(--navy); font-size: 24px; line-height: 1.38; font-weight: 900; }
.growth-card p { margin: 0; color: #455873; font-size: 14px; line-height: 1.8; font-weight: 800; }
.growth-list { display: grid; gap: 8px; margin-top: 18px; }
.growth-list span {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: var(--blue);
  background: #f8fbff;
  border: 1px solid #dbe7f6;
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 900;
}
.meo-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
  margin-top: 22px;
  align-items: start;
}
.map-card,
.review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(11,64,149,.06);
  padding: 26px;
}
.map-visual {
  height: 188px;
  margin-top: 16px;
  background:
    linear-gradient(135deg, rgba(238,245,255,.96), rgba(255,248,201,.94)),
    repeating-linear-gradient(0deg, transparent 0 30px, rgba(11,64,149,.06) 31px),
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(11,64,149,.05) 35px);
  border: 1px solid #dbe7f6;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}
.map-visual iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-visual.is-placeholder::before {
  content: "地図情報は準備中";
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 180px;
  height: 54px;
  color: var(--navy);
  background: #fff;
  border: 1px solid #dbe7f6;
  border-radius: var(--radius);
  box-shadow: 0 12px 24px rgba(6,42,103,.1);
  font-size: 14px;
  font-weight: 900;
  transform: translate(-50%, -50%);
}
.map-visual.is-placeholder::after {
  content: "";
  position: absolute;
  left: 32px;
  top: 34px;
  width: 18px;
  height: 18px;
  background: #e33131;
  border: 4px solid #fff;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 0 0 2px rgba(227,49,49,.22), 0 14px 24px rgba(6,39,94,.12);
  transform: rotate(-45deg);
}
.store-assist-visual {
  margin-top: 18px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(239,246,255,.96), rgba(255,251,226,.94)),
    linear-gradient(90deg, rgba(11,64,149,.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(11,64,149,.08) 1px, transparent 1px);
  background-size: auto, 38px 38px, 38px 38px;
  border: 1px solid #dbe7f6;
  border-radius: var(--radius);
}
.pickup-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.assist-card {
  padding: 18px;
  background: #fff;
  border: 1px solid #dbe7f6;
  border-radius: var(--radius);
  box-shadow: 0 14px 28px rgba(6,42,103,.08);
}
.assist-card span,
.assist-card small { display: block; color: #455873; font-size: 12px; line-height: 1.5; font-weight: 900; }
.assist-card strong { display: block; margin: 4px 0; color: var(--navy); font-size: 20px; line-height: 1.35; font-weight: 900; }
.assist-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 12px;
}
.assist-mini-grid span {
  min-height: 38px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #fff;
  border: 1px solid #dbe7f6;
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 900;
}
.map-card h3,
.review-card h3 { margin: 0; color: var(--navy); font-size: 24px; font-weight: 900; }
.map-card p,
.review-card p { margin: 12px 0 0; color: #455873; font-size: 14px; line-height: 1.8; font-weight: 800; }
.meo-route {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}
.meo-route div {
  min-height: 82px;
  padding: 14px 12px;
  background: #f8fbff;
  border: 1px solid #dbe7f6;
  border-radius: var(--radius);
}
.meo-route span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 24px;
  margin-bottom: 8px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.meo-route strong,
.meo-route small { display: block; }
.meo-route strong { color: var(--navy); font-size: 14px; line-height: 1.35; font-weight: 900; }
.meo-route small { margin-top: 3px; color: #455873; font-size: 11px; line-height: 1.45; font-weight: 800; }
.meo-checklist {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.meo-checklist li {
  position: relative;
  padding: 9px 12px 9px 34px;
  color: var(--navy);
  background: #fff;
  border: 1px solid #dbe7f6;
  border-radius: var(--radius);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 900;
}
.meo-checklist li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 15px;
  width: 8px;
  height: 8px;
  background: var(--yellow);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(246,201,20,.18);
}
.review-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.review-row div {
  padding: 16px;
  color: var(--navy);
  background: #f8fbff;
  border: 1px solid #dbe7f6;
  border-radius: var(--radius);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 900;
}
.answer-block {
  margin-top: 22px;
  padding: 26px;
  background: linear-gradient(100deg, var(--navy), var(--blue));
  border-radius: var(--radius);
  color: #fff;
}
.answer-block h3 { margin: 0 0 12px; color: #fff; font-size: 25px; font-weight: 900; }
.answer-block p { margin: 0; color: rgba(255,255,255,.86); font-size: 15px; line-height: 1.8; font-weight: 800; }

/* ============================================================
   15. Blog + FAQ panels
   ============================================================ */
.top-blog-section {
  padding-top: clamp(46px, 4.8vw, 66px);
}
.top-blog-section .section-head {
  margin-bottom: 22px;
}
.top-blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(11,64,149,.06);
  overflow: hidden;
}
.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  border-bottom: 1px solid #e3ebf6;
}
.panel-head h2 { margin: 0; color: var(--navy); font-size: 28px; font-weight: 900; }
.panel-link { color: var(--blue); font-size: 13px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.panel-link:hover { text-decoration: underline; }
.qrc-news-card,
.faq { display: block; padding: 18px 22px; border-bottom: 1px solid #edf2f8; text-decoration: none; }
.qrc-news-card:last-child,
.faq:last-child { border-bottom: 0; }
a.qrc-news-card:hover { background: #f8fbff; }
.qrc-news-card time { display: block; color: var(--blue); font-size: 12px; font-weight: 900; }
.qrc-news-card h3 { margin: 8px 0 0; color: var(--ink); font-size: 15px; line-height: 1.62; font-weight: 900; }
.faq b { display: block; color: var(--navy); font-size: 15px; line-height: 1.55; font-weight: 900; }
.faq p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; font-weight: 800; }
.panel-empty { padding: 26px 22px; color: var(--muted); font-size: 14px; font-weight: 800; }

/* ============================================================
   16. Footer CTA + footer
   ============================================================ */
.footer-cta {
  margin: 78px var(--gutter) 0;
  padding: 36px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  background: linear-gradient(100deg, var(--navy), var(--blue));
  border-radius: var(--radius);
  box-shadow: 0 22px 46px rgba(6,42,103,.2);
}
.footer-cta h2 { margin: 0; color: #fff; font-size: 32px; font-weight: 900; }
.footer-cta p { margin: 8px 0 0; color: rgba(255,255,255,.82); font-size: 15px; font-weight: 800; }
.site-footer {
  margin-top: 44px;
  padding: 34px var(--gutter) 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  background: #fff;
  border-top: 1px solid var(--line);
}
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.site-footer .logo img,
.site-footer .logo svg,
.site-footer .custom-logo { width: 250px; height: auto; }
.footer-nap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-style: normal;
  color: #43536d;
  font-size: 13px;
  font-weight: 800;
}
.footer-nap a { color: var(--blue); text-decoration: none; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 22px;
  max-width: 760px;
  justify-content: flex-end;
  color: #365071;
  font-size: 13px;
  font-weight: 800;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links a { color: #365071; text-decoration: none; }
.footer-links a:hover { color: var(--blue); }
.site-copyright {
  padding: 16px var(--gutter);
  background: var(--navy);
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

/* ============================================================
   17. Breadcrumb
   ============================================================ */
.breadcrumb {
  padding: 18px var(--gutter) 0;
  font-size: 12px;
  font-weight: 800;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--muted);
}
.breadcrumb a { color: var(--blue); text-decoration: none; }
.breadcrumb li + li::before { content: "›"; margin-right: 6px; color: #9fb0c8; }

/* ============================================================
   18. Subpage hero
   ============================================================ */
.subpage-hero {
  position: relative;
  isolation: isolate;
  padding: 44px var(--gutter) 38px;
  background:
    linear-gradient(116deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 55%, rgba(235,244,255,.96) 100%),
    #f7fbff;
  color: var(--navy);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.subpage-hero::before {
  content: "";
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--yellow) 0 84px, rgba(11,64,149,.2) 84px 100%);
  border-radius: 999px 999px 0 0;
  z-index: -1;
}
.subpage-hero::after {
  content: "";
  position: absolute;
  right: max(18px, calc(var(--gutter) - 18px));
  top: 18px;
  width: min(34vw, 460px);
  height: 76%;
  background: repeating-linear-gradient(145deg, rgba(11,64,149,.045) 0 1px, transparent 1px 20px);
  opacity: .6;
  z-index: -2;
}
.subpage-hero--visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 290px);
  gap: clamp(18px, 2.6vw, 34px);
  align-items: center;
}
.subpage-hero-copy {
  min-width: 0;
}
.subpage-hero .kicker { color: var(--blue); }
.subpage-hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 3.1vw, 44px);
  line-height: 1.25;
  font-weight: 900;
}
.subpage-hero p {
  margin: 14px 0 0;
  max-width: 720px;
  color: #3a4d69;
  font-size: clamp(15px, .42vw + 13px, 17px);
  line-height: 1.85;
  font-weight: 800;
}
.subpage-hero-visual {
  min-width: 0;
  margin: 0;
  width: min(290px, 100%);
  justify-self: end;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  opacity: .98;
}
.subpage-hero-visual img {
  display: block;
  width: 100%;
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  filter: drop-shadow(0 14px 20px rgba(11,64,149,.11));
}
.subpage-section { padding: 56px var(--gutter) 0; }
.prose {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(11,64,149,.06);
  padding: 34px;
}
.prose h2 { margin: 30px 0 14px; color: var(--navy); font-size: 26px; font-weight: 900; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 24px 0 12px; color: var(--navy); font-size: 20px; font-weight: 900; }
.prose p { margin: 0 0 16px; color: #43536d; font-size: 15px; line-height: 1.95; font-weight: 700; }
.prose ul,
.prose ol { margin: 0 0 16px; padding-left: 22px; color: #43536d; font-size: 15px; line-height: 1.9; font-weight: 700; }
.prose li { margin-bottom: 6px; }
.prose a { color: var(--blue); font-weight: 800; }

/* ============================================================
   19. Store list / detail
   ============================================================ */
.store-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.store-prefecture-list {
  display: grid;
  gap: 34px;
}
.store-prefecture-group {
  padding-top: 6px;
}
.store-prefecture-head {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--line);
}
.store-prefecture-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: 27px;
  line-height: 1.35;
  font-weight: 900;
}
.store-prefecture-head p {
  margin: 8px 0 0;
  color: #43536d;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 800;
}
.stores-overview {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 28px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(11,64,149,.06);
}
.stores-overview p {
  margin: 12px 0 0;
  color: #43536d;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 800;
}
.stores-overview .coverage-map { margin-top: 0; }
.stores-overview .coverage-map-art { max-width: none; }
.store-card {
  --store-accent: var(--blue);
  --store-accent-dark: var(--navy);
  --store-accent-soft: #dbe7f6;
  --store-tag-bg: var(--yellow);
  --store-tag-color: var(--navy);
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 2px solid var(--store-accent-soft);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(11,64,149,.06);
  overflow: hidden;
}
.store-card.is-coming-soon {
  --store-accent: #64748b;
  --store-accent-dark: #183967;
  --store-accent-soft: #d7dee8;
  --store-tag-bg: #eef3f8;
  --store-tag-color: #23314a;
}
.store-card.is-coming-soon .store-card-head {
  background: linear-gradient(135deg, var(--store-accent-dark), var(--store-accent));
}
.store-card-head {
  padding: 20px 22px;
  background: linear-gradient(135deg, var(--store-accent-dark), var(--store-accent));
  color: #fff;
}
.store-card-head .area-tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--store-tag-bg);
  color: var(--store-tag-color);
  border: 1px solid rgba(255,255,255,.48);
  font-size: 12px;
  font-weight: 900;
}
.store-card-head h3 { margin: 10px 0 0; color: #fff; font-size: 22px; font-weight: 900; }
.store-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-top: 12px;
  padding: 0 10px;
  color: var(--navy);
  background: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.store-card-body { padding: 20px 22px; display: grid; gap: 9px; }
.store-meta {
  display: grid;
  grid-template-columns: minmax(76px, 84px) minmax(0, 1fr);
  gap: 4px 12px;
  font-size: 13px;
  font-weight: 800;
  color: #43536d;
}
.store-meta dt { color: var(--store-accent); font-weight: 900; }
.store-meta dd { min-width: 0; margin: 0; overflow-wrap: break-word; }
.store-card-actions {
  margin-top: auto;
  padding: 16px 22px;
  display: flex;
  gap: 10px;
  border-top: 1px solid var(--store-accent-soft);
  flex-wrap: wrap;
}
.btn.is-disabled {
  color: #51627a;
  background: #eef3f8;
  border-color: #d7e2f2;
  cursor: default;
  box-shadow: none;
}
.store-profile {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 24px;
  align-items: start;
}
.store-profile-main,
.store-info-panel,
.store-access-grid {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(11,64,149,.06);
}
.store-profile-main { padding: 30px; }
.store-profile-head .area-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.store-profile-head h2 {
  margin: 16px 0 0;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.18;
  font-weight: 900;
}
.store-profile-head p,
.store-copy {
  margin: 14px 0 0;
  color: #43536d;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 800;
}
.store-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.store-action-row .btn span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
}
.store-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}
.store-feature-grid div {
  min-height: 142px;
  padding: 18px;
  background: #f8fbff;
  border: 1px solid #dbe7f6;
  border-radius: var(--radius);
}
.store-feature-grid strong {
  display: block;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 900;
}
.store-feature-grid span {
  display: block;
  margin-top: 8px;
  color: #455873;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 800;
}
.store-info-panel { padding: 26px; }
.store-info-panel h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 24px;
  font-weight: 900;
}
.store-detail {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  align-items: start;
}
.info-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  font-size: 14px;
}
.info-table th,
.info-table td { padding: 14px 16px; border-bottom: 1px solid #e8eef7; text-align: left; vertical-align: top; }
.info-table tr:last-child th,
.info-table tr:last-child td { border-bottom: 0; }
.info-table th { width: 150px; background: #f7faff; color: var(--blue); font-weight: 900; }
.info-table td { color: #43536d; font-weight: 800; }
.store-access-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  padding: 26px;
  align-items: stretch;
}
.store-access-grid .map-visual {
  height: 100%;
  min-height: 320px;
  margin-top: 0;
}
.store-route-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.store-route-list div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 2px 12px;
  padding: 15px;
  background: #f8fbff;
  border: 1px solid #dbe7f6;
  border-radius: var(--radius);
}
.store-route-list span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 28px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.store-route-list strong { color: var(--navy); font-size: 15px; line-height: 1.4; font-weight: 900; }
.store-route-list small { color: #455873; font-size: 12px; line-height: 1.5; font-weight: 800; }

/* ============================================================
   20. Price comparison table
   ============================================================ */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.price-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  font-size: 14px;
}
.price-table caption {
  caption-side: top;
  text-align: left;
  padding: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.price-table th,
.price-table td {
  padding: 13px 14px;
  border-bottom: 1px solid #e3ebf6;
  text-align: left;
  font-size: clamp(12px, 1.15vw, 14px);
  line-height: 1.55;
  font-weight: 800;
}
.price-table thead th { background: var(--navy); color: #fff; font-size: 13px; }
.price-table tbody th { background: #f7faff; color: var(--navy); font-weight: 900; }
.price-table tbody tr:nth-child(even) td { background: #fafcff; }
.price-table td { color: var(--blue); font-weight: 900; }
.price-table .col-class { color: var(--muted); font-weight: 800; }
.price-table--center th,
.price-table--center td { text-align: center; vertical-align: middle; }
.price-table--center tbody th { text-align: left; }
.price-table--center small {
  display: block;
  margin-top: 4px;
  color: #455873;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
}
.price-table--center td strong { color: var(--blue); }
.price-table--narrow { min-width: 520px; }
.table-note { margin-top: 12px; }
.compact-prose {
  margin-top: 16px;
  padding: 22px;
}
.compact-prose p { margin: 0 0 8px; }
.compact-prose p:last-child { margin-bottom: 0; }

/* ============================================================
   21. Company page
   ============================================================ */
.company-intro {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  align-items: end;
  padding: 34px;
  background: linear-gradient(135deg, #fff, #f8fbff);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(11,64,149,.06);
}
.company-intro h2 {
  margin: 8px 0 0;
  color: var(--navy);
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.24;
  font-weight: 900;
}
.company-intro p {
  margin: 0;
  color: #43536d;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 800;
}
.company-info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: 24px;
  align-items: stretch;
}
.company-info-layout > div,
.company-support {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(11,64,149,.06);
  padding: 26px;
}
.company-info-layout .info-table { box-shadow: none; }
.company-support {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.company-support h2 {
  margin: 0;
  color: var(--navy);
  font-size: 26px;
  line-height: 1.35;
  font-weight: 900;
}
.company-support p {
  margin: 12px 0 0;
  color: #43536d;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 800;
}
.company-service-grid,
.company-store-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.company-service-grid div,
.company-store-card {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(11,64,149,.06);
}
.company-service-grid strong,
.company-store-card strong {
  display: block;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 900;
}
.company-service-grid span {
  display: block;
  margin-top: 8px;
  color: #43536d;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 800;
}
.company-store-card {
  transition: transform .15s ease, box-shadow .15s ease;
}
.company-store-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(11,64,149,.12);
}
.company-store-card > span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  margin-bottom: 12px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.company-store-card small {
  display: block;
  margin-top: 8px;
  color: #455873;
  font-size: 13px;
  font-weight: 800;
}
.company-store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.company-store-actions .btn { flex: 1 1 126px; }

/* ============================================================
   22. Reserve flow
   ============================================================ */
.doc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.doc-card {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(11,64,149,.06);
}
.doc-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 18px; font-weight: 900; }
.doc-card ul { margin: 0; padding-left: 20px; color: #43536d; font-size: 14px; line-height: 1.85; font-weight: 800; }

/* ============================================================
   23. FAQ page / accordion
   ============================================================ */
.faq-category { margin-bottom: 34px; }
.faq-category > h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 900;
  padding-left: 14px;
  border-left: 5px solid var(--yellow);
}
.faq-accordion {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(11,64,149,.06);
  overflow: hidden;
}
.faq-item { border-bottom: 1px solid #edf2f8; }
.faq-item:last-child { border-bottom: 0; }
.faq-item summary {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  cursor: pointer;
  color: var(--navy);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.55;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: "Q";
  flex: none;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
}
.faq-item summary:hover { background: #f8fbff; }
.faq-mark {
  flex: none;
  margin-left: auto;
  width: 22px;
  height: 22px;
  position: relative;
}
.faq-mark::before,
.faq-mark::after {
  content: "";
  position: absolute;
  background: var(--blue);
  border-radius: 2px;
}
.faq-mark::before { left: 2px; right: 2px; top: 10px; height: 2px; }
.faq-mark::after { top: 2px; bottom: 2px; left: 10px; width: 2px; transition: opacity .2s ease; }
.faq-item[open] .faq-mark::after { opacity: 0; }
.faq-a { padding: 0 22px 20px; }
.faq-a p { margin: 0; padding-left: 38px; color: var(--muted); font-size: 14px; line-height: 1.8; font-weight: 800; }

/* ============================================================
   24. Blog archive / single
   ============================================================ */
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.post-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(11,64,149,.06);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform .15s ease, box-shadow .15s ease;
}
.post-card:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(11,64,149,.14); }
.post-thumb {
  height: 184px;
  background: linear-gradient(135deg, #eef5ff, #fff8c9);
  overflow: hidden;
}
.post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card-body { padding: 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post-card-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.post-card-meta time { color: var(--blue); font-size: 12px; font-weight: 900; }
.cat-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}
.post-card-body h3 {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 900;
}
.post-card-body p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; font-weight: 700; }
.single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 30px;
  align-items: start;
}
.entry {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(11,64,149,.06);
  padding: 34px;
}
.entry-header { margin-bottom: 22px; }
.entry-header h1 { margin: 10px 0 0; color: var(--navy); font-size: 30px; line-height: 1.4; font-weight: 900; }
.entry-meta { display: flex; gap: 12px; flex-wrap: wrap; color: var(--blue); font-size: 12px; font-weight: 900; }
.entry-thumb { margin: 0 0 22px; border-radius: var(--radius); overflow: hidden; }
.entry-content { color: #2f3f59; font-size: 16px; line-height: 1.95; font-weight: 600; }
.entry-content > * { margin: 0 0 18px; }
.entry-content h2 { margin: 30px 0 14px; color: var(--navy); font-size: 24px; font-weight: 900; line-height: 1.4; }
.entry-content h3 { margin: 26px 0 12px; color: var(--navy); font-size: 20px; font-weight: 900; line-height: 1.4; }
.entry-content h4 { margin: 22px 0 10px; color: var(--navy); font-size: 17px; font-weight: 900; }
.entry-content a { color: var(--blue); font-weight: 800; }
.entry-content ul,
.entry-content ol { padding-left: 24px; }
.entry-content li { margin-bottom: 6px; }
.entry-content img { border-radius: var(--radius); }
.entry-content blockquote {
  margin: 0 0 18px;
  padding: 16px 20px;
  background: var(--soft);
  border-left: 4px solid var(--blue);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th,
.entry-content td { padding: 10px 12px; border: 1px solid var(--line); }
.entry-content code {
  background: var(--soft);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: .92em;
}
.entry-footer {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tag-link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}
.sidebar { display: grid; gap: 22px; }
.widget {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(11,64,149,.06);
  padding: 22px;
}
.widget-title {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 900;
  padding-left: 12px;
  border-left: 4px solid var(--yellow);
}
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget li { padding: 8px 0; border-bottom: 1px dashed #e3ebf6; font-size: 13px; font-weight: 800; }
.widget li:last-child { border-bottom: 0; }
.widget a { color: #43536d; text-decoration: none; }
.widget a:hover { color: var(--blue); }

/* ============================================================
   24. Pagination
   ============================================================ */
.pagination {
  margin-top: 34px;
  display: flex;
  justify-content: center;
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pagination .page-numbers {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}
.pagination .page-numbers.current {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
.pagination .page-numbers:hover:not(.current) { border-color: var(--blue); }

/* ============================================================
   25. Comments
   ============================================================ */
.comments-area {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(11,64,149,.06);
  padding: 30px;
  margin-top: 24px;
}
.comments-title { margin: 0 0 18px; color: var(--navy); font-size: 20px; font-weight: 900; }
.comment-list { list-style: none; margin: 0; padding: 0; }
.comment-list li { padding: 16px 0; border-bottom: 1px solid #edf2f8; }
.comment-list .children { list-style: none; margin: 0; padding-left: 24px; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-field,
.qrc-field {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 15px;
}
.comment-form p { margin: 0 0 14px; }
.comment-form label { display: block; margin-bottom: 6px; font-weight: 900; color: var(--navy); font-size: 13px; }

/* ============================================================
   26. Search form / 404
   ============================================================ */
.search-form {
  display: flex;
  gap: 10px;
  max-width: 480px;
}
.search-form .search-field { flex: 1; }
.search-form .search-submit {
  height: auto;
  padding: 0 22px;
  background: var(--blue);
  color: #fff;
  border: 0;
  border-radius: var(--radius);
  font-weight: 900;
  cursor: pointer;
}
.notice-block {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(11,64,149,.06);
  padding: 40px 34px;
  text-align: center;
}
.notice-block h2 { margin: 0 0 10px; color: var(--navy); font-size: 24px; font-weight: 900; }
.notice-block p { margin: 0 0 20px; color: var(--muted); font-size: 14px; font-weight: 800; }

/* ============================================================
   27. Utilities
   ============================================================ */
.is-hidden { display: none !important; }
.section-cta { margin-top: 26px; display: flex; gap: 14px; flex-wrap: wrap; }
.lead-block {
  margin: 0 0 24px;
  color: #43536d;
  font-size: 16px;
  line-height: 1.95;
  font-weight: 700;
}
.contact-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  padding: 18px 22px;
  background: var(--soft);
  border: 1px solid #d5e4f7;
  border-radius: var(--radius);
}
.contact-bar .tel { color: var(--navy); font-size: 24px; font-weight: 900; text-decoration: none; }
.contact-bar .tel-note { color: var(--muted); font-size: 13px; font-weight: 800; }
.preview-banner {
  padding: 8px var(--gutter);
  background: var(--yellow);
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}
.section-cta.center { justify-content: center; }
.post-navigation { margin-top: 26px; }
.post-navigation .nav-links { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.post-navigation a { color: var(--blue); font-size: 13px; font-weight: 900; text-decoration: none; }
.post-navigation a:hover { text-decoration: underline; }
.post-navigation .nav-next { margin-left: auto; text-align: right; }
.no-comments { color: var(--muted); font-size: 13px; font-weight: 800; }
.comment-respond { margin-top: 22px; }
.comment-reply-title { font-size: 18px; color: var(--navy); font-weight: 900; margin: 0 0 14px; }
.comment-list .comment-author { font-weight: 900; color: var(--navy); font-size: 14px; }
.comment-list .comment-meta { font-size: 12px; color: var(--muted); font-weight: 800; }
.comment-list .comment-meta a { color: var(--muted); text-decoration: none; }
.form-submit .submit {
  height: 50px;
  padding: 0 26px;
  background: var(--yellow);
  color: var(--navy);
  border: 0;
  border-radius: var(--radius);
  font-weight: 900;
  cursor: pointer;
}
[id] { scroll-margin-top: 24px; }
.block-title {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.35;
}
.block-title .sub {
  display: block;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  margin-bottom: 4px;
}
.block-note { margin: -4px 0 20px; color: var(--muted); font-size: 14px; font-weight: 800; line-height: 1.85; }
.subpage-section > .price-table,
.subpage-section > .table-scroll { margin-top: 4px; }

/* ============================================================
   28. Responsive
   ============================================================ */
@media (max-width: 1200px) {
  :root { --gutter: 48px; }
  .hero h1 { font-size: clamp(40px, 4vw, 50px); }
  .hero-grid {
    grid-template-columns: minmax(0, 450px) minmax(320px, 1fr);
    gap: 34px;
  }
  .car-hero { max-width: 660px; }
  .lineup { grid-template-columns: repeat(auto-fit, minmax(176px, 1fr)); }
  .car-row { grid-template-columns: 150px minmax(0, 1fr); }
  .car-row-prices { grid-template-columns: repeat(2, minmax(120px, 1fr)); }
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: minmax(0, 420px) minmax(300px, 1fr);
    gap: 26px;
  }
  .hero-grid > div:first-child { max-width: none; }
  .hero h1 { font-size: clamp(34px, 4vw, 44px); }
  .hero { min-height: 0; padding-bottom: 40px; }
  .hero-media {
    min-height: 0;
    max-width: none;
    margin: 0;
  }
  .hero-media::before {
    display: none;
  }
  .car-hero {
    width: 100%;
    text-align: center;
    margin-left: auto;
  }
  .hero-reservation-image {
    transform: none;
  }
  .hero-fleet-image { width: 100%; max-width: 720px; margin: 0 auto; }
  .hero-fleet-strip {
    max-width: calc(100% - 18px);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    transform: none;
  }
}

@media (max-width: 820px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .hero-copy {
    display: contents;
  }
  .hero h1 {
    order: 1;
    margin-bottom: 0;
  }
  .hero-premium::before,
  .hero-premium::after { display: none; }
  .hero-media {
    order: 2;
    max-width: 620px;
    margin: 2px auto 8px;
    justify-content: center;
  }
  .hero-actions {
    order: 3;
    margin-top: 4px;
  }
  .hero-route-strip {
    order: 4;
    margin-top: 10px;
  }
  .car-hero {
    max-width: 520px;
    margin: 0 auto;
    padding: 10px;
  }
  .hero-reservation-image {
    width: 108%;
    margin-left: -4%;
  }
  .hero-fleet-strip {
    max-width: calc(100% - 10px);
    margin-top: -10px;
    padding: 9px 10px;
  }
}

@media (max-width: 1024px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px var(--gutter) 20px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(6,42,103,.12);
    display: none;
  }
  .nav.is-open { display: flex; }
  .nav ul { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
  .nav li { border-bottom: 1px solid #eef2f8; }
  .nav a { display: block; padding: 14px 4px; }
  .nav .nav-cta a,
  .nav-cta { margin-top: 12px; height: 52px; justify-content: center; }
  .variant-label { position: static; display: block; margin-bottom: 12px; }
  .section-head--with-visual {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-visual {
    width: min(280px, 100%);
    flex-basis: auto;
  }
  .about { grid-template-columns: 1fr; }
  .lineup { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
  .lineup.lineup-featured,
  .finder-list { grid-template-columns: 1fr; }
  .lineup-rows { grid-template-columns: 1fr; }
  .car-row {
    grid-template-columns: 180px minmax(0, 1fr);
    padding: 14px;
  }
  .car-row-image { min-height: 128px; }
  .car-row-image img { max-height: 120px; }
  .steps-layout { grid-template-columns: 1fr; }
  .steps-illustration { width: min(360px, 100%); margin: 0 auto; }
  .steps-illustration img { max-width: 360px; }
  .search-hub-grid,
  .store-lineup-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan-wrap { grid-template-columns: 1fr; }
  .plan-main p { width: 100%; }
  .seo-grid,
  .meo-panel,
  .blog-faq,
  .company-intro,
  .company-info-layout,
  .subpage-hero--visual,
  .store-profile,
  .store-access-grid,
  .store-detail,
  .stores-overview,
  .coverage-map,
  .single-layout { grid-template-columns: 1fr; }
  .seo-columns { grid-template-columns: repeat(2, 1fr); }
  .growth-grid,
  .store-grid,
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .subpage-hero--visual {
    grid-template-columns: minmax(0, 1fr) minmax(170px, 240px);
  }
  .subpage-hero-visual {
    width: min(240px, 28vw);
    justify-self: end;
  }
}

@media (max-width: 768px) {
  :root { --gutter: 24px; }
  .hero h1 { font-size: clamp(34px, 8vw, 42px); }
  .section-head { flex-direction: column; align-items: flex-start; gap: 8px; }
  .section-note { text-align: left; }
  .section-visual {
    width: min(230px, 70vw);
    padding: 0;
    align-self: center;
  }
  .section-head h3,
  .section-title { font-size: 28px; }
  .lineup { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lineup.lineup-featured { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .car-row {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }
  .car-row-image { min-height: 104px; }
  .car-row-image img { max-height: 98px; }
  .car-row-head { gap: 9px; }
  .car-row-head h3 { font-size: 16px; }
  .car-row-prices {
    gap: 6px;
    margin-top: 8px;
  }
  .car-row-prices div { padding: 7px 8px; }
  .car-row-prices strong { font-size: 15px; }
  .car-body h3 { min-height: 0; }
  .steps,
  .doc-grid,
  .company-service-grid,
  .store-feature-grid,
  .plan-list { grid-template-columns: 1fr; }
  .steps-simple .step {
    align-items: center;
  }
  .seo-columns,
  .growth-grid,
  .company-store-grid,
  .store-grid,
  .post-grid { grid-template-columns: 1fr; }
  .hero-route-strip { grid-template-columns: 1fr; }
  .hero-route-strip span { min-height: 56px; }
  .hero-media {
    max-width: 560px;
    margin: 0 auto;
  }
  .hero-media::before {
    inset: 10% 0 8%;
  }
  .hero-reservation-image {
    max-width: 520px;
    margin: 0 auto;
  }
  .steps-illustration { width: min(280px, 76vw); }
  .steps-illustration img { max-width: min(280px, 76vw); }
  .search-hub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .finder-card { grid-template-columns: 1fr; gap: 9px; padding: 16px; }
  .area-links { grid-template-columns: repeat(2, 1fr); }
  .review-row { grid-template-columns: 1fr; }
  .meo-route { grid-template-columns: 1fr; }
  .pickup-options { grid-template-columns: 1fr; }
  .assist-mini-grid { grid-template-columns: repeat(2, 1fr); }
  .coverage-map-art { min-height: 0; aspect-ratio: 16 / 9; }
  .area-map-section--footer .coverage-map-art {
    max-width: 100%;
    aspect-ratio: 16 / 9;
  }
  .coverage-map-img { min-height: 0; }
  .map-visual { height: 174px; }
  .subpage-hero--visual {
    grid-template-columns: 1fr;
  }
  .footer-cta { flex-direction: column; align-items: flex-start; }
  .footer-cta h3 { font-size: 26px; }
  .site-footer { flex-direction: column; align-items: flex-start; }
  .footer-links { justify-content: flex-start; }
  .subpage-hero {
    padding-top: 38px;
    padding-bottom: 34px;
  }
  .subpage-hero h1 { font-size: 30px; }
  .subpage-hero p { max-width: 100%; }
  .subpage-hero-visual {
    width: min(190px, 58vw);
    justify-self: start;
    padding: 0;
  }
  .plan-main h2 { font-size: 34px; }
  .plan-price strong { font-size: 46px; }
  .plan-price span { display: block; width: 100%; margin-top: 6px; }
  .about,
  .prose,
  .company-intro,
  .company-info-layout > div,
  .company-support,
  .store-profile-main,
  .store-info-panel,
  .store-access-grid,
  .entry { padding: 24px; }
  .about-copy h4 { font-size: 24px; }
}

@media (max-width: 480px) {
  :root { --gutter: 16px; }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: clamp(32px, 8.4vw, 36px); }
  .lineup { grid-template-columns: 1fr; }
  .lineup.lineup-featured,
  .finder-list { grid-template-columns: 1fr; }
  .lineup-section { padding-top: 44px; }
  .car-row {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }
  .car-row-image {
    min-height: 92px;
    border-radius: calc(var(--radius) - 2px);
  }
  .car-row-image img { max-height: 86px; }
  .car-row-head h3 {
    width: 100%;
    font-size: 15px;
  }
  .car-row-prices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .car-row-prices small { font-size: 10px; }
  .car-row-prices strong { font-size: 14px; gap: 3px; }
  .hero-fleet-strip {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    max-width: 320px;
  }
  .hero-fleet-strip .hero-fleet-image { max-width: 320px; }
  .hero-reservation-image { max-width: 360px; margin: 0 auto; }
  .hero-media::before {
    inset: 14% 0 14%;
  }
  .section-visual { width: min(190px, 62vw); }
  .steps-illustration { width: min(220px, 66vw); }
  .steps-illustration img { max-width: min(220px, 66vw); }
  .search-hub-grid,
  .store-lineup-grid { grid-template-columns: 1fr; }
  .mini-price {
    align-items: flex-start;
    gap: 4px;
  }
  .mini-price strong {
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
  }
  .topbar { min-height: 72px; }
  .logo img,
  .logo svg { width: 220px; }
  .nav-toggle {
    min-width: 96px;
    height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }
  .nav-toggle-bars,
  .nav-toggle-bars::before,
  .nav-toggle-bars::after {
    width: 19px;
  }
  .subpage-hero {
    padding-top: 32px;
    padding-bottom: 28px;
  }
  .subpage-hero h1 { font-size: clamp(28px, 8vw, 34px); }
  .subpage-hero-visual {
    width: min(160px, 52vw);
    justify-self: start;
    padding: 0;
  }
  .btn { width: 100%; }
  .hero-actions .btn,
  .section-cta .btn { width: 100%; }
  .store-card-actions .btn { width: 100%; }
  .stores-overview { padding: 20px; }
  .coverage-map-art { min-height: 0; aspect-ratio: 16 / 9; }
  .area-map-section--footer { padding-bottom: 38px; }
  .coverage-map-img { min-height: 0; }
  .price-table { min-width: 640px; }
  .price-table th,
  .price-table td { padding: 10px 11px; }
  .info-table,
  .info-table tbody,
  .info-table tr,
  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
  }
  .info-table th {
    border-bottom: 0;
    padding-bottom: 6px;
  }
  .info-table td {
    padding-top: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; }
}

/* ============================================================
   38. v158 top polish
   ============================================================ */
:root {
  --radius: 12px;
  --shadow-soft: 0 14px 34px rgba(6, 48, 117, .08);
  --shadow-card: 0 12px 28px rgba(6, 48, 117, .07);
  --shadow-cta: 0 16px 28px rgba(246, 201, 20, .28);
}

body {
  background:
    linear-gradient(180deg, #fff 0, #f7fbff 340px, #eaf3ff 100%);
}

.qrc-page {
  background:
    linear-gradient(180deg, #fff 0, #f7fbff 380px, #eef5ff 100%);
}

.qrc-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .46;
  background-image:
    linear-gradient(135deg, rgba(11,64,149,.045) 0 1px, transparent 1px 26px),
    radial-gradient(circle at 16% 16%, rgba(246,201,20,.13), transparent 20%),
    radial-gradient(circle at 88% 9%, rgba(11,64,149,.08), transparent 18%);
  z-index: 0;
}

.qrc-page > * {
  position: relative;
  z-index: 1;
}

.topbar {
  min-height: 92px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(6,48,117,.035);
}

.nav a {
  position: relative;
  transition: color .16s ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .18s ease;
}

.nav a:hover::after {
	transform: scaleX(1);
}

.nav-cta a::after,
.nav .nav-cta a::after {
	display: none;
}

.nav-cta,
.nav .nav-cta a {
  border: 1px solid #f0c300;
  background: linear-gradient(180deg, #ffdc28 0%, var(--yellow) 62%, #e9b600 100%);
  box-shadow: var(--shadow-cta), inset 0 1px 0 rgba(255,255,255,.55);
}

.nav-toggle {
  border-radius: 12px;
  background: #f7fbff;
  box-shadow: inset 0 -2px 0 rgba(6,48,117,.04);
}

.btn {
  border-radius: 12px;
  box-shadow: inset 0 -2px 0 rgba(6,48,117,.04);
}

.btn.primary {
  border: 1px solid #f0c300;
  background: linear-gradient(180deg, #ffdc28 0%, var(--yellow) 62%, #e9b600 100%);
  box-shadow: var(--shadow-cta), inset 0 1px 0 rgba(255,255,255,.55);
}

.btn.secondary {
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 24px rgba(6,48,117,.055), inset 0 -2px 0 rgba(6,48,117,.035);
}

.circle-arrow {
  background: #0d4fb3;
  box-shadow: 0 10px 18px rgba(13,79,179,.28);
}

.hero {
  min-height: 650px;
  padding-top: clamp(58px, 5.4vw, 82px);
  padding-bottom: clamp(50px, 4.5vw, 70px);
  background:
    linear-gradient(120deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.78) 55%, rgba(232,243,255,.86) 100%),
    #f7fbff;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  display: none;
}

.hero::after {
  inset: auto -80px 32px auto;
  width: min(40vw, 420px);
  height: 220px;
  background:
    linear-gradient(90deg, transparent 0 14px, rgba(11,64,149,.08) 14px 16px, transparent 16px 34px),
    linear-gradient(0deg, transparent 0 14px, rgba(11,64,149,.06) 14px 16px, transparent 16px 34px);
  transform: rotate(-8deg);
  opacity: .52;
}

.hero-grid {
  grid-template-columns: minmax(0, 510px) minmax(430px, 1fr);
  gap: clamp(42px, 5vw, 70px);
}

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

.hero-kicker {
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(44px, 4.55vw, 62px);
  line-height: 1.16;
  letter-spacing: 0;
  margin-bottom: 22px;
}

.hero-lead {
  margin-top: 0;
  max-width: 540px;
  font-size: clamp(16px, .65vw + 14px, 18px);
  line-height: 1.85;
  color: #354b6d;
}

.hero-actions {
  margin-top: 26px;
}

.hero-route-strip {
  margin-top: 24px;
  gap: 12px;
}

.hero-route-strip span {
  min-height: 68px;
  background: rgba(255,255,255,.9);
  border-color: #d5e2f2;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}

.hero-route-strip b {
  width: 38px;
  height: 38px;
}

.car-hero {
  max-width: 650px;
  padding: clamp(14px, 1.7vw, 22px);
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 24px 58px rgba(6,48,117,.14);
}

.car-hero::before {
  height: 8px;
  background: linear-gradient(90deg, var(--blue) 0 72%, var(--yellow) 72% 100%);
}

.car-hero::after {
  display: none;
}

.hero-reservation-image {
  width: 100%;
  margin: 0;
  filter: none;
}

.hero-fleet-strip {
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  max-width: none;
  margin: 12px 0 0;
  padding: 16px 18px;
  border-left-width: 6px;
  border-radius: 10px;
  box-shadow: none;
}

.hero-fleet-strip p {
  color: var(--navy);
  font-size: 15px;
  line-height: 1.7;
}

.hero-fleet-strip b {
  color: var(--navy);
  font-size: 17px;
}

.lineup-section {
  padding-top: 68px;
  padding-bottom: 68px;
  background: #eaf3ff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.lineup-section .section-head {
  margin-bottom: 28px;
}

.lineup-section .section-visual--lineup {
  display: none;
}

.lineup-rows {
  gap: 14px;
}

.car-row {
  grid-template-columns: 144px minmax(0, 1fr);
  gap: 16px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--shadow-card);
}

.car-row-image {
  min-height: 112px;
  border-color: #e4edf8;
  border-radius: 10px;
}

.car-row-image img {
  max-height: 104px;
}

.class-tag {
  min-height: 24px;
  padding: 0 9px;
  font-size: 11px;
  line-height: 1.4;
  white-space: nowrap;
}

.car-row-head {
  gap: 9px;
  margin-bottom: 8px;
}

.car-row-head h3 {
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.35;
}

.car-row-prices {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-top: 0;
}

.car-row-prices div {
  padding: 8px 8px;
  border-radius: 8px;
  background: #fbfdff;
}

.car-row-prices small {
  font-size: 11px;
  line-height: 1.25;
  white-space: nowrap;
}

.car-row-prices strong {
  display: block;
  font-size: clamp(13px, .62vw + 10px, 15px);
  white-space: nowrap;
}

.tax-label {
  margin-left: 3px;
}

.route-section {
  position: relative;
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: 72px;
  background: #fff;
}

.route-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg width='880' height='280' viewBox='0 0 880 280' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42 209C168 95 235 234 357 111c121-123 219 61 354-55' fill='none' stroke='%23f6c914' stroke-width='5' stroke-linecap='round' stroke-dasharray='12 15' opacity='.28'/%3E%3Cpath d='M14 92C166 141 270 34 438 112c154 71 235 42 419-36' fill='none' stroke='%230b4095' stroke-width='2' stroke-linecap='round' opacity='.08'/%3E%3C/svg%3E");
  background-size: 920px auto;
  background-position: center 32px;
  background-repeat: no-repeat;
  pointer-events: none;
}

.route-section > * {
  position: relative;
  z-index: 1;
}

.flow-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.flow-card {
  min-width: 0;
  padding: 18px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
}

.flow-media {
  height: 136px;
  margin: 0 0 16px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #f6fbff;
  overflow: hidden;
}

.flow-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 900;
}

.flow-card h3 span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 50%;
  font-size: 12px;
}

.flow-card p {
  margin: 0;
  color: #445a78;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 800;
}

.finder-section {
  padding-top: 60px;
  padding-bottom: 48px;
  background: #eef5ff;
}

.finder-layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 20px;
  align-items: stretch;
}

.finder-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 22px;
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
}

.finder-card {
  display: block;
  padding: 14px;
  border: 1px solid #e4edf8;
  border-radius: 12px;
  background: #fbfdff;
}

.finder-card h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.finder-links a {
  min-height: 30px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
}

.finder-map-panel {
  min-width: 0;
  padding: 14px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
}

.finder-map-panel .coverage-map {
  height: 100%;
  margin: 0;
}

.finder-map-panel .coverage-map-art {
  height: 100%;
  min-height: 280px;
  max-width: none;
  margin: 0;
  border-radius: 12px;
}

.top-blog-section {
  padding-top: 48px;
  padding-bottom: 70px;
  background: #fff;
}

.top-blog-grid {
  gap: 16px;
}

.post-card {
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
}

.post-thumb img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

@media (prefers-reduced-motion: no-preference) {
  .reveal,
  .lineup-section .car-row,
  .flow-card,
  .post-card {
    animation: qrc-fade-up .46s ease both;
  }

  .lineup-section .car-row:nth-child(2),
  .flow-card:nth-child(2),
  .post-card:nth-child(2) {
    animation-delay: .05s;
  }

  .lineup-section .car-row:nth-child(3),
  .flow-card:nth-child(3),
  .post-card:nth-child(3) {
    animation-delay: .1s;
  }

  @keyframes qrc-fade-up {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .car-hero {
    max-width: 760px;
    margin-left: 0;
  }

  .finder-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .topbar {
    min-height: 76px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .logo img,
  .logo svg {
    width: 178px;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  .hero-grid {
    gap: 24px;
  }

  .lineup-rows {
    grid-template-columns: 1fr;
  }

  .flow-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .topbar {
    min-height: 64px;
  }

  .logo img,
  .logo svg {
    width: 142px;
  }

  .nav-toggle {
    min-width: 94px;
    height: 40px;
    border-radius: 10px;
  }

  .hero {
    padding-top: 28px;
    padding-bottom: 42px;
  }

  .hero h1 {
    font-size: clamp(32px, 9vw, 38px);
    margin-bottom: 14px;
  }

  .hero-lead {
    font-size: 15px;
    line-height: 1.75;
  }

  .hero-actions {
    margin-top: 18px;
    gap: 10px;
  }

  .hero-route-strip {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-route-strip span {
    min-height: 54px;
    padding: 8px 12px;
  }

  .hero-route-strip b {
    width: 34px;
    height: 34px;
  }

  .car-hero {
    padding: 10px;
    border-radius: 12px;
  }

  .car-hero::before {
    height: 6px;
  }

  .hero-fleet-strip {
    grid-template-columns: 1fr;
    padding: 12px;
    gap: 10px;
  }

  .hero-fleet-strip .hero-fleet-image {
    max-height: 78px;
    object-fit: contain;
  }

  .lineup-section,
  .route-section,
  .finder-section,
  .top-blog-section {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .section-head {
    display: block;
    margin-bottom: 20px;
  }

  .section-note {
    margin-top: 8px;
    text-align: left;
    font-size: 14px;
  }

  .car-row {
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .car-row-image {
    min-height: 96px;
    padding: 6px;
  }

  .car-row-image img {
    max-height: 88px;
  }

  .car-row-head {
    display: block;
    margin-bottom: 6px;
  }

  .class-tag {
    margin-bottom: 4px;
  }

  .car-row-head h3 {
    font-size: 15px;
  }

  .car-row-prices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .car-row-prices div {
    padding: 6px 7px;
  }

  .car-row-prices strong {
    font-size: 12px;
  }

  .flow-media {
    height: 130px;
  }

  .finder-list {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .finder-map-panel .coverage-map-art {
    min-height: 180px;
    max-height: 230px;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 390px) {
  .car-row {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .car-row-prices small {
    font-size: 10px;
  }

  .car-row-prices strong {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .lineup-section .car-row,
  .flow-card,
  .post-card {
    animation: none !important;
  }
}

/* ============================================================
   39. v159 UI research polish
   ============================================================ */
:root {
  --ease-ui: cubic-bezier(.2, .75, .2, 1);
  --shadow-ui: 0 18px 42px rgba(11,64,149,.12);
  --shadow-ui-strong: 0 22px 56px rgba(11,64,149,.18);
  --surface-glow: linear-gradient(135deg, rgba(255,255,255,.96), rgba(244,249,255,.94));
}

body {
  text-rendering: optimizeLegibility;
}

.main,
.site-main {
  overflow-x: clip;
}

.btn {
  position: relative;
  isolation: isolate;
  min-height: 52px;
  border-radius: 12px;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform .18s var(--ease-ui), box-shadow .18s var(--ease-ui), border-color .18s var(--ease-ui), background .18s var(--ease-ui);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.primary,
.site-cta .btn {
  background:
    linear-gradient(180deg, rgba(255,255,255,.34), rgba(255,255,255,0) 44%),
    linear-gradient(135deg, #ffd51a 0%, var(--yellow) 55%, #eeb600 100%);
  box-shadow:
    inset 0 -2px 0 rgba(116,82,0,.14),
    0 16px 34px rgba(246,201,20,.3);
}

.btn.primary::before,
.site-cta .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(115deg, transparent 0 34%, rgba(255,255,255,.55) 46%, transparent 58% 100%);
  transform: translateX(-130%);
  transition: transform .52s var(--ease-ui);
}

.btn.primary:hover::before,
.site-cta .btn:hover::before {
  transform: translateX(130%);
}

.btn.secondary {
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,251,255,.96));
  border-color: #bed1ec;
  box-shadow: 0 10px 26px rgba(11,64,149,.08);
}

.circle-arrow {
  flex: 0 0 auto;
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.2), 0 8px 18px rgba(6,39,94,.22);
  transition: transform .18s var(--ease-ui), box-shadow .18s var(--ease-ui);
}

.btn:hover .circle-arrow,
.site-cta .btn:hover .circle-arrow {
  transform: translateX(3px);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.2), 0 10px 22px rgba(6,39,94,.28);
}

.nav a {
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -9px;
  height: 3px;
  border-radius: 999px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s var(--ease-ui);
}

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
}

.hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(246,201,20,.11), transparent 27%),
    linear-gradient(135deg, #fff 0%, #f7fbff 54%, #eef6ff 100%);
}

.hero-grid {
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero h1 {
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-wrap: balance;
}

.hero-lead {
  max-width: 42em;
  color: #4e607c;
}

.hero-route-strip {
  align-items: stretch;
}

.hero-route-strip span {
  background: rgba(255,255,255,.9);
  border: 1px solid #d8e5f5;
  box-shadow: 0 10px 24px rgba(11,64,149,.07);
}

.car-hero {
  border-radius: 14px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(11,64,149,.18), rgba(246,201,20,.4)) border-box;
  border: 1px solid transparent;
  box-shadow: var(--shadow-ui);
}

.car-hero::before {
  background: linear-gradient(90deg, var(--blue), var(--blue) 70%, var(--yellow) 70%, var(--yellow));
}

.hero-reservation-image {
  display: block;
  border-radius: 10px;
}

.hero-fleet-strip {
  border-left: 5px solid var(--yellow);
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,251,255,.92));
  box-shadow: 0 12px 30px rgba(11,64,149,.09);
}

.hero-fleet-strip p {
  text-wrap: pretty;
}

.lineup-section,
.route-section,
.finder-section,
.top-blog-section {
  background-image:
    linear-gradient(90deg, rgba(11,64,149,.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(11,64,149,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  background-position: center top;
}

.section-head--with-visual {
  gap: clamp(18px, 3vw, 44px);
  align-items: end;
}

.section-visual {
  background:
    radial-gradient(circle at 18% 24%, rgba(246,201,20,.14), transparent 32%),
    var(--surface-glow);
  border: 1px solid #d8e5f5;
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(11,64,149,.08);
  padding: clamp(8px, 1.5vw, 14px);
}

.section-visual img {
  display: block;
  border-radius: 10px;
}

.lineup-rows {
  gap: 16px;
}

.car-row {
  position: relative;
  grid-template-columns: 178px minmax(0, 1fr);
  align-items: center;
  border-radius: 14px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #dce8f7, rgba(246,201,20,.28)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 10px 26px rgba(11,64,149,.07);
  transition: transform .18s var(--ease-ui), box-shadow .18s var(--ease-ui), border-color .18s var(--ease-ui);
}

.car-row::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(11,64,149,.42);
  border-top: 2px solid rgba(11,64,149,.42);
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity .18s var(--ease-ui), right .18s var(--ease-ui);
}

.car-row:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-ui-strong);
}

.car-row:hover::after {
  right: 13px;
  opacity: 1;
}

.car-row-image {
  border-radius: 12px;
  background:
    radial-gradient(ellipse at center, rgba(11,64,149,.09), transparent 64%),
    linear-gradient(180deg, #fff, #f6faff);
}

.car-row-head {
  padding-right: 26px;
}

.car-row-head h3 {
  letter-spacing: 0;
  text-wrap: balance;
}

.class-tag {
  border-radius: 999px;
  background: #ecf4ff;
  border: 1px solid #d4e4f7;
}

.car-row-prices {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.car-row-prices div {
  border-radius: 10px;
  background:
    linear-gradient(180deg, #fff, #f8fbff);
  border-color: #d7e5f5;
}

.car-row-prices small,
.car-row-prices strong,
.tax-label {
  white-space: nowrap;
}

.car-row-prices strong {
  color: #073c91;
}

.flow-card,
.post-card,
.finder-list,
.finder-map-panel {
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 30px rgba(11,64,149,.08);
}

.flow-card {
  overflow: hidden;
}

.flow-card::before {
  box-shadow: 0 8px 18px rgba(246,201,20,.25);
}

.flow-media {
  background:
    radial-gradient(circle at 22% 18%, rgba(246,201,20,.1), transparent 30%),
    #f8fbff;
}

.finder-link {
  min-height: 46px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  transition: transform .18s var(--ease-ui), box-shadow .18s var(--ease-ui), border-color .18s var(--ease-ui);
}

.finder-link:hover {
  transform: translateY(-2px);
  border-color: #b7cae8;
  box-shadow: 0 10px 24px rgba(11,64,149,.08);
}

.finder-map-panel {
  overflow: hidden;
}

.finder-map-panel .coverage-map-art {
  border-radius: 12px;
}

.top-blog-grid {
  align-items: stretch;
}

.post-card {
  overflow: hidden;
  transition: transform .18s var(--ease-ui), box-shadow .18s var(--ease-ui);
}

.post-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-ui);
}

.post-thumb {
  background: #f8fbff;
}

.post-card h3 {
  text-wrap: balance;
}

@media (max-width: 1180px) {
  .hero-grid {
    align-items: start;
  }

  .car-hero {
    margin-inline: auto;
  }

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

  .car-row::after {
    display: none;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: minmax(0, .92fr) minmax(380px, .82fr);
    gap: 24px;
  }

  .hero h1 {
    font-size: clamp(42px, 4.5vw, 62px);
  }

  .car-hero {
    max-width: none;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .hero-actions .btn {
    min-width: min(100%, 230px);
  }

  .hero-route-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    gap: 8px;
    font-weight: 900;
  }

  .hero-copy {
    display: contents;
  }

  .hero-kicker,
  .hero h1,
  .hero-lead {
    order: 1;
  }

  .hero-media {
    order: 2;
  }

  .hero-actions {
    order: 3;
  }

  .hero-route-strip {
    order: 4;
  }

  .section-head--with-visual {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .section-visual {
    width: min(360px, 100%);
  }
}

@media (max-width: 640px) {
  .btn {
    min-height: 48px;
    border-radius: 10px;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
  }

  .hero h1 {
    font-size: clamp(31px, 8.6vw, 40px);
    line-height: 1.26;
  }

  .hero-lead {
    font-size: 14.5px;
  }

  .hero-media {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .btn {
    justify-content: center;
  }

  .hero-route-strip span {
    border-radius: 10px;
  }

  .car-row {
    grid-template-columns: 118px minmax(0, 1fr);
    border-radius: 12px;
  }

  .car-row-head {
    padding-right: 0;
  }

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

  .car-row-prices strong {
    font-size: 12px;
  }

  .tax-label {
    font-size: 9px;
  }
}

@media (max-width: 390px) {
  .car-row {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .car-row-image {
    min-height: 88px;
  }

  .car-row-image img {
    max-height: 82px;
  }
}

/* ============================================================
   40. v160 text and price overflow fix
   ============================================================ */
.lineup-rows {
  grid-template-columns: 1fr !important;
  max-width: 1120px;
  margin-inline: auto;
}

.lineup-section .car-row {
  grid-template-columns: clamp(180px, 22vw, 246px) minmax(0, 1fr);
  gap: clamp(16px, 2.2vw, 26px);
  padding: clamp(14px, 1.7vw, 22px);
}

.lineup-section .car-row-content {
  display: grid;
  grid-template-columns: minmax(220px, .78fr) minmax(420px, 1.22fr);
  align-items: center;
  gap: clamp(14px, 2vw, 24px);
}

.lineup-section .car-row-head {
  padding-right: 0;
  margin-bottom: 0;
}

.lineup-section .car-row-head h3 {
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1.35;
}

.lineup-section .car-row-prices {
  grid-template-columns: repeat(4, minmax(96px, 1fr));
  gap: 8px;
  min-width: 0;
}

.lineup-section .car-row-prices div {
  min-width: 0;
  padding: 10px 10px;
}

.lineup-section .car-row-prices small {
  white-space: nowrap;
}

.lineup-section .car-row-prices strong {
  display: flex;
  align-items: baseline;
  gap: 3px;
  flex-wrap: wrap;
  color: #073c91;
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.2;
  white-space: normal;
}

.lineup-section .tax-label {
  display: inline-flex;
  flex: 0 0 auto;
  margin-left: 0;
  color: #596b84;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .lineup-section .car-row-content {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lineup-section .car-row-prices {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lineup-section .car-row-prices strong {
    font-size: clamp(15px, 1.4vw, 18px);
  }
}

@media (max-width: 760px) {
  .lineup-section .car-row {
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 12px;
  }

  .lineup-section .car-row-head h3 {
    font-size: 16px;
  }

  .lineup-section .car-row-prices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .lineup-section .car-row-prices div {
    padding: 7px 8px;
  }

  .lineup-section .car-row-prices strong {
    font-size: 13px;
  }
}

@media (max-width: 390px) {
  .lineup-section .car-row {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .lineup-section .car-row-prices strong {
    font-size: 12px;
  }

  .lineup-section .tax-label {
    font-size: 9px;
  }
}

/* ============================================================
   41. v162 header CTA and mobile menu hotfix
   ============================================================ */
.nav-toggle {
  touch-action: manipulation;
  pointer-events: auto;
}

.nav-toggle > * {
  pointer-events: none;
}

.nav-cta {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.nav-cta::before,
.nav-cta::after,
.nav .nav-cta::before,
.nav .nav-cta::after,
.nav-cta > a::before,
.nav-cta > a::after,
.nav .nav-cta > a::before,
.nav .nav-cta > a::after {
  content: none !important;
  display: none !important;
}

.nav .nav-cta > a {
  min-height: 52px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 22px;
  border: 1px solid #f0c300;
  border-radius: 12px;
  color: var(--navy) !important;
  background: linear-gradient(180deg, #ffdc28 0%, var(--yellow) 62%, #e9b600 100%);
  box-shadow: 0 16px 34px rgba(246,201,20,.3), inset 0 1px 0 rgba(255,255,255,.55);
  line-height: 1.25;
  text-decoration: none;
}

.nav .nav-cta > a:hover,
.nav .nav-cta > a:focus-visible {
  transform: translateY(-1px);
}

@media (max-width: 1024px) {
  .nav.is-open {
    display: flex !important;
  }

  .nav .nav-cta {
    margin-top: 12px !important;
    border-bottom: 0;
  }

  .nav .nav-cta > a {
    width: 100%;
  }
}
