/* BREM 포털 공개 페이지 라이트 테마 (index + portal-*) */

.site--light {
  --home-bg: #f7f3ea;
  --home-bg-soft: #fffdf8;
  --home-text: #1f1f1f;
  --home-text-muted: #6b6458;
  --home-gold: #c9a84c;
  --home-gold-light: #e5c780;
  --home-gold-dark: #a8862b;
  --home-border: rgba(201, 168, 76, 0.22);
  --home-shadow: 0 18px 48px rgba(62, 48, 24, 0.08);
  --home-shadow-soft: 0 8px 24px rgba(62, 48, 24, 0.05);
  color: var(--home-text);
}

.site--light .topbar {
  border-bottom: 1px solid rgba(201, 168, 76, 0.14);
  background: rgba(255, 253, 248, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.site--light .brand {
  color: var(--home-text);
}

.site--light .brand__logo {
  display: block;
  width: auto;
  height: 40px;
  object-fit: contain;
}

.site--light .brand span {
  display: none;
}

.site--light .menu a {
  color: rgba(31, 31, 31, 0.62);
  font-weight: 600;
}

.site--light .menu a:hover,
.site--light .menu a.is-active {
  color: var(--home-gold-dark);
}

.site--light .nav-cta {
  color: #2a2212;
  background: linear-gradient(180deg, var(--home-gold-light), var(--home-gold));
  border: 1px solid var(--home-gold-dark);
  box-shadow: 0 8px 20px rgba(201, 168, 76, 0.22);
}

.site--light .nav-cta:hover {
  box-shadow: 0 10px 24px rgba(201, 168, 76, 0.3);
}

.site--light .hero {
  padding: calc(64px + 72px) 24px 48px;
}

.site--light .hero-logo--home {
  width: min(88vw, 420px);
  margin-bottom: 40px;
}

.site--light .hero-logo--home img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: normal;
  filter: drop-shadow(0 10px 24px rgba(120, 96, 40, 0.1));
}

.site--light .hero-actions {
  gap: 14px;
  margin-top: 4px;
}

.site--light .btn {
  min-height: 50px;
  padding: 0 26px;
  font-size: 0.9rem;
  font-weight: 700;
}

.site--light .btn-gold {
  color: #2a2212;
  background: linear-gradient(180deg, var(--home-gold-light), var(--home-gold));
  border: 1px solid var(--home-gold-dark);
  box-shadow: 0 10px 24px rgba(201, 168, 76, 0.24);
}

.site--light .btn-gold:hover {
  box-shadow: 0 14px 30px rgba(201, 168, 76, 0.32);
}

.site--light .btn-outline,
.site--light .btn-ghost {
  color: #3a342c;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--home-border);
  box-shadow: var(--home-shadow-soft);
}

.site--light .btn-outline:hover,
.site--light .btn-ghost:hover {
  color: var(--home-gold-dark);
  border-color: rgba(201, 168, 76, 0.45);
  box-shadow: 0 10px 24px rgba(201, 168, 76, 0.14);
}

.site--light .cards-section {
  padding: 8px 24px 88px;
  margin-top: 0;
}

.site--light .cards-grid {
  gap: 22px;
}

.site--light .portal-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 28px 28px 28px 30px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(201, 168, 76, 0.12);
  border-radius: 22px;
  box-shadow: var(--home-shadow);
}

.site--light .portal-card:hover {
  border-color: rgba(201, 168, 76, 0.28);
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(62, 48, 24, 0.1);
}

