/* Landing SEO — Comprar departamento para alquilar en Mendoza */

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

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

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

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

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

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

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

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

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

.rent-breadcrumbs__sep { color: #94a3b8; }
.rent-breadcrumbs__current { color: var(--rent-text); }

/* Hero */
.rent-hero {
  padding: 1.35rem 0 2.75rem;
  background:
    linear-gradient(135deg, rgba(31, 53, 117, 0.05) 0%, transparent 42%),
    linear-gradient(320deg, rgba(47, 164, 134, 0.07) 0%, transparent 40%),
    linear-gradient(180deg, #f2f5fa 0%, #fff 100%);
}

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

.rent-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.88fr);
  align-items: center;
  gap: clamp(2rem, 4.5vw, 4.5rem);
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Decision panel — vertical process */
.rent-decision-panel {
  overflow: hidden;
  width: 100%;
  max-width: 26rem;
  justify-self: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(31, 53, 117, 0.14);
  border-radius: 1rem;
  box-shadow: 0 18px 48px rgba(31, 53, 117, 0.1);
}

.rent-decision-panel__header {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.85rem 1rem;
  background: rgba(31, 53, 117, 0.04);
  border-bottom: 1px solid var(--rent-border);
  text-align: center;
}

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

.rent-decision-panel__header strong {
  font-size: 0.9rem;
  color: var(--rent-navy);
}

.rent-flow {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0;
  padding: 0.85rem 1rem 0.35rem;
  list-style: none;
  text-align: center;
}

.rent-flow__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  position: relative;
  padding: 0.55rem 0.75rem;
  border-radius: 0.65rem;
}

.rent-flow__step:not(:last-child) {
  margin-bottom: 0.65rem;
}

.rent-flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  width: 2px;
  height: 0.5rem;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(31, 53, 117, 0.28), rgba(47, 164, 134, 0.45));
  border-radius: 1px;
}

.rent-flow__step--analysis {
  background: rgba(31, 53, 117, 0.04);
  border: 1px solid rgba(31, 53, 117, 0.1);
}

.rent-flow__step--decision {
  background: rgba(47, 164, 134, 0.08);
  border: 1px solid rgba(47, 164, 134, 0.18);
}

.rent-flow__result {
  margin: 0.15rem 1rem 0.85rem;
  padding: 0.75rem 0.9rem;
  text-align: center;
  background: rgba(47, 164, 134, 0.1);
  border: 1px solid rgba(47, 164, 134, 0.2);
  border-radius: 0.65rem;
}

.rent-flow__result-label {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1f7a66;
}

.rent-flow__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: var(--rent-navy);
  background: rgba(31, 53, 117, 0.08);
  border-radius: 0.5rem;
}

.rent-flow__step--decision .rent-flow__icon {
  color: #1f7a66;
  background: rgba(47, 164, 134, 0.16);
}

.rent-flow__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--rent-navy);
  line-height: 1.3;
}

.rent-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3rem;
  width: 100%;
  margin: 0;
  padding: 0 0 0.1rem;
  list-style: none;
}

.rent-chips li {
  padding: 0.2rem 0.45rem;
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--rent-steel);
  background: #fff;
  border: 1px solid rgba(25, 80, 122, 0.18);
  border-radius: 999px;
  white-space: nowrap;
}

.rent-decision-panel__footer {
  padding: 0.7rem 1rem;
  border-top: 1px solid var(--rent-border);
  background: rgba(31, 53, 117, 0.035);
  font-size: 0.68rem;
  line-height: 1.45;
  color: var(--rent-muted);
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rent-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) {
  .rent-answer__layout { grid-template-columns: 1fr; }
}

/* Seven variables — 4 + 3 editorial grid */
.rent-criteria {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.75rem;
  border-top: 1px solid var(--rent-border);
}

.rent-criterion {
  min-width: 0;
  padding: 1.15rem 1rem;
  border-bottom: 1px solid var(--rent-border);
}

.rent-criterion:not(:nth-child(4n + 1)) {
  border-left: 1px solid var(--rent-border);
}

.rent-criterion:nth-child(n + 5):not(:nth-child(5)) {
  border-left: 1px solid var(--rent-border);
}

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

.rent-criterion__title {
  margin: 0.7rem 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--rent-navy);
}

