body.mf-promo-page {
  --mf-promo-content-max-width: 980px;
  --mf-promo-content-padding-x: 16px;
  --mf-promo-cta-bar-height: 72px;
  --mf-promo-site-header-height: 60px;
  --mf-promo-gradient: linear-gradient(135deg, #e67e22 5%, #d872f9 20%, #0066cc 65%, #079e77 90%);
  margin: 0;
  padding: 0;
  background: #ffffff;
}

@media (min-width: 640px) {
  body.mf-promo-page {
    --mf-promo-content-padding-x: 24px;
  }
}

.mf-promo-root,
.mf-promo-root *,
.mf-promo-root *::before,
.mf-promo-root *::after {
  box-sizing: border-box;
}

.mf-promo-root {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111111;
  -webkit-font-smoothing: antialiased;
}

.mf-promo-root h1,
.mf-promo-root h2,
.mf-promo-root p {
  margin: 0;
}

.mf-promo-root ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mf-promo-main {
  padding-bottom: 24px;
}

/* Hero */
.mf-promo-hero {
  background: #ffffff;
  padding: 48px 24px 80px;
}

.mf-promo-hero-inner {
  max-width: var(--mf-promo-content-max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mf-promo-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 720px;
  margin-bottom: 50px;
}

.mf-promo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
}

.mf-promo-badge--blue {
  background: #edf2f8;
  color: #0066cc;
}

.mf-promo-badge--orange {
  background: #fff3e6;
  color: #e67e22;
}

.mf-promo-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.mf-promo-title-line {
  display: block;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #656ce1;
}

.mf-promo-title-line--lead {
  font-size: 70px;
}

.mf-promo-title-line--hero {
  font-size: 220px;
}

.mf-promo-title-highlight {
  background: var(--mf-promo-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* Benefits */
.mf-promo-benefits {
  background: #2b2b2b;
  padding: 80px 24px 56px;
}

.mf-promo-benefits-inner {
  max-width: var(--mf-promo-content-max-width);
  margin: 0 auto;
}

.mf-promo-benefits-heading {
  position: relative;
  text-align: center;
  margin-bottom: 26px;
}

.mf-promo-benefits-deco {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.mf-promo-benefits-deco-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 70px;
  object-fit: contain;
}

.mf-promo-benefits-title {
  color: #ffffff;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.mf-promo-benefits-card {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 8px 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.mf-promo-benefit-list {
  display: flex;
  flex-direction: column;
}

.mf-promo-benefit-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 32px 40px;
  border-bottom: 1px solid #f0f0f0;
}

.mf-promo-benefit-item:last-child {
  border-bottom: none;
}

.mf-promo-benefit-label {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  align-self: center;
}

.mf-promo-benefit-tag {
  position: absolute;
  bottom: calc(100% + 3px);
  left: 0;
  font-size: 10px;
  font-weight: 700;
  color: #878787;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.mf-promo-benefit-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2b2b2b;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  box-shadow: 0 2px 10px rgb(0 102 204 / 0.2);
}

.mf-promo-benefit-body {
  flex: 1;
  min-width: 0;
}

.mf-promo-benefit-text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  word-break: keep-all;
}

.mf-promo-benefit-sub {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #878787;
}

.mf-promo-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.mf-promo-brand-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: contain;
}

/* Notice */
.mf-promo-notice {
  background: #ffffff;
  padding: 48px var(--mf-promo-content-padding-x) 40px;
}

.mf-promo-notice-inner {
  max-width: var(--mf-promo-content-max-width);
  margin: 0 auto;
}

.mf-promo-root .mf-promo-notice-title {
  font-size: 18px;
  font-weight: 800;
  color: #111111;
  margin-bottom: 20px;
}

.mf-promo-notice-list {
  margin-top: 0;
}

.mf-promo-notice-list li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: #878787;
  word-break: keep-all;
}

.mf-promo-notice-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #878787;
}

/* Fixed CTA bar */
.mf-promo-cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  backdrop-filter: blur(12px) saturate(180%);
  border-top: 1px solid color-mix(in oklch, #111111 8%, transparent);
  box-shadow: 0 -4px 24px rgb(0 0 0 / 0.06);
}

.mf-promo-cta-inner {
  box-sizing: border-box;
  max-width: var(--mf-promo-content-max-width);
  margin: 0 auto;
  padding: 16px var(--mf-promo-content-padding-x);
}

.mf-promo-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  border-radius: 10px;
  background: var(--mf-promo-gradient);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 14px rgb(0 102 204 / 0.22);
  transition: filter 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mf-promo-cta-btn:hover {
  filter: brightness(1.06);
  box-shadow: 0 6px 18px rgb(0 102 204 / 0.28);
  color: #ffffff;
}

