@import url("https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css");

:root {
  --ink: #18382f;
  --soft-ink: #46675d;
  --muted: #82978f;
  --line: rgba(159, 120, 45, .16);
  --paper: #f7f2e4;
  --surface: #fffdf7;
  --surface-2: #f8fff9;
  --green: #176f5a;
  --green-2: #43b991;
  --gold: #d5a84b;
  --home-outside-background:
    radial-gradient(circle at 16% 5%, rgba(101, 210, 165, .46), transparent 28%),
    radial-gradient(circle at 84% 2%, rgba(255, 226, 137, .2), transparent 27%),
    linear-gradient(145deg, #075a47 0%, #118465 48%, #064f3f 100%);
  --home-inside-background:
    radial-gradient(circle at 12% 11%, rgba(255, 232, 153, .34), transparent 28%),
    radial-gradient(circle at 88% 48%, rgba(255, 255, 255, .48), transparent 30%),
    linear-gradient(180deg, #e2f5e9 0%, #cfeadb 48%, #e7f6ec 100%);
  --shadow: 0 22px 58px rgba(92, 69, 29, .18);
  --soft-shadow: 0 14px 36px rgba(92, 69, 29, .11);
  font-family: "Pretendard", "Noto Sans KR", "Noto Sans CJK KR", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* 로그인 방식은 상단을 차지하지 않고 아이콘 메뉴 안에서 선택합니다. */
.login-dropdown {
  position: relative;
  z-index: 96;
}

.home-page .topbar {
  z-index: 10200;
}

.login-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 11px 0 7px;
  border: 1px solid rgba(23, 111, 90, .22);
  border-radius: 999px;
  color: #176f5a;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 7px 18px rgba(23, 111, 90, .1);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.login-menu-toggle::-webkit-details-marker {
  display: none;
}

.login-menu-icon {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #0d8a6d, #45c197);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .42), 0 4px 9px rgba(13, 138, 109, .2);
}

.login-menu-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
}

.login-menu-caret {
  color: #6f9187;
  font-size: 10px;
  transition: transform .18s ease;
}

.login-dropdown[open] .login-menu-caret {
  transform: rotate(180deg);
}

.login-options {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 100;
  display: grid;
  gap: 7px;
  width: 164px;
  padding: 9px;
  border: 1px solid rgba(23, 111, 90, .18);
  border-radius: 17px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 16px 36px rgba(30, 83, 67, .18);
}

.login-dropdown[hidden] {
  display: none !important;
}

.login-options::before {
  position: absolute;
  top: -5px;
  right: 24px;
  width: 9px;
  height: 9px;
  border-top: 1px solid rgba(23, 111, 90, .18);
  border-left: 1px solid rgba(23, 111, 90, .18);
  background: #fff;
  content: "";
  transform: rotate(45deg);
}

.login-options .google-login,
.login-options .kakao-login {
  z-index: 1;
  width: 100%;
  min-height: 39px;
  justify-content: flex-start;
  padding: 0 12px;
}

.home-page .auth-widget {
  overflow: visible;
}

.login-options .google-login span:last-child,
.login-options .kakao-login span:last-child {
  display: inline;
}

@media (max-width: 520px) {
  .login-menu-toggle {
    min-height: 34px;
    padding-right: 9px;
  }

  .login-options {
    width: 156px;
  }

  .home-page .home-service-popup {
    align-items: start;
    padding: 56px 10px 10px;
  }

  .home-page .home-service-popup__dialog {
    max-height: calc(100dvh - 66px);
  }

  .home-page .home-service-popup__close {
    top: 9px;
    right: 9px;
    z-index: 5;
    width: 38px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, .92);
    color: #fff;
    background: #075f4c;
    box-shadow: 0 6px 16px rgba(7, 62, 49, .28);
    font-size: 27px;
    font-weight: 700;
  }
}

button,
input,
select,
textarea {
  font-family: inherit;
}

/* Business disclosure and policy links */
.site-footer {
  margin-top: 34px;
  padding: 30px 24px 34px;
  color: #52635d;
  background: #f2f7f4;
  border-top: 1px solid rgba(22, 121, 92, .14);
}

.site-footer-inner {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.site-footer-heading {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 16px;
}

.site-footer-heading strong {
  color: #173f33;
  font-size: 18px;
}

.site-footer-heading span,
.site-footer-note {
  font-size: 12px;
}

.business-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.business-details div {
  display: flex;
  gap: 7px;
}

.business-details dt {
  flex: 0 0 auto;
  color: #6f7e79;
}

.business-details dd {
  min-width: 0;
  margin: 0;
  color: #2f413b;
  overflow-wrap: anywhere;
}

.business-details a,
.policy-links a {
  color: inherit;
}

.business-details .business-address {
  grid-column: span 2;
}

.policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(22, 121, 92, .12);
}

.policy-links a {
  font-size: 13px;
  font-weight: 800;
  text-underline-offset: 3px;
}

.site-footer-note {
  margin: 12px 0 0;
  color: #7d8985;
}

@media (max-width: 720px) {
  .site-footer {
    margin-top: 24px;
    padding: 24px 16px 28px;
  }

  .site-footer-heading {
    display: grid;
    gap: 3px;
  }

  .business-details {
    grid-template-columns: 1fr;
  }

  .business-details .business-address {
    grid-column: auto;
  }
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--home-outside-background);
  background-attachment: fixed;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.app-shell {
  width: min(100%, 560px);
  min-height: 100vh;
  margin: 0 auto;
  background: var(--home-inside-background);
  box-shadow: 0 0 0 1px rgba(7, 90, 71, .16), 0 26px 90px rgba(4, 63, 48, .28);
}

