/* Landing SEO — Mercado inmobiliario de Mendoza */

.mkt-page {
  --mkt-navy: #1f3575;
  --mkt-steel: #19507a;
  --mkt-mint: #2fa486;
  --mkt-green-success: #2e9f7e;
  --mkt-orange: #eb7300;
  --mkt-text: #334155;
  --mkt-muted: #64748b;
  --mkt-border: #e2e8f0;
  --mkt-soft: #f8fafc;
  color: var(--mkt-text);
  font-family: Inter, -apple-system, sans-serif;
  background: #fff;
}

.mkt-page main {
  padding-top: 0;
}

.mkt-container {
  width: min(calc(100% - 2rem), 74rem);
  margin-inline: auto;
}

@media (min-width: 1440px) {
  .mkt-container,
  .mkt-page .faq-section__inner.mkt-container {
    width: min(calc(100% - 3rem), 80rem);
  }
}

.mkt-breadcrumbs {
  padding: 0 0 0.5rem;
}

.mkt-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.78rem;
  color: var(--mkt-muted);
}

.mkt-breadcrumbs__list a {
  color: var(--mkt-steel);
  font-weight: 600;
  text-decoration: none;
}

.mkt-breadcrumbs__list a:hover,
.mkt-breadcrumbs__list a:focus-visible {
  color: var(--mkt-navy);
  text-decoration: underline;
}

.mkt-breadcrumbs__sep {
  color: #94a3b8;
}

.mkt-breadcrumbs__current {
  color: var(--mkt-text);
}

/* Hero */
.mkt-hero {
  padding: 1.35rem 0 2.75rem;
  background:
    linear-gradient(145deg, rgba(31, 53, 117, 0.055) 0%, transparent 45%),
    linear-gradient(300deg, rgba(47, 164, 134, 0.06) 0%, transparent 38%),
    linear-gradient(180deg, #f3f6fb 0%, #fff 100%);
}

@media (min-width: 1024px) {
  .mkt-hero {
    padding-top: 1rem;
  }
}

.mkt-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.85fr);
  align-items: center;
  gap: clamp(2rem, 4.5vw, 4.5rem);
}

.mkt-hero__copy {
  min-width: 0;
  max-width: 42rem;
}

.mkt-hero__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mkt-steel);
}

.mkt-hero__title {
  margin: 0 0 0.85rem;
  max-width: 18ch;
  font-family: Merriweather, Georgia, serif;
  font-size: clamp(1.85rem, 4.2vw, 2.65rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--mkt-navy);
}

.mkt-hero__lead {
  margin: 0;
  max-width: 38rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--mkt-muted);
}

.mkt-hero__sublead {
  margin: 0.75rem 0 0;
  max-width: 36rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #7a8aa0;
}

.mkt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.mkt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0.75rem;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.mkt-btn:focus-visible {
  outline: 2px solid #69d1b7;
  outline-offset: 3px;
}

.mkt-btn--primary {
  color: #fff;
  background: var(--mkt-orange);
  box-shadow: 0 8px 20px rgba(235, 115, 0, 0.18);
}

.mkt-btn--primary:hover {
  background: #d96800;
}

.mkt-btn--secondary {
  color: var(--mkt-navy);
  background: #fff;
  border: 1px solid var(--mkt-border);
}

.mkt-btn--secondary:hover {
  border-color: rgba(31, 53, 117, 0.28);
  background: var(--mkt-soft);
}

.mkt-hero__note {
  margin: 1rem 0 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--mkt-muted);
}

/* Dual market board panel */
.mkt-panel {
  width: 100%;
  max-width: 26rem;
  justify-self: end;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(31, 53, 117, 0.14);
  border-radius: 1rem;
  box-shadow: 0 18px 48px rgba(31, 53, 117, 0.1);
}

.mkt-panel__header {
  padding: 1rem 1.15rem;
  background: rgba(31, 53, 117, 0.045);
  border-bottom: 1px solid var(--mkt-border);
}

