#navbar[data-nav-type="home"] {
  padding-top: 0 !important;
  padding-bottom: 8px !important;
}

#navbar[data-nav-type="home"] > .container-fluid {
  padding-top: 36px !important;
}

body {
  background: var(--mp-page-bg, #fff);
}

html[data-mapiole-theme="light"] #navbar[data-nav-type="home"],
body[data-mapiole-theme="light"] #navbar[data-nav-type="home"] {
  background: var(--mp-nav-bg, rgba(255, 255, 255, 0.98)) !important;
  border-bottom: 1px solid rgba(8, 22, 39, 0.08);
  box-shadow: 0 8px 26px rgba(8, 22, 39, 0.04);
}

html[data-mapiole-theme="light"] #navbar[data-nav-type="home"] .mp-nav-link,
html[data-mapiole-theme="light"] #navbar[data-nav-type="home"] .mp-nav-svg,
html[data-mapiole-theme="light"] #navbar[data-nav-type="home"] .fa-heart,
html[data-mapiole-theme="light"] #navbar[data-nav-type="home"] .fa-bell,
html[data-mapiole-theme="light"] #navbar[data-nav-type="home"] .fa-user-circle,
body[data-mapiole-theme="light"] #navbar[data-nav-type="home"] .mp-nav-link,
body[data-mapiole-theme="light"] #navbar[data-nav-type="home"] .mp-nav-svg,
body[data-mapiole-theme="light"] #navbar[data-nav-type="home"] .fa-heart,
body[data-mapiole-theme="light"] #navbar[data-nav-type="home"] .fa-bell,
body[data-mapiole-theme="light"] #navbar[data-nav-type="home"] .fa-user-circle {
  color: #0a2d56 !important;
  -webkit-text-fill-color: #0a2d56 !important;
}

html[data-mapiole-theme="light"] #navbar[data-nav-type="home"] .mp-logo-home,
body[data-mapiole-theme="light"] #navbar[data-nav-type="home"] .mp-logo-home {
  display: none !important;
}

html[data-mapiole-theme="light"] #navbar[data-nav-type="home"] .mp-logo-scroll,
body[data-mapiole-theme="light"] #navbar[data-nav-type="home"] .mp-logo-scroll {
  display: inline-block !important;
}

/* ============================================================
   MAPIOLE — Home page. Editorial marketplace design system.
   Flat surfaces, hairline rules, restrained accent color —
   no gradients, no bubble shadows, no icon-in-pill overload.
   ============================================================ */
.mp-new-home {
  --ink: #0b1220;
  --ink-soft: #545d6b;
  --ink-faint: #8a93a3;
  --paper: #fafaf8;
  --surface: #ffffff;
  --line: rgba(11, 18, 32, 0.13);
  --line-soft: rgba(11, 18, 32, 0.07);
  --brand: #b900e5;
  --brand-deep: #7a0f97;
  --brand-tint: #f7e9fb;
  --navy: #0b1220;
  --r-s: 6px;
  --r-m: 10px;
  --r-l: 16px;
  background: var(--paper);
  color: var(--ink);
  font-family:
    "Plus Jakarta Sans",
    Inter,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  padding: 128px 0 0;
}

.mp-home-container {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}

.mp-new-home a:focus-visible,
.mp-new-home button:focus-visible,
.mp-new-home input:focus-visible,
.mp-new-home select:focus-visible {
  outline: 2.5px solid var(--brand);
  outline-offset: 2px;
}

.mp-accent,
.mp-word-accent {
  color: var(--brand);
}

.mp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mp-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--brand);
  flex-shrink: 0;
}

/* ── Hero ─────────────────────────────────────────────────── */
.mp-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-bottom: 60px;
}

.mp-hero-grid {
  display: block;
}