html[data-home-theme="freshMint"] body {
  --home-outside-background: linear-gradient(145deg, #52b996 0%, #94d9bf 48%, #3c9f7e 100%);
}

html[data-home-theme="freshMint"] .app-shell {
  --home-inside-background: linear-gradient(180deg, #effcf5 0%, #d9f4e6 48%, #f2fcf6 100%);
}

html[data-home-theme="deepForest"] body {
  --home-outside-background: linear-gradient(145deg, #023d31 0%, #08614b 48%, #012f27 100%);
}

html[data-home-theme="deepForest"] .app-shell {
  --home-inside-background: linear-gradient(180deg, #d8eee1 0%, #bcdcca 48%, #e0f1e6 100%);
}

html[data-home-theme="oceanTeal"] body {
  --home-outside-background: linear-gradient(145deg, #056b69 0%, #19a59d 48%, #045653 100%);
}

html[data-home-theme="oceanTeal"] .app-shell {
  --home-inside-background: linear-gradient(180deg, #e3f8f5 0%, #c9eeea 48%, #ebfaf7 100%);
}

html[data-home-theme="softSage"] body {
  --home-outside-background: linear-gradient(145deg, #5f8068 0%, #91ad91 48%, #4d6d58 100%);
}

html[data-home-theme="softSage"] .app-shell {
  --home-inside-background: linear-gradient(180deg, #f1f5ed 0%, #dfe9da 48%, #f5f7f1 100%);
}

html[data-home-theme="limeGarden"] body {
  --home-outside-background: linear-gradient(145deg, #588c32 0%, #92c85b 48%, #426f25 100%);
}

html[data-home-theme="limeGarden"] .app-shell {
  --home-inside-background: linear-gradient(180deg, #f3fae8 0%, #e1f1ca 48%, #f6faed 100%);
}

html[data-home-theme="skyBlue"] body {
  --home-outside-background: linear-gradient(145deg, #397fa8 0%, #6eb7d4 48%, #2c668b 100%);
}

html[data-home-theme="skyBlue"] .app-shell {
  --home-inside-background: linear-gradient(180deg, #eef9fd 0%, #d9edf7 48%, #f4fbfe 100%);
}

html[data-home-theme="midnightNavy"] body {
  --home-outside-background: linear-gradient(145deg, #243c60 0%, #4e6688 48%, #192d4d 100%);
}

html[data-home-theme="midnightNavy"] .app-shell {
  --home-inside-background: linear-gradient(180deg, #f0f4fa 0%, #dce5f1 48%, #f5f7fb 100%);
}

html[data-home-theme="softLavender"] body {
  --home-outside-background: linear-gradient(145deg, #71649a 0%, #a696c8 48%, #584d80 100%);
}

html[data-home-theme="softLavender"] .app-shell {
  --home-inside-background: linear-gradient(180deg, #f7f4fd 0%, #e8e1f5 48%, #fbf9fe 100%);
}

html[data-home-theme="sunsetCoral"] body {
  --home-outside-background: linear-gradient(145deg, #c85c4a 0%, #ec9275 48%, #a84539 100%);
}

html[data-home-theme="sunsetCoral"] .app-shell {
  --home-inside-background: linear-gradient(180deg, #fff7f2 0%, #fce5dc 48%, #fffaf7 100%);
}

html[data-home-theme="roseClay"] body {
  --home-outside-background: linear-gradient(145deg, #9f5e6f 0%, #c98999 48%, #7d4757 100%);
}

html[data-home-theme="roseClay"] .app-shell {
  --home-inside-background: linear-gradient(180deg, #fcf5f7 0%, #f1dfe5 48%, #fff9fa 100%);
}

html[data-home-theme="warmSand"] body {
  --home-outside-background: linear-gradient(145deg, #9b7543 0%, #c8a66f 48%, #78582f 100%);
}

html[data-home-theme="warmSand"] .app-shell {
  --home-inside-background: linear-gradient(180deg, #fcf8ed 0%, #eee2c9 48%, #fffdf6 100%);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 8px 18px;
  background: rgba(255, 253, 247, .82);
  border-bottom: 1px solid rgba(47, 103, 84, .12);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 178px;
  height: auto;
}

.auth-widget {
  position: relative;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-width: 104px;
}

.google-login,
.kakao-login,
.share-site,
.admin-shortcut,
.team-shortcut,
.profile-shortcut,
.user-menu,
.user-menu button {
  font: inherit;
}

.google-login,
.kakao-login,
.share-site,
.admin-shortcut,
.team-shortcut {
  position: relative;
  z-index: 91;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(23, 111, 90, .18);
  border-radius: 999px;
  color: var(--green);
  background: rgba(255, 255, 255, .58);
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  white-space: nowrap;
}

.share-site {
  padding-inline: 10px;
  color: #5f7b72;
  background: rgba(255, 255, 255, .44);
  font-size: 12px;
  font-weight: 700;
}

.kakao-login {
  border-color: #ead300;
  color: #251d00;
  background: #fee500;
  font-weight: 800;
}

.kakao-mark {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #fee500;
  background: #251d00;
  font-size: 11px;
  font-weight: 900;
}

.admin-shortcut {
  padding-inline: 11px;
  color: #fff;
  background: linear-gradient(135deg, #9a702a, #d5a84b);
  border-color: rgba(213, 168, 75, .46);
  box-shadow: 0 8px 18px rgba(154, 112, 42, .18);
  font-size: 12px;
  font-weight: 820;
}

.team-shortcut {
  padding-inline: 11px;
  color: #fff;
  background: linear-gradient(135deg, #147759, #27b487);
  border-color: rgba(20, 119, 89, .42);
  box-shadow: 0 8px 18px rgba(20, 119, 89, .16);
  font-size: 12px;
  font-weight: 820;
}

.profile-shortcut {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(23, 111, 90, .18);
  border-radius: 999px;
  color: #176f5a;
  background: rgba(233, 251, 243, .82);
  box-shadow: 0 8px 18px rgba(23, 111, 90, .12);
  font-size: 12px;
  font-weight: 820;
}

.team-leader-signed-in .auth-widget {
  gap: 5px;
}

.team-leader-signed-in .team-shortcut,
.team-leader-signed-in .profile-shortcut {
  padding-inline: 10px;
}

.google-login:disabled,
.kakao-login:disabled {
  color: #8aa199;
  cursor: not-allowed;
}

.login-help {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 5px;
  padding: 7px 18px 8px;
  border-bottom: 1px solid rgba(47, 103, 84, .08);
  color: rgba(70, 103, 93, .74);
  background: rgba(244, 251, 246, .74);
  font-size: 11px;
  line-height: 1.25;
  text-align: right;
  word-break: keep-all;
}

.team-home-dock {
  position: sticky;
  top: 58px;
  z-index: 70;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(20, 119, 89, .16);
  background: rgba(239, 251, 245, .94);
  box-shadow: 0 8px 20px rgba(20, 82, 63, .08);
  scrollbar-width: thin;
  backdrop-filter: blur(16px);
}

.team-home-dock[hidden] {
  display: none;
}

.team-home-dock-title,
.team-home-dock a {
  flex: 0 0 auto;
  white-space: nowrap;
}

.team-home-dock-title {
  color: #7f6429;
  font-size: 12px;
  font-weight: 900;
}

.team-home-dock a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border: 1px solid rgba(20, 119, 89, .16);
  border-radius: 14px;
  color: #12684f;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 7px 16px rgba(20, 82, 63, .07);
}

.team-home-dock a b {
  font-size: 18px;
}

.team-home-dock a strong {
  font-size: 13px;
}

@media (max-width: 520px) {
  .team-home-dock {
    top: 48px;
    padding-inline: 10px;
  }

  .team-home-dock a {
    min-height: 38px;
    padding-inline: 11px;
  }
}

/* 상단 서비스 메뉴는 PC와 휴대폰 모두 한글이 뭉쳐 보이지 않도록 자간을 살짝 연다. */
.estimate-menu-links a,
.estimate-menu-links .inactive-link {
  letter-spacing: 0.075em;
}

/* 팀장 로그인 모바일 상단: 로고 아래에 주요 버튼을 모두 고정 노출 */
@media (max-width: 520px) {
  body.team-leader-signed-in .topbar {
    flex-wrap: wrap;
    gap: 5px 8px;
    min-height: 82px;
    padding: 6px 10px 7px;
  }

  body.team-leader-signed-in .topbar .brand {
    max-width: calc(100% - 126px);
  }

  body.team-leader-signed-in .auth-widget {
    display: grid;
    flex: 0 0 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    max-width: none;
    overflow: visible;
  }

  body.team-leader-signed-in .share-site,
  body.team-leader-signed-in .team-shortcut,
  body.team-leader-signed-in .profile-shortcut {
    width: 100%;
    min-width: 0;
  }

  body.team-leader-signed-in .user-menu:not([hidden]) {
    position: absolute;
    right: 0;
    bottom: calc(100% + 7px);
    display: flex;
    max-width: 118px;
  }

  body.team-leader-signed-in .team-home-dock {
    top: 82px;
  }
}

.login-help span {
  display: inline;
  font-weight: 650;
}

.login-notice {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 999px;
  color: #9b6420;
  background: rgba(255, 238, 184, .78);
  font-size: 11px;
  font-weight: 800;
}

.login-help a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 5px 9px;
  border: 1px solid rgba(23, 111, 90, .18);
  border-radius: 999px;
  color: #18775f;
  background: rgba(255, 255, 255, .74);
  font-size: 11px;
  font-weight: 760;
  font-family: inherit;
  cursor: pointer;
}

.google-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #4285f4, #34a853 48%, #fbbc05 72%, #ea4335);
  font-size: 12px;
  font-weight: 800;
}

.user-menu {
  align-items: center;
  gap: 7px;
  max-width: 190px;
  min-height: 36px;
  padding: 4px 5px 4px 8px;
  border: 1px solid rgba(23, 111, 90, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: var(--soft-ink);
  font-size: 12px;
  font-weight: 650;
}

.user-menu:not([hidden]) {
  display: flex;
}

.user-menu img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.user-menu span {
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-menu button {
  min-height: 28px;
  padding: 0 9px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #176f5a, #43b991);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.hero-card {
  position: relative;
  min-height: 330px;
  margin: 16px 16px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 239, 184, .72);
  border-radius: 28px;
  background: #efe5c8;
  box-shadow: 0 22px 58px rgba(92, 69, 29, .2);
}

.hero-slideshow,
.hero-slideshow::before,
.hero-slideshow img {
  position: absolute;
  inset: 0;
}

.hero-slideshow {
  z-index: 0;
}

.hero-slideshow::before {
  content: "";
  z-index: 0;
  background: linear-gradient(135deg, #fff9e6, #dceee2);
}

.hero-slideshow img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 34%;
  filter: saturate(1.03) contrast(1.01);
  opacity: 0;
  transform: scale(1.015);
  transition: opacity 900ms ease, transform 1800ms ease;
}

.hero-slideshow img.active {
  opacity: 1;
  transform: scale(1);
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 34% 48%, rgba(255, 255, 255, .28), transparent 2%),
    radial-gradient(circle at 58% 22%, rgba(255, 238, 166, .34), transparent 2%),
    radial-gradient(circle at 72% 62%, rgba(255, 255, 255, .22), transparent 2%),
    linear-gradient(90deg, rgba(255, 253, 247, .9) 0%, rgba(255, 250, 232, .58) 42%, rgba(255, 253, 247, .04) 82%),
    linear-gradient(180deg, rgba(255, 255, 255, .04) 0%, rgba(97, 73, 30, .12) 100%);
}

.hero-copy {
  position: absolute;
  left: 22px;
  right: 116px;
  bottom: 62px;
  z-index: 2;
  display: grid;
  gap: 8px;
}

.hero-copy p {
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 5px 9px;
  border: 1px solid rgba(216, 170, 69, .28);
  border-radius: 999px;
  color: #9d7833;
  background: rgba(255, 250, 231, .72);
  font-size: 12px;
  font-weight: 700;
}

.hero-copy h1 {
  max-width: 310px;
  margin: 18px 0 0;
  color: var(--green);
  font-size: 22px;
  line-height: 1.34;
  font-weight: 800;
  text-shadow: 0 2px 18px rgba(255, 255, 255, .92);
  word-break: keep-all;
  transition: opacity .42s ease, transform .42s ease;
}

.hero-copy h1.changing {
  opacity: 0;
  transform: translateY(5px);
}

.hero-copy h1::after {
  content: "";
  display: block;
  width: 112px;
  height: 5px;
  margin-top: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), #79dec0);
}

.hero-copy span {
  margin: 0;
  color: #3c7f6a;
  font-size: 14px;
  font-weight: 680;
}

.hero-copy small {
  max-width: 310px;
  color: #57786d;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 600;
  text-shadow: 0 1px 12px rgba(255, 255, 255, .9);
}

.hero-contact {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 13px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 999px;
  color: rgba(62, 91, 81, .88);
  background: rgba(255, 253, 247, .58);
  box-shadow: 0 12px 34px rgba(24, 56, 47, .12);
  backdrop-filter: blur(12px);
  font-size: 10.5px;
  line-height: 1.25;
  white-space: nowrap;
}

.hero-contact a {
  color: var(--green);
  font-size: 11.5px;
  font-weight: 780;
}

.hero-contact .hero-mini-phone {
  color: #73847e;
  font-size: 9px;
  font-weight: 650;
  text-decoration: none;
}

.trust-ticker {
  overflow: hidden;
  margin: 10px 18px 8px;
  border: 1px solid rgba(31, 150, 103, .16);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(229, 250, 238, .88)),
    #ffffff;
  box-shadow: 0 10px 28px rgba(24, 56, 47, .08);
}

.trust-ticker p {
  display: flex;
  width: max-content;
  margin: 0;
  padding: 10px 0;
  color: #b8862f;
  font-size: 13px;
  font-weight: 760;
  white-space: nowrap;
  animation: trustTicker 32s linear infinite;
}

.trust-ticker span {
  padding-right: 220px;
}

@keyframes trustTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.category-tabs {
  position: sticky;
  top: 64px;
  z-index: 12;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 3px;
  margin: 14px 16px 0;
  padding: 6px;
  border: 1px solid rgba(47, 103, 84, .1);
  border-radius: 999px;
  background: rgba(255, 253, 247, .78);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(14px);
  color: #738b82;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}

.category-tabs a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 3px;
  border-radius: 999px;
  text-align: center;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.category-tabs .active {
  color: #fff;
  background: linear-gradient(135deg, #176f5a, #42b890);
  box-shadow: 0 8px 22px rgba(23, 111, 90, .22);
}

.category-tabs .active::after {
  display: none;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 18px 28px;
}

.menu-box {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 112px;
  padding: 13px 10px 12px;
  border: 1px solid rgba(222, 181, 91, .34);
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 241, 184, .58), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 248, 226, .86));
  box-shadow: 0 14px 34px rgba(92, 69, 29, .11);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.menu-box:hover,
.menu-box:focus-visible {
  border-color: rgba(213, 168, 75, .62);
  box-shadow: 0 18px 42px rgba(92, 69, 29, .17);
  transform: translateY(-2px);
  outline: none;
}

.menu-box.tone-mint {
  background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(242, 255, 247, .74), rgba(255, 246, 221, .74));
}

.menu-box.tone-yellow {
  background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(255, 248, 225, .9));
}

.menu-box.tone-blue {
  background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(238, 249, 246, .82), rgba(255, 246, 221, .74));
}

.menu-box.tone-cyan {
  background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(235, 250, 244, .82), rgba(255, 246, 221, .72));
}

.menu-box.tone-lavender {
  background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(250, 247, 236, .9));
}

.menu-box.tone-coral {
  background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(255, 243, 231, .88));
}

.menu-box img {
  width: 58px;
  height: 58px;
  filter: drop-shadow(0 10px 15px rgba(92, 69, 29, .18));
}

.menu-box strong {
  font-family: "SUIT", "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 760;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.review-box {
  align-content: center;
  gap: 7px;
  cursor: default;
}

.review-box small {
  max-width: 180px;
  color: #5b746b;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 520;
  text-align: center;
  word-break: keep-all;
}

.menu-box strong.label-mint {
  color: #12684f;
}

.menu-box strong.label-yellow {
  color: #9a702a;
}

.menu-box strong.label-blue {
  color: #12684f;
}

.menu-box strong.label-cyan {
  color: #176f5a;
}

.menu-box strong.label-lavender {
  color: #8a682b;
}

.menu-box strong.label-coral {
  color: #9b5b36;
}

.ready-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(20, 38, 32, .34);
  backdrop-filter: blur(8px);
}

/* Home quick-service popup */
.home-service-popup {
  position: fixed;
  inset: 0;
  z-index: 10300;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(20, 42, 34, .12);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity .18s ease;
}

.home-service-popup[hidden] {
  display: none;
}

.home-service-popup.show {
  opacity: 1;
}

.home-service-popup__dialog {
  position: relative;
  box-sizing: border-box;
  width: min(100%, 560px);
  max-height: min(820px, calc(100dvh - 30px));
  overflow: auto;
  border: 3px solid rgba(31, 143, 108, .58);
  border-radius: 28px;
  background: linear-gradient(155deg, #fffef9 0%, #f5fff9 56%, #fff8e8 100%);
  box-shadow: 0 28px 70px rgba(20, 61, 48, .28), inset 0 1px 0 #fff;
  transform: translateY(10px) scale(.98);
  transition: transform .2s ease;
}

.home-service-popup.show .home-service-popup__dialog {
  transform: translateY(0) scale(1);
}

.home-service-popup__close {
  position: absolute;
  top: 13px;
  right: 14px;
  z-index: 5;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, .94);
  border-radius: 50%;
  color: #fff;
  background: #075f4c;
  box-shadow: 0 6px 18px rgba(7, 62, 49, .34);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.home-service-popup__close:hover,
.home-service-popup__close:focus-visible {
  background: #e64f3b;
  outline: 3px solid rgba(255, 255, 255, .9);
  outline-offset: 2px;
}

.home-service-popup__header {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  color: #fff;
  background: #096b54;
}

.home-service-popup__header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 63, 48, .94) 0%, rgba(5, 81, 61, .84) 38%, rgba(5, 81, 61, .12) 75%);
}

.home-service-popup__header > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  transform: translateX(3%) scale(1.05);
  transform-origin: center;
}

.home-service-popup__header > div {
  position: relative;
  z-index: 1;
  width: 60%;
  padding: 28px 18px 24px 27px;
}

.home-service-popup__header span {
  display: inline-block;
  margin-bottom: 6px;
  color: #ffe499;
  font-size: 12px;
  font-weight: 850;
}

.home-service-popup__header h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.28;
  letter-spacing: -.7px;
}

.home-service-popup__header p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 13px;
}

.home-service-popup__links {
  display: grid;
  gap: 10px;
  padding: 11px 15px 12px;
}

.home-service-popup__item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 75px;
  align-items: center;
  gap: 12px;
  min-height: 128px;
  padding: 13px 15px;
  border: 1px solid rgba(13, 104, 79, .15);
  border-radius: 20px;
  color: #153e32;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 24px rgba(41, 92, 73, .08);
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.home-service-popup__item:hover,
.home-service-popup__item:focus-visible {
  border-color: rgba(19, 143, 106, .42);
  box-shadow: 0 14px 28px rgba(41, 92, 73, .15);
  transform: translateY(-2px);
  outline: none;
}

.home-service-popup__item.is-urgent {
  border-color: rgba(232, 74, 50, .24);
  background: linear-gradient(110deg, #fff8ef, #fffdf7);
}

.home-service-popup__icon-stack {
  display: grid;
  justify-items: center;
  gap: 5px;
  min-width: 0;
}

.home-service-popup__icon-name {
  color: #276657;
  font-size: 9.5px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -.25px;
  white-space: nowrap;
}

.home-service-popup__item.is-urgent .home-service-popup__icon-name {
  color: #c54533;
}

.home-service-popup__visual {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #e64d36;
  text-shadow: 0 6px 16px rgba(193, 67, 45, .18);
}

.home-service-popup__visual::before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 3px solid rgba(230, 77, 54, .18);
  border-top-color: #e64d36;
  border-right-color: #e6b33d;
  border-radius: 50%;
  box-shadow: 0 0 13px rgba(230, 77, 54, .16);
  animation: homePopup24Spin 2.2s linear infinite;
  will-change: transform;
}

.home-service-popup__visual b {
  font-size: 35px;
  font-weight: 950;
  letter-spacing: -2px;
}

.home-service-popup__visual small {
  margin-left: 2px;
  font-size: 15px;
  font-weight: 900;
}

.home-service-popup__visual i {
  position: absolute;
  top: -8px;
  right: 4px;
  color: #e6b33d;
  font-size: 14px;
  font-style: normal;
  animation: homePopupTwinkle 1.55s ease-in-out infinite;
}

@keyframes homePopupTwinkle {
  0%, 100% { opacity: .32; transform: scale(.8) rotate(-8deg); }
  50% { opacity: 1; transform: scale(1.16) rotate(5deg); }
}

@keyframes homePopup24Spin {
  to { transform: rotate(360deg); }
}

.home-service-popup__icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: #f2fbf7;
}

.home-service-popup__item.is-partial .home-service-popup__icon {
  background: #fff8e5;
}

.home-service-popup__icon img {
  width: 49px;
  height: 49px;
  object-fit: contain;
}

.home-service-popup__copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.home-service-popup__copy small {
  color: #cf542f;
  font-size: 11px;
  font-weight: 850;
}

.home-service-popup__item:not(.is-urgent) .home-service-popup__copy small {
  color: #168264;
}

.home-service-popup__copy strong {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -.35px;
}

.home-service-popup__copy p {
  margin: 2px 0 1px;
  color: #425f56;
  font-size: 11.5px;
  line-height: 1.48;
}

.home-service-popup__copy em {
  color: #687c75;
  font-size: 10.5px;
  font-weight: 720;
  font-style: normal;
  line-height: 1.35;
}

.home-service-popup__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 3px;
}

.home-service-popup__tags b {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  padding: 2px 7px;
  border: 1px solid rgba(20, 128, 99, .2);
  border-radius: 999px;
  color: #246454;
  background: #f3fbf7;
  font-size: 9.5px;
  font-weight: 850;
  line-height: 1.15;
  white-space: nowrap;
}

.home-service-popup__item.is-urgent .home-service-popup__tags b {
  border-color: rgba(221, 94, 54, .25);
  color: #8b4934;
  background: #fff8ef;
}

.home-service-popup__item.is-partial .home-service-popup__tags b {
  border-color: rgba(205, 155, 47, .24);
  color: #765a18;
  background: #fffae9;
}

.home-service-popup__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 32px;
  padding: 0 8px;
  border-radius: 999px;
  color: #fff;
  background: #148063;
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

.home-service-popup__item.is-urgent .home-service-popup__arrow {
  background: #df513b;
}

.home-service-popup__arrow i {
  font-size: 17px;
  font-style: normal;
  line-height: 1;
}

.home-service-popup__promise {
  position: relative;
  margin: 0 15px 13px;
  padding: 10px 66px 10px 13px;
  border-radius: 14px;
  color: #4f6960;
  background: #eef9f4;
  font-size: 10.5px;
  line-height: 1.45;
  text-align: left;
}

.home-service-popup__promise b {
  color: #106f56;
}

.home-service-popup__mascot {
  position: absolute;
  right: 9px;
  bottom: -7px;
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 7px 8px rgba(10, 86, 66, .2));
  pointer-events: none;
}

.home-service-popup__actions {
  position: sticky;
  bottom: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(22, 121, 92, .18);
  box-shadow: 0 -8px 18px rgba(26, 84, 66, .08);
  backdrop-filter: blur(10px);
}

.home-service-popup__actions button {
  min-height: 50px;
  border: 0;
  color: #526c63;
  background: rgba(255, 255, 255, .92);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.home-service-popup__actions button + button {
  border-left: 1px solid rgba(22, 121, 92, .14);
  color: #126d54;
}

@media (max-width: 520px) {
  .home-service-popup {
    padding: 16px;
  }

  .home-service-popup__dialog {
    max-height: calc(100dvh - 32px);
    border-radius: 23px;
    scroll-padding-bottom: calc(58px + env(safe-area-inset-bottom));
  }

  .home-service-popup__header {
    min-height: 138px;
  }

  .home-service-popup__header::after {
    background: linear-gradient(90deg, rgba(4, 63, 48, .95) 0%, rgba(5, 81, 61, .85) 52%, rgba(5, 81, 61, .18) 88%);
  }

  .home-service-popup__header > img {
    object-position: 48% center;
    transform: translateX(6%) scale(1.08);
  }

  .home-service-popup__header > div {
    width: 72%;
    padding: 21px 12px 17px 18px;
  }

  .home-service-popup__header h2 {
    font-size: 23px;
  }

  .home-service-popup__header p {
    font-size: 13px;
  }

  .home-service-popup__links {
    gap: 8px;
    padding: 8px 10px 9px;
  }

  .home-service-popup__item {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 9px;
    min-height: 104px;
    padding: 9px 11px;
    border-radius: 17px;
  }

  .home-service-popup__visual b {
    font-size: 29px;
  }

  .home-service-popup__visual small {
    font-size: 12px;
  }

  .home-service-popup__icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }

  .home-service-popup__icon img {
    width: 40px;
    height: 40px;
  }

  .home-service-popup__icon-name {
    font-size: 9px;
  }

  .home-service-popup__copy strong {
    font-size: 16px;
  }

  .home-service-popup__copy p {
    display: none;
  }

  .home-service-popup__copy em {
    display: none;
  }

  .home-service-popup__tags {
    gap: 3px;
    margin-top: 5px;
  }

  .home-service-popup__tags b {
    min-height: 19px;
    padding: 2px 6px;
    font-size: 8.5px;
  }

  .home-service-popup__arrow {
    grid-column: 2;
    justify-self: start;
    min-height: 26px;
    margin-top: 3px;
    padding-inline: 9px;
    font-size: 10px;
  }

  .home-service-popup__actions {
    position: sticky;
    bottom: 0;
    padding-bottom: env(safe-area-inset-bottom);
    background: rgba(255, 255, 255, .96);
  }

  .home-service-popup__promise {
    margin: 0 10px 9px;
    padding-right: 56px;
    font-size: 11px;
  }

  .home-service-popup__mascot {
    right: 6px;
    bottom: -5px;
    width: 45px;
    height: 45px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-service-popup,
  .home-service-popup__dialog,
  .home-service-popup__item {
    transition: none;
  }

  .home-service-popup__visual i {
    animation-duration: 2.6s;
  }

  .home-service-popup__visual::before { animation-duration: 4.2s; }
}

.ready-modal.show {
  display: grid;
}

.ready-dialog {
  position: relative;
  width: min(340px, 100%);
  padding: 32px 24px 26px;
  border: 1px solid rgba(213, 168, 75, .42);
  border-radius: 24px;
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 240, 181, .72), transparent 36%),
    linear-gradient(145deg, rgba(255, 254, 248, .98), rgba(244, 255, 249, .95));
  box-shadow: 0 26px 70px rgba(23, 55, 44, .24);
  text-align: center;
}

.ready-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(139, 105, 43, .18);
  border-radius: 50%;
  color: #85642b;
  background: rgba(255, 255, 255, .72);
  font-size: 24px;
  line-height: 1;
}

.ready-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff6d4, #e9fbf1);
  box-shadow: inset 0 0 0 1px rgba(213, 168, 75, .28), 0 12px 28px rgba(92, 69, 29, .12);
  font-size: 26px;
}

.ready-dialog h2 {
  margin: 0 0 8px;
  color: #12684f;
  font-size: 22px;
  font-weight: 820;
}

.ready-dialog p {
  margin: 0;
  color: #5b6f66;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 560;
  word-break: keep-all;
}

.quote-panel {
  margin: 0 18px 42px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 24px;
  background: rgba(255, 253, 247, .76);
  box-shadow: var(--soft-shadow);
}

.quote-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 16px;
}

