/* Landing SEO — Cuánto vale una propiedad en Mendoza */

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

.value-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

  .value-page .faq-section__inner.value-container {
    width: min(calc(100% - 3rem), 80rem);
  }
}

/* ——— Breadcrumbs ——— */
.value-breadcrumbs {
  padding: 0 0 0.5rem;
}

.value-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(--value-muted);
}

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

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

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

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

/* ——— Hero ——— */
.value-hero {
  padding: 1.35rem 0 2.75rem;
  background:
    radial-gradient(circle at 88% 8%, rgba(47, 164, 134, 0.08), transparent 38%),
    radial-gradient(circle at 8% 20%, rgba(31, 53, 117, 0.06), transparent 42%),
    linear-gradient(180deg, #f3f6fb 0%, #ffffff 100%);
}

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

.value-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 5rem);
  width: 100%;
}

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

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

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

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

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

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

.value-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;
}

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

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

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

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

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

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

/* ——— Process panel ——— */
.value-process-panel {
  overflow: hidden;
  width: 100%;
  min-width: 0;
  max-width: 34rem;
  justify-self: end;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(31, 53, 117, 0.14);
  border-radius: 1rem;
  box-shadow: 0 22px 60px rgba(31, 53, 117, 0.1);
}

.value-process-panel__header {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem 1.15rem;
  background: rgba(31, 53, 117, 0.035);
  border-bottom: 1px solid var(--value-border);
}

.value-process-panel__header span {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--value-muted);
}

.value-process-panel__header strong {
  font-size: 0.95rem;
  color: var(--value-navy);
}

.value-process-panel__factors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.value-process-panel__factor {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.95rem 1rem;
  border-bottom: 1px solid var(--value-border);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--value-navy);
}

.value-process-panel__factor:nth-child(odd) {
  border-right: 1px solid var(--value-border);
}

.value-process-panel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--value-steel);
  background: rgba(25, 80, 122, 0.07);
  border-radius: 0.55rem;
}

.value-process-panel__flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.35rem;
  margin: 0;
  padding: 1rem 1rem 0.35rem;
  list-style: none;
  counter-reset: flow-step;
}

.value-process-panel__flow li {
  counter-increment: flow-step;
  position: relative;
  padding: 0.55rem 0.35rem 0.55rem;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--value-steel);
}

.value-process-panel__flow li::before {
  content: counter(flow-step);
  display: block;
  margin: 0 auto 0.35rem;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  font-size: 0.7rem;
  color: #fff;
  background: var(--value-navy);
  border-radius: 999px;
}

.value-process-panel__result {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.5rem 1rem 1rem;
  padding: 0.95rem 1rem;
  background: rgba(47, 164, 134, 0.08);
  border: 1px solid rgba(47, 164, 134, 0.2);
  border-radius: 0.85rem;
}

.value-process-panel__result-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--value-mint);
  background: rgba(47, 164, 134, 0.12);
  border-radius: 0.65rem;
}

.value-process-panel__result-label {
  margin: 0;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--value-muted);
}

.value-process-panel__result-value {
  margin: 0.2rem 0 0;
  font-family: Merriweather, Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--value-navy);
}

.value-process-panel__footer {
  padding: 0.85rem 1.15rem;
  border-top: 1px solid var(--value-border);
  background: rgba(31, 53, 117, 0.035);
  font-size: 0.7rem;
  color: var(--value-muted);
}

/* ——— Reveal ——— */
.value-motion .value-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

/* ——— Sections ——— */
.value-section {
  padding: 3.1rem 0;
}

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

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

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

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

.value-section__title {
  margin: 0;
  max-width: 22ch;
  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(--value-navy);
}

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

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

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

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

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

.value-answer__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.45fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 4.5rem);
  width: 100%;
}

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

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

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

/* ——— Factors ——— */
.value-factors {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin-top: 1.75rem;
  border-top: 1px solid var(--value-border);
  border-bottom: 1px solid var(--value-border);
}

.value-factor {
  min-width: 0;
  padding: 1.35rem 1.15rem;
}

.value-factor + .value-factor {
  border-left: 1px solid var(--value-border);
}

.value-factor__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--value-steel);
  background: rgba(25, 80, 122, 0.06);
  border-radius: 0.65rem;
}

.value-factor__title {
  margin: 0.75rem 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--value-navy);
}

.value-factor__text {
  margin: 0;
  max-width: 28ch;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--value-muted);
}

@media (max-width: 1099px) {
  .value-factors {
    grid-template-columns: 1fr 1fr;
  }

  .value-factor:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--value-border);
  }

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

@media (max-width: 620px) {
  .value-factors {
    grid-template-columns: 1fr;
  }

  .value-factor + .value-factor,
  .value-factor:nth-child(3),
  .value-factor:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--value-border);
  }

  .value-factor__text {
    max-width: none;
  }
}

