/**
 * Remokorea site overrides
 * 폰트 스택은 상용(www.remokorea.com)과 동일하게 유지.
 * Loaded after style.css.
 */

:root {
  /* 상용과 동일: Instrument Sans 미로드 → Pretendard로 헤딩 폴백 */
  --bs-body-font-family: "Pretendard", "SCoreDream", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
  --remo-focus: #0f766e;
}

body {
  font-family: var(--bs-body-font-family);
}

/* style.css 의 Instrument Sans / Inter 헤딩·버튼 폴백 (상용과 동일) */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6,
.display-10,
.font-heading {
  font-family: var(--bs-body-font-family) !important;
}

/*
 * 앱 셸 페이지 타이틀 통일
 * - display-10 은 홈 히어로 등에서 태그(h1/h3) 기본 크기에 의존해 페이지마다 달라짐
 * - remo-app-shell 내 메인 타이틀은 이 클래스만 사용
 */
.remo-app-shell .nimo-page-title {
  font-size: clamp(1.75rem, 1.35rem + 1.6vw, 2.35rem) !important;
  font-weight: 700 !important;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #111827;
}

/* 다크 배경 섹션에서는 타이틀·리드가 보이도록 */
.remo-app-shell .bg-dark .nimo-page-title,
.remo-app-shell [data-bs-theme="dark"] .nimo-page-title {
  color: #ffffff !important;
}

.remo-app-shell .bg-dark .lead,
.remo-app-shell [data-bs-theme="dark"] .lead {
  color: rgba(255, 255, 255, 0.72) !important;
}

.btn,
.font-base {
  font-family: var(--bs-body-font-family) !important;
}

/*
 * 헤더 오프셋: header-absolute 대응.
 * padding-top 은 header.php .nimo-page-header 값을 사용 (여기서 0으로 덮지 않음).
 */

/* 앱 페이지: 전역 section 7.5rem만 중립화 */
.remo-app-shell > section:not([class*="py-"]):not([class*="pt-"]):not([class*="pb-"]),
main.container > section:not([class*="py-"]):not([class*="pt-"]):not([class*="pb-"]) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* 상담/견적/결제 퍼널 섹션은 자체 리듬 유지 (위 규칙보다 특이도 높게) */
.remo-app-shell > section.remo-consult-hero:not([class*="py-"]):not([class*="pt-"]):not([class*="pb-"]),
.remo-app-shell > section.remo-consult-band:not([class*="py-"]):not([class*="pt-"]):not([class*="pb-"]),
main.container > section.remo-consult-hero:not([class*="py-"]):not([class*="pt-"]):not([class*="pb-"]),
main.container > section.remo-consult-band:not([class*="py-"]):not([class*="pt-"]):not([class*="pb-"]) {
  padding-top: var(--rc-pad-y) !important;
  padding-bottom: var(--rc-pad-y) !important;
}

.remo-app-shell > section.remo-consult-hero:not([class*="py-"]):not([class*="pt-"]):not([class*="pb-"]),
main.container > section.remo-consult-hero:not([class*="py-"]):not([class*="pt-"]):not([class*="pb-"]) {
  padding-top: 0.5rem !important;
}

.remo-app-shell section.py-5,
main.container > section.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (max-width: 767.98px) {
  .remo-app-shell section.py-5,
  main.container > section.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

/*
 * 포커스 링: 폼 컨트롤은 Bootstrap/페이지 CSS box-shadow만 사용.
 * outline + box-shadow 를 같이 주면 입력박스에 선택 라인이 겹친다.
 */
*:focus-visible {
  outline: none !important;
}

a:focus-visible,
.nav-link:focus-visible,
.btn:focus-visible,
.page-link:focus-visible,
.accordion-button:focus-visible {
  outline: 2px solid var(--remo-focus) !important;
  outline-offset: 2px !important;
}

.form-control:focus,
.form-control:focus-visible,
.form-select:focus,
.form-select:focus-visible,
.form-check-input:focus,
.form-check-input:focus-visible,
textarea.form-control:focus,
textarea.form-control:focus-visible,
input:not([type="checkbox"]):not([type="radio"]):focus,
input:not([type="checkbox"]):not([type="radio"]):focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: none !important;
}

/* input-group 내부도 그룹 focus-within 스타일만 보이도록 */
.input-group .form-control:focus,
.input-group .form-control:focus-visible,
.input-group .form-select:focus,
.input-group .form-select:focus-visible {
  outline: none !important;
  z-index: 3;
}

/* Quote: mobile sticky primary CTA */
.quote-mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.08);
}

