/* ============================================================
   Appliance Rentals — Get Started flow (Figma rebrand)
   Steps: 1 product picker, 2 contact, 3 address, 4 success.
   Page classes: args-*.
   ============================================================ */

#args-app [hidden] {
  display: none !important;
}
.args-step {
  padding: 64px var(--ar-gutter) 100px;
}
.args-title {
  text-align: center;
}

/* ---------- step 1: product grid ---------- */
.args-grid {
  display: grid;
  grid-template-columns: repeat(4, 320px);
  gap: 28px 42px;
  justify-content: center;
  margin-top: 30px;
}
.args-pcard {
  background: #fff;
  border: 1px solid var(--ar-border);
  border-radius: 25px;
  padding: 0 0 30px;
  text-align: center;
}
.args-pcard-imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 218px;
  border-bottom: 1px solid var(--ar-border);
  margin-bottom: 24px;
  padding: 12px;
}
.args-pcard-imgbox img {
  max-width: 100%;
  max-height: 194px;
  object-fit: contain;
}
.args-pcard-name {
  margin: 0 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--ar-ink);
}
.args-pcard-price {
  margin: 6px 0 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--ar-teal);
}
.args-select-btn {
  margin-top: 18px;
  padding: 10px 36px;
  border: none;
  border-radius: 65px;
  background: var(--ar-teal);
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}
.page-content .args-select-btn:focus {
  background-color: var(--ar-teal);
}
.page-content .args-select-btn:hover {
  background-color: #005a6f;
}

/* ---------- flow layout ---------- */
.args-cols {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
.args-main {
  width: 639px;
  flex: none;
}
.args-side {
  width: 637px;
  flex: none;
}

.args-acc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid var(--ar-border);
  border-radius: 40px;
  padding: 22px 28px;
  margin-bottom: 20px;
  cursor: pointer;
  user-select: none;
}
.args-acc.is-done,
#args-acc-delivery {
  cursor: default;
}
.args-acc-plus svg {
  transition: transform 0.25s ease;
}
.args-acc.is-open .args-acc-plus svg {
  transform: rotate(45deg);
}
.args-acc-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  color: var(--ar-ink);
}
.args-acc-plus,
.args-acc-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ar-teal);
  flex: none;
}