/* ——— Steps ——— */
.value-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: value-step;
}

.value-step {
  counter-increment: value-step;
  min-width: 0;
  padding-top: 0.35rem;
  border-top: 2px solid rgba(31, 53, 117, 0.18);
}

.value-step::before {
  content: counter(value-step, decimal-leading-zero);
  display: block;
  margin: 0.8rem 0 0.5rem;
  font-family: Merriweather, Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(31, 53, 117, 0.35);
}

.value-step__title {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--value-navy);
}

@media (max-width: 1024px) {
  .value-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .value-steps {
    grid-template-columns: 1fr;
  }
}

/* ——— Example ——— */
.value-example {
  max-width: 40rem;
  padding: 1.35rem 1.25rem;
  background: #fff;
  border-left: 3px solid var(--value-mint);
  border-radius: 0 0.75rem 0.75rem 0;
}

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

.value-example__facts {
  margin: 0;
  display: grid;
  gap: 0.7rem;
}

.value-example__facts div {
  display: grid;
  gap: 0.15rem;
}

.value-example__facts dt {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--value-muted);
}

.value-example__facts dd {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--value-navy);
}

.value-example__adjust {
  margin: 1rem 0 0;
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--value-text);
}

.value-example__note {
  margin: 0.75rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid var(--value-border);
  font-size: 0.75rem;
  color: var(--value-muted);
}

/* ——— Compare ——— */
.value-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 1.75rem 0 0;
  border-top: 1px solid var(--value-border);
}

.value-compare__col {
  padding: 1.25rem 0;
}

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

.value-compare__col:last-child {
  padding-left: 1.75rem;
}

.value-compare__title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--value-navy);
}

.value-compare__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: var(--value-steel);
  background: rgba(25, 80, 122, 0.07);
  border-radius: 0.5rem;
}

.value-compare__list {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--value-muted);
}

.value-compare__list li + li {
  margin-top: 0.35rem;
}

.value-compare__close {
  margin: 1.35rem 0 0;
  max-width: 48rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--value-text);
  font-weight: 500;
}

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

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

  .value-compare__col + .value-compare__col {
    border-top: 1px solid var(--value-border);
  }
}

/* ——— Signals ——— */
.value-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.value-signal {
  padding: 1.15rem 1rem;
  border-radius: 0.85rem;
  border: 1px solid var(--value-border);
  background: #fff;
}

.value-signal--high {
  border-top: 3px solid #b91c1c;
}

.value-signal--aligned {
  border-top: 3px solid var(--value-steel);
}

.value-signal--low {
  border-top: 3px solid #2e7d32;
}

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

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

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

/* ——— Types ——— */
.value-types__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.value-types__list li {
  padding: 0.4rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--value-steel);
  background: rgba(25, 80, 122, 0.06);
  border: 1px solid rgba(25, 80, 122, 0.1);
  border-radius: 999px;
}

.value-types__note {
  margin: 1rem 0 0;
  max-width: 48rem;
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--value-muted);
}

/* ——— Profiles ——— */
.value-profiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin-top: 1.75rem;
  border-top: 1px solid var(--value-border);
  border-bottom: 1px solid var(--value-border);
}

.value-profile {
  min-width: 0;
  padding: 1.25rem 1.1rem;
}

.value-profile + .value-profile {
  border-left: 1px solid var(--value-border);
}

.value-profile__title {
  margin: 0 0 0.4rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--value-navy);
}

.value-profile__text {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--value-muted);
}

@media (max-width: 1099px) {
  .value-profiles {
    grid-template-columns: 1fr 1fr;
  }

  .value-profile:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--value-border);
  }

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

@media (max-width: 620px) {
  .value-profiles {
    grid-template-columns: 1fr;
  }

  .value-profile + .value-profile,
  .value-profile:nth-child(3),
  .value-profile:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--value-border);
  }
}

/* ——— Bridge ——— */
.value-bridge {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--value-border);
  border-bottom: 1px solid var(--value-border);
}

@media (max-width: 760px) {
  .value-bridge {
    grid-template-columns: 1fr;
  }
}

/* ——— Method ——— */
.value-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: method-step;
}

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

.value-method-step::before {
  content: counter(method-step, 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);
}

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

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

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

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

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

/* ——— CTA ——— */
.value-cta {
  padding: 3.25rem 0;
  background: var(--value-soft);
}

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

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

.value-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(--value-navy);
}

.value-cta__text {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--value-muted);
}

.value-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(--value-steel);
}

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

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

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

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

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

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

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

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

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

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

/* ——— FAQ ——— */
.value-faq.faq-section {
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}

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

/* ——— Responsive hero ——— */
@media (max-width: 960px) {
  .value-hero__layout {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 560px) {
  .value-process-panel__flow {
    grid-template-columns: 1fr 1fr;
  }

  .value-hero__actions {
    flex-direction: column;
  }

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

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

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