.quote-mobile-cta .btn {
  background-color: #0f766e;
  border-color: #0f766e;
  color: #fff;
  font-weight: 700;
}

.quote-mobile-cta .btn:hover {
  background-color: #115e59;
  border-color: #115e59;
  color: #fff;
}

/* /quote 공개 피드: 관리자 전용 컬럼 기본 숨김 */
.remo-consult-page:not(.is-quote-admin) .quote-col-admin {
  display: none !important;
}

body.has-quote-mobile-cta {
  padding-bottom: 88px;
}

@media (min-width: 768px) {
  .quote-mobile-cta {
    display: none !important;
  }
  body.has-quote-mobile-cta {
    padding-bottom: 0;
  }
}

/* ========== /consulting — 단일 칼럼 리듬 ========== */
.remo-consult-page {
  --rc-ink: #0f172a;
  --rc-muted: #64748b;
  --rc-teal: #0f766e;
  --rc-teal-soft: #f0fdfa;
  --rc-line: #e8eef2;
  --rc-radius: 0.9rem;
  /* 모바일은 여유, PC는 컨테이너에 맞게 넓게 */
  --rc-stack: 100%;
  --rc-pad-y: 2.75rem;
  /* 본문 기준 크기 (consulting / quote / billing 공통) — 가독성 우선 */
  --rc-fs-body: 1.125rem;   /* 18px */
  --rc-fs-lead: 1.2rem;
  --rc-fs-meta: 1.05rem;    /* 16.8px — 표·부가정보 */
  --rc-fs-small: 0.98rem;
  --rc-fs-kicker: 0.98rem;
  --rc-fs-title: clamp(1.55rem, 1.35rem + 0.85vw, 2rem);
  font-size: var(--rc-fs-body);
  line-height: 1.65;
  color: var(--rc-ink);
}

@media (min-width: 768px) {
  .remo-consult-page {
    --rc-pad-y: 3.5rem;
    --rc-fs-body: 1.1875rem; /* 19px */
    --rc-fs-lead: 1.25rem;
    --rc-fs-meta: 1.1rem;
  }
}

@media (min-width: 1200px) {
  .remo-consult-page {
    --rc-pad-y: 4rem;
  }
}

@media (min-width: 992px) {
  .remo-consult-page {
    --rc-stack: min(100%, 58rem); /* ~928px */
  }
}

@media (min-width: 1200px) {
  .remo-consult-page {
    --rc-stack: min(100%, 68rem); /* ~1088px, PC 컨테이너에 맞춤 */
  }
}

@media (min-width: 1400px) {
  .remo-consult-page {
    --rc-stack: min(100%, 74rem); /* ~1184px */
  }
}

.remo-consult-page .nimo-page-title.remo-consult-hero__title,
.remo-consult-page .remo-consult-hero__title {
  font-size: clamp(1.85rem, 1.45rem + 1.4vw, 2.45rem) !important;
}

.remo-consult-page .form-label,
.remo-consult-page .form-control,
.remo-consult-page .form-select,
.remo-consult-page .form-check-label,
.remo-consult-page .btn:not(.btn-sm) {
  font-size: 1.1rem !important;
}

.remo-consult-page .btn-sm {
  font-size: 1rem !important;
}

.remo-consult-page .badge,
.remo-consult-page .rounded-pill.badge {
  font-size: 0.92rem !important;
  padding: 0.4em 0.75em !important;
}