.mkt-panel__heading {
  display: block;
  font-size: 0.95rem;
  color: var(--mkt-navy);
}

.mkt-panel__rows {
  display: flex;
  flex-direction: column;
}

.mkt-panel__row {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.15rem;
}

.mkt-panel__row + .mkt-panel__row {
  border-top: 1px solid var(--mkt-border);
}

.mkt-panel__row-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.35rem;
  height: 2.35rem;
  color: var(--mkt-navy);
  background: rgba(31, 53, 117, 0.08);
  border-radius: 0.6rem;
}

.mkt-panel__row-body {
  min-width: 0;
  flex: 1;
}

.mkt-panel__row-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mkt-muted);
}

.mkt-panel__row-value {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem 0.4rem;
  margin: 0.25rem 0 0;
  color: var(--mkt-navy);
}

.mkt-panel__row-value strong {
  font-family: Merriweather, Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}

.mkt-panel__row-unit {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--mkt-steel);
}

.mkt-panel__trend {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--mkt-muted);
}

.mkt-panel__trend--up {
  color: #1f7a66;
}

.mkt-panel__trend--down {
  color: #b42318;
}

.mkt-panel__period {
  margin: 0;
  padding: 0.65rem 1.15rem;
  font-size: 0.8rem;
  color: var(--mkt-muted);
  border-top: 1px solid var(--mkt-border);
}

.mkt-panel__footer {
  padding: 0.75rem 1.15rem;
  border-top: 1px solid var(--mkt-border);
  background: rgba(31, 53, 117, 0.035);
  font-size: 0.7rem;
  line-height: 1.45;
  color: var(--mkt-muted);
}

.mkt-motion .mkt-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.mkt-motion .mkt-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Sections */
.mkt-section {
  padding-block: clamp(2.75rem, 5vw, 4.5rem);
}

.mkt-section--compact {
  padding-block: clamp(2rem, 3.5vw, 3rem);
}

.mkt-section--soft {
  background: var(--mkt-soft);
}

.mkt-section--navy {
  background: var(--mkt-navy);
  color: #fff;
}

.mkt-section__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mkt-steel);
}

.mkt-section--navy .mkt-section__eyebrow {
  color: #69d1b7;
}

.mkt-section__title {
  margin: 0;
  max-width: 28ch;
  font-family: Merriweather, Georgia, serif;
  font-size: clamp(1.5rem, 3.1vw, 2.1rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--mkt-navy);
}

.mkt-section--navy .mkt-section__title {
  color: #fff;
}

.mkt-section__body {
  margin: 1rem 0 0;
  max-width: 68ch;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--mkt-muted);
}

.mkt-section--navy .mkt-section__body {
  color: rgba(255, 255, 255, 0.78);
}

.mkt-section__body + .mkt-section__body {
  margin-top: 0.85rem;
}

.mkt-section__body--muted {
  font-size: 0.88rem;
  font-style: italic;
  color: #94a3b8;
}

.mkt-section__body a,
.mkt-inline-link {
  color: var(--mkt-steel);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.mkt-section__body a:hover,
.mkt-section__body a:focus-visible,
.mkt-inline-link:hover,
.mkt-inline-link:focus-visible {
  color: var(--mkt-navy);
}

.mkt-answer__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(260px, 0.45fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.mkt-answer__lead {
  margin: 1.15rem 0 0;
  max-width: 36ch;
  font-family: Merriweather, Georgia, serif;
  font-size: clamp(1.15rem, 2.3vw, 1.45rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--mkt-navy);
}

.mkt-callout {
  margin: 0;
  padding: 1.15rem 1.2rem;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.55;
  color: var(--mkt-navy);
  background: rgba(47, 164, 134, 0.1);
  border: 1px solid rgba(47, 164, 134, 0.22);
  border-radius: 0.85rem;
}

.mkt-callout--soft {
  margin-top: 1.25rem;
  max-width: 56rem;
  background: rgba(31, 53, 117, 0.05);
  border-color: rgba(31, 53, 117, 0.12);
}

@media (max-width: 800px) {
  .mkt-answer__layout {
    grid-template-columns: 1fr;
  }
}

/* Tipologías editorial grid */
.mkt-types {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.75rem;
  border: 1px solid var(--mkt-border);
  border-radius: 0.85rem;
  overflow: hidden;
  background: #fff;
}

.mkt-type {
  min-width: 0;
  padding: 1.25rem 1.15rem;
}

.mkt-type:nth-child(odd) {
  border-right: 1px solid var(--mkt-border);
}

.mkt-type:nth-child(-n + 2) {
  border-bottom: 1px solid var(--mkt-border);
}

.mkt-type__title {
  margin: 0 0 0.45rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--mkt-navy);
}

.mkt-type__text {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--mkt-muted);
}

