.appliance-shell {
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 220, 112, 0.2), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(41, 181, 132, 0.16), transparent 32%),
    linear-gradient(145deg, #fffaf0, #effbf4 58%, #fffdf5);
}

.appliance-page {
  width: min(1040px, calc(100% - 28px));
  margin: 0 auto;
  padding: 24px 0 48px;
}

.appliance-hero {
  margin-bottom: 16px;
  padding: 24px 26px;
  border: 1px solid rgba(210, 164, 53, 0.28);
  border-radius: 26px;
  background: linear-gradient(125deg, rgba(255, 249, 220, 0.96), rgba(239, 255, 248, 0.95));
  box-shadow: 0 18px 44px rgba(51, 70, 57, 0.08);
}

.appliance-hero .eyebrow {
  display: inline-flex;
  margin: 0;
  padding: 7px 12px;
  border: 1px solid rgba(201, 147, 29, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #966612;
  font-size: 0.84rem;
  font-weight: 950;
}

.appliance-hero h1 {
  margin: 10px 0 7px;
  color: #073e33;
  font-size: clamp(1.7rem, 4vw, 2.45rem);
  line-height: 1.15;
}

.appliance-hero > p:not(.eyebrow) {
  margin: 0;
  color: #506a61;
  font-weight: 750;
  line-height: 1.55;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.hero-points span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #176c59;
  font-size: 0.82rem;
  font-weight: 900;
}

.appliance-step-nav {
  position: sticky;
  top: 8px;
  z-index: 12;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
  margin: 14px 0;
  padding: 8px;
  border: 1px solid rgba(17, 132, 99, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 28px rgba(43, 78, 65, 0.1);
  backdrop-filter: blur(12px);
}

.appliance-step-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  border-radius: 13px;
  color: #285f52;
  font-weight: 900;
  text-decoration: none;
}

.appliance-step-nav a:hover,
.appliance-step-nav a:focus-visible {
  background: #e7faf2;
  color: #08765c;
}

.appliance-step-nav b {
  color: #0b8d6b;
  font-size: 0.76rem;
}

.appliance-sections {
  display: grid;
  gap: 14px;
}

.appliance-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
  align-items: start;
}

.appliance-step {
  scroll-margin-top: 76px;
  padding: 20px;
  border: 1px solid rgba(19, 139, 105, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(45, 73, 62, 0.07);
}

.appliance-step-head {
  display: grid;
  grid-template-columns: 42px 46px 1fr;
  gap: 11px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(18, 134, 101, 0.22);
}

.step-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: linear-gradient(145deg, #006c58, #118b6c);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 950;
}

.step-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: linear-gradient(145deg, #e8faf3, #fff4ca);
  font-size: 1.35rem;
}

.appliance-step-head h2 {
  margin: 0;
  color: #063d32;
  font-size: clamp(1.15rem, 3vw, 1.52rem);
}

.appliance-step-head p {
  margin: 5px 0 0;
  color: #597068;
  font-size: 0.91rem;
  font-weight: 720;
  line-height: 1.5;
}

.cleaning-method-guide {
  margin-top: 14px;
  border: 1px solid rgba(12, 133, 99, 0.22);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(238, 255, 248, 0.95), rgba(255, 249, 224, 0.92));
  box-shadow: 0 10px 24px rgba(39, 94, 76, 0.07);
}

.cleaning-method-guide summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  min-height: 66px;
  padding: 10px 13px;
  color: #084c3f;
  cursor: pointer;
  list-style: none;
}

.cleaning-method-guide summary::-webkit-details-marker {
  display: none;
}

.cleaning-method-guide summary img {
  width: 40px;
  height: 40px;
  animation: cleaning-method-alert-pulse 1.35s ease-in-out infinite;
  will-change: opacity, transform;
}

.cleaning-method-guide summary span,
.cleaning-method-guide summary strong,
.cleaning-method-guide summary small {
  display: block;
}

.cleaning-method-guide summary strong {
  font-size: 0.96rem;
  font-weight: 950;
}

.cleaning-method-guide summary small {
  margin-top: 3px;
  color: #637970;
  font-size: 0.78rem;
  font-weight: 720;
}

.cleaning-method-toggle {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  min-height: 30px;
  padding: 0 9px;
  border: 1px solid rgba(8, 126, 95, 0.18);
  border-radius: 999px;
  background: rgba(8, 126, 95, 0.09);
  color: #08775f;
  font-size: 0.72rem;
  font-weight: 900;
  white-space: nowrap;
}

.cleaning-method-toggle b {
  font-size: 0.9rem;
  transition: transform 0.2s ease;
}

.cleaning-method-toggle__open {
  display: none !important;
}

.cleaning-method-guide[open] .cleaning-method-toggle__closed {
  display: none !important;
}