.remo-lead-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  color: var(--rc-teal);
  font-size: var(--rc-fs-kicker);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.remo-consult-stack {
  width: var(--rc-stack);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.remo-consult-hero {
  width: 100%;
  margin: 0;
  padding: 0.35rem 0 var(--rc-pad-y);
  text-align: left;
  border-bottom: 1px solid var(--rc-line);
}

.remo-consult-hero__title {
  margin: 0 0 0.45rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.remo-consult-hero__lead {
  margin: 0 0 0.9rem;
  max-width: 40rem;
  color: var(--rc-muted);
  font-size: var(--rc-fs-lead);
  line-height: 1.65;
}

.remo-consult-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: flex-start;
}

.remo-consult-jump__link {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1.15rem;
  border: 1px solid #d7e5e3;
  border-radius: 999px;
  background: #fff;
  color: var(--rc-teal);
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.remo-consult-jump__link:hover {
  background: var(--rc-teal-soft);
  border-color: rgba(15, 118, 110, 0.35);
  color: #115e59;
}

.remo-consult-jump__link--primary {
  background: var(--rc-teal);
  border-color: var(--rc-teal);
  color: #fff;
}

.remo-consult-jump__link--primary:hover {
  background: #115e59;
  border-color: #115e59;
  color: #fff;
}

.remo-consult-band {
  padding: var(--rc-pad-y) 0;
  border-bottom: 1px solid var(--rc-line);
}

.remo-consult-band:last-of-type,
#consult-trust {
  border-bottom: 0;
}

.remo-consult-band--soft {
  /* legacy no-op: 들쑥날쑥한 배경 섬 제거 */
  margin: 0;
  padding: var(--rc-pad-y) 0;
  border-radius: 0;
  background: transparent;
}

.remo-consult-head {
  margin: 0 0 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .remo-consult-head {
    margin-bottom: 1.75rem;
  }
}

.remo-consult-head__title {
  margin: 0.3rem 0 0.45rem;
  color: var(--rc-ink);
  font-size: var(--rc-fs-title);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.remo-consult-head__desc {
  margin: 0 auto;
  max-width: 40rem;
  color: var(--rc-muted);
  font-size: var(--rc-fs-body);
  line-height: 1.65;
}

@media (min-width: 992px) {
  .remo-consult-head__desc {
    max-width: 46rem;
  }
}

.remo-consult-note {
  margin: 0.85rem 0 0;
  color: #94a3b8;
  font-size: var(--rc-fs-small);
  line-height: 1.55;
  text-align: center;
}

.remo-consult-panel {
  border: 1px solid var(--rc-line);
  border-radius: var(--rc-radius);
  background: #fff;
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

#lead-status,
#consult-faq,
#consult-form {
  scroll-margin-top: 5.5rem;
}

/* 현황 — 패널 안에서 한 덩어리 */
.remo-lead-social {
  margin: 0;
  padding: 1rem 1rem 0.85rem;
  text-align: center;
  border: 0;
  border-bottom: 1px solid var(--rc-line);
  border-radius: 0;
  background: #fafbfc;
}

.remo-lead-social__live {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.7rem;
  color: #115e59;
  font-size: var(--rc-fs-meta);
  font-weight: 600;
}

.remo-lead-social__pulse {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #14b8a6;
  box-shadow: 0 0 0 0 rgba(20, 184, 166, 0.45);
  animation: remo-lead-pulse 1.8s ease-out infinite;
}

.remo-lead-social__nums {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
  margin-bottom: 0.75rem;
}

.remo-lead-social__stat {
  min-width: 5rem;
}

.remo-lead-social__stat strong {
  display: block;
  color: var(--rc-ink);
  font-size: clamp(1.55rem, 1.25rem + 1.1vw, 2.05rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}

.remo-lead-social__stat span {
  display: block;
  margin-top: 0.15rem;
  color: var(--rc-muted);
  font-size: var(--rc-fs-small);
  font-weight: 500;
}

.remo-lead-social__stat--wave {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.remo-lead-social__divider {
  width: 1px;
  align-self: stretch;
  background: var(--rc-line);
}

.remo-lead-wave {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  height: 1.35rem;
  margin-bottom: 0.1rem;
}

.remo-lead-wave i {
  display: block;
  width: 3px;
  height: 40%;
  border-radius: 999px;
  background: var(--rc-teal);
  opacity: 0.75;
  animation: remo-lead-wave 1.1s ease-in-out infinite;
}

.remo-lead-wave i:nth-child(1) { animation-delay: 0s; }
.remo-lead-wave i:nth-child(2) { animation-delay: 0.12s; }
.remo-lead-wave i:nth-child(3) { animation-delay: 0.24s; }
.remo-lead-wave i:nth-child(4) { animation-delay: 0.36s; }
.remo-lead-wave i:nth-child(5) { animation-delay: 0.48s; }

.remo-lead-activity {
  margin: 0 auto;
  max-width: 24rem;
}

.remo-lead-activity__stage {
  min-height: 2.4rem;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #f8fafc;
  border: 1px solid #eef2f7;
}

.remo-lead-activity__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.6rem;
  padding: 0.55rem 0.9rem;
  color: var(--rc-ink);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.remo-lead-activity__item.is-out {
  opacity: 0;
  transform: translateY(-8px);
}

.remo-lead-activity__item.is-in {
  opacity: 1;
  transform: translateY(0);
}

.remo-lead-activity__icon {
  color: var(--rc-teal);
  font-size: 1rem;
}

.remo-lead-activity__hint {
  color: #94a3b8;
  font-size: var(--rc-fs-small);
  font-weight: 500;
}

.remo-lead-activity__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3rem;
  margin-top: 0.45rem;
}

.remo-lead-activity__chip {
  display: inline-flex;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: var(--rc-teal-soft);
  color: var(--rc-teal);
  font-size: 0.7rem;
  font-weight: 600;
  animation: remo-lead-chip-in 0.4s ease forwards;
}

.remo-lead-social.is-bump .remo-lead-social__live {
  animation: remo-lead-bump 0.55s ease;
}

@keyframes remo-lead-pulse {
  0% { box-shadow: 0 0 0 0 rgba(20, 184, 166, 0.45); }
  70% { box-shadow: 0 0 0 7px rgba(20, 184, 166, 0); }
  100% { box-shadow: 0 0 0 0 rgba(20, 184, 166, 0); }
}

@keyframes remo-lead-wave {
  0%, 100% { height: 35%; opacity: 0.55; }
  50% { height: 100%; opacity: 1; }
}

@keyframes remo-lead-chip-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes remo-lead-bump {
  0%, 100% { transform: scale(1); }
  40% { transform: scale(1.03); }
}

@media (max-width: 575.98px) {
  .remo-lead-social__divider { display: none; }
}

.remo-consult-search {
  max-width: none;
  margin: 0;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--rc-line);
  background: #fff;
}

.remo-consult-search__btn {
  background: var(--rc-teal);
  border-color: var(--rc-teal);
  color: #fff;
  font-weight: 600;
}

.remo-consult-search__btn:hover {
  background: #115e59;
  border-color: #115e59;
  color: #fff;
}

.remo-lead-list {
  position: relative;
}

.remo-consult-table {
  border: 0;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
}

.remo-consult-table thead {
  background: #f8fafc;
  color: #334155;
}

.remo-consult-table thead th {
  font-weight: 600;
  font-size: 1.05rem !important;
  padding: 0.9rem 0.7rem;
  border: 0;
  border-bottom: 1px solid var(--rc-line);
}

.remo-consult-table tbody td {
  padding: 1rem 0.7rem;
  font-size: 1.1rem !important;
  border-color: #f1f5f9;
  vertical-align: middle;
  line-height: 1.45;
}

.remo-consult-page .remo-consult-table,
.remo-consult-page .table {
  font-size: 1.1rem !important;
}

.remo-lead-list .remo-lead-when {
  font-size: 1.05rem !important;
  color: #475569;
  font-variant-numeric: tabular-nums;
}

.remo-consult-panel .remo-load-more {
  margin-top: 0;
  padding: 0.85rem 1rem 1rem;
  background: #fff;
}

.remo-consult-panel .remo-load-more__fade {
  display: none;
}

/* FAQ */
.remo-consult-faq {
  width: 100%;
  margin: 0;
}

.remo-consult-faq__acc {
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg: #fff;
  --bs-accordion-active-color: #115e59;
  --bs-accordion-btn-bg: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.remo-consult-faq__item {
  border: 1px solid #e2e8f0 !important;
  border-radius: 0.85rem !important;
  overflow: hidden;
  background: #fff;
}

.remo-consult-faq__item .accordion-header {
  margin: 0;
  font-size: inherit;
}

.remo-consult-faq__item .accordion-button {
  gap: 0.6rem;
  padding: 1.05rem 1.15rem;
  font-size: 1.12rem !important;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--rc-ink);
  box-shadow: none !important;
}

.remo-consult-faq__item .accordion-button:not(.collapsed) {
  color: #115e59;
  background: #fff;
}

.remo-consult-faq__item .accordion-button::after {
  margin-left: auto;
}

.remo-consult-faq__qmark,
.remo-consult-faq__amark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 0.35rem;
  font-size: 0.7rem;
  font-weight: 800;
}

.remo-consult-faq__qmark {
  background: var(--rc-teal);
  color: #fff;
}

.remo-consult-faq__amark {
  background: var(--rc-teal-soft);
  color: var(--rc-teal);
  margin-top: 0.1rem;
}

.remo-consult-faq__item .accordion-body {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0 1.15rem 1.1rem;
  color: #475569;
  font-size: 1.08rem !important;
  line-height: 1.75;
}

/* 폼 */
.remo-consult-form-card {
  width: 100%;
  margin: 0;
  padding: 1.25rem 1.1rem;
  border: 1px solid var(--rc-line);
  border-radius: var(--rc-radius);
  background: #fff;
  box-shadow: none;
}

@media (min-width: 768px) {
  .remo-consult-form-card {
    padding: 1.5rem 1.4rem;
  }
}

.remo-consult-submit {
  min-height: 3rem;
  background: var(--rc-teal);
  border-color: var(--rc-teal);
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.remo-consult-submit:hover {
  background: #115e59;
  border-color: #115e59;
  color: #fff;
}

/* SMS 안내 */
.remo-consult-sms {
  margin: 0;
}

.remo-consult-sms__card {
  height: 100%;
  padding: 1.1rem 1.05rem 1rem;
  border: 1px solid var(--rc-line);
  border-radius: var(--rc-radius);
  background: #fff;
}

.remo-consult-sms__badge {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: var(--rc-teal-soft);
  color: var(--rc-teal);
  font-size: var(--rc-fs-small);
  font-weight: 700;
}

.remo-consult-sms__badge--muted {
  background: #f1f5f9;
  color: #475569;
}

.remo-consult-sms__brand {
  margin: 0 0 0.35rem;
  font-weight: 700;
  color: var(--rc-ink);
}

.remo-consult-sms__meta {
  margin: 0 0 0.65rem;
  color: #475569;
  font-size: var(--rc-fs-meta);
}

.remo-consult-sms__list {
  margin: 0 0 0.75rem;
  padding: 0.75rem 0.9rem;
  list-style: none;
  border-radius: 0.7rem;
  background: #f8fafc;
  color: #334155;
  font-size: var(--rc-fs-meta);
  line-height: 1.55;
}

.remo-consult-sms__list li + li {
  margin-top: 0.2rem;
}

/* 신뢰 */
.remo-consult-trust {
  margin: 0;
}

.remo-consult-trust__item {
  height: 100%;
  padding: 1.05rem 0.9rem;
  text-align: center;
  border: 1px solid var(--rc-line);
  border-radius: var(--rc-radius);
  background: #fff;
}

/* 하단 SEO 블록도 같은 폭으로 */
.remo-consult-page #funnel-seo-consulting {
  width: var(--rc-stack);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--rc-pad-y);
  padding-bottom: 0.5rem;
  border-top: 1px solid var(--rc-line);
}

