/*
Theme Name: クイックレンタカー公式テーマ v191
Theme URI: https://quick-rentacar.jp/
Author: D&Nモビリティ
Author URI: https://quick-rentacar.jp/
Description: クイックレンタカー公式サイト用テーマです。店舗一覧、車種・料金、予約導線、FAQ、会社情報、構造化データ、レスポンシブ表示に対応しています。
Version: 1.9.1
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-v191
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-toggle-check {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.nav-toggle-check:focus-visible + .nav-toggle {
  outline: 3px solid rgba(246,201,20,.95);
  outline-offset: 3px;
}

.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-toggle[aria-expanded="true"] + .nav {
    display: flex !important;
  }

  .nav-toggle-check:checked ~ .nav {
    display: flex !important;
  }

  .nav-toggle-check:checked + .nav-toggle .nav-toggle-bars {
    background: transparent;
  }

  .nav-toggle-check:checked + .nav-toggle .nav-toggle-bars::before {
    top: 0;
    transform: rotate(45deg);
  }

  .nav-toggle-check:checked + .nav-toggle .nav-toggle-bars::after {
    top: 0;
    transform: rotate(-45deg);
  }

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

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

/* ============================================================
   42. v163 unified CTA arrow design
   ============================================================ */
.btn .circle-arrow,
.nav .nav-cta > a .circle-arrow {
  width: 38px;
  height: 38px;
  min-width: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #0b4095 0%, #063075 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 10px 20px rgba(6,48,117,.24);
  transform: none;
}

.btn .circle-arrow svg,
.nav .nav-cta > a .circle-arrow svg {
  width: 20px;
  height: 20px;
  display: block;
}

