/* ============================================================
   Appliance Rentals — Homepage (Figma rebrand 2026-07)
   Desktop reference frame: 1920px, mobile reference: 390px
   ============================================================ */

:root {
  --ar-navy: #191f3a;
  --ar-purple: #2a085d;
  --ar-teal: #006d86;
  --ar-green: #5fc463;
  --ar-mint: #f1f8f3;
  --ar-mint-2: #f2f8f3;
  --ar-border: #e1e1e3;
  --ar-ink: #2a2a2a;

  --ar-gutter: max(20px, calc((100% - 1600px) / 2));
}

.page-content {
  font-family: "Rubik", sans-serif;
  color: var(--ar-ink);
  overflow-x: clip;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.page-content a,
.page-content span,
.page-content button,
.page-content input,
.page-content textarea,
.page-content select {
  font-family: "Rubik", sans-serif;
}
.page-content section {
  position: relative;
}
.page-content :where(h1, h2, p) {
  margin: 0;
}

/* ---------- swiper core (minimal, library JS ships globally) ---------- */
.page-content .swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.page-content .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: content-box;
  transition-property: transform;
}
.page-content .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}

/* ---------- shared ---------- */
@media (max-width: 767px) {
  .ar-br-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .ar-br-mobile,
  .ar-only-mobile {
    display: none !important;
  }
  .page-content .ar-mobile-swiper {
    overflow: visible;
  }
  .page-content .ar-mobile-swiper .swiper-wrapper {
    display: block;
  }
}
@media (max-width: 767px) {
  .ar-only-desktop {
    display: none !important;
  }
}

.ar-section-title {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 45px;
  color: var(--ar-ink);
  text-align: center;
}
.ar-section-title.ar-left {
  text-align: left;
}

.ar-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  background: var(--ar-green);
  border-radius: 20px 20px 20px 0;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
}

.ar-cityform {
  position: relative;
  width: 580px;
  max-width: 100%;
  height: 61px;
}
.ar-cityform input {
  width: 100%;
  height: 61px;
  border: 1.11px solid var(--ar-border);
  border-radius: 63px;
  background: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
  padding: 0 210px 0 21px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #262626;
  outline: none;
}
.ar-cityform input::placeholder {
  color: #262626;
  opacity: 1;
}
.page-content input::placeholder,
.page-content textarea::placeholder {
  color: #262626;
  opacity: 1;
}
.ar-cityform button {
  position: absolute;
  top: 0;
  right: -2px;
  width: 195px;
  height: 61px;
  border: none;
  border-radius: 63px;
  background: var(--ar-teal);
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
}
.page-content .ar-cityform button:focus {
  background-color: var(--ar-teal);
}
.page-content .ar-cityform button:hover {
  background-color: #005a6f;
}

.ar-benefits {
  display: flex;
  align-items: center;
  gap: 45px;
}
.ar-benefit {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  white-space: nowrap;
}
.ar-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  flex: none;
}
.ar-benefits-light .ar-benefit {
  color: #fff;
}
.ar-benefits-light .ar-benefit-icon {
  background: #fff;
  color: var(--ar-purple);
}
.ar-benefits-dark .ar-benefit {
  color: var(--ar-purple);
}
.ar-benefits-dark .ar-benefit-icon {
  background: var(--ar-purple);
  color: #fff;
}

/* ---------- shared rebrand components (buttons, checklists) ---------- */
.page-content a.ara-cta-btn {
  display: inline-block;
  margin-top: 44px;
  padding: 18px 40px;
  background: var(--ar-teal);
  border-radius: 65px;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}
.page-content a.ara-cta-btn:hover {
  background: #005a6f;
}
.ara-checklist {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  max-width: 480px;
}
.ara-checklist li {
  position: relative;
  padding-left: 29px;
  margin-top: 14px;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #242424;
}
.ara-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 17px;

  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 17" fill="none"><path d="M2.5 7.23684L8.02632 12.7632L17.5 2.5" stroke="%23006D86" stroke-width="5" stroke-linecap="round"/></svg>') no-repeat center / contain;
}

/* the theme reset paints #c36 on button hover/focus; neutralize it and
   let each button class re-assert its own colors below */
.page-content button:hover,
.page-content button:focus,
.page-content [type="button"]:hover,
.page-content [type="button"]:focus,
.page-content [type="submit"]:hover,
.page-content [type="submit"]:focus {
  background-color: transparent;
}
.page-content a.ara-cta-btn,
.page-content .ar-cityform button,
.page-content .arc-submit,
.page-content .ar-product-cta,
.page-content .arfr-cta,
.page-content .args-cta,
.page-content .args-select-btn {
  transition: all 0.3s;
}
.page-content .arc-submit:focus {
  background-color: var(--ar-teal);
}
.page-content .arc-submit:hover {
  background-color: #005a6f;
}