.mp-hero-video {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp-hero-video-scrim {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(
    100deg,
    #fafaf8 0%,
    rgba(250, 250, 248, 0.94) 36%,
    rgba(250, 250, 248, 0.74) 60%,
    rgba(250, 250, 248, 0.38) 100%
  );
}

body[data-mapiole-theme="dark"] .mp-hero-video-scrim {
  background: linear-gradient(
    100deg,
    #0a1220 0%,
    rgba(10, 18, 32, 0.94) 36%,
    rgba(10, 18, 32, 0.74) 60%,
    rgba(10, 18, 32, 0.4) 100%
  );
}

.mp-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 90px;
  z-index: -1;
  background: linear-gradient(0deg, var(--paper), rgba(250, 250, 248, 0));
}

.mp-hero-title {
  max-width: 600px;
  margin: 20px 0 18px;
  color: var(--ink) !important;
  font-size: clamp(36px, 4.4vw, 64px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.mp-word-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: 0.1em;
  margin-bottom: -0.1em;
}

.mp-word {
  display: inline-block;
  will-change: transform;
}

.mp-hero-sub {
  max-width: 440px;
  margin: 0 0 28px;
  color: var(--ink-soft) !important;
  font-size: 16px;
  line-height: 1.6;
}

.mp-hero-search {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 600px;
  margin-bottom: 22px;
}

.mp-hero-search-field {
  flex: 1 1 150px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 16px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-m);
  background: var(--surface);
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

.mp-hero-search-field:focus-within {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(185, 0, 229, 0.1);
}

.mp-hero-search-field i {
  color: var(--brand);
  font-size: 14px;
  flex-shrink: 0;
}

.mp-hero-search-field input,
.mp-hero-search-field select {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink) !important;
  font-weight: 600;
  font-size: 14px;
}

.mp-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: var(--r-m);
  font-weight: 800;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all 0.15s ease;
}

.mp-hero-btn-ghost {
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
}

.mp-hero-btn-ghost:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.mp-hero-btn-solid {
  background: var(--brand);
  color: #fff;
}

.mp-hero-btn-solid:hover {
  background: var(--brand-deep);
}

.mp-hero-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 20px;
  margin-bottom: 24px;
}

.mp-hero-cats a {
  color: var(--ink-soft);
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1.5px solid transparent;
  transition:
    color 0.15s ease,
    border-color 0.15s ease;
}

.mp-hero-cats a:hover {
  color: var(--brand);
  border-color: var(--brand);
}

.mp-hero-cats .count {
  color: var(--ink-faint);
  font-weight: 600;
}

.mp-hero-note {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-faint);
  font-size: 13px;
  font-weight: 600;
}

.mp-hero-note strong {
  color: var(--ink);
  font-weight: 800;
}

/* ── Filter modal ─────────────────────────────────────────── */
#homeFilterOptionsModal .modal-dialog {
  max-width: 900px;
}

#homeFilterOptionsModal .modal-content {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-l);
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 28px 70px rgba(11, 18, 32, 0.18);
}

#homeFilterOptionsModal .modal-header,
#homeFilterOptionsModal .modal-footer {
  padding: 20px 24px;
  border-color: var(--line);
}

#homeFilterOptionsModal .modal-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--ink) !important;
  font-size: 19px;
  font-weight: 800;
}

#homeFilterOptionsModal .modal-title i {
  color: var(--brand);
}

#homeFilterOptionsModal .modal-body {
  padding: 24px;
}

.mp-home-filter-section + .mp-home-filter-section {
  margin-top: 24px;
}

.mp-home-filter-heading {
  margin: 0 0 12px;
  color: var(--ink-faint);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mp-home-filter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mp-home-filter-field label {
  display: block;
  margin-bottom: 6px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.mp-home-filter-field input,
.mp-home-filter-field select {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-s);
  background: var(--surface);
  color: var(--ink) !important;
  outline: 0;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

.mp-home-filter-field input:focus,
.mp-home-filter-field select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(185, 0, 229, 0.1);
}

.mp-home-filter-choices,
.mp-home-amenities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.mp-home-filter-choice,
.mp-home-amenity {
  position: relative;
  margin: 0;
}

.mp-home-filter-choice input,
.mp-home-amenity input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mp-home-filter-choice span,
.mp-home-amenity span {
  min-height: 44px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-s);
  background: var(--paper);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.15s ease;
}