.btn .circle-arrow path,
.nav .nav-cta > a .circle-arrow path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn:hover .circle-arrow,
.site-cta .btn:hover .circle-arrow,
.nav .nav-cta > a:hover .circle-arrow {
  transform: translateX(3px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 12px 24px rgba(6,48,117,.3);
}

@media (max-width: 640px) {
  .btn .circle-arrow,
  .nav .nav-cta > a .circle-arrow {
    width: 34px;
    height: 34px;
    min-width: 34px;
    flex-basis: 34px;
  }

  .btn .circle-arrow svg,
  .nav .nav-cta > a .circle-arrow svg {
    width: 18px;
    height: 18px;
  }
}

/* ============================================================
   43. v166 native mobile menu
   ============================================================ */
.mobile-nav-details {
  display: none;
}

.mobile-nav-details > summary {
  list-style: none;
}

.mobile-nav-details > summary::-webkit-details-marker {
  display: none;
}

@media (min-width: 1025px) {
  .desktop-nav {
    display: flex !important;
  }
}

@media (max-width: 1024px) {
  .topbar {
    overflow: visible;
  }

  .desktop-nav {
    display: none !important;
  }

  .mobile-nav-details {
    display: block;
    position: relative;
    margin-left: auto;
    z-index: 100;
  }

  .mobile-nav-details .nav-toggle {
    display: inline-flex !important;
    position: relative;
    z-index: 102;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-nav-details .mobile-nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: auto;
    width: min(88vw, 360px);
    max-height: calc(100svh - 96px);
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 16px 18px;
    background: #fff;
    border: 1px solid #d8e5f5;
    border-radius: 14px;
    box-shadow: 0 22px 44px rgba(6,42,103,.18);
    display: none !important;
    z-index: 101;
  }

  .mobile-nav-details[open] .mobile-nav {
    display: flex !important;
  }

  .mobile-nav-details .mobile-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }

  .mobile-nav-details .mobile-nav li {
    border-bottom: 1px solid #eef2f8;
  }

  .mobile-nav-details .mobile-nav li:last-child {
    border-bottom: 0;
  }

  .mobile-nav-details .mobile-nav a {
    display: block;
    padding: 14px 4px;
  }

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

  .mobile-nav-details .nav-cta > a {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav-details[open] .nav-toggle-bars {
    background: transparent;
  }

  .mobile-nav-details[open] .nav-toggle-bars::before {
    top: 0;
    transform: rotate(45deg);
  }

  .mobile-nav-details[open] .nav-toggle-bars::after {
    top: 0;
    transform: rotate(-45deg);
  }
}

/* ============================================================
   44. v168 mobile menu front panel fix
   ============================================================ */
@media (max-width: 1024px) {
  .qrc-page,
  .topbar,
  .mobile-nav-details {
    overflow: visible !important;
  }

  .topbar {
    position: relative;
    z-index: 2147482000 !important;
  }

  .mobile-nav-details {
    position: relative;
    z-index: 2147482100 !important;
  }

  .mobile-nav-details .nav-toggle {
    position: relative;
    z-index: 2147482300 !important;
  }

  .mobile-nav-details .mobile-nav {
    position: fixed !important;
    top: calc(64px + env(safe-area-inset-top, 0px)) !important;
    right: max(12px, env(safe-area-inset-right, 0px)) !important;
    left: max(12px, env(safe-area-inset-left, 0px)) !important;
    width: auto !important;
    max-width: none !important;
    max-height: calc(100dvh - 84px) !important;
    overflow-y: auto !important;
    padding: 12px 16px 18px !important;
    background: #fff !important;
    border: 1px solid #d8e5f5 !important;
    border-radius: 16px !important;
    box-shadow: 0 24px 60px rgba(6,42,103,.28) !important;
    z-index: 2147482200 !important;
    transform: translateZ(0);
  }

  .mobile-nav-details[open] .mobile-nav {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .mobile-nav-details .mobile-nav ul {
    width: 100% !important;
  }
}

@supports not (height: 100dvh) {
  @media (max-width: 1024px) {
    .mobile-nav-details .mobile-nav {
      max-height: calc(100vh - 84px) !important;
    }
  }
}

/* ============================================================
   45. v169 overlay mobile menu
   ============================================================ */
.nav-toggle-check,
.mobile-nav-backdrop,
.mobile-nav-panel {
  display: none;
}

@media (min-width: 1025px) {
  .mobile-nav-open,
  .mobile-nav-backdrop,
  .mobile-nav-panel {
    display: none !important;
  }

  .desktop-nav {
    display: flex !important;
  }
}

@media (max-width: 1024px) {
  .qrc-page {
    overflow-x: clip;
  }

  .topbar {
    z-index: 9000 !important;
  }

  .desktop-nav {
    display: none !important;
  }

  .nav-toggle-check {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }

  .mobile-nav-open {
    display: inline-flex !important;
    margin-left: auto;
    position: relative;
    z-index: 9100 !important;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

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

  .mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(6, 39, 94, .35);
    backdrop-filter: blur(3px);
    z-index: 99998;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
  }

  .mobile-nav-panel {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(86vw, 390px) !important;
    max-width: min(86vw, 390px) !important;
    height: 100dvh !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: calc(18px + env(safe-area-inset-top, 0px)) 20px calc(22px + env(safe-area-inset-bottom, 0px)) !important;
    background: #fff !important;
    border: 0 !important;
    border-left: 1px solid #d8e5f5 !important;
    border-radius: 0 !important;
    box-shadow: -24px 0 60px rgba(6,42,103,.24) !important;
    z-index: 99999 !important;
    overflow-y: auto !important;
    transform: translateX(105%);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: transform .2s ease, opacity .2s ease, visibility .2s ease;
  }

  .nav-toggle-check:checked ~ .mobile-nav-backdrop {
    display: block !important;
    opacity: 1;
    pointer-events: auto;
  }

  .nav-toggle-check:checked ~ .mobile-nav-panel {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-nav-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef2f8;
    color: var(--navy);
    font-size: 17px;
    font-weight: 900;
  }

  .mobile-nav-close {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid #d8e5f5;
    border-radius: 999px;
    background: #f7fbff;
    color: var(--navy);
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
  }

  .mobile-nav-panel ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
  }

  .mobile-nav-panel li {
    border-bottom: 1px solid #eef2f8;
  }

  .mobile-nav-panel li:last-child {
    border-bottom: 0;
  }

  .mobile-nav-panel a {
    display: block;
    padding: 15px 4px;
    color: var(--navy);
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
  }

  .mobile-nav-panel .nav-cta {
    margin-top: 14px !important;
  }

  .mobile-nav-panel .nav-cta > a {
    width: 100%;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 18px;
  }

  .nav-toggle-check:checked ~ .topbar .mobile-nav-open .nav-toggle-bars {
    background: transparent;
  }

  .nav-toggle-check:checked ~ .topbar .mobile-nav-open .nav-toggle-bars::before {
    top: 0;
    transform: rotate(45deg);
  }

  .nav-toggle-check:checked ~ .topbar .mobile-nav-open .nav-toggle-bars::after {
    top: 0;
    transform: rotate(-45deg);
  }
}

@supports not (height: 100dvh) {
  @media (max-width: 1024px) {
    .mobile-nav-panel {
      height: 100vh !important;
    }
  }
}

/* ============================================================
   46. v170 body-level mobile menu overlay
   ============================================================ */
.qrc-mobile-nav-backdrop,
.qrc-mobile-nav-panel {
  display: none;
}

@media (min-width: 1025px) {
  .qrc-mobile-nav-backdrop,
  .qrc-mobile-nav-panel,
  .mobile-nav-open {
    display: none !important;
  }

  .desktop-nav {
    display: flex !important;
  }
}

@media (max-width: 1024px) {
  .desktop-nav,
  .mobile-nav-backdrop,
  .mobile-nav-panel {
    display: none !important;
  }

  .topbar {
    position: relative;
    z-index: 20 !important;
    overflow: visible !important;
  }

  .mobile-nav-open {
    display: inline-flex !important;
    margin-left: auto;
    position: relative;
    z-index: 21 !important;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

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

  .qrc-mobile-nav-backdrop {
    position: fixed !important;
    inset: 0 !important;
    display: block !important;
    background: rgba(4, 24, 61, .46) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 2147483645 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s ease;
  }

  .qrc-mobile-nav-panel {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(88vw, 400px) !important;
    max-width: min(88vw, 400px) !important;
    height: 100dvh !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: calc(18px + env(safe-area-inset-top, 0px)) 20px calc(22px + env(safe-area-inset-bottom, 0px)) !important;
    background: #fff !important;
    border: 0 !important;
    border-left: 1px solid #d8e5f5 !important;
    border-radius: 0 !important;
    box-shadow: -24px 0 60px rgba(6,42,103,.24) !important;
    z-index: 2147483646 !important;
    overflow-y: auto !important;
    transform: translate3d(105%, 0, 0);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: transform .22s ease, opacity .22s ease, visibility .22s ease;
  }

  .nav-toggle-check:checked ~ .qrc-mobile-nav-backdrop {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .nav-toggle-check:checked ~ .qrc-mobile-nav-panel {
    transform: translate3d(0, 0, 0) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .nav-toggle-check:checked ~ .qrc-page .topbar .mobile-nav-open .nav-toggle-bars {
    background: transparent !important;
  }

  .nav-toggle-check:checked ~ .qrc-page .topbar .mobile-nav-open .nav-toggle-bars::before {
    top: 0 !important;
    transform: rotate(45deg) !important;
  }

  .nav-toggle-check:checked ~ .qrc-page .topbar .mobile-nav-open .nav-toggle-bars::after {
    top: 0 !important;
    transform: rotate(-45deg) !important;
  }

  .qrc-mobile-nav-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef2f8;
    color: var(--navy);
    font-size: 17px;
    font-weight: 900;
  }

  .qrc-mobile-nav-close {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid #d8e5f5;
    border-radius: 999px;
    background: #f7fbff;
    color: var(--navy);
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
  }

  .qrc-mobile-nav-panel ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
  }

  .qrc-mobile-nav-panel li {
    border-bottom: 1px solid #eef2f8;
  }

  .qrc-mobile-nav-panel li:last-child {
    border-bottom: 0;
  }

  .qrc-mobile-nav-panel a {
    display: block;
    padding: 15px 4px;
    color: var(--navy);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.45;
    text-decoration: none;
  }

  .qrc-mobile-nav-panel .nav-cta {
    margin-top: 14px !important;
    border-bottom: 0 !important;
  }

  .qrc-mobile-nav-panel .nav-cta > a {
    width: 100%;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 18px;
    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);
  }
}

@supports not (height: 100dvh) {
  @media (max-width: 1024px) {
    .qrc-mobile-nav-panel {
      height: 100vh !important;
    }
  }
}

/* ============================================================
   47. v171 sticky header
   ============================================================ */
html {
  scroll-padding-top: 96px;
}

.qrc-page {
  overflow: visible !important;
  overflow-x: clip !important;
}

.topbar {
  position: sticky !important;
  top: 0;
  z-index: 2147482000 !important;
  background: rgba(255, 255, 255, .96) !important;
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  box-shadow: 0 1px 0 rgba(196, 213, 235, .85), 0 14px 34px rgba(6, 42, 103, .08);
}

.admin-bar .topbar {
  top: 32px;
}

@media (max-width: 782px) {
  html {
    scroll-padding-top: 78px;
  }

  .admin-bar .topbar {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .admin-bar .topbar {
    top: 0;
  }
}

/* ============================================================
   48. v172 CTA and typography polish
   ============================================================ */
:root {
  --qrc-text-main: #06275e;
  --qrc-text-sub: #40536f;
  --qrc-text-soft: #5a6b84;
  --qrc-cta-yellow: #f6c914;
  --qrc-cta-yellow-deep: #e5b400;
  --qrc-cta-blue: #0b4095;
  --qrc-radius-button: 14px;
}

body {
  color: var(--qrc-text-main);
}

p,
li,
dd,
td,
.prose p,
.entry-content,
.subpage-hero p,
.store-hero p,
.store-lead,
.hero-lead {
  color: var(--qrc-text-sub);
}

.kicker,
.subpage-hero .kicker,
.lineup-section .kicker,
.store-hero .kicker {
  color: var(--qrc-cta-blue);
}

.btn,
.nav .nav-cta > a,
.site-cta .btn,
.footer-cta .btn {
  min-height: 50px;
  border-radius: var(--qrc-radius-button);
  font-size: clamp(15px, .28vw + 14px, 17px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.btn.primary,
.nav .nav-cta > a,
.site-cta .btn,
.footer-cta .btn,
.qrc-mobile-nav-panel .nav-cta > a {
  color: var(--navy) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.38), rgba(255,255,255,0) 48%),
    linear-gradient(135deg, #ffdc2d 0%, var(--qrc-cta-yellow) 58%, var(--qrc-cta-yellow-deep) 100%) !important;
  border: 1px solid #edc000 !important;
  box-shadow: 0 14px 28px rgba(246,201,20,.25), inset 0 1px 0 rgba(255,255,255,.55) !important;
}

.btn.secondary {
  color: var(--qrc-cta-blue);
}

.btn .circle-arrow,
.nav .nav-cta > a .circle-arrow {
  width: 32px;
  height: 32px;
  min-width: 32px;
  flex-basis: 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b4095 0%, #063075 100%);
  box-shadow: 0 7px 14px rgba(6,48,117,.2), inset 0 1px 0 rgba(255,255,255,.2);
}

.btn .circle-arrow svg,
.nav .nav-cta > a .circle-arrow svg {
  width: 17px;
  height: 17px;
}

.btn .circle-arrow path,
.nav .nav-cta > a .circle-arrow path {
  stroke-width: 2.35;
}

.store-hero h1,
.subpage-hero h1 {
  color: var(--qrc-text-main);
}

.store-hero h1 {
  font-size: clamp(34px, 5.4vw, 56px);
  line-height: 1.16;
}

.store-hero p {
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.85;
}

@media (max-width: 640px) {
  h1,
  .hero h1,
  .store-hero h1,
  .subpage-hero h1 {
    font-size: clamp(34px, 9vw, 43px);
    line-height: 1.2;
  }

  p,
  .hero-lead,
  .store-hero p,
  .subpage-hero p {
    font-size: 16px;
    line-height: 1.78;
  }

  .btn,
  .nav .nav-cta > a,
  .site-cta .btn,
  .footer-cta .btn {
    min-height: 48px;
    padding: 10px 16px;
    font-size: 15px;
  }

  .btn .circle-arrow,
  .nav .nav-cta > a .circle-arrow {
    width: 30px;
    height: 30px;
    min-width: 30px;
    flex-basis: 30px;
  }
}

/* WPCode floating reservation bar: keep links/tracking, unify visual design. */
.qr-bar {
  left: max(12px, env(safe-area-inset-left, 0px)) !important;
  right: max(12px, env(safe-area-inset-right, 0px)) !important;
  bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
  width: auto !important;
  max-width: 460px !important;
  margin: 0 auto !important;
  padding: 7px !important;
  gap: 8px !important;
  border: 1px solid rgba(216,229,245,.9) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 -2px 18px rgba(6,42,103,.12), 0 12px 34px rgba(6,42,103,.12) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.qr-bar a {
  min-height: 50px !important;
  padding: 11px 14px !important;
  border: 1px solid #edc000 !important;
  border-radius: 13px !important;
  color: var(--navy) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.36), rgba(255,255,255,0) 48%),
    linear-gradient(135deg, #ffdc2d 0%, var(--qrc-cta-yellow) 58%, var(--qrc-cta-yellow-deep) 100%) !important;
  box-shadow: 0 10px 20px rgba(246,201,20,.2), inset 0 1px 0 rgba(255,255,255,.55) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-align: center;
  white-space: nowrap;
}

.qr-bar .qr-find {
  flex: 0 1 auto !important;
  width: min(100%, 360px) !important;
  margin-inline: auto !important;
  font-size: 0 !important;
}

.qr-bar .qr-find::before {
  content: "お近くの店舗を探す";
  font-size: 15px;
}

.qr-bar .qr-find::after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 999px;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12h12.2m-4.6-5 5 5-5 5' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 15px 15px no-repeat,
    linear-gradient(135deg, #0b4095 0%, #063075 100%);
  box-shadow: 0 6px 12px rgba(6,48,117,.18);
}

@media (max-width: 899px) {
  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

@media (max-width: 390px) {
  .qr-bar {
    left: 10px !important;
    right: 10px !important;
    max-width: none !important;
  }

  .qr-bar a {
    min-height: 48px !important;
    padding-inline: 10px !important;
    font-size: 14px !important;
  }
}

/* ============================================================
   49. v173 arrow and line-break polish
   ============================================================ */
.circle-arrow {
  position: relative;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  flex: 0 0 30px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b4095 0%, #063075 100%) !important;
  box-shadow: 0 7px 14px rgba(6,48,117,.2), inset 0 1px 0 rgba(255,255,255,.2) !important;
  transform: none;
}

.circle-arrow svg {
  display: none !important;
}

.circle-arrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2.4px solid #fff;
  border-right: 2.4px solid #fff;
  transform: translateX(-1px) rotate(45deg);
}

.circle-arrow::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 2.4px;
  border-radius: 999px;
  background: #fff;
  transform: translateX(-2px);
}

.btn:hover .circle-arrow,
.site-cta .btn:hover .circle-arrow,
.nav .nav-cta > a:hover .circle-arrow {
  transform: translateX(2px);
}

.btn.primary,
.footer-cta .btn,
.site-cta .btn,
.store-action-row .btn,
.company-store-actions .btn,
.qr-bar a,
.nav .nav-cta > a {
  gap: 12px;
}

.btn.primary .circle-arrow,
.footer-cta .btn .circle-arrow,
.site-cta .btn .circle-arrow,
.store-action-row .btn .circle-arrow,
.company-store-actions .btn .circle-arrow,
.nav .nav-cta > a .circle-arrow {
  order: 2;
}

.btn.primary,
.footer-cta .btn,
.site-cta .btn,
.store-action-row .btn,
.company-store-actions .btn,
.nav .nav-cta > a {
  justify-content: center;
}

.qr-bar .qr-find::after {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 12h9m-4-4 4 4-4 4' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat,
    linear-gradient(135deg, #0b4095 0%, #063075 100%) !important;
  box-shadow: 0 7px 14px rgba(6,48,117,.2), inset 0 1px 0 rgba(255,255,255,.2) !important;
}

.qr-bar .qr-find {
  position: relative;
}

.qr-bar .qr-find::before {
  display: inline-block;
  vertical-align: middle;
}

/* Better Japanese line breaks: avoid one-character orphan lines in headings/buttons. */
h1,
h2,
h3,
.section-title,
.store-hero h1,
.subpage-hero h1,
.store-card-head h3,
.car-row-head h3,
.post-card-body h3,
.btn,
.qr-bar a {
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

p,
li,
dd,
td,
.prose p,
.entry-content p,
.store-hero p,
.subpage-hero p {
  line-break: strict;
  word-break: normal;
  overflow-wrap: anywhere;
}

.store-hero h1 {
  max-width: 10.5em;
  font-size: clamp(32px, 5vw, 52px);
}

.store-reserve-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .12em .28em;
  max-width: 11.5em;
}

.store-reserve-name,
.store-reserve-action {
  display: inline-block;
  word-break: keep-all;
  overflow-wrap: normal;
}

.store-reserve-action {
  white-space: nowrap;
}

@media (max-width: 640px) {
  .store-hero h1,
  .subpage-hero h1,
  .hero h1 {
    font-size: clamp(31px, 8.2vw, 40px);
    line-height: 1.22;
  }

  .store-hero h1 {
    max-width: 9.6em;
  }

  .store-reserve-title {
    max-width: 9.8em;
  }

  .btn,
  .qr-bar a {
    white-space: normal;
  }

  .btn.primary,
  .footer-cta .btn,
  .site-cta .btn,
  .store-action-row .btn,
  .company-store-actions .btn {
    max-width: min(100%, 340px);
    margin-inline: auto;
  }
}

@media (max-width: 390px) {
  .store-hero h1,
  .subpage-hero h1,
  .hero h1 {
    font-size: clamp(29px, 8vw, 36px);
  }

  .store-hero h1 {
    max-width: 9em;
  }
}

/* ============================================================
   50. v174 global typography and table scroll hints
   ============================================================ */
:root {
  --qrc-type-body: clamp(14px, .2vw + 13.5px, 16px);
  --qrc-type-note: clamp(13px, .18vw + 12.5px, 14px);
  --qrc-type-card-title: clamp(16px, .35vw + 15px, 18px);
  --qrc-type-section: clamp(23px, 1.2vw + 19px, 30px);
  --qrc-type-page-title: clamp(32px, 3.2vw, 48px);
  --qrc-copy-color: #40536f;
  --qrc-copy-muted: #5a6b84;
  --qrc-heading-color: #06275e;
}

body {
  color: var(--qrc-heading-color);
  font-size: var(--qrc-type-body);
}

p,
li,
dd,
td,
.prose p,
.entry-content,
.entry-content p,
.compact-prose p,
.block-note,
.table-note,
.section-note,
.store-copy,
.store-hero p,
.subpage-hero p,
.hero-lead,
.company-intro p,
.company-support p,
.footer-cta p {
  color: var(--qrc-copy-color) !important;
  font-size: var(--qrc-type-body);
  line-height: 1.78;
  font-weight: 700;
}

.block-note,
.table-note,
.section-note,
.price-table caption,
.store-route-list small,
.company-store-card small,
.faq p,
.qrc-news-card time,
.post-card-body p {
  color: var(--qrc-copy-muted) !important;
  font-size: var(--qrc-type-note);
  font-weight: 700;
}

h1,
h2,
h3,
h4,
.block-title,
.section-title,
.subpage-hero h1,
.store-hero h1,
.company-intro h2,
.company-support h2,
.panel-head h2,
.faq-category > h2,
.doc-card h3,
.company-service-grid strong,
.company-store-card strong,
.store-feature-grid strong,
.store-card-head h3,
.car-row-head h3 {
  color: var(--qrc-heading-color) !important;
  letter-spacing: 0;
}

.block-title {
  font-size: var(--qrc-type-section);
  line-height: 1.34;
  font-weight: 900;
}

.block-title .sub,
.kicker,
.subpage-hero .kicker,
.store-hero .kicker {
  color: var(--qrc-cta-blue) !important;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .06em;
}

.subpage-hero h1,
.store-hero h1 {
  font-size: var(--qrc-type-page-title);
  line-height: 1.22;
}

.company-service-grid strong,
.company-store-card strong,
.store-feature-grid strong,
.doc-card h3,
.review-card h3,
.growth-card h3,
.feature h3 {
  font-size: var(--qrc-type-card-title);
  line-height: 1.42;
  font-weight: 900;
}

.company-service-grid span,
.store-feature-grid span,
.doc-card ul,
.review-card p,
.growth-card p,
.feature p {
  color: var(--qrc-copy-color) !important;
  font-size: var(--qrc-type-note);
  line-height: 1.74;
  font-weight: 700;
}

.price-table {
  font-size: var(--qrc-type-note);
}

.price-table th,
.price-table td {
  color: var(--qrc-copy-color);
  font-size: var(--qrc-type-note);
  font-weight: 700;
  line-height: 1.58;
}

.price-table thead th,
.price-table tbody th {
  font-weight: 900;
}

.price-table td strong,
.price-table--center td strong,
.price-table td {
  color: var(--qrc-cta-blue);
}

.table-scroll {
  position: relative;
  border-radius: var(--radius);
}

@media (max-width: 768px) {
  .table-scroll {
    margin-top: 10px !important;
    padding-top: 38px;
    border: 1px solid #d8e5f5;
    background:
      linear-gradient(90deg, rgba(255,255,255,0) calc(100% - 54px), rgba(255,255,255,.92) 100%);
    box-shadow: inset -28px 0 24px -24px rgba(6,42,103,.22);
  }

  .table-scroll::before {
    content: "横にスクロールできます";
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 3;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 3px 10px;
    border: 1px solid #d8e5f5;
    border-radius: 999px;
    background: #fff;
    color: var(--qrc-heading-color);
    box-shadow: 0 8px 18px rgba(6,42,103,.08);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
  }

  .table-scroll::after {
    content: "↔";
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 3;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #0b4095 0%, #063075 100%);
    box-shadow: 0 8px 18px rgba(6,48,117,.18);
    font-size: 14px;
    font-weight: 900;
    pointer-events: none;
  }

  .table-scroll .price-table {
    border-radius: 0 0 var(--radius) var(--radius);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .price-table th,
  .price-table td {
    padding: 11px 12px;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  :root {
    --qrc-type-body: 15px;
    --qrc-type-note: 13px;
    --qrc-type-card-title: 16px;
    --qrc-type-section: clamp(22px, 6.2vw, 28px);
    --qrc-type-page-title: clamp(30px, 8vw, 39px);
  }

  .block-title {
    margin-bottom: 12px;
  }

  .block-note {
    margin-top: 0;
    line-height: 1.72;
  }

  .company-service-grid strong,
  .company-store-card strong,
  .store-feature-grid strong,
  .doc-card h3 {
    font-size: var(--qrc-type-card-title);
  }
}

/* ============================================================
   51. v175 readability, mobile fit, and CTA arrow consistency
   ============================================================ */
:root {
  --qrc-arrow-size: 32px;
  --qrc-arrow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h12'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E");
  --qrc-arrow-bg: linear-gradient(135deg, #0d4fb3 0%, #063075 100%);
  --qrc-arrow-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 10px 22px rgba(6,48,117,.25);
}

body,
button,
input,
select,
textarea {
  color: #243754;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.block-title,
.section-title,
.panel-head h2,
.faq-category > h2 {
  font-size: clamp(23px, 1.15vw + 18px, 30px);
  line-height: 1.32;
}

.block-note,
.section-note,
.table-note,
.store-copy,
.entry-content p,
.compact-prose p {
  color: #3d4d66 !important;
  font-size: clamp(14px, .2vw + 13px, 16px);
  line-height: 1.76;
  font-weight: 700;
}

.store-card-head,
.store-card.is-coming-soon .store-card-head {
  color: #fff !important;
}

.store-card-head h3,
.store-card.is-coming-soon .store-card-head h3 {
  color: #fff !important;
  font-size: clamp(20px, .8vw + 17px, 24px);
  line-height: 1.38;
  text-shadow: 0 1px 0 rgba(0,0,0,.08);
}

.store-card-head .area-tag,
.store-card.is-coming-soon .store-card-head .area-tag {
  color: var(--navy) !important;
  text-shadow: none;
}

.store-meta {
  color: #304159;
  font-size: clamp(14px, .22vw + 13px, 16px);
  line-height: 1.62;
}

.store-meta dt {
  color: var(--blue);
}

.footer-cta,
.footer-cta h2,
.footer-cta p,
.answer-block,
.answer-block h3,
.answer-block p {
  color: #fff !important;
}

.circle-arrow,
.btn .circle-arrow,
.site-cta .btn .circle-arrow,
.nav .nav-cta > a .circle-arrow,
.qr-bar .qr-find::after {
  width: var(--qrc-arrow-size) !important;
  height: var(--qrc-arrow-size) !important;
  min-width: var(--qrc-arrow-size) !important;
  flex: 0 0 var(--qrc-arrow-size) !important;
  border-radius: 999px !important;
  background:
    var(--qrc-arrow-icon) center / 16px 16px no-repeat,
    var(--qrc-arrow-bg) !important;
  box-shadow: var(--qrc-arrow-shadow) !important;
  color: #fff !important;
}

.circle-arrow svg,
.btn .circle-arrow svg,
.site-cta .btn .circle-arrow svg,
.nav .nav-cta > a .circle-arrow svg {
  display: none !important;
}

.circle-arrow::before,
.circle-arrow::after {
  content: none !important;
}

.btn:hover .circle-arrow,
.site-cta .btn:hover .circle-arrow,
.nav .nav-cta > a:hover .circle-arrow {
  transform: translateX(2px);
}

.qr-bar .qr-find {
  color: var(--navy) !important;
  background: linear-gradient(135deg, #ffd91f 0%, #f6bf00 100%) !important;
  border-color: #e5b400 !important;
}

.store-card-actions .btn.primary,
.store-action-panel .btn.primary,
.single-store-cta .btn.primary,
a[href*="line.me"].btn.primary,
a[href*="line.me"].btn {
  color: var(--navy) !important;
  background: linear-gradient(135deg, #ffd91f 0%, #f6bf00 100%) !important;
  border-color: #e5b400 !important;
  box-shadow: 0 12px 24px rgba(246,191,0,.22) !important;
}

.qr-bar .qr-find::after {
  content: "" !important;
  position: static !important;
  display: inline-flex !important;
}

.lineup-section,
.lineup-rows,
.lineup-section .car-row,
.lineup-section .car-row-content,
.lineup-section .car-row-prices {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}

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

.lineup-section .car-row-prices strong {
  font-size: clamp(14px, .55vw + 12px, 18px);
  line-height: 1.18;
}

@media (max-width: 760px) {
  :root {
    --qrc-arrow-size: 30px;
  }

  .block-title,
  .section-title,
  .panel-head h2,
  .faq-category > h2 {
    font-size: clamp(21px, 5.8vw, 27px);
  }

  .block-note,
  .section-note,
  .table-note,
  .store-copy,
  .entry-content p,
  .compact-prose p {
    font-size: 14px;
    line-height: 1.72;
  }

  .store-card-head h3,
  .store-card.is-coming-soon .store-card-head h3 {
    font-size: clamp(20px, 6vw, 25px);
  }

  .store-meta {
    font-size: 14px;
  }

  .lineup-section {
    overflow-x: clip;
  }

  .lineup-section .lineup-rows {
    gap: 12px;
  }

  .lineup-section .car-row {
    grid-template-columns: 1fr !important;
    gap: 10px;
    padding: 12px !important;
    border-radius: 12px;
  }

  .lineup-section .car-row-image {
    width: 100%;
    min-height: 104px;
    padding: 8px;
  }

  .lineup-section .car-row-image img {
    width: auto;
    max-width: min(80%, 250px);
    max-height: 112px;
    margin-inline: auto;
  }

  .lineup-section .car-row-content {
    grid-template-columns: 1fr !important;
    gap: 9px;
    width: 100%;
  }

  .lineup-section .car-row-head h3 {
    font-size: clamp(17px, 5vw, 21px);
    line-height: 1.35;
  }

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

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

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

  .lineup-section .car-row-prices strong {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 2px;
    font-size: clamp(13px, 4vw, 16px);
    line-height: 1.18;
    white-space: normal;
    overflow-wrap: anywhere;
  }

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

  .car-row,
  .car-row-content,
  .car-row-prices {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .car-row {
    overflow: hidden;
  }

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

  .car-row-prices div {
    min-width: 0;
  }

  .car-row-prices strong {
    flex-wrap: wrap;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .btn,
  .site-cta .btn,
  .qr-bar .qr-find {
    gap: 10px !important;
  }
}

@media (max-width: 374px) {
  .lineup-section .car-row-prices {
    grid-template-columns: 1fr !important;
  }

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

/* ============================================================
   52. v176 mobile visual fit
   ============================================================ */
.car-row-head,
.lineup-section .car-row-head,
.post-card-body,
.footer-cta > div {
  min-width: 0;
}

.car-row-head h3,
.lineup-section .car-row-head h3,
.post-card-body h3,
.post-card h3 {
  max-width: 100%;
  white-space: normal !important;
  overflow: visible !important;
  overflow-wrap: anywhere;
  word-break: normal;
  text-overflow: clip;
}

.post-card-body h3,
.post-card h3 {
  display: block !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
}

.footer-cta {
  overflow: visible;
}

.footer-cta h2 {
  color: #fff !important;
  white-space: normal;
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: clip;
}

.footer-cta p,
.footer-cta .section-note,
.answer-block h2,
.answer-block h3,
.answer-block p,
.plan-main h2,
.plan-main p {
  color: #fff !important;
}

.coverage-map-art {
  overflow: hidden;
}

.coverage-map-img {
  object-position: center center;
}

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

  .logo img,
  .logo svg,
  .custom-logo {
    width: clamp(166px, 48vw, 220px) !important;
    max-width: calc(100vw - 154px) !important;
    height: auto !important;
  }

  .nav-toggle {
    flex: 0 0 auto;
  }

  .hero h1 {
    font-size: clamp(31px, 8.2vw, 38px);
    line-height: 1.28;
  }

  .lineup-section .car-row-head {
    padding-right: 0 !important;
  }

  .lineup-section .car-row-head h3 {
    font-size: clamp(18px, 5.4vw, 22px) !important;
    line-height: 1.42 !important;
    text-wrap: wrap;
  }

  .lineup-section .class-tag {
    flex: 0 0 auto;
  }

  .lineup-section .car-row-prices {
    align-items: stretch;
  }

  .lineup-section .car-row-prices strong,
  .car-row-prices strong {
    font-size: clamp(14px, 4.2vw, 17px) !important;
    line-height: 1.22;
  }

  .top-blog-section {
    padding-top: 42px;
  }

  .top-blog-grid,
  .post-grid.top-blog-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .post-card {
    min-height: 0;
  }

  .post-thumb {
    height: auto !important;
    aspect-ratio: 16 / 9;
  }

  .post-card-body {
    padding: 15px 16px 17px;
    gap: 8px;
  }

  .post-card-body h3,
  .post-card h3 {
    font-size: clamp(15px, 4.4vw, 18px) !important;
    line-height: 1.58 !important;
  }

  .post-card-body p {
    font-size: 13px;
    line-height: 1.72;
  }

  .area-map-section--footer {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .area-map-section--footer .section-head {
    margin-bottom: 14px;
  }

  .area-map-section--footer .coverage-map {
    margin-top: 14px;
  }

  .area-map-section--footer .coverage-map-art,
  .coverage-map-art {
    width: 100%;
    max-width: none !important;
    min-height: clamp(210px, 62vw, 285px) !important;
    aspect-ratio: auto !important;
    padding: 6px;
  }

  .area-map-section--footer .coverage-map-img,
  .coverage-map-img {
    width: 112%;
    max-width: none;
    height: auto;
    min-height: 0;
    object-fit: contain;
  }

  .footer-cta {
    margin: 52px max(12px, var(--gutter)) 0;
    padding: 24px 18px 20px;
    gap: 16px;
    border-radius: 14px;
  }

  .footer-cta h2 {
    font-size: clamp(23px, 6.6vw, 29px) !important;
    line-height: 1.34;
  }

  .footer-cta p {
    font-size: 13px;
    line-height: 1.72;
  }

  .footer-cta .btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    min-height: 52px;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .logo img,
  .logo svg,
  .custom-logo {
    width: clamp(150px, 43vw, 184px) !important;
    max-width: calc(100vw - 146px) !important;
  }

  .nav-toggle {
    min-width: 92px;
  }

  .area-map-section--footer .coverage-map-art,
  .coverage-map-art {
    min-height: 230px !important;
  }

  .area-map-section--footer .coverage-map-img,
  .coverage-map-img {
    width: 122%;
  }
}

/* ============================================================
   53. v177 service area map mobile correction
   ============================================================ */
.area-map-section--footer .coverage-map-art,
.coverage-map-art {
  max-width: 900px;
}

.coverage-map-img {
  object-position: center center;
}

@media (max-width: 760px) {
  .area-map-section--footer {
    padding-top: 34px;
  }

  .area-map-section--footer .coverage-map {
    margin-top: 12px;
  }

  .area-map-section--footer .coverage-map-art,
  .coverage-map-art {
    min-height: clamp(285px, 82vw, 360px) !important;
    aspect-ratio: auto !important;
    padding: 4px !important;
    overflow: hidden;
  }

  .area-map-section--footer .coverage-map-img,
  .coverage-map-img {
    width: 148% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: translateX(-2%);
  }
}

@media (max-width: 420px) {
  .area-map-section--footer .coverage-map-art,
  .coverage-map-art {
    min-height: 310px !important;
  }

  .area-map-section--footer .coverage-map-img,
  .coverage-map-img {
    width: 162% !important;
    transform: translateX(-4%);
  }
}

/* ============================================================
   54. v178 Meiryo type system, illustration fit, store polish
   ============================================================ */
:root {
  --qrc-font-main: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", system-ui, sans-serif;
  --qrc-type-xs: clamp(11px, .12vw + 10.5px, 12px);
  --qrc-type-sm: clamp(12px, .18vw + 11.5px, 13px);
  --qrc-type-md: clamp(14px, .2vw + 13px, 15px);
  --qrc-type-lg: clamp(16px, .24vw + 15px, 18px);
  --qrc-type-card: clamp(18px, .45vw + 16px, 22px);
  --qrc-type-section-title: clamp(25px, 1.25vw + 20px, 34px);
  --qrc-type-hero-title: clamp(34px, 3.2vw + 20px, 58px);
  --qrc-leading-tight: 1.34;
  --qrc-leading-body: 1.72;
  --qrc-leading-loose: 1.86;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--qrc-font-main) !important;
}

body {
  color: #172b4d;
  font-size: 16px;
  line-height: var(--qrc-leading-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.block-title,
.panel-head h2,
.store-prefecture-head h2,
.store-card-head h3,
.car-row-head h3,
.post-card-body h3,
.flow-card h3 {
  font-family: var(--qrc-font-main) !important;
  color: var(--navy) !important;
  font-weight: 900;
  line-height: var(--qrc-leading-tight);
  letter-spacing: 0;
  text-wrap: balance;
}

.hero h1 {
  font-size: var(--qrc-type-hero-title) !important;
  line-height: 1.22;
}

.section-title,
.block-title {
  font-size: var(--qrc-type-section-title) !important;
}

.lead,
.hero-lead,
.section-note,
.block-note,
.store-copy,
.entry-content p,
.compact-prose p {
  color: #3c4c66 !important;
  font-size: var(--qrc-type-md) !important;
  line-height: var(--qrc-leading-body);
  font-weight: 700;
}

.btn,
.site-cta .btn,
.store-card-actions .btn,
.section-cta .btn,
.footer-cta .btn,
.qr-bar .qr-find {
  min-height: 48px;
  padding: 0 18px;
  font-size: var(--qrc-type-md) !important;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
  border-radius: 10px;
}

.btn.small,
.store-card-actions .btn.small {
  min-height: 44px;
  padding: 0 16px;
  font-size: var(--qrc-type-sm) !important;
}

.circle-arrow,
.btn .circle-arrow,
.nav .nav-cta > a .circle-arrow,
.qr-bar .qr-find::after {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  flex-basis: 30px !important;
  background-size: 15px 15px, auto !important;
}

.flow-cards {
  gap: clamp(14px, 1.6vw, 22px);
}

.flow-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 12px;
  padding: 0 0 18px;
  border-radius: 14px;
  overflow: hidden;
}

.flow-media {
  width: 100%;
  aspect-ratio: 16 / 7.2;
  min-height: 0;
  max-height: none;
  display: grid;
  place-items: center;
  padding: clamp(8px, 1.1vw, 12px);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(246,201,20,.12), transparent 30%),
    linear-gradient(180deg, #fff, #f7fbff);
}

.flow-media img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
}

.flow-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0 18px;
  font-size: var(--qrc-type-card) !important;
}

.flow-card h3 span {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 12px;
  box-shadow: 0 8px 16px rgba(246,201,20,.2);
}

.flow-card p {
  margin: 0;
  padding: 0 18px;
  color: #3f506b;
  font-size: var(--qrc-type-md);
  line-height: var(--qrc-leading-body);
  font-weight: 700;
}

.store-prefecture-list {
  display: grid;
  gap: clamp(26px, 3vw, 42px);
}

.store-prefecture-group {
  padding: clamp(18px, 2.2vw, 30px);
  border: 1px solid #d8e5f5;
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 8%, rgba(246,201,20,.13), transparent 25%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,251,255,.94));
  box-shadow: 0 18px 46px rgba(11,64,149,.09);
}

.store-prefecture-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  margin: 0 0 20px;
  padding: 0 0 16px 18px;
  border-bottom: 1px solid #dbe7f6;
}

.store-prefecture-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--yellow), var(--blue));
}

.store-prefecture-head h2 {
  margin: 0;
  font-size: clamp(24px, 1.45vw + 19px, 34px) !important;
}

.store-prefecture-head p {
  max-width: 780px;
  margin: 0;
  color: #4a5d7a;
  font-size: var(--qrc-type-sm);
  line-height: 1.72;
  font-weight: 700;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 315px), 1fr));
  gap: clamp(16px, 1.8vw, 24px);
  align-items: stretch;
}

.store-card {
  position: relative;
  min-height: 100%;
  border: 1px solid #d8e5f5;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 32px rgba(11,64,149,.08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.store-card:hover {
  transform: translateY(-3px);
  border-color: #b9cdec;
  box-shadow: 0 22px 48px rgba(11,64,149,.14);
}

.store-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--blue) 0 72%, var(--yellow) 72% 100%);
  z-index: 2;
}