.args-card {
  background: #fff;
  border: 1px solid var(--ar-border);
  border-radius: 20px;
  padding: 42px 44px 46px;
  margin-bottom: 20px;
}
/* out-of-area waitlist: same card + fields as the flow, centered */
.args-ooa-card {
  max-width: 620px;
  margin: 0 auto;
}
.args-ooa-msg {
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--ar-ink);
}
.args-card-title {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: var(--ar-ink);
  text-align: center;
}
.args-card-sub {
  margin: 12px auto 28px;
  max-width: 526px;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  color: #242424;
  text-align: center;
}
.args-frow {
  display: flex;
  gap: 17px;
}
.args-frow > * {
  flex: 1;
  min-width: 0;
}
.page-content .args-field {
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1.11px solid var(--ar-border);
  border-radius: 10px;
  padding: 0 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #262626;
  outline: none;
  margin: 0 0 20px;
}
.args-field::placeholder {
  color: #262626;
  opacity: 1;
}
.page-content .args-field:focus {
  border-color: var(--ar-teal);
}
.args-select-wrap {
  position: relative;
  display: block;
}
.page-content select.args-select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 38px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.args-select-chev {
  position: absolute;
  right: 18px;
  top: 27px;
  pointer-events: none;
}
.args-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 4px 0 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  cursor: pointer;
}
.page-content .args-consent input {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin: 0;
  background: #fff;
  border: 1.11px solid var(--ar-border);
  border-radius: 5px;
  cursor: pointer;
  display: grid;
  place-content: center;
  flex: none;
}
.page-content .args-consent input:checked::before {
  content: "";
  width: 13px;
  height: 10px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 12" fill="none"><path d="M1.5 6L6 10.5L14.5 1.5" stroke="%23006D86" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center / contain;
}
.args-disclaimer {
  margin: 0 0 8px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #4c4c4c;
}
.args-disclaimer strong {
  font-weight: 700;
}
.args-error {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 21px;
  color: #fc5147;
  text-align: center;
}
.args-cta {
  display: block;
  margin: 24px auto 0;
  padding: 18px 40px;
  border: none;
  border-radius: 65px;
  background: var(--ar-teal);
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}
#args-form-contact .args-cta {
  margin: 40px auto 0;
}
.page-content .args-cta:focus {
  background-color: var(--ar-teal);
}
.page-content .args-cta:hover {
  background-color: #005a6f;
}
.args-cta[disabled] {
  opacity: 0.6;
  cursor: default;
}
.args-turnstile {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.args-turnstile:empty {
  display: none;
}
.args-hp {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- summary card ---------- */
.args-summary,
.args-success {
  background: #fff;
  border: 1px solid var(--ar-border);
  border-radius: 20px;
  padding: 26px 28px;
}
.args-summary-head {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.args-summary-imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 146px;
  height: 146px;
  border: 1px solid var(--ar-border);
  flex: none;
  padding: 8px;
}
.args-summary-imgbox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.args-summary-info {
  flex: 1;
  min-width: 0;
}
.args-summary-name {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: var(--ar-ink);
  max-width: 200px;
}
.args-summary-loc {
  margin: 12px 0 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.args-summary-loc svg {
  flex: none;
  margin-top: 3px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #242424;
}
.args-edit {
  margin-top: 22px;
  padding: 0;
  border: none;
  background: none;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--ar-teal);
  text-decoration: underline;
  cursor: pointer;
}
.page-content .args-edit:hover,
.page-content .args-edit:focus {
  background: none;
  color: var(--ar-teal);
}
.args-summary-price {
  position: relative;
  flex: none;
  color: var(--ar-teal);
}
.args-price-amount {
  font-weight: 700;
  font-size: 50px;
  line-height: 59px;
}
.args-price-amount i {
  font-style: normal;
  font-size: 28px;
  vertical-align: 16px;
}
.args-price-cur {
  font-size: 28px;
  vertical-align: 16px;
}
.args-price-per {
  position: absolute;
  right: 0;
  top: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.args-editor {
  border-top: 1px solid var(--ar-border);
  margin-top: 24px;
  padding-top: 22px;
}
.args-editor-col {
  display: block;
  flex: 1;
  min-width: 0;
}
.args-editor-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #242424;
}
.args-update {
  margin: 8px auto 6px;
  padding: 18px 44px;
}

/* ---------- success panel ---------- */
.args-success-title {
  margin: 12px 0 24px;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: var(--ar-ink);
  text-align: center;
}
.args-success-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 521px;
  margin-left: auto;
  margin-right: auto;
}
.args-success-list li {
  position: relative;
  padding-left: 30px;
  margin-top: 18px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #242424;
}
.args-success-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 15px;
  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;
}
.args-success-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 28px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #242424;
}
.args-success-phone a {
  color: var(--ar-teal);
  font-weight: 700;
  text-decoration: none;
}
.args-success-phone a {
  font-weight: 400;
}
.args-phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: none;
}
.args-success-summary {
  border-top: 1px solid var(--ar-border);
  margin-left: -28px;
  margin-right: -28px;
  padding: 24px 28px 0;
}

.args-benefits {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 28px;
}

@media (max-width: 1700px) {
  .args-step {
    padding: 56px 60px 90px;
  }
}

@media (max-width: 1500px) {
  .args-grid {
    grid-template-columns: repeat(4, minmax(0, 320px));
    gap: 40px;
  }
  .args-cols {
    gap: 20px;
  }
  .args-main {
    width: 52%;
  }
  .args-side {
    width: 46%;
  }
}

@media (max-width: 1360px) {
  .args-step {
    padding: 48px 40px 80px;
  }
  .args-grid {
    grid-template-columns: repeat(3, minmax(0, 320px));
  }
}