.mp-home-filter-choice input:checked + span,
.mp-home-amenity input:checked + span {
  border-color: var(--brand);
  background: var(--brand-tint);
  color: var(--brand-deep);
}

.mp-home-filter-reset,
.mp-home-filter-apply {
  min-height: 46px;
  padding: 0 20px;
  border-radius: var(--r-s);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.15s ease;
}

.mp-home-filter-reset {
  border: 1.5px solid var(--line);
  background: var(--surface);
  color: var(--ink-soft);
}

.mp-home-filter-reset:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.mp-home-filter-apply {
  min-width: 200px;
  border: 0;
  background: var(--brand);
  color: #fff;
}

.mp-home-filter-apply:hover {
  background: var(--brand-deep);
}

/* ── Stats row ────────────────────────────────────────────── */
.mp-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.mp-stat strong {
  display: block;
  color: var(--ink);
  font-size: 30px;
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1;
}

.mp-stat span {
  display: block;
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 12.5px;
  font-weight: 600;
}

.mp-stats-note {
  color: var(--ink-faint);
  font-size: 12.5px;
  font-weight: 600;
  text-align: center;
  padding: 16px 0 0;
}

/* ── Sections ─────────────────────────────────────────────── */
.mp-section {
  padding: 80px 0;
}

.mp-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
}

.mp-section-head h2 {
  margin: 10px 0 0;
  color: var(--ink) !important;
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.mp-section-head p {
  margin: 10px 0 0;
  color: var(--ink-soft) !important;
  font-size: 14.5px;
  max-width: 460px;
}

.mp-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
  font-size: 13.5px;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1.5px solid var(--ink);
  white-space: nowrap;
  transition:
    color 0.15s ease,
    border-color 0.15s ease;
}

.mp-link:hover {
  color: var(--brand);
  border-color: var(--brand);
}

/* ── Featured listings: bento grid ───────────────────────── */
.mp-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 168px;
  gap: 16px;
}

.mp-bento-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--r-m);
  text-decoration: none;
  background: var(--surface);
  border: 1px solid var(--line);
}

.mp-bento-card--lg {
  grid-column: span 2;
  grid-row: span 2;
}

.mp-bento-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.mp-bento-card:hover img {
  transform: scale(1.05);
}

.mp-bento-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(11, 18, 32, 0.88) 0%,
    rgba(11, 18, 32, 0.32) 48%,
    rgba(11, 18, 32, 0) 72%
  );
}

.mp-bento-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  color: #fff;
}