.store-card-head,
.store-card.is-coming-soon .store-card-head {
  position: relative;
  padding: 24px 24px 18px;
  color: var(--navy) !important;
  background:
    radial-gradient(circle at 92% 20%, rgba(246,201,20,.16), transparent 28%),
    linear-gradient(180deg, #fff, #f8fbff) !important;
  border-bottom: 1px solid #e1eaf6;
}

.store-card-head .area-tag {
  min-height: 28px;
  padding: 0 12px;
  color: var(--navy) !important;
  background: var(--yellow);
  border: 0;
  font-size: var(--qrc-type-xs);
}

.store-card-head h3,
.store-card.is-coming-soon .store-card-head h3 {
  margin: 12px 0 0;
  color: var(--navy) !important;
  font-size: clamp(20px, .72vw + 18px, 25px) !important;
  line-height: 1.38;
  text-shadow: none;
}

.store-status {
  margin-top: 10px;
}

.store-card-body {
  padding: 20px 24px 18px;
}

.store-meta {
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 9px 14px;
  font-size: var(--qrc-type-sm);
  line-height: 1.62;
}

.store-meta dt {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue) !important;
}

.store-meta dt::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 3px rgba(246,201,20,.18);
}

.store-meta dd {
  color: #334765;
  font-weight: 800;
}