.quote-head h2,
.quote-panel h2 {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 22px;
  font-weight: 760;
}

.quote-head h2 {
  margin: 0;
}

.quote-head a,
.price-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(213, 168, 75, .36);
  border-radius: 999px;
  color: #8a682b;
  background: rgba(255, 248, 225, .86);
  font-size: 12px;
  font-weight: 820;
  white-space: nowrap;
}

.quote-form {
  display: grid;
  gap: 12px;
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--soft-ink);
  font-size: 14px;
  font-weight: 650;
}

.quote-form input,
.quote-form select {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid rgba(47, 103, 84, .16);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, .9);
  font: inherit;
  outline-color: rgba(67, 185, 145, .46);
}

.quote-form button {
  min-height: 50px;
  border: 0;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, #176f5a, #43b991);
  box-shadow: 0 14px 30px rgba(23, 111, 90, .24);
  font: inherit;
  font-weight: 760;
  cursor: pointer;
}

.quote-form p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.quote-form .quote-limit-note {
  padding: 10px 12px;
  border: 1px solid rgba(213, 168, 75, .28);
  border-radius: 14px;
  color: #8a5f22;
  background: rgba(255, 248, 225, .82);
  font-weight: 760;
}

.price-page {
  padding: 16px 18px 42px;
}