.mp-bento-tag {
  display: block;
  margin-bottom: 8px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

.mp-bento-body h3 {
  margin: 0 0 4px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mp-bento-card--lg .mp-bento-body h3 {
  font-size: 21px;
}

.mp-bento-meta {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mp-bento-price {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 850;
}

.mp-bento-card--lg .mp-bento-price {
  font-size: 19px;
}

.mp-empty {
  grid-column: 1 / -1;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 32px;
  border: 1.5px dashed var(--line);
  border-radius: var(--r-l);
  color: var(--ink-soft);
}

.mp-empty i {
  font-size: 32px;
  color: var(--brand);
}

.mp-empty strong {
  color: var(--ink);
  font-size: 17px;
}

/* ── Services: editorial row list ─────────────────────────── */
.mp-service-list {
  border-top: 1px solid var(--line);
}

.mp-service-row {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 24px 12px;
  margin: 0 -12px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  border-radius: var(--r-s);
  transition: background 0.15s ease;
}

.mp-service-row:hover {
  background: var(--brand-tint);
}

.mp-service-row:hover .mp-service-arrow {
  transform: translateX(4px);
  color: var(--brand);
}

.mp-service-num {
  flex: 0 0 auto;
  width: 40px;
  color: var(--ink-faint);
  font-size: 13px;
  font-weight: 800;
}

.mp-service-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-m);
  background: var(--brand-tint);
  color: var(--brand-deep);
  font-size: 16px;
}

.mp-service-text {
  flex: 1;
  min-width: 0;
}

.mp-service-text h3 {
  margin: 0 0 4px;
  color: var(--ink) !important;
  font-size: 16.5px;
  font-weight: 800;
}

.mp-service-text p {
  margin: 0;
  color: var(--ink-soft) !important;
  font-size: 13.5px;
}

.mp-service-arrow {
  flex: 0 0 auto;
  color: var(--ink-faint);
  font-size: 15px;
  transition:
    transform 0.2s ease,
    color 0.2s ease;
}

/* ── Full-bleed bands (LandFlex, Pro-CTA) ────────────────── */
.mp-band {
  background: var(--navy);
  color: #fff;
  padding: 80px 0;
}

.mp-band .mp-eyebrow {
  color: rgba(255, 255, 255, 0.65);
}

.mp-band .mp-eyebrow::before {
  background: #fff;
}

.mp-band-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.mp-band h2 {
  margin: 14px 0 14px;
  color: #fff !important;
  font-size: clamp(27px, 3vw, 44px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.mp-band p {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 15px;
  line-height: 1.65;
  max-width: 460px;
}

.mp-band-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.mp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: var(--r-m);
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: all 0.15s ease;
}

.mp-btn-solid {
  background: var(--brand);
  color: #fff;
}

.mp-btn-solid:hover {
  background: var(--brand-deep);
  transform: translateY(-1px);
}

.mp-btn-outline-light {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.mp-btn-outline-light:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.mp-stats-flat {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.mp-stats-flat div {
  border-left: 2px solid rgba(255, 255, 255, 0.25);
  padding-left: 14px;
}

.mp-stats-flat strong {
  display: block;
  font-size: 25px;
  font-weight: 850;
}

.mp-stats-flat span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

.mp-band-video {
  border-radius: var(--r-l);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.mp-band-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Help grid: borderless, hairline dividers ────────────── */
.mp-help {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.mp-help-item {
  border-left: 1px solid var(--line);
  padding-left: 24px;
}

.mp-help-item:first-child {
  border-left: 0;
  padding-left: 0;
}

.mp-help-num {
  display: block;
  margin-bottom: 18px;
  color: var(--line);
  font-size: 42px;
  font-weight: 850;
  line-height: 1;
}

.mp-help-item i {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-m);
  background: var(--brand-tint);
  color: var(--brand-deep);
  margin-bottom: 16px;
  font-size: 15px;
}

.mp-help-item h3 {
  margin: 0 0 8px;
  color: var(--ink) !important;
  font-size: 16.5px;
  font-weight: 800;
}

.mp-help-item p {
  margin: 0 0 14px;
  color: var(--ink-soft) !important;
  font-size: 13.5px;
  line-height: 1.55;
}

.mp-help-item a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1.5px solid var(--ink);
  padding-bottom: 2px;
}

.mp-help-item a:hover {
  color: var(--brand);
  border-color: var(--brand);
}

/* ── Professionals ────────────────────────────────────────── */
.mp-agents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mp-agent {
  text-decoration: none;
  color: inherit;
}

.mp-agent img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--r-m);
  border: 1px solid var(--line);
  margin-bottom: 12px;
  background: var(--surface);
}

.mp-agent h3 {
  margin: 0 0 3px;
  font-size: 14.5px;
  font-weight: 800;
  color: var(--ink) !important;
}

.mp-agent span {
  font-size: 12.5px;
  color: var(--ink-soft);
  font-weight: 600;
}

/* ── Pricing ──────────────────────────────────────────────── */
.mp-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--r-l);
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
}

.mp-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 26px;
  border-left: 1px solid var(--line);
}

.mp-plan:first-child {
  border-left: 0;
}

.mp-plan.is-popular {
  background: var(--navy);
  color: #fff;
}

.mp-plan.is-popular h3,
.mp-plan.is-popular .mp-plan-price {
  color: #fff !important;
}

