/* Mikamo Rent-a-Car mobile-first UI — 2026-08-12 */
:root {
  --mkm-ink: #102b36;
  --mkm-muted: #5c7079;
  --mkm-navy: #0c2532;
  --mkm-blue: #155477;
  --mkm-teal: #18765f;
  --mkm-teal-dark: #105a49;
  --mkm-orange: #f07a28;
  --mkm-sand: #f7f3ea;
  --mkm-mist: #eff6f4;
  --mkm-line: rgba(16, 43, 54, 0.12);
  --mkm-shadow: 0 18px 50px rgba(12, 37, 50, 0.13);
  --mkm-shadow-soft: 0 10px 30px rgba(12, 37, 50, 0.08);
}

/* Home: reduce repetition from the previous footer/injected layers. */
body.mikamo-mobile-home .section-english-rental,
body.mikamo-mobile-home .mikamo-carshare-band,
body.mikamo-mobile-home #mikamo-booking-dual,
body.mikamo-mobile-home .mikamo-sticky-cta {
  display: none !important;
}

body.mikamo-mobile-home .hero-english-link {
  margin: 18px 0 0;
}

body.mikamo-mobile-home .hero-english-link a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(8, 27, 37, 0.34);
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  backdrop-filter: blur(10px);
}

.mikamo-mobile-start {
  margin: 0 calc(50% - 50vw);
  padding: clamp(40px, 6vw, 68px) 20px !important;
  background:
    radial-gradient(circle at 85% 0%, rgba(24, 118, 95, 0.11), transparent 35%),
    linear-gradient(180deg, #ffffff, #f6faf8) !important;
}

.mikamo-mobile-start__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.mikamo-mobility-story {
  padding-bottom: clamp(50px, 7vw, 76px);
}

.mikamo-mobility-story__head {
  max-width: 780px;
}

.mikamo-mobility-story__head h2 {
  margin: 0;
  color: var(--mkm-ink);
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.mikamo-mobility-story__head > p:last-child {
  max-width: 740px;
  margin: 18px 0 0;
  color: var(--mkm-muted);
  font-size: 16px;
  line-height: 1.9;
}

.mikamo-mobility-story__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.mikamo-mobility-story__grid article {
  min-width: 0;
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--mkm-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--mkm-shadow-soft);
}

.mikamo-mobility-story__grid article > span {
  color: var(--mkm-teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.mikamo-mobility-story__grid h3 {
  margin: 28px 0 0;
  color: var(--mkm-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.mikamo-mobility-story__grid p {
  margin: 9px 0 0;
  color: var(--mkm-muted);
  font-size: 13px;
  line-height: 1.75;
}

.mikamo-mobility-story__license {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--mkm-navy);
  color: #fff;
  box-shadow: var(--mkm-shadow-soft);
}

.mikamo-mobility-story__license-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  color: #9ee9d0;
  font-size: 12px;
  font-weight: 900;
}

.mikamo-mobility-story__license p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.65;
}

.mikamo-mobility-story__license strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 13px;
}

.mikamo-mobility-story__license a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none !important;
  white-space: nowrap;
}

.mikamo-mobile-start__heading {
  max-width: 690px;
  margin-bottom: 24px;
}

.mikamo-mobile-start__eyebrow {
  margin: 0 0 6px;
  color: var(--mkm-teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.mikamo-mobile-start__heading h2 {
  margin: 0 0 8px;
  color: var(--mkm-ink);
  font-size: clamp(25px, 4vw, 40px);
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.mikamo-mobile-start__heading > p:last-child {
  margin: 0;
  color: var(--mkm-muted);
  font-size: 15px;
  line-height: 1.75;
}

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

.mikamo-choice-card {
  display: flex;
  min-width: 0;
  min-height: 220px;
  padding: 24px;
  flex-direction: column;
  border: 1px solid var(--mkm-line);
  border-radius: 22px;
  background: #fff;
  color: var(--mkm-ink) !important;
  box-shadow: var(--mkm-shadow-soft);
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mikamo-choice-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--mkm-shadow);
}

.mikamo-choice-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: auto;
  gap: 12px;
}

.mikamo-choice-card__icon {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.mikamo-choice-card--rental .mikamo-choice-card__icon {
  background: var(--mkm-orange);
}

.mikamo-choice-card--share .mikamo-choice-card__icon {
  background: var(--mkm-teal);
}

.mikamo-choice-card__badge {
  padding: 5px 9px;
  border-radius: 999px;
  background: #f0f5f3;
  color: var(--mkm-teal-dark);
  font-size: 11px;
  font-weight: 900;
}

.mikamo-choice-card strong {
  margin-top: 24px;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.25;
}

.mikamo-choice-card > span:not(.mikamo-choice-card__top) {
  margin-top: 7px;
  color: var(--mkm-muted);
  font-size: 14px;
}

.mikamo-choice-card > b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  color: var(--mkm-blue);
  font-size: 14px;
}

.mikamo-english-entry {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 84px;
  margin-top: 16px;
  padding: 15px 18px;
  border-radius: 18px;
  background: var(--mkm-navy);
  color: #fff !important;
  box-shadow: var(--mkm-shadow-soft);
  text-decoration: none !important;
}

.mikamo-english-entry__mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.13);
  color: #9ee9d0;
  font-size: 13px;
  font-weight: 900;
}

