
/***********************************************
서브 비주얼
***********************************************/
.sub-visual { position: relative; width: 100%; height: 560px; overflow: hidden; background: #111; }
.sub-visual-bg { position: absolute; inset: 0; /* background: url("../") no-repeat center center / cover; */ animation: subVisualZoomOut 4.8s cubic-bezier(0.16, 1, 0.3, 1) both; transform-origin: center center; transition: opacity 0.5s ease, transform 0.8s ease; }
.sub-visual-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20, 26, 38, 0.58) 0%, rgba(20, 26, 38, 0.34) 35%, rgba(20, 26, 38, 0.18) 70%, rgba(20, 26, 38, 0.28) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.22) 100%); }

.sub-visual-bg.bg1{ background: url("../../assets/images/sub/mv1.jpg") no-repeat center center / cover;}
.sub-visual-bg.bg2{ background: url("../../assets/images/sub/mv2.jpg") no-repeat center center / cover;}
.sub-visual-bg.bg3{ background: url("../../assets/images/sub/mv3.jpg") no-repeat center center / cover;}
.sub-visual-bg.bg4{ background: url("../../assets/images/sub/mv4.jpg") no-repeat center center / cover;}
.sub-visual-bg.bg5{ background: url("../../assets/images/sub/mv5.jpg") no-repeat center center / cover;}
.sub-visual-bg.bg6{ background: url("../../assets/images/sub/mv6.jpg") no-repeat center center / cover;}
.sub-visual-bg.bg7{ background: url("../../assets/images/sub/mv7.jpg") no-repeat center center / cover;}