.mp-plan.is-popular .mp-plan-tagline,
.mp-plan.is-popular ul {
  color: rgba(255, 255, 255, 0.72);
}

.mp-plan.is-popular .mp-plan-price span {
  color: rgba(255, 255, 255, 0.6);
}

.mp-plan-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand);
  background: var(--brand-tint);
  padding: 4px 10px;
  border-radius: 999px;
}

.mp-plan.is-popular .mp-plan-badge {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.mp-plan h3 {
  margin: 0 0 14px;
  font-size: 14.5px;
  font-weight: 800;
  color: var(--ink) !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mp-plan-price {
  font-size: 29px;
  font-weight: 900;
  color: var(--ink);
  margin: 0 0 2px;
}

.mp-plan-price span {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink-soft);
}

.mp-plan-tagline {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 20px;
}

.mp-plan ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  color: var(--ink-soft);
  font-size: 13.5px;
  line-height: 2;
  flex: 1;
}

.mp-plan li i {
  color: #12b76a;
  margin-right: 9px;
}

.mp-plan.is-popular li i {
  color: #34d399;
}

.mp-plan-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: var(--r-m);
  font-weight: 800;
  font-size: 13.5px;
  text-decoration: none;
  transition: all 0.15s ease;
}

.mp-plan-cta-outline {
  border: 1.5px solid var(--line);
  color: var(--ink) !important;
}

.mp-plan-cta-outline:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.mp-plan-cta-filled {
  background: var(--brand);
  color: #fff;
}

.mp-plan-cta-filled:hover {
  background: var(--brand-deep);
}

/* ── Dark theme (site-wide toggle) ───────────────────────── */
body[data-mapiole-theme="dark"] .mp-new-home {
  --ink: #f5f7fa;
  --ink-soft: #b7c0cc;
  --ink-faint: #6c7686;
  --paper: #0a1220;
  --surface: #101a2c;
  --line: rgba(255, 255, 255, 0.14);
  --line-soft: rgba(255, 255, 255, 0.08);
  --brand-tint: rgba(185, 0, 229, 0.16);
  --navy: #050a14;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 1180px) {
  .mp-home-container {
    width: min(100% - 48px, 1080px);
  }
}

@media (max-width: 1080px) {
  .mp-bento {
    grid-template-columns: repeat(2, 1fr);
  }

  .mp-band-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .mp-band-video {
    max-width: 420px;
  }

  .mp-help {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
  }

  .mp-help-item:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }

  .mp-help-item:nth-child(even) {
    border-left: 1px solid var(--line);
    padding-left: 24px;
  }

  .mp-agents {
    grid-template-columns: repeat(2, 1fr);
  }

  .mp-plans {
    grid-template-columns: 1fr;
  }

  .mp-plan {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .mp-plan:first-child {
    border-top: 0;
  }
}

@media (max-width: 768px) {
  .mp-new-home {
    padding-top: 148px;
  }

  .mp-section {
    padding: 56px 0;
  }

  .mp-band {
    padding: 56px 0;
  }

  .mp-hero-search {
    flex-direction: column;
  }

  .mp-hero-btn {
    width: 100%;
  }

  .mp-stats {
    justify-content: flex-start;
    gap: 28px 40px;
  }

  .mp-section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .mp-stats-flat {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .mp-bento {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .mp-bento-card--lg {
    grid-column: span 1;
    grid-row: span 1;
  }

  .mp-bento-card--lg .mp-bento-body h3 {
    font-size: 16px;
  }

  .mp-bento-card--lg .mp-bento-price {
    font-size: 15px;
  }

  .mp-service-row {
    gap: 14px;
  }

  .mp-service-num {
    display: none;
  }

  .mp-help {
    grid-template-columns: 1fr;
  }

  .mp-help-item,
  .mp-help-item:nth-child(even) {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 28px;
  }

  .mp-help-item:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .mp-agents {
    grid-template-columns: 1fr;
  }
}
