/*
 * 임대관리 소개 페이지(/management) 전용.
 * 모든 규칙은 .pm 안에 한정한다 — GNB·푸터(layout.css)와 메인(landing.css)에 영향을 주지 않는다.
 * 색은 메인 본문(landing.css)과 같은 값을 쓴다.
 */
.pm {
  --pm-primary: #00866B;
  --pm-primary-hover: #006F59;
  --pm-ink: #171C26;
  --pm-text: #515D6D;
  --pm-muted: #667383;
  --pm-line: #E4EBED;
  --pm-mint: #EAF7F2;
  --pm-mint-2: #F5FBF8;
  --pm-radius: 12px;
  --pm-gutter: 20px;
  --pm-shadow: 0 6px 20px rgba(23, 28, 38, .06);
  color: var(--pm-text);
  letter-spacing: -.015em;
  overflow-x: clip;
}
.pm em { font-style: normal; color: var(--pm-primary); }
.pm h1, .pm h2, .pm h3, .pm p { margin: 0; }
.pm ul, .pm ol { margin: 0; padding: 0; list-style: none; }
.pm-wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 var(--pm-gutter); min-width: 0; }

/* 폭별로만 보이는 요소 */
@media (max-width: 767px) { .pm-only-lg { display: none !important; } }
@media (min-width: 768px) { .pm-only-sm { display: none !important; } }