/* ---------- shared: photo chips (hero photos on home/wd/fridge) ---------- */
.arw-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 50px;

  padding: 0 14px 0 8px;
  border-radius: 80px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
}
.arw-chip-green {
  background: var(--ar-green);
  color: #fff;
  font-weight: 700;
}
.arw-chip-white {
  background: #fff;
  color: var(--ar-ink);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.arw-chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex: none;
}
.arw-chip-icon-teal {
  background: var(--ar-teal);
}
.arw-chip-icon-green {
  background: var(--ar-green);
}
.arw-chip-icon-navy {
  background: var(--ar-navy);
}
.arw-chip-delivery,
.arw-chip-upfront {
  padding: 0 8px 0 14px;
}

.ar-hero-media {
  position: relative;
}
@media (min-width: 768px) {
  .ar-hero-media .arw-chip {
    font-size: 3.236cqw;
    line-height: 1.2;
    height: 2.5em;
    gap: 0.6em;
    padding: 0 0.7em 0 0.4em;
    border-radius: 4em;
  }
  .ar-hero-media .arw-chip-delivery {
    padding: 0 0.4em 0 0.7em;
  }
  .ar-hero-media .arw-chip-icon {
    width: 2em;
    height: 2em;
  }
  .ar-hero-media .arw-chip-icon img {
    width: auto;
    height: 1.1em;
  }
  .ar-hero-media .arw-chip-delivery {
    top: 10.8%;
    right: 3.24cqw;
  }
  .ar-hero-media .arw-chip-repairs {
    top: 55.6%;
    left: -1.29cqw;
  }
  .ar-hero-media .arw-chip-save {
    top: 74.3%;
    right: 0;
  }
}

/* ---------- shared: leasing-options band (ara-how) ---------- */
.ara-how {
  margin-top: 120px;
}
.ara-how .ar-how-band {
  background: none;
}
.ara-how .ar-how-inner {
  position: relative;
  padding-top: 0;
}
.ara-how .ar-how-inner::before {
  content: "";
  position: absolute;
  top: 41px;
  bottom: 34px;
  left: -160px;
  right: -160px;
  background: var(--ar-mint);
  z-index: -1;
}
.ara-how .ar-how-content {
  padding: 92px 0 60px;
}
.ara-how-title {
  margin: 28px 0 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #242424;
}
.ara-how .ar-how-desc {
  color: #242424;
}

.ara-how .ar-how-media {
  margin: 0;
}
.ara-how .ar-how-media img {
  width: 715px;
  height: 715px;
}

/* ---------- shared: benefit cards ---------- */
.aru-benefit-cards {
  display: grid;
  grid-template-columns: repeat(3, 367px);
  gap: 40px;
  justify-content: center;
  margin-top: 60px;
}
.aru-benefit-card {
  background: #fff;
  border: 1px solid #e1e1e3;
  border-radius: 20px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.07);
  padding: 41px 28px 62px;
  text-align: left;
}
.aru-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ar-teal);
  color: #fff;
}
.aru-benefit-title {
  margin: 11px 0 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: var(--ar-ink);
}
.aru-benefit-text {
  margin: 7px 0 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #242424;
}
.aru-benefits-sub {
  margin: 10px auto 0;
  max-width: 790px;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  color: var(--ar-ink);
}

/* ---------- shared: red required asterisk overlay (built by homepage.js) ---------- */
.ar-ph-wrap {
  position: relative;
  display: block;
  flex: 1;
  min-width: 0;
}
.ar-ph {
  position: absolute;
  left: 17px;
  top: 30px;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 18px;
  color: #262626;
  pointer-events: none;
  white-space: nowrap;
}
.ar-ph em {
  font-style: normal;
  color: #fc5147;
}
.ar-ph-wrap input:not(:placeholder-shown) + .ar-ph {
  display: none;
}

