.plan-shell {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, .9), rgba(247, 242, 228, .9)),
    radial-gradient(circle at 18% 6%, rgba(255, 229, 145, .42), transparent 28%),
    url("./assets/hero-slide-03.jpg") center top / cover no-repeat,
    #f7f2e4;
}

.plan-topbar {
  gap: 12px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(36, 102, 76, .16);
  border-radius: 999px;
  color: #2d765c;
  background: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 650;
}

.plan-page {
  padding: 8px 18px 22px;
}

.plan-hero {
  padding: 10px 4px 8px;
  text-align: center;
}

.eyebrow {
  width: fit-content;
  margin: 0 auto 8px;
  padding: 5px 10px;
  border: 1px solid rgba(36, 102, 76, .14);
  border-radius: 999px;
  color: #2d765c;
  background: rgba(255, 255, 255, .68);
  font-size: 12px;
  font-weight: 760;
}

.plan-hero h1 {
  margin: 0;
  color: #143d33;
  font-size: 23px;
  line-height: 1.22;
  font-weight: 760;
  letter-spacing: 0;
}

.plan-hero p:not(.eyebrow) {
  max-width: 430px;
  margin: 8px auto 0;
  color: #587269;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 420;
}

.addon-hero p:not(.eyebrow) {
  width: fit-content;
  max-width: min(100%, 390px);
  padding: 8px 13px;
  border: 1px solid rgba(31, 150, 103, .18);
  border-radius: 999px;
  color: #10724f;
  background: rgba(225, 249, 236, .86);
  font-size: 14px;
  font-weight: 820;
  box-shadow: 0 8px 20px rgba(35, 91, 71, .07);
}

.compact-hero {
  padding-bottom: 6px;
}

.space-form {
  display: grid;
  gap: 9px;
  margin: 2px 8px 0;
  padding: 12px;
  border: 1px solid rgba(43, 116, 86, .12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 0%, rgba(226, 250, 236, .92), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(242, 253, 247, .82)),
    #ffffff;
  box-shadow: 0 18px 48px rgba(35, 91, 71, .1);
}

.range-field {
  display: grid;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid rgba(43, 116, 86, .1);
  border-radius: 22px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 10px 28px rgba(35, 91, 71, .055);
}

.range-field span,
.space-summary span {
  width: fit-content;
  padding: 4px 9px;
  border: 1px solid rgba(22, 128, 94, .16);
  border-radius: 999px;
  color: #117251;
  background: rgba(227, 249, 237, .92);
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 6px 14px rgba(35, 91, 71, .06);
}

.stepper-row {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  gap: 8px;
  align-items: center;
}

.step-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(27, 154, 108, .18);
  border-radius: 14px;
  color: #12996c;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(232, 250, 240, .86));
  box-shadow: 0 8px 18px rgba(35, 91, 71, .08);
  font-family: inherit;
  font-size: 24px;
  font-weight: 780;
  line-height: 1;
  cursor: pointer;
}

.step-button:active {
  transform: translateY(1px);
}

.range-field strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 16px;
  color: #123f33;
  background: rgba(239, 251, 244, .74);
  font-size: 23px;
  line-height: 1;
  font-weight: 820;
}

.range-field small {
  min-height: 15px;
  color: #789089;
  font-size: 11px;
  line-height: 1.25;
}

.range-field input[type="range"] {
  width: 100%;
  height: 20px;
  margin: 0;
  accent-color: #1bb17d;
  cursor: pointer;
}

.space-summary {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(31, 150, 103, .2);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(231, 252, 239, .9), rgba(255, 255, 255, .8));
}

.space-summary strong {
  color: #123f33;
  font-size: 18px;
  font-weight: 800;
}

.bottom-note {
  margin: -2px 2px 0;
  padding: 10px 12px;
  border: 1px solid rgba(31, 150, 103, .14);
  border-radius: 16px;
  color: #247156;
  background: rgba(236, 251, 243, .76);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 720;
  text-align: center;
}

.space-actions {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 8px;
  align-items: center;
  padding-top: 0;
}

.secondary-action,
.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
}

.secondary-action {
  border: 1px solid rgba(43, 116, 86, .12);
  color: #526c63;
  background: rgba(255, 255, 255, .78);
}