.store-card-actions {
  gap: 10px;
  padding: 16px 24px 22px;
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.store-card-actions .btn {
  flex: 1 1 138px;
  justify-content: center;
}

.store-card-actions .btn.primary {
  box-shadow: 0 12px 24px rgba(246,191,0,.2) !important;
}

@media (max-width: 760px) {
  :root {
    --qrc-type-md: 14px;
    --qrc-type-card: clamp(17px, 4.4vw, 20px);
    --qrc-type-section-title: clamp(24px, 6.2vw, 30px);
    --qrc-type-hero-title: clamp(31px, 8.2vw, 38px);
  }

  .btn,
  .site-cta .btn,
  .store-card-actions .btn,
  .section-cta .btn,
  .footer-cta .btn,
  .qr-bar .qr-find {
    min-height: 46px;
    font-size: 14px !important;
  }

  .flow-cards {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .flow-card {
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-rows: auto auto;
    grid-template-areas:
      "media title"
      "media text";
    gap: 8px 12px;
    align-items: center;
    padding: 14px;
  }

  .flow-media {
    grid-area: media;
    aspect-ratio: 1 / 1;
    width: 92px;
    height: 92px;
    padding: 6px;
    border-radius: 12px;
  }

  .flow-card h3 {
    grid-area: title;
    padding: 0;
    font-size: clamp(17px, 4.8vw, 20px) !important;
  }

  .flow-card h3 span {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .flow-card p {
    grid-area: text;
    padding: 0;
    font-size: 13px;
    line-height: 1.7;
  }

  .store-prefecture-group {
    padding: 18px 14px;
    border-radius: 14px;
  }

  .store-prefecture-head {
    margin-bottom: 16px;
    padding-left: 15px;
  }

  .store-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .store-card-head,
  .store-card.is-coming-soon .store-card-head {
    padding: 22px 18px 16px;
  }

  .store-card-body {
    padding: 18px;
  }

  .store-meta {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 8px 10px;
    font-size: 13px;
  }

  .store-card-actions {
    padding: 14px 18px 18px;
  }
}

@media (max-width: 420px) {
  .flow-card {
    grid-template-columns: 78px minmax(0, 1fr);
    padding: 12px;
  }

  .flow-media {
    width: 78px;
    height: 78px;
  }

  .store-card-head h3,
  .store-card.is-coming-soon .store-card-head h3 {
    font-size: clamp(19px, 5.7vw, 23px) !important;
  }

  .store-card-actions {
    grid-template-columns: 1fr;
  }

  .store-card-actions .btn {
    width: 100%;
  }
}

/* ============================================================
   56. v180 clean accents, store balance, car photo blend
   ============================================================ */
.qr-bar .qr-find {
  width: min(100% - 24px, 340px) !important;
  max-width: 340px !important;
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 0 20px !important;
  color: var(--navy) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-align: center;
  background: #f6c914 !important;
  border: 1px solid #d9ad00 !important;
  border-radius: 14px !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.44),
    inset 0 -2px 0 rgba(160,118,0,.16),
    0 14px 28px rgba(246,191,0,.22) !important;
}

.qr-bar .qr-find::before {
  content: "\304A\8FD1\304F\306E\5E97\8217\3092\63A2\3059" !important;
  display: inline !important;
  color: var(--navy) !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.qr-bar .qr-find::after {
  order: 2;
  margin: 0 !important;
}

.store-prefecture-list {
  gap: clamp(20px, 2vw, 28px);
}

.store-prefecture-group {
  background:
    linear-gradient(180deg, #fff 0%, #f8fbff 100%) !important;
  border-color: #d7e5f6 !important;
  box-shadow: 0 16px 36px rgba(6,39,94,.07) !important;
}

.store-prefecture-head::before {
  background: var(--blue) !important;
}

.store-prefecture-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 58px;
  height: 3px;
  border-radius: 999px;
  background: var(--yellow);
}

.store-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 285px), 315px)) !important;
  justify-content: start;
}