.price-hero,
.price-section,
.price-notice,
.price-actions {
  margin-bottom: 16px;
  border: 1px solid rgba(222, 181, 91, .34);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 241, 184, .52), transparent 34%),
    rgba(255, 253, 247, .84);
  box-shadow: var(--soft-shadow);
}

.price-hero {
  overflow: hidden;
}

.price-hero img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.price-hero div,
.price-section,
.price-notice {
  padding: 20px;
}

.price-hero small,
.price-section h2,
.price-notice h2 {
  color: #9a702a;
}

.price-hero small {
  font-weight: 860;
}

.price-hero h1 {
  margin: 7px 0 9px;
  color: var(--green);
  font-size: 28px;
  line-height: 1.16;
  letter-spacing: 0;
}

.price-hero p,
.price-notice p,
.customer-price-grid p {
  margin: 0;
  color: #5b746b;
  line-height: 1.6;
  font-weight: 560;
  word-break: keep-all;
}

.price-section h2,
.price-notice h2 {
  margin: 0 0 14px;
  font-size: 20px;
}

.customer-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.customer-price-grid article {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid rgba(23, 111, 90, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
}

.customer-price-grid span {
  color: #5b746b;
  font-size: 12px;
  font-weight: 760;
}

.customer-price-grid strong {
  color: var(--green);
  font-size: 19px;
  font-weight: 860;
}

.customer-price-grid p {
  font-size: 12px;
}

.extra-price-list {
  display: grid;
  gap: 9px;
}

.extra-price-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .76);
  color: var(--green);
  font-weight: 820;
}

.extra-price-list span {
  color: #9a702a;
  white-space: nowrap;
}

.price-notice {
  background:
    linear-gradient(135deg, rgba(232, 251, 242, .92), rgba(255, 248, 225, .84)),
    rgba(255, 253, 247, .9);
}

.price-notice p + p {
  margin-top: 9px;
}

.price-notice strong {
  color: var(--green);
}

.price-actions {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.price-actions a {
  display: grid;
  place-items: center;
  min-height: 48px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #176f5a, #43b991);
  font-weight: 840;
  box-shadow: 0 14px 28px rgba(23, 111, 90, .18);
}

.price-actions a + a {
  color: #8a682b;
  background: rgba(255, 248, 225, .9);
  box-shadow: none;
  border: 1px solid rgba(213, 168, 75, .3);
}

@media (min-width: 700px) {
  body {
    padding: 24px 0;
  }

  .app-shell {
    border-radius: 30px;
    /* Keep rounded-edge clipping without turning the shell into a scroll container.
       `overflow: hidden` prevents every sticky child from following the page. */
    overflow: clip;
  }
}

@media (min-width: 980px) {
  body {
    padding: 28px;
  }

  .app-shell {
    width: min(100%, 1180px);
  }

  .topbar {
    min-height: 70px;
    padding: 10px 30px;
  }

  .brand img {
    width: 206px;
  }

  .auth-widget {
    gap: 10px;
  }

  .login-help {
    padding: 8px 30px 9px;
    font-size: 12px;
  }

  main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 18px 22px;
    padding: 0 30px 44px;
  }

  .hero-card,
  .trust-ticker,
  .category-tabs {
    grid-column: 1 / -1;
  }

  .hero-card {
    min-height: 468px;
    margin: 24px 0 0;
    border-radius: 32px;
  }

  .hero-slideshow img {
    object-position: 78% 34%;
  }

  .hero-card::after {
    background:
      radial-gradient(circle at 30% 42%, rgba(255, 255, 255, .32), transparent 2%),
      radial-gradient(circle at 62% 18%, rgba(255, 238, 166, .34), transparent 2%),
      radial-gradient(circle at 78% 66%, rgba(255, 255, 255, .22), transparent 2%),
      linear-gradient(90deg, rgba(255, 253, 247, .94) 0%, rgba(255, 250, 232, .68) 38%, rgba(255, 253, 247, .05) 78%),
      linear-gradient(180deg, rgba(255, 255, 255, .04) 0%, rgba(97, 73, 30, .12) 100%);
  }

  .hero-copy {
    left: 48px;
    right: 44%;
    bottom: 96px;
    gap: 12px;
  }

  .hero-copy h1 {
    max-width: 520px;
    margin-top: 18px;
    font-size: 38px;
    line-height: 1.18;
    font-weight: 780;
  }

  .hero-copy span {
    font-size: 18px;
  }

  .hero-copy small {
    max-width: 520px;
    font-size: 13px;
  }

  .hero-contact {
    left: 48px;
    right: auto;
    bottom: 30px;
    gap: 14px;
    padding: 11px 18px;
    font-size: 13px;
  }

  .hero-contact a {
    font-size: 14px;
  }

  .trust-ticker {
    margin: 0;
  }

  .trust-ticker p {
    font-size: 14px;
  }

  .category-tabs {
    top: 76px;
    margin: 0;
    padding: 7px;
    font-size: 14px;
  }

  .category-tabs a {
    min-height: 44px;
  }

  .menu-grid {
    grid-column: 1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
  }

  .menu-box {
    min-height: 154px;
    padding: 20px 14px;
    border-radius: 24px;
  }

  .menu-box img {
    width: 76px;
    height: 76px;
  }

  .menu-box strong {
    font-size: 18px;
  }

  .quote-panel {
    grid-column: 2;
    align-self: start;
    margin: 0;
    padding: 24px;
    border-radius: 26px;
    position: sticky;
    top: 148px;
  }

  .quote-head h2,
  .quote-panel h2 {
    font-size: 24px;
  }
}

