.estimate-shell {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, .9), rgba(247, 242, 228, .92)),
    radial-gradient(circle at 12% 4%, rgba(255, 231, 150, .52), transparent 26%),
    radial-gradient(circle at 88% 38%, rgba(255, 255, 255, .88), 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;
}

.estimate-page {
  display: grid;
  gap: 18px;
  padding: 20px 18px 28px;
}

.estimate-pending .estimate-hero {
  display: none;
}

.estimate-pending .estimate-card {
  display: block;
  grid-column: 1 / -1;
  min-height: 190px;
}

.estimate-pending .extra-guide,
.estimate-pending .appliance-estimate-guide {
  grid-column: 1 / -1;
  animation: estimateGuideFirst .22s ease-out both;
}

.estimate-ready .estimate-hero,
.estimate-ready .estimate-card {
  animation: estimateResultReady .28s ease-out both;
}

@keyframes estimateGuideFirst {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes estimateResultReady {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.notice-page {
  display: grid;
  max-width: 760px;
  margin: 0 auto;
}

.estimate-hero {
  text-align: center;
}

.estimate-hero h1 {
  margin: 0;
  color: #123f33;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
}

.estimate-hero p:not(.eyebrow) {
  max-width: 640px;
  margin: 9px auto 0;
  color: #60786f;
  font-size: 14px;
  line-height: 1.55;
}

.estimate-card,
.extra-guide {
  border: 1px solid rgba(213, 168, 75, .26);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 241, 184, .45), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 249, 230, .82)),
    #fff;
  box-shadow: 0 20px 54px rgba(92, 69, 29, .12);
}

.estimate-card {
  padding: 18px;
}

.estimate-loading {
  padding: 38px 16px;
  color: #85642b;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}

.estimate-result {
  display: grid;
  gap: 12px;
}

.estimate-total {
  padding: 20px 18px 18px;
  border-radius: 24px;
  background: linear-gradient(135deg, #12684f, #2fa77f);
  color: #fff;
  box-shadow: 0 18px 34px rgba(18, 104, 79, .2);
}

.estimate-total strong {
  display: block;
  font-size: clamp(36px, 8vw, 48px);
  line-height: 1;
  font-weight: 900;
}

.estimate-total strong.is-calculating {
  padding: 18px 0 8px;
  font-size: clamp(19px, 5.4vw, 25px);
  line-height: 1.3;
  letter-spacing: .06em;
  text-align: center;
}

.estimate-total p {
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 750;
  opacity: .92;
}

.estimate-total .estimate-vat-notice {
  display: inline-flex;
  width: fit-content;
  margin-top: 9px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .96);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}

.selection-summary-note,
.estimate-breakdown-note,
.test-settlement-note,
.external-window-estimate-note,
.deposit-notice,
.estimate-request-note,
.estimate-payment-request,
.estimate-address-note {
  padding: 15px 16px;
  border-radius: 20px;
}

.test-settlement-note {
  border: 1px solid rgba(18, 104, 79, .28);
  background: linear-gradient(135deg, rgba(231, 250, 242, .98), rgba(255, 249, 226, .94));
  box-shadow: 0 10px 24px rgba(18, 104, 79, .08);
}

.test-settlement-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.test-settlement-heading strong {
  color: #0d6f56;
  font-size: 15px;
  font-weight: 900;
}

.test-settlement-heading span {
  padding: 4px 8px;
  border-radius: 999px;
  background: #12684f;
  color: #fff;
  font-size: 11px;
  font-weight: 850;
}

.test-settlement-note dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
}

.test-settlement-note dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(18, 104, 79, .15);
  border-radius: 14px;
  background: rgba(255, 255, 255, .86);
}

.test-settlement-note dt {
  color: #4f6961;
  font-size: 13px;
  font-weight: 800;
}

.test-settlement-note dd {
  margin: 0;
  color: #0b7257;
  font-size: 16px;
  font-weight: 950;
}

@media (max-width: 600px) {
  .test-settlement-note dl {
    grid-template-columns: 1fr;
  }
}

.estimate-payment-request {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  border: 1px solid rgba(188, 126, 27, .28);
  background: linear-gradient(135deg, rgba(255, 249, 228, .92), rgba(237, 250, 244, .88));
}

.estimate-payment-request legend {
  padding: 0 7px;
  color: #8d5b0c;
  font-weight: 900;
}