.primary-action {
  color: #ffffff;
  background: linear-gradient(135deg, #13986c, #26bd86);
  box-shadow: 0 12px 26px rgba(23, 129, 93, .24);
}

.option-form {
  display: grid;
  gap: 10px;
  margin: 2px 8px 0;
  padding: 12px;
  border: 1px solid rgba(43, 116, 86, .12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 0%, rgba(226, 250, 236, .92), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(242, 253, 247, .82)),
    #ffffff;
  box-shadow: 0 18px 48px rgba(35, 91, 71, .1);
}

.check-card {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 10px 14px;
  border: 1px solid rgba(43, 116, 86, .11);
  border-radius: 18px;
  color: #173f34;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 10px 26px rgba(35, 91, 71, .055);
  font-size: 16px;
  font-weight: 800;
}

.check-card input {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  accent-color: #18af7b;
}

.count-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.count-card label {
  display: flex;
  align-items: center;
}

.mini-stepper {
  display: grid;
  grid-template-columns: 36px 40px 36px;
  gap: 6px;
  align-items: center;
}

.mini-stepper button {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(27, 154, 108, .18);
  border-radius: 12px;
  color: #12996c;
  background: rgba(232, 250, 240, .9);
  font-family: inherit;
  font-size: 20px;
  font-weight: 850;
}

.mini-stepper strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 12px;
  color: #123f33;
  background: rgba(239, 251, 244, .78);
  font-size: 19px;
  font-weight: 900;
}

.addon-form {
  gap: 12px;
}

.addon-info {
  display: grid;
  gap: 7px;
  padding: 14px 16px;
  border: 1px solid rgba(31, 150, 103, .16);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(232, 251, 240, .96), rgba(255, 255, 255, .86));
}

.addon-info span {
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  color: #117251;
  background: rgba(216, 247, 230, .92);
  font-size: 13px;
  font-weight: 850;
}

.addon-info strong {
  color: #173f34;
  font-size: 15px;
  font-weight: 720;
}

.addon-grid {
  display: grid;
  gap: 10px;
}

.addon-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 14px;
  border: 1px solid rgba(43, 116, 86, .11);
  border-radius: 20px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 10px 26px rgba(35, 91, 71, .055);
}

.addon-card span {
  display: block;
  color: #143d33;
  font-size: 18px;
  font-weight: 850;
}

.addon-card strong {
  display: block;
  margin-top: 4px;
  color: #648077;
  font-size: 13px;
  font-weight: 560;
}

.addon-card .mini-stepper strong {
  display: inline-flex;
  margin-top: 0;
  color: #123f33;
  font-size: 20px;
  font-weight: 900;
}

.pet-question-panel {
  display: grid;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(18, 104, 79, .18);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(244, 255, 249, .98), rgba(255, 255, 255, .94)),
    #ffffff;
  box-shadow: 0 14px 34px rgba(35, 91, 71, .08);
}

.pet-panel-title {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
}

.pet-panel-title span,
.external-window-copy span {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.pet-panel-title span {
  color: #ffffff;
  background: linear-gradient(135deg, #12684f, #2fa77f);
  box-shadow: 0 7px 16px rgba(18, 104, 79, .16);
}

.pet-panel-title strong {
  color: #0b3d30;
  font-size: 16px;
  font-weight: 900;
}

.pet-choice-grid {
  display: grid;
  gap: 10px;
}

.pet-choice-card {
  min-height: 58px;
}

.pet-choice-card input {
  accent-color: #18af7b;
}

.electronics-cleaning-panel {
  display: grid;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(213, 168, 75, .38);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 249, 224, .98), rgba(242, 255, 249, .96));
  box-shadow: 0 14px 34px rgba(105, 77, 26, .08);
}

.electronics-cleaning-copy {
  display: grid;
  gap: 6px;
}

.electronics-cleaning-copy > span {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #8c661f, #c89934);
  font-size: 12px;
  font-weight: 900;
}

.electronics-cleaning-copy strong {
  color: #0b3d30;
  font-size: 18px;
  font-weight: 900;
}

.electronics-cleaning-copy strong small {
  color: #86621e;
  font-size: 13px;
}

.electronics-cleaning-copy p {
  margin: 0;
  color: #5d6f66;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.electronics-cleaning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.electronics-count-card {
  min-height: 58px;
  padding: 10px 11px;
}

.electronics-count-card label span {
  display: grid;
  gap: 2px;
}

