/* ============================================================
   Appliance Rentals — Refrigerators page (Figma rebrand)
   Reuses arw-* (W&D) and shared components; page classes: arf-*.
   ============================================================ */
@import url("rebrand-washer-dryer-rentals.css");

.ara-how .ar-how-desc {
  max-width: 551px;
}

.arf-hero-media .arw-chip-delivery {
  right: -20px;
}
.arf-hero-media .arw-chip-repairs {
  left: -40px;
}
.arf-hero-media .arw-chip-save {
  right: -40px;
}

/* ---------- 4-row comparison grid ---------- */
.arf-compare .ar-section-title {
  max-width: 644px;
  margin-left: auto;
  margin-right: auto;
}
.arf-compare .ar-compare-sub {
  max-width: 715px;
}
.arf-compare-table {
  position: relative;
  display: grid;
  grid-template-columns: 354px 300px;
  justify-content: center;
  column-gap: 40px;
  margin-top: 40px;
}
.arf-compare-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
}
.arf-compare-themtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #acb5b5;
}
.arf-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 103px;
  padding: 16px 26px;
  font-size: 22px;
  line-height: 30px;
  color: #242424;
}
.arf-compare .ar-compare-prompt {
  margin-top: 49px;
}
.arf-cell-us {
  font-weight: 700;
  color: var(--ar-purple);
}

.arf-cell-them {
  padding: 16px 44px;
}

.arf-stripe {
  grid-column: 1 / -1;
  margin: 0 -28px;
  height: 97px;
  align-self: center;
  background: var(--ar-mint-2);
  border-radius: 40px;
}
.arf-cell,
.arf-compare-head {
  position: relative;
  z-index: 1;
}
.arf-compare-outline {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 347px);
  width: 354px;
  border: 3px solid var(--ar-purple);
  border-radius: 30px;
  pointer-events: none;
}

/* ---------- responsive ---------- */
@media (max-width: 1440px) {
  .arf-hero-media .arw-chip-delivery {
    right: -12px;
  }
  .arf-hero-media .arw-chip-repairs {
    left: -12px;
  }
  .arf-hero-media .arw-chip-save {
    right: -12px;
  }
}

@media (max-width: 767px) {
  .arf-compare .ar-compare-sub {
    max-width: 352px;
  }

  .arf-hero-media .arw-chip-delivery {
    top: 7.5%;
    right: -10px;
  }
  .arf-hero-media .arw-chip-credit {
    top: 22.5%;
    left: -10px;
  }
  .arf-hero-media .arw-chip-repairs {
    top: 48%;
    left: -10px;
    right: auto;
  }
  .arf-hero-media .arw-chip-save {
    top: 65.5%;
    right: -10px;
  }
  .arf-hero-media .arw-chip-upfront {
    top: 82.6%;
    left: -10px;
  }
  .arf-compare-table {
    grid-template-columns: 172px minmax(0, 1fr);
    column-gap: 10px;
    padding: 0 16px 16px 22px;
    margin-top: 27px;
  }
  .arf-compare-head {
    min-height: 70px;
  }
  .arf-compare-head-us img {
    width: 86px;
    height: 50px;
  }
  .arf-compare-themtitle {
    font-size: 18px;
    line-height: 21px;
  }
  .arf-cell {
    min-height: 96px;
    padding: 12px 8px;
    font-size: 16px;
    line-height: 22px;
  }
  .arf-stripe {
    margin: 0 -18px 0 -12px;
    height: auto;
    align-self: stretch;
  }
  .arf-compare-outline {
    left: 22px;
    width: 180px;
  }
}