.estimate-payment-request label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid rgba(18, 104, 79, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .82);
  color: #123f33;
  font-weight: 850;
}

.estimate-payment-request input {
  width: 20px;
  height: 20px;
  accent-color: #168365;
}

.estimate-payment-request p {
  grid-column: 1 / -1;
  margin: 0;
  color: #76551b;
  font-size: 12px;
  line-height: 1.5;
}

.estimate-payment-request .estimate-payment-vat {
  padding-top: 9px;
  border-top: 1px solid rgba(188, 126, 27, .2);
  color: #9a4f24;
  font-size: 13px;
  font-weight: 850;
}

@media (max-width: 560px) {
  .estimate-payment-request {
    grid-template-columns: 1fr;
  }
}

.selection-summary-note {
  border: 1px solid rgba(213, 168, 75, .24);
  background:
    linear-gradient(135deg, rgba(255, 250, 234, .9), rgba(255, 255, 255, .86)),
    #fffaf0;
}

.deposit-notice {
  border: 1px solid rgba(18, 104, 79, .2);
  background: rgba(234, 250, 241, .8);
}

.estimate-request-note {
  display: grid;
  gap: 9px;
  border: 1px solid rgba(18, 104, 79, .22);
  background: linear-gradient(135deg, rgba(239, 252, 246, .96), rgba(255, 252, 240, .92));
}

.estimate-request-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.estimate-request-title strong {
  color: #12684f;
  font-size: 15px;
  font-weight: 850;
}

.estimate-request-title span {
  color: #6c7c75;
  font-size: 12px;
  font-weight: 750;
}

.estimate-request-note textarea {
  width: 100%;
  min-height: 92px;
  box-sizing: border-box;
  padding: 12px 13px;
  border: 1px solid rgba(18, 104, 79, .18);
  border-radius: 14px;
  outline: 0;
  resize: vertical;
  color: #123f33;
  background: rgba(255, 255, 255, .92);
  font: inherit;
  font-size: 14px;
  line-height: 1.55;
}

.estimate-request-note textarea:focus {
  border-color: rgba(18, 104, 79, .55);
  box-shadow: 0 0 0 3px rgba(18, 104, 79, .1);
}

.estimate-request-note > p {
  margin: 0;
  color: #60786f;
  font-size: 12px;
  line-height: 1.45;
}

.estimate-address-note {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(188, 126, 27, .28);
  background: linear-gradient(135deg, rgba(255, 249, 226, .97), rgba(239, 252, 246, .94));
}

.estimate-address-title,
.estimate-address-title > div {
  display: flex;
  align-items: center;
}

.estimate-address-title {
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.estimate-address-title > div {
  gap: 8px;
  min-width: 0;
}

.estimate-address-title strong {
  color: #12684f;
  font-size: 15px;
  font-weight: 850;
}

.estimate-address-title span {
  padding: 4px 7px;
  border-radius: 999px;
  background: #fff0bf;
  color: #9a6417;
  font-size: 11px;
  font-weight: 850;
}

.estimate-address-title button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(18, 104, 79, .28);
  border-radius: 12px;
  background: #147d5f;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
}

.estimate-address-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}

.estimate-address-title .estimate-profile-address {
  background: #fff;
  color: #12684f;
}

.estimate-address-title button:disabled {
  cursor: wait;
  opacity: .62;
}

.estimate-address-fields {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 10px;
}

.estimate-address-fields label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.estimate-address-fields label > span {
  color: #60786f;
  font-size: 11px;
  font-weight: 800;
}

.estimate-detail-address-field {
  grid-column: 1 / -1;
}

.estimate-address-fields input {
  width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid rgba(18, 104, 79, .18);
  border-radius: 13px;
  outline: 0;
  background: rgba(255, 255, 255, .94);
  color: #123f33;
  font: inherit;
  font-size: 14px;
}

.estimate-address-fields input[readonly] {
  background: rgba(250, 252, 248, .92);
  cursor: pointer;
}

.estimate-address-fields input:focus {
  border-color: rgba(18, 104, 79, .58);
  box-shadow: 0 0 0 3px rgba(18, 104, 79, .1);
}

.estimate-address-note.is-invalid {
  border-color: rgba(197, 74, 43, .52);
  box-shadow: 0 0 0 3px rgba(197, 74, 43, .08);
}

.estimate-address-note > p {
  margin: 0;
  color: #60786f;
  font-size: 12px;
  line-height: 1.45;
}