.site--light .portal-card__body {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.site--light .card-label {
  padding: 0;
  color: var(--home-gold-dark);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.site--light .card-label::before {
  width: 6px;
  height: 6px;
  background: var(--home-gold);
  box-shadow: none;
}

.site--light .portal-card h3 {
  color: var(--home-text);
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.35;
}

.site--light .portal-card p {
  color: var(--home-text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.site--light .portal-card--intro p {
  color: var(--home-text-muted);
  font-size: 0.92rem;
}

.site--light .card-link {
  color: var(--home-gold-dark);
  font-size: 0.84rem;
}

.site--light .portal-card__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  color: var(--home-gold-dark);
  background: linear-gradient(180deg, #faf4e8, #f1e6cf);
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.site--light .portal-card__icon svg {
  width: 26px;
  height: 26px;
}

.site--light .footer {
  border-top: 1px solid rgba(201, 168, 76, 0.12);
  background: rgba(255, 253, 248, 0.72);
}

.site--light .footer-brand {
  color: var(--home-text);
}

.site--light .footer-meta,
.site--light .footer-links a {
  color: var(--home-text-muted);
}

.site--light .footer-links a:hover {
  color: var(--home-gold-dark);
}

/* ── 서브 페이지 (라이더문의·진행중·프로모션·이벤트·협력사문의) ── */
.site--light .page-hero .hero-eyebrow {
  color: var(--home-gold-dark);
}

.site--light .page-hero h1 {
  color: var(--home-text);
}

.site--light .page-hero p {
  color: var(--home-text-muted);
}

.site--light .page-content,
.site--light .inquiry-side-card,
.site--light .inquiry-form {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(201, 168, 76, 0.12);
  border-radius: 22px;
  box-shadow: var(--home-shadow);
}

.site--light .page-content p,
.site--light .inquiry-side-card p,
.site--light .inquiry-side-list {
  color: var(--home-text-muted);
}

.site--light .inquiry-side-card h3 {
  color: var(--home-text);
}

.site--light .inquiry-form label {
  color: var(--home-text);
}

.site--light .inquiry-form input,
.site--light .inquiry-form select,
.site--light .inquiry-form textarea {
  color: var(--home-text);
  background: #fff;
  border: 1px solid rgba(201, 168, 76, 0.2);
}

.site--light .inquiry-form input:focus,
.site--light .inquiry-form select:focus,
.site--light .inquiry-form textarea:focus {
  border-color: var(--home-gold);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.18);
}

.site--light .page-back {
  color: var(--home-gold-dark);
}

.site--light .page-back:hover {
  color: var(--home-gold);
}

.site--light .inquiry-status--pending {
  color: var(--home-gold-dark);
  background: rgba(201, 168, 76, 0.1);
  border-color: rgba(201, 168, 76, 0.22);
}

.site--light .inquiry-status--success {
  color: #166534;
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(34, 197, 94, 0.28);
}

.site--light .inquiry-status--error {
  color: #b91c1c;
  background: rgba(239, 68, 68, 0.08);
  border-color: rgba(239, 68, 68, 0.22);
}

.site--light .inquiry-success-toast {
  color: #ecfdf5;
}

.site--light .page-cards {
  padding: 0 0 12px;
  margin-top: -12px;
}

.promo-page.cards-section {
  padding: 0;
  margin: 0;
}

.promo-page__grid {
  align-items: stretch;
}

.promo-page .portal-card {
  height: 100%;
  grid-template-columns: minmax(0, 1fr) 58px;
  align-items: center;
  gap: 18px;
}

.promo-detail {
  width: 100%;
  margin-top: 18px;
}

.promo-detail__card {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) 58px;
  align-items: center;
  gap: 18px;
}

.promo-detail__body {
  display: grid;
  gap: 14px;
}

.promo-detail__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.15rem, 2.8vw, 1.45rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.promo-detail__gold {
  color: #e8c547;
}

.promo-detail__lead {
  margin: 0;
  color: var(--home-text-muted);
  font-size: clamp(0.92rem, 2vw, 1rem);
  line-height: 1.75;
}

.promo-detail__lead strong {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

.promo-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.promo-detail__tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.08);
  color: #e8c547;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.promo-detail__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 6px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.promo-detail__cta:hover {
  transform: translateY(-1px);
}

.site--dark .promo-detail__card {
  padding: 28px 28px 28px 30px;
}

@media (max-width: 768px) {
  .promo-page .portal-card,
  .promo-detail__card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .promo-page .portal-card__icon,
  .promo-detail__card .portal-card__icon {
    justify-self: start;
  }

  .promo-detail {
    margin-top: 14px;
  }
}

.site--light .page-main .cards-grid {
  width: 100%;
}

/* ── 홈 전용 (목업 UI) ── */
.site--home .menu a.is-active {
  color: #ffffff;
  box-shadow: inset 0 -2px 0 var(--home-gold);
}

.site--home .nav-cta--arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-right: 8px;
}

.site--home .nav-cta--staff .nav-cta__icon {
  color: #1d4ed8;
  background: rgba(255, 255, 255, 0.38);
}

.site--home .nav-cta__icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #2a2212;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 999px;
}

.site--home .nav-cta__icon svg {
  width: 18px;
  height: 18px;
}

.site--home .hero--home {
  padding: 52px 24px 28px;
}

.site--dark .brand__logo {
  display: block;
  width: auto;
  height: 54px;
  object-fit: contain;
  filter: saturate(1.55) brightness(1.14) contrast(1.06) drop-shadow(0 0 12px rgba(232, 197, 71, 0.22));
}

