@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Oswald:wght@500;600;700&display=swap");

:root {
  --ink: #14213d;
  --ink-soft: #3b4a62;
  --blue: #1f5f8b;
  --blue-deep: #123c5d;
  --sky: #e8f4fb;
  --mist: #f5f8fb;
  --line: #dfe8ef;
  --orange: #f5a524;
  --orange-deep: #d98200;
  --green: #2f9e44;
  --white: #ffffff;
  --shadow: 0 18px 46px rgba(20, 33, 61, 0.12);
  --shadow-soft: 0 10px 28px rgba(20, 33, 61, 0.08);
  --radius: 8px;
  --container: min(1120px, calc(100% - 40px));
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--mist);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(223, 232, 239, 0.9);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  width: var(--container);
  min-height: var(--header-height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}

.brand__wordmark {
  display: inline-flex;
  flex-direction: column;
  color: var(--blue-deep);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand__wordmark strong {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.brand__wordmark span {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand__mark {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--white);
  background: var(--blue-deep);
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.site-nav a {
  padding: 10px 13px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
  border-radius: var(--radius);
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--blue-deep);
  background: var(--sky);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-switcher {
  position: relative;
  flex: 0 0 auto;
}

.language-switcher .gtranslate_wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
}

.language-switcher .gtranslate_wrapper::before,
.language-switcher__fallback::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  z-index: 1;
  width: 16px;
  height: 16px;
  pointer-events: none;
  background-color: currentColor;
  transform: translateY(-50%);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.93 9h-3.18a15.4 15.4 0 0 0-1.1-5.02A8.03 8.03 0 0 1 18.93 11ZM12 4.04c.78 1.12 1.48 3.08 1.72 6.96h-3.44C10.52 7.12 11.22 5.16 12 4.04ZM4.06 13h3.19c.14 1.93.5 3.63 1.1 5.02A8.03 8.03 0 0 1 4.06 13Zm3.19-2H4.06a8.03 8.03 0 0 1 4.29-5.02A15.4 15.4 0 0 0 7.25 11ZM12 19.96c-.78-1.12-1.48-3.08-1.72-6.96h3.44c-.24 3.88-.94 5.84-1.72 6.96Zm2.65-1.94c.6-1.39.96-3.09 1.1-5.02h3.18a8.03 8.03 0 0 1-4.28 5.02Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.93 9h-3.18a15.4 15.4 0 0 0-1.1-5.02A8.03 8.03 0 0 1 18.93 11ZM12 4.04c.78 1.12 1.48 3.08 1.72 6.96h-3.44C10.52 7.12 11.22 5.16 12 4.04ZM4.06 13h3.19c.14 1.93.5 3.63 1.1 5.02A8.03 8.03 0 0 1 4.06 13Zm3.19-2H4.06a8.03 8.03 0 0 1 4.29-5.02A15.4 15.4 0 0 0 7.25 11ZM12 19.96c-.78-1.12-1.48-3.08-1.72-6.96h3.44c-.24 3.88-.94 5.84-1.72 6.96Zm2.65-1.94c.6-1.39.96-3.09 1.1-5.02h3.18a8.03 8.03 0 0 1-4.28 5.02Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.language-switcher .gt_selector,
.language-switcher__fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  min-width: 112px;
  padding: 0 34px 0 38px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  appearance: none;
  box-shadow: 0 12px 28px rgba(30, 59, 86, 0.08);
  cursor: pointer;
  transition: color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.language-switcher .gt_selector {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%233b4a62' d='m7 10 5 5 5-5H7Z'/%3E%3C/svg%3E");
  background-position: right 13px center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

.language-switcher .gt_selector:hover,
.language-switcher .gt_selector:focus,
.language-switcher__fallback:hover {
  color: var(--blue-deep);
  border-color: rgba(66, 133, 244, 0.35);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle span::before {
  transform: translateY(-6px);
}

.menu-toggle span::after {
  transform: translateY(4px);
}

.menu-open .menu-toggle span {
  background: transparent;
}

.menu-open .menu-toggle span::before {
  background: var(--ink);
  transform: rotate(45deg);
}

.menu-open .menu-toggle span::after {
  background: var(--ink);
  transform: translateY(-2px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

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

.btn--primary {
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 12px 26px rgba(245, 165, 36, 0.28);
}

.btn--primary:hover {
  background: var(--orange-deep);
}

.btn--dark {
  color: var(--white);
  background: var(--blue-deep);
}

.btn--ghost {
  color: var(--blue-deep);
  background: var(--white);
  border-color: var(--line);
}

.btn--wide {
  width: 100%;
}

.section {
  padding: 86px 0;
}

.section--white {
  background: var(--white);
}

.section--blue {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(18, 60, 93, 0.94), rgba(31, 95, 139, 0.92)),
    url("../images/img/business-meeting.jpg") center / cover;
}

.section__head {
  width: var(--container);
  margin: 0 auto 34px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--orange-deep);
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section--blue .eyebrow {
  color: #ffd48a;
}

.section-title {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
}

.section-lead {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
}

.section--blue .section-lead {
  color: rgba(255, 255, 255, 0.82);
}

.hero {
  min-height: calc(100vh - var(--header-height));
  padding: 62px 0 42px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(11, 28, 48, 0.88) 0%, rgba(11, 28, 48, 0.68) 45%, rgba(11, 28, 48, 0.18) 100%),
    url("../images/img/road-trip.jpg") center / cover;
}

.hero__inner {
  width: var(--container);
  margin: 0 auto;
}

.hero__content {
  max-width: 760px;
  color: var(--white);
}

.hero__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.hero__title {
  margin: 0;
  font-size: clamp(42px, 7vw, 78px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero__copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(16px, 2vw, 20px);
}

.hero__facts {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-fact {
  padding: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
}

.hero-fact strong {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  line-height: 1;
}

.hero-fact span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.search-panel {
  width: var(--container);
  margin: -46px auto 0;
  position: relative;
  z-index: 5;
  padding: 18px;
  background: var(--white);
  border: 1px solid rgba(223, 232, 239, 0.95);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.search-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.search-panel__title {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}

.search-panel__note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.search-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 12px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fbfdff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: none;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(31, 95, 139, 0.12);
}

.field textarea {
  min-height: 118px;
  resize: vertical;
}

.feature-grid,
.guide-grid,
.shop-grid,
.car-grid,
.faq-grid,
.contact-grid {
  width: var(--container);
  margin: 0 auto;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.feature-card__icon,
.mini-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--blue-deep);
  background: var(--sky);
  border-radius: var(--radius);
  font-weight: 900;
}

.feature-card h3,
.guide-card h3,
.shop-card h3,
.car-card h3 {
  margin: 18px 0 8px;
  font-size: 20px;
  line-height: 1.35;
}

.feature-card p,
.guide-card p,
.shop-card p,
.car-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.split {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.split__image {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.split__image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

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

.guide-card {
  min-height: 190px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius);
}

.shop-tabs,
.car-tabs {
  width: var(--container);
  margin: 0 auto 22px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.tab-button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 10px 16px;
  color: var(--ink-soft);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
}

.tab-button.is-active {
  color: var(--white);
  background: var(--blue-deep);
  border-color: var(--blue-deep);
}

.shop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.shop-card {
  display: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.shop-card.is-active {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
}

.shop-card__image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.shop-card__body {
  padding: 28px;
}

.info-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.info-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.info-row strong {
  color: var(--ink-soft);
}

.page-hero {
  padding: 74px 0 42px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(18, 60, 93, 0.92), rgba(18, 60, 93, 0.72)),
    url("../images/img/road-trip.jpg") center / cover;
}

.page-hero__inner {
  width: var(--container);
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
}

.page-title {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.12;
}

.page-copy {
  max-width: 650px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.86);
}

.car-toolbar {
  width: var(--container);
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}

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

.car-empty-state {
  width: var(--container);
  margin: 24px auto 0;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(232, 246, 255, 0.9), rgba(255, 255, 255, 0.95)),
    var(--white);
  border: 1px dashed rgba(24, 111, 160, 0.28);
  border-radius: 18px;
  color: var(--ink);
}

.car-empty-state[hidden] {
  display: none;
}

.car-empty-state h3 {
  margin: 6px 0 8px;
  font-size: 22px;
}

.car-empty-state p {
  margin: 0;
  color: var(--ink-soft);
}

.car-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.car-card__media {
  position: relative;
  padding: 22px;
  background: linear-gradient(145deg, #eff7fc, #ffffff);
}

.car-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  color: var(--blue-deep);
  background: var(--sky);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.car-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
}

.car-card__body {
  padding: 22px;
}

.car-card__price {
  margin: 12px 0;
  color: var(--orange-deep);
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.car-card__price span {
  color: var(--ink-soft);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
}

.spec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.spec-list li {
  padding: 6px 10px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.car-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.booking-layout {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.booking-main,
.booking-summary,
.panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}

.booking-main {
  padding: 28px;
}

.booking-summary {
  position: sticky;
  top: calc(var(--header-height) + 18px);
  padding: 24px;
}

.summary-visual {
  overflow: hidden;
  margin: -24px -24px 22px;
  border-radius: 12px 12px 0 0;
}

.summary-visual img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 26px;
}

.step {
  padding: 12px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 900;
}

.step.is-active {
  color: var(--white);
  background: var(--blue-deep);
  border-color: var(--blue-deep);
}

.form-section {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.form-section:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.form-section h2 {
  margin: 0 0 18px;
  font-size: 24px;
}

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

.form-grid--full {
  grid-template-columns: 1fr;
}

.choice-grid,
.payment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.choice-card,
.payment-card {
  position: relative;
  display: block;
  padding: 16px;
  background: #fbfdff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.choice-card input,
.payment-card input {
  position: absolute;
  inset: 14px 14px auto auto;
}

.choice-card:has(input:checked),
.payment-card:has(input:checked) {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(31, 95, 139, 0.11);
}

.choice-card img {
  width: 100%;
  height: 90px;
  object-fit: contain;
  margin-bottom: 12px;
}

.choice-card strong,
.payment-card strong {
  display: block;
  font-size: 15px;
}

.choice-card span,
.payment-card span {
  display: block;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.summary-list {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.summary-total {
  color: var(--orange-deep);
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.notice {
  padding: 14px;
  color: var(--blue-deep);
  background: var(--sky);
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 800;
}

.form-alert {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
}

.form-alert--success {
  color: #116042;
  background: #e7f7ef;
  border: 1px solid rgba(17, 96, 66, 0.18);
}

.form-alert--error {
  color: #9b2c2c;
  background: #fff0ed;
  border: 1px solid rgba(155, 44, 44, 0.18);
}

.panel {
  width: var(--container);
  margin: 0 auto;
  padding: 28px;
}

.page-content-visual {
  overflow: hidden;
  margin: -28px -28px 24px;
  border-radius: 12px 12px 0 0;
}

.page-content-visual img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.timeline {
  display: grid;
  gap: 16px;
  counter-reset: steps;
}

.timeline-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.timeline-item::before {
  counter-increment: steps;
  content: counter(steps, decimal-leading-zero);
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--white);
  background: var(--blue-deep);
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.faq-grid {
  display: grid;
  gap: 12px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  min-height: 62px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: var(--white);
  border: 0;
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
  text-align: left;
}

.faq-question::after {
  content: "+";
  font-family: "Oswald", sans-serif;
  font-size: 24px;
}

.faq-item.is-open .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 0 20px 18px;
  color: var(--ink-soft);
  font-size: 14px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 24px;
}

.contact-card {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}

.contact-visual {
  overflow: hidden;
  margin: -26px -26px 22px;
  border-radius: 12px 12px 0 0;
}

.contact-visual img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(10, 22, 36, 0.72);
}

.modal.is-open {
  display: flex;
}

.modal__dialog {
  width: min(880px, 100%);
  max-height: min(780px, calc(100vh - 44px));
  overflow: auto;
  background: var(--white);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.modal__header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.modal__title {
  margin: 0;
  font-size: 22px;
}

.modal__close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  cursor: pointer;
  font-size: 22px;
}

.modal__body {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 24px;
  padding: 24px;
}

.modal__body img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: contain;
  background: var(--mist);
  border-radius: var(--radius);
}

.bottom-nav {
  display: none;
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background: #0f253a;
}

.site-footer__inner {
  width: var(--container);
  margin: 0 auto;
  padding: 42px 0 82px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.footer-links a {
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 980px) {
  :root {
    --container: min(100% - 28px, 760px);
  }

  .site-nav {
    position: fixed;
    inset: var(--header-height) 14px auto;
    display: none;
    padding: 14px;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
  }

  .menu-open .site-nav {
    display: flex;
  }

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

  .header-actions .btn {
    display: none;
  }

  .language-switcher .gt_selector,
  .language-switcher__fallback {
    min-height: 40px;
    min-width: 44px;
    width: 44px;
    padding: 0;
    font-size: 0;
  }

  .language-switcher .gtranslate_wrapper::before,
  .language-switcher__fallback::before {
    left: 13px;
  }

  .hero {
    min-height: auto;
    padding: 70px 0 92px;
  }

  .hero__facts,
  .feature-grid,
  .guide-grid,
  .shop-grid,
  .car-grid,
  .booking-layout,
  .contact-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .search-form {
    grid-template-columns: 1fr 1fr;
  }

  .search-form .btn {
    grid-column: 1 / -1;
  }

  .shop-card.is-active {
    grid-template-columns: 1fr;
  }

  .shop-card__image img {
    min-height: 260px;
  }

  .choice-grid,
  .payment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-summary {
    position: static;
  }

  .modal__body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 70px;
  }

  .site-header__inner {
    min-height: 66px;
  }

  .brand {
    min-width: 150px;
  }

  .brand__wordmark strong {
    font-size: 24px;
  }

  .hero__facts,
  .search-form,
  .form-grid,
  .choice-grid,
  .payment-grid,
  .steps,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .search-panel {
    margin-top: -28px;
    padding: 16px;
  }

  .search-panel__head,
  .section__head,
  .car-toolbar {
    align-items: start;
    flex-direction: column;
    display: flex;
  }

  .car-card__actions {
    grid-template-columns: 1fr;
  }

  .booking-main,
  .booking-summary,
  .panel {
    padding: 20px;
  }

  .bottom-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 64px;
    background: var(--white);
    border-top: 1px solid var(--line);
    box-shadow: 0 -10px 26px rgba(20, 33, 61, 0.1);
  }

  .bottom-nav a,
  .bottom-nav button {
    display: grid;
    place-items: center;
    gap: 2px;
    color: var(--ink-soft);
    background: transparent;
    border: 0;
    font-size: 11px;
    font-weight: 900;
  }

  .bottom-nav .is-primary {
    color: var(--white);
    background: var(--orange);
  }
}

/* V2.1 quiet service-site redesign */
:root {
  --ink: #1f2a37;
  --ink-soft: #667085;
  --blue: #256b8f;
  --blue-deep: #17324d;
  --sky: #eaf6fb;
  --mist: #f7f2ea;
  --paper: #fffdf8;
  --line: #e5e7eb;
  --orange: #e99022;
  --orange-deep: #c96f12;
  --green: #2f8f5b;
  --white: #ffffff;
  --shadow: 0 10px 28px rgba(31, 42, 55, 0.08);
  --shadow-soft: 0 4px 14px rgba(31, 42, 55, 0.06);
  --radius: 10px;
  --radius-lg: 18px;
  --container-wide: min(1280px, calc(100% - 40px));
}

body {
  background: var(--paper);
}

.site-header {
  background: rgba(255, 253, 248, 0.96);
  border-bottom-color: rgba(229, 231, 235, 0.9);
  backdrop-filter: none;
}

.site-nav a {
  border-radius: 999px;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--blue-deep);
  background: #edf7fb;
}

.btn {
  border-radius: 999px;
  box-shadow: none;
}

.btn--primary {
  background: var(--orange);
  box-shadow: none;
}

.btn--primary:hover {
  background: var(--orange-deep);
  box-shadow: 0 6px 16px rgba(201, 111, 18, 0.18);
}

.btn--dark {
  color: var(--white);
  background: var(--blue-deep);
}

.btn--ghost,
.btn--secondary {
  color: var(--blue-deep);
  background: var(--white);
  border-color: var(--line);
}

.section {
  padding: 78px 0;
}

.section--white {
  background: var(--white);
}

.section--tint {
  background: #f6fbfd;
}

.section--blue {
  color: var(--ink);
  background: #f3f9fc;
}

.section--blue .eyebrow {
  color: var(--orange-deep);
}

.section--blue .section-lead {
  color: var(--ink-soft);
}

.section__head {
  margin-bottom: 28px;
}

.eyebrow {
  color: var(--orange-deep);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.section-title {
  font-size: clamp(28px, 3.7vw, 42px);
}

.section-lead {
  color: var(--ink-soft);
}

.hero {
  min-height: auto;
  padding: 74px 0 88px;
  background:
    linear-gradient(180deg, #fffdf8 0%, #f6fbfd 100%);
}

.hero__inner {
  width: var(--container-wide);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 56px;
  align-items: center;
}

.hero__content {
  max-width: 620px;
  color: var(--ink);
}

.hero__label {
  color: var(--blue-deep);
  background: var(--sky);
  border-color: #cfeaf5;
}

.hero__title {
  font-size: clamp(40px, 5.4vw, 64px);
  letter-spacing: -0.02em;
}

.hero__copy {
  color: var(--ink-soft);
  font-size: clamp(16px, 1.8vw, 18px);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero__facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.hero-fact {
  background: var(--white);
  border-color: var(--line);
  box-shadow: var(--shadow-soft);
}

.hero-fact strong {
  color: var(--blue-deep);
}

.hero-fact span {
  color: var(--ink-soft);
}

.hero__media {
  position: relative;
}

.hero__media img {
  width: 100%;
  min-height: 460px;
  max-height: 590px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(31, 42, 55, 0.14);
}

.hero-card {
  position: absolute;
  right: 26px;
  bottom: 26px;
  width: min(300px, calc(100% - 52px));
  padding: 18px;
  background: rgba(255, 253, 248, 0.95);
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.hero-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-deep);
}

.hero-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.search-panel {
  margin-top: -42px;
  padding: 22px;
  border-color: var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 38px rgba(31, 42, 55, 0.1);
}

.search-panel__title {
  font-size: 20px;
}

.search-form {
  grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
  align-items: end;
}

.field input,
.field select,
.field textarea {
  min-height: 50px;
  background: var(--white);
  border-radius: 10px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  box-shadow: 0 0 0 3px rgba(37, 107, 143, 0.12);
}

.trust-layout {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.trust-list {
  display: grid;
  gap: 14px;
}

.trust-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.trust-item__mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--blue-deep);
  background: var(--sky);
  border-radius: 50%;
  font-weight: 900;
}

.trust-item h3 {
  margin: 0 0 4px;
  font-size: 18px;
}

.trust-item p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

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

.feature-card,
.guide-card,
.car-card,
.booking-main,
.booking-summary,
.panel,
.contact-card,
.faq-item {
  border-color: var(--line);
  border-radius: 16px;
  box-shadow: none;
}

.feature-card {
  padding: 22px;
}

.feature-card__icon,
.mini-icon {
  border-radius: 50%;
}

.guide-card {
  min-height: auto;
  background: var(--white);
  border-color: var(--line);
}

.shop-tabs,
.car-tabs,
.faq-nav {
  padding: 6px;
  background: #f3f4f6;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.tab-button,
.faq-nav a {
  border: 0;
  background: transparent;
  border-radius: 999px;
}

.tab-button.is-active,
.faq-nav a.is-active {
  color: var(--blue-deep);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.shop-grid {
  grid-template-columns: 1fr;
}

.shop-card {
  box-shadow: none;
}

.shop-card.is-active {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.shop-card__image img {
  min-height: 400px;
}

.shop-card__body {
  padding: 34px;
}

.location-actions,
.stack-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.car-category-grid {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.car-category {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.car-category img {
  width: 100%;
  height: 118px;
  object-fit: contain;
  margin-bottom: 16px;
  background: #f8fafc;
  border-radius: 14px;
}

.car-category h3 {
  margin: 0 0 8px;
}

.car-category p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.car-category__price {
  margin-top: 14px;
  color: var(--orange-deep);
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.page-hero {
  padding: 58px 0 44px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.96), rgba(246, 251, 253, 0.86)),
    url("../images/img/road-trip.jpg") center / cover;
  border-bottom: 1px solid var(--line);
}

.breadcrumb {
  color: var(--ink-soft);
}

.page-title {
  max-width: 760px;
  font-size: clamp(32px, 4.4vw, 52px);
}

.page-copy {
  color: var(--ink-soft);
}

.car-card {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.car-card:hover {
  border-color: #cbd5e1;
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.car-card__media {
  background: #f8fafc;
}

.car-card__price,
.summary-total {
  color: var(--orange-deep);
}

.booking-main,
.booking-summary {
  background: var(--white);
}

.step {
  border-radius: 999px;
  text-align: center;
}

.step.is-active {
  background: var(--orange);
  border-color: var(--orange);
}

.form-section h2 {
  font-size: 22px;
}

.form-note {
  margin: -10px 0 18px;
  color: var(--ink-soft);
  font-size: 14px;
}

.field--full {
  grid-column: 1 / -1;
}

.form-field-spaced {
  margin-top: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.text-muted {
  color: var(--ink-soft);
}

.flush-title {
  margin: 0;
}

.card-title {
  margin: 0 0 12px;
}

.form-title {
  margin: 0 0 18px;
}

.summary-label {
  margin: 18px 0 4px;
  color: var(--ink-soft);
  font-weight: 800;
}

.choice-card,
.payment-card {
  background: var(--white);
  border-radius: 14px;
}

.payment-card--inline {
  display: flex;
  align-items: center;
  gap: 12px;
}

.payment-card--inline input {
  position: static;
}

.choice-card:has(input:checked),
.payment-card:has(input:checked) {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(233, 144, 34, 0.14);
}

.notice {
  color: var(--blue-deep);
  background: var(--sky);
}

.booking-choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-message {
  margin: 0 0 18px;
  padding: 14px 16px;
  color: #8b1f1f;
  background: #fff1f1;
  border: 1px solid #efb8b8;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.booking-message--success {
  color: #116042;
  background: #e7f7ef;
  border-color: rgba(17, 96, 66, 0.24);
}

.policy-document {
  width: min(100%, 880px);
  margin: 0 auto;
}

.policy-document__meta {
  margin: 0 0 24px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
}

.policy-document__body {
  color: var(--ink);
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.policy-document__body h2,
.policy-document__body h3 {
  margin: 32px 0 12px;
  letter-spacing: 0;
}

.booking-policy-blocker {
  margin-bottom: 24px;
}

.booking-options-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.booking-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 14px;
  background: #fbfdff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.booking-toggle input,
.booking-policy-list input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  accent-color: var(--orange);
}

.booking-toggle span,
.booking-toggle strong,
.booking-toggle small {
  display: block;
  min-width: 0;
}

.booking-toggle small,
.field-help,
.booking-segmented small,
.summary-row small {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.booking-fieldset {
  min-width: 0;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
}

.booking-fieldset legend {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 900;
}

.booking-segmented {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.booking-segmented label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.booking-segmented input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.booking-segmented span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 10px;
  background: #fbfdff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: center;
  overflow-wrap: anywhere;
}

.booking-segmented input:checked + span {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(233, 144, 34, 0.14);
}

.booking-segmented input:focus-visible + span {
  outline: 3px solid rgba(31, 95, 139, 0.22);
  outline-offset: 2px;
}

.booking-payment-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.payment-card.is-disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.booking-policy-list {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.booking-policy-list label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  font-size: 14px;
  font-weight: 800;
}

.booking-policy-list span,
.booking-policy-list a {
  min-width: 0;
  overflow-wrap: anywhere;
}

.booking-quote-status {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.summary-row strong {
  flex: 0 0 auto;
  text-align: right;
}

.summary-row--grand {
  align-items: end;
  border-bottom: 0;
}

.summary-row--grand .summary-total {
  font-size: 28px;
  line-height: 1;
}

.js-booking-submit[aria-busy="true"] {
  cursor: wait;
  opacity: 0.72;
}

@media (max-width: 960px) {
  .booking-choice-grid,
  .booking-options-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .booking-choice-grid,
  .booking-options-grid,
  .booking-segmented,
  .booking-payment-grid {
    grid-template-columns: 1fr;
  }

  .summary-row {
    align-items: flex-start;
  }

  .summary-row--grand {
    flex-direction: column;
  }

  .summary-row--grand .summary-total {
    font-size: 26px;
  }
}

.summary-visual img,
.contact-visual img {
  filter: saturate(0.95);
}

.support-strip {
  width: var(--container);
  margin: 0 auto;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  background: var(--blue-deep);
  color: var(--white);
  border-radius: 18px;
}

.support-strip p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.faq-layout {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  align-items: start;
}

.faq-nav {
  position: sticky;
  top: calc(var(--header-height) + 18px);
  display: grid;
  gap: 4px;
  border-radius: 18px;
}

.faq-nav a {
  min-height: 42px;
  padding: 10px 14px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 900;
}

.faq-question {
  min-height: 58px;
}

.faq-answer {
  line-height: 1.8;
}

.contact-card {
  border-radius: 18px;
}

.modal__dialog {
  border-radius: 18px;
}

.site-footer {
  background: #17324d;
}

@media (max-width: 980px) {
  :root {
    --container-wide: min(100% - 28px, 760px);
  }

  .hero__inner,
  .trust-layout,
  .shop-card.is-active,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero__media {
    order: -1;
  }

  .hero__media img {
    min-height: 320px;
  }

  .search-form {
    grid-template-columns: 1fr 1fr;
  }

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

  .faq-nav {
    position: static;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 38px 0 58px;
  }

  .hero__inner {
    gap: 28px;
  }

  .hero__media img {
    min-height: 240px;
    border-radius: 18px;
  }

  .hero-card {
    position: static;
    width: auto;
    margin-top: 12px;
  }

  .hero__actions,
  .location-actions,
  .stack-actions {
    display: grid;
  }

  .hero__facts,
  .search-form,
  .feature-grid,
  .car-category-grid,
  .support-strip {
    grid-template-columns: 1fr;
  }

  .search-panel {
    margin-top: -26px;
  }

  .shop-tabs,
  .car-tabs {
    border-radius: 16px;
  }

  .shop-card__body {
    padding: 22px;
  }

  .shop-card__image img {
    min-height: 240px;
  }

  .faq-nav {
    display: flex;
    overflow-x: auto;
    border-radius: 999px;
  }
}