.estimate-address-note.is-invalid > p {
  color: #b4472c;
  font-weight: 800;
}

.estimate-breakdown-note {
  border: 1px solid rgba(213, 168, 75, .3);
  background:
    linear-gradient(135deg, rgba(255, 247, 218, .95), rgba(255, 255, 255, .9)),
    #fff8df;
}

.external-window-estimate-note {
  border: 1px solid rgba(178, 122, 35, .28);
  background:
    linear-gradient(135deg, rgba(255, 246, 215, .96), rgba(244, 255, 249, .9)),
    #fffaf0;
}

.selection-summary-note strong,
.estimate-breakdown-note strong,
.external-window-estimate-note strong,
.deposit-notice strong {
  color: #12684f;
  font-size: 15px;
  font-weight: 850;
}

.selection-summary-note p,
.estimate-breakdown-note p,
.external-window-estimate-note p,
.deposit-notice p {
  margin: 7px 0 0;
  color: #375f53;
  font-size: 14px;
  line-height: 1.5;
}

.booking-policy-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px solid #c9dfd7;
  border-radius: 14px;
  background: #f6fcf9;
  color: #244f43;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.booking-policy-consent[hidden] {
  display: none;
}

.booking-policy-consent input {
  width: 19px;
  height: 19px;
  margin-top: 1px;
  accent-color: #11866a;
  flex: 0 0 auto;
}

.booking-policy-consent a {
  color: #08765e;
  text-underline-offset: 3px;
}

.selection-summary-note p {
  color: #123f33;
  font-size: 15px;
  font-weight: 850;
}

.estimate-breakdown-note p {
  display: grid;
  gap: 5px;
  color: #74511a;
  font-size: 14px;
  font-weight: 850;
}

.breakdown-addon-text {
  display: block;
}

.breakdown-minimum-guide {
  display: block;
  margin-top: 7px;
  padding-top: 9px;
  border-top: 1px solid rgba(213, 168, 75, .28);
  color: #765f32;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.65;
}

.breakdown-total-text {
  display: block;
  color: #12684f;
  font-size: 17px;
  font-weight: 950;
}

.estimate-condition-note {
  margin-top: 9px !important;
  padding-top: 9px;
  border-top: 1px solid rgba(213, 168, 75, .24);
  color: #12684f !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

.estimate-actions {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 10px;
}

.estimate-actions button {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.estimate-actions button:disabled {
  cursor: wait;
  opacity: .78;
}

.estimate-submit-help {
  margin: -3px 2px 0;
  color: #6a5a37;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.extra-guide {
  overflow: hidden;
}

.estimate-limit-dialog,
.estimate-submit-dialog,
.postcode-dialog {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(18, 45, 38, .42);
  backdrop-filter: blur(4px);
}

.estimate-limit-dialog[hidden],
.estimate-submit-dialog[hidden],
.postcode-dialog[hidden] {
  display: none;
}

.postcode-dialog {
  z-index: 1300;
  padding: 12px;
}

.postcode-dialog-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(520px, 100%);
  height: min(720px, calc(100dvh - 24px));
  overflow: hidden;
  border: 1px solid rgba(213, 168, 75, .4);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 26px 80px rgba(18, 45, 38, .28);
}

.postcode-dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 15px;
  border-bottom: 1px solid rgba(18, 104, 79, .12);
  background: linear-gradient(135deg, #fff8df, #effbf5);
}

.postcode-dialog-head > div {
  display: grid;
  gap: 3px;
}

.postcode-dialog-head strong {
  color: #123f33;
  font-size: 17px;
}

.postcode-dialog-head span {
  color: #60786f;
  font-size: 12px;
}

.postcode-dialog-head button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(18, 104, 79, .18);
  border-radius: 50%;
  background: #fff;
  color: #12684f;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

.postcode-layer {
  min-height: 0;
  background: #fff;
}

@media (max-width: 520px) {
  .estimate-address-fields {
    grid-template-columns: 94px minmax(0, 1fr);
  }

  .estimate-address-title button {
    min-height: 36px;
    padding-inline: 11px;
  }

  .estimate-address-actions {
    width: 100%;
  }

  .estimate-address-actions button {
    flex: 1 1 0;
  }
}

.estimate-limit-card {
  width: min(360px, 100%);
  padding: 24px 22px 20px;
  border: 1px solid rgba(213, 168, 75, .35);
  border-radius: 22px;
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 236, 163, .55), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 250, 235, .96));
  box-shadow: 0 24px 70px rgba(18, 45, 38, .24);
  text-align: center;
}

