.meo-page {
  background: var(--white);
}

.meo-page main#top {
  scroll-margin-top: var(--header-height);
}

.meo-page .site-header {
  background: rgba(255, 255, 255, 0.97);
}

.meo-brand {
  display: inline-flex;
  width: 196px;
  flex: 0 0 auto;
}

.meo-brand img {
  width: 100%;
  height: auto;
}

.meo-nav {
  gap: 22px;
}

.meo-nav a {
  font-size: 13px;
}

.meo-header-cta {
  min-width: 104px;
}

.meo-page .section-kicker {
  letter-spacing: 0.14em;
}

.meo-page h1,
.meo-page h2,
.meo-page h3,
.meo-page p {
  text-wrap: pretty;
}

.meo-page .section h2,
.meo-mid-cta h2,
.meo-final h2 {
  max-width: none;
  font-size: 2.5rem;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.meo-section {
  padding: 112px 0;
}

.meo-section-heading {
  margin-bottom: 52px;
}

.meo-section-heading-centered {
  text-align: center;
}

.meo-section-heading-centered h2 {
  margin-inline: auto;
}

.meo-section-copy {
  margin: 24px 0 0;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.85;
}

.meo-image-slot {
  display: grid;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  place-items: center;
  margin: 0;
  border-radius: var(--radius-lg);
}

.meo-image-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.meo-image-placeholder {
  padding: 24px;
  border: 1px dashed #c8ccd2;
  background: #e8eaed;
  color: #777c85;
  text-align: center;
}

.meo-image-placeholder span {
  max-width: 90%;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.65;
}

.meo-image-4x3 {
  aspect-ratio: 4 / 3;
}

.meo-image-16x9 {
  aspect-ratio: 16 / 9;
}

.meo-image-wide {
  aspect-ratio: 16 / 5;
}

.meo-image-square {
  aspect-ratio: 1;
}

.meo-two-column-head {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 58px;
}

.meo-two-column-head .meo-section-copy {
  margin-top: 0;
}

.meo-hero {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  padding: 86px 0 82px;
  background:
    radial-gradient(circle at 84% 18%, rgba(25, 97, 189, 0.12), rgba(25, 97, 189, 0) 32%),
    var(--surface-subtle);
}

.meo-hero::after {
  content: "";
  position: absolute;
  right: -6%;
  bottom: -210px;
  width: 620px;
  height: 360px;
  border: 1px solid rgba(25, 97, 189, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.meo-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
}

.meo-hero-copy {
  grid-column: span 7;
}

.meo-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: 2.75rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.42;
}

.meo-hero-copy h1 span {
  white-space: nowrap;
}

.meo-hero-lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9;
}

.meo-hero-actions {
  margin-top: 30px;
}

.meo-hero-actions .button {
  min-width: 220px;
}

.meo-hero-visual {
  grid-column: span 5;
  width: 100%;
}

.meo-proof {
  display: grid;
  max-width: 680px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.meo-proof-item {
  position: relative;
  margin: 0;
  padding: 18px 22px 17px;
}

.meo-proof-item + .meo-proof-item::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 1px;
  background: var(--line);
}

.meo-proof-item dt {
  color: var(--text-muted);
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.meo-proof-item dd {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin: 6px 0 0;
  color: var(--text);
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.25;
}

.meo-proof-item dd span {
  font-size: 12px;
}

.meo-proof-item .meo-proof-text {
  font-size: 1.05rem;
  white-space: nowrap;
}

.meo-proof-note {
  max-width: 680px;
  margin: 10px 0 0;
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.6;
}

.meo-problem {
  background: var(--white);
}

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

.meo-problem-card.card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 14px;
  box-shadow: 0 16px 38px rgba(7, 25, 67, 0.055);
}

.meo-problem-card .meo-image-placeholder span {
  max-width: 78%;
  font-size: 12px;
}

.meo-problem-text {
  display: grid;
  min-height: 94px;
  flex: 1;
  place-items: center;
  margin: 0;
  padding: 20px 12px 8px;
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: center;
}