@media (max-width: 1100px) {
  .args-cols {
    flex-direction: column;
    align-items: center;
  }
  .args-main,
  .args-side {
    width: 100%;
    max-width: 660px;
  }
  .args-grid {
    grid-template-columns: repeat(2, minmax(0, 320px));
  }
}

@media (max-width: 767px) {
  .args-step {
    padding: 40px 20px 60px;
  }
  .args-step.args-flow {
    padding: 0;
  }
  .args-step.args-flow .args-card {
    border: 0;
  }
  .args-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 14px;
    margin-top: 36px;
  }
  .args-pcard {
    padding-bottom: 18px;
  }
  .args-pcard-imgbox {
    height: 130px;
    margin-bottom: 14px;
  }
  .args-pcard-imgbox img {
    max-height: 112px;
  }
  .args-pcard-name {
    margin: 0 8px;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 18px;
  }
  .args-pcard-price {
    font-size: 13.5px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 2px;
  }
  .args-pcard .args-select-btn {
    margin-top: 12px;
    padding: 8px 28px;
    font-size: 15px;
  }
  .args-card {
    padding: 30px 20px 34px;
  }
  .args-card-title {
    font-size: 26px;
    line-height: 31px;
  }
  .args-card-sub {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 22px;
  }
  .args-frow {
    display: block;
  }
  .args-field {
    font-size: 16px;
  }
  .args-consent {
    font-size: 13px;
  }
  #args-acc-availability.args-acc.is-done {
    margin: 30px 20px 0 20px;
  }
  .args-benefits {
    display: none;
  }
  #args-acc-delivery {
    margin-left: 20px;
    margin-right: 20px;
  }
  #args-acc-delivery.args-acc.is-done {
    margin: 20px;
  }
  #args-success {
    border: 0;
    margin-top: -30px;
  }
  #args-success .args-success-phone {
    display: none;
  }
  #args-success .args-success-list {
    margin-bottom: 40px;
  }
  #args-success .args-summary-head {
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.07);
  }
  .args-acc {
    border-radius: 28px;
    padding: 16px 20px;
  }
  .args-acc-title {
    font-size: 20px;
    line-height: 25px;
  }
  .args-acc-plus,
  .args-acc-check {
    width: 32px;
    height: 32px;
  }
  .args-success {
    padding: 20px 16px;
  }
  /* Figma mobile: the selection summary is a fixed bar at the bottom of
     the screen; Edit Selection slides the editor up as a sheet */
  .args-sheet-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(25, 31, 58, 0.5);
    z-index: 1400;
  }
  .args-summary {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1500;
    margin: 0;
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.08);
    padding: 12px 20px 14px;
  }
  .args-summary.is-sheet-open {
    border-radius: 20px 20px 0 0;
    padding: 20px 20px 24px;
  }
  .args-summary-head {
    gap: 12px;
    align-items: flex-start;
  }
  .args-summary-imgbox {
    width: 62px;
    height: 62px;
  }
  .args-summary-name {
    font-size: 16px;
    line-height: 20px;
  }
  .args-summary-loc {
    margin-top: 4px;
    font-size: 13px;
    line-height: 17px;
    gap: 5px;
  }
  .args-summary-loc svg {
    width: 11px;
    height: 13px;
    margin-top: 2px;
  }
  .args-edit {
    margin-top: 6px;
    font-size: 13px;
    line-height: 16px;
  }
  .args-price-amount {
    font-size: 28px;
    line-height: 34px;
  }
  .args-price-amount i {
    font-size: 18px;
    vertical-align: 7px;
  }
  .args-price-cur {
    font-size: 18px;
    vertical-align: 7px;
  }
  .args-price-per {
    top: 22px;
    font-size: 9px;
  }
  .args-editor {
    margin-top: 16px;
  }
  .args-editor .args-frow {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .args-benefits {
    gap: 20px;
    flex-wrap: wrap;
  }
  .args-success-title {
    font-size: 26px;
    line-height: 31px;
  }
}