.estimate-limit-card strong {
  display: block;
  color: #123f33;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 900;
}

.estimate-limit-card button {
  width: 100%;
  margin-top: 18px;
  padding: 14px 16px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #16795c, #28aa80);
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 850;
  cursor: pointer;
}

.estimate-submit-card {
  width: min(410px, 100%);
  box-sizing: border-box;
  padding: 25px 22px 21px;
  border: 1px solid rgba(213, 168, 75, .34);
  border-radius: 24px;
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 236, 163, .5), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, .99), rgba(245, 253, 249, .98));
  box-shadow: 0 24px 70px rgba(18, 45, 38, .25);
  text-align: center;
}

.estimate-submit-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin: 0 auto 13px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #1b936d;
  font-size: 25px;
  font-weight: 900;
}

.estimate-submit-dialog.is-night .estimate-submit-icon {
  background: #ae7720;
}

.estimate-submit-dialog.is-error .estimate-submit-icon {
  background: #b95734;
}

.estimate-submit-card > strong {
  display: block;
  color: #123f33;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 900;
}

.estimate-submit-card > p {
  margin: 10px 0 0;
  color: #4f6c62;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 650;
  white-space: pre-line;
}

.estimate-submit-dialog-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 19px;
}

.estimate-submit-dialog-actions.has-fallbacks {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.estimate-submit-dialog-actions button,
.estimate-submit-dialog-actions a {
  display: grid;
  min-height: 46px;
  box-sizing: border-box;
  place-items: center;
  border: 1px solid rgba(18, 104, 79, .2);
  border-radius: 14px;
  color: #12684f;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.estimate-submit-dialog-actions button:first-child,
.estimate-submit-dialog-actions a:first-child {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #16795c, #28aa80);
}

.estimate-submit-dialog-actions.has-fallbacks button:last-child {
  grid-column: 1 / -1;
}

.extra-guide-alert {
  display: grid;
  gap: 6px;
  padding: 15px 16px 13px;
  border-bottom: 1px solid rgba(213, 168, 75, .22);
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 236, 163, .78), transparent 42%),
    linear-gradient(135deg, rgba(255, 252, 240, .98), rgba(232, 250, 241, .94));
  text-align: center;
}

.extra-guide-alert span {
  width: fit-content;
  margin: 0 auto;
  padding: 5px 11px;
  border: 1px solid rgba(178, 122, 35, .28);
  border-radius: 999px;
  color: #9a6424;
  background: rgba(255, 248, 225, .92);
  font-size: 11px;
  font-weight: 820;
}

.extra-guide-alert strong {
  color: #0e5f49;
  font-size: clamp(16px, 4.15vw, 21px);
  line-height: 1.28;
  font-weight: 800;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

.extra-slideshow {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  background: #f5efe0;
}

.extra-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  animation: extraSlide 16s infinite;
  animation-delay: calc(var(--slide-index, 0) * 4s);
}

.extra-slide:first-child {
  opacity: 1;
}

.extra-slide img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
}

.extra-slide figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  border-radius: 999px;
  background: rgba(18, 56, 47, .82);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  padding: 8px 12px;
  backdrop-filter: blur(10px);
}

@keyframes extraSlide {
  0%,
  20% {
    opacity: 1;
  }

  25%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .extra-slide {
    display: none;
    animation: none;
  }

  .extra-slide:first-child {
    display: block;
    opacity: 1;
  }
}

.extra-slideshow.js-slideshow .extra-slide {
  display: block !important;
  opacity: 0;
  animation: none;
  pointer-events: none;
  transition: opacity .55s ease;
}

.extra-slideshow.js-slideshow .extra-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.extra-slideshow-controls {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 6px;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 999px;
  background: rgba(18, 56, 47, .86);
  box-shadow: 0 7px 20px rgba(12, 43, 35, .25);
  backdrop-filter: blur(9px);
}