.mkt-type__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.65rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--mkt-steel);
  text-decoration: none;
}

.mkt-type__link:hover,
.mkt-type__link:focus-visible {
  color: var(--mkt-navy);
  text-decoration: underline;
}

.mkt-type__badge {
  display: inline-block;
  margin-top: 0.65rem;
  padding: 0.25rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--mkt-steel);
  background: rgba(25, 80, 122, 0.08);
  border-radius: 0.4rem;
}

@media (max-width: 640px) {
  .mkt-types {
    grid-template-columns: 1fr;
  }

  .mkt-type:nth-child(odd) {
    border-right: none;
  }

  .mkt-type + .mkt-type {
    border-top: 1px solid var(--mkt-border);
  }

  .mkt-type:nth-child(-n + 2) {
    border-bottom: none;
  }
}

/* Split columns */
.mkt-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 1.75rem;
  border-top: 1px solid var(--mkt-border);
}

.mkt-split__col {
  padding: 1.25rem 0;
}

.mkt-split__col:first-child {
  padding-right: 1.75rem;
  border-right: 1px solid var(--mkt-border);
}

.mkt-split__col:last-child {
  padding-left: 1.75rem;
}

.mkt-split__title {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--mkt-navy);
}

.mkt-split__text,
.mkt-split__list {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--mkt-muted);
}

.mkt-split__list {
  padding-left: 1.1rem;
}

.mkt-split__list li + li {
  margin-top: 0.3rem;
}

.mkt-split__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--mkt-steel);
  text-decoration: none;
}

.mkt-split__link:hover,
.mkt-split__link:focus-visible {
  color: var(--mkt-navy);
  text-decoration: underline;
}

.mkt-split--invest .mkt-split__col:first-child {
  background: rgba(47, 164, 134, 0.04);
}

.mkt-split--invest .mkt-split__col:last-child {
  background: rgba(180, 35, 24, 0.03);
}

@media (max-width: 767px) {
  .mkt-split {
    grid-template-columns: 1fr;
  }

  .mkt-split__col:first-child,
  .mkt-split__col:last-child {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
  }

  .mkt-split__col + .mkt-split__col {
    border-top: 1px solid var(--mkt-border);
  }
}

/* Flow */
.mkt-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.35rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.mkt-flow__step {
  padding: 0.7rem 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--mkt-navy);
  background: var(--mkt-soft);
  border: 1px solid var(--mkt-border);
  border-radius: 0.65rem;
}

.mkt-flow__step--result {
  color: #1f7a66;
  background: rgba(47, 164, 134, 0.1);
  border-color: rgba(47, 164, 134, 0.22);
}

.mkt-flow__step:not(:last-child)::after {
  content: "↓";
  display: none;
}

@media (min-width: 768px) {
  .mkt-flow {
    flex-wrap: nowrap;
    gap: 0;
  }

  .mkt-flow__step {
    flex: 1;
    text-align: center;
    border-radius: 0;
  }

  .mkt-flow__step:first-child {
    border-radius: 0.65rem 0 0 0.65rem;
  }

  .mkt-flow__step:last-child {
    border-radius: 0 0.65rem 0.65rem 0;
  }

  .mkt-flow__step + .mkt-flow__step {
    border-left: none;
  }

  .mkt-flow__step:not(:last-child)::after {
    content: "→";
    display: inline;
    margin-left: 0.5rem;
    font-family: Merriweather, Georgia, serif;
    font-weight: 700;
    color: var(--mkt-steel);
  }
}