@media (max-width: 390px) {
  .topbar {
    min-height: 56px;
    padding: 7px 14px;
  }

  .brand img {
    width: 150px;
  }

  .auth-widget {
    gap: 4px;
    min-width: 132px;
  }

  .google-login,
  .kakao-login {
    min-height: 31px;
    padding: 0 8px;
    font-size: 11px;
  }

  .share-site,
  .admin-shortcut,
  .team-shortcut {
    min-height: 31px;
    padding: 0 7px;
    font-size: 10.5px;
  }

  .google-mark {
    width: 18px;
    height: 18px;
  }

  .user-menu {
    max-width: 154px;
    font-size: 11px;
  }

  .user-menu span {
    max-width: 50px;
  }

  .login-help {
    justify-content: flex-end;
    padding: 6px 14px 7px;
    font-size: 10px;
  }

  .login-help a {
    padding: 4px 7px;
    font-size: 10px;
  }

  .hero-card {
    min-height: 318px;
    margin: 12px 12px 0;
    border-radius: 24px;
  }

  .hero-copy {
    left: 18px;
    right: 88px;
    bottom: 54px;
    gap: 6px;
  }

  .hero-copy h1 {
    max-width: 236px;
    margin-top: 14px;
    font-size: 19px;
  }

  .hero-copy p {
    font-size: 11px;
  }

  .hero-copy span {
    font-size: 12.5px;
  }

  .hero-copy small {
    max-width: 238px;
    font-size: 10.5px;
  }

  .hero-contact {
    left: 10px;
    right: 10px;
    bottom: 10px;
    gap: 5px;
    padding: 7px 7px;
    font-size: 9.3px;
  }

  .hero-contact a {
    font-size: 10px;
  }

  .category-tabs {
    top: 60px;
    margin-inline: 12px;
    font-size: 12px;
  }

  .category-tabs a {
    min-height: 35px;
  }

  .menu-grid {
    gap: 10px;
    padding: 16px 16px 26px;
  }

  .menu-box {
    min-height: 104px;
    border-radius: 19px;
  }

  .menu-box img {
    width: 52px;
    height: 52px;
  }

  .menu-box strong {
    font-size: 15.5px;
  }

  .quote-head {
    align-items: flex-start;
  }

  .customer-price-grid {
    grid-template-columns: 1fr;
  }

.quote-panel {
    margin-inline: 16px;
  }
}

/* Conversion redesign */
.conversion-hero {
  min-height: 520px;
  background: #12261f;
}

.conversion-hero::after {
  background:
    linear-gradient(90deg, rgba(17, 34, 28, .92) 0%, rgba(22, 51, 40, .78) 42%, rgba(22, 51, 40, .16) 100%),
    linear-gradient(180deg, rgba(255, 248, 218, .08), rgba(8, 18, 15, .32));
}

.conversion-hero .hero-slideshow::before {
  background: linear-gradient(135deg, #13271f, #f8efd5);
}

.conversion-hero .hero-slideshow img {
  object-position: 72% center;
  filter: saturate(1.05) contrast(1.02);
}

.conversion-hero .hero-copy {
  right: 18px;
  bottom: 96px;
  gap: 10px;
}

.conversion-hero .hero-copy p {
  color: #ffe8a8;
  background: rgba(22, 111, 90, .22);
  border-color: rgba(255, 232, 168, .36);
  backdrop-filter: blur(10px);
}

.conversion-hero .hero-copy h1 {
  max-width: 360px;
  margin-top: 6px;
  color: #fffaf0;
  font-size: 29px;
  line-height: 1.2;
  text-shadow: 0 16px 38px rgba(0, 0, 0, .36);
}

.conversion-hero .hero-copy h1::after {
  width: 136px;
  background: linear-gradient(90deg, #f0cd72, #52d7aa);
}

.conversion-hero .hero-copy span {
  max-width: 360px;
  color: rgba(255, 250, 238, .9);
  font-size: 15px;
  line-height: 1.55;
  text-shadow: 0 10px 24px rgba(0, 0, 0, .3);
  word-break: keep-all;
}

.conversion-hero .hero-copy strong {
  max-width: 360px;
  color: #ffe7a3;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 780;
  word-break: keep-all;
  transition: opacity .42s ease, transform .42s ease;
}

.conversion-hero .hero-copy strong.changing {
  opacity: 0;
  transform: translateY(5px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 4px;
}

.primary-hero-action,
.secondary-hero-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 820;
  white-space: nowrap;
}

.primary-hero-action {
  color: #09271e;
  background: linear-gradient(135deg, #ffe69a, #62e0b5);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .24);
}

.secondary-hero-action {
  color: #fff7dd;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 232, 168, .34);
  backdrop-filter: blur(10px);
}

.hero-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.hero-trust-chips b {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 232, 168, .28);
  border-radius: 999px;
  color: rgba(255, 250, 238, .88);
  background: rgba(255, 255, 255, .09);
  font-size: 11px;
  font-weight: 720;
}

.hero-steps {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 50px;
  z-index: 2;
  display: none;
  padding: 18px;
  border: 1px solid rgba(255, 232, 168, .28);
  border-radius: 24px;
  background: rgba(12, 31, 25, .52);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
  backdrop-filter: blur(16px);
}

.hero-steps strong {
  display: block;
  margin-bottom: 12px;
  color: #ffe8a8;
  font-size: 15px;
  font-weight: 820;
}

.hero-steps ol {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-steps li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 250, 238, .9);
  font-size: 13px;
  font-weight: 680;
}

.hero-steps li span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #12362b;
  background: #ffe49a;
  font-size: 12px;
  font-weight: 900;
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  text-align: center;
  word-break: keep-all;
}

.section-heading small {
  justify-self: center;
  padding: 6px 11px;
  border: 1px solid rgba(213, 168, 75, .36);
  border-radius: 999px;
  color: #9a702a;
  background: rgba(255, 248, 225, .82);
  font-size: 12px;
  font-weight: 820;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 830;
}

.section-heading p {
  max-width: 620px;
  margin: 0 auto;
  color: #5f766d;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 560;
}

.estimate-entry,
.zone-guide-section,
.proof-section,
.process-section {
  margin: 18px 18px 0;
  padding: 20px;
  border: 1px solid rgba(222, 181, 91, .28);
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 239, 184, .54), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(248, 255, 249, .76));
  box-shadow: 0 18px 42px rgba(92, 69, 29, .1);
}

.estimate-entry-grid,
.zone-guide-grid,
.proof-grid,
.process-grid {
  display: grid;
  gap: 12px;
}

.zone-guide-grid {
  grid-template-columns: 1fr;
}

.zone-guide-grid article {
  display: grid;
  gap: 7px;
  padding: 16px;
  border: 1px solid rgba(213, 168, 75, .24);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(255, 248, 226, .62));
  box-shadow: 0 12px 28px rgba(92, 69, 29, .08);
}

.zone-guide-grid strong {
  color: #0f6f58;
  font-size: 17px;
  font-weight: 850;
}

.zone-guide-grid span {
  color: #506b62;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 590;
  word-break: keep-all;
}

.compact-proof .proof-grid {
  max-width: 760px;
  margin-inline: auto;
}

.proof-slider {
  max-width: 820px;
  margin-inline: auto;
}

.proof-slider-track {
  display: grid;
  overflow: hidden;
  border-radius: 23px;
}

.proof-slide {
  grid-area: 1 / 1;
  display: grid;
  gap: 14px;
  opacity: 0;
  transform: translateX(22px) scale(.985);
  pointer-events: none;
  transition:
    opacity .5s ease,
    transform .5s ease;
}

.proof-slide.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.proof-slide.single {
  justify-content: center;
}

.proof-slide.single .proof-card {
  width: min(100%, 403px);
  justify-self: center;
}

.proof-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}

.proof-arrow {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(213, 168, 75, .36);
  border-radius: 999px;
  color: #0f6f58;
  background: linear-gradient(145deg, rgba(255, 255, 255, .95), rgba(255, 246, 216, .76));
  box-shadow: 0 10px 22px rgba(92, 69, 29, .1);
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}

.proof-arrow:focus-visible,
.proof-arrow:hover {
  border-color: rgba(31, 150, 103, .42);
  color: #fff;
  background: linear-gradient(135deg, #176f5a, #31b789);
}

.proof-dots {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(213, 168, 75, .24);
  border-radius: 999px;
  background: rgba(255, 253, 247, .78);
}

.proof-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(18, 59, 49, .25);
  cursor: pointer;
  transition:
    width .22s ease,
    background .22s ease;
}

.proof-dots button.active {
  width: 22px;
  background: linear-gradient(135deg, #176f5a, #31b789);
}

.entry-card {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(213, 168, 75, .26);
  border-radius: 22px;
  background: rgba(255, 253, 247, .82);
  box-shadow: 0 12px 30px rgba(92, 69, 29, .09);
}

.entry-card span {
  color: #0f6f58;
  font-size: 20px;
  font-weight: 860;
}

.entry-card strong {
  color: #5a7169;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 620;
}

.primary-entry {
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 229, 142, .68), transparent 32%),
    linear-gradient(135deg, rgba(21, 126, 96, .14), rgba(255, 255, 255, .88));
  border-color: rgba(31, 150, 103, .26);
}

.proof-card {
  overflow: hidden;
  border: 1px solid rgba(213, 168, 75, .24);
  border-radius: 22px;
  background: rgba(255, 253, 247, .9);
  box-shadow: 0 14px 34px rgba(92, 69, 29, .1);
}

.proof-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.proof-card strong,
.proof-card span {
  display: block;
  padding-inline: 15px;
  word-break: keep-all;
}

.proof-card strong {
  padding-top: 14px;
  color: #12684f;
  font-size: 17px;
  font-weight: 820;
}

.proof-card span {
  padding-top: 7px;
  padding-bottom: 16px;
  color: #647b72;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 560;
}

.proof-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #176f5a, #31b789);
  box-shadow: 0 16px 34px rgba(23, 111, 90, .18);
  font-weight: 820;
}

.process-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(31, 150, 103, .16);
  border-radius: 22px;
  background: rgba(255, 255, 255, .66);
}

.process-grid b {
  color: #c39335;
  font-size: 14px;
  font-weight: 900;
}

.process-grid strong {
  color: #123b31;
  font-size: 18px;
  font-weight: 840;
}

.process-grid span {
  color: #617970;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 560;
}