.electronics-count-card label small {
  color: #8a6420;
  font-size: 11px;
  font-weight: 850;
}

.electronics-cleaning-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 15px;
  color: #4f6c62;
  background: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 800;
}

.electronics-cleaning-summary strong {
  color: #0b5f48;
  font-size: 14px;
  font-weight: 900;
}

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

.external-window-choice {
  position: relative;
  display: grid;
  gap: 12px;
  margin-top: 8px;
  padding: 16px;
  border: 1px solid rgba(213, 168, 75, .38);
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 234, 156, .42), transparent 36%),
    linear-gradient(135deg, rgba(255, 249, 224, .98), rgba(247, 255, 251, .94)),
    rgba(255, 253, 247, .95);
  box-shadow: 0 16px 38px rgba(125, 91, 29, .1);
}

.external-window-copy {
  display: grid;
  gap: 6px;
}

.external-window-copy span {
  color: #835f18;
  border: 1px solid rgba(213, 168, 75, .28);
  background: rgba(255, 241, 190, .95);
}

.external-window-copy strong {
  color: #0b3d30;
  font-size: 18px;
  font-weight: 900;
}

.external-window-copy p,
.external-window-notice {
  margin: 0;
  color: #5d6f66;
  font-size: 13px;
  line-height: 1.55;
}

.external-window-card {
  min-height: 52px;
  border-color: rgba(18, 104, 79, .18);
  background: rgba(255, 255, 255, .82);
}

.external-window-type-grid {
  display: grid;
  gap: 10px;
}

.external-window-type-group {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(213, 168, 75, .22);
  border-radius: 18px;
  background: rgba(255, 255, 255, .58);
}

.external-window-type-group > strong {
  color: #8c661f;
  font-size: 12px;
  font-weight: 900;
}

.external-window-type-group > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.external-window-type-group:nth-child(2) > div {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.external-window-type-grid label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid rgba(213, 168, 75, .28);
  border-radius: 14px;
  color: #073d2d;
  font-size: 13px;
  font-weight: 850;
  background: rgba(255, 255, 255, .82);
}

.external-window-type-grid input {
  accent-color: #12805f;
}

.external-window-type-grid.is-disabled {
  opacity: .48;
  pointer-events: none;
}

.external-window-notice {
  padding: 10px 12px;
  border: 1px solid rgba(213, 168, 75, .24);
  border-radius: 14px;
  color: #7b5b1f;
  background: rgba(255, 246, 211, .72);
}

.external-window-safety-note {
  gap: 8px;
  margin-top: 6px;
  padding: 14px 15px;
  border-color: rgba(178, 122, 35, .26);
}

.external-window-safety-note .external-window-copy {
  gap: 7px;
}

.external-window-safety-note .external-window-copy span {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #8c661f, #c89934);
}

.external-window-safety-note .external-window-copy strong {
  font-size: 17px;
  line-height: 1.3;
}

.external-window-safety-note .external-window-copy p {
  color: #6f5b2d;
  font-size: 13px;
  font-weight: 760;
}