.cleaning-method-guide[open] .cleaning-method-toggle__open {
  display: inline !important;
}

.cleaning-method-guide[open] .cleaning-method-toggle b {
  transform: rotate(180deg);
}

@keyframes cleaning-method-alert-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(8, 138, 103, 0));
  }
  50% {
    opacity: 0.48;
    transform: scale(0.94);
    filter: drop-shadow(0 0 7px rgba(8, 138, 103, 0.36));
  }
}

@media (prefers-reduced-motion: reduce) {
  .cleaning-method-guide summary img {
    animation-duration: 2.4s;
  }
}

.cleaning-method-guide__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 13px 13px;
}

.method-card {
  padding: 13px;
  border: 1px solid rgba(15, 117, 89, 0.14);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.88);
}

.method-card > span {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff;
  background: #177c66;
  font-size: 0.72rem;
  font-weight: 950;
}

.method-card--wet > span {
  background: #287aa1;
}

.method-card strong,
.method-card p,
.method-card em {
  display: block;
}

.method-card strong {
  margin-top: 8px;
  color: #123f36;
  font-size: 0.85rem;
  line-height: 1.45;
}

.method-card p {
  margin: 6px 0 0;
  color: #60756e;
  font-size: 0.78rem;
  font-weight: 680;
  line-height: 1.55;
}

.method-card em {
  margin-top: 8px;
  color: #9a680b;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
}

.method-guide-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 9px 11px;
  border-radius: 11px;
  background: rgba(255, 245, 207, 0.72);
  color: #745e2f;
  font-size: 0.72rem;
  font-weight: 720;
  line-height: 1.5;
}

.appliance-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.appliance-option,
.appliance-extra {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 104px;
  padding: 14px 15px;
  border: 1px solid rgba(26, 128, 100, 0.18);
  border-radius: 18px;
  background: linear-gradient(145deg, #fbfffd, #fffdf6);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.appliance-option.active,
.appliance-extra.active {
  border-color: #10a97e;
  background: linear-gradient(145deg, #e9fff6, #fff6d6);
  box-shadow: inset 0 0 0 2px rgba(16, 169, 126, 0.1), 0 9px 22px rgba(20, 129, 99, 0.09);
  transform: translateY(-1px);
}

.appliance-option.has-image {
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 11px;
}

.appliance-option-visual {
  position: relative;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  padding: 7px;
  border: 1px solid rgba(17, 132, 99, .1);
  border-radius: 16px;
  background: linear-gradient(145deg, #f3fbf8, #fff9e9);
  overflow: hidden;
}

.appliance-option-visual img {
  position: absolute;
  inset: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  object-fit: contain;
  filter: drop-shadow(0 5px 7px rgba(28, 63, 52, .12));
}

.option-copy strong {
  display: block;
  color: #073f34;
  font-size: 1rem;
  font-weight: 950;
}

.option-copy span {
  display: block;
  margin-top: 5px;
  color: #62766f;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.4;
}

.option-copy em {
  display: block;
  margin-top: 7px;
  color: #0a8d68;
  font-size: 0.94rem;
  font-style: normal;
  font-weight: 950;
}

.line-quantity {
  display: grid;
  grid-template-columns: 38px 38px 38px;
  align-items: center;
  gap: 5px;
}

.line-quantity button {
  display: grid;
  place-items: center;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(11, 135, 100, 0.28);
  border-radius: 12px;
  background: #f2fff9;
  color: #047d60;
  font-size: 1.05rem;
  font-weight: 950;
  cursor: pointer;
}

.line-quantity strong {
  display: grid;
  place-items: center;
  min-height: 38px;
  color: #063d32;
  font-size: 1.06rem;
}

.appliance-extra-wrap {
  display: grid;
  grid-template-columns: minmax(190px, 0.68fr) 1.32fr;
  gap: 14px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(207, 157, 41, 0.24);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 249, 221, 0.74), rgba(239, 255, 247, 0.74));
}

.extra-heading h3 {
  margin: 0;
  color: #78520e;
  font-size: 1rem;
}

.extra-heading p {
  margin: 6px 0 0;
  color: #6d725f;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
}

.appliance-extras {
  display: grid;
  gap: 8px;
}

.appliance-extra {
  min-height: 74px;
  background: rgba(255, 255, 255, 0.78);
}

.appliance-checkout {
  position: sticky;
  top: 72px;
  align-self: start;
  max-height: calc(100vh - 88px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.42) transparent;
  padding: 18px;
  border: 1px solid rgba(6, 91, 72, 0.18);
  border-radius: 24px;
  background: linear-gradient(155deg, #08725d, #075e4d);
  box-shadow: 0 20px 44px rgba(20, 78, 61, 0.2);
  color: #fff;
}

.appliance-checkout::-webkit-scrollbar {
  width: 7px;
}

.appliance-checkout::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
}

.checkout-guide {
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff9df, #f6fff9);
  color: #68490f;
}

.checkout-guide span {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: #0c8466;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 950;
}

.checkout-guide strong {
  display: block;
  margin-top: 9px;
  font-size: 0.98rem;
  line-height: 1.45;
}

.checkout-guide p {
  margin: 7px 0 0;
  color: #71613e;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.selected-summary {
  margin-top: 16px;
  padding: 2px 0 14px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: transparent;
}

.selected-summary > span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #dffff5;
  font-size: 0.8rem;
  font-weight: 950;
}

.selected-summary h2 {
  margin: 12px 0 5px;
  color: #fff;
  font-size: 1.28rem;
  line-height: 1.25;
}

.selection-prompt {
  margin: 0 0 14px !important;
  color: #d2f1e7 !important;
}

.selected-summary strong {
  display: block;
  margin-top: 9px;
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.55;
}

.selected-summary p {
  margin: 7px 0 0;
  color: #cbe9df;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.5;
}

.appliance-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 16px;
}