.meo-problem-close {
  max-width: 790px;
  margin: 44px auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
  text-align: center;
}

.meo-why-meo {
  background: var(--surface);
}

.meo-why-meo-placeholder {
  max-width: 960px;
  aspect-ratio: 1448 / 600;
  margin: 0 auto 34px;
}

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

.meo-journey-step {
  position: relative;
  min-height: 250px;
  padding: 30px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.meo-journey-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -14px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--blue-line);
  border-radius: 50%;
  background: var(--white);
  color: var(--blue);
  font-size: 13px;
  transform: translateY(-50%);
}

.meo-journey-step svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.meo-journey-step span {
  display: block;
  margin-top: 24px;
  color: var(--blue);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.meo-journey-step h3 {
  margin: 8px 0 0;
  font-size: 1.1rem;
  font-weight: 400;
}

.meo-journey-step p {
  margin: 14px 0 0;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.75;
}

.meo-why-tenpia {
  position: relative;
  overflow: hidden;
  background: #174d97;
  color: var(--white);
}

.meo-why-tenpia::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    circle at 82% 18%,
    rgba(88, 165, 224, 0.26),
    rgba(88, 165, 224, 0) 32%
  );
}

.meo-why-tenpia .container {
  position: relative;
  z-index: 1;
}

.meo-why-tenpia-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
  margin-bottom: 58px;
}

.meo-why-tenpia-copy .section-kicker {
  color: var(--blue-on-dark);
}

.meo-why-tenpia-copy .meo-section-copy {
  color: var(--on-dark-body);
}

.meo-two-column-head-dark .section-kicker {
  color: var(--blue-on-dark);
}

.meo-two-column-head-dark .meo-section-copy {
  color: var(--on-dark-body);
}

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

.meo-strength-card {
  min-height: 286px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  color: var(--text);
}

.meo-strength-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.meo-strength-top span {
  color: var(--blue);
  font-size: 1.8rem;
  letter-spacing: 0;
}

.meo-strength-top svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.meo-strength-card h3 {
  margin: 34px 0 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.meo-strength-card p {
  margin: 18px 0 0;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}

.meo-support {
  background: var(--white);
}

.meo-support-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  align-items: start;
}

.meo-support-intro {
  position: sticky;
  top: calc(var(--header-height) + 42px);
}

.meo-page .meo-support-intro h2 {
  font-size: 2rem;
  line-height: 1.55;
}

.meo-support-steps {
  display: grid;
}

.meo-support-step {
  position: relative;
  display: grid;
  grid-template-columns: 70px 118px minmax(0, 1fr);
  gap: 20px;
  padding: 0 0 36px;
}

.meo-support-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 64px;
  bottom: 0;
  left: 35px;
  width: 1px;
  background: var(--blue-line);
}

.meo-support-step > div:first-child {
  display: grid;
  width: 70px;
  height: 70px;
  place-content: center;
  border: 1px solid var(--blue-line);
  border-radius: 50%;
  background: var(--blue-soft);
  color: var(--blue-dark);
  text-align: center;
}

.meo-support-step > div:first-child span {
  font-size: 9px;
  letter-spacing: 0.12em;
}

.meo-support-step > div:first-child strong {
  margin-top: 2px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}

.meo-support-step > .meo-image-slot {
  width: 118px;
  align-self: start;
}

.meo-support-step > .meo-image-placeholder {
  padding: 12px;
}

.meo-support-step > .meo-image-placeholder span {
  font-size: 10px;
  line-height: 1.55;
}

.meo-support-step > div:last-child {
  padding: 8px 0 36px;
  border-bottom: 1px solid var(--line);
}

.meo-support-step:last-child > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.meo-support-step h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.meo-support-step p {
  margin: 14px 0 0;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}

.meo-mid-cta {
  padding: 0 0 112px;
  background: var(--white);
}

.meo-mid-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  padding: 54px 58px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
}

.meo-mid-cta-panel h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 300;
}

.meo-mid-cta-panel p:not(.section-kicker) {
  margin: 16px 0 0;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}

.meo-mid-cta-panel .button {
  min-width: 210px;
}