@media (max-width: 560px) {
  .external-window-type-group > div,
  .external-window-type-group:nth-child(2) > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pet-hero p:not(.eyebrow) {
  max-width: 460px;
  color: #123f33;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 850;
}

.pet-question-only {
  padding-top: 16px;
}

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

.calendar-form {
  gap: 9px;
}

.calendar-head {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  gap: 7px;
  align-items: center;
}

.calendar-head strong {
  color: #123f33;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.calendar-head button {
  border: 1px solid rgba(27, 154, 108, .18);
  color: #12996c;
  background: rgba(232, 250, 240, .92);
  font-family: inherit;
  font-weight: 900;
  cursor: pointer;
}

.calendar-head button {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  font-size: 25px;
  line-height: 1;
}

.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.calendar-weekdays span {
  color: #5c776e;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

.calendar-weekdays span:first-child {
  color: #d54848;
}

.calendar-weekdays span:last-child {
  color: #3477b8;
}

.calendar-day,
.calendar-blank {
  min-height: 36px;
  border-radius: 12px;
}

.calendar-day {
  position: relative;
  border: 1px solid rgba(27, 154, 108, .18);
  color: #123f33;
  background: rgba(255, 255, 255, .9);
  font-family: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.calendar-day.sunday,
.calendar-day.holiday {
  color: #d54848;
  background: rgba(255, 239, 239, .92);
}

.calendar-day.saturday {
  color: #3477b8;
  background: rgba(235, 244, 255, .92);
}

.calendar-day.past {
  color: #9fb8af;
  background: rgba(244, 249, 246, .86);
  cursor: not-allowed;
  opacity: .72;
}

.calendar-day.past.saturday,
.calendar-day.past.sunday,
.calendar-day.past.holiday {
  color: #9fb8af;
  background: rgba(244, 249, 246, .86);
}

.calendar-day.past.handless::after {
  background: #c9d8d2;
}

.calendar-day.handless::after {
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e23f3f;
  transform: translateX(-50%);
  content: "";
}

.calendar-day.active {
  color: #ffffff;
  background: linear-gradient(135deg, #10835f, #24b47f);
  box-shadow: 0 10px 22px rgba(23, 129, 93, .18);
}

.calendar-day.active.handless::after {
  background: #ffffff;
}

.calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  padding: 8px;
  border: 1px solid rgba(31, 150, 103, .16);
  border-radius: 16px;
  background: rgba(255, 255, 255, .82);
}

.calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid rgba(31, 150, 103, .12);
  border-radius: 999px;
  color: #49685e;
  background: rgba(255, 255, 255, .76);
  font-size: 12px;
  font-weight: 760;
}

.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.saturday-dot {
  background: #3477b8;
}

.holiday-dot {
  background: #d54848;
}

.legend-handless {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e23f3f;
}

.schedule-note {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 11px 12px;
  border: 1px solid rgba(31, 150, 103, .14);
  border-radius: 16px;
  color: #247156;
  background: rgba(236, 251, 243, .8);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 760;
  text-align: center;
}

.schedule-note strong {
  color: #0c6e4d;
  font-size: 13px;
  font-weight: 900;
}

.schedule-note span {
  color: #173f34;
  font-weight: 820;
}

.date-surcharge-note {
  color: #9a6518;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.middle-time-note {
  display: block;
  margin: 3px 0;
  padding: 8px 10px;
  border-radius: 10px;
  color: #9a3f22;
  background: rgba(255, 237, 218, .92);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.moving-season-note {
  color: #8a5f22;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.schedule-note small {
  color: #5d776e;
  font-size: 11px;
  font-weight: 700;
}

.time-choice {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.calendar-time-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  color: #0b533f;
}

.calendar-time-title strong {
  font-size: 15px;
}

.calendar-time-title small {
  color: #668078;
  font-size: 11px;
  font-weight: 700;
}

.home-repair-date .time-choice {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-repair-date.urgent-repair-date .time-choice {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.time-option {
  min-height: 42px;
  border: 2px solid rgba(18, 104, 79, .36);
  border-radius: 16px;
  color: #0b533f;
  background: linear-gradient(180deg, rgba(255, 250, 227, .98), rgba(235, 251, 242, .92));
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(18, 104, 79, .12);
  cursor: pointer;
}

.time-option.active {
  color: #ffffff;
  background: linear-gradient(135deg, #10835f, #24b47f);
  box-shadow: 0 10px 22px rgba(23, 129, 93, .26);
}

.time-option span,
.time-option small {
  display: block;
}

.time-option small {
  margin-top: 2px;
  color: #6f7f78;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.time-option.active small {
  color: rgba(255, 255, 255, .9);
}

.middle-time-option {
  display: grid;
  place-content: center;
  gap: 1px;
  line-height: 1.1;
}

.middle-time-option small {
  color: #9a6518;
  font-size: 10px;
  font-weight: 850;
}

.middle-time-option.active small {
  color: rgba(255, 255, 255, .9);
}

.space-layout-hero {
  padding-top: 6px;
  padding-bottom: 4px;
}

.space-compact-form {
  gap: 7px;
}

.primary-action.disabled {
  opacity: .52;
  filter: grayscale(.2);
}

.needs-attention {
  animation: attentionPulse .42s ease;
  border-color: rgba(205, 67, 56, .44) !important;
}

@keyframes attentionPulse {
  0%, 100% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-2px);
  }
}

.highlight-summary {
  border-color: rgba(19, 152, 108, .34);
  background:
    linear-gradient(135deg, rgba(205, 247, 224, .98), rgba(255, 255, 255, .9)),
    #e9fbf1;
  box-shadow: 0 14px 30px rgba(23, 129, 93, .13);
}

.highlight-summary span {
  color: #ffffff;
  background: linear-gradient(135deg, #10835f, #24b47f);
  border-color: transparent;
}

.highlight-summary strong {
  color: #073d2d;
  font-size: 20px;
  font-weight: 900;
}

.highlight-summary span {
  color: #ffffff !important;
  background: linear-gradient(135deg, #0d7658, #2fb889) !important;
  border-color: rgba(255, 255, 255, .42) !important;
  box-shadow: 0 7px 16px rgba(13, 118, 88, .2);
  text-shadow: 0 1px 3px rgba(0, 0, 0, .18);
}

.highlight-summary strong {
  color: #053f31 !important;
  letter-spacing: 0;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
  padding: 4px 8px 4px;
}

.plan-card {
  display: grid;
  justify-items: center;
  gap: 8px;
  width: 100%;
  min-height: 198px;
  padding: 10px 8px 12px;
  border: 1px solid rgba(52, 111, 88, .13);
  border-radius: 18px;
  color: #24493f;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 14px 34px rgba(35, 91, 71, .08);
  text-align: center;
  font: inherit;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.plan-card:hover,
.plan-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(37, 137, 99, .34);
  outline: none;
  box-shadow: 0 16px 38px rgba(35, 91, 71, .13);
}

.plan-card.active {
  border-color: rgba(20, 145, 98, .58);
  background: linear-gradient(180deg, rgba(239, 255, 247, .94), rgba(255, 255, 255, .82));
}

.plan-card img {
  width: min(100%, 128px);
  aspect-ratio: 1.3;
  object-fit: contain;
  border-radius: 14px;
  background: transparent;
}

.plan-card span {
  color: #16805e;
  font-family: "SUIT", "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .2px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .95);
}

.plan-card strong {
  color: #263f38;
  font-size: 13px;
  font-weight: 680;
}

.plan-card small {
  color: #6f817b;
  font-size: 12px;
  line-height: 1.45;
}

.plan-summary {
  position: sticky;
  bottom: 14px;
  z-index: 8;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  margin: 18px 0 0;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 22px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 46px rgba(29, 83, 64, .16);
  backdrop-filter: blur(18px);
}

.plan-summary span {
  display: block;
  color: #71847d;
  font-size: 11px;
  font-weight: 700;
}

.plan-summary strong {
  display: block;
  margin-top: 2px;
  color: #164337;
  font-size: 17px;
  font-weight: 760;
}

.plan-summary p {
  margin: 4px 0 0;
  color: #61766e;
  font-size: 12px;
  line-height: 1.42;
}

.plan-summary a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #138f66, #2ba978);
  box-shadow: 0 12px 24px rgba(23, 129, 93, .25);
  font-size: 14px;
  font-weight: 760;
  white-space: nowrap;
}

.plan-note {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(52, 111, 88, .1);
  border-radius: 22px;
  background: rgba(255, 253, 247, .68);
}

.plan-note h2 {
  margin: 0 0 12px;
  color: #164337;
  font-size: 19px;
  font-weight: 760;
}

.plan-note ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-note li {
  position: relative;
  padding-left: 16px;
  color: #5d726b;
  font-size: 14px;
  line-height: 1.55;
}

.plan-note li::before {
  position: absolute;
  top: .65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #55b88a;
  content: "";
}

.choice-page {
  min-height: calc(100vh - 64px);
}

.choice-hero {
  padding-bottom: 26px;
}

.choice-list {
  display: grid;
  gap: 16px;
  padding: 10px 8px 30px;
}

.choice-card {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 88px;
  padding: 20px 24px;
  border: 1px solid rgba(43, 116, 86, .18);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(241, 252, 245, .86)),
    #ffffff;
  box-shadow: 0 16px 38px rgba(35, 91, 71, .1);
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.choice-card::after {
  position: absolute;
  right: 22px;
  top: 50%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #2a8b68;
  background: rgba(226, 246, 235, .9);
  font-size: 18px;
  line-height: 28px;
  transform: translateY(-50%);
  content: "›";
}

.choice-card:hover,
.choice-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(29, 143, 98, .36);
  outline: none;
  box-shadow: 0 18px 42px rgba(35, 91, 71, .16);
}

.choice-card span {
  color: #133f34;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .1px;
}

.choice-card strong {
  padding-inline: 20px;
  color: #688078;
  font-size: 13px;
  font-weight: 520;
  line-height: 1.45;
}

.primary-choice {
  border-color: rgba(31, 150, 103, .32);
  background:
    linear-gradient(135deg, rgba(232, 251, 240, .96), rgba(255, 255, 255, .92)),
    #ffffff;
}

/* Premium champagne-gold theme shared with the main page. */
.plan-shell {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, .9), rgba(247, 242, 228, .92)),
    radial-gradient(circle at 18% 5%, rgba(255, 231, 150, .5), transparent 28%),
    radial-gradient(circle at 85% 42%, rgba(255, 255, 255, .86), transparent 30%),
    linear-gradient(135deg, rgba(18, 45, 38, .08), rgba(255, 250, 235, .48)),
    url("./assets/hero-slide-03.jpg") center top / cover no-repeat,
    #f7f2e4;
}

.back-link,
.eyebrow {
  border-color: rgba(213, 168, 75, .22);
  color: #85642b;
  background: rgba(255, 253, 247, .78);
}

.plan-hero h1 {
  color: #153b32;
}

.space-form,
.option-form {
  border-color: rgba(222, 181, 91, .26);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 241, 184, .48), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 249, 230, .78)),
    #ffffff;
  box-shadow: 0 20px 54px rgba(92, 69, 29, .12);
}