.extra-slideshow-controls button {
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.extra-slideshow-counter {
  min-width: 42px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

@media (max-width: 560px) {
  .extra-slideshow-controls {
    right: 10px;
    bottom: 10px;
  }

  .extra-slide figcaption {
    right: 112px;
    bottom: 12px;
    width: fit-content;
    max-width: calc(100% - 132px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.extra-guide-body {
  padding: 18px;
}

.extra-guide h2 {
  margin: 0;
  color: #123f33;
  font-size: 21px;
  line-height: 1.28;
}

.extra-guide p:not(.eyebrow) {
  margin: 10px 0 0;
  color: #526c63;
  font-size: 14px;
  line-height: 1.6;
}

.extra-guide ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.extra-guide li {
  position: relative;
  padding-left: 16px;
  color: #45665c;
  font-size: 13px;
  line-height: 1.5;
}

.extra-guide li::before {
  position: absolute;
  top: .62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c99a37;
  content: "";
}

.cancel-guide {
  margin-top: 16px;
  padding: 15px;
  border: 1px solid rgba(178, 108, 38, .24);
  border-radius: 18px;
  background: rgba(255, 246, 226, .86);
}

.cancel-guide strong {
  color: #9a6424;
  font-size: 14px;
  font-weight: 900;
}

.cancel-guide p {
  margin: 7px 0 0;
  color: #5d4c32;
  font-size: 13px;
  line-height: 1.55;
}

.appliance-estimate-guide {
  border: 1px solid rgba(190, 151, 57, .25);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 249, 232, .96), rgba(237, 252, 244, .94));
  box-shadow: 0 24px 52px rgba(52, 65, 39, .13);
  overflow: hidden;
}

.appliance-guide-card {
  display: grid;
  gap: 0;
}

.appliance-guide-visual {
  position: relative;
  min-height: 230px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 236, 157, .78), transparent 30%),
    linear-gradient(135deg, rgba(18, 61, 50, .82), rgba(33, 136, 105, .54)),
    url("./assets/hero-slide-03.png") center / cover;
}

.appliance-guide-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 37, 31, .08), rgba(7, 37, 31, .6));
  content: "";
}

.appliance-guide-visual span {
  position: absolute;
  right: 22px;
  bottom: 20px;
  z-index: 1;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .84);
  color: #0b4c3d;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .18);
}

.appliance-estimate-guide.visual-filter .appliance-guide-visual span::before {
  content: "설치 구조 확인";
}

.appliance-estimate-guide.visual-filter .appliance-guide-visual {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 236, 157, .78), transparent 30%),
    linear-gradient(135deg, rgba(18, 61, 50, .82), rgba(33, 136, 105, .54)),
    url("./assets/before-after/filter-before.jpg") center / cover;
}

.appliance-estimate-guide.visual-washer .appliance-guide-visual span::before {
  content: "분해 범위 확인";
}

.appliance-estimate-guide.visual-washer .appliance-guide-visual {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 236, 157, .78), transparent 30%),
    linear-gradient(135deg, rgba(18, 61, 50, .82), rgba(33, 136, 105, .54)),
    url("./assets/before-after/washer-tray-before.jpg") center / cover;
}

.appliance-estimate-guide.visual-mattress .appliance-guide-visual span::before {
  content: "오염도 확인";
}

.appliance-estimate-guide.visual-sofa .appliance-guide-visual span::before {
  content: "소재 확인";
}

.appliance-estimate-guide.visual-carpet .appliance-guide-visual span::before {
  content: "크기·소재 확인";
}

.appliance-estimate-guide.visual-carpet .appliance-guide-visual {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 236, 157, .78), transparent 30%),
    linear-gradient(135deg, rgba(18, 61, 50, .82), rgba(33, 136, 105, .54)),
    url("./assets/before-after/dryer-filter-before.jpg") center / cover;
}

.repair-estimate-guide .appliance-guide-visual {
  min-height: 190px;
}

.repair-estimate-guide.visual-home-repair .appliance-guide-visual span::before {
  content: "제품·현장 상태 확인";
}

.repair-estimate-guide.visual-home-repair .appliance-guide-visual {
  background:
    linear-gradient(135deg, rgba(10, 69, 57, .72), rgba(15, 145, 112, .22)),
    url("./assets/home-repair/home-repair-service-v1.png") center / cover;
}

.repair-estimate-guide.visual-film .appliance-guide-visual span::before {
  content: "필름 밑작업 확인";
}

.repair-estimate-guide.visual-film .appliance-guide-visual {
  background:
    linear-gradient(135deg, rgba(20, 82, 69, .88), rgba(209, 169, 73, .42)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, .25) 0 10px, rgba(255, 245, 214, .12) 10px 22px);
}