.sub-visual-inner { position: relative; z-index: 2; width: 100%; height: 100%; max-width: 1640px; margin: 0 auto; padding: 0 80px; display: flex; flex-direction: column; justify-content: space-between; }
.sub-visual-text { padding-top: 200px; color: #fff; animation: subVisualTextDown 1.75s 0.4s cubic-bezier(0.16, 1, 0.3, 1) both; transition: opacity 0.35s ease, transform 0.35s ease; }
.sub-visual-text.fade-out { opacity: 0; transform: translateY(18px); }
.sub-visual-category { margin: 0 0 18px; font-size: 22px; font-weight: 600; line-height: 1.2; letter-spacing: -0.03em; color: #fff; }
.sub-visual-title { margin: 0; font-size: 70px; font-weight: 700; line-height: 1.05; color: #fff; animation: subVisualTitleDown 1.9s 0.6s cubic-bezier(0.16, 1, 0.3, 1) both; }
.sub-visual-bottom { padding-bottom: 30px; }
.sub-visual-line { position: relative; width: 100%; height: 1px; margin-bottom: 24px; background: rgba(255, 255, 255, 0.3); }
.sub-visual-dot { position: absolute; left: 0; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: #fff; transform: translateY(-50%); }
.sub-visual-menu-wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.sub-visual-menu { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 30px; margin: 0; padding: 0; list-style: none; }
.sub-visual-menu li { margin: 0; padding: 0; }
.sub-visual-menu button,
.sub-visual-menu a { display: block; padding: 0; border: 0; background: none; font-size: 20px; font-weight: 700; line-height: 1.4; letter-spacing: -0.04em; color: rgba(255, 255, 255, 0.68); cursor: pointer; white-space: nowrap; text-decoration: none; transition: color 0.3s ease; }
.sub-visual-menu button:hover,
.sub-visual-menu button.active,
.sub-visual-menu a:hover,
.sub-visual-menu a.active { color: #fff; }

.sub-visual-home { font-size: 20px; line-height: 1; }
.sub-visual-arrow { opacity: 0.8; }

@keyframes subVisualZoomOut {
0% { transform: scale(1.14); }
100% { transform: scale(1); }
}

@keyframes subVisualTextDown {
0% { opacity: 0; transform: translateY(-42px); }
100% { opacity: 1; transform: translateY(0); }
}

@keyframes subVisualTitleDown {
0% { opacity: 0; transform: translateY(-24px); }
100% { opacity: 1; transform: translateY(0); }
}

@media screen and (max-width: 1280px) {
.sub-visual { height: 620px; }
.sub-visual-inner { padding: 0 50px; }
.sub-visual-text { padding-top: 240px; }
.sub-visual-title { font-size: 68px; }
.sub-visual-menu { gap: 12px 24px; }
.sub-visual-menu button,
.sub-visual-menu a { font-size: 18px; }
}

@media screen and (max-width: 1024px) {
.sub-visual { height: 600px; }
.sub-visual-inner { padding: 0 36px; }
.sub-visual-menu-wrap { flex-direction: column; align-items: flex-start; gap: 22px; }
.sub-visual-menu { width: 100%; gap: 18px 28px; flex-wrap: wrap; }

}

@media screen and (max-width: 768px) {
.sub-visual { height: 560px; }
.sub-visual-inner { padding: 0 24px; }
.sub-visual-text { padding-top: 190px; }
.sub-visual-category { margin-bottom: 12px; font-size: 18px; }
.sub-visual-title { font-size: 54px; }
.sub-visual-bottom { padding-bottom: 24px; }
.sub-visual-line { margin-bottom: 20px; }
.sub-visual-menu { gap: 12px 22px; }
.sub-visual-menu button,
.sub-visual-menu a { font-size: 16px; }
}

@media screen and (max-width: 480px) {
.sub-visual { height: 400px; }
.sub-visual-inner { padding: 0 18px; }
.sub-visual-text { padding-top: 150px; }
.sub-visual-category { font-size: 15px; }
.sub-visual-title { font-size: 42px; }
.sub-visual-menu { gap: 10px 16px; }
.sub-visual-menu button,
.sub-visual-menu a { font-size: 14px; }

}

@media screen and (max-width: 320px) {
/* .sub-visual { height: 500px; } */
.sub-visual-inner { padding: 0 14px; }
.sub-visual-text { padding-top: 135px; }
.sub-visual-category { font-size: 14px; }
.sub-visual-title { font-size: 36px; }
.sub-visual-menu { gap: 8px 12px; }
.sub-visual-menu button,
.sub-visual-menu a { font-size: 13px; }

}

.br-block{display: none;}
/***********************************************
서비스 공통 디자인
***********************************************/
/*======== 서비스 공통 타이틀 =======*/
.section-head { max-width: 900px; margin: 0 auto 58px; text-align: center; }
.section-label { margin: 0 0 16px; font-size: 20px; font-weight: 800; line-height: 1.35; letter-spacing: 0; color: var(--pointColor);; }
.section-title { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 0 0 20px; font-size: 54px; font-weight: 700; line-height: 1.18; letter-spacing: 0; color: var(--mainColor); }
.section-title .tit-color{color: var(--pointColor);}
.section-title-icon { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 58px; height: 58px; border-radius: 18px; background: #e2eeff; color: var(--mainColor); box-shadow: inset 0 0 0 1px rgba(245, 130, 32, 0.22); }
.section-title-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.section-desc { margin: 0; font-size: 20px; font-weight: 400; line-height: 1.7; letter-spacing: 0; color: #444; }


/*======== 도입부 =======*/
.intro { width: 100%; padding: 120px 0; background: #fff; text-align: center; }
.intro-text {  margin: 0 auto; padding: 0 20px; }
.intro-label { margin: 0 0 22px; font-size: 22px; font-weight: 800; line-height: 1.35; letter-spacing: -0.04em; color: var(--mainColor); }
.intro-label--privacy { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 0 28px; border-radius: 999px; background: #e11919;  font-size: 34px; font-weight: 900; letter-spacing: 0; color: #fff; }
.intro-title { margin: 0 0 34px; font-size: 56px; font-weight: 700; line-height: 1.5; letter-spacing: -0.065em; color: #111; }
.intro-point { width: fit-content; max-width: calc(100% - 40px); margin: 0 auto 30px; padding: 0 0.12em; font-size: 28px; font-weight: 700; line-height: 1.55; letter-spacing: -0.045em; color: #222; background-image: linear-gradient(transparent 58%, rgba(255, 225, 66, 0.78) 58%); background-repeat: no-repeat; background-position: left 0 bottom 0.12em; background-size: 0 100%; box-decoration-break: clone; -webkit-box-decoration-break: clone; transition: background-size 1.25s 0.15s cubic-bezier(0.16, 1, 0.3, 1); }
.intro-point.aos-animate { background-size: 100% 100%; }
.intro-desc { margin: 0 0 12px; font-size: 21px; font-weight: 400; line-height: 1.75; letter-spacing: -0.045em; color: #333; }
.intro-desc:last-child { margin-bottom: 0; }
.mold-text-emphasis { color: #e11919; font-size: 1.08em; }
.mold-text-emphasis--strong { font-size: 1.18em; }
.intro-emergency-call { display: inline-flex; align-items: center; justify-content: center; min-width: 360px; min-height: 72px; margin-top: 38px; padding: 0 42px; border-radius: 999px; background: #e11919; font-size: 24px; font-weight: 800; line-height: 1.25; letter-spacing: 0; color: #fff; text-decoration: none; white-space: nowrap; transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease; }
.intro-emergency-call::before { content: ""; flex: 0 0 auto; width: 24px; height: 24px; margin-right: 10px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24c1.12.37 2.33.57 3.57.57c.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1c0 1.24.2 2.45.57 3.57c.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24c1.12.37 2.33.57 3.57.57c.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1c0 1.24.2 2.45.57 3.57c.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat; }


@media SCREEN and (max-width:900px){
  .intro-point.aos-animate { background-size: 100% 100%; }
  .intro-point--multiline { display: inline; width: auto; max-width: none; margin: 0; }
  .intro-point--multiline + .intro-desc { margin-top: 30px; }
  .intro-point--multiline + .intro-desc { margin-top: 22px; }
}
@media screen and (max-width:800px){
  .intro-title .br-none{display: none;}
  .intro-label .br-block{display: block;}
}

/*======== 복원 프로세스 =======*/
.restoration-process { width: 100%; padding: 120px 0 130px; background: linear-gradient(180deg, #f5f7fa 0%, #fff 100%); }
.process-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-item { position: relative; display: flex; flex-direction: column; min-height: 280px; padding: 42px 36px 34px; border: 0; border-radius: 24px; background: #f0f1f3; color: #202020; box-shadow: none; overflow: hidden; transition: background 0.55s ease, color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease; }
.process-item { counter-increment: process; }
.process-item::before { content: "0" counter(process); position: absolute; top: 28px; right: 32px; display: block; color: rgba(11, 35, 69, 0.12); font-size: 58px; font-weight: 900; line-height: 1; letter-spacing: 0; transition: color 0.35s ease; }
.process-item::after { display: none; }
.process-item.active { background: var(--mainColor); color: #fff; box-shadow: 0 22px 56px rgba(11, 35, 69, 0.18); transform: translateY(-4px); }
.process-item.active::before { color: rgba(255, 255, 255, 0.18); }
.process-icon { display: flex; align-items: center; justify-content: flex-start; width: 76px; height: 76px; margin-bottom: 34px; border-radius: 0; background: transparent; color: var(--pointColor); transition: color 0.35s ease, transform 0.35s ease; }
.process-icon svg { width: 58px; height: 58px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.process-item.active .process-icon { color: #fff; transform: translateY(-2px); }
.process-text { position: relative; z-index: 1; margin-top: auto; }
.process-text h3 { margin: 0 0 18px; font-size: 25px; font-weight: 800; line-height: 1.32; letter-spacing: 0; color: #202020; transition: color 0.35s ease; }
.process-text p { margin: 0; font-size: 18px; font-weight: 400; line-height: 1.7; letter-spacing: 0; color: #333; transition: color 0.35s ease; }
.process-item.active .process-text h3,
.process-item.active .process-text p { color: #fff; }

/*======== 선택하는 이유 =======*/
.why-cleanmaru {
  padding: 120px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.why-cleanmaru .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}



.why-cleanmaru-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 70px;
}
/* 카드 배경색 변경 */
.why-cleanmaru-card {
  position: relative;
  padding: 48px 38px 42px;
  background: var(--mainColor);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
}


.why-cleanmaru-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  margin-bottom: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
  color: #ffffff;
  display: none;

}

.why-cleanmaru-icon svg {
  width: 36px;
  height: 36px;
}



/* 카드 내부 텍스트 색상 조정 */
.why-cleanmaru-card-title {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.why-cleanmaru-card-text {
  margin: 0;
  font-size: 17px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.82);
  word-break: keep-all;
}

@media (max-width: 1024px) {
  .why-cleanmaru {
    padding: 100px 0;
  }

  .why-cleanmaru-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 60px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .why-cleanmaru-card {
    padding: 42px 34px 38px;
  }

  .why-cleanmaru-card-title {
    font-size: 26px;
  }
}


@media (max-width: 768px) {
  .why-cleanmaru {
    padding: 80px 0;
  }

  .why-cleanmaru .inner {
    padding: 0 18px;
  }

  .why-cleanmaru .section-title{flex-direction: column;}

  .why-cleanmaru-grid {
    margin-top: 48px;
    gap: 20px;
  }

  .why-cleanmaru-card {
    padding: 34px 26px 30px;
    border-radius: 22px;
  }

  .why-cleanmaru-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
    border-radius: 20px;
  }

  .why-cleanmaru-icon svg {
    width: 30px;
    height: 30px;
  }

  .why-cleanmaru-card-title {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .why-cleanmaru-card-text {
    font-size: 15px;
    line-height: 1.9;
  }
}


@media (max-width: 480px) {
  .why-cleanmaru {
    padding: 70px 0;
  }

  .why-cleanmaru-card {
    padding: 30px 22px 28px;
  }

  .why-cleanmaru-card-title {
    font-size: 20px;
  }

  .why-cleanmaru-card-text {
    font-size: 14px;
  }
}


/*======== 청소 범위 =======*/
.cleaning-scope {
  padding: 120px 0;
  background: #ffffff;
}

.cleaning-scope .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.cleaning-scope-table-wrap {
  margin-top: 70px;
  border: 1px solid #e5e7eb;

  overflow: hidden;
  background: #ffffff;
}

.cleaning-scope-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.cleaning-scope-table th,
.cleaning-scope-table td {
  padding: 28px 34px;
  font-size: 18px;
  line-height: 1.9;
  text-align: left;
  vertical-align: top;
  word-break: keep-all;
}

.cleaning-scope-table th {
  background: #f8fafc;
  color: #111827;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  border-right: 1px solid #e5e7eb;
}

.cleaning-scope-table td {
  color: #4b5563;
  font-weight: 500;
}

.cleaning-scope-table tr:not(:last-child) th,
.cleaning-scope-table tr:not(:last-child) td {
  border-bottom: 1px solid #e5e7eb;
}

@media (max-width: 1024px) {
  .cleaning-scope {
    padding: 100px 0;
  }

  .cleaning-scope-table-wrap {
    margin-top: 60px;
  }

  .cleaning-scope-table th,
  .cleaning-scope-table td {
    padding: 24px 28px;
  }

  .cleaning-scope-table th {
    font-size: 18px;
  }

  .cleaning-scope-table td {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .cleaning-scope {
    padding: 80px 0;
  }

  .cleaning-scope .inner {
    padding: 0 18px;
  }

  .cleaning-scope-table-wrap {
    margin-top: 48px;
    border-radius: 20px;
  }

  .cleaning-scope-table colgroup {
    display: none;
  }

  .cleaning-scope-table,
  .cleaning-scope-table tbody,
  .cleaning-scope-table tr,
  .cleaning-scope-table th,
  .cleaning-scope-table td {
    display: block;
    width: 100%;
  }

  .cleaning-scope-table th {
    padding: 22px 22px 10px;
    border-right: 0;
    border-bottom: 0;
    background: #f8fafc;
    font-size: 18px;
  }

  .cleaning-scope-table td {
    padding: 0 22px 22px;
    font-size: 14px;
    line-height: 1.8;
  }

  .cleaning-scope-table tr:not(:last-child) {
    border-bottom: 1px solid #e5e7eb;
  }

  .cleaning-scope-table tr:not(:last-child) th,
  .cleaning-scope-table tr:not(:last-child) td {
    border-bottom: 0;
  }
}

@media (max-width: 480px) {
  .cleaning-scope {
    padding: 70px 0;
  }

  .cleaning-scope-table th {
    font-size: 17px;
    padding: 20px 20px 8px;
  }

  .cleaning-scope-table td {
    padding: 0 20px 20px;
    font-size: 13px;
  }
}

/*======== 전문 장비 =======*/
.equipment-section { width: 100%; padding: 120px 0 130px; background: #fff; }
.equipment-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.equipment-card { position: relative; border: 1px solid #dfe5ee; border-radius: 8px; background: #fff; overflow: hidden; box-shadow: 0 18px 48px rgba(11, 35, 69, 0.09); }
.equipment-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 5px; background: var(--mainColor); }
.equipment-visual { height: 250px; background: #f5f7fa; overflow: hidden; }
.equipment-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.equipment-text { min-height: 230px; padding: 34px 32px 36px; }
.equipment-num { display: inline-flex; align-items: center; justify-content: center; min-width: 48px; height: 30px; margin-bottom: 22px; border-radius: 999px; background: #e2eeff; font-size: 15px; font-weight: 700; line-height: 1; color: var(--mainColor); }
.equipment-text h3 { margin: 0 0 16px; font-size: 26px; font-weight: 700; line-height: 1.32; letter-spacing: 0; color: #111; }
.equipment-text p { margin: 0; font-size: 18px; font-weight: 400; line-height: 1.7; letter-spacing: 0; color: #334155; }


/*======== 실시간 현장/후기 =======*/
.realtime-review { width: 100%; padding: 120px 0 130px; background: #f5f7fa; overflow: hidden; }
.realtime-review .section-head { margin-bottom: 54px; }
.realtime-slider-wrap { position: relative; }
.realtime-swiper { overflow: visible; }
.realtime-slide { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr); gap: 40px; align-items: stretch; }
.realtime-review--gallery .realtime-swiper { overflow: hidden; }
.realtime-review--gallery .realtime-slide { position: relative; display: block; height: 300px; margin: 0; border-radius: 8px; overflow: hidden; background: #dfe5ee;  }
.realtime-review--gallery .realtime-slide img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.realtime-review--gallery .realtime-slide:hover img { transform: scale(1.04); }
.realtime-review--gallery .swiper-slide { height: auto; }
.field-ba-card { display: grid; grid-template-columns: 1fr; height: 100%; overflow: hidden; border: 1px solid #dfe5ee; border-radius: 8px; background: #fff; box-shadow: 0 18px 48px rgba(11, 35, 69, 0.09); }
.ba-visual { --ba-position: 50%; position: relative; overflow: hidden; aspect-ratio: 16 / 11; background: #111; cursor: ew-resize; user-select: none; }
.ba-panel { position: absolute; inset: 0; background-repeat: no-repeat; background-position: center; background-size: cover; }
.ba-panel.after { z-index: 1; }
.ba-panel.before { z-index: 2; clip-path: inset(0 calc(100% - var(--ba-position)) 0 0); }
.ba-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.42)); }
.ba-label { position: absolute; left: 22px; bottom: 22px; z-index: 1; display: inline-flex; align-items: center; justify-content: center; min-width: 92px; height: 38px; padding: 0 18px; border-radius: 999px; background: #fff; color: var(--mainColor); font-size: 15px; font-weight: 900; line-height: 1; }
.ba-panel.after .ba-label { left: auto; right: 22px; background: var(--pointColor); color: #fff; }
.ba-divider { position: absolute; left: var(--ba-position); top: 50%; z-index: 3; display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border: 4px solid #fff; border-radius: 50%; background: var(--pointColor); color: #fff; font-size: 21px; transform: translate(-50%, -50%); box-shadow: 0 10px 24px rgba(0,0,0,0.22); pointer-events: none; }
.ba-divider::before,
.ba-divider::after { content: ""; position: absolute; left: 50%; width: 3px; height: 220px; background: #fff; transform: translateX(-50%); box-shadow: 0 0 12px rgba(0,0,0,0.2); }
.ba-divider::before { bottom: 100%; }
.ba-divider::after { top: 100%; }
.ba-range { position: absolute; inset: 0; z-index: 4; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.field-ba-info { display: flex; flex-direction: column; justify-content: center; gap: 14px; min-height: 148px; padding: 24px; border-top: 1px solid #e5eaf0; color: var(--mainColor); }
.field-type { display: inline-flex; align-items: center; align-self: flex-start; height: 34px; padding: 0 14px; border-radius: 999px; background: #fff4e9; color: var(--pointColor); font-size: 14px; font-weight: 900; line-height: 1; }
.field-ba-info h3 { margin: 0; color: var(--mainColor); font-size: 23px; font-weight: 900; line-height: 1.35; letter-spacing: -0.03em; word-break: keep-all; }
@media screen and (max-width: 799px) {
  .ba-range { touch-action: none; overscroll-behavior: contain; }

  body.ba-range-dragging {
    overflow: hidden;
    touch-action: none;
  }
}
.before-after { --compare-position: 50%; position: relative; min-height: 560px; border-radius: 8px; overflow: hidden; background: #0b2345; cursor: ew-resize; user-select: none; touch-action: none; }
.compare-img { position: absolute; inset: 0; width: 100%; height: 100%; }
.compare-img img { display: block; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.compare-before { z-index: 1; }
.compare-after { z-index: 2; clip-path: inset(0 calc(100% - var(--compare-position)) 0 0); }
.compare-label { position: absolute; top: 22px; z-index: 4; display: inline-flex; align-items: center; height: 34px; padding: 0 16px; border-radius: 999px; background: rgba(11, 35, 69, 0.82); font-size: 14px; font-weight: 700; line-height: 1; letter-spacing: 0; color: #fff; }
.compare-before .compare-label { left: 22px; }
.compare-after .compare-label { left: 22px; background: rgba(245, 130, 32, 0.9); }
.compare-handle { position: absolute; left: var(--compare-position); top: 0; z-index: 5; width: 52px; height: 100%; transform: translateX(-50%); outline: none; }
.compare-handle::before { content: ""; position: absolute; left: 50%; top: 0; width: 3px; height: 100%; background: #fff; transform: translateX(-50%);  }
.compare-handle::after { content: ""; position: absolute; left: 50%; top: 50%; width: 54px; height: 54px; border: 3px solid #fff; border-radius: 50%; background: var(--mainColor); transform: translate(-50%, -50%); }
.compare-arrows { position: absolute; left: 50%; top: 50%; z-index: 6; width: 30px; height: 14px; transform: translate(-50%, -50%); pointer-events: none; }
.compare-arrows::before,
.compare-arrows::after { content: ""; position: absolute; top: 50%; width: 9px; height: 9px; border-top: 2px solid #fff; border-left: 2px solid #fff; }
.compare-arrows::before { left: 1px; transform: translateY(-50%) rotate(-45deg); }
.compare-arrows::after { right: 1px; transform: translateY(-50%) rotate(135deg); }
.realtime-info { display: flex; flex-direction: column; justify-content: center; min-height: 560px; padding: 54px 48px; border: 1px solid #dfe5ee; border-radius: 8px; background: #fff; }
.realtime-badge { display: inline-flex; align-items: center; justify-content: center; align-self: flex-start; height: 32px; margin-bottom: 30px; padding: 0 14px; border-radius: 999px; background: #e2eeff; font-size: 14px; font-weight: 700; line-height: 1; color: var(--mainColor); }
.realtime-info h3 { margin: 0 0 20px; font-size: 34px; font-weight: 700; line-height: 1.28; letter-spacing: 0; color: #111; word-break: keep-all; }
.realtime-info p { margin: 0; font-size: 18px; font-weight: 400; line-height: 1.75; letter-spacing: 0; color: #334155; word-break: keep-all; }
.realtime-controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 34px; }
.realtime-review--gallery .realtime-controls { display: block; margin-top: 28px; }
.realtime-scrollbar { position: static !important; width: 100% !important; height: 7px !important; border-radius: 999px; background: rgba(11, 35, 69, 0.14); cursor: pointer; }
.realtime-scrollbar.swiper-scrollbar-lock { display: none; }
.realtime-scrollbar .swiper-scrollbar-drag { height: 100%; border-radius: 999px; background: var(--mainColor); cursor: grab; }
.realtime-scrollbar .swiper-scrollbar-drag:active { cursor: grabbing; }
.realtime-nav { display: flex; gap: 10px; }
.realtime-prev,
.realtime-next { position: static; display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; margin: 0; border: 1px solid #d5dde8; border-radius: 50%; background: #fff; color: #0b2345; cursor: pointer; transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease; }
.realtime-prev::after,
.realtime-next::after { font-size: 18px; font-weight: 700; }
.realtime-prev:hover,
.realtime-next:hover { border-color: #0b2345; background: #0b2345; color: #fff; }
.realtime-pagination { position: static; display: flex; align-items: center; width: auto !important; }
.realtime-pagination .swiper-pagination-bullet { width: 9px; height: 9px; margin: 0 5px !important; background: #0b2345; opacity: 0.22; }
.realtime-pagination .swiper-pagination-bullet-active { width: 28px; border-radius: 999px; background: var(--mainColor); opacity: 1; }


/*======== 자주묻는질문 =======*/
.faq-section { width: 100%; padding: 120px 0 140px; background: #fff; overflow: hidden; }
.faq-layout { display: grid; grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.6fr); gap: 80px; align-items: start; }
.faq-title { position: sticky; top: 110px; }
.faq-title .section-head { margin: 0; text-align: left; }
.faq-title .section-label { margin-bottom: 16px; }
.faq-title .section-title { justify-content: flex-start; margin-bottom: 22px; }
.faq-title .section-desc { max-width: 360px; }
.faq-list { border-top: 1px solid rgba(17, 17, 17, 0.16); color: #111; }
.faq-item { border-bottom: 1px solid rgba(17, 17, 17, 0.16); }
.faq-item summary { display: grid; grid-template-columns: auto minmax(0, 1fr) 34px; gap: 18px; align-items: center; min-height: 104px; padding: 30px 36px; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-q { font-size: 22px; font-weight: 700; line-height: 1; color: var(--mainColor); }
.faq-question { font-size: 24px; font-weight: 700; line-height: 1.35; letter-spacing: 0; color: #111; }
.faq-toggle { position: relative; width: 34px; height: 34px; border: 1px solid rgba(17, 17, 17, 0.24); border-radius: 50%; }
.faq-toggle::before,
.faq-toggle::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; background: #111; transform: translate(-50%, -50%); transition: transform 0.25s ease, background 0.25s ease; }
.faq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] summary { background: rgba(11, 35, 69, 0.03); }
.faq-item[open] .faq-toggle { border-color: var(--mainColor); background: var(--mainColor); }
.faq-item[open] .faq-toggle::before,
.faq-item[open] .faq-toggle::after { background: #fff; }
.faq-item[open] .faq-toggle::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-answer { overflow: hidden; }
.faq-answer-inner { padding: 34px 36px 34px 76px; }
.faq-answer p { margin: 0; max-width: 760px; font-size: 18px; font-weight: 400; line-height: 1.8; letter-spacing: 0; color: #444; }


/*======== 하단 배너 =======*/
.bottom-cta { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; overflow: hidden; background: url("../images/sub/bt_banner_bg.jpg") no-repeat center center / cover fixed; }
.bottom-cta::before { content: ""; position: absolute; inset: 0; background: rgba(16, 22, 20, 0.62); }
.bottom-cta .inner { position: relative; z-index: 1; }
.bottom-cta-content { max-width: 980px; margin: 0 auto; text-align: center; color: #fff; }
.bottom-cta-text { margin: 0 0 44px; font-size: 36px; font-weight: 700; line-height: 1.35; letter-spacing: 0; word-break: keep-all; }
.bottom-cta-buttons { display: flex; align-items: center; justify-content: center; gap: 18px; }
.bottom-cta-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 190px; height: 64px; padding: 0 34px; border-radius: 999px; font-size: 20px; font-weight: 700; line-height: 1; letter-spacing: 0; transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease; }
.bottom-cta-btn:hover { transform: translateY(-2px); }
.bottom-cta-btn-primary { background: var(--mainColor); border: 2px solid var(--mainColor); color: #fff; }
.bottom-cta-btn-outline { background: rgba(255, 255, 255, 0.08); border: 2px solid rgba(255, 255, 255, 0.85); color: #fff; }
.bottom-cta-btn-outline:hover { background: #fff; color: #111; }

.bottom-cta-btn-outline.kakao{
  background: #f8e71c;
  border-color: #f8e71c;
  color: #111;
}

.bottom-cta-btn-outline.kakao:hover {
  background: #ecdb1d;
  color: #111;
  border-color: #ecdb1d;
}

/*======== 서비스 지역 =======*/
.region { width: 100%; padding: 118px 0 140px; background: #fff; }
.region-head {  margin: 0 auto 58px; text-align: center; }
.region-map-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-bottom: 42px; }
.region-map-card { display: grid; grid-template-columns: minmax(230px, 0.78fr) minmax(0, 1fr); align-items: center; min-height: 360px; padding: 34px; border: 1px solid #dfe7f1; border-radius: 8px; background: #f6f9fd; overflow: hidden; }
.region-map-card--goyang { background: #0b2345; }
.region-map-card--paju { background: var(--mainColor); }
.region-map-text { position: relative; z-index: 1; }
.region-kicker { display: inline-flex; align-items: center; height: 30px; margin-bottom: 18px; padding: 0 12px; border-radius: 999px; background: #fff; font-size: 14px; font-weight: 800; line-height: 1; color: var(--mainColor); }
.region-map-text h3 { margin: 0 0 14px; font-size: 32px; font-weight: 800; line-height: 1.25; color: #fff; letter-spacing: 0; word-break: keep-all; }
.region-map-text p { margin: 0; font-size: 20px; font-weight: 500; line-height: 1.65; color: #fff; word-break: keep-all; }
.region-map-visual { position: relative; min-height: 280px; border-radius: 8px; overflow: hidden; background: #fff;  }
.region-map-visual img { display: block; width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.region-contact-line { display: flex; align-items: center; justify-content: flex-end; gap: 18px; margin: 0 0 22px; padding: 18px 20px 18px 24px; }
.region-contact-text { min-width: 0; }
.region-contact-text strong { display: block; margin-bottom: 4px; font-size: 18px; font-weight: 800; line-height: 1.3; color: #111; }
.region-contact-text span { display: block; font-size: 15px; font-weight: 600; line-height: 1.45; color: #64748b; }
.region-contact-buttons { display: flex; align-items: center; justify-content: flex-end; flex: 0 0 auto; gap: 10px; }
.region-contact-buttons a { display: inline-flex; align-items: center; justify-content: center; min-width: 168px; height: 46px; padding: 0 18px; border-radius: 999px; background: #0b2345; font-size: 16px; font-weight: 800; line-height: 1; color: #fff; text-decoration: none; white-space: nowrap; transition: background 0.25s ease, transform 0.25s ease; }
.region-contact-buttons a:nth-child(2) { background: var(--mainColor); }
.region-contact-buttons a:hover { transform: translateY(-2px); }
.region-contact-buttons a::before { content: ""; width: 16px; height: 16px; margin-right: 7px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24c1.12.37 2.33.57 3.57.57c.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1c0 1.24.2 2.45.57 3.57c.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24c1.12.37 2.33.57 3.57.57c.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1c0 1.24.2 2.45.57 3.57c.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat; }
.region-list { display: grid; gap: 60px; }
.region-list-card { padding: 50px 30px 50px; border-top: 1px solid #0b2345;  background: #fff;  }
.region-list-title { margin-bottom: 40px; }
.region-list-title h3 { margin: 0; font-size: 30px; font-weight: 800; line-height: 1.35; color: #111; letter-spacing: 0; }
.region-list-title h3 span { margin-left: 8px; font-size: 15px; font-weight: 700; color: #64748b; }
.region-districts { margin: 0; }
.region-districts div { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 18px; padding: 18px 0; border-top: 1px solid #e7edf5; }
.region-districts div:first-child { border-top: 0; padding-top: 0; }
.region-districts div:last-child { padding-bottom: 0; }
.region-districts dt { font-size: 20px; font-weight: 800; line-height: 1.7; color: #0b2345; }
.region-districts dd { margin: 0; font-size: 18px; font-weight: 500; line-height: 1.8; color: #334155; word-break: keep-all; }
.region-list-card--nearby { border-color: var(--mainColor); }
.region-nearby-text { margin: 0; padding-top: 2px; font-size: 18px; font-weight: 500; line-height: 1.75; color: #334155; word-break: keep-all; }

@media screen and (max-width: 1024px) {
  .intro { padding: 100px 0; }
  .intro-label { font-size: 20px; }
  .intro-label--privacy { min-height: 54px; font-size: 30px; }
  .intro-title { font-size: 48px; }
  .intro-point { font-size: 22px; }
  .intro-desc { font-size: 19px; }
  .intro-emergency-call { min-width: 330px; min-height: 66px; font-size: 21px; }

  .section-head { margin-bottom: 48px; }
  .section-label { font-size: 19px; }
  .section-title { font-size: 46px; }
  .section-desc { font-size: 18px; }
  .restoration-process { padding: 100px 0 110px; }
  .process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .process-item { min-height: 250px; padding: 36px 30px 32px; border-radius: 22px; }
  .process-icon { width: 68px; height: 68px; margin-bottom: 28px; }
  .process-icon svg { width: 52px; height: 52px; }
  .process-text h3 { font-size: 23px; }
  .process-text p { font-size: 17px; }

  .equipment-section { padding: 100px 0 110px; }
  .equipment-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .equipment-visual { height: 230px; }
  .equipment-text { min-height: 210px; padding: 30px 28px 32px; }
  .equipment-text h3 { font-size: 23px; }
  .equipment-text p { font-size: 17px; }

  .realtime-review { padding: 100px 0 110px; }
  .realtime-slide { grid-template-columns: 1fr; gap: 24px; }
  .realtime-review--gallery .realtime-slide { height: 280px; }
  .field-ba-info h3 { font-size: 21px; }
  .before-after { min-height: 500px; }
  .realtime-info { min-height: auto; padding: 40px 36px; }
  .realtime-info h3 { font-size: 30px; }
  .realtime-info p { font-size: 17px; }

  .faq-section { padding: 100px 0 110px; }
  .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .faq-title { position: static; }
  .faq-title .section-desc { max-width: 680px; }
  .faq-item summary { min-height: 92px; padding: 26px 30px; }
  .faq-question { font-size: 22px; }
  .faq-answer-inner { padding: 0 30px 30px 70px; }
  .faq-answer p { font-size: 17px; }

  .bottom-cta { min-height: 400px; }
  .bottom-cta-text { margin-bottom: 38px; font-size: 26px; }
  .bottom-cta-btn { min-width: 176px; height: 58px; font-size: 18px; }

  .region { padding: 100px 0 112px; }
  .region-map-grid { gap: 22px; }
  .region-map-card { grid-template-columns: 1fr; min-height: auto; padding: 30px; }
  .region-map-text h3 { font-size: 28px; }
  .region-map-visual { min-height: 230px; margin-top: 16px; }
  .region-map-visual img { min-height: 230px; }
}

@media screen and (max-width: 768px) {
  .intro { padding: 82px 0; }
  .intro-text { padding: 0 18px; }
  .intro-label { margin-bottom: 16px; font-size: 18px; }
  .intro-label--privacy { min-height: 50px; padding: 0 24px; font-size: 26px; }
  .intro-title { margin-bottom: 26px; font-size: 32px; }
  .intro-point { margin-bottom: 22px; font-size: 19px; }
 
  .intro-desc { font-size: 17px; line-height: 1.7; }
  .intro-emergency-call {width: 100%; min-width: 300px; min-height: 60px; margin-top: 30px; padding: 0 30px; font-size: 18px; }
  .pc-only { display: none; }

  .section-head { margin-bottom: 38px; }
  .section-label { margin-bottom: 13px; font-size: 17px; }
  .section-title { gap: 10px; margin-bottom: 16px; font-size: 37px; }
  .section-title-icon { width: 46px; height: 46px; border-radius: 8px; }
  .section-title-icon svg { width: 26px; height: 26px; }
  .section-desc { font-size: 16px; line-height: 1.65; }
  .restoration-process { padding: 82px 0 88px; }
  .process-list { grid-template-columns: 1fr; gap: 16px; }
  .process-item { min-height: 230px; padding: 30px 24px 26px; border-radius: 20px; }
  .process-item::before { top: 24px; right: 24px; font-size: 48px; }
  .process-icon { width: 62px; height: 62px; margin-bottom: 22px; }
  .process-icon svg { width: 46px; height: 46px; }
  .process-text h3 { margin-bottom: 10px; font-size: 21px; }
  .process-text p { font-size: 16px; line-height: 1.65; }

  .equipment-section { padding: 82px 0 88px; }
  .equipment-list { grid-template-columns: 1fr; gap: 18px; }
  .equipment-visual { height: 210px; }
  .equipment-text { min-height: auto; padding: 28px 24px 30px; }
  .equipment-num { margin-bottom: 18px; }
  .equipment-text h3 { margin-bottom: 12px; font-size: 21px; }
  .equipment-text p { font-size: 16px; line-height: 1.65; }

  .realtime-review { padding: 82px 0 88px; }
  .realtime-review .section-head { margin-bottom: 38px; }
  .realtime-review--gallery .realtime-slide { height: 260px; }
  .field-ba-info { min-height: 132px; padding: 22px; }
  .field-ba-info h3 { font-size: 20px; }
  .ba-label { left: 16px; bottom: 16px; min-width: 82px; height: 34px; padding: 0 14px; font-size: 13px; }
  .ba-panel.after .ba-label { right: 16px; }
  .ba-divider { width: 46px; height: 46px; font-size: 19px; }
  .before-after { min-height: auto; aspect-ratio: 4 / 3; }
  .compare-label { top: 16px; height: 30px; padding: 0 12px; font-size: 12px; }
  .compare-before .compare-label,
  .compare-after .compare-label { left: 16px; }
  .compare-handle { width: 44px; }
  .compare-handle::after { width: 46px; height: 46px; }
  .realtime-info { padding: 30px 24px; }
  .realtime-badge { margin-bottom: 22px; }
  .realtime-info h3 { margin-bottom: 14px; font-size: 24px; }
  .realtime-info p { font-size: 16px; line-height: 1.65; }
  .realtime-controls { margin-top: 26px; }
  .realtime-prev,
  .realtime-next { width: 46px; height: 46px; }

  .faq-section { padding: 82px 0 88px; }
  .faq-layout { gap: 34px; }
  .faq-title .section-title { align-items: flex-start; }
  .faq-item summary { grid-template-columns: auto minmax(0, 1fr) 30px; gap: 12px; min-height: 82px; padding: 23px 22px; }
  .faq-q { font-size: 19px; }
  .faq-question { font-size: 19px; }
  .faq-toggle { width: 30px; height: 30px; }
  .faq-answer-inner { padding: 0 22px 26px 54px; }
  .faq-answer p { font-size: 16px; line-height: 1.7; }

  .bottom-cta { min-height: 360px; background-attachment: scroll; }
  .bottom-cta-text { margin-bottom: 30px; line-height: 1.45; }
  .bottom-cta-buttons { gap: 12px; }
  .bottom-cta-btn { min-width: 150px; height: 54px; padding: 0 24px; font-size: 16px; }

  .region { padding: 82px 0 90px; }
  .region-head { margin-bottom: 38px; }
  .region-map-grid { grid-template-columns: 1fr; margin-bottom: 32px; }
  .region-map-card { padding: 28px 24px; }
  .region-map-text h3 { font-size: 25px; }
  .region-map-text p { font-size: 16px; }
  .region-list-card { padding: 24px 22px 26px; }
  .region-list-title h3 { font-size: 20px; }
  .region-districts div { grid-template-columns: 1fr; gap: 4px; padding: 16px 0; }
  .region-districts dt { font-size: 16px; }
  .region-districts dd { font-size: 15px; line-height: 1.75; }
  .region-nearby-text { font-size: 15px; }
}

@media screen and (max-width: 480px) {
  .intro { padding: 68px 0; }
  .intro-text { padding: 0 16px; }
  .intro-label { font-size: 16px; }
  .intro-label--privacy { min-height: 46px; padding: 0 22px; font-size: 22px; }
  .intro-title { font-size: 22px; }
  .intro-point { font-size: 17px; }
  .intro-desc { font-size: 15px; }
  .intro-emergency-call { width: 100%; min-width: 0; max-width: 340px; min-height: 56px; padding: 0 22px; font-size: 17px; }

  .section-head { margin-bottom: 30px; }
  .section-label { font-size: 15px; }
  .section-title { flex-direction: column; gap: 12px; font-size: 30px; }
  .section-desc { font-size: 15px; }
  .restoration-process { padding: 68px 0 74px; }
  .process-item { min-height: 210px; padding: 26px 20px 24px; border-radius: 18px; }
  .process-item::before { top: 22px; right: 20px; font-size: 42px; }
  .process-icon { width: 56px; height: 56px; margin-bottom: 18px; }
  .process-icon svg { width: 42px; height: 42px; }
  .process-text h3 { font-size: 19px; }
  .process-text p { font-size: 15px; }

  .equipment-section { padding: 68px 0 74px; }
  .equipment-visual { height: 180px; }
  .equipment-text { padding: 24px 20px 26px; }
  .equipment-text h3 { font-size: 19px; }
  .equipment-text p { font-size: 15px; }

  .realtime-review { padding: 68px 0 74px; }
  .realtime-review--gallery .realtime-slide { height: 230px; }
  .field-ba-info { min-height: 118px; padding: 20px; }
  .field-type { height: 30px; padding: 0 12px; font-size: 12px; }
  .field-ba-info h3 { font-size: 18px; }
  .ba-divider { width: 42px; height: 42px; border-width: 3px; font-size: 17px; }
  .before-after { aspect-ratio: 1 / 1; }
  .realtime-info { padding: 26px 20px; }
  .realtime-info h3 { font-size: 21px; }
  .realtime-info p { font-size: 15px; }
  .realtime-controls { align-items: flex-start; flex-direction: column; }
  .realtime-pagination { min-height: 18px; }

  .faq-section { padding: 68px 0 74px; }
  .faq-layout { gap: 28px; }
  .faq-item summary { min-height: 76px; padding: 20px 18px; }
  .faq-question { font-size: 17px; }
  .faq-answer-inner { padding: 0 18px 24px 18px; }
  .faq-answer p { font-size: 15px; }

  .bottom-cta { min-height: 340px; }
  .bottom-cta-text { margin-bottom: 26px; font-size: 16px; }
  .bottom-cta-buttons { flex-direction: column; width: 100%; }
  .bottom-cta-btn { width: 100%; max-width: 260px; height: 52px; font-size: 15px; }

  .region { padding: 68px 0 74px; }
  .region-map-card { padding: 24px 20px; }
  .region-kicker { height: 28px; margin-bottom: 14px; font-size: 13px; }
  .region-map-text h3 { font-size: 22px; }
  .region-map-text p { font-size: 15px; }
  .region-map-visual { min-height: 190px; }
  .region-map-visual img { min-height: 190px; }
  .region-list-card { padding: 22px 18px 24px; }
  .region-list-title h3 { font-size: 18px; }
  .region-list-title h3 span { display: block; margin: 4px 0 0; font-size: 13px; }
  .region-contact-line { align-items: flex-start; flex-direction: column; padding: 18px 20px; }
  .region-contact-buttons { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
  .region-contact-buttons a { min-width: 0; height: 42px; padding: 0 16px; font-size: 15px; }
}

@media screen and (max-width: 320px) {
  .intro { padding: 58px 0; }
  .intro-text { padding: 0 14px; }
  .intro-label { font-size: 15px; }
  .intro-label--privacy { min-height: 42px; padding: 0 18px; font-size: 20px; }
  .intro-title { font-size: 18px; }
  .intro-point { font-size: 15px; }
  .intro-desc { font-size: 14px; }
  .intro-emergency-call { min-height: 52px; font-size: 15px; }
  .intro-emergency-call::before { width: 20px; height: 20px; margin-right: 8px; }

  .section-title { font-size: 27px; }
  .section-desc { font-size: 14px; }
  .restoration-process { padding: 58px 0 64px; }
  .process-item { min-height: 190px; padding: 24px 18px 22px; border-radius: 16px; }
  .process-item::before { top: 20px; right: 18px; font-size: 36px; }
  .process-icon { width: 52px; height: 52px; margin-bottom: 16px; }
  .process-icon svg { width: 38px; height: 38px; }
  .process-text h3 { font-size: 18px; }
  .process-text p { font-size: 14px; }

  .equipment-section { padding: 58px 0 64px; }
  .equipment-visual { height: 160px; }
  .equipment-text { padding: 22px 18px 24px; }
  .equipment-text h3 { font-size: 18px; }
  .equipment-text p { font-size: 14px; }

  .realtime-review { padding: 58px 0 64px; }
  .realtime-review--gallery .realtime-slide { height: 210px; }
  .realtime-info { padding: 24px 18px; }
  .realtime-info h3 { font-size: 19px; }
  .realtime-info p { font-size: 14px; }
  .realtime-prev,
  .realtime-next { width: 42px; height: 42px; }

  .faq-section { padding: 58px 0 64px; }
  .faq-item summary { grid-template-columns: auto minmax(0, 1fr) 28px; padding: 18px 16px; }
  .faq-question { font-size: 16px; }
  .faq-toggle { width: 28px; height: 28px; }
  .faq-answer-inner { padding: 0 16px 22px; }
  .faq-answer p { font-size: 14px; }

  .bottom-cta { min-height: 310px; }
  .bottom-cta-text { font-size: 22px; }
  .bottom-cta-btn { height: 48px; font-size: 14px; }

  .region { padding: 58px 0 64px; }
  .region-map-card { padding: 20px 16px; }
  .region-map-visual { min-height: 160px; }
  .region-map-visual img { min-height: 160px; }
  .region-contact-buttons { flex-direction: column; }
  .region-contact-buttons a { width: 100%; }
  .region-list-card { padding: 20px 16px 22px; }
  .region-districts dd { font-size: 14px; }
}

@media screen and (max-width: 480px) {
  .mold-text-emphasis { font-size: 1.06em; }
  .mold-text-emphasis--strong { font-size: 1.12em; }
}