@media (max-width: 767px) {
  .mkt-flow {
    flex-direction: column;
    align-items: stretch;
  }

  .mkt-flow__step:not(:last-child)::after {
    content: "↓";
    display: block;
    margin-top: 0.35rem;
    text-align: center;
    font-family: Merriweather, Georgia, serif;
    font-weight: 700;
    color: var(--mkt-steel);
  }
}

/* Signals grid */
.mkt-signals {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.75rem;
  border-top: 1px solid var(--mkt-border);
  border-bottom: 1px solid var(--mkt-border);
}

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

.mkt-signal {
  min-width: 0;
  padding: 1.15rem 1rem;
}

.mkt-signal + .mkt-signal {
  border-left: 1px solid var(--mkt-border);
}

.mkt-signal__title {
  margin: 0 0 0.4rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--mkt-navy);
}

.mkt-signal__text {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--mkt-muted);
}

@media (max-width: 1024px) {
  .mkt-signals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mkt-signals--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mkt-signal:nth-child(4) {
    border-left: none;
  }

  .mkt-signals--four .mkt-signal:nth-child(3),
  .mkt-signals--four .mkt-signal:nth-child(4) {
    border-top: 1px solid var(--mkt-border);
  }

  .mkt-signals--four .mkt-signal:nth-child(3) {
    border-left: none;
  }
}

@media (max-width: 640px) {
  .mkt-signals,
  .mkt-signals--four {
    grid-template-columns: 1fr;
  }

  .mkt-signal + .mkt-signal {
    border-left: none;
    border-top: 1px solid var(--mkt-border);
  }
}

/* Decisions */
.mkt-decisions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.35rem;
  border-top: 1px solid var(--mkt-border);
  border-bottom: 1px solid var(--mkt-border);
}

.mkt-decision {
  min-width: 0;
  padding: 1.1rem 1rem;
}

.mkt-decision + .mkt-decision {
  border-left: 1px solid var(--mkt-border);
}

.mkt-decision__title {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mkt-navy);
}

.mkt-decision__text {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--mkt-muted);
}

.mkt-decision__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.55rem;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--mkt-steel);
  text-decoration: none;
}

.mkt-decision__link:hover,
.mkt-decision__link:focus-visible {
  color: var(--mkt-navy);
  text-decoration: underline;
}

@media (max-width: 900px) {
  .mkt-decisions {
    grid-template-columns: 1fr 1fr;
  }

  .mkt-decision:nth-child(3) {
    border-left: none;
    border-top: 1px solid var(--mkt-border);
  }

  .mkt-decision:nth-child(4) {
    border-top: 1px solid var(--mkt-border);
  }
}

@media (max-width: 520px) {
  .mkt-decisions {
    grid-template-columns: 1fr;
  }

  .mkt-decision + .mkt-decision {
    border-left: none;
    border-top: 1px solid var(--mkt-border);
  }
}

/* Method steps */
.mkt-method-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: mkt-method;
}

.mkt-method-step {
  counter-increment: mkt-method;
  padding: 1rem 0.9rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.85rem;
}

.mkt-method-step::before {
  content: counter(mkt-method, decimal-leading-zero);
  display: block;
  margin-bottom: 0.45rem;
  font-family: Merriweather, Georgia, serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(105, 209, 183, 0.7);
}

.mkt-method-step span {
  font-size: 0.85rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
}

.mkt-link {
  display: inline-flex;
  margin-top: 1.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #69d1b7;
  text-decoration: none;
}

.mkt-link:hover,
.mkt-link:focus-visible {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .mkt-method-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .mkt-method-steps {
    grid-template-columns: 1fr;
  }
}