.repair-estimate-guide.visual-screen .appliance-guide-visual span::before {
  content: "창호 크기 확인";
}

.repair-estimate-guide.visual-screen .appliance-guide-visual {
  background:
    radial-gradient(circle at 72% 28%, rgba(255, 235, 153, .66), transparent 28%),
    linear-gradient(135deg, rgba(12, 69, 58, .88), rgba(36, 157, 121, .46)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .22) 0 2px, transparent 2px 10px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .16) 0 2px, transparent 2px 10px);
}

.repair-estimate-guide.visual-flooring .appliance-guide-visual span::before {
  content: "평수·철거 확인";
}

.repair-estimate-guide.visual-flooring .appliance-guide-visual {
  background:
    linear-gradient(135deg, rgba(18, 61, 50, .78), rgba(195, 142, 49, .42)),
    repeating-linear-gradient(90deg, rgba(255, 247, 222, .82) 0 26px, rgba(224, 190, 126, .52) 26px 29px);
}

.repair-estimate-guide.visual-wallpaper .appliance-guide-visual span::before {
  content: "벽 상태 확인";
}

.repair-estimate-guide.visual-wallpaper .appliance-guide-visual {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 233, 154, .75), transparent 32%),
    linear-gradient(135deg, rgba(13, 67, 56, .84), rgba(167, 126, 55, .34)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .18) 0 8px, transparent 8px 18px);
}

.appliance-guide-copy {
  padding: 20px;
}

.appliance-guide-copy p {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff2c6;
  color: #a36e12;
  font-size: 12px;
  font-weight: 900;
}

.appliance-guide-copy h2 {
  margin: 0;
  color: #073d32;
  font-size: 22px;
  line-height: 1.28;
}

.appliance-guide-copy strong {
  display: block;
  margin-top: 12px;
  color: #15805f;
  font-size: 15px;
  font-weight: 900;
}

.appliance-guide-copy span {
  display: block;
  margin-top: 8px;
  color: #4d675e;
  font-size: 14px;
  line-height: 1.62;
}

.appliance-guide-copy ul {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.appliance-guide-copy li {
  position: relative;
  padding-left: 18px;
  color: #365d52;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
}

.appliance-guide-copy li::before {
  position: absolute;
  top: .62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c99a37;
  content: "";
}

@media (min-width: 980px) {
  .estimate-page {
    display: grid;
    grid-template-columns: 440px minmax(0, 1fr);
    gap: 24px;
    padding: 34px clamp(44px, 7vw, 98px) 60px;
  }

  .notice-page {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    max-width: 860px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .estimate-hero {
    grid-column: 1 / -1;
  }

  .estimate-card {
    padding: 24px;
    align-self: start;
  }

  .extra-slideshow {
    min-height: 330px;
  }

  .extra-slide img {
    min-height: 330px;
  }

  .appliance-guide-card {
    grid-template-rows: auto 1fr;
  }

  .appliance-guide-visual {
    min-height: 300px;
  }
}
.estimate-price-lines{display:grid;gap:8px}.estimate-price-lines>span{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:8px 10px;border-radius:10px;background:rgba(255,255,255,.68);font-size:13px}.estimate-price-lines>span>span{display:flex;flex-wrap:wrap;align-items:center;gap:5px;color:#496b63}.estimate-price-lines>span>strong{flex:0 0 auto;color:#123f35;font-size:13px}.estimate-price-lines .estimate-category-discount{color:#c43632;font-size:11px;font-weight:950}.estimate-price-lines>.estimate-price-discount{margin-top:4px;border:1px solid rgba(205,68,61,.2);background:#fff2f0}.estimate-price-lines>.estimate-price-discount>span,.estimate-price-lines>.estimate-price-discount>strong{color:#c43632;font-weight:950}.estimate-price-lines>.estimate-price-total{margin-top:4px;padding-top:12px;border-top:1px solid #c9ded6;border-radius:0;background:transparent}.estimate-price-lines>.estimate-price-total>span,.estimate-price-lines>.estimate-price-total>strong{color:#08735d;font-size:15px;font-weight:900}

.breakdown-discount-text{display:flex;justify-content:space-between;gap:16px;margin-top:7px;padding:9px 10px;border:1px solid rgba(205,68,61,.2);border-radius:10px;background:#fff2f0;color:#c43632;font-weight:950}.breakdown-discount-text strong{color:#c43632}