/* 사진 자리: 나중에 안에 <img> 를 넣으면 꽉 채워진다 */
.pm-ph {
  position: relative; overflow: hidden; background: linear-gradient(135deg, #E6F0EC 0%, #F4F8F6 100%);
}
.pm-ph::after {
  content: ""; position: absolute; left: 50%; top: 50%; width: 32px; height: 32px; margin: -16px 0 0 -16px;
  background: url("icons/photo_record.svg") center / contain no-repeat; opacity: .35;
}
.pm-ph > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pm-ph:has(> img)::after { display: none; }

/* 버튼 */
.pm-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.pm-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 0 18px; border-radius: 8px; border: 1px solid transparent;
  font-size: 14px; font-weight: 700; white-space: nowrap; transition: background-color .15s, border-color .15s;
}
.pm-btn-primary { background: var(--pm-primary); color: #fff; }
.pm-btn-primary:hover { background: var(--pm-primary-hover); }
.pm-btn-outline { background: #fff; color: var(--pm-primary); border-color: #9CCFC2; }
.pm-btn-outline:hover { background: var(--pm-mint-2); border-color: var(--pm-primary); }
@media (max-width: 767px) { .pm-hero .pm-actions .pm-btn { flex: 1 1 100%; } }
@media (min-width: 768px) { .pm-actions { gap: 12px; margin-top: 32px; } .pm-btn { min-height: 52px; padding: 0 26px; font-size: 16px; } }

/* 손글씨 */
.pm-hand { font-family: "Nanum Pen Script", cursive; color: var(--pm-primary); line-height: 1.2; transform: rotate(-6deg); pointer-events: none; }

/* 공통 머리 */
.pm-section { padding-top: 32px; }
.pm-section-last { padding-bottom: 48px; }
@media (min-width: 768px) { .pm-section { padding-top: 56px; } .pm-section-last { padding-bottom: 72px; } }
.pm-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.pm-head-inline { align-items: baseline; justify-content: flex-start; flex-wrap: wrap; column-gap: 16px; row-gap: 4px; }
.pm-head-inline .pm-more { margin-left: auto; }
.pm-title { font-size: 20px; font-weight: 700; line-height: 1.4; letter-spacing: -.035em; color: var(--pm-ink); }
.pm-sub { margin-top: 6px; font-size: 14px; line-height: 1.6; color: var(--pm-muted); }
.pm-head-inline .pm-sub { margin-top: 0; }
@media (max-width: 767px) { .pm .pm-sub { display: none; } }
.pm-more { flex-shrink: 0; font-size: 13px; font-weight: 650; color: var(--pm-primary); white-space: nowrap; }
.pm-more:hover { text-decoration: underline; }
@media (min-width: 768px) { .pm-title { font-size: 24px; } .pm-sub { font-size: 15px; } }

.pm-icon { display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; border-radius: 50%; background: var(--pm-mint); }
.pm-icon img { width: 26px; height: 26px; }

/* 1. 히어로 */
.pm-hero { position: relative; overflow: hidden; background: #F3FAF7; }
.pm-hero-bg { position: absolute; inset: 0; }
.pm-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 78% 50%; }
.pm-hero-inner { position: relative; padding-top: 32px; padding-bottom: 28px; }
.pm-eyebrow { font-size: 12px; color: var(--pm-muted); }
.pm-hero-title { margin-top: 10px; font-size: clamp(22px, 6.2vw, 44px); font-weight: 750; line-height: 1.3; letter-spacing: -.04em; color: var(--pm-ink); }
.pm-hero-lead { margin-top: 12px; font-size: 13px; line-height: 1.65; color: var(--pm-text); }
.pm-hero-hand, .pm-hero-card { display: none; }
@media (max-width: 767px) {
  /* 휴대폰: 그림은 오른쪽 위에 흐리게 깔고 글은 왼쪽 */
  .pm-hero-bg { left: 40%; bottom: 25%; }
  .pm-hero-bg img { object-position: 82% 40%; -webkit-mask-image: linear-gradient(to right, transparent, #000 45%), linear-gradient(to bottom, #000 60%, transparent);
    -webkit-mask-composite: source-in; mask-image: linear-gradient(to right, transparent, #000 45%), linear-gradient(to bottom, #000 60%, transparent); mask-composite: intersect; }
  .pm-hero-title { font-size: min(6vw, 26px); text-shadow: 0 0 14px #F3FAF7, 0 0 6px #F3FAF7, 0 0 2px #F3FAF7; }
  .pm-hero-lead { max-width: 62%; text-shadow: 0 0 12px #F3FAF7, 0 0 4px #F3FAF7; }
}
@media (min-width: 768px) {
  .pm-hero-inner { padding-top: 56px; padding-bottom: 56px; min-height: 420px; }
  .pm-eyebrow { font-size: 14px; }
  .pm-hero-lead { margin-top: 20px; font-size: 16px; }
}
@media (min-width: 1024px) {
  .pm-hero-inner { min-height: 480px; padding-top: 64px; }
  .pm-hero-lead { font-size: 17px; }
  .pm-hero-hand { display: block; position: absolute; right: 6%; top: 28px; z-index: 1; font-size: 26px; }
  .pm-hero-card {
    display: flex; gap: 12px; align-items: stretch; position: absolute; z-index: 1;
    right: max(24px, calc((100% - 1200px) / 2 + 32px)); bottom: 40px; width: 320px; padding: 16px;
    background: rgba(255, 255, 255, .94); border-radius: var(--pm-radius); box-shadow: var(--pm-shadow);
  }
  .pm-hero-card > div:first-child { flex: 1; display: flex; flex-direction: column; justify-content: space-between; gap: 16px; }
  .pm-hero-card-title { font-size: 15px; font-weight: 700; line-height: 1.5; color: var(--pm-ink); }
  .pm-hero-card-en { font-size: 12px; color: var(--pm-muted); line-height: 1.5; }
  .pm-hero-card-photo { width: 104px; flex-shrink: 0; border-radius: 8px; min-height: 104px; }
}

/* 2. 서비스 */
.pm-services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 14px; }
.pm-service { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--pm-line); border-radius: var(--pm-radius); }
.pm-service-photo { aspect-ratio: 16 / 10; }
.pm-badge {
  position: absolute; left: 8px; top: 8px; z-index: 1; display: grid; place-items: center;
  width: 34px; height: 34px; border-radius: 50%; background: #fff; box-shadow: var(--pm-shadow);
}
.pm-badge img { width: 20px; height: 20px; }
.pm-service-body { padding: 10px 12px 12px; }
.pm-service h3 { font-size: 14px; font-weight: 700; color: var(--pm-ink); }
.pm-service-body p { display: none; }
@media (min-width: 768px) {
  .pm-services { gap: 16px; margin-top: 24px; }
  .pm-service-photo { aspect-ratio: 4 / 3; }
  .pm-service-body { padding: 16px 18px 20px; }
  .pm-service h3 { font-size: 18px; }
  .pm-service-body p { display: block; margin-top: 10px; font-size: 14px; line-height: 1.65; color: var(--pm-text); }
  .pm-badge { left: 14px; top: 14px; width: 48px; height: 48px; }
  .pm-badge img { width: 26px; height: 26px; }
}
@media (max-width: 1023px) { .pm-service-body p br { display: none; } }
@media (min-width: 1024px) { .pm-services { grid-template-columns: repeat(4, 1fr); } }

/* 3. 관리 보고 예시 — 휴대폰도 사진 3장을 한 줄에, 보고 카드는 아래 */
.pm-report { display: grid; gap: 14px; margin-top: 14px; }
.pm-report-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pm-report-steps li { position: relative; min-width: 0; }
.pm-report-steps li:not(:last-child)::after {
  content: ""; position: absolute; right: -15px; top: 22%; width: 12px; height: 12px;
  background: url("icons/arrow-right.svg") center / contain no-repeat;
}
.pm-report-steps .pm-ph { aspect-ratio: 4 / 3; border-radius: 6px; }
.pm-report-steps .pm-ph::after { width: 20px; height: 20px; margin: -10px 0 0 -10px; }
.pm-report-steps h3 { margin-top: 6px; font-size: 12px; font-weight: 650; color: var(--pm-ink); text-align: center; }
.pm-report-steps p { display: none; }
.pm-chat { padding: 14px; background: #fff; border: 1px solid var(--pm-line); border-radius: var(--pm-radius); }
.pm-chat-title { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--pm-ink); padding-bottom: 10px; border-bottom: 1px solid var(--pm-line); }
.pm-chat-row { display: flex; gap: 10px; margin-top: 12px; }
.pm-avatar { width: 34px; height: 34px; flex-shrink: 0; border-radius: 50%; }
.pm-avatar::after { width: 16px; height: 16px; margin: -8px 0 0 -8px; }
.pm-chat-body { flex: 1; min-width: 0; }
.pm-chat-name { font-size: 12px; font-weight: 650; color: var(--pm-ink); }
.pm-bubble { margin-top: 6px; padding: 10px 12px; background: #F4F7F8; border-radius: 4px 12px 12px 12px; }
.pm-bubble p { font-size: 13px; line-height: 1.6; color: var(--pm-ink); }
.pm-bubble-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 8px; }
.pm-bubble-photos .pm-ph { aspect-ratio: 4 / 3; border-radius: 6px; }
.pm-bubble-photos .pm-ph::after { width: 16px; height: 16px; margin: -8px 0 0 -8px; }
.pm-chat-time { margin-top: 6px; text-align: right; font-size: 11px; color: var(--pm-muted); }
@media (max-width: 767px) { .pm-bubble p br { display: none; } .pm-chat-time { display: none; } }
@media (min-width: 768px) {
  .pm-report { gap: 20px; margin-top: 24px; }
  .pm-report-steps { gap: 36px; }
  .pm-report-steps li { padding: 10px 10px 14px; background: #fff; border: 1px solid var(--pm-line); border-radius: var(--pm-radius); }
  .pm-report-steps li:not(:last-child)::after { right: -30px; top: 30%; width: 24px; height: 24px; }
  .pm-report-steps .pm-ph { aspect-ratio: 16 / 10; border-radius: 8px; }
  .pm-report-steps .pm-ph::after { width: 32px; height: 32px; margin: -16px 0 0 -16px; }
  .pm-report-steps h3 { margin-top: 12px; font-size: 15px; font-weight: 700; text-align: left; }
  .pm-report-steps p { display: block; margin-top: 2px; font-size: 13px; color: var(--pm-muted); }
  .pm-chat { padding: 20px; box-shadow: var(--pm-shadow); }
  .pm-chat-title { font-size: 15px; padding-bottom: 14px; }
  .pm-chat-row { gap: 12px; margin-top: 16px; }
  .pm-avatar { width: 40px; height: 40px; }
  .pm-chat-name { font-size: 13px; }
  .pm-bubble { padding: 12px 14px; }
  .pm-bubble p { font-size: 14px; }
  .pm-bubble-photos { margin-top: 10px; }
  .pm-chat-time { margin-top: 8px; font-size: 12px; }
}
@media (min-width: 1024px) {
  .pm-report { grid-template-columns: minmax(0, 1.75fr) minmax(0, 1fr); gap: 28px; align-items: start; }
}

/* 4. 운영 프로세스 — 휴대폰은 번호 + 제목만 한 칸에 */
.pm-steps { margin-top: 12px; border: 1px solid var(--pm-line); border-radius: var(--pm-radius); background: #fff; padding: 6px 14px; }
.pm-steps li { display: flex; align-items: center; gap: 12px; padding: 6px 0; }
.pm-step-no {
  display: grid; place-items: center; width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%;
  background: var(--pm-mint); color: var(--pm-primary); font-size: 13px; font-weight: 750;
}
.pm-steps h3 { font-size: 13px; font-weight: 650; color: var(--pm-ink); }
.pm-steps p { display: none; }
@media (min-width: 768px) {
  .pm-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; margin-top: 24px; border: 0; background: none; padding: 0; }
  .pm-steps li {
    position: relative; flex-direction: column; align-items: flex-start; gap: 16px; padding: 20px 18px;
    background: #fff; border: 1px solid var(--pm-line); border-radius: var(--pm-radius);
  }
  .pm-steps li:not(:last-child)::after {
    content: ""; position: absolute; right: -24px; top: 50%; width: 20px; height: 20px; margin-top: -10px;
    background: url("icons/arrow-right.svg") center / contain no-repeat;
  }
  .pm-step-no { width: 40px; height: 40px; font-size: 15px; }
  .pm-steps h3 { font-size: 16px; font-weight: 700; }
  .pm-steps p { display: block; margin-top: 6px; font-size: 13px; line-height: 1.55; color: var(--pm-muted); }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pm-steps { grid-template-columns: repeat(3, 1fr); }
  .pm-steps li:nth-child(3)::after { display: none; }
}

/* 5. 비용 및 업무 범위 — 휴대폰은 아이콘 + 제목만 한 칸에 */
.pm-scope-list { margin-top: 12px; border: 1px solid var(--pm-line); border-radius: var(--pm-radius); background: #fff; padding: 6px 14px; }
.pm-scope-list li { display: flex; align-items: center; gap: 12px; padding: 6px 0; }
.pm-scope-list .pm-icon { width: 34px; height: 34px; background: none; }
.pm-scope-list .pm-icon img { width: 22px; height: 22px; }
.pm-scope-list strong { display: block; font-size: 13px; font-weight: 650; color: var(--pm-ink); }
.pm-scope-list span:not(.pm-icon) { display: none; }
@media (min-width: 768px) {
  .pm-scope-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; border: 0; background: none; padding: 0; }
  .pm-scope-list li { align-items: flex-start; gap: 14px; padding: 20px; background: #fff; border: 1px solid var(--pm-line); border-radius: var(--pm-radius); }
  .pm-scope-list .pm-icon { width: 48px; height: 48px; background: var(--pm-mint); }
  .pm-scope-list .pm-icon img { width: 26px; height: 26px; }
  .pm-scope-list strong { font-size: 15px; font-weight: 700; }
  .pm-scope-list span:not(.pm-icon) { display: block; margin-top: 4px; font-size: 13px; line-height: 1.55; color: var(--pm-muted); }
}
@media (max-width: 1023px) { .pm-scope-list span br { display: none; } }

/* 6. 자주 묻는 질문 */
.pm-faq { display: grid; gap: 8px; margin-top: 12px; }
.pm-faq details { background: #fff; border: 1px solid var(--pm-line); border-radius: 10px; }
.pm-faq summary {
  position: relative; list-style: none; cursor: pointer; padding: 12px 40px 12px 14px;
  font-size: 13px; font-weight: 600; color: var(--pm-ink);
}
.pm-faq summary::-webkit-details-marker { display: none; }
.pm-faq summary::after {
  content: ""; position: absolute; right: 16px; top: 50%; width: 7px; height: 7px; margin-top: -6px;
  border-right: 1.5px solid var(--pm-ink); border-bottom: 1.5px solid var(--pm-ink); transform: rotate(45deg); transition: transform .2s;
}
.pm-faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.pm-faq details p { padding: 0 14px 14px; font-size: 13px; line-height: 1.7; color: var(--pm-text); }
@media (min-width: 768px) {
  .pm-faq { margin-top: 16px; }
  .pm-faq summary { padding: 14px 48px 14px 40px; font-size: 14px; }
  .pm-faq summary::before {
    content: ""; position: absolute; left: 18px; top: 50%; width: 6px; height: 6px; margin-top: -5px;
    border-right: 1.5px solid var(--pm-muted); border-bottom: 1.5px solid var(--pm-muted); transform: rotate(45deg);
  }
  .pm-faq details p { padding: 0 40px 16px; font-size: 14px; }
}

/* 7. 상담 신청 */
.pm-consult { position: relative; overflow: hidden; margin-top: 40px; padding: 28px 0 40px; background: linear-gradient(180deg, var(--pm-mint) 0%, var(--pm-mint-2) 100%); }
.pm-consult-bg { display: none; }
.pm-consult-inner { position: relative; display: grid; gap: 20px; }
.pm-consult-copy h2 { font-size: 22px; font-weight: 750; line-height: 1.4; letter-spacing: -.035em; color: var(--pm-ink); }
.pm-consult-copy p { margin-top: 10px; font-size: 13px; line-height: 1.65; color: var(--pm-text); }
.pm-form { display: grid; gap: 12px; padding: 18px 16px; background: #fff; border-radius: var(--pm-radius); box-shadow: var(--pm-shadow); }
.pm-field { display: grid; gap: 6px; min-width: 0; }
.pm-field label { font-size: 13px; font-weight: 650; color: var(--pm-ink); }
.pm-field b { color: #E0483B; font-weight: 700; }
.pm-field small { font-weight: 400; color: var(--pm-muted); }
.pm-field input, .pm-field textarea, .pm-field select {
  width: 100%; min-width: 0; font: inherit; font-size: 16px; color: var(--pm-ink);
  background: #fff; border: 1px solid var(--pm-line); border-radius: 8px; padding: 10px 12px;
}
.pm-field textarea { resize: vertical; min-height: 64px; }
/* 선택 상자: 브라우저 기본 화살표는 오른쪽 끝에 붙어 보이므로, 돋보기와 같은 위치에 그린다 */
.pm-field select { appearance: none; -webkit-appearance: none; padding-right: 44px; cursor: pointer;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300866B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right 16px center / 16px no-repeat; }
.pm-field select::-ms-expand { display: none; }
.pm-field input::placeholder, .pm-field textarea::placeholder { color: #A7B0BA; }
.pm-field input:focus, .pm-field textarea:focus, .pm-field select:focus { outline: 0; border-color: var(--pm-primary); box-shadow: 0 0 0 3px rgba(0, 134, 107, .12); }
.pm-field [aria-invalid=true] { border-color: #E0483B; background: #FFF7F6; }
/* 입력칸 아래 안내. 서울 외 주소가 들어오면 is-warn 으로 바뀐다 */
.pm-hint { margin: 0; font-size: 12px; line-height: 1.55; color: var(--pm-muted); }
.pm-hint.is-warn { color: #9A3E12; background: #FFF4EA; border-radius: 8px; padding: 8px 10px; font-weight: 600; }
.pm-address { position: relative; }
.pm-address input { padding-right: 46px; }
.pm-address-btn {
  position: absolute; right: 2px; top: 50%; transform: translateY(-50%); display: grid; place-items: center;
  width: 40px; height: 40px; border: 0; background: none; color: var(--pm-ink); cursor: pointer; border-radius: 6px;
}
.pm-address-btn:hover { color: var(--pm-primary); }
.pm-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.pm-consent { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 6px 12px; }
.pm-check { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--pm-text); cursor: pointer; }
.pm-check input { width: 18px; height: 18px; accent-color: var(--pm-primary); flex-shrink: 0; margin: 0; }
.pm-check input[aria-invalid=true] { outline: 2px solid #E0483B; outline-offset: 1px; }
.pm-consent-detail { display: contents; }
.pm-consent-detail summary { cursor: pointer; font-size: 12px; color: var(--pm-primary); text-decoration: underline; list-style: none; }
.pm-consent-detail summary::-webkit-details-marker { display: none; }
.pm-consent-detail p { flex-basis: 100%; font-size: 12px; line-height: 1.7; color: var(--pm-muted); background: #F6F8F9; border-radius: 8px; padding: 10px 12px; }
.pm-form-submit { width: 100%; min-height: 50px; font-size: 16px; }
.pm-form-submit[disabled] { opacity: .6; cursor: progress; }
.pm-form-status { min-height: 1.2em; font-size: 13px; font-weight: 600; line-height: 1.5; }
.pm-form-status:empty { display: none; }
.pm-form-status.is-ok { color: var(--pm-primary); }
.pm-form-status.is-err { color: #D0442C; }
.pm-form-status a { color: var(--pm-primary); text-decoration: underline; white-space: nowrap; }
@media (min-width: 600px) {
  .pm-field { grid-template-columns: 110px minmax(0, 1fr); align-items: center; gap: 12px; }
  .pm-field:has(textarea) { align-items: start; }
  .pm-field .pm-hint { grid-column: 2; margin-top: -4px; }
  .pm-field:has(textarea) label { padding-top: 10px; }
}
@media (min-width: 768px) {
  .pm-consult { margin-top: 56px; padding: 48px 0; }
  .pm-consult-copy h2 { font-size: 30px; }
  .pm-consult-copy p { font-size: 16px; }
  .pm-form { padding: 24px; }
}
@media (min-width: 1024px) {
  .pm-consult { padding: 56px 0; }
  .pm-consult-bg { display: block; position: absolute; top: 0; bottom: 0; left: 34%; width: 32%; }
  .pm-consult-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 85% 60%; opacity: .75;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 40%, #000 70%, transparent); mask-image: linear-gradient(to right, transparent, #000 40%, #000 70%, transparent); }
  .pm-consult-inner { grid-template-columns: minmax(0, 1fr) minmax(0, 470px); gap: 40px; align-items: center; }
  .pm-consult-copy h2 { font-size: 34px; }
}

/* 주소 검색 창 */
.pm-postcode { width: min(480px, calc(100% - 24px)); height: min(560px, calc(100dvh - 48px)); padding: 0; border: 0; border-radius: 14px; overflow: hidden; }
.pm-postcode[open] { display: flex; flex-direction: column; }
.pm-postcode::backdrop { background: rgba(23, 28, 38, .5); }
.pm-postcode-head { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-bottom: 1px solid #E4EBED; }
.pm-postcode-head strong { font-size: 15px; color: #171C26; }
.pm-postcode-head button { width: 32px; height: 32px; border: 0; background: #EAF7F2; border-radius: 50%; font-size: 20px; line-height: 1; cursor: pointer; }
.pm-postcode-body { flex: 1; min-height: 0; padding: 0; font-size: 14px; color: #515D6D; }


/* Photo-led service presentation and readable mobile details. */
.pm [data-photo="service-inspection.jpg"] > img { object-position: 86% center; }
.pm [data-photo="report-progress.jpg"] > img, .pm [data-photo="service-repair.jpg"] > img { object-position: center 35%; }
.pm .pm-cta-note { margin-top: 12px; font-size: 13px; line-height: 1.6; color: #526477; }
.pm-manager-icon { display: grid; place-items: center; background: #e4f5ef; }
.pm-manager-icon img { width: 24px; height: 24px; }
.pm .pm-service-body p { display: block; font-size: 14px; line-height: 1.65; margin-top: 9px; color: #526477; }
.pm .pm-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding-top: 20px; }
.pm-benefits > div { display: flex; align-items: center; gap: 12px; border: 1px solid var(--pm-line); border-radius: 12px; padding: 18px 14px; background: #fff; }
.pm-benefits strong { display: block; font-size: 14px; line-height: 1.5; color: var(--pm-ink); }
.pm-benefits p > span { display: block; margin-top: 4px; font-size: 13px; line-height: 1.5; color: #526477; }
.pm .pm-scope-section { margin-top: 56px; padding: 36px 0; background: linear-gradient(110deg, #e8f8f2, #f6fbf9); }
.pm .pm-scope-list span:not(.pm-icon) { display: block; color: #526477; font-size: 13px; line-height: 1.65; margin-top: 5px; }
.pm-btn:focus-visible, .pm-faq summary:focus-visible { outline: 3px solid #00866b; outline-offset: 4px; }
#consult { scroll-margin-top: 0; }
@media (max-width: 767px) {
 .pm .pm-benefits { grid-template-columns: 1fr; gap: 8px; padding-top: 16px; }
 .pm-benefits > div { padding: 12px 14px; }
 .pm-benefits p > span { font-size: 13px; }
 .pm-hero .pm-actions .pm-btn { flex: 1 1 auto; padding: 0 12px; font-size: 14px; }
 .pm .pm-hero-lead { max-width: 80%; font-size: 15px; }
 .pm .pm-sub { display: block; font-size: 14px; }
 .pm .pm-service-body { padding: 12px; }
 .pm .pm-service-body p { font-size: 13px; }
 .pm .pm-service-body p br { display: block; }
 .pm .pm-service-photo { aspect-ratio: 4 / 3; }
 .pm .pm-report-steps { gap: 10px; }
 .pm-report-steps li:not(:last-child)::after { display: none; }
 .pm .pm-report-steps h3 { font-size: 13px; }
 .pm .pm-steps p { display: block; margin-top: 3px; font-size: 13px; color: #526477; line-height: 1.6; }
 .pm .pm-steps li { padding: 12px 14px; }
 .pm .pm-steps p br { display: none; }
 .pm .pm-scope-section { margin-top: 32px; padding: 28px 0; }
 .pm .pm-scope-list li { padding: 12px 14px; align-items: flex-start; }
 .pm .pm-faq summary, .pm .pm-faq details p { font-size: 14px; }
}
.pm .pm-services, .pm .pm-steps, .pm .pm-scope-list { margin-top: 20px; }
.pm-success-dialog {
  --pm-primary: #00866B; --pm-primary-hover: #006F59;
  --pm-ink: #171C26; --pm-text: #515D6D; --pm-muted: #667383;
  width: min(560px, calc(100% - 24px)); max-height: 92dvh; padding: 0; border: 0; border-radius: 20px; color: var(--pm-ink); background: #fff;
}
.pm-success-dialog::backdrop { background: rgba(16, 62, 53, .5); }
.pm-success-content { min-height: 340px; padding: 44px 28px 34px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; }
.pm-success-mark { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; background: #e4f7f1; color: #087858; font-size: 32px; font-weight: 800; }
.pm-success-content h2 { margin: 8px 0 0; color: var(--pm-ink); font-size: 24px; line-height: 1.35; }
.pm-success-content p { margin: 0; color: var(--pm-text); font-size: 16px; line-height: 1.6; }
.pm-success-content button { min-width: 160px; margin-top: 16px; }
.pm-success-content small { color: var(--pm-muted); font-size: 12px; }