.partner-merit {
  display: grid;
  gap: 18px;
  margin-top: 18px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(31, 150, 103, .24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 221, 118, .34), transparent 28%),
    linear-gradient(135deg, rgba(16, 112, 85, .96), rgba(24, 137, 103, .9));
  box-shadow: 0 16px 34px rgba(16, 94, 72, .18);
}

.partner-merit-copy {
  display: grid;
  gap: 9px;
}

.partner-merit-copy small {
  width: fit-content;
  padding: 6px 11px;
  border: 1px solid rgba(255, 235, 171, .46);
  border-radius: 999px;
  color: #ffe9a9;
  background: rgba(255, 255, 255, .09);
  font-size: 12px;
  font-weight: 820;
}

.partner-merit-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 880;
  word-break: keep-all;
}

.partner-merit-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 570;
  word-break: keep-all;
}

.partner-merit-points {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.partner-merit-points li {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 15px;
  background: rgba(255, 255, 255, .1);
}

.partner-merit-points b {
  display: grid;
  place-items: center;
  min-height: 30px;
  border-radius: 999px;
  color: #176f5a;
  background: #ffe7a0;
  font-size: 12px;
  font-weight: 900;
}

.partner-merit-points span {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 650;
  word-break: keep-all;
}

.partner-merit-closing {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  color: #fff2c8;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  font-weight: 850;
  word-break: keep-all;
}

.quote-head {
  align-items: flex-start;
  flex-direction: column;
}

.quote-head p {
  margin: -8px 0 0;
  color: #667b73;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 560;
}

.before-after-page {
  padding: 18px;
}

.ba-hero,
.ba-note,
.ba-card {
  border: 1px solid rgba(222, 181, 91, .28);
  border-radius: 26px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 239, 184, .54), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(248, 255, 249, .76));
  box-shadow: 0 18px 42px rgba(92, 69, 29, .1);
}

.ba-hero {
  display: grid;
  gap: 12px;
  padding: 24px 20px;
  text-align: center;
  word-break: keep-all;
}

.ba-hero small {
  justify-self: center;
  padding: 6px 11px;
  border-radius: 999px;
  color: #9a702a;
  background: rgba(255, 248, 225, .92);
  font-size: 12px;
  font-weight: 820;
}

.ba-hero h1 {
  margin: 0;
  color: #123b31;
  font-size: 28px;
  line-height: 1.24;
  font-weight: 850;
}

.ba-hero p {
  margin: 0;
  color: #60776e;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 560;
}

.ba-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 4px;
}

.ba-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 820;
}

.ba-actions a:first-child {
  color: #fff;
  background: linear-gradient(135deg, #176f5a, #31b789);
  box-shadow: 0 16px 34px rgba(23, 111, 90, .18);
}

.ba-actions a:last-child {
  color: #8a682b;
  background: rgba(255, 248, 225, .88);
  border: 1px solid rgba(213, 168, 75, .3);
}

.ba-gallery {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.ba-card {
  overflow: hidden;
}

.ba-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ba-card div {
  display: grid;
  gap: 7px;
  padding: 16px;
}

.ba-card strong {
  color: #12684f;
  font-size: 18px;
  font-weight: 840;
}

.ba-card span {
  color: #617970;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 560;
}

.ba-note {
  margin-top: 16px;
  padding: 18px;
  color: #5f766d;
  font-size: 14px;
  line-height: 1.72;
  font-weight: 560;
  word-break: keep-all;
}

@media (max-width: 520px) {
  .conversion-hero {
    min-height: 492px;
  }

  .conversion-hero .hero-copy {
    left: 18px;
    right: 18px;
    bottom: 88px;
  }

  .conversion-hero .hero-copy h1 {
    max-width: 310px;
    font-size: 26px;
  }

  .conversion-hero .hero-copy span,
  .conversion-hero .hero-copy strong {
    max-width: 292px;
  }

  .hero-actions {
    max-width: 330px;
  }

  .primary-hero-action,
  .secondary-hero-action {
    min-height: 39px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .hero-trust-chips {
    display: none;
  }
}

@media (max-width: 520px) {
  .topbar {
    min-height: 44px;
    padding: 5px 10px;
  }

  .brand img {
    width: 118px;
  }

  .google-login,
  .kakao-login,
  .share-site,
  .admin-shortcut,
  .team-shortcut,
  .profile-shortcut {
    min-height: 28px;
    padding-inline: 7px;
    font-size: 10.5px;
  }

  .hero-card,
  .conversion-hero {
    min-height: 252px;
    margin: 7px 12px 0;
    border-radius: 20px;
  }

  .conversion-hero .hero-copy {
    left: 16px;
    right: 16px;
    bottom: 40px;
    gap: 5px;
  }

  .conversion-hero .hero-copy p {
    padding: 3px 7px;
    font-size: 11px;
  }

  .conversion-hero .hero-copy h1 {
    max-width: 248px;
    font-size: 21px;
    line-height: 1.12;
  }

  .conversion-hero .hero-copy h1::after {
    width: 74px;
    height: 3px;
    margin-top: 5px;
  }

  .conversion-hero .hero-copy span {
    max-width: 255px;
    font-size: 12px;
    line-height: 1.34;
  }

  .primary-hero-action,
  .secondary-hero-action {
    min-height: 30px;
    padding-inline: 10px;
    font-size: 11px;
  }

  .hero-contact {
    left: 12px;
    right: 12px;
    bottom: 7px;
    padding: 4px 7px;
    font-size: 10px;
  }

  .hero-contact a {
    font-size: 10.5px;
  }

  .trust-ticker {
    margin: 6px 12px 5px;
    padding: 6px 0;
    font-size: 12px;
    font-weight: 800;
  }

  .estimate-entry {
    margin: 7px 12px 0;
    padding: 9px 9px 8px;
    border-radius: 18px;
  }

  .estimate-entry .section-heading {
    margin-bottom: 7px;
  }

  .estimate-entry .section-heading h2 {
    font-size: 14.5px;
  }

  .estimate-menu-links {
    gap: 6px;
  }

  .estimate-menu-links a,
  .estimate-menu-links .inactive-link {
    min-height: 30px;
    padding-inline: 11px;
    font-size: 12.5px;
  }

  .menu-grid {
    gap: 3px 7px;
    padding: 6px 10px 0;
  }

  .menu-box,
  .menu-box.tone-mint,
  .menu-box.tone-yellow,
  .menu-box.tone-blue,
  .menu-box.tone-cyan,
  .menu-box.tone-lavender,
  .menu-box.tone-coral {
    min-height: 84px;
    padding: 3px 2px;
  }

  .menu-box img {
    width: 35px;
    height: 35px;
  }

  .menu-box strong {
    font-size: 13px;
    font-weight: 950;
  }

  .live-estimate-badge {
    min-height: 19px;
    padding-inline: 6px;
    font-size: 9.2px;
    font-weight: 850;
  }
}

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

  main {
    display: block;
    padding: 0 30px 48px;
  }

  .conversion-hero {
    min-height: 620px;
  }

  .conversion-hero .hero-copy {
    left: 56px;
    right: 43%;
    bottom: 104px;
    gap: 13px;
  }

  .conversion-hero .hero-copy h1 {
    max-width: 680px;
    font-size: clamp(38px, 4.2vw, 56px);
    line-height: 1.14;
  }

  .conversion-hero .hero-copy span {
    max-width: 560px;
    font-size: 19px;
  }

  .conversion-hero .hero-copy strong {
    max-width: 560px;
    font-size: 15px;
  }

  .hero-actions {
    gap: 12px;
    margin-top: 8px;
  }

  .primary-hero-action,
  .secondary-hero-action {
    min-height: 50px;
    padding-inline: 23px;
    font-size: 16px;
  }

  .hero-trust-chips b {
    min-height: 31px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .hero-steps {
    display: block;
    left: auto;
    right: 44px;
    bottom: 92px;
    width: 330px;
  }

  .estimate-entry,
  .zone-guide-section,
  .proof-section,
  .process-section {
    margin: 24px 0 0;
    padding: 28px;
    border-radius: 30px;
  }

  .section-heading h2 {
    font-size: 28px;
  }

  .estimate-entry-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 16px;
  }

  .entry-card {
    min-height: 142px;
    padding: 24px;
  }

  .proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .zone-guide-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

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

  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .partner-merit {
    grid-template-columns: minmax(0, 1.2fr) minmax(310px, .8fr);
    align-items: center;
    gap: 24px;
    margin-top: 22px;
    padding: 28px;
  }

  .partner-merit-copy h3 {
    font-size: 25px;
  }

  .partner-merit-closing {
    grid-column: 1 / -1;
  }

  .category-tabs {
    margin-top: 24px;
  }

  .menu-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    padding: 24px 0 0;
  }

  .menu-box {
    min-height: 158px;
  }

  .quote-panel {
    margin: 24px 0 0;
    position: static;
  }

  .quote-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
  }

.quote-form button,
  .quote-form p {
    grid-column: 1 / -1;
  }

  .before-after-page {
    padding: 30px;
  }

  .ba-hero {
    padding: 44px 36px;
  }

  .ba-hero h1 {
    font-size: 42px;
  }

  .ba-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}

/* Service link bar and frameless premium menu */
.estimate-entry {
  padding-bottom: 22px;
}

.estimate-entry-grid,
.entry-card,
.primary-entry {
  display: none !important;
}

.estimate-menu-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 820px;
  margin: 2px auto 0;
}

.estimate-menu-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid rgba(213, 168, 75, .22);
  border-radius: 999px;
  color: #5d766d;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 249, 229, .58));
  box-shadow: 0 10px 24px rgba(92, 69, 29, .08);
  font-size: 14px;
  font-weight: 780;
  white-space: nowrap;
}

.estimate-menu-links a.active,
.estimate-menu-links a:hover,
.estimate-menu-links a:focus-visible {
  color: #fff9e8;
  background: linear-gradient(135deg, #176f5a, #2fb888);
  border-color: rgba(23, 111, 90, .24);
  box-shadow: 0 14px 30px rgba(23, 111, 90, .18);
  outline: none;
}

.category-tabs {
  display: none;
}

.menu-grid {
  gap: 14px;
  padding-top: 18px;
}

.repair-price-notice {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid rgba(11, 132, 103, .24);
  border-radius: 15px;
  color: #214c42;
  background: linear-gradient(120deg, rgba(255, 250, 226, .96), rgba(231, 250, 242, .96));
  box-shadow: 0 8px 20px rgba(28, 105, 82, .08);
  text-align: left;
}

.repair-price-notice strong {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff;
  background: #087e65;
  font-size: 12px;
}

.repair-price-notice span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 560px) {
  .repair-price-notice {
    align-items: flex-start;
    gap: 7px;
    padding: 9px 10px;
  }

  .repair-price-notice span {
    font-size: 10.5px;
  }
}