.meo-functions {
  --meo-feature-blue: #287cde;
  --meo-feature-blue-soft: #eef6ff;
  background: var(--surface);
}

.meo-feature-cycle {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  padding: 14px 0 30px;
}

.meo-feature-group {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 30px 32px 26px;
  border: 1px solid #d8e4f1;
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 36px rgba(7, 25, 67, 0.05);
}

.meo-feature-group-operation {
  background: rgba(238, 246, 255, 0.96);
}

.meo-feature-group-analysis {
  background: rgba(255, 255, 255, 0.97);
}

.meo-feature-group > h3 {
  position: relative;
  z-index: 3;
  margin: 0 0 14px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.meo-feature-list {
  display: grid;
}

.meo-feature-item {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 128px;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px 0;
}

.meo-feature-item + .meo-feature-item {
  border-top: 1px solid rgba(25, 97, 189, 0.15);
}

.meo-feature-icon {
  position: relative;
  z-index: 4;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(40, 124, 222, 0.2);
  border-radius: var(--radius-lg);
  background: var(--white);
  color: var(--meo-feature-blue);
  box-shadow: 0 10px 24px rgba(25, 97, 189, 0.08);
}

.meo-feature-group-analysis .meo-feature-icon {
  background: var(--meo-feature-blue-soft);
}

.meo-feature-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.meo-feature-item h4 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.55;
}

.meo-feature-item p {
  max-width: 360px;
  margin: 7px 0 0;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

.meo-multi {
  background: var(--white);
}

.meo-multi-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 78px;
  align-items: center;
}

.meo-multi-diagram {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-subtle);
}

.meo-multi-diagram svg {
  display: block;
  width: 100%;
  height: auto;
}

.meo-diagram-line {
  fill: none;
  stroke: var(--blue-line);
  stroke-width: 2;
}

.meo-diagram-hub {
  fill: var(--blue);
}

.meo-diagram-store {
  fill: var(--white);
  stroke: var(--blue-line);
  stroke-width: 1.5;
}

.meo-diagram-hub-label,
.meo-diagram-label,
.meo-diagram-small {
  font-family: "Noto Sans JP", sans-serif;
}

.meo-diagram-hub-label {
  fill: var(--white);
  font-size: 18px;
  font-weight: 400;
}

.meo-diagram-small {
  fill: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 300;
}

.meo-diagram-label {
  fill: var(--text);
  font-size: 15px;
}

.meo-cases {
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.meo-cases .meo-section-heading {
  max-width: 760px;
  margin-inline: auto;
}

.meo-cases .meo-section-heading .meo-section-copy {
  max-width: 680px;
  margin-inline: auto;
}

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

.meo-case-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 15px 34px rgba(7, 25, 67, 0.05);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.meo-case-card:hover {
  border-color: var(--blue-line);
  box-shadow: 0 20px 42px rgba(7, 25, 67, 0.09);
  transform: translateY(-3px);
}

.meo-case-image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin: 0;
  background: var(--blue-soft);
}

.meo-case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.meo-case-card:hover .meo-case-image img {
  transform: scale(1.025);
}

.meo-case-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.meo-case-industry {
  margin: 0;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.meo-case-name {
  margin: 12px 0 0;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.meo-case-card h3 {
  margin: 14px 0 0;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.02em;
}

.meo-case-note {
  margin: 18px 0 0;
  color: var(--text-muted);
  font-size: 10px;
  font-weight: 300;
  line-height: 1.7;
}

.meo-start {
  background: var(--surface-subtle);
}

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

.meo-start-step {
  position: relative;
  min-height: 216px;
  padding: 28px 26px;
  border-top: 2px solid var(--blue);
  background: var(--white);
}

.meo-start-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 36px;
  right: -10px;
  width: 20px;
  height: 1px;
  background: var(--blue);
}

.meo-start-step span {
  color: var(--blue);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.meo-start-step h3 {
  margin: 28px 0 0;
  font-size: 1.1rem;
  font-weight: 400;
}

.meo-start-step p {
  margin: 14px 0 0;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.75;
}

.meo-price {
  background: var(--white);
}

.meo-price-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
  padding: 62px 66px;
  border: 1px solid var(--blue-line);
  border-radius: var(--radius-lg);
  background: var(--blue-soft);
}

.meo-price-panel h2 {
  margin: 0;
}

.meo-price-panel p:not(.section-kicker) {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
}

.meo-price-panel .button {
  min-width: 230px;
}

.meo-faq {
  background: var(--surface);
}

.meo-faq-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
  gap: 70px;
  align-items: start;
}