/* Subtle entrance animations */
@keyframes mf-promo-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mf-promo-cta-rise {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .mf-promo-badge {
    animation: mf-promo-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }

  .mf-promo-badge:nth-child(1) {
    animation-delay: 0.06s;
  }

  .mf-promo-badge:nth-child(2) {
    animation-delay: 0.14s;
  }

  .mf-promo-badge:nth-child(3) {
    animation-delay: 0.22s;
  }

  .mf-promo-badge:nth-child(4) {
    animation-delay: 0.3s;
  }

  .mf-promo-title-line {
    animation: mf-promo-fade-up 0.65s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }

  .mf-promo-title-line--lead {
    animation-delay: 0.38s;
  }

  .mf-promo-title .mf-promo-title-line:nth-child(2) {
    animation-delay: 0.48s;
  }

  .mf-promo-title .mf-promo-title-line:nth-child(3) {
    animation-delay: 0.58s;
  }

  .mf-promo-reveal .mf-promo-reveal-item {
    opacity: 0;
    transform: translateY(12px);
    transition:
      opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mf-promo-reveal.is-visible .mf-promo-reveal-item {
    opacity: 1;
    transform: translateY(0);
  }

  .mf-promo-reveal.is-visible .mf-promo-benefits-heading {
    transition-delay: 0s;
  }

  .mf-promo-reveal.is-visible .mf-promo-benefits-card {
    transition-delay: 0.08s;
  }

  .mf-promo-reveal.is-visible .mf-promo-brand {
    transition-delay: 0.2s;
  }

  .mf-promo-benefit-item {
    opacity: 0;
    transform: translateY(10px);
    transition:
      opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mf-promo-reveal.is-visible .mf-promo-benefit-item {
    opacity: 1;
    transform: translateY(0);
    align-items: center;
  }

  .mf-promo-reveal.is-visible .mf-promo-benefit-item:nth-child(1) {
    transition-delay: 0.12s;
  }

  .mf-promo-reveal.is-visible .mf-promo-benefit-item:nth-child(2) {
    transition-delay: 0.16s;
  }

  .mf-promo-reveal.is-visible .mf-promo-benefit-item:nth-child(3) {
    transition-delay: 0.2s;
  }

  .mf-promo-reveal.is-visible .mf-promo-benefit-item:nth-child(4) {
    transition-delay: 0.24s;
  }

  .mf-promo-reveal.is-visible .mf-promo-benefit-item:nth-child(5) {
    transition-delay: 0.28s;
  }

  .mf-promo-reveal.is-visible .mf-promo-benefit-item:nth-child(6) {
    transition-delay: 0.32s;
  }

  .mf-promo-reveal.is-visible .mf-promo-benefit-item:nth-child(7) {
    transition-delay: 0.36s;
  }

  .mf-promo-reveal.is-visible .mf-promo-benefit-item:nth-child(8) {
    transition-delay: 0.4s;
  }

  .mf-promo-cta-bar {
    animation: mf-promo-cta-rise 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.7s backwards;
  }

  .mf-promo-cta-btn {
    transition:
      filter 0.2s ease,
      box-shadow 0.2s ease,
      transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mf-promo-cta-btn:active {
    transform: scale(0.98);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .mf-promo-hero {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .mf-promo-badges {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .mf-promo-badge {
    font-size: 14px;
    padding: 9px 14px;
  }

  .mf-promo-title-line--lead {
    font-size: 30px;
  }

  .mf-promo-title-line--hero {
    font-size: 80px;
  }

  .mf-promo-benefits {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mf-promo-benefits-title {
    font-size: 38px;
  }

  .mf-promo-benefit-item {
    padding: 28px 14px;
    gap: 16px;
  }

  .mf-promo-benefit-label {
    width: 44px;
  }

  .mf-promo-benefit-tag {
    bottom: calc(100% + 3px);
    font-size: 9px;
  }

  .mf-promo-benefit-num {
    width: 36px;
    height: 36px;
    font-size: 17px;
  }

  .mf-promo-benefit-text {
    font-size: 18px;
  }

  .mf-promo-brand-img {
    max-height: 170px;
  }

  .mf-promo-notice {
    padding-top: 36px;
  }
}

  .mf-promo-benefits-deco {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .mf-promo-benefits-deco-img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 50px;
    object-fit: contain;
  } 

/* Site footer (common) */
body.mf-promo-page .mo_navi_bx {
  display: none !important;
}

body.mf-promo-page .mf-site-footer {
  margin-top: 0;
}

body.mf-promo-page .mf-site-footer .mo_footer {
  margin-top: 0;
  transform: none;
}

@media (max-width: 768px) {
  body.mf-promo-page .mf-site-footer {
    padding-bottom: var(--mf-promo-cta-bar-height);
  }
}