.site--home .hero-logo--home {
  width: min(98vw, 620px);
  margin-top: -10px;
  margin-bottom: 0;
}

.site--home .hero-headline {
  margin: -14px 0 0;
  color: #fff;
  font-size: clamp(1.65rem, 4.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.3;
}

.site--home .hero-headline--partner {
  max-width: min(100%, 760px);
  margin-top: -58px;
  font-size: clamp(1.38rem, 3.6vw, 2.12rem);
  line-height: 1.38;
}

.site--home .hero-headline__gold {
  color: #e8c547;
  font-weight: 900;
}

.site--home .hero-headline__light {
  color: rgba(255, 255, 255, 0.96);
  font-weight: 800;
}

.site--home .hero-headline__brand {
  font-weight: 900;
  background: linear-gradient(180deg, #fff4c4 0%, #e8c547 48%, #c9a84c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(232, 197, 71, 0.28));
}

.site--home .hero-headline__kor {
  margin-left: 0.08em;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.site--home .hero-partners {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.site--home .hero-partners__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 680px);
  padding: 0 8px;
}

.site--home .hero-partners__logos {
  display: block;
  width: min(100%, 620px);
  max-height: 72px;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}

.site--home .hero-lead {
  margin: 18px 0 0;
  color: var(--home-text-muted);
  font-size: clamp(1.02rem, 2.6vw, 1.15rem);
  font-weight: 500;
  line-height: 1.65;
}

.site--home .hero-lead__gold {
  color: var(--home-gold-dark);
  font-weight: 800;
}

.site--home .hero-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 980px);
  margin: 32px auto 0;
  padding: 8px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(201, 168, 76, 0.16);
  border-radius: 18px;
  box-shadow: var(--home-shadow-soft);
}

.site--home .hero-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 12px;
  text-align: left;
}

.site--home .hero-feature + .hero-feature {
  border-left: 1px solid rgba(201, 168, 76, 0.14);
}

.site--home .hero-feature__icon {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--home-gold-dark);
}

.site--home .hero-feature__icon svg {
  width: 36px;
  height: 36px;
}

.site--home .hero-feature__icon svg [stroke] {
  stroke-width: 1.6;
}