.store-card {
  max-width: 315px;
}

.store-card::before {
  height: 4px !important;
  background: var(--blue) !important;
}

.store-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 46px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: var(--yellow);
  z-index: 3;
}

.store-card-head,
.store-card.is-coming-soon .store-card-head {
  background: linear-gradient(180deg, #fff, #f8fbff) !important;
}

.store-card-actions .btn.primary {
  position: relative;
  color: var(--navy) !important;
  background: #f6c914 !important;
  border-color: #d9ad00 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.42),
    inset 0 -2px 0 rgba(160,118,0,.14),
    0 10px 20px rgba(246,191,0,.18) !important;
}

.store-card-actions .btn.primary::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(11,64,149,.08);
}

.lineup-rows-subpage .car-row {
  grid-template-columns: minmax(220px, 31%) minmax(0, 1fr);
  background:
    linear-gradient(180deg, #fff 0%, #f8fbff 100%) !important;
  border-color: #d7e5f6 !important;
  box-shadow: 0 16px 36px rgba(6,39,94,.075) !important;
}

.lineup-rows-subpage .car-row::before {
  width: 5px !important;
  background: var(--blue) !important;
}

.lineup-rows-subpage .car-row::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 20px;
  width: 3px;
  height: 48px;
  border-radius: 999px;
  background: var(--yellow);
}