.range-field,
.check-card,
.addon-card,
.choice-card,
.calendar-head button,
.calendar-day,
.time-option {
  border-color: rgba(222, 181, 91, .22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 250, 234, .82));
  box-shadow: 0 12px 28px rgba(92, 69, 29, .08);
}

.range-field span,
.space-summary span,
.addon-info span {
  border-color: rgba(213, 168, 75, .2);
  color: #85642b;
  background: rgba(255, 244, 200, .88);
}

.step-button,
.mini-stepper button {
  border-color: rgba(213, 168, 75, .28);
  color: #9a702a;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 243, 204, .9));
  box-shadow: 0 8px 18px rgba(92, 69, 29, .1);
}

.range-field strong,
.mini-stepper strong {
  background: rgba(255, 249, 230, .78);
}

.primary-action,
.time-option.active,
.calendar-day.active {
  background: linear-gradient(135deg, #12684f, #2fa77f);
  box-shadow: 0 12px 26px rgba(18, 104, 79, .24);
}

.highlight-summary {
  border-color: rgba(213, 168, 75, .34);
  background:
    linear-gradient(135deg, rgba(255, 244, 200, .96), rgba(255, 255, 255, .9)),
    #fff8df;
  box-shadow: 0 14px 30px rgba(92, 69, 29, .12);
}

.highlight-summary span {
  color: #ffffff;
  background: linear-gradient(135deg, #12684f, #2fa77f);
  text-shadow: 0 1px 4px rgba(0, 0, 0, .16);
}

.choice-card::after {
  color: #85642b;
  background: rgba(255, 244, 200, .9);
}

.choice-card:hover,
.choice-card:focus-visible {
  border-color: rgba(213, 168, 75, .42);
  box-shadow: 0 18px 42px rgba(92, 69, 29, .15);
}

.primary-choice {
  border-color: rgba(213, 168, 75, .34);
  background:
    linear-gradient(135deg, rgba(255, 244, 200, .9), rgba(255, 255, 255, .92)),
    #ffffff;
}

.studio-plan-grid {
  display: grid;
  gap: 9px;
  margin-top: 4px;
}

.studio-plan-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px;
  gap: 10px;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  padding: 10px 11px 10px 14px;
  border: 1px solid rgba(222, 181, 91, .26);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 241, 184, .5), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 249, 230, .82));
  box-shadow: 0 14px 34px rgba(92, 69, 29, .1);
  font-family: inherit;
  cursor: pointer;
}