.site--home .hero-feature__copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.site--home .hero-feature__title {
  color: var(--home-text);
  font-size: clamp(0.8rem, 1.45vw, 0.92rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.site--home .hero-feature__sub {
  color: var(--home-text-muted);
  font-size: clamp(0.76rem, 1.4vw, 0.84rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.site--home .hero-actions {
  margin-top: 28px;
}

.site--home .btn--icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.site--home .btn--icon svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.site--home .btn-staff,
.site--home .nav-cta--staff {
  color: #eef6ff;
  background: linear-gradient(180deg, #5ba8ff, #2563eb);
  border: 1px solid #1d4ed8;
  box-shadow:
    0 10px 28px rgba(37, 99, 235, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.site--home .btn-staff:hover,
.site--home .nav-cta--staff:hover {
  color: #fff;
  background: linear-gradient(180deg, #6eb5ff, #3b82f6);
  border-color: #2563eb;
  box-shadow:
    0 14px 36px rgba(37, 99, 235, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform: translateY(-2px);
}

.site--home .cards-section--home {
  padding: 12px 24px 40px;
}

.site--home .cards-grid--home {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site--home .portal-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.site--home .portal-card__list li {
  position: relative;
  padding-left: 22px;
  color: var(--home-text-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.site--home .portal-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6.2 4.7 8.8 10 3.2' stroke='%23c9a84c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.site--home .portal-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 6px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site--home .portal-card__cta:hover {
  transform: translateY(-1px);
}

.site--home .home-benefits {
  padding: 0 24px 72px;
}

.site--home .home-benefits__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(201, 168, 76, 0.1);
  border-radius: 20px;
}

.site--home .home-benefit {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.site--home .home-benefit__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--home-gold-dark);
}

.site--home .home-benefit__icon svg {
  width: 26px;
  height: 26px;
}

.site--home .home-benefit strong {
  color: var(--home-text);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
}

.site--home .home-benefit p {
  margin: 0;
  color: var(--home-text-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

/* ── 포털 다크 프리미엄 테마 (전체 메뉴) ── */
.site--dark .topbar {
  border-bottom: 1px solid rgba(212, 175, 55, 0.14);
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: none;
}

.site--dark .menu {
  font-size: 1rem;
}

.site--dark .menu a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.site--dark .menu a:hover {
  color: #ffffff;
}

.site--dark .menu a.is-active {
  color: #ffffff;
  box-shadow: inset 0 -2px 0 var(--home-gold);
}

.site--dark .nav-cta {
  color: #1a1508;
  background: linear-gradient(180deg, var(--home-gold-light), var(--home-gold));
  border: 1px solid var(--home-gold-dark);
  box-shadow: 0 8px 20px rgba(201, 168, 76, 0.22);
}

.site--dark .nav-cta.nav-cta--staff,
.site--dark .btn-staff {
  color: #eef6ff;
  background: linear-gradient(180deg, #5ba8ff, #2563eb);
  border: 1px solid #1d4ed8;
  box-shadow:
    0 10px 28px rgba(37, 99, 235, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.site--dark .nav-cta.nav-cta--staff:hover,
.site--dark .btn-staff:hover {
  color: #fff;
  background: linear-gradient(180deg, #6eb5ff, #3b82f6);
  border-color: #2563eb;
  box-shadow:
    0 14px 36px rgba(37, 99, 235, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform: translateY(-2px);
}

.site--dark .btn {
  min-height: 50px;
  padding: 0 26px;
  font-size: 0.9rem;
  font-weight: 700;
}

.site--dark .btn-gold {
  color: #1a1508;
  background: linear-gradient(180deg, var(--home-gold-light), var(--home-gold));
  border: 1px solid var(--home-gold-dark);
  box-shadow: 0 10px 24px rgba(201, 168, 76, 0.24);
}

.site--dark .btn-outline,
.site--dark .btn-ghost {
  color: #1f1f1f;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.site--dark .btn-outline:hover,
.site--dark .btn-ghost:hover {
  color: var(--home-gold-dark);
  background: #fff;
}

.site--dark .portal-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 28px 28px 28px 30px;
  background: linear-gradient(160deg, rgba(18, 18, 18, 0.96), rgba(6, 6, 6, 0.98));
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 22px;
  box-shadow: var(--home-shadow);
}

.site--dark .portal-card:hover {
  border-color: rgba(212, 175, 55, 0.38);
  transform: translateY(-2px);
  box-shadow: 0 0 28px rgba(212, 175, 55, 0.12), var(--home-shadow);
}

.site--dark .portal-card h3,
.site--dark .page-hero h1,
.site--dark .inquiry-side-card h3,
.site--dark .home-benefit strong {
  color: #fff;
}

.site--dark .portal-card p,
.site--dark .portal-card__list li,
.site--dark .page-hero p,
.site--dark .page-content p,
.site--dark .inquiry-side-card p,
.site--dark .inquiry-side-list,
.site--dark .home-benefit p {
  color: var(--home-text-muted);
}

.site--dark .card-label,
.site--dark .page-hero .hero-eyebrow {
  color: var(--home-gold);
}

.site--dark .card-link,
.site--dark .page-back {
  color: var(--home-gold-light);
}

.site--dark .page-back:hover {
  color: var(--home-gold);
}

.site--dark .portal-card__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  color: var(--home-gold);
  background: radial-gradient(circle, rgba(212, 175, 55, 0.14), rgba(0, 0, 0, 0.2));
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 999px;
}

.site--dark .portal-card__icon svg {
  width: 26px;
  height: 26px;
}

.site--dark .page-content,
.site--dark .inquiry-side-card,
.site--dark .inquiry-form {
  background: linear-gradient(160deg, rgba(18, 18, 18, 0.96), rgba(6, 6, 6, 0.98));
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 22px;
  box-shadow: var(--home-shadow);
}

.page-content--soon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  text-align: center;
}

.page-soon {
  margin: 0;
  color: var(--home-gold-light);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.site--dark .inquiry-form label {
  color: var(--home-text);
}

.site--dark .inquiry-form input,
.site--dark .inquiry-form select,
.site--dark .inquiry-form textarea {
  color: var(--home-text);
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(212, 175, 55, 0.22);
}

.site--dark .inquiry-form input:focus,
.site--dark .inquiry-form select:focus,
.site--dark .inquiry-form textarea:focus {
  border-color: var(--home-gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.18);
}

.site--dark .inquiry-status--pending {
  color: var(--home-gold-light);
  background: rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.22);
}

.site--dark .inquiry-status--success {
  color: #86efac;
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(34, 197, 94, 0.28);
}

.site--dark .inquiry-status--error {
  color: #fca5a5;
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.22);
}

.site--dark .footer {
  border-top: 1px solid rgba(212, 175, 55, 0.12);
  background: rgba(0, 0, 0, 0.65);
}

.site--dark .footer-brand {
  color: var(--home-gold-light);
}

.site--dark .footer-meta,
.site--dark .footer-links a {
  color: var(--home-text-muted);
}

.site--dark .footer-links a:hover {
  color: var(--home-gold-light);
}

/* ── 홈 전용 다크 히어로 ── */
.site--home.site--dark .hero-headline {
  color: #fff;
}

.site--home.site--dark .hero-headline__gold {
  color: #e8c547;
  text-shadow: 0 0 28px rgba(232, 197, 71, 0.35);
}

.site--home.site--dark .hero-headline__light {
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.08);
}

.site--home.site--dark .hero-headline__brand {
  filter: drop-shadow(0 0 22px rgba(232, 197, 71, 0.42));
}

.site--home.site--dark .hero-headline__kor {
  color: rgba(255, 255, 255, 0.82);
}

.site--home.site--dark .hero-lead {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

.site--home.site--dark .hero-lead__gold {
  color: #e8c547;
  font-weight: 800;
  text-shadow: 0 0 22px rgba(232, 197, 71, 0.28);
}

.site--home .hero-logo--home img {
  display: block;
  margin-bottom: -52px;
  filter: saturate(1.6) brightness(1.16) contrast(1.08) drop-shadow(0 0 24px rgba(232, 197, 71, 0.28)) drop-shadow(0 14px 34px rgba(212, 175, 55, 0.26));
}

.site--home.site--dark .hero-features {
  background: rgba(8, 8, 8, 0.72);
  border-color: rgba(212, 175, 55, 0.18);
  box-shadow: var(--home-shadow-soft);
}

.site--home.site--dark .hero-feature + .hero-feature {
  border-left-color: rgba(212, 175, 55, 0.12);
}

.site--home.site--dark .hero-feature__icon {
  color: var(--home-gold);
}

.site--home.site--dark .hero-feature__title {
  color: rgba(255, 255, 255, 0.96);
}

.site--home.site--dark .hero-feature__sub {
  color: rgba(255, 255, 255, 0.62);
}

.site--home.site--dark .home-benefits__inner {
  background: rgba(10, 10, 10, 0.88);
  border-color: rgba(212, 175, 55, 0.14);
}

.site--home.site--dark .home-benefit__icon {
  color: var(--home-gold);
}

@media (max-width: 768px) {
  .site--home .hero--home {
    padding: 116px 20px 28px;
  }

  .site--light .hero {
    padding: calc(64px + 48px) 20px 36px;
  }

  .site--home .hero-logo--home {
    width: min(96vw, 460px);
    margin-top: -8px;
    margin-bottom: 0;
  }

  .site--home .hero-headline--partner {
    margin-top: -46px;
    font-size: clamp(1.12rem, 4.8vw, 1.38rem);
    line-height: 1.35;
    padding: 0 4px;
  }

  .site--home .hero-logo--home img {
    margin-bottom: -42px;
  }

  .site--home .hero-partners__bar {
    width: min(100%, 520px);
    padding: 0 4px;
  }

  .site--home .hero-feature__title {
    white-space: normal;
  }

  .site--home .hero-partners__logos {
    width: min(100%, 480px);
    max-height: 56px;
  }

  .site--dark .portal-card {
    grid-template-columns: 1fr;
    padding: 24px 22px;
  }

  .site--dark .portal-card__icon {
    justify-self: start;
  }

  .site--light .portal-card {
    grid-template-columns: 1fr;
    padding: 24px 22px;
  }

  .site--light .portal-card__icon {
    justify-self: start;
  }

  .site--home .hero-features {
    grid-template-columns: 1fr;
    gap: 0;
    width: min(100%, 440px);
  }

  .site--home .hero-feature {
    padding: 18px 16px;
  }

  .site--home .hero-feature__title {
    font-size: 0.95rem;
  }

  .site--home .hero-feature__sub {
    font-size: 0.82rem;
  }

  .site--home .hero-feature + .hero-feature {
    border-left: 0;
    border-top: 1px solid rgba(201, 168, 76, 0.14);
  }

  .site--home.site--dark .hero-feature + .hero-feature {
    border-top-color: rgba(212, 175, 55, 0.12);
  }

  .site--home .hero-actions {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .site--home .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .site--home .cards-grid--home {
    grid-template-columns: 1fr;
  }

  .site--home .home-benefits__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding: 22px 18px;
  }
}
