/* Home service selector: clean text links with a blue underline. */
.conversion-hero::after {
  background:
    linear-gradient(90deg, rgba(17, 34, 28, .84) 0%, rgba(22, 51, 40, .66) 42%, rgba(22, 51, 40, .11) 100%),
    linear-gradient(180deg, rgba(255, 248, 218, .06), rgba(8, 18, 15, .25));
}

.estimate-entry {
  padding-top: 13px;
  padding-bottom: 13px;
}

.estimate-menu-links {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(46px, 6.5vw, 86px);
  max-width: 1040px;
  overflow-x: auto;
  padding: 0 10px 4px;
  scrollbar-width: none;
}

.estimate-menu-links::-webkit-scrollbar {
  display: none;
}

.estimate-menu-links a,
.estimate-menu-links .inactive-link,
.estimate-menu-links a.active,
.estimate-menu-links a:hover,
.estimate-menu-links a:focus-visible {
  flex: 0 0 auto;
  min-height: 30px;
  padding: 5px 7px 4px;
  border: 0;
  border-bottom: 2px solid #72c7ef;
  border-radius: 8px 8px 2px 2px;
  color: #1977a6;
  background: transparent;
  box-shadow: none;
  font-size: 17px;
  font-weight: 680;
  outline: none;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.estimate-menu-links a:hover,
.estimate-menu-links a:focus-visible {
  color: #008b72;
  border-bottom-color: #23cda3;
  background: rgba(225, 255, 247, 0.56);
}

.estimate-menu-links a.active {
  color: #00745f;
  border-bottom-color: #00b88a;
  border-bottom-width: 4px;
  background: linear-gradient(180deg, rgba(239, 255, 250, 0.35), rgba(217, 255, 243, 0.92));
  box-shadow: 0 4px 12px rgba(0, 184, 138, 0.12);
  font-weight: 850;
}

.estimate-menu-links .inactive-link {
  color: #7d9baa;
  border-bottom-color: #c6e2ef;
  font-weight: 620;
}

.live-estimate-badge {
  border-color: #d2e4ef;
  color: #176a74;
  background: #fff;
  box-shadow: 0 3px 9px rgba(51, 94, 120, .09);
  animation: liveEstimateSoftPulse 3.6s ease-in-out infinite;
}

@keyframes liveEstimateSoftPulse {
  0%,
  100% {
    opacity: 1;
    box-shadow: 0 3px 9px rgba(51, 94, 120, .09);
  }

  50% {
    opacity: .62;
    box-shadow: 0 2px 6px rgba(51, 94, 120, .05);
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-estimate-badge {
    animation: none;
  }
}

.menu-grid .menu-box strong {
  margin-top: 1px;
  font-size: 16px;
  font-weight: 620;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .92);
  transform: none;
}

.conversion-hero .hero-partner-proof {
  max-width: 390px;
  margin-top: 4px;
  padding-left: 12px;
  border-left: 3px solid #63d8b0;
  color: #fffaf0;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 680;
  text-shadow: 0 8px 22px rgba(0, 0, 0, .34);
  word-break: keep-all;
}

@media (max-width: 520px) {
  .topbar .brand {
    flex: 0 1 auto;
    min-width: 0;
  }

  .topbar .brand .brand-lockup__mascot {
    width: 40px;
    height: 40px;
  }

  .topbar .brand .brand-lockup__copy strong {
    font-size: 15px;
    letter-spacing: -.45px;
  }

  .topbar .brand .brand-lockup__copy small {
    font-size: 5.5px;
    letter-spacing: .8px;
  }

  .conversion-hero::after {
    background:
      linear-gradient(90deg, rgba(17, 34, 28, .78) 0%, rgba(22, 51, 40, .52) 48%, rgba(22, 51, 40, .09) 100%),
      linear-gradient(180deg, rgba(255, 248, 218, .05), rgba(8, 18, 15, .22));
  }

  .estimate-entry {
    padding: 8px 9px 7px;
  }

  .estimate-menu-links {
    justify-content: space-between;
    gap: 6px;
    width: 100%;
    max-width: 430px;
    margin-inline: auto;
    overflow-x: visible;
    padding-inline: 4px;
  }

  .estimate-menu-links a,
  .estimate-menu-links .inactive-link,
  .estimate-menu-links a.active,
  .estimate-menu-links a:hover,
  .estimate-menu-links a:focus-visible {
    min-height: 27px;
    padding: 4px 3px 3px;
    font-size: 13px;
  }

  .live-estimate-badge {
    min-height: 16px;
    padding-inline: 6px;
    font-size: 8.5px;
  }

  .menu-grid .menu-box strong {
    font-size: 13.5px;
    font-weight: 590;
  }

  .conversion-hero .hero-partner-proof {
    display: block;
    max-width: 286px;
    margin-top: 3px;
    padding-left: 9px;
    border-left-width: 2px;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 650;
  }
}

@media (max-width: 350px) {
  .estimate-menu-links {
    gap: 3px;
    padding-inline: 2px;
  }

  .estimate-menu-links a,
  .estimate-menu-links .inactive-link,
  .estimate-menu-links a.active,
  .estimate-menu-links a:hover,
  .estimate-menu-links a:focus-visible {
    padding-inline: 2px;
    font-size: 12px;
  }
}

/* Brand promise: clear on-site confirmation and customer-consent standards. */
.conversion-hero > .hero-copy:not(.brand-hero-copy) {
  display: none;
}

.conversion-hero .brand-hero-copy > p,
.conversion-hero .brand-hero-copy > h1,
.conversion-hero .brand-hero-copy > span,
.conversion-hero .brand-hero-copy > strong,
.conversion-hero .brand-hero-copy .hero-partner-proof {
  transition: opacity 180ms ease, transform 180ms ease;
}

.conversion-hero .brand-hero-copy .is-switching {
  opacity: 0;
  transform: translateY(7px);
}

.brand-promise {
  display: grid;
  gap: 24px;
  margin: 20px 0 14px;
  padding: clamp(22px, 3vw, 34px);
  border-top: 1px solid #b6dfcf;
  border-bottom: 1px solid #b6dfcf;
  background: #f5fbf7;
}

.brand-promise-intro {
  max-width: 760px;
}

.brand-promise-intro p {
  margin: 0 0 8px;
  color: #a2731f;
  font-size: 12px;
  font-weight: 700;
}

.brand-promise-intro h2 {
  margin: 0;
  color: #134b3c;
  font-size: clamp(21px, 2.15vw, 29px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.28;
}

.brand-promise-intro span {
  display: block;
  margin-top: 10px;
  color: #5a7068;
  font-size: 14px;
  line-height: 1.65;
}

.brand-promise-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d4e8df;
  border-bottom: 1px solid #d4e8df;
}

.brand-promise-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 18px;
  border-left: 1px solid #d4e8df;
}