.rent-criterion__text {
  margin: 0;
  max-width: 34ch;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--rent-muted);
}

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

  .rent-criterion:not(:nth-child(4n + 1)),
  .rent-criterion:nth-child(n + 5):not(:nth-child(5)) {
    border-left: none;
  }

  .rent-criterion:nth-child(even) { border-left: 1px solid var(--rent-border); }
}

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

  .rent-criterion:nth-child(even) { border-left: none; }

  .rent-criterion__text { max-width: none; }
}

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

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

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

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

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

.rent-split__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
}

.rent-split__col--positive .rent-split__title { color: #1f7a66; }

.rent-split__col--positive .rent-split__icon {
  color: #1f7a66;
  background: rgba(47, 164, 134, 0.14);
}

.rent-split__col--caution .rent-split__title { color: var(--rent-steel); }

.rent-split__col--caution .rent-split__icon {
  color: var(--rent-amber);
  background: rgba(180, 83, 9, 0.1);
}

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

.rent-split__list li + li { margin-top: 0.35rem; }

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

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

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

/* Strategies — compact horizontal strip */
.rent-strategies {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.35rem;
  border-top: 1px solid var(--rent-border);
  border-bottom: 1px solid var(--rent-border);
}

.rent-strategy {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  min-width: 0;
  padding: 1rem 0.9rem;
}

.rent-strategy + .rent-strategy {
  border-left: 1px solid var(--rent-border);
}

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

.rent-strategy__title {
  margin: 0 0 0.25rem;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--rent-navy);
}

.rent-strategy__text {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.45;
  color: var(--rent-muted);
}

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

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

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

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

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

/* Example A/B */
.rent-example {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 1rem;
  margin-top: 1.5rem;
}

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

.rent-example__col:first-child {
  border-top: 3px solid var(--rent-mint);
}

.rent-example__col:last-child {
  border-top: 3px solid var(--rent-steel);
}

.rent-example__eyebrow {
  margin: 0 0 0.3rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rent-muted);
}

.rent-example__label {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--rent-navy);
}

.rent-example__col ul {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--rent-muted);
}

.rent-example__col li + li { margin-top: 0.3rem; }

.rent-example__versus {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 0;
  padding: 0.55rem 0.65rem;
  max-width: 7.5rem;
  text-align: center;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.35;
  color: var(--rent-navy);
  background: rgba(31, 53, 117, 0.06);
  border: 1px dashed rgba(31, 53, 117, 0.22);
  border-radius: 0.65rem;
}

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

  .rent-example__versus {
    max-width: none;
    order: 0;
  }

  .rent-example__col:first-child { order: -1; }
}

/* Bridge */
.rent-bridge {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  align-items: center;
  gap: 1.5rem;
  padding: 0.25rem 0;
}

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

/* Demand 2×2 + report */
.rent-demand {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.7fr);
  gap: 1.25rem 1.75rem;
  align-items: stretch;
  margin-top: 1.5rem;
}

.rent-demand__signals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.rent-signal {
  padding: 0.95rem 0.95rem;
  background: var(--rent-soft);
  border: 1px solid var(--rent-border);
  border-radius: 0.75rem;
}

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

.rent-signal__title {
  margin: 0.55rem 0 0.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--rent-navy);
}

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

.rent-report-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 1.15rem;
  background: linear-gradient(160deg, rgba(31, 53, 117, 0.05), rgba(47, 164, 134, 0.06));
  border: 1px dashed rgba(31, 53, 117, 0.22);
  border-radius: 0.85rem;
}

.rent-report-card__badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.3rem 0.65rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--rent-steel);
  background: rgba(25, 80, 122, 0.08);
  border-radius: 999px;
}

.rent-report-card__text {
  margin: 0.75rem 0 1rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--rent-muted);
}

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

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

/* Horizon timeline */
.rent-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.rent-timeline::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(31, 53, 117, 0.2) 0%,
    rgba(47, 164, 134, 0.55) 55%,
    rgba(47, 164, 134, 0.85) 100%
  );
}

.rent-timeline__item {
  position: relative;
  padding: 0 0.85rem 0.25rem;
  text-align: center;
}

.rent-timeline__marker {
  display: block;
  width: 0.85rem;
  height: 0.85rem;
  margin: 0.2rem auto 0.85rem;
  background: #fff;
  border: 2px solid var(--rent-navy);
  border-radius: 999px;
  position: relative;
  z-index: 1;
}