.remo-consult-trust__item i {
  display: inline-flex;
  margin-bottom: 0.55rem;
  color: var(--rc-teal);
  font-size: 1.55rem;
}

.remo-consult-trust__item h3 {
  margin: 0 0 0.35rem;
  color: var(--rc-ink);
  font-size: 1.1rem;
  font-weight: 700;
}

.remo-consult-trust__item p {
  margin: 0;
  color: var(--rc-muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.remo-load-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -0.25rem;
  padding: 0 1rem 0.25rem;
}

.remo-load-more[hidden] {
  display: none !important;
}

.remo-load-more__fade {
  width: 100%;
  height: 2.75rem;
  margin-top: -2.75rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 55%, #fff 100%);
}

.remo-load-more__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.75rem;
  padding: 0.65rem 1.35rem;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f0fdfa 100%);
  color: #0f766e;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 20px rgba(15, 118, 110, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  cursor: pointer;
}

.remo-load-more__btn:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(15, 118, 110, 0.4);
  background: linear-gradient(180deg, #f0fdfa 0%, #ccfbf1 100%);
  box-shadow: 0 2px 4px rgba(15, 23, 42, 0.06), 0 12px 28px rgba(15, 118, 110, 0.14);
  color: #115e59;
}

.remo-load-more__btn:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.remo-load-more__btn:focus-visible {
  outline: 2px solid var(--remo-focus) !important;
  outline-offset: 3px !important;
}

.remo-load-more__btn:disabled {
  opacity: 0.72;
  cursor: wait;
}

.remo-load-more__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: #0f766e;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

.remo-load-more__count[hidden] {
  display: none !important;
}

.remo-load-more__chevron {
  font-size: 0.95rem;
  line-height: 1;
  animation: remo-load-more-bounce 1.8s ease-in-out infinite;
}

.remo-load-more__btn:hover:not(:disabled) .remo-load-more__chevron,
.remo-load-more__btn:disabled .remo-load-more__chevron,
.remo-load-more.is-loading .remo-load-more__chevron {
  animation: none;
}

.remo-load-more.is-loading .remo-load-more__text::after {
  content: "";
  display: inline-block;
  width: 0.85em;
  margin-left: 0.15em;
}

@keyframes remo-load-more-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(3px); }
}

@media (prefers-reduced-motion: reduce) {
  .remo-load-more__btn,
  .remo-load-more__chevron,
  .remo-lead-social__pulse,
  .remo-lead-wave i,
  .remo-lead-activity__item,
  .remo-lead-activity__chip,
  .remo-lead-social.is-bump .remo-lead-social__live {
    transition: none !important;
    animation: none !important;
  }
}