.meo-faq-list {
  border-top: 1px solid var(--line);
}

.meo-faq-list details {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.meo-faq-list summary {
  position: relative;
  padding: 26px 58px 26px 26px;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  line-height: 1.6;
}

.meo-faq-list summary::-webkit-details-marker {
  display: none;
}

.meo-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 26px;
  color: var(--blue);
  font-size: 1.35rem;
  font-weight: 300;
  transform: translateY(-50%);
}

.meo-faq-list details[open] summary::after {
  content: "−";
}

.meo-faq-list details p {
  margin: 0;
  padding: 0 58px 26px 26px;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
}

.meo-final {
  padding-top: 0;
  background: var(--white);
}

.meo-final-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.36fr);
  gap: 54px;
  align-items: center;
  padding: 72px 66px;
  border-radius: var(--radius-lg);
  background: #174d97;
  color: var(--white);
}

.meo-final-panel .section-kicker {
  color: var(--blue-on-dark);
}

.meo-final-panel h2 {
  margin: 0;
}

.meo-final-panel p:not(.section-kicker) {
  max-width: 700px;
  margin: 20px 0 0;
  color: var(--on-dark-body);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
}

.meo-final-panel .button-row {
  width: 100%;
  flex-direction: column;
}

.meo-final-panel .button {
  width: 100%;
}

.meo-final-panel .button-primary {
  background: var(--white);
  color: var(--blue);
}

.meo-final-panel .button-primary:hover {
  background: var(--blue-soft);
}

.meo-final-panel .button-secondary {
  border-color: var(--on-dark-muted);
  background: transparent;
  color: var(--white);
}

.meo-final-panel .button-secondary:hover {
  background: var(--on-dark-surface);
}

@media (prefers-reduced-motion: no-preference) {
  .meo-hero-copy,
  .meo-hero-visual {
    animation: meo-rise 0.7s ease both;
  }

  .meo-hero-visual {
    animation-delay: 0.12s;
  }
}

@keyframes meo-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

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

@media (max-width: 980px) {
  .meo-brand {
    width: 170px;
  }

  .meo-hero {
    min-height: auto;
    padding: 72px 0;
  }

  .meo-hero-grid,
  .meo-two-column-head,
  .meo-why-tenpia-intro,
  .meo-support-layout,
  .meo-multi-layout,
  .meo-faq-layout,
  .meo-price-panel,
  .meo-final-panel,
  .meo-mid-cta-panel {
    grid-template-columns: 1fr;
  }

  .meo-hero-copy,
  .meo-hero-visual {
    grid-column: auto;
  }

  .meo-hero-copy h1 {
    font-size: 2.5rem;
  }

  .meo-hero-copy h1 span {
    white-space: normal;
  }

  .meo-hero-visual {
    max-width: 620px;
    margin: 20px auto 0;
  }

  .meo-problem-grid,
  .meo-strength-grid,
  .meo-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .meo-journey,
  .meo-start-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .meo-journey-step:nth-child(2)::after,
  .meo-start-step:nth-child(2)::after {
    display: none;
  }

  .meo-support-intro {
    position: static;
  }

  .meo-support-layout,
  .meo-two-column-head,
  .meo-why-tenpia-intro,
  .meo-multi-layout,
  .meo-faq-layout {
    gap: 44px;
  }

  .meo-feature-cycle {
    max-width: 680px;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 0 auto;
    padding: 0;
  }

  .meo-mid-cta-panel,
  .meo-price-panel,
  .meo-final-panel {
    padding: 52px 44px;
  }

  .meo-mid-cta-panel .button,
  .meo-price-panel .button {
    width: fit-content;
  }
}