.mikamo-english-entry strong,
.mikamo-english-entry small {
  display: block;
}

.mikamo-english-entry strong {
  font-size: 16px;
  line-height: 1.35;
}

.mikamo-english-entry small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.4;
}

.mikamo-english-entry > b {
  font-size: 13px;
  white-space: nowrap;
}

.mikamo-mobile-dock {
  display: none;
}

@media (max-width: 768px) {
  body.mikamo-mobile-home {
    padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body.mikamo-mobile-home .site-header {
    background: rgba(255, 255, 255, 0.9) !important;
  }

  body.mikamo-mobile-home .site-header-container {
    min-height: 56px;
    padding-left: 14px;
    padding-right: 14px;
  }

  body.mikamo-mobile-home .site-header-logo a {
    max-width: 250px;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.mikamo-mobile-home .hero-section {
    min-height: 530px;
    padding: 66px 20px 38px;
    background-position: 61% center;
  }

  body.mikamo-mobile-home .hero-section::before {
    background:
      linear-gradient(180deg, rgba(7, 24, 34, 0.54), rgba(7, 24, 34, 0.76)),
      linear-gradient(90deg, rgba(7, 24, 34, 0.76), rgba(7, 24, 34, 0.18));
  }

  body.mikamo-mobile-home .hero-title {
    max-width: none;
    font-size: clamp(34px, 10.5vw, 46px);
    line-height: 1.04;
    letter-spacing: -0.045em;
  }

  body.mikamo-mobile-home .mkm-hero-route {
    white-space: nowrap;
  }

  body.mikamo-mobile-home .hero-subtitle {
    font-size: 17px;
  }

  body.mikamo-mobile-home .hero-lead {
    max-width: 34em;
    font-size: 14px;
    line-height: 1.7;
  }

  body.mikamo-mobile-home .hero-cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.mikamo-mobile-home .hero-cta a {
    width: 100%;
    min-height: 52px;
    border-radius: 14px !important;
  }

  .mikamo-mobile-start {
    padding: 44px 16px 48px !important;
  }

  .mikamo-mobility-story {
    padding-bottom: 48px;
  }

  .mikamo-mobility-story__head h2 {
    font-size: clamp(34px, 10.5vw, 44px);
    line-height: 1.08;
  }

  .mikamo-mobility-story__head > p:last-child {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.8;
  }

  .mikamo-mobility-story__grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .mikamo-mobility-story__grid article {
    display: grid;
    grid-template-columns: auto 1fr;
    min-height: 0;
    column-gap: 14px;
    padding: 18px;
    border-radius: 18px;
  }

  .mikamo-mobility-story__grid article > span {
    grid-row: 1 / 3;
    padding-top: 4px;
  }

  .mikamo-mobility-story__grid h3 {
    margin: 0;
    font-size: 19px;
  }

  .mikamo-mobility-story__grid p {
    margin-top: 5px;
  }

  .mikamo-mobility-story__license {
    grid-template-columns: auto 1fr;
    gap: 11px;
    padding: 14px;
  }

  .mikamo-mobility-story__license a {
    grid-column: 2;
    justify-self: start;
  }

  .mikamo-mobility-story__license-mark {
    width: 42px;
    height: 42px;
  }

  .mikamo-mobile-start__heading {
    margin-bottom: 19px;
  }

  .mikamo-mobile-start__heading h2 {
    font-size: 25px;
  }

  .mikamo-mobile-start__heading > p:last-child {
    font-size: 13px;
    line-height: 1.7;
  }

  .mikamo-mobile-start__choices {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .mikamo-choice-card {
    min-height: 0;
    padding: 18px;
    border-radius: 18px;
  }

  .mikamo-choice-card__top {
    margin-bottom: 0;
  }

  .mikamo-choice-card strong {
    margin-top: 17px;
    font-size: 21px;
  }

  .mikamo-choice-card > b {
    margin-top: 14px;
  }

  .mikamo-english-entry {
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
  }

  .mikamo-english-entry > b {
    grid-column: 2;
  }

  body.mikamo-mobile-home .section-latest-posts {
    overflow: hidden;
  }

  body.mikamo-mobile-home .latest-posts-grid {
    display: flex !important;
    width: calc(100% + 20px);
    margin-right: -20px;
    padding: 4px 20px 18px 2px;
    gap: 14px !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body.mikamo-mobile-home .latest-posts-grid::-webkit-scrollbar {
    display: none;
  }

  body.mikamo-mobile-home .latest-post-card {
    flex: 0 0 min(82vw, 330px);
    scroll-snap-align: start;
  }

  body.mikamo-mobile-home .latest-posts-more {
    margin-top: 8px;
  }

  .mikamo-mobile-dock {
    position: fixed;
    right: 10px;
    bottom: calc(9px + env(safe-area-inset-bottom, 0px));
    left: 10px;
    z-index: 99999;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 20px;
    background: rgba(10, 31, 42, 0.94);
    box-shadow: 0 18px 52px rgba(6, 22, 31, 0.32);
    backdrop-filter: blur(18px);
  }

  .mikamo-mobile-dock a {
    display: flex;
    min-width: 0;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 15px;
    color: #fff !important;
    font-size: 12px;
    text-decoration: none !important;
  }

  .mikamo-mobile-dock a > span {
    font-size: 12px;
    font-weight: 900;
  }

  .mikamo-mobile-dock a > b {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mikamo-mobile-dock__book {
    background: var(--mkm-orange);
    box-shadow: 0 7px 18px rgba(240, 122, 40, 0.3);
  }
}

/* English landing: a self-contained, English-only visitor journey. */
body.mikamo-english-landing {
  padding-bottom: 0 !important;
  background: #f5f8f6 !important;
  color: var(--mkm-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.mikamo-english-landing #site-header,
body.mikamo-english-landing .page-header,
body.mikamo-english-landing .breadcrumb,
body.mikamo-english-landing .site-body-bottom,
body.mikamo-english-landing .site-footer,
body.mikamo-english-landing #vk-mobile-nav,
body.mikamo-english-landing #vk-mobile-nav-menu-btn {
  display: none !important;
}

body.mikamo-english-landing .site-body,
body.mikamo-english-landing .site-body-container,
body.mikamo-english-landing .main-section,
body.mikamo-english-landing .entry,
body.mikamo-english-landing .entry-body {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.mikamo-english-landing .sub-section {
  display: none !important;
}

.mkm-en {
  overflow: hidden;
  background: #f7f9f7;
}

.mkm-en *,
.mkm-en *::before,
.mkm-en *::after {
  box-sizing: border-box;
}

.mkm-en a {
  text-underline-offset: 0.18em;
}

.mkm-en-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 0 24px;
}

.mkm-en-topbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(7, 26, 36, 0.34);
  backdrop-filter: blur(15px);
}

.mkm-en-topbar__inner {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.mkm-en-brand {
  color: #fff !important;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -0.02em;
  text-decoration: none !important;
}

.mkm-en-brand small {
  display: block;
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mkm-en-topbar__nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mkm-en-topbar__nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
}

.mkm-en-topbar__nav a:last-child {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.mkm-en-hero {
  position: relative;
  display: flex;
  min-height: 760px;
  align-items: flex-end;
  padding: 142px 0 92px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 25, 35, 0.91) 0%, rgba(6, 25, 35, 0.72) 46%, rgba(6, 25, 35, 0.18) 100%),
    linear-gradient(180deg, rgba(6, 25, 35, 0.18), rgba(6, 25, 35, 0.58)),
    url("https://mikamo-rentacar.jp/wp-content/uploads/2026/03/eyecatch-rentacar-carsta.jpg") center 44% / cover no-repeat;
}

.mkm-en-hero__content {
  max-width: 720px;
}

.mkm-en-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: #8fe0c5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mkm-en-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.mkm-en-hero h1 {
  max-width: 700px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(44px, 7vw, 78px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.mkm-en-hero__lead {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
}

.mkm-en-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.mkm-en-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}

.mkm-en-btn--primary {
  background: var(--mkm-orange);
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(240, 122, 40, 0.28);
}

.mkm-en-btn--glass {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  backdrop-filter: blur(10px);
}

.mkm-en-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.mkm-en-hero__facts span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  background: rgba(6, 25, 35, 0.32);
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.mkm-en-section {
  padding: clamp(64px, 8vw, 104px) 0;
}

.mkm-en-section--white {
  background: #fff;
}

.mkm-en-section--mist {
  background:
    radial-gradient(circle at 90% 5%, rgba(24, 118, 95, 0.09), transparent 30%),
    var(--mkm-mist);
}

.mkm-en-section--dark {
  background: var(--mkm-navy);
  color: #fff;
}

.mkm-en-section__head {
  max-width: 720px;
  margin-bottom: 30px;
}

.mkm-en-step-label {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: #dff1ea;
  color: var(--mkm-teal-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mkm-en-section h2 {
  margin: 12px 0 0;
  color: var(--mkm-ink) !important;
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.mkm-en-section__intro {
  margin: 15px 0 0;
  color: var(--mkm-muted);
  font-size: 16px;
  line-height: 1.75;
}

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

.mkm-en-license-card {
  position: relative;
  min-height: 310px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--mkm-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--mkm-shadow-soft);
}

.mkm-en-license-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--mkm-teal);
}

.mkm-en-license-card--no::before {
  background: #c7503e;
}

.mkm-en-license-card__status {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border-radius: 999px;
  background: #e6f5ef;
  color: var(--mkm-teal-dark);
  font-size: 11px;
  font-weight: 900;
}

.mkm-en-license-card--no .mkm-en-license-card__status {
  background: #fbeae6;
  color: #9b3629;
}

.mkm-en-license-card h3 {
  margin: 21px 0 10px;
  color: var(--mkm-ink);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  line-height: 1.23;
  letter-spacing: -0.025em;
}

.mkm-en-license-card p {
  margin: 0;
  color: var(--mkm-muted);
  font-size: 15px;
  line-height: 1.75;
}

.mkm-en-license-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.mkm-en-license-card li {
  position: relative;
  margin-top: 8px;
  padding-left: 21px;
  color: var(--mkm-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.mkm-en-license-card li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--mkm-teal);
  font-weight: 900;
}

.mkm-en-license-card--no li::before {
  content: "×";
  color: #c7503e;
}

.mkm-en-policy-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-left: 4px solid var(--mkm-orange);
  border-radius: 0 14px 14px 0;
  background: var(--mkm-sand);
  color: #5e5549;
  font-size: 13px;
  line-height: 1.7;
}

.mkm-en-policy-note a {
  color: var(--mkm-blue);
  font-weight: 850;
}

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

.mkm-en-flow-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--mkm-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--mkm-shadow-soft);
}

.mkm-en-flow-card__number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: var(--mkm-navy);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.mkm-en-flow-card h3 {
  margin: 22px 0 9px;
  color: var(--mkm-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}

.mkm-en-flow-card p {
  margin: 0;
  color: var(--mkm-muted);
  font-size: 14px;
  line-height: 1.72;
}

.mkm-en-flow-card small {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  color: var(--mkm-teal-dark);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.55;
}

.mkm-en-booking-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 32px;
  align-items: center;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(70, 190, 151, 0.17), transparent 35%),
    #123746;
  box-shadow: 0 28px 80px rgba(5, 21, 29, 0.28);
}

.mkm-en-section--dark h2 {
  color: #fff !important;
}

.mkm-en-section--dark .mkm-en-section__intro {
  color: rgba(255, 255, 255, 0.72);
}

.mkm-en-booking-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.mkm-en-booking-list li {
  position: relative;
  margin-top: 9px;
  padding-left: 25px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.55;
}

.mkm-en-booking-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8fe0c5;
  font-weight: 900;
}