.lineup-rows-subpage .car-row-image {
  min-height: 154px;
  background: #fff !important;
  border-color: #d9e6f6 !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.78),
    0 10px 24px rgba(6,39,94,.06) !important;
}

.lineup-rows-subpage .car-row-image img {
  width: min(92%, 260px);
  max-height: 142px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 14px 14px rgba(6,39,94,.1));
}

.lineup-rows-subpage .car-row:nth-child(even) {
  background:
    linear-gradient(180deg, #fff 0%, #f8fbff 100%) !important;
}

.lineup-rows-subpage .car-row-head .class-tag {
  color: var(--blue) !important;
  background: #eef6ff !important;
  border: 1px solid #cfe0f5 !important;
}

.lineup-rows-subpage .car-row-prices div {
  background: #fff !important;
}

@media (min-width: 980px) {
  .lineup-rows-subpage .car-row:nth-child(even) {
    grid-template-columns: minmax(220px, 31%) minmax(0, 1fr) !important;
  }

  .lineup-rows-subpage .car-row:nth-child(even) .car-row-image {
    order: 0 !important;
  }
}

@media (max-width: 760px) {
  .store-grid {
    grid-template-columns: 1fr !important;
  }

  .store-card {
    max-width: none;
  }

  .lineup-rows-subpage .car-row {
    grid-template-columns: 1fr !important;
  }
}

/* ============================================================
   55. v179 cars and reservation page polish
   ============================================================ */
.qr-bar .qr-find::before {
  content: none !important;
  display: none !important;
}

.qr-bar .qr-find {
  gap: 12px !important;
  justify-content: center !important;
  text-align: center;
  white-space: normal !important;
  max-width: min(100%, 360px);
}

.qr-bar .qr-find::after {
  margin-left: 2px !important;
  order: 2;
}

.lineup-rows-subpage {
  display: grid;
  gap: clamp(16px, 2vw, 22px);
}

.lineup-rows-subpage .car-row {
  position: relative;
  grid-template-columns: minmax(220px, 32%) minmax(0, 1fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: center;
  padding: clamp(18px, 2.2vw, 28px);
  border: 1px solid #d7e5f6;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(246,201,20,.14), transparent 34%),
    linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 18px 42px rgba(6,39,94,.09);
  overflow: hidden;
}

.lineup-rows-subpage .car-row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: linear-gradient(180deg, var(--yellow), var(--blue));
}

.lineup-rows-subpage .car-row-image {
  min-height: 160px;
  border-radius: 14px;
  border: 1px solid #d8e5f5;
  background:
    radial-gradient(circle at 35% 34%, rgba(246,201,20,.16), transparent 34%),
    linear-gradient(135deg, #fff, #edf5ff);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.lineup-rows-subpage .car-row-image img {
  max-height: 150px;
  object-fit: contain;
  filter: drop-shadow(0 14px 16px rgba(6,39,94,.12));
}

.lineup-rows-subpage .car-row-content {
  display: grid;
  gap: 12px;
}

.lineup-rows-subpage .car-row-head {
  gap: 10px 14px;
}

.lineup-rows-subpage .car-row-head h3 {
  margin: 0;
  color: var(--navy) !important;
  font-size: clamp(20px, 1.1vw + 17px, 29px) !important;
  line-height: 1.42;
}

.lineup-rows-subpage .car-row-content p {
  max-width: 58em;
  margin: 0;
  color: #475a78;
  font-size: var(--qrc-type-sm);
  line-height: 1.78;
  font-weight: 700;
}

.lineup-rows-subpage .car-row-prices {
  grid-template-columns: repeat(4, minmax(118px, 1fr));
  gap: 10px;
}

.lineup-rows-subpage .car-row-prices div {
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid #cfe0f5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(11,64,149,.06);
}

.lineup-rows-subpage .car-row-prices small {
  color: #526989;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
}

.lineup-rows-subpage .car-row-prices strong {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 5px;
  color: var(--blue) !important;
  font-size: clamp(17px, .8vw + 14px, 24px) !important;
  line-height: 1.15;
  white-space: normal;
}

.lineup-rows-subpage .tax-label {
  color: #526989;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.price-table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #d6e4f5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(6,39,94,.08);
}

.price-table caption {
  color: #526989;
  font-weight: 800;
}

.price-table thead th {
  background: linear-gradient(135deg, var(--blue), #0e56bd) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.22) !important;
  font-size: 13px !important;
}

.price-table tbody th {
  background: linear-gradient(180deg, #f8fbff, #eef6ff) !important;
  color: var(--navy) !important;
}

.price-table td {
  color: var(--blue) !important;
  background: #fff;
}

.price-table tbody tr:nth-child(even) td {
  background: #fbfdff !important;
}

#high-season,
#mileage-limit,
#options,
#delivery-fee {
  position: relative;
  border: 1px solid #d8e5f5;
  border-radius: 18px;
  background:
    radial-gradient(circle at 94% 4%, rgba(246,201,20,.14), transparent 30%),
    linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 18px 40px rgba(6,39,94,.07);
}

#high-season::before,
#mileage-limit::before,
#options::before,
#delivery-fee::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--blue) 0 68%, var(--yellow) 68% 100%);
}

.steps {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}

.step {
  min-height: 0;
  border-radius: 18px;
  border: 1px solid #d8e5f5;
  background:
    radial-gradient(circle at 88% 18%, rgba(246,201,20,.18), transparent 30%),
    linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 16px 34px rgba(6,39,94,.08);
}

.step b {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: var(--navy) !important;
  background: var(--yellow);
  box-shadow: 0 8px 16px rgba(246,191,0,.18);
}

.step::after {
  color: rgba(11,64,149,.08);
  font-size: 82px;
  font-weight: 900;
  letter-spacing: 0;
  right: 16px;
  top: 2px;
}

.step h3 {
  margin-top: 14px;
  color: var(--navy) !important;
  font-size: clamp(20px, .9vw + 17px, 25px) !important;
  line-height: 1.4;
}

.step p {
  color: #475a78 !important;
  font-size: var(--qrc-type-sm);
}

.doc-grid {
  gap: clamp(14px, 1.8vw, 22px);
}

.doc-card {
  position: relative;
  border: 1px solid #d7e5f6;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  box-shadow: 0 14px 30px rgba(6,39,94,.07);
  overflow: hidden;
}

.doc-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--yellow), var(--blue));
}

.doc-card h3 {
  color: var(--navy) !important;
  font-size: clamp(18px, .75vw + 16px, 23px) !important;
  line-height: 1.45;
}

.doc-card ul {
  padding-left: 0;
  list-style: none;
}

.doc-card li {
  position: relative;
  padding-left: 18px;
}

.doc-card li + li {
  margin-top: 5px;
}

.doc-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .78em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 3px rgba(246,201,20,.16);
}

.section-cta {
  justify-content: center;
  padding: clamp(18px, 2.2vw, 26px);
  border: 1px solid #d8e5f5;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.95), rgba(239,247,255,.95)),
    repeating-linear-gradient(135deg, rgba(11,64,149,.05) 0 1px, transparent 1px 16px);
  box-shadow: 0 16px 36px rgba(6,39,94,.07);
}

.section-cta .btn {
  flex: 0 1 auto;
  min-width: min(100%, 220px);
}

@media (min-width: 980px) {
  .lineup-rows-subpage .car-row:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 32%);
  }

  .lineup-rows-subpage .car-row:nth-child(even) .car-row-image {
    order: 2;
  }
}

@media (max-width: 820px) {
  .lineup-rows-subpage .car-row {
    grid-template-columns: 1fr;
  }

  .lineup-rows-subpage .car-row-image {
    min-height: 140px;
  }

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

  .section-cta {
    justify-content: stretch;
  }

  .section-cta .btn {
    width: 100%;
  }
}

