.ivc-page {
  max-width: 1080px;
  margin: 96px auto 0;
  padding: 0 16px 32px;
}
.ivc-hero {
  background: linear-gradient(180deg, #f8f1ef 0%, #fff 100%);
  border: 1px solid #ead9d4;
  border-radius: 16px;
  padding: 28px 24px 22px;
  margin-bottom: 20px;
  text-align: left;
}
.ivc-hero h1 {
  margin: 0 0 6px;
  font-size: 28px;
  color: #650b14;
}
.ivc-hero p {
  margin: 0;
  color: #7a6468;
}
.ivc-badge {
  display: inline-block;
  margin-top: 12px;
  background: #fff;
  border: 1px solid #ead9d4;
  color: #650b14;
  font-weight: 700;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 999px;
}
.ivc-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 22px;
}
.ivc-card {
  background: #fff;
  border: 1px solid #ead9d4;
  border-radius: 16px;
  padding: 22px;
  text-align: left;
}
.ivc-card h2 {
  margin: 0 0 8px;
  font-size: 20px;
}
.ivc-card p {
  color: #650b14;
  margin: 0 0 16px;
}
.ivc-card-member { border-top: 4px solid #650b14; }
.ivc-card-partner { border-top: 4px solid #018ef2; }
.ivc-card-partner h2 { color: #018ef2; }
.partner-media-preview {
  margin-top: 10px;
  display: inline-block;
  padding: 8px;
  border: 1px solid #ead7da;
  background: #fff;
}
.partner-media-preview img {
  display: block;
  max-height: 72px;
  max-width: 180px;
  object-fit: contain;
}
.partner-media-preview-wide img {
  max-height: 140px;
  max-width: 100%;
  object-fit: cover;
}
.ivc-actions .btn { margin: 0 8px 8px 0; }
.ivc-resorts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.ivc-resort {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #ead9d4;
  color: #fff;
}
.ivc-resort img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.ivc-resort span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px;
  background: linear-gradient(transparent, rgba(26, 13, 16, .85));
  font-weight: 700;
}
.ivc-resort:hover { text-decoration: none; color: #fff; opacity: .96; }
.ivc-status {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.ivc-status-pending { background: #fff4e5; color: #7a4a00; }
.ivc-status-approved { background: #e8f6ec; color: #14532d; }
.ivc-status-rejected { background: #fde8e6; color: #7f1d1d; }
.navbar.navbar-light .navbar-nav .nav-link {
  color: #650b14;
  font-weight: 600;
}
.navbar.navbar-light .navbar-nav .nav-link.active {
  color: #650b14;
  font-weight: 800;
}
.ivc-nav-account {
  color: #650b14 !important;
  font-weight: 700;
  font-size: 13px;
  padding: .5rem .75rem;
}
.login-role-tabs {
  display: flex;
  margin: 0 auto 8px;
  max-width: 245px;
  border: 1px solid #cc0000;
  border-radius: 8px;
  overflow: hidden;
}
.login-role-tabs a {
  flex: 1;
  padding: 8px 6px;
  font-size: 13px;
  font-weight: 700;
  color: #cc0000;
  text-decoration: none;
}
.login-role-tabs a.is-on {
  background: #cc0000;
  color: #fff;
  text-decoration: none;
}
.login-role-tabs a:hover { text-decoration: none; }
@media (max-width: 767px) {
  .ivc-cards, .ivc-resorts { grid-template-columns: 1fr; }
  .ivc-hero h1 { font-size: 24px; }
}