.mkm-en-booking-actions {
  display: grid;
  gap: 10px;
}

.mkm-en-booking-actions .mkm-en-btn {
  width: 100%;
}

.mkm-en-booking-actions small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

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

.mkm-en-cost-card {
  min-height: 185px;
  padding: 21px;
  border: 1px solid var(--mkm-line);
  border-radius: 20px;
  background: #fff;
}

.mkm-en-cost-card span {
  color: var(--mkm-teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.mkm-en-cost-card h3 {
  margin: 15px 0 8px;
  color: var(--mkm-ink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
}

.mkm-en-cost-card p {
  margin: 0;
  color: var(--mkm-muted);
  font-size: 13px;
  line-height: 1.65;
}

.mkm-en-location {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
}

.mkm-en-location-card {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--mkm-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--mkm-shadow-soft);
}

.mkm-en-location-card h3 {
  margin: 0 0 16px;
  color: var(--mkm-ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
}

.mkm-en-location-card p {
  margin: 0 0 13px;
  color: var(--mkm-muted);
  font-size: 14px;
  line-height: 1.75;
}

.mkm-en-location-card strong {
  color: var(--mkm-ink);
}

.mkm-en-location-card .mkm-en-btn {
  margin-top: 10px;
  background: var(--mkm-navy);
  color: #fff !important;
}

.mkm-en-phrase {
  margin-top: 18px;
  padding: 17px;
  border-radius: 15px;
  background: var(--mkm-sand);
}

.mkm-en-phrase small,
.mkm-en-phrase strong {
  display: block;
}

.mkm-en-phrase small {
  color: #817462;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mkm-en-phrase strong {
  margin-top: 7px;
  color: #443c31;
  font-size: 14px;
  line-height: 1.6;
}

.mkm-en-footer {
  padding: 34px 0 42px;
  background: #091e29;
  color: rgba(255, 255, 255, 0.68);
}

.mkm-en-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.mkm-en-footer strong {
  color: #fff;
  font-size: 15px;
}

.mkm-en-footer p {
  margin: 4px 0 0;
  font-size: 11px;
}

.mkm-en-footer a {
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 780px) {
  body.mikamo-english-landing {
    padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .mkm-en-shell {
    padding: 0 17px;
  }

  .mkm-en-topbar__inner {
    min-height: calc(60px + env(safe-area-inset-top, 0px));
    padding-top: env(safe-area-inset-top, 0px);
  }

  .mkm-en-brand {
    font-size: 13px;
  }

  .mkm-en-brand small {
    display: none;
  }

  .mkm-en-topbar__nav a:first-child {
    display: none;
  }

  .mkm-en-topbar__nav a:last-child {
    min-height: 40px;
    padding: 0 12px;
  }

  .mkm-en-hero {
    min-height: 690px;
    padding: calc(108px + env(safe-area-inset-top, 0px)) 0 58px;
    background:
      linear-gradient(180deg, rgba(6, 25, 35, 0.38), rgba(6, 25, 35, 0.88)),
      url("https://mikamo-rentacar.jp/wp-content/uploads/2026/03/eyecatch-rentacar-carsta.jpg") 61% center / cover no-repeat;
  }

  .mkm-en-hero h1 {
    max-width: 390px;
    font-size: clamp(42px, 13vw, 58px);
    line-height: 0.98;
  }

  .mkm-en-hero__lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.65;
  }

  .mkm-en-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 23px;
  }

  .mkm-en-btn {
    width: 100%;
    min-height: 54px;
  }

  .mkm-en-hero__facts {
    margin-top: 21px;
  }

  .mkm-en-section {
    padding: 62px 0;
  }

  .mkm-en-section__head {
    margin-bottom: 23px;
  }

  .mkm-en-section h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .mkm-en-section__intro {
    font-size: 14px;
    line-height: 1.72;
  }

  .mkm-en-license-grid,
  .mkm-en-flow,
  .mkm-en-cost-grid,
  .mkm-en-location,
  .mkm-en-booking-panel {
    grid-template-columns: 1fr;
  }

  .mkm-en-license-card {
    min-height: 0;
    padding: 23px 20px;
    border-radius: 20px;
  }

  .mkm-en-license-card h3 {
    margin-top: 17px;
    font-size: 24px;
  }

  .mkm-en-flow {
    display: flex;
    width: calc(100% + 17px);
    margin-right: -17px;
    padding: 4px 17px 18px 1px;
    overflow-x: auto;
    gap: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mkm-en-flow::-webkit-scrollbar {
    display: none;
  }

  .mkm-en-flow-card {
    flex: 0 0 min(82vw, 320px);
    min-height: 265px;
    scroll-snap-align: start;
  }

  .mkm-en-booking-panel {
    gap: 24px;
    padding: 25px 20px;
    border-radius: 22px;
  }

  .mkm-en-cost-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mkm-en-cost-card {
    min-height: 175px;
    padding: 18px;
  }

  .mkm-en-location-card {
    padding: 23px 20px;
    border-radius: 20px;
  }

  .mkm-en-footer {
    padding-bottom: 34px;
  }

  .mkm-en-footer__inner {
    display: block;
  }

  .mkm-en-footer a {
    display: inline-block;
    margin-top: 14px;
  }
}

@media (max-width: 390px) {
  .mkm-en-cost-grid {
    grid-template-columns: 1fr;
  }

  .mkm-en-cost-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mikamo-choice-card {
    transition: none;
  }
}