@media (max-width: 640px) {
  .meo-brand {
    width: 142px;
  }

  .meo-header-cta {
    min-width: 0;
    padding-inline: 12px;
  }

  .meo-section {
    padding: 76px 0;
  }

  .meo-page .section h2,
  .meo-mid-cta h2,
  .meo-final h2 {
    font-size: 1.75rem;
    line-height: 1.55;
  }

  .meo-hero {
    padding: 58px 0 66px;
  }

  .meo-hero-copy h1 {
    font-size: 2rem;
    line-height: 1.5;
  }

  .meo-hero-lead {
    font-size: 14px;
    line-height: 1.85;
  }

  .meo-hero-actions .button {
    min-width: 0;
  }

  .meo-proof {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .meo-proof-item {
    display: grid;
    grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
    align-items: center;
    padding: 14px 6px;
  }

  .meo-proof-item + .meo-proof-item::before {
    top: 0;
    right: 0;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  .meo-proof-item dd {
    justify-content: flex-end;
    margin-top: 0;
    text-align: right;
  }

  .meo-proof-note {
    font-size: 10px;
  }

  .meo-section-heading {
    margin-bottom: 36px;
  }

  .meo-two-column-head {
    margin-bottom: 40px;
  }

  .meo-problem-grid,
  .meo-strength-grid,
  .meo-case-grid,
  .meo-journey,
  .meo-start-grid {
    grid-template-columns: 1fr;
  }

  .meo-problem-card.card {
    min-height: 0;
    padding: 14px;
  }

  .meo-feature-cycle {
    gap: 18px;
  }

  .meo-feature-group {
    padding: 24px 20px 18px;
  }

  .meo-feature-group > h3 {
    margin-bottom: 8px;
    font-size: 1.1rem;
  }

  .meo-feature-item {
    min-height: 0;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 0;
  }

  .meo-feature-icon {
    width: 56px;
    height: 56px;
  }

  .meo-feature-icon svg {
    width: 34px;
    height: 34px;
  }

  .meo-feature-item h4 {
    font-size: 1.02rem;
  }

  .meo-feature-item p {
    margin-top: 6px;
  }

  .meo-problem-close {
    margin-top: 34px;
    text-align: left;
  }

  .meo-journey-step {
    min-height: 0;
  }

  .meo-journey-step::after,
  .meo-start-step::after {
    display: none !important;
  }

  .meo-strength-card {
    min-height: 0;
    padding: 26px;
  }

  .meo-support-step {
    grid-template-columns: 56px 84px minmax(0, 1fr);
    gap: 12px;
  }

  .meo-support-step > div:first-child {
    width: 56px;
    height: 56px;
  }

  .meo-support-step:not(:last-child)::before {
    top: 52px;
    left: 28px;
  }

  .meo-support-step > .meo-image-slot {
    width: 84px;
  }

  .meo-support-step > .meo-image-placeholder {
    padding: 8px;
  }

  .meo-support-step > .meo-image-placeholder span {
    font-size: 9px;
  }

  .meo-support-step h3 {
    font-size: 1.08rem;
  }

  .meo-mid-cta,
  .meo-final {
    padding-bottom: 76px;
  }

  .meo-mid-cta-panel,
  .meo-price-panel,
  .meo-final-panel {
    gap: 30px;
    padding: 38px 24px;
  }

  .meo-mid-cta-panel .button,
  .meo-price-panel .button {
    width: 100%;
  }

  .meo-multi-diagram {
    padding: 8px;
  }

  .meo-image-placeholder {
    padding: 14px;
  }

  .meo-image-placeholder span {
    font-size: 11px;
  }

  .meo-start-step {
    min-height: 0;
  }

  .meo-faq-list summary {
    padding: 22px 52px 22px 20px;
    font-size: 14px;
  }

  .meo-faq-list summary::after {
    right: 20px;
  }

  .meo-faq-list details p {
    padding: 0 20px 22px;
    font-size: 13px;
  }
}