/* Guides editorial grid */
.mkt-guides {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.5rem;
  border: 1px solid var(--mkt-border);
  border-radius: 0.85rem;
  overflow: hidden;
  background: #fff;
}

.mkt-guide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-width: 0;
  padding: 1rem 1.15rem;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.mkt-guide:nth-child(odd) {
  border-right: 1px solid var(--mkt-border);
}

.mkt-guide:nth-child(-n + 4) {
  border-bottom: 1px solid var(--mkt-border);
}

.mkt-guide:hover,
.mkt-guide:focus-visible {
  background: rgba(31, 53, 117, 0.04);
}

.mkt-guide:focus-visible {
  outline: 2px solid #69d1b7;
  outline-offset: -2px;
}

.mkt-guide__title {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--mkt-navy);
}

.mkt-guide__arrow {
  flex-shrink: 0;
  font-size: 1rem;
  color: var(--mkt-steel);
}

@media (max-width: 640px) {
  .mkt-guides {
    grid-template-columns: 1fr;
  }

  .mkt-guide:nth-child(odd) {
    border-right: none;
  }

  .mkt-guide + .mkt-guide {
    border-top: 1px solid var(--mkt-border);
  }

  .mkt-guide:nth-child(-n + 4) {
    border-bottom: none;
  }
}

/* CTA */
.mkt-cta {
  padding-block: clamp(2.75rem, 5vw, 4.5rem);
  background: var(--mkt-soft);
}

.mkt-cta__box {
  display: grid;
  gap: 1.5rem;
  padding: 1.75rem 1.35rem;
  background: #fff;
  border: 1px solid var(--mkt-border);
  border-radius: 1rem;
  box-shadow: 0 10px 32px rgba(31, 53, 117, 0.07);
}

@media (min-width: 900px) {
  .mkt-cta__box {
    grid-template-columns: 1.3fr 0.9fr;
    align-items: center;
    padding: 2rem;
    gap: 2rem;
  }
}

.mkt-cta__title {
  margin: 0;
  font-family: Merriweather, Georgia, serif;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--mkt-navy);
}

.mkt-cta__text {
  margin: 0.75rem 0 0;
  max-width: 48ch;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--mkt-muted);
}

.mkt-cta__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mkt-steel);
}

.mkt-cta__buy {
  min-width: 0;
}

.mkt-cta__buy-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.25rem 1.15rem;
  background: var(--mkt-soft);
  border: 1px solid var(--mkt-border);
  border-radius: 0.85rem;
}

.mkt-cta__buy-card .mkt-btn--primary {
  color: #fff;
  background: var(--mkt-green-success);
  box-shadow: 0 8px 20px rgba(46, 159, 126, 0.2);
}

.mkt-cta__buy-card .mkt-btn--primary:hover {
  background: #268a6d;
}

.mkt-cta__price-block {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.mkt-cta__price {
  margin: 0;
  font-family: Merriweather, Georgia, serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--mkt-navy);
}

.mkt-cta__price-note {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mkt-steel);
}

.mkt-cta__delivery {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--mkt-muted);
}

.mkt-cta__mp {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0.15rem 0 0;
  font-size: 0.75rem;
  color: var(--mkt-muted);
}

.mkt-cta__mp img {
  height: 2rem;
  width: auto;
}

.mkt-faq.faq-section {
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}

.mkt-faq .faq-intro__title {
  max-width: 14ch;
}

@media (max-width: 960px) {
  .mkt-hero__layout {
    grid-template-columns: 1fr;
  }

  .mkt-hero__title {
    max-width: none;
  }

  .mkt-panel {
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 560px) {
  .mkt-hero__actions {
    flex-direction: column;
  }

  .mkt-cta__buy-card .mkt-btn {
    width: 100%;
  }

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

@media (prefers-reduced-motion: reduce) {
  .mkt-motion .mkt-reveal,
  .mkt-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