.menu-box,
.menu-box.tone-mint,
.menu-box.tone-yellow,
.menu-box.tone-blue,
.menu-box.tone-cyan,
.menu-box.tone-lavender,
.menu-box.tone-coral {
  min-height: 132px;
  padding: 12px 6px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.menu-box:hover,
.menu-box:focus-visible {
  border-color: transparent;
  box-shadow: none;
  transform: translateY(-2px);
}

.menu-box img {
  width: 70px;
  height: 70px;
  filter:
    drop-shadow(0 14px 12px rgba(92, 69, 29, .2))
    drop-shadow(0 2px 0 rgba(255, 255, 255, .9));
  transform: perspective(280px) rotateX(6deg);
}

.menu-box strong {
  position: relative;
  display: inline-block;
  margin-top: 2px;
  color: #0e6f58;
  font-size: 18px;
  font-weight: 920;
  letter-spacing: 0;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, .98),
    0 2px 0 rgba(222, 181, 91, .26),
    0 10px 18px rgba(92, 69, 29, .2);
  transform: perspective(320px) translateZ(12px);
}

.menu-box strong.label-yellow,
.menu-box strong.label-lavender,
.menu-box strong.label-coral {
  color: #8a6424;
}

.menu-box strong.label-cyan,
.menu-box strong.label-blue,
.menu-box strong.label-mint {
  color: #0f735a;
}

.live-estimate-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 23px;
  margin-top: 1px;
  padding: 0 10px;
  border: 1px solid rgba(190, 145, 54, .55);
  border-radius: 999px;
  color: #0d5d49;
  background: #f3cf75;
  box-shadow: 0 4px 10px rgba(154, 112, 42, .12);
  font-size: 11.5px;
  line-height: 1;
  font-weight: 800;
  text-shadow: none;
  white-space: nowrap;
  animation: liveEstimateBlink 2.8s ease-in-out infinite;
}

@keyframes liveEstimateBlink {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    filter: none;
  }

  50% {
    opacity: .86;
    transform: scale(.99);
    filter: none;
  }
}

.menu-box.urgent-repair-menu {
  position: relative;
  display: grid;
  grid-template-columns: minmax(48px, .8fr) minmax(64px, 1.2fr);
  align-items: center;
  justify-items: stretch;
  gap: 7px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: none;
}

.menu-box.urgent-repair-menu:hover,
.menu-box.urgent-repair-menu:focus-visible {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.menu-box.urgent-repair-menu::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 82px;
  height: 82px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 213, 111, .42) 0%, rgba(255, 238, 197, .18) 56%, transparent 75%);
  pointer-events: none;
}

.menu-box.urgent-repair-menu::after {
  content: none;
}

.menu-box.urgent-repair-menu > * {
  position: relative;
  z-index: 1;
}

.menu-box.urgent-repair-menu .live-estimate-badge {
  min-height: 21px;
  padding-inline: 8px;
  color: #8f281c;
  border-color: rgba(232, 74, 50, .34);
  background: #ffe3da;
  animation: none;
}

.urgent-repair-hours {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  color: #e54b34;
  line-height: 1;
  text-shadow: 0 2px 0 #fff, 0 8px 18px rgba(180, 62, 40, .18);
}

.urgent-repair-hours::after {
  content: "✦";
  position: absolute;
  top: -8px;
  right: -1px;
  color: #e7b847;
  font-size: 14px;
  opacity: .5;
  text-shadow: 0 0 9px rgba(245, 197, 75, .62);
  animation: urgentRepairSoftTwinkle 1.55s ease-in-out infinite;
}

@keyframes urgentRepairSoftTwinkle {
  0%,
  100% {
    opacity: .25;
    transform: scale(.78) rotate(-8deg);
  }

  50% {
    opacity: 1;
    transform: scale(1.18) rotate(5deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .urgent-repair-hours::after {
    animation: none;
    opacity: .55;
  }
}

.urgent-repair-hours b {
  font-size: 34px;
  font-weight: 950;
  letter-spacing: -2px;
}

.urgent-repair-hours em {
  margin-left: 2px;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
}

.urgent-repair-copy {
  display: grid;
  justify-items: start;
  gap: 6px;
}

.menu-box.urgent-repair-menu .urgent-repair-copy strong {
  margin: 0;
  color: #87501c;
  font-size: 17px;
  white-space: nowrap;
}

.review-box small,
.menu-box small {
  margin-top: -1px;
  color: #6d7f77;
  font-size: 11px;
  font-weight: 720;
}

@media (min-width: 980px) {
  .estimate-menu-links {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
  }

  .estimate-menu-links a {
    min-height: 46px;
    font-size: 15px;
  }

  .menu-grid {
    gap: 20px;
    padding-top: 28px;
  }

  .menu-box,
  .menu-box.tone-mint,
  .menu-box.tone-yellow,
  .menu-box.tone-blue,
  .menu-box.tone-cyan,
  .menu-box.tone-lavender,
  .menu-box.tone-coral {
    min-height: 148px;
  }

  .menu-box img {
    width: 82px;
    height: 82px;
  }

  .menu-box strong {
    font-size: 20px;
  }

  .live-estimate-badge {
    min-height: 26px;
    padding-inline: 11px;
    font-size: 11.5px;
  }
}

@media (max-width: 430px) {
  .estimate-menu-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .estimate-menu-links a {
    min-height: 39px;
    font-size: 13px;
  }

  .menu-box,
  .menu-box.tone-mint,
  .menu-box.tone-yellow,
  .menu-box.tone-blue,
  .menu-box.tone-cyan,
  .menu-box.tone-lavender,
  .menu-box.tone-coral {
    min-height: 118px;
  }

  .menu-box img {
    width: 62px;
    height: 62px;
  }

  .menu-box strong {
    font-size: 16px;
  }

  .live-estimate-badge {
    min-height: 22px;
    font-size: 10px;
  }
}

.estimate-menu-links .inactive-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(213, 168, 75, .16);
  border-radius: 999px;
  color: rgba(18, 59, 49, .36);
  background: rgba(255, 255, 255, .48);
  font-size: 14px;
  font-weight: 760;
  cursor: default;
  user-select: none;
}

.menu-box.is-disabled {
  opacity: .42;
  filter: grayscale(.35);
  cursor: default;
  pointer-events: none;
}

.menu-box.is-disabled:hover,
.menu-box.is-disabled:focus-visible {
  border-color: rgba(222, 181, 91, .34);
  box-shadow: none;
  transform: none;
}

.proof-pair,
.ba-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(213, 168, 75, .18);
}

.proof-pair {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.proof-pair img,
.ba-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f8f4e8;
}

.ba-case {
  display: grid;
}

.ba-pair {
  padding: 1px;
}

.ba-pair figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #fbf8ef;
}

.ba-pair img {
  aspect-ratio: 4 / 5;
}

.ba-pair figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(18, 59, 49, .78);
  box-shadow: 0 8px 18px rgba(18, 59, 49, .16);
  font-size: 12px;
  font-weight: 850;
}