@media (max-width: 440px) {
  .qr-bar .qr-find {
    width: min(100%, 330px) !important;
    max-width: calc(100vw - 24px);
  }

  .lineup-rows-subpage .car-row {
    padding: 14px;
    border-radius: 14px;
  }

  .lineup-rows-subpage .car-row-image {
    min-height: 116px;
  }

  .lineup-rows-subpage .car-row-image img {
    max-height: 108px;
  }

  .lineup-rows-subpage .car-row-head h3 {
    font-size: clamp(18px, 5.1vw, 22px) !important;
  }

  .lineup-rows-subpage .car-row-prices {
    gap: 8px;
  }

  .lineup-rows-subpage .car-row-prices div {
    padding: 9px 8px;
  }

  .lineup-rows-subpage .car-row-prices small {
    font-size: 11px;
  }

  .lineup-rows-subpage .car-row-prices strong {
    font-size: clamp(15px, 4.3vw, 18px) !important;
  }

  .step,
  .doc-card {
    border-radius: 14px;
  }
}

/* ============================================================
   57. v180 final clean overrides
   ============================================================ */
.qr-bar .qr-find {
  width: min(100% - 24px, 340px) !important;
  max-width: 340px !important;
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 0 20px !important;
  color: var(--navy) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-align: center;
  background: #f6c914 !important;
  border: 1px solid #d9ad00 !important;
  border-radius: 14px !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.44),
    inset 0 -2px 0 rgba(160,118,0,.16),
    0 14px 28px rgba(246,191,0,.22) !important;
}

.qr-bar .qr-find::before {
  content: "お近くの店舗を探す" !important;
  display: inline !important;
  color: var(--navy) !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
}

.qr-bar .qr-find::after {
  order: 2;
  margin: 0 !important;
}

.store-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 285px), 315px)) !important;
  justify-content: start !important;
}

.store-card {
  max-width: 315px;
}

.store-prefecture-group,
#high-season,
#mileage-limit,
#options,
#delivery-fee {
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%) !important;
}

.store-card::before,
#high-season::before,
#mileage-limit::before,
#options::before,
#delivery-fee::before,
.doc-card::before {
  background: var(--blue) !important;
}

.store-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  z-index: 3;
  width: 46px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: var(--yellow);
}

.store-card-head,
.store-card.is-coming-soon .store-card-head {
  background: linear-gradient(180deg, #fff, #f8fbff) !important;
}

.store-card-actions .btn.primary {
  position: relative;
  color: var(--navy) !important;
  background: #f6c914 !important;
  border-color: #d9ad00 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.42),
    inset 0 -2px 0 rgba(160,118,0,.14),
    0 10px 20px rgba(246,191,0,.18) !important;
}

.store-card-actions .btn.primary::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(11,64,149,.08);
}

.lineup-rows-subpage .car-row,
.lineup-rows-subpage .car-row:nth-child(even) {
  grid-template-columns: minmax(220px, 31%) minmax(0, 1fr) !important;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%) !important;
}

.lineup-rows-subpage .car-row::before {
  width: 5px !important;
  background: var(--blue) !important;
}

.lineup-rows-subpage .car-row::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 20px;
  width: 3px;
  height: 48px;
  border-radius: 999px;
  background: var(--yellow);
}

.lineup-rows-subpage .car-row:nth-child(even) .car-row-image {
  order: 0 !important;
}

.lineup-rows-subpage .car-row-image {
  min-height: 154px;
  background: #fff !important;
  border-color: #d9e6f6 !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.78),
    0 10px 24px rgba(6,39,94,.06) !important;
}

.lineup-rows-subpage .car-row-image img {
  width: min(92%, 260px);
  max-height: 142px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 14px 14px rgba(6,39,94,.1));
}

.lineup-rows-subpage .car-row-head .class-tag {
  color: var(--blue) !important;
  background: #eef6ff !important;
  border: 1px solid #cfe0f5 !important;
}

@media (max-width: 760px) {
  .store-grid {
    grid-template-columns: 1fr !important;
  }

  .store-card {
    max-width: none;
  }

  .lineup-rows-subpage .car-row,
  .lineup-rows-subpage .car-row:nth-child(even) {
    grid-template-columns: 1fr !important;
  }
}

/* v180 safety: fixed CTA label without the extra greater-than mark. */
.qr-bar .qr-find {
  font-size: 0 !important;
}

.qr-bar .qr-find::before {
  content: "\304A\8FD1\304F\306E\5E97\8217\3092\63A2\3059" !important;
  display: inline !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
}

/* ============================================================
   58. v181 mobile hero flow and car hover cleanup
   ============================================================ */
.lineup-rows-subpage .car-row::after,
.lineup-rows-subpage .car-row:hover::after {
  content: none !important;
  display: none !important;
}

.lineup-rows-subpage .car-row:hover {
  transform: translateY(-2px);
  border-color: #c5d8f0;
  box-shadow: 0 18px 34px rgba(6,39,94,.09) !important;
}

.lineup-rows-subpage .car-row::before {
  border-radius: 999px;
}

@media (max-width: 760px) {
  .hero-route-strip {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin: 10px 0 0 !important;
    padding: 0 !important;
  }

  .hero-route-strip span {
    min-height: 44px !important;
    padding: 8px 12px !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.82) !important;
    border: 1px solid #dbe7f6 !important;
    box-shadow: 0 6px 14px rgba(6,39,94,.055) !important;
    color: var(--navy) !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
    gap: 10px !important;
  }

  .hero-route-strip b {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    font-size: 12px !important;
    box-shadow: 0 6px 12px rgba(246,191,0,.18) !important;
  }
}

@media (max-width: 430px) {
  .hero-route-strip {
    gap: 6px !important;
  }

  .hero-route-strip span {
    min-height: 40px !important;
    padding: 7px 10px !important;
    font-size: 13.5px !important;
  }

  .hero-route-strip b {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
  }
}

/* ============================================================
   59. v182 mobile simple three-step flow
   ============================================================ */
@media (max-width: 760px) {
  .hero-route-strip {
    position: relative;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin: 12px 0 0 !important;
    padding: 38px 10px 12px !important;
    border: 1px solid #dbe7f6;
    border-radius: 16px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 10px 24px rgba(6,39,94,.06);
  }

  .hero-route-strip::before {
    content: "\304B\3093\305F\3093\0033\30B9\30C6\30C3\30D7";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    min-width: max-content;
    padding: 3px 12px;
    border-radius: 999px;
    color: var(--blue);
    background: #eef6ff;
    border: 1px solid #d5e5f8;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
  }

  .hero-route-strip::after {
    content: "";
    position: absolute;
    left: calc(16.666% + 22px);
    right: calc(16.666% + 22px);
    top: 64px;
    height: 2px;
    border-radius: 999px;
    background: #d7e4f5;
    z-index: 0;
  }

  .hero-route-strip span {
    position: relative;
    z-index: 1;
    min-height: 0 !important;
    display: grid !important;
    justify-items: center !important;
    align-content: start !important;
    gap: 7px !important;
    padding: 0 4px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--navy) !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
    text-align: center !important;
  }

  .hero-route-strip b {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    background: var(--yellow) !important;
    color: var(--navy) !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    box-shadow:
      0 0 0 5px rgba(246,201,20,.18),
      0 8px 14px rgba(246,191,0,.18) !important;
  }
}

@media (max-width: 390px) {
  .hero-route-strip {
    padding: 36px 8px 11px !important;
  }

  .hero-route-strip span {
    font-size: 12px !important;
  }

  .hero-route-strip b {
    width: 31px !important;
    height: 31px !important;
    min-width: 31px !important;
    font-size: 12px !important;
  }

  .hero-route-strip::after {
    top: 61px;
  }
}

/* ============================================================
   60. v183 mobile box rhythm
   ============================================================ */
@media (max-width: 760px) {
  .hero-grid {
    --qrc-mobile-box-width: min(100%, 360px);
  }

  .hero-actions,
  .hero-route-strip {
    width: var(--qrc-mobile-box-width) !important;
    max-width: var(--qrc-mobile-box-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .hero-actions .btn {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 52px !important;
    padding: 0 16px !important;
    border-radius: 14px !important;
    justify-content: center !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
  }

  .hero-actions .btn .circle-arrow {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    flex-basis: 30px !important;
  }

  .hero-route-strip {
    margin-top: 12px !important;
    border-radius: 14px !important;
  }

  .qr-bar {
    display: flex !important;
    justify-content: center !important;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom)) !important;
  }

  .qr-bar .qr-find {
    width: min(100%, 360px) !important;
    max-width: 360px !important;
    min-height: 52px !important;
    border-radius: 14px !important;
  }
}

@media (max-width: 390px) {
  .hero-grid {
    --qrc-mobile-box-width: min(100%, 340px);
  }

  .hero-actions .btn {
    min-height: 50px !important;
    font-size: 14px !important;
  }

  .qr-bar .qr-find {
    min-height: 50px !important;
    font-size: 0 !important;
  }
}

/* ============================================================
   61. v184 store prefecture heading cleanup
   ============================================================ */
.store-prefecture-head::after {
  content: none !important;
  display: none !important;
}

.store-prefecture-head {
  border-bottom: 1px solid #dbe7f6;
  padding-bottom: clamp(14px, 1.4vw, 18px);
}

.store-prefecture-head::before {
  background: var(--blue) !important;
  box-shadow: none !important;
}

/* ============================================================
   62. v185 CTA cleanup without text greater-than marks
   ============================================================ */
.store-card-actions .btn.primary::before,
.store-action-row .btn.primary::before,
.company-store-actions .btn.primary::before {
  content: none !important;
  display: none !important;
}