/* ---------- hero ---------- */
.ar-hero {
  padding: 36px var(--ar-gutter) 0;
}
.ar-hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 614px;
  background-color: var(--ar-navy);
  background-image: url("../../images/homepage/hero-bg.webp");
  background-image: image-set(url("../../images/homepage/hero-bg.webp") 1x, url("../../images/homepage/hero-bg@2x.webp") 2x);
  background-size: cover;
  background-position: center;
  border-radius: 60px;
  padding: 38px 0;
}
.ar-hero-content {
  width: 580px;
  margin-left: 161px;
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ar-hero-title-accent {
  color: var(--ar-green);
}
.ar-hero-title {
  font-weight: 700;
  font-size: 62.7px;
  line-height: 69px;
  color: #fff;
  text-align: center;
  max-width: 520px;
}
.ar-hero-subtitle {
  margin-top: 12px;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  max-width: 563px;
}
.ar-hero-subtitle strong {
  font-weight: 700;
}
.ar-hero .ar-cityform {
  margin-top: 20px;
}
.ar-hero .ar-benefits {
  margin-top: 34px;
}
.ar-hero-media {
  margin-left: auto;

  margin-right: 85px;
  flex: none;
  width: 618px;
  container-type: inline-size;
}
.ar-hero-media picture img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---------- choose your appliance ---------- */
.ar-choose {
  padding: 80px var(--ar-gutter) 0;
}
.ar-choose .ar-section-title {
  margin-bottom: 30px;
}
.ar-choose-swiper {
  max-width: 1430px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-content .ar-choose-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
  }
}
.page-content a.ar-choose-card,
.page-content a.ar-choose-card:hover,
.page-content a.ar-area-card,
.page-content a.ar-area-card:hover,
.page-content a.ar-product-cta,
.page-content a.ar-product-cta:hover {
  text-decoration: none;
}
.page-content a.ar-choose-card {
  display: block;
  border: 1px solid var(--ar-border);
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 0.2s ease;
}
.ar-choose-card:hover {
  box-shadow: 0 8px 24px rgba(25, 31, 58, 0.1);
}
.ar-choose-imgbox {
  display: block;
  height: 222px;
}
.ar-choose-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ar-choose-body {
  display: block;
  padding: 18px 15px 24px;
}
.ar-choose-name {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  color: var(--ar-navy);
}
.ar-choose-desc {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.5px;
  color: #747474;
  min-height: 68px;
}
.ar-choose-price {
  display: block;
  margin-top: 14px;
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  color: var(--ar-teal);
}

/* ---------- how it works ---------- */
.ar-how {
  margin-top: 185px;
}
.ar-how-band {
  background: var(--ar-mint);
}
.ar-how-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 258px 0 240px;
}
.ar-how-content {
  padding: 84px 0 60px;
  max-width: 580px;
}
.ar-how-content .ar-section-title {
  margin-top: 23px;
}
.ar-how-desc {
  margin-top: 17px;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  color: var(--ar-ink);
  max-width: 558px;
}
.ar-how-desc-bold {
  font-weight: 700;
}
.ar-how-content .ar-cityform {
  margin-top: 34px;
}
.ar-how-media {
  flex: none;
  margin: -55px 0;
}
.ar-how-media img {
  display: block;
  width: 670px;
  height: 670px;
}

/* ---------- comparison ---------- */
.ar-compare {
  padding: 180px 0 0;
}
.ar-compare-card {
  position: relative;
  width: 791px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--ar-border);
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  padding: 54px 0 50px;
}
.ar-compare-pill {
  position: absolute;
  top: -25px;
  left: 90px;
}
.ar-compare-sub {
  margin: 16px auto 0;
  max-width: 715px;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: var(--ar-ink);
}
.ar-compare-table {
  position: relative;
  margin-top: 36px;
  height: 540px;
}
.ar-compare-rowbg {
  position: absolute;
  left: 21px;
  right: 20px;
  height: 140px;
  background: var(--ar-mint-2);
  border-radius: 40px;
}
.ar-compare-rowbg-1 {
  top: 88px;
}
.ar-compare-rowbg-3 {
  top: 366px;
}
.ar-compare-us {
  position: absolute;
  top: 0;
  left: 51px;
  width: 354px;
  height: 540px;
  border: 3px solid var(--ar-purple);
  border-radius: 30px;
  background: transparent;
  text-align: center;
}
.ar-compare-us img {
  margin-top: 32px;
  width: 279px;
  height: 27px;
}
.ar-compare-them {
  position: absolute;
  top: 0;
  left: 448px;
  width: 229px;
  text-align: center;
}
.ar-compare-themtitle {
  margin-top: 33px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #acb5b5;
}
.ar-compare-cell {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #242424;
}
.ar-compare-them .ar-compare-cell {
  position: absolute;
  left: 0;
  right: 0;
}
.ar-compare-them .ar-compare-cell:nth-of-type(2) {
  top: 116px;
}
.ar-compare-them .ar-compare-cell:nth-of-type(3) {
  top: 272px;
}
.ar-compare-them .ar-compare-cell:nth-of-type(4) {
  top: 415px;
}
.ar-compare-cell-us {
  font-weight: 700;
  color: var(--ar-purple);
}
.ar-compare-us .ar-compare-cell-us {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 254px;
}
.ar-compare-us .ar-compare-cell-us:nth-of-type(1) {
  top: 143px;
}
.ar-compare-us .ar-compare-cell-us:nth-of-type(2) {
  top: 276px;
}
.ar-compare-us .ar-compare-cell-us:nth-of-type(3) {
  top: 415px;
}
.ar-compare-prompt {
  margin-top: 44px;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  color: var(--ar-ink);
}
.ar-compare-card .ar-cityform {
  margin: 28px auto 0;
}