.brand-promise-list li:first-child {
  border-left: 0;
}

.brand-promise-list em {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #1d8b69;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.brand-promise-list strong {
  display: block;
  color: #174b3e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.brand-promise-list span {
  display: block;
  margin-top: 5px;
  color: #60736d;
  font-size: 13px;
  line-height: 1.55;
}

.brand-promise-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand-promise-footer b {
  color: #1a745b;
  font-size: 14px;
  font-weight: 700;
}

.brand-promise-footer a {
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  color: #146f9b;
  font-size: 13px;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .conversion-hero .brand-hero-copy .hero-trust-chips {
    gap: 5px;
  }

  .conversion-hero .brand-hero-copy .hero-trust-chips b {
    min-height: 24px;
    padding: 4px 8px;
    font-size: 9px;
  }

  .brand-promise {
    gap: 16px;
    margin: 13px 0 8px;
    padding: 20px 16px;
  }

  .brand-promise-intro h2 {
    font-size: 20px;
  }

  .brand-promise-intro span {
    font-size: 13px;
    line-height: 1.55;
  }

  .brand-promise-list {
    grid-template-columns: 1fr;
  }

  .brand-promise-list li {
    padding: 14px 0;
    border-top: 1px solid #d4e8df;
    border-left: 0;
  }

  .brand-promise-list li:first-child {
    border-top: 0;
  }

  .brand-promise-list strong {
    font-size: 15px;
  }

  .brand-promise-list span {
    font-size: 12px;
  }

  .brand-promise-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
/* 최신순 통합 후기 게시판 */
.menu-grid.is-review-menu{display:block;width:100%;max-width:1040px;margin-right:auto;margin-left:auto}
.home-review-board{width:100%;padding:28px;border:1px solid #e7d7ac;border-radius:24px;background:rgba(255,255,255,.86);box-shadow:0 18px 44px rgba(45,85,72,.08);text-align:left}
.home-review-board-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:16px}
.home-review-board-head small{display:block;margin-bottom:6px;color:#b07813;font-size:12px;font-weight:900}
.home-review-board-head h2{margin:0;color:#053f37;font-size:clamp(22px,2.4vw,30px);line-height:1.25}
.home-review-board-head p{margin:7px 0 0;color:#668078;font-size:13px;line-height:1.55}
.home-review-write-button{flex:0 0 auto;min-width:122px;padding:11px 16px;border:0;border-radius:999px;background:#08765e;color:#fff;font-weight:900;cursor:pointer;box-shadow:0 8px 20px rgba(8,118,94,.19)}
.home-review-write-button:hover{background:#05644f}
.home-review-coupon{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;padding:12px 16px;border:1px solid #e7ca7f;border-radius:12px;background:#fff7d9;color:#63470d}
.home-review-coupon strong{font-size:14px}.home-review-coupon span{color:#9c741e;font-size:12px;font-weight:800}
.home-review-list{display:grid;gap:11px}
.home-review-post{padding:17px 18px;border:1px solid #d8e9e2;border-radius:15px;background:#fff;box-shadow:0 6px 18px rgba(31,87,70,.04)}
.home-review-post-line{display:grid;grid-template-columns:auto auto minmax(120px,1fr) auto;align-items:center;gap:10px;padding-bottom:11px;border-bottom:1px dashed #d9e5e0}
.home-review-service{padding:5px 9px;border-radius:999px;background:#e8f7f1;color:#08765e;font-size:12px;font-weight:900;white-space:nowrap}
.home-review-author{color:#71827c;font-size:12px;font-weight:800;white-space:nowrap}
.home-review-post-line>strong{min-width:0;overflow:hidden;color:#153f37;font-size:15px;text-overflow:ellipsis;white-space:nowrap}
.home-review-post-score{display:flex;align-items:center;gap:6px;color:#a56d08;font-size:11px;white-space:nowrap}
.home-review-stars{color:#f0ae24;letter-spacing:-2px}.home-review-stars i{color:#dedbd1;font-style:normal}
.home-review-post>p{margin:13px 0;color:#3e5e56;font-size:14px;line-height:1.7;white-space:pre-wrap}
.home-review-post footer{display:flex;flex-wrap:wrap;gap:6px 14px;color:#81918b;font-size:11px}
.home-review-post-photos{display:grid;grid-template-columns:repeat(3,minmax(0,120px));gap:8px;margin:12px 0}
.home-review-post-photos a{display:block;aspect-ratio:1;overflow:hidden;border-radius:9px;background:#edf4f0}
.home-review-post-photos img{width:100%;height:100%;object-fit:cover}
.home-review-empty{margin:0;padding:34px 10px;border:1px dashed #cddfd8;border-radius:14px;color:#71877f;text-align:center;line-height:1.7}

/* 메인 후기 작성 작은 창 */
body.review-modal-open{overflow:hidden}
.home-review-modal[hidden]{display:none}
.home-review-modal{position:fixed;z-index:10020;inset:0;display:grid;place-items:center;padding:18px;background:rgba(4,35,30,.58);backdrop-filter:blur(4px)}
.home-review-dialog{position:relative;width:min(620px,100%);max-height:92vh;overflow:auto;padding:28px;border:1px solid #dce9e3;border-radius:22px;background:#fffdf7;box-shadow:0 28px 80px rgba(0,0,0,.25)}
.home-review-modal-close{position:absolute;top:14px;right:14px;display:grid;width:36px;height:36px;place-items:center;border:1px solid #d0e4dc;border-radius:50%;background:#fff;color:#08765e;font-size:24px;line-height:1;cursor:pointer}
.home-review-modal-heading{padding-right:42px}.home-review-modal-heading small{color:#ad7615;font-weight:900}.home-review-modal-heading h2{margin:5px 0;color:#073f37;font-size:23px;line-height:1.35}.home-review-modal-heading p{margin:0;color:#71847e;font-size:13px}
.home-review-auth{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:18px 0;padding:13px 14px;border:1px solid #cfe5dc;border-radius:13px;background:#f1fbf7}
.home-review-auth>div{display:grid;gap:4px}.home-review-auth strong{color:#184e43;font-size:13px}.home-review-auth span{color:#748981;font-size:11px;line-height:1.45}.home-review-auth button{flex:0 0 auto;padding:9px 13px;border:0;border-radius:9px;background:#08765e;color:#fff;font-weight:900;cursor:pointer}
.home-review-form fieldset{min-width:0;margin:0;padding:0;border:0}.home-review-form fieldset:disabled{opacity:.56}
.home-review-form label{position:relative;display:grid;gap:7px;margin-top:14px;color:#244f46;font-size:13px;font-weight:900}
.home-review-form input:not([type=checkbox]):not([type=file]),.home-review-form select,.home-review-form textarea{width:100%;box-sizing:border-box;padding:12px 13px;border:1px solid #ccdfd8;border-radius:10px;background:#fff;color:#183f37;font:inherit;font-weight:500;outline:none}
.home-review-form textarea{resize:vertical;line-height:1.65}.home-review-form input:focus,.home-review-form select:focus,.home-review-form textarea:focus{border-color:#29a481;box-shadow:0 0 0 3px rgba(41,164,129,.12)}
.home-review-selected{margin-top:9px;padding:11px 12px;border-radius:10px;background:#eef9f4}.home-review-selected span{display:flex;justify-content:space-between;gap:10px;color:#174b40;font-size:13px}.home-review-selected small{color:#72877f;font-weight:600}
.home-review-score-field{margin-top:15px!important}.home-review-score-field legend{width:100%;margin-bottom:8px;color:#244f46;font-size:13px;font-weight:900}.home-review-score-field legend strong{float:right;color:#b37a10}
.home-review-score-options{display:grid;grid-template-columns:repeat(10,1fr);gap:3px;padding:8px;border:1px solid #ecdcae;border-radius:11px;background:#fff9e9}
.home-review-score-options button{display:grid;aspect-ratio:1;place-items:center;padding:0;border:0;background:transparent;color:#d8d5cd;font-size:25px;cursor:pointer}.home-review-score-options button.filled{color:#efad22}.home-review-score-options button:focus-visible{outline:2px solid #188d70;border-radius:5px}
.home-review-count{position:absolute;right:9px;bottom:8px;padding:2px 4px;background:#fff;color:#85948f;font-size:10px;font-weight:600}
.home-review-photo-field{display:grid;grid-template-columns:1fr auto;align-items:center;gap:9px;margin-top:15px}.home-review-photo-field>div:first-child{display:flex;gap:8px;color:#244f46;font-size:13px}.home-review-photo-field>div:first-child span{color:#7b8f88;font-size:11px}
.home-review-photo-picker{display:block!important;margin:0!important;padding:8px 12px;border:1px solid #a9d7c6;border-radius:8px;background:#f1faf6;color:#08765e!important;cursor:pointer}.home-review-photo-picker input{position:absolute;width:1px;height:1px;opacity:0}
.home-review-photo-previews{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.home-review-photo-previews>div{position:relative;aspect-ratio:1;overflow:hidden;border-radius:9px;background:#eef3f1}.home-review-photo-previews img{width:100%;height:100%;object-fit:cover}.home-review-photo-previews button{position:absolute;top:5px;right:5px;width:25px;height:25px;border:0;border-radius:50%;background:rgba(0,0,0,.68);color:#fff;cursor:pointer}
.home-review-consent{grid-template-columns:auto 1fr!important;align-items:start!important;gap:8px!important;padding:11px 12px;border:1px solid #d8e7e1;border-radius:10px;background:#fafcfb}.home-review-consent input{width:17px;height:17px;margin:0;accent-color:#08765e}
.home-review-form-message{min-height:19px;margin:10px 0 0;color:#08765e;font-size:12px;font-weight:800}.home-review-form-message.is-error{color:#c04e39}
.home-review-submit{width:100%;margin-top:5px;padding:13px;border:0;border-radius:10px;background:linear-gradient(120deg,#08765e,#28a97f);color:#fff;font-weight:900;cursor:pointer}.home-review-submit:disabled{cursor:wait;opacity:.55}

@media(max-width:680px){
  .home-review-board{padding:18px 13px;border-radius:18px}
  .home-review-board-head{align-items:flex-start;flex-direction:column;gap:13px}.home-review-write-button{align-self:flex-end;padding:9px 14px}
  .home-review-coupon{align-items:flex-start;flex-direction:column;gap:4px}
  .home-review-post{padding:14px 12px}.home-review-post-line{grid-template-columns:auto 1fr auto}.home-review-post-line>strong{grid-column:1/-1;grid-row:2;white-space:normal}.home-review-post-score{grid-column:3;grid-row:1}.home-review-stars{display:none}
  .home-review-dialog{padding:22px 15px;border-radius:17px}.home-review-modal-heading h2{font-size:20px}.home-review-auth{align-items:flex-start;flex-direction:column}.home-review-auth button{width:100%}
  .home-review-score-options{grid-template-columns:repeat(5,1fr)}.home-review-score-options button{font-size:29px}
  .home-review-selected span{align-items:flex-start;flex-direction:column;gap:3px}
}