.store-card-actions .btn.primary,
.store-action-row .btn.primary,
.company-store-actions .btn.primary {
  position: relative;
  min-height: 48px;
  padding: 0 18px !important;
  color: var(--navy) !important;
  background: linear-gradient(180deg, #ffda31 0%, #f6c914 54%, #ebba08 100%) !important;
  border: 1px solid #d9ad00 !important;
  border-radius: 13px !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.45),
    inset 0 -2px 0 rgba(150,110,0,.13),
    0 9px 18px rgba(246,191,0,.16) !important;
  justify-content: center !important;
  gap: 10px !important;
}

.store-card-actions .btn.primary:hover,
.store-action-row .btn.primary:hover,
.company-store-actions .btn.primary:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.5),
    inset 0 -2px 0 rgba(150,110,0,.12),
    0 12px 22px rgba(246,191,0,.22) !important;
}

.qr-bar .qr-find {
  font-size: 0 !important;
  gap: 12px !important;
}

.qr-bar .qr-find::before {
  content: "\304A\8FD1\304F\306E\5E97\8217\3092\63A2\3059" !important;
  display: inline !important;
  color: var(--navy) !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.qr-bar .qr-find::after {
  order: 2;
  margin: 0 !important;
}

@media (max-width: 760px) {
  .store-card-actions .btn.primary,
  .store-action-row .btn.primary,
  .company-store-actions .btn.primary {
    min-height: 46px;
    border-radius: 12px !important;
    font-size: 14px !important;
  }

  .qr-bar .qr-find::before {
    font-size: 15px !important;
  }
}

/* ============================================================
   63. v186 main CTA round arrow restore
   ============================================================ */
.hero-actions .btn.primary .circle-arrow,
.footer-cta .btn.primary .circle-arrow,
.site-cta .btn.primary .circle-arrow,
.nav .nav-cta > a .circle-arrow {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  flex: 0 0 34px !important;
  border-radius: 999px !important;
  background: var(--blue) !important;
  color: #fff !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    0 8px 16px rgba(6,48,117,.22) !important;
}

/* ============================================================
   64. v188 CTA surface and shine unification
   ============================================================ */
.section-cta {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.section-cta.center {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.btn.primary,
.section-cta .btn.primary,
.footer-cta .btn.primary,
.site-cta .btn.primary,
.qr-bar .qr-find,
.nav .nav-cta > a {
  position: relative !important;
  overflow: hidden !important;
  color: var(--navy) !important;
  background:
    linear-gradient(105deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.42) 42%, rgba(255,255,255,0) 58%) 0 0 / 230% 100% no-repeat,
    linear-gradient(180deg, #ffdc2e 0%, #f6c914 54%, #eeb800 100%) !important;
  border: 1px solid #d7aa00 !important;
  box-shadow:
    0 14px 28px rgba(246,191,0,.24),
    inset 0 1px 0 rgba(255,255,255,.58),
    inset 0 -2px 0 rgba(143,105,0,.14) !important;
  transition: transform .16s ease, box-shadow .16s ease, background-position .35s ease !important;
}

.btn.primary:hover,
.section-cta .btn.primary:hover,
.footer-cta .btn.primary:hover,
.site-cta .btn.primary:hover,
.qr-bar .qr-find:hover,
.nav .nav-cta > a:hover {
  transform: translateY(-1px) !important;
  background-position: 100% 0, 0 0 !important;
  box-shadow:
    0 18px 34px rgba(246,191,0,.3),
    inset 0 1px 0 rgba(255,255,255,.62),
    inset 0 -2px 0 rgba(143,105,0,.16) !important;
}

.store-card-actions .btn.primary::before,
.store-action-row .btn.primary::before,
.company-store-actions .btn.primary::before {
  content: none !important;
  display: none !important;
}

.store-card-actions .btn.primary,
.store-action-row .btn.primary,
.company-store-actions .btn.primary {
  min-height: 46px !important;
  border-radius: 12px !important;
}

.hero-actions .btn.primary .circle-arrow::before,
.footer-cta .btn.primary .circle-arrow::before,
.site-cta .btn.primary .circle-arrow::before,
.nav .nav-cta > a .circle-arrow::before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  width: 9px !important;
  height: 9px !important;
  border-top: 2.4px solid currentColor !important;
  border-right: 2.4px solid currentColor !important;
  transform: translateX(-1px) rotate(45deg) !important;
  background: transparent !important;
}

.hero-actions .btn.primary .circle-arrow::after,
.footer-cta .btn.primary .circle-arrow::after,
.site-cta .btn.primary .circle-arrow::after,
.nav .nav-cta > a .circle-arrow::after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  width: 12px !important;
  height: 2.4px !important;
  border-radius: 999px !important;
  background: currentColor !important;
  transform: translateX(-1px) !important;
}

@media (max-width: 760px) {
  .hero-actions .btn.primary .circle-arrow,
  .footer-cta .btn.primary .circle-arrow,
  .site-cta .btn.primary .circle-arrow,
  .nav .nav-cta > a .circle-arrow {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    flex-basis: 30px !important;
  }

  .hero-actions .btn.primary .circle-arrow::before,
  .footer-cta .btn.primary .circle-arrow::before,
  .site-cta .btn.primary .circle-arrow::before,
  .nav .nav-cta > a .circle-arrow::before {
    width: 8px !important;
    height: 8px !important;
    border-width: 2.2px !important;
  }

  .hero-actions .btn.primary .circle-arrow::after,
  .footer-cta .btn.primary .circle-arrow::after,
  .site-cta .btn.primary .circle-arrow::after,
  .nav .nav-cta > a .circle-arrow::after {
    width: 10px !important;
    height: 2.2px !important;
  }
}

/* ============================================================
   65. v189 merge copy fixes and remove floating CTA white shell
   ============================================================ */
.qr-bar {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.qr-bar a,
.qr-bar .qr-find {
  position: relative !important;
  overflow: hidden !important;
  color: var(--navy) !important;
  background:
    linear-gradient(105deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.42) 42%, rgba(255,255,255,0) 58%) 0 0 / 230% 100% no-repeat,
    linear-gradient(180deg, #ffdc2e 0%, #f6c914 54%, #eeb800 100%) !important;
  border: 1px solid #d7aa00 !important;
  box-shadow:
    0 14px 28px rgba(246,191,0,.24),
    inset 0 1px 0 rgba(255,255,255,.58),
    inset 0 -2px 0 rgba(143,105,0,.14) !important;
  transition: transform .16s ease, box-shadow .16s ease, background-position .35s ease !important;
}

.qr-bar a:hover,
.qr-bar .qr-find:hover {
  transform: translateY(-1px) !important;
  background-position: 100% 0, 0 0 !important;
  box-shadow:
    0 18px 34px rgba(246,191,0,.3),
    inset 0 1px 0 rgba(255,255,255,.62),
    inset 0 -2px 0 rgba(143,105,0,.16) !important;
}

@media (max-width: 760px) {
  .qr-bar {
    padding: 0 !important;
  }
}

/* ============================================================
   66. v190 overall non-AI polish: quieter hierarchy and steps
   ============================================================ */
.steps {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.4vw, 18px) !important;
  align-items: stretch;
  counter-reset: qrc-step;
}

.step {
  min-height: 0 !important;
  padding: clamp(20px, 1.8vw, 26px) !important;
  border-radius: 14px !important;
  border: 1px solid #d8e5f5 !important;
  background: #fff !important;
  box-shadow: 0 12px 26px rgba(6,39,94,.055) !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  counter-increment: qrc-step;
}

.step::after {
  content: attr(data-step) !important;
  right: 16px !important;
  top: 12px !important;
  color: rgba(6,39,94,.05) !important;
  font-size: clamp(42px, 4.2vw, 58px) !important;
  line-height: 1 !important;
  pointer-events: none;
}

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

.step b {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  color: #0b4095 !important;
  background: #edf5ff !important;
  box-shadow: none !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  white-space: normal;
  overflow-wrap: anywhere;
}

.step b::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--yellow);
  flex: 0 0 7px;
}

.step h3 {
  margin: 4px 0 0 !important;
  color: var(--navy) !important;
  font-size: clamp(20px, .48vw + 18px, 24px) !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.step p {
  margin: 0 !important;
  color: #445773 !important;
  font-size: clamp(14px, .18vw + 13px, 15px) !important;
  line-height: 1.75 !important;
  font-weight: 700 !important;
}

.flow-card,
.doc-card,
.seo-card,
.store-card,
.car-row,
.review-card,
.map-card {
  box-shadow: 0 12px 28px rgba(6,39,94,.055) !important;
}

.flow-card::before,
.car-row::before,
.store-card::before {
  opacity: .55;
}

.section-title,
.block-title,
.subpage-hero h1,
.store-hero h1 {
  letter-spacing: 0 !important;
}

.kicker,
.block-title .sub {
  letter-spacing: .02em !important;
}

@media (max-width: 1100px) {
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .steps {
    grid-template-columns: 1fr !important;
  }

  .step {
    padding: 18px !important;
    gap: 8px;
  }

  .step::after {
    font-size: 44px !important;
    right: 14px !important;
    top: 12px !important;
  }
}

/* ============================================================
   67. v191 remove ghost step numbers
   ============================================================ */
.step::after {
  content: none !important;
  display: none !important;
}

.step b {
  background: #eef6ff !important;
  border: 1px solid #d7e7fa !important;
  color: var(--navy) !important;
  padding: 6px 11px !important;
}

.step b::before,
.step[data-step] b::before {
  content: counter(qrc-step, decimal-leading-zero) !important;
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  flex: 0 0 24px;
}