.rent-timeline__item:nth-child(1) .rent-timeline__marker {
  width: 0.7rem;
  height: 0.7rem;
  border-color: var(--rent-steel);
}

.rent-timeline__item:nth-child(2) .rent-timeline__marker {
  width: 0.9rem;
  height: 0.9rem;
  border-color: var(--rent-mint);
}

.rent-timeline__item:nth-child(3) .rent-timeline__marker {
  width: 1.1rem;
  height: 1.1rem;
  background: rgba(47, 164, 134, 0.15);
  border-color: var(--rent-mint);
}

.rent-timeline__title {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rent-navy);
}

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

@media (max-width: 800px) {
  .rent-timeline {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 1.25rem;
  }

  .rent-timeline::before {
    top: 0.4rem;
    bottom: 0.4rem;
    left: 0.35rem;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(
      180deg,
      rgba(31, 53, 117, 0.2) 0%,
      rgba(47, 164, 134, 0.55) 55%,
      rgba(47, 164, 134, 0.85) 100%
    );
  }

  .rent-timeline__item {
    text-align: left;
    padding: 0 0 1.15rem 1rem;
  }

  .rent-timeline__marker {
    position: absolute;
    left: -1.05rem;
    top: 0.15rem;
    margin: 0;
  }
}

/* Checklist box */
.rent-checklist-box {
  margin-top: 1.25rem;
  max-width: 52rem;
  padding: 1.25rem 1.2rem;
  background: var(--rent-soft);
  border: 1px solid var(--rent-border);
  border-radius: 0.9rem;
}

.rent-checklist-box__heading {
  margin: 0 0 0.9rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--rent-steel);
}

.rent-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rent-checklist li {
  position: relative;
  padding-left: 1.7rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--rent-text);
}

.rent-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 0.95rem;
  height: 0.95rem;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232fa486' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

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

/* Method */
.rent-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;
}

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

.rent-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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 960px) {
  .rent-hero__layout { grid-template-columns: 1fr; }
  .rent-hero__title { max-width: none; }
  .rent-decision-panel {
    max-width: none;
    justify-self: stretch;
  }
}

/* Vacancy path */
.rent-vacancy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.35rem;
  max-width: 22rem;
}

.rent-vacancy__item {
  width: 100%;
  padding: 0.7rem 0.95rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: var(--rent-navy);
  background: var(--rent-soft);
  border: 1px solid var(--rent-border);
  border-radius: 0.65rem;
}

.rent-vacancy__item--mid {
  background: rgba(25, 80, 122, 0.06);
  border-style: dashed;
}

.rent-vacancy__op {
  display: block;
  line-height: 1;
  font-family: Merriweather, Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--rent-steel);
}

/* Typology chips */
.rent-types {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.rent-types li {
  padding: 0.45rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--rent-navy);
  background: #fff;
  border: 1px solid var(--rent-border);
  border-radius: 0.55rem;
}

/* Live reference chip */
.rent-ref {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.55rem;
  margin-top: 1rem;
  padding: 0.65rem 0.9rem;
  font-size: 0.82rem;
  color: var(--rent-muted);
  background: rgba(31, 53, 117, 0.04);
  border: 1px solid rgba(31, 53, 117, 0.12);
  border-radius: 0.65rem;
}

.rent-ref strong {
  font-family: Merriweather, Georgia, serif;
  font-size: 1.05rem;
  color: var(--rent-navy);
}

/* Demand signals */
.rent-demand {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.rent-demand li {
  padding: 0.45rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--rent-steel);
  background: var(--rent-soft);
  border: 1px solid var(--rent-border);
  border-radius: 999px;
}

/* Pros list for professional block */
.rent-pros {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.rent-pros li {
  padding: 0.4rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--rent-navy);
  background: #fff;
  border: 1px solid var(--rent-border);
  border-radius: 0.5rem;
}

.rent-checklist {
  grid-template-columns: 1fr 1fr;
}

.rent-checklist li {
  counter-increment: rent-check;
}

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

@media (max-width: 560px) {
  .rent-hero__actions { flex-direction: column; }
  .rent-cta__buy-card .rent-btn { width: 100%; }

  .rent-btn { width: 100%; }
  .rent-chips { gap: 0.25rem; }
  .rent-chips li {
    font-size: 0.6rem;
    padding: 0.18rem 0.4rem;
  }
}

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