/* ---------- popular appliances ---------- */
.ar-popular {
  padding: 70px 0 0;
}
.ar-popular-title {
  padding: 0 var(--ar-gutter);
  margin-bottom: 28px;
}
.ar-product-card {
  width: 231px;
}
.page-content a.ar-product-imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  background: #f8f8f8;
  border: 1px solid var(--ar-border);
  border-radius: 5px;
  overflow: hidden;
}
.ar-product-imgbox img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
}
.ar-product-name {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: var(--ar-ink);
  min-height: 40px;
}
.ar-product-price {
  margin-top: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--ar-teal);
}
.ar-product-price span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--ar-ink);
}
.page-content a.ar-product-cta {
  display: inline-block;
  margin-top: 12px;
  width: 122px;
  height: 30px;
  line-height: 30px;
  border-radius: 60px;
  background: var(--ar-teal);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}
.ar-product-cta:hover {
  background: #005a6f;
}

/* ---------- review banner ---------- */
.ar-review {
  padding: 110px 240px 0;
}
.ar-review-banner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 481px;
  border-radius: 60px;
  background-image: url("../../images/homepage/adobestock-1942690420-1.webp");
  background-image: image-set(url("../../images/homepage/adobestock-1942690420-1.webp") 1x, url("../../images/homepage/adobestock-1942690420-1@2x.webp") 2x);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.ar-review-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(25, 31, 58, 0.5);
}
.ar-review-card {
  position: relative;
  padding: 71px 0 0 89px;
  max-width: 700px;
}
.ar-review-text {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  max-width: 539px;
}
.ar-review-card .ar-pill {
  margin-bottom: 24px;
}
.ar-review-text + .ar-review-text {
  margin-top: 18px;
}
.ar-review-stars {
  display: flex;
  gap: 4px;
  margin-top: 30px;
  padding-bottom: 40px;
}

/* ---------- service areas ---------- */
.ar-areas {
  padding: 114px var(--ar-gutter) 0;
}
.ar-areas .ar-section-title {
  margin: 23px 0 38px;
}
@media (min-width: 768px) {
  .page-content .ar-areas-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 295px));
    gap: 41px 32px;
    justify-content: center;
  }
  .ar-areas-col {
    display: contents;
  }
}
.page-content a.ar-area-card {
  display: block;
  background: #fff;
  border: 1px solid var(--ar-border);
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 0.2s ease;
}
.ar-area-card:hover {
  box-shadow: 0 8px 24px rgba(25, 31, 58, 0.12);
}
.ar-area-card img {
  display: block;
  width: 100%;
  height: 129px;
  object-fit: cover;
}
.ar-area-card span {
  display: block;
  padding: 15px 18px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--ar-navy);
}

/* ---------- CTA card + FAQ ---------- */
.ar-faq-wrap {
  margin-top: 79px;
  padding-bottom: 60px;

  margin-bottom: -60px;
}
footer#footer {
  position: relative;
}
.ar-faq-wrap::before {
  content: "";
  position: absolute;
  top: 232px;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--ar-mint);
}
.ar-cta-card {
  position: relative;
  width: 791px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--ar-border);
  border-radius: 20px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  padding: 49px 30px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ar-cta-desc strong {
  font-weight: 700;
}
.ar-cta-desc {
  margin-top: 20px;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: var(--ar-ink);
  max-width: 728px;
}
.ar-cta-card .ar-cityform {
  margin-top: 20px;
}
.ar-cta-card .ar-benefits {
  margin-top: 24px;
}
.ar-faq-wrap .ar-faq-title {
  position: relative;
  margin-top: 72px;
}
.ar-faq {
  position: relative;
  width: 1120px;
  max-width: calc(100% - 40px);
  margin: 34px auto 0;
  padding-bottom: 80px;
}
.ar-faq-cat {
  background: #fff;
  border-radius: 50px;
  margin-top: 30px;
}
.ar-faq-cat:first-child {
  margin-top: 0;
}
.ar-faq-cathead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 100px;
  padding: 0 20px 0 23px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  color: var(--ar-ink);
  white-space: normal;
}
.ar-faq-cathead span:first-child {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: break-word;
}
.ar-faq-cathead:hover,
.ar-faq-cathead:focus,
.ar-faq-cathead:active,
.ar-faq-q:hover,
.ar-faq-q:focus,
.ar-faq-q:active {
  background: none;
  color: var(--ar-ink);
  outline: none;
}
.ar-faq-q:hover,
.ar-faq-q:focus,
.ar-faq-q:active {
  color: #000;
}
.ar-faq-toggle {
  position: relative;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: var(--ar-teal);
  flex: none;
}
.ar-faq-toggle::before,
.ar-faq-toggle::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 2px;
}
.ar-faq-toggle::before {
  left: 10px;
  right: 10px;
  top: 18px;
  height: 3px;
}
.ar-faq-toggle::after {
  top: 10px;
  bottom: 10px;
  left: 18px;
  width: 3px;
  transition: transform 0.2s ease;
}
.ar-faq-cat.is-open .ar-faq-toggle::after {
  transform: scaleY(0);
}
.ar-faq-catbody {
  overflow: hidden;
  transition: height 0.3s ease;
}
.ar-faq-cat:not(.is-open) .ar-faq-catbody {
  height: 0;
}
.ar-faq-catbody-inner {
  padding: 0 23px 36px;
}
.ar-faq-item {
  border-top: 1px solid var(--ar-border);
}
.ar-faq-item:first-child {
  border-top: none;
}
.ar-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 20px 8.5px 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  white-space: normal;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #000;
}
.ar-faq-q span {
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
  overflow-wrap: break-word;
}
.ar-faq-item.is-open .ar-faq-q {
  font-weight: 500;
}
.ar-faq-chev {
  flex: none;
  color: var(--ar-navy);
  transition: transform 0.2s ease;
}
.ar-faq-item.is-open .ar-faq-chev {
  transform: rotate(180deg);
}
.ar-faq-a {
  overflow: hidden;
  transition: height 0.3s ease;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
.ar-faq-item:not(.is-open) .ar-faq-a {
  height: 0;
}
.ar-faq-a p {
  padding: 0 60px 24px 36px;
  max-width: 890px;
  box-sizing: content-box;
}

@media (max-width: 1700px) {
  .ar-review {
    padding-left: 120px;
    padding-right: 120px;
  }
  .ar-how-inner {
    padding: 0 100px;
  }
  .ar-hero-content {
    margin-left: 80px;
  }
  .ar-hero-media {
    width: min(618px, 38vw);

    margin-right: calc(128px - min(43px, 2.6437vw));
  }
}

@media (min-width: 1151px) and (max-width: 1440px) {
  .ar-hero-content {
    margin-left: 20px;
  }
  .ar-hero-media {
    margin-right: calc(60px - 2.3654vw);
    width: min(618px, 34vw);
  }
}

@media (max-width: 1400px) {
  .arw-chip {
    height: 42px;
    font-size: 16px;
    gap: 8px;
  }
  .arw-chip-icon {
    width: 32px;
    height: 32px;
  }
  .arw-chip-icon img {
    width: 65%;
    height: auto;
  }
  .aru-benefit-cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .ara-how .ar-how-media img {
    width: min(715px, 44vw);
    height: auto;
  }
  .ar-hero-title {
    font-size: 52px;
    line-height: 58px;
  }
  .ar-hero-content {
    margin-left: 50px;
  }
  .ar-how-media img {
    width: min(670px, 44vw);
    height: auto;
  }
  .ar-how-media {
    margin: 0;
    align-self: center;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .page-content .ar-choose-grid {
    grid-template-columns: repeat(2, minmax(0, 320px));
    justify-content: center;
  }
  .page-content .ar-areas-grid {
    grid-template-columns: repeat(3, minmax(0, 295px));
    justify-content: center;
  }
}

/* ---------- below 1360: tighter type and spacing ---------- */
@media (max-width: 1360px) {
  .ar-section-title {
    font-size: 32px;
    line-height: 38px;
  }
  .ar-hero-title {
    font-size: 46px;
    line-height: 52px;
  }
  .ar-hero-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .ar-how-inner {
    padding: 0 40px;
  }
  .ar-how-desc,
  .ar-compare-sub,
  .ar-cta-desc,
  .aru-benefits-sub {
    font-size: 20px;
    line-height: 28px;
  }
  .ar-benefit {
    font-size: 18px;
  }
  .ar-review {
    padding-left: 60px;
    padding-right: 60px;
  }
  .ar-review-text {
    font-size: 26px;
    line-height: 32px;
  }
  .ar-compare-prompt {
    font-size: 22px;
    line-height: 27px;
  }
  .ar-faq-cathead {
    font-size: 24px;
    line-height: 28px;
  }
  .ar-faq-q {
    font-size: 20px;
    line-height: 26px;
  }
  .ar-faq-a {
    font-size: 18px;
    line-height: 27px;
  }
  .ar-how {
    margin-top: 130px;
  }
  .ar-compare {
    padding-top: 140px;
  }
}

@media (max-width: 1150px) {
  .ar-hero {
    padding: 20px 20px 0;
  }
  .ar-hero-inner {
    flex-direction: column;
    padding: 60px 20px 50px;
    border-radius: 40px;
  }
  .ar-hero-content {
    margin: 0;
    width: 100%;
    max-width: 580px;
  }
  .ar-hero-media {
    margin: 45px 0 0;
    width: min(618px, 88vw);
  }
}

@media (max-width: 1100px) {
  .ar-how-inner {
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
  }
  .ar-how-media {
    margin: 0 0 40px;
  }
  .ar-how-media img {
    width: min(670px, 88vw);
  }
  .ar-review {
    padding: 80px 20px 0;
  }
  .ar-review-card {
    padding: 50px 30px 0 30px;
  }
}

@media (max-width: 767px) {
  .ar-section-title {
    font-size: 28px;
    line-height: 33px;
  }
  .ar-cityform {
    width: 350px;
    height: 50px;
  }
  .ar-cityform input {
    height: 50px;
    padding: 0 128px 0 12px;
    font-size: 16px;
  }
  .ar-cityform button {
    width: 130px;
    height: 50px;
    font-size: 16px;
  }
  .ar-benefits {
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ar-benefit {
    font-size: 15px;
    line-height: 27px;
    gap: 6px;
  }
  .ar-benefit-icon {
    width: 32px;
    height: 32px;
  }
  .ar-benefit-icon svg {
    width: 16px;
    height: auto;
  }

  .ar-hero {
    padding: 0;
  }
  .ar-hero-inner {
    flex-direction: column;
    align-items: center;
    min-height: 0;
    border-radius: 0 0 50px 50px;
    padding: 50px 20px 31px;
    background-image: url("../../images/homepage/hero-bg-mobile.webp");
    background-image: image-set(url("../../images/homepage/hero-bg-mobile.webp") 1x, url("../../images/homepage/hero-bg-mobile@2x.webp") 2x);
  }
  .ar-hero-content {
    width: 100%;
    max-width: 350px;
    margin: 0;
  }
  .ar-hero-title {
    font-size: 40px;
    line-height: 46px;
  }
  .ar-hero-subtitle {
    margin: 20px -3px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .ar-hero .ar-cityform {
    margin-top: 20px;
  }
  .ar-hero .ar-benefits {
    display: none; ;
  }
  .arw-chip {
    height: 38px;
    font-size: 14px;
    line-height: 17px;
    gap: 8px;

    padding: 0 12px 0 5px;
  }

  .arw-chip-delivery,
  .arw-chip-upfront {
    padding: 0 5px 0 12px;
  }
  .arw-chip-icon {
    width: 30px;
    height: 30px;
  }

  .arw-chip-upfront .arw-chip-icon {
    order: 2;
  }

  .ar-hero-media .arw-chip {
    font-size: 15px;
    padding: 0 15px 0 5px;
  }
  .ar-hero-media .arw-chip-delivery,
  .ar-hero-media .arw-chip-upfront {
    padding: 0 5px 0 15px;
  }
  .ar-hero-media .arw-chip-delivery {
    top: 7.5%;
    right: 0;
  }
  .ar-hero-media .arw-chip-credit {
    top: 22.7%;
    left: 0;
  }
  .ar-hero-media .arw-chip-repairs {
    top: 48%;
    left: 0;
  }
  .ar-hero-media .arw-chip-save {
    top: 65.5%;
    right: 0;
  }
  .ar-hero-media .arw-chip-upfront {
    top: 82.6%;
    left: 0;
  }
  .ar-hero-media {
    margin: 46px 0 0;
    width: 352px;
    max-width: 100%;
  }

  .ar-choose {
    padding: 55px 0 0;
  }
  .ar-choose .ar-section-title {
    margin-bottom: 26px;
    padding: 0 20px;
  }
  .ar-choose-card {
    width: 285px;
    border-radius: 19px;
  }
  .ar-choose-imgbox {
    height: 198px;
  }
  .ar-choose-name {
    font-size: 18px;
    line-height: 27px;
  }
  .ar-choose-desc {
    font-size: 14px;
    line-height: 20px;
    min-height: 0;
  }
  .ar-choose-price {
    margin-top: 10px;
    font-size: 18px;
    line-height: 27px;
  }

  .ar-how {
    margin-top: 65px;
  }
  .ar-how-band {
    background: none;
  }
  .ar-how-inner {
    position: relative;
    flex-direction: column;
    align-items: center;
    padding: 0 20px 0;
  }
  .ar-how-inner::before {
    content: "";
    position: absolute;
    top: 31px;
    bottom: 71px;
    left: 0;
    right: 0;
    background: var(--ar-mint);
    z-index: -1;
  }
  .ar-how-content {
    padding: 0;
    max-width: 353px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ar-how-content .ar-section-title {
    margin-top: 25px;
    text-align: center;
  }
  .ar-how-desc {
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
  }
  .ar-how-desc-bold {
    margin-top: 12px;
  }
  .ar-how-content .ar-cityform {
    margin-top: 19px;
  }
  .ar-how-media {
    margin: 49px 0 0;
  }
  .ar-how-media img {
    width: 342px;
    height: 342px;
    max-width: 100%;
  }

  .ar-compare {
    padding-top: 90px;
  }
  .ar-compare-card {
    width: 388px;
    max-width: calc(100% - 4px);
    padding: 40px 0 50px;
  }
  .ar-compare-pill {
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
  .ar-compare-sub {
    margin-top: 15px;
    max-width: 352px;
    font-size: 18px;
    line-height: 24px;
  }

  .ar-compare-table {
    margin-top: 27px;
    height: auto;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    column-gap: 14px;
    padding: 0 16px 19px 22px;
  }
  .ar-compare-table::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 0;
    bottom: 0;
    width: 180px;
    border: 3px solid var(--ar-purple);
    border-radius: 30px;
    pointer-events: none;
  }
  .ar-compare-us,
  .ar-compare-them {
    display: contents;
    position: static;
    width: auto;
    height: auto;
    border: none;
    padding: 0;
  }
  .ar-compare-rowbg {
    position: static;
    grid-column: 1 / -1;
    height: auto;
    border-radius: 40px;
    margin: 0 -8px 0 -12px;
  }
  .ar-compare-rowbg-1 {
    grid-row: 2;
  }
  .ar-compare-rowbg-3 {
    grid-row: 4;
  }
  .ar-compare-us picture {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: center;
    padding: 20px 0 14px;
  }
  .ar-compare-us img {
    display: block;
    margin: 0;
    width: 86px;
    height: 50px;
  }
  .ar-compare-themtitle {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin: 0;
    font-size: 18px;
    line-height: 21px;
  }
  .ar-compare-cell {
    font-size: 16px;
    line-height: 22px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ar-compare-us .ar-compare-cell-us {
    position: static;
    transform: none;
    grid-column: 1;
    width: auto;
    padding: 14px 12px;
  }
  .ar-compare-us .ar-compare-cell-us:nth-of-type(1) {
    grid-row: 2;
  }
  .ar-compare-us .ar-compare-cell-us:nth-of-type(2) {
    grid-row: 3;
  }
  .ar-compare-us .ar-compare-cell-us:nth-of-type(3) {
    grid-row: 4;
  }
  .ar-compare-them .ar-compare-cell {
    position: static;
    grid-column: 2;
    padding: 14px 0;
  }
  .ar-compare-them .ar-compare-cell:nth-of-type(2) {
    grid-row: 2;
  }
  .ar-compare-them .ar-compare-cell:nth-of-type(3) {
    grid-row: 3;
  }
  .ar-compare-them .ar-compare-cell:nth-of-type(4) {
    grid-row: 4;
  }
  .ar-compare-prompt {
    margin-top: 40px;
    font-size: 22px;
    line-height: 26px;
    padding: 0 20px;
  }
  .ar-compare-card .ar-cityform {
    margin-top: 19px;
  }

  .ar-popular {
    padding-top: 60px;
  }
  .ar-popular-title {
    padding: 0 21px;
    margin-bottom: 24px;
    text-align: center;
  }

  .ar-review {
    padding: 60px 20px 0;
  }
  .ar-review-banner {
    min-height: 400px;
    border-radius: 40px;
    background-image: url("../../images/homepage/adobestock-1942690420-1-mobile.webp");
    background-image: image-set(url("../../images/homepage/adobestock-1942690420-1-mobile.webp") 1x, url("../../images/homepage/adobestock-1942690420-1-mobile@2x.webp") 2x);
  }
  .ar-review-card {
    padding: 56px 16px 0 16px;
  }
  .ar-review-card .ar-pill {
    margin-bottom: 19px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 16px;
    border-radius: 16px 16px 16px 0;
  }
  .ar-review-text {
    font-size: 22px;
    line-height: 26px;
  }
  .ar-review-text + .ar-review-text {
    margin-top: 14px;
  }
  .ar-review-stars {
    margin-top: 20px;
  }
  .ar-review-stars svg {
    width: 23px;
    height: 23px;
  }

  .ar-areas {
    padding: 55px 0 0;
    text-align: center;
  }
  .ar-areas .ar-section-title {
    margin: 13px 0 25px;
    text-align: center;
  }
  .ar-areas-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 295px;
    text-align: left;
  }

  .ar-faq-wrap {
    margin-top: 55px;
  }
  .ar-faq-wrap::before {
    top: 180px;
  }
  .ar-cta-card {
    max-width: 100%;
    padding: 36px 20px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  }
  .ar-cta-desc {
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
  }
  .aru-benefits-sub {
    font-size: 18px;
    line-height: 24px;
  }
  .aru-benefit-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px;
  }
  .aru-benefit-title {
    font-size: 20px;
    line-height: 25px;
  }
  .aru-benefit-text {
    font-size: 16px;
    line-height: 22px;
  }

  .page-content .aru-benefit-cards .aru-benefit-card {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 16px;
  }
  .aru-benefit-card .aru-benefit-icon {
    grid-row: 1 / span 2;
    width: 48px;
    height: 48px;
  }
  .aru-benefit-card .aru-benefit-title {
    margin: 0;
    align-self: center;
  }
  .aru-benefit-card .aru-benefit-text {
    grid-column: 2;
  }
  .ara-checklist {
    text-align: left;
  }

  .ara-how .ar-how-media img {
    width: 342px;
    max-width: 100%;
    height: auto;
  }

  .ara-how .ar-how-content {
    padding: 92px 0 44px;
  }
  .ara-how .ar-how-inner::before {
    top: 123px;
    bottom: 71px;
    left: 0;
    right: 0;
  }
  .ara-how .ar-how-media {
    margin-top: 0;
  }
  .ara-how {
    margin-top: 0;
  }

  .ar-mobile-swiper .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 26px;
  }
  .ar-mobile-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c9d2d2;
  }
  .ar-mobile-swiper .swiper-pagination-bullet-active {
    background: var(--ar-teal);
  }

  .ara-how .ar-how-content .ar-cityform,
  .aru-story-text .ar-cityform {
    margin-top: 34px;
  }
  .aru-benefits-cityform {
    max-width: 353px;
    margin: 30px auto 0;
  }
  .ar-ph {
    font-size: 16px;
  }
  .ar-cta-card .ar-cityform {
    margin-top: 22px;
  }
  .ar-cta-card .ar-benefits {
    margin-top: 26px;
  }
  .ar-faq-wrap .ar-faq-title {
    margin-top: 48px;
    padding: 0 30px;
  }
  .ar-faq {
    margin-top: 26px;
    padding-bottom: 60px;
  }
  .ar-faq-cat {
    border-radius: 30px;
    margin-top: 20px;
  }
  .ar-faq-cathead {
    font-size: 18px;
    line-height: 21px;
    min-height: 76px;
    padding: 0 20px;
  }
  .ar-faq-toggle {
    width: 32px;
    height: 32px;
  }
  .ar-faq-toggle::before {
    left: 8px;
    right: 8px;
    top: 14.5px;
  }
  .ar-faq-toggle::after {
    top: 8px;
    bottom: 8px;
    left: 14.5px;
  }
  .ar-faq-catbody-inner {
    padding: 0 20px 28px;
  }
  .ar-faq-q {
    font-size: 18px;
    line-height: 24px;
    padding: 16px 8px 16px 0;

    align-items: flex-start;
  }
  .ar-faq-chev {
    margin-top: 8px;
  }
  .ar-faq-a {
    font-size: 16px;
    line-height: 24px;
  }
  .ar-faq-a p {
    padding: 0 16px 18px 0;
  }
}

@media (max-width: 400px) {
  .ar-cityform input {
    font-size: 16px;
    padding: 0 120px 0 12px;
  }
  .ar-cityform button {
    width: 114px;
    font-size: 14px;
  }
  .ar-benefits {
    flex-wrap: nowrap;
    gap: 12px;
  }
  .ar-benefit {
    font-size: 13px;
    line-height: 24px;
    gap: 5px;
  }
  .ar-benefit-icon {
    width: 28px;
    height: 28px;
  }
  .ar-benefit-icon svg {
    width: 14px;
  }
}