.studio-plan-card.active {
  border-color: rgba(18, 104, 79, .44);
  box-shadow: 0 18px 38px rgba(18, 104, 79, .15);
}

.studio-plan-card span {
  color: #8f6d34;
  font-size: 19px;
  font-weight: 760;
  letter-spacing: .2px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  text-align: left;
}

.studio-plan-card img {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 128px;
  aspect-ratio: 1;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  filter: drop-shadow(0 8px 13px rgba(92, 69, 29, .12));
}

.studio-plan-card strong {
  grid-column: 1;
  grid-row: 2;
  color: #526c63;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 680;
  text-align: left;
}

.studio-actions {
  margin-top: 10px;
}

.studio-layout-page .studio-summary {
  margin-top: 9px;
}

@media (min-width: 980px) {
  .plan-shell {
    width: min(100%, 1120px);
  }

  main.plan-page {
    display: block;
    padding: 18px clamp(34px, 6vw, 96px) 58px;
  }

  .plan-hero {
    max-width: 720px;
    margin: 0 auto 20px;
    padding: 12px 0 4px;
  }

  .plan-hero h1 {
    font-size: 25px;
  }

  .plan-hero p:not(.eyebrow) {
    max-width: 560px;
    font-size: 14px;
  }

  .choice-page {
    min-height: auto;
  }

  .choice-hero {
    padding-bottom: 10px;
  }

  .choice-list {
    max-width: 780px;
    margin: 0 auto;
    padding: 8px 0 42px;
    gap: 14px;
  }

  .choice-card {
    min-height: 118px;
    padding: 26px 72px 26px 34px;
    border-radius: 30px;
    text-align: left;
    align-content: center;
  }

  .choice-card::after {
    right: 30px;
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

  .choice-card span {
    font-size: 25px;
  }

  .choice-card strong {
    max-width: 620px;
    padding-inline: 0;
    font-size: 14px;
  }

  .space-form,
  .option-form {
    width: min(100%, 680px);
    margin: 12px auto 0;
    padding: 20px;
    border-radius: 30px;
  }

  .space-form {
    width: min(100%, 920px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
  }

  .space-summary,
  .bottom-note,
  .space-actions {
    grid-column: 1 / -1;
  }

  .option-form {
    gap: 13px;
  }

  .range-field {
    padding: 12px 16px;
    border-radius: 22px;
  }

  .range-field strong {
    min-height: 52px;
    font-size: 24px;
  }

  .range-field small {
    font-size: 12px;
  }

  .space-summary {
    padding: 14px 16px;
  }

  .check-card {
    min-height: 58px;
    padding: 12px 16px;
  }

  .calendar-form {
    width: min(100%, 720px);
  }

  .pet-choice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .studio-plan-grid {
    max-width: 800px;
    margin: 12px auto 0;
    gap: 12px;
  }

  .studio-plan-card {
    min-height: 168px;
    padding: 18px 20px 18px 24px;
    border-radius: 24px;
    grid-template-columns: minmax(0, 1fr) 154px;
  }

  .studio-plan-card img {
    width: 154px;
  }

  .studio-actions {
    max-width: 800px;
    margin-inline: auto;
  }
}

@media (max-width: 430px) {
  .plan-page {
    padding: 6px 13px 16px;
  }

  .plan-hero h1 {
    font-size: 21px;
  }

  .space-form {
    margin-inline: 0;
    padding: 10px;
    border-radius: 20px;
  }

  .range-field {
    padding: 8px 10px;
    border-radius: 16px;
  }

  .stepper-row {
    grid-template-columns: 38px 1fr 38px;
    gap: 7px;
  }

  .step-button {
    width: 38px;
    height: 38px;
    border-radius: 13px;
    font-size: 23px;
  }

  .range-field strong {
    min-height: 44px;
    font-size: 22px;
  }

  .space-actions {
    grid-template-columns: 76px 1fr;
  }

  .option-form {
    margin-inline: 0;
    padding: 10px;
    border-radius: 20px;
  }

  .check-card {
    min-height: 50px;
    padding: 9px 12px;
    border-radius: 16px;
    font-size: 15px;
  }

  .mini-stepper {
    grid-template-columns: 34px 38px 34px;
  }

  .mini-stepper button,
  .mini-stepper strong {
    height: 34px;
  }

  .mini-stepper button {
    width: 34px;
  }

  .mini-stepper strong {
    width: 38px;
    font-size: 18px;
  }

  .addon-card .mini-stepper strong {
    font-size: 20px;
  }

  .addon-card {
    min-height: 64px;
    padding: 12px;
    border-radius: 17px;
  }

  .addon-card span {
    font-size: 17px;
  }

  .plan-grid {
    gap: 14px 11px;
    padding-inline: 0;
  }

  .plan-card {
    min-height: 188px;
    padding: 10px;
    border-radius: 18px;
  }

  .plan-card img {
    width: 112px;
  }

  .plan-card span {
    font-size: 19px;
  }

  .plan-summary {
    grid-template-columns: 1fr;
  }

  .plan-summary a {
    width: 100%;
  }

  .choice-list {
    gap: 14px;
    padding-inline: 0;
  }

  .choice-card {
    min-height: 82px;
    padding: 17px 20px;
  }

  .choice-card span {
    font-size: 20px;
  }

  .choice-card strong {
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  .space-layout-page {
    padding-top: 4px;
  }

  .space-layout-hero {
    padding: 4px 0 3px;
  }

  .space-layout-hero h1 {
    font-size: 19px;
  }

  .space-layout-hero p:not(.eyebrow) {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.3;
  }

  .space-compact-form {
    gap: 6px;
    padding: 8px;
    border-radius: 18px;
  }

  .space-compact-form .range-field {
    gap: 4px;
    padding: 7px 9px;
    border-radius: 15px;
  }

  .space-compact-form .range-field span,
  .space-compact-form .space-summary span {
    padding: 3px 8px;
    font-size: 12px;
  }

  .space-compact-form .stepper-row {
    grid-template-columns: 34px 1fr 34px;
    gap: 6px;
  }

  .space-compact-form .step-button {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 21px;
  }

  .space-compact-form .range-field strong {
    min-height: 38px;
    border-radius: 13px;
    font-size: 20px;
  }

  .space-compact-form .range-field input[type="range"] {
    height: 14px;
  }

  .space-compact-form .range-field small {
    min-height: 11px;
    font-size: 10px;
    line-height: 1.1;
  }

  .space-compact-form .range-field small[aria-hidden="true"] {
    display: none;
  }

  .space-compact-form .space-summary {
    gap: 4px;
    padding: 9px 11px;
    border-radius: 16px;
  }

  .space-compact-form .space-summary strong {
    font-size: 15.5px;
  }

  .space-compact-form .secondary-action,
  .space-compact-form .primary-action {
    min-height: 38px;
    border-radius: 13px;
    font-size: 13px;
  }

  .external-window-safety-note {
    padding: 12px;
    border-radius: 18px;
  }

  .calendar-form {
    gap: 8px;
  }

  .calendar-day,
  .calendar-blank {
    min-height: 34px;
    border-radius: 11px;
  }

  .calendar-day {
    font-size: 13px;
  }

  .calendar-weekdays,
  .calendar-grid {
    gap: 3px;
  }

  .time-option {
    min-height: 40px;
    border-radius: 14px;
    font-size: 14px;
  }

  .time-choice {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-repair-date .time-choice {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-repair-date.urgent-repair-date .time-choice {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .calendar-time-title {
    display: grid;
    gap: 3px;
  }
}

@media (max-width: 430px) {
  .studio-layout-page {
    padding-top: 4px;
  }

  .studio-layout-hero {
    padding: 4px 0 5px;
  }

  .studio-layout-hero h1 {
    font-size: 19px;
    line-height: 1.2;
  }

  .studio-layout-hero p:not(.eyebrow) {
    margin-top: 4px;
    font-size: 11.5px;
    line-height: 1.3;
  }

  .studio-plan-grid {
    gap: 6px;
    margin-top: 2px;
  }

  .studio-plan-card {
    grid-template-columns: minmax(0, 1fr) 92px;
    gap: 8px;
    min-height: 104px;
    padding: 7px 8px 7px 11px;
    border-radius: 15px;
  }

  .studio-plan-card span {
    font-size: 16.5px;
  }

  .studio-plan-card img {
    width: 92px;
    border-radius: 10px;
  }

  .studio-plan-card strong {
    font-size: 10.5px;
    line-height: 1.25;
  }

  .studio-layout-page .studio-summary {
    gap: 4px;
    margin-top: 7px;
    padding: 9px 11px;
    border-radius: 16px;
  }

  .studio-layout-page .studio-summary span {
    padding: 3px 8px;
    font-size: 12px;
  }

  .studio-layout-page .studio-summary strong {
    font-size: 15.5px;
  }

  .studio-actions {
    grid-template-columns: 76px 1fr;
    gap: 8px;
    margin-top: 7px;
  }

  .studio-actions .secondary-action,
  .studio-actions .primary-action {
    min-height: 38px;
    border-radius: 13px;
    font-size: 13px;
  }
}