@media (min-width: 760px) {
  .proof-slide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ba-case-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .estimate-menu-links .inactive-link {
    min-height: 46px;
    font-size: 15px;
  }

  .proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .ba-case-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .app-shell {
    width: 100%;
    box-shadow: none;
  }

  .topbar {
    min-height: 48px;
    padding: 6px 10px;
  }

  .brand img {
    width: 126px;
  }

  .auth-widget {
    gap: 4px;
    min-width: 0;
    max-width: calc(100vw - 148px);
    overflow-x: auto;
    scrollbar-width: none;
  }

  .auth-widget::-webkit-scrollbar {
    display: none;
  }

  .google-login,
  .kakao-login,
  .share-site,
  .admin-shortcut,
  .team-shortcut,
  .profile-shortcut {
    min-height: 29px;
    padding-inline: 8px;
    font-size: 11px;
    flex: 0 0 auto;
  }

  .google-login span:last-child {
    display: none;
  }

  .kakao-login span:last-child {
    display: none;
  }

  .google-mark {
    width: 19px;
    height: 19px;
  }

  .user-menu {
    max-width: 118px;
    min-height: 30px;
    padding: 3px 4px 3px 6px;
    gap: 4px;
    flex: 0 0 auto;
  }

  .user-menu img {
    width: 21px;
    height: 21px;
  }

  .user-menu span {
    max-width: 36px;
    font-size: 10px;
  }

  .user-menu button {
    min-height: 24px;
    padding-inline: 7px;
    font-size: 10px;
  }

  .login-help {
    display: none;
  }

  .hero-card,
  .conversion-hero {
    min-height: 318px;
    margin: 8px 12px 0;
    border-radius: 22px;
  }

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

  .conversion-hero .hero-slideshow img {
    object-position: 72% center;
  }

  .conversion-hero .hero-copy {
    left: 18px;
    right: 18px;
    bottom: 50px;
    gap: 6px;
  }

  .conversion-hero .hero-copy p {
    padding: 4px 8px;
    font-size: 10.5px;
  }

  .conversion-hero .hero-copy h1 {
    max-width: 285px;
    margin-top: 3px;
    font-size: 22px;
    line-height: 1.14;
    text-shadow: 0 10px 28px rgba(0, 0, 0, .34);
  }

  .conversion-hero .hero-copy h1::after {
    width: 92px;
    height: 4px;
    margin-top: 7px;
  }

  .conversion-hero .hero-copy span {
    max-width: 286px;
    font-size: 12.5px;
    line-height: 1.42;
    font-weight: 720;
  }

  .conversion-hero .hero-copy strong,
  .hero-trust-chips,
  .hero-steps {
    display: none;
  }

  .hero-actions {
    gap: 7px;
    margin-top: 2px;
  }

  .primary-hero-action,
  .secondary-hero-action {
    min-height: 34px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .hero-contact {
    left: 12px;
    right: 12px;
    bottom: 8px;
    gap: 5px;
    padding: 5px 8px;
    font-size: 9.5px;
  }

  .hero-contact a {
    font-size: 10.5px;
  }

  .trust-ticker {
    margin: 7px 12px 6px;
    padding: 7px 0;
    border-radius: 16px;
    font-size: 12px;
  }

  .estimate-entry {
    margin: 8px 12px 0;
    padding: 12px 10px 11px;
    border-radius: 20px;
  }

  .estimate-entry .section-heading {
    gap: 5px;
    margin-bottom: 9px;
  }

  .estimate-entry .section-heading small {
    display: none;
  }

  .estimate-entry .section-heading h2 {
    font-size: 16px;
    line-height: 1.32;
  }

  .estimate-menu-links {
    display: flex;
    gap: 7px;
    max-width: none;
    margin: 0;
    overflow-x: auto;
    padding-bottom: 1px;
    scrollbar-width: none;
  }

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

  .estimate-menu-links a,
  .estimate-menu-links .inactive-link {
    flex: 0 0 auto;
    min-height: 34px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .menu-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px 8px;
    padding: 8px 10px 0;
  }

  .menu-box,
  .menu-box.tone-mint,
  .menu-box.tone-yellow,
  .menu-box.tone-blue,
  .menu-box.tone-cyan,
  .menu-box.tone-lavender,
  .menu-box.tone-coral {
    min-height: 88px;
    padding: 5px 3px;
  }

  .menu-box img {
    width: 43px;
    height: 43px;
    filter:
      drop-shadow(0 8px 8px rgba(92, 69, 29, .16))
      drop-shadow(0 1px 0 rgba(255, 255, 255, .9));
  }

  .menu-box strong {
    margin-top: 0;
    font-size: 12.5px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    text-shadow:
      0 1px 0 rgba(255, 255, 255, .98),
      0 7px 12px rgba(92, 69, 29, .14);
  }

  .live-estimate-badge {
    min-height: 18px;
    margin-top: 2px;
    padding-inline: 7px;
    font-size: 8.5px;
  }

  .menu-box.urgent-repair-menu {
    grid-template-columns: minmax(34px, .8fr) minmax(48px, 1.2fr);
    gap: 3px;
  }

  .urgent-repair-hours b {
    font-size: 23px;
    letter-spacing: -1.5px;
  }

  .urgent-repair-hours em {
    margin-left: 1px;
    font-size: 10px;
  }

  .urgent-repair-copy {
    gap: 3px;
  }

  .menu-box.urgent-repair-menu .urgent-repair-copy strong {
    font-size: 12px;
  }

  .menu-box.urgent-repair-menu .live-estimate-badge {
    min-height: 17px;
    padding-inline: 5px;
    font-size: 8px;
  }

  .zone-guide-section,
  .proof-section,
  .process-section,
  .quote-panel {
    margin-inline: 12px;
  }
}

/* Final mobile home compaction */
@media (max-width: 520px) {
  .topbar {
    min-height: 44px;
    padding: 5px 10px;
  }

  .brand img {
    width: 118px;
  }

  .google-login,
  .kakao-login,
  .share-site,
  .admin-shortcut,
  .team-shortcut,
  .profile-shortcut {
    min-height: 28px;
    padding-inline: 7px;
    font-size: 10.5px;
  }

  .hero-card.conversion-hero,
  .hero-card {
    min-height: 252px;
    margin: 7px 12px 0;
    border-radius: 20px;
  }

  .conversion-hero .hero-copy {
    left: 16px;
    right: 16px;
    bottom: 40px;
    gap: 5px;
  }

  .conversion-hero .hero-copy p {
    padding: 3px 7px;
    font-size: 9.5px;
  }

  .conversion-hero .hero-copy h1 {
    max-width: 248px;
    margin-top: 3px;
    font-size: 19px;
    line-height: 1.12;
  }

  .conversion-hero .hero-copy h1::after {
    width: 74px;
    height: 3px;
    margin-top: 5px;
  }

  .conversion-hero .hero-copy span {
    max-width: 255px;
    font-size: 10.5px;
    line-height: 1.34;
  }

  .primary-hero-action,
  .secondary-hero-action {
    min-height: 30px;
    padding-inline: 10px;
    font-size: 11px;
  }

  .hero-contact {
    left: 12px;
    right: 12px;
    bottom: 7px;
    padding: 4px 7px;
    font-size: 8.7px;
  }

  .hero-contact a {
    font-size: 9.5px;
  }

  .trust-ticker {
    margin: 6px 12px 5px;
    padding: 6px 0;
    font-size: 11px;
  }

  .estimate-entry {
    margin: 7px 12px 0;
    padding: 9px 9px 8px;
    border-radius: 18px;
  }

  .estimate-entry .section-heading {
    margin-bottom: 7px;
  }

  .estimate-entry .section-heading h2 {
    font-size: 14.5px;
  }

  .estimate-menu-links {
    gap: 6px;
  }

  .estimate-menu-links a,
  .estimate-menu-links .inactive-link {
    min-height: 30px;
    padding-inline: 11px;
    font-size: 11px;
  }

  .menu-grid {
    gap: 3px 7px;
    padding: 6px 10px 0;
  }

  .menu-box,
  .menu-box.tone-mint,
  .menu-box.tone-yellow,
  .menu-box.tone-blue,
  .menu-box.tone-cyan,
  .menu-box.tone-lavender,
  .menu-box.tone-coral {
    min-height: 74px;
    padding: 3px 2px;
  }

  .menu-box img {
    width: 35px;
    height: 35px;
  }

  .menu-box strong {
    font-size: 11px;
  }

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

  .menu-box.urgent-repair-menu {
    grid-template-columns: minmax(30px, .8fr) minmax(42px, 1.2fr);
    gap: 2px;
  }

  .urgent-repair-hours b {
    font-size: 20px;
  }

  .urgent-repair-hours em {
    font-size: 9px;
  }

  .menu-box.urgent-repair-menu .urgent-repair-copy strong {
    font-size: 13px;
  }

  .menu-box.urgent-repair-menu .live-estimate-badge {
    min-height: 18px;
    padding-inline: 4px;
    font-size: 8.5px;
  }
}

/* Readable mobile typography: keep this after compaction rules. */
@media (max-width: 520px) {
  .conversion-hero .hero-copy p {
    font-size: 11px;
  }

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

  .conversion-hero .hero-copy span {
    font-size: 12px;
  }

  .hero-contact {
    font-size: 10px;
  }

  .hero-contact a {
    font-size: 10.5px;
  }

  .trust-ticker {
    font-size: 12px;
    font-weight: 800;
  }

  .estimate-menu-links a,
  .estimate-menu-links .inactive-link {
    font-size: 12.5px;
  }

  .menu-box,
  .menu-box.tone-mint,
  .menu-box.tone-yellow,
  .menu-box.tone-blue,
  .menu-box.tone-cyan,
  .menu-box.tone-lavender,
  .menu-box.tone-coral {
    min-height: 84px;
  }

  .menu-box strong {
    font-size: 13px;
    font-weight: 950;
  }

  .live-estimate-badge {
    min-height: 19px;
    font-size: 9.2px;
    font-weight: 850;
  }

  .menu-box.urgent-repair-menu .urgent-repair-copy strong {
    font-size: 13px;
  }

  .menu-box.urgent-repair-menu .live-estimate-badge {
    min-height: 18px;
    font-size: 8.5px;
  }
}

/* Home consultation entry: replaces the scrolling notice below the hero. */
.home-consult-bar {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  margin: 10px 18px 8px;
  padding: 11px 13px;
  border: 1px solid rgba(204, 145, 52, .3);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 253, 244, .98), rgba(255, 237, 207, .96));
  box-shadow: 0 10px 26px rgba(125, 88, 31, .1);
}

.home-consult-bar__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: #e1f6ed;
  font-size: 23px;
}

.home-consult-bar__copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.home-consult-bar__copy small {
  color: #198064;
  font-size: 10px;
  font-weight: 850;
}

.home-consult-bar__copy strong {
  color: #123f32;
  font-size: 15px;
  line-height: 1.25;
}

.home-consult-bar__copy p {
  margin: 0;
  color: #60776f;
  font-size: 10.5px;
  line-height: 1.35;
}

.home-consult-bar__actions {
  display: flex;
  gap: 6px;
}

.home-consult-bar__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(22, 121, 92, .2);
  border-radius: 999px;
  color: #176f5a;
  background: rgba(255, 255, 255, .88);
  font-size: 11px;
  font-weight: 850;
}

.home-consult-bar__actions a.primary {
  min-width: 78px;
  border-color: #168463;
  color: #fff;
  background: linear-gradient(135deg, #147759, #22a77d);
  box-shadow: 0 7px 16px rgba(20, 119, 89, .16);
}

.home-page .footer-contact-strip {
  display: none;
}

@media (min-width: 980px) {
  .home-consult-bar {
    grid-column: 1 / -1;
    margin: 0;
    padding: 13px 18px;
  }
}

@media (max-width: 520px) {
  .home-consult-bar {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 7px;
    margin: 7px 12px 6px;
    padding: 8px 9px;
    border-radius: 16px;
  }

  .home-consult-bar__icon {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    font-size: 17px;
  }

  .home-consult-bar__copy strong {
    font-size: 12.5px;
  }

  .home-consult-bar__copy p {
    display: none;
  }

  .home-consult-bar__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .home-consult-bar__actions a,
  .home-consult-bar__actions a.primary {
    min-width: 45px;
    min-height: 27px;
    padding: 0 6px;
    font-size: 9.5px;
  }
}

/* 대표 이미지 위 상담 연락처는 사진 밝기와 관계없이 선명하게 읽혀야 합니다. */
.hero-contact {
  padding: 6px 10px;
  border-color: rgba(255, 255, 255, .94);
  color: #174f43;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 22px rgba(10, 55, 45, .2);
  font-size: 11.5px;
  font-weight: 850;
  line-height: 1.3;
  text-shadow: none;
}

.hero-contact .hero-mini-phone {
  color: #075d51;
  font-size: 11.5px;
  font-weight: 900;
}