.appliance-actions .primary-action {
  min-height: 52px;
  border-radius: 15px;
  background: #ffd966;
  color: #5b400c;
  font-size: 1rem;
  font-weight: 950;
  box-shadow: none;
}

.reset-action {
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 950;
  cursor: pointer;
}

.appliance-actions .secondary-action {
  min-height: 42px;
  border-color: rgba(255, 255, 255, 0.18);
  background: transparent;
  color: #d9f1e9;
}

.primary-action.disabled,
.primary-action:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.estimate-help {
  margin: 10px 2px 0;
  color: #c2e3d8;
  font-size: 0.84rem;
  font-weight: 700;
  text-align: right;
}

.appliance-mobile-date-action {
  display: none;
}

@media (max-width: 720px) {
  .appliance-page {
    width: min(100% - 18px, 560px);
    padding: 14px 0 118px;
  }

  .appliance-hero {
    padding: 18px;
    border-radius: 21px;
  }

  .appliance-step-nav {
    overflow-x: auto;
    grid-template-columns: repeat(5, minmax(84px, 1fr));
    justify-content: start;
  }

  .appliance-step-nav a {
    min-height: 38px;
    font-size: 0.82rem;
  }

  .appliance-step {
    padding: 14px;
    border-radius: 20px;
  }

  .appliance-step-head {
    grid-template-columns: 38px 1fr;
    gap: 10px;
  }

  .step-number {
    width: 38px;
    height: 38px;
  }

  .step-icon {
    display: none;
  }

  .appliance-step-head p {
    font-size: 0.84rem;
  }

  .cleaning-method-guide__body {
    grid-template-columns: 1fr;
  }

  .method-guide-note {
    grid-column: auto;
  }

  .appliance-options {
    grid-template-columns: 1fr;
  }

  .appliance-option,
  .appliance-extra {
    min-height: 92px;
    padding: 13px;
  }

  .appliance-option.has-image {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 9px;
  }

  .appliance-option-visual {
    width: 58px;
    height: 58px;
    padding: 6px;
    border-radius: 14px;
  }

  .appliance-workspace {
    grid-template-columns: 1fr;
  }

  .appliance-checkout {
    position: static;
    max-height: none;
    overflow: visible;
  }

  .appliance-extra-wrap {
    grid-template-columns: 1fr;
  }

  .appliance-actions {
    grid-template-columns: 1fr;
  }

  .estimate-help {
    text-align: left;
  }

  .appliance-mobile-date-action:not([hidden]) {
    position: fixed;
    right: max(70px, calc(env(safe-area-inset-right) + 70px));
    bottom: max(10px, env(safe-area-inset-bottom));
    left: max(10px, env(safe-area-inset-left));
    z-index: 8700;
    display: block;
    padding: 7px;
    border: 1px solid rgba(7, 105, 82, 0.22);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 34px rgba(17, 73, 58, 0.25);
    backdrop-filter: blur(12px);
  }

  .appliance-mobile-date-action button {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, #08785f, #18a87e);
    color: #fff;
    font-size: 0.96rem;
    font-weight: 950;
    cursor: pointer;
  }

  .appliance-mobile-date-action button:disabled {
    opacity: 0.55;
    cursor: wait;
  }
}

@media (max-width: 390px) {
  .appliance-option,
  .appliance-extra {
    grid-template-columns: 1fr;
  }

  .line-quantity {
    grid-template-columns: 44px 1fr 44px;
  }

  .appliance-option.has-image {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .appliance-option.has-image .line-quantity {
    grid-column: 2;
  }
}
