﻿/* VibesInk Press â€” academic site chrome + homepage */
:root {
  --vip-green: #1b4d4a;
  --vip-green-dark: #143c3a;
  --vip-teal: #2f6f6a;
  --vip-ink: #1c2421;
  --vip-muted: #5b645f;
  --vip-cream: #f6f3ec;
  --vip-paper: #fffcf7;
  --vip-line: #e4e0d6;
  --vip-gold: #9a7b45;
  --vip-white: #ffffff;
  --vip-wrap: 1200px;
  --vip-serif: "Source Serif 4", "Georgia", serif;
  --vip-sans: "Source Sans 3", "Segoe UI", sans-serif;
  --vip-radius: 8px;
  --vip-shadow: 0 8px 28px rgba(28, 36, 33, 0.08);
  --vip-header-h: 78px;
}

body.vip-site {
  font-family: var(--vip-sans) !important;
  color: var(--vip-ink);
  background: var(--vip-paper);
  font-size: 17px;
  line-height: 1.65;
}
body.vip-site.stretched { padding: 0 !important; }
body.vip-site #wrapper { width: auto !important; }
body.vip-site #header,
body.vip-site #header-wrap,
body.vip-site .header-wrap-clone { display: none !important; height: 0 !important; }
body.vip-site header.vip-header {
  background: rgba(255,252,247,.96) !important;
  position: sticky !important;
  height: auto !important;
  z-index: 9000 !important;
}
.vip-final .vip-btn-ghost { border-color: #fff; color: #fff !important; }
.vip-final .vip-btn-ghost:hover { background: #fff; color: var(--vip-green) !important; }
body.vip-site .vip-hero h1,
body.vip-site .vip-about-hero h1,
body.vip-site .vip-jn-hero h1,
body.vip-site .vip-ct-hero h1,
body.vip-site .vip-ed-hero h1,
body.vip-site .vip-h2,
body.vip-site .vip-card h3,
body.vip-site .vip-book h3,
body.vip-site .vip-ch-card-body h3,
body.vip-site .vip-editor h3,
body.vip-site .vip-step h3,
body.vip-site .vip-jn-profile-body h3,
body.vip-site .vip-ct-team-card h3,
body.vip-site .vip-ct-info-card h2,
body.vip-site .vip-ed-benefit h3,
body.vip-site .vip-ed-process h3,
body.vip-site .vip-account-intro h2,
body.vip-site .vip-account-tile h3 {
  font-family: var(--vip-serif) !important;
  color: var(--vip-ink) !important;
  margin: 0 0 12px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}
body.vip-site .vip-home-hero h1,
body.vip-site .vip-home-hero h1 .vip-home-h1-line {
  color: #1b4d4a !important;
}
body.vip-site .vip-news h3 {
  font-family: var(--vip-serif) !important;
  color: #fff !important;
  margin: 0 0 6px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}
body.vip-site .vip-news p {
  color: rgba(255,255,255,.86) !important;
}
body.vip-site .vip-st-hero h1,
body.vip-site .vip-pb-hero h1,
body.vip-site .vip-jn-hero h1,
body.vip-site .vip-ct-hero h1,
body.vip-site .vip-ed-hero h1,
body.vip-site .vip-cd-hero h1,
body.vip-site .vip-ch-hero h1,
body.vip-site .vip-about-hero h1,
body.vip-site .vip-hero h1 {
  font-size: clamp(2.3rem, 4.4vw, 3.55rem) !important;
  line-height: 1.12 !important;
  margin: 0 0 18px !important;
}
body.vip-site .vip-h2 { font-size: clamp(1.8rem, 3vw, 2.4rem) !important; }
body.vip-site .vip-final h2 { color: #fff !important; }
body.vip-site .vip-footer h4 {
  font-family: var(--vip-sans) !important;
  color: #fff !important;
  font-size: 13px !important;
  margin: 0 0 14px !important;
  letter-spacing: .12em;
}
body.vip-site .vip-topbar a { color: rgba(255,255,255,.9) !important; }
body.vip-site .vip-footer a { color: rgba(255,255,255,.86) !important; }
body.vip-site .vip-nav a.vip-nav-link { color: var(--vip-ink) !important; text-decoration: none !important; }
body.vip-site .vip-btn-primary { color: #fff !important; }
body.vip-site img { max-width: 100%; height: auto; }
body.vip-site .vip-header .vip-logo {
  max-width: 180px;
  flex: 0 0 auto;
  overflow: hidden;
}
body.vip-site .vip-header .vip-logo img {
  display: block !important;
  width: auto !important;
  height: 52px !important;
  max-width: 180px !important;
  max-height: 52px !important;
  object-fit: contain !important;
}
body.vip-site :focus-visible {
  outline: 2px solid var(--vip-teal);
  outline-offset: 3px;
}

.vip-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--vip-green);
  color: #fff;
  padding: 8px 14px;
  z-index: 10000;
}
.vip-skip:focus { left: 12px; top: 12px; color: #fff; }

.vip-wrap {
  width: min(100% - 40px, var(--vip-wrap));
  margin: 0 auto;
}

/* Utility bar */
.vip-topbar {
  background: var(--vip-green-dark);
  color: rgba(255,255,255,.86);
  font-size: 13px;
  letter-spacing: .02em;
}
.vip-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 36px;
}
.vip-topbar a { color: rgba(255,255,255,.9); text-decoration: none; }
.vip-topbar a:hover { color: #fff; }
.vip-topbar-left, .vip-topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.vip-topbar-sep { opacity: .4; }
.vip-nav-mobile-extra { display: none !important; }

/* Header */
.vip-header {
  position: sticky;
  top: 0;
  z-index: 9000;
  background: rgba(255,252,247,.96);
  border-bottom: 1px solid var(--vip-line);
  backdrop-filter: blur(10px);
  overflow: visible;
}
.vip-header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: var(--vip-header-h);
}
.vip-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--vip-ink);
  flex-shrink: 0;
}
.vip-logo img { height: 48px; width: auto; display: block; }
.vip-logo-text,
.vip-header .vip-logo-name,
.vip-header .vip-logo-tag {
  display: none !important;
}

.vip-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.vip-nav a.vip-nav-link, .vip-nav button.vip-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 11px;
  color: var(--vip-ink);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  background: none;
  border: 0;
  cursor: pointer;
  border-radius: 6px;
}
.vip-nav a.vip-nav-link:hover,
.vip-nav a.vip-nav-link.is-active { color: var(--vip-green); }
.vip-nav a.vip-nav-link.is-active { box-shadow: inset 0 -2px 0 var(--vip-green); }

.vip-dropdown { position: relative; }
.vip-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: var(--vip-radius);
  box-shadow: var(--vip-shadow);
  padding: 8px 0;
  z-index: 20;
}
.vip-dropdown:hover .vip-dropdown-menu,
.vip-dropdown:focus-within .vip-dropdown-menu { display: block; }
.vip-dropdown-menu a {
  display: block;
  padding: 9px 16px;
  color: var(--vip-ink);
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 500;
}
.vip-dropdown-menu a:hover { background: var(--vip-cream); color: var(--vip-green); }

.vip-header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.vip-icon-btn {
  width: 40px; height: 40px;
  border: 1px solid var(--vip-line);
  background: #fff;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--vip-ink);
  text-decoration: none;
  cursor: pointer;
}
.vip-icon-btn:hover { border-color: var(--vip-teal); color: var(--vip-green); }

.vip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 650;
  font-size: 15px;
  text-decoration: none !important;
  border: 1.5px solid transparent;
  transition: .2s ease;
  line-height: 1.2;
}
.vip-btn-primary { background: var(--vip-green); color: #fff !important; }
.vip-btn-primary:hover { background: var(--vip-green-dark); color: #fff !important; }
.vip-btn-ghost { background: transparent; color: var(--vip-green) !important; border-color: var(--vip-green); }
.vip-btn-ghost:hover { background: var(--vip-green); color: #fff !important; }
.vip-btn-light { background: #fff; color: var(--vip-green) !important; }
.vip-btn-light:hover { background: var(--vip-cream); color: var(--vip-green-dark) !important; }
.vip-btn-lg { padding: 14px 24px; font-size: 16px; }

.vip-menu-toggle { display: none; }

.vip-search-panel {
  display: none;
  border-top: 1px solid var(--vip-line);
  background: #fff;
  padding: 14px 0 18px;
}
.vip-search-panel.is-open { display: block; }
.vip-search-panel form { display: flex; gap: 8px; }
.vip-search-panel input {
  flex: 1;
  height: 46px;
  border: 1px solid var(--vip-line);
  border-radius: 6px;
  padding: 0 14px;
  font-size: 16px;
}

/* Homepage */
.vip-home { background: var(--vip-paper); }
.vip-section { padding: 84px 0; }
.vip-section-alt { background: var(--vip-cream); }
.vip-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--vip-teal);
  margin-bottom: 12px;
}
.vip-h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.2;
  margin: 0 0 12px;
}
.vip-lead {
  color: var(--vip-muted);
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: 1.05rem;
}
.vip-center { text-align: center; }

/* Hero */
.vip-hero {
  background:
    linear-gradient(180deg, #eef4f1 0%, var(--vip-paper) 100%);
  padding: 56px 0 28px;
  overflow: hidden;
}
.vip-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 48px;
  align-items: center;
}
.vip-hero h1 {
  font-size: clamp(2.3rem, 4.4vw, 3.55rem);
  line-height: 1.12;
  margin: 0 0 18px;
}
.vip-hero-copy {
  font-size: 1.12rem;
  color: var(--vip-muted);
  max-width: 540px;
  margin-bottom: 28px;
}
.vip-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.vip-text-link {
  color: var(--vip-green);
  font-weight: 650;
  text-decoration: none;
  font-size: 15px;
}
.vip-text-link:hover { text-decoration: underline; }

.vip-hero-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--vip-line);
}
.vip-hero-points span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--vip-ink);
}
.vip-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--vip-teal);
  flex-shrink: 0;
}

.vip-hero-visual { position: relative; min-height: 360px; }
.vip-book-stage {
  position: relative;
  background: #dce7e3;
  border-radius: 12px;
  padding: 36px 28px 28px;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.vip-book-stage img {
  width: min(250px, 70%);
  box-shadow: 18px 22px 40px rgba(20, 40, 38, .28);
  border-radius: 2px 8px 8px 2px;
  transform: rotate(-4deg);
}
.vip-book-caption {
  position: absolute;
  right: 18px;
  top: 18px;
  font-family: var(--vip-serif);
  font-style: italic;
  color: var(--vip-green-dark);
  opacity: .7;
  font-size: 15px;
}

/* Home hero — soft-merge photo (no box) */
.vip-home-hero {
  position: relative;
  min-height: clamp(520px, 74vh, 660px);
  padding: 36px 0 28px;
  background:
    radial-gradient(ellipse 42% 70% at 8% 40%, #f5f8f6 0%, transparent 68%),
    linear-gradient(180deg, #fffcf7 0%, #faf7f1 100%);
  overflow: hidden;
}
.vip-home-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 12px 28px;
  align-items: center;
  min-height: inherit;
}
.vip-home-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 540px;
  padding: 8px 0 12px;
  animation: vip-home-hero-rise 0.85s ease-out both;
}
.vip-home-hero-visual {
  position: relative;
  min-height: clamp(380px, 58vh, 560px);
  margin-right: calc(-1 * min(280px, max(16px, (100vw - var(--vip-wrap)) / 2)));
  border-radius: 0;
}
.vip-home-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  display: block;
  animation: vip-home-hero-drift 20s ease-in-out infinite alternate;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.25) 10%,
    rgba(0, 0, 0, 0.8) 26%,
    #000 40%,
    #000 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.25) 10%,
    rgba(0, 0, 0, 0.8) 26%,
    #000 40%,
    #000 100%
  );
}
.vip-home-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #fffcf7 0%,
    rgba(255, 252, 247, 0.82) 8%,
    rgba(255, 252, 247, 0.28) 24%,
    transparent 42%
  );
}
.vip-home-hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 18%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(255, 252, 247, 0.5), transparent);
}
.vip-home-hero .vip-eyebrow {
  margin-bottom: 14px;
}
.vip-home-hero h1 {
  font-size: clamp(2.2rem, 4.2vw, 3.35rem);
  line-height: 1.08;
  margin: 0 0 14px;
  letter-spacing: -0.025em;
  max-width: none;
  color: #1b4d4a !important;
}
.vip-home-h1-line {
  display: block;
  color: #1b4d4a !important;
}
.vip-home-hero .vip-hero-copy {
  max-width: 34rem;
  margin-bottom: 26px;
  font-size: 1.08rem;
  line-height: 1.6;
}
.vip-home-features {
  list-style: none;
  margin: 24px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(27, 77, 74, 0.12);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 12px;
}
.vip-home-features li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  min-width: 0;
}
.vip-home-feat-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--vip-green);
  font-size: 18px;
  line-height: 1;
}
.vip-home-feat-ico i { line-height: 1; }
.vip-home-features li > span:last-child {
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.3;
  color: #3a4541;
  letter-spacing: 0.01em;
}
@keyframes vip-home-hero-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes vip-home-hero-drift {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.05) translate3d(-0.8%, -0.4%, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .vip-home-hero-copy { animation: none; }
  .vip-home-hero-img { animation: none; transform: none; }
}

/* Credibility */
.vip-strip {
  background: var(--vip-green);
  color: #fff;
  padding: 22px 0;
}
.vip-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  text-align: center;
}
.vip-strip p { margin: 0; font-size: 14.5px; font-weight: 600; letter-spacing: .02em; }

/* Cards */
.vip-grid-3, .vip-grid-4 { display: grid; gap: 20px; }
.vip-grid-3 { grid-template-columns: repeat(3, 1fr); }
.vip-grid-4 { grid-template-columns: repeat(4, 1fr); }
.vip-card {
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: var(--vip-radius);
  padding: 24px;
  box-shadow: 0 1px 0 rgba(28,36,33,.02);
  height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
.vip-card:hover { transform: translateY(-3px); box-shadow: var(--vip-shadow); }
.vip-icon {
  width: 42px; height: 42px;
  border-radius: 8px;
  background: #eaf1ef;
  color: var(--vip-green);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  font-size: 18px;
}
.vip-card h3 { font-size: 1.2rem; margin: 0 0 8px; }
.vip-card p { margin: 0; color: var(--vip-muted); font-size: 15.5px; }
.vip-card .vip-text-link { display: inline-block; margin-top: 14px; }

/* Process */
.vip-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: step;
}
.vip-step {
  position: relative;
  padding: 8px 8px 8px 0;
}
.vip-step-num {
  font-family: var(--vip-serif);
  font-size: 1.4rem;
  color: var(--vip-teal);
  font-weight: 700;
  margin-bottom: 8px;
}
.vip-step h3 { font-size: 1.05rem; margin: 0 0 6px; }
.vip-step p { margin: 0; color: var(--vip-muted); font-size: 14.5px; }

/* Carousels (books + editors) */
.vip-carousel {
  --vip-visible: 4;
  --vip-gap: 18px;
  position: relative;
  text-align: left;
}
.vip-carousel[data-desktop="6"] { --vip-visible: 6; }
.vip-carousel[data-desktop="4"] { --vip-visible: 4; }
.vip-carousel-viewport {
  overflow: hidden;
  width: 100%;
}
.vip-carousel-track {
  display: flex;
  gap: var(--vip-gap);
  transition: transform .7s ease;
  will-change: transform;
}
.vip-carousel-track > * {
  flex: 0 0 calc((100% - (var(--vip-visible) - 1) * var(--vip-gap)) / var(--vip-visible));
  width: calc((100% - (var(--vip-visible) - 1) * var(--vip-gap)) / var(--vip-visible));
  min-width: 0;
  box-sizing: border-box;
}
.vip-carousel-btn {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  padding: 0;
  font: inherit;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid var(--vip-line);
  background: #fff;
  color: var(--vip-green);
  box-shadow: 0 6px 18px rgba(28, 36, 33, 0.14);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vip-carousel-btn.is-prev { left: -8px; }
.vip-carousel-btn.is-next { right: -8px; }
.vip-carousel-btn:hover,
.vip-carousel-btn:focus {
  background: var(--vip-green);
  color: #fff;
  border-color: var(--vip-green);
  outline: 0;
}
.vip-carousel-btn[hidden] { display: none; }
@media (prefers-reduced-motion: reduce) {
  .vip-carousel-track { transition: none; }
}
@media (max-width: 900px) {
  .vip-carousel-btn.is-prev { left: 4px; }
  .vip-carousel-btn.is-next { right: 4px; }
}
.vip-book {
  text-decoration: none;
  color: inherit;
  display: block;
}
.vip-book-cover {
  background: #ece8de;
  aspect-ratio: 2/3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0 8px 18px rgba(28,36,33,.08);
}
.vip-book-cover img { width: 100%; height: 100%; object-fit: cover; }
.vip-book h3 {
  font-family: var(--vip-sans);
  font-size: 14.5px;
  line-height: 1.35;
  margin: 0 0 4px;
  font-weight: 700;
}
.vip-book p { margin: 0; font-size: 13px; color: var(--vip-muted); }

/* Testimonials */
.vip-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vip-quote {
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: var(--vip-radius);
  padding: 26px;
}
.vip-quote blockquote {
  margin: 0 0 16px;
  font-family: var(--vip-serif);
  font-size: 1.05rem;
  line-height: 1.5;
}
.vip-quote cite { font-style: normal; font-weight: 700; font-size: 14.5px; display: block; }

/* Editors */
.vip-editor {
  text-align: center;
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: var(--vip-radius);
  padding: 20px 14px;
}
.vip-editor img, .vip-avatar {
  width: 84px; height: 84px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 12px;
  display: block;
  background: #eaf1ef;
}
.vip-avatar {
  display: flex; align-items: center; justify-content: center;
  font-family: var(--vip-serif);
  font-weight: 700;
  color: var(--vip-green);
  font-size: 1.4rem;
}
.vip-editor h3 { font-size: 1rem; margin: 0 0 4px; }
.vip-editor p { margin: 0; font-size: 13.5px; color: var(--vip-muted); }

/* Distribution */
.vip-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px 42px;
  margin-top: 12px;
}
.vip-logos img { height: 36px; width: auto; object-fit: contain; filter: grayscale(.2); opacity: .9; }

/* Author account */
.vip-account {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 22px;
  align-items: stretch;
}
.vip-account-intro {
  background:
    radial-gradient(900px 240px at -10% -20%, rgba(255,255,255,.16), transparent 55%),
    linear-gradient(165deg, #2a6863 0%, var(--vip-green) 48%, var(--vip-green-dark) 100%);
  color: #fff;
  border-radius: 14px;
  padding: 42px 38px;
  box-shadow: var(--vip-shadow);
}
.vip-account-intro .vip-eyebrow { color: #d7e6e3; }
body.vip-site .vip-account-intro h2 { color: #fff !important; margin-bottom: 14px !important; }
.vip-account-intro > p {
  color: rgba(255,255,255,.88);
  margin: 0 0 22px;
  font-size: 1.05rem;
  max-width: 36em;
}
.vip-account-intro ul { margin: 0 0 28px; padding: 0; list-style: none; }
.vip-account-intro li {
  padding: 10px 0 10px 28px;
  position: relative;
  color: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.vip-account-intro li:last-child { border-bottom: 0; }
.vip-account-intro li:before {
  content: "";
  position: absolute;
  left: 0; top: 18px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--vip-gold);
  box-shadow: 0 0 0 4px rgba(154,123,69,.22);
}
.vip-account-actions {
  display: grid;
  grid-template-rows: 1fr 1fr auto;
  gap: 16px;
}
.vip-account-tile {
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 14px;
  padding: 26px 24px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(28, 36, 33, 0.05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.vip-account-tile:hover {
  transform: translateY(-3px);
  border-color: #c5d5d2;
  box-shadow: var(--vip-shadow);
  color: inherit;
}
.vip-account-tile .vip-icon { margin-bottom: 12px; }
body.vip-site .vip-account-tile h3 { margin: 0 0 8px !important; font-size: 1.25rem !important; }
.vip-account-tile p {
  margin: 0 0 16px;
  color: var(--vip-muted);
  font-size: 15.5px;
  flex: 1;
}
.vip-account-tile span {
  color: var(--vip-green);
  font-weight: 700;
  font-size: 15px;
}
.vip-account-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  background: #fff;
  border: 1px dashed #cfd8d5;
  border-radius: 14px;
  padding: 16px 20px;
  text-decoration: none;
  color: var(--vip-muted);
}
.vip-account-help strong { color: var(--vip-green); font-weight: 700; }
.vip-account-help:hover { border-color: var(--vip-teal); color: var(--vip-muted); }

/* FAQ */
.vip-faq { max-width: 820px; margin: 0 auto; }
.vip-faq-item { border-bottom: 1px solid var(--vip-line); }
.vip-faq-item button {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 16px 36px 16px 0;
  font-size: 17px;
  font-weight: 650;
  color: var(--vip-ink);
  cursor: pointer;
  position: relative;
  font-family: var(--vip-sans);
}
.vip-faq-item button:after {
  content: "+";
  position: absolute;
  right: 0; top: 16px;
  color: var(--vip-teal);
  font-size: 22px;
}
.vip-faq-item.is-open button:after { content: "\2212"; }
.vip-faq-item .vip-faq-a {
  display: none;
  padding: 0 0 16px;
  color: var(--vip-muted);
  font-size: 15.5px;
}
.vip-faq-item.is-open .vip-faq-a { display: block; }

/* Final CTA */
.vip-final {
  background: var(--vip-green-dark);
  color: #fff;
  text-align: center;
  padding: 72px 0;
}
.vip-final h2 { color: #fff; margin-bottom: 12px; }
.vip-final p { color: rgba(255,255,255,.82); max-width: 560px; margin: 0 auto 24px; }
.vip-final .vip-hero-ctas { justify-content: center; }

/* Footer */
.vip-footer {
  background: #102826;
  color: rgba(255,255,255,.78);
  padding: 56px 0 0;
  font-size: 14.5px;
}
.vip-footer a { color: rgba(255,255,255,.86); text-decoration: none; }
.vip-footer a:hover { color: #fff; }
.vip-footer h4 {
  font-family: var(--vip-sans);
  color: #fff;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.vip-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1.2fr;
  gap: 28px;
}
.vip-footer ul { list-style: none; margin: 0; padding: 0; }
.vip-footer li { margin: 0 0 8px; }
.vip-footer-brand p { margin: 12px 0 0; max-width: 280px; }
.vip-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 40px;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
}
.vip-news {
  background: #163330;
  padding: 22px;
  border-radius: 8px;
  margin-bottom: 36px;
}
.vip-news form { display: flex; flex-wrap: wrap; gap: 8px; }
.vip-news input {
  height: 44px;
  border: 0;
  border-radius: 6px;
  padding: 0 12px;
  min-width: 180px;
  flex: 1;
}
.vip-news h3 { color: #fff; font-size: 1.15rem; margin: 0 0 6px; font-family: var(--vip-serif); }
.vip-news-inline {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.45;
}
.vip-news-inline.is-error { color: #ffb4a8; }
.vip-news-inline.is-ok { color: #b7d7c8; }
#vip-newsletter-submit.is-busy { opacity: .72; cursor: wait; }

html.vip-nl-open { overflow: hidden; }
.vip-nl-overlay[hidden] { display: none !important; }
.vip-nl-overlay {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.vip-nl-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 40, 38, .55);
  backdrop-filter: blur(2px);
}
.vip-nl-dialog {
  position: relative;
  width: min(100%, 420px);
  background: var(--vip-paper);
  color: var(--vip-ink);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(16, 40, 38, .28);
  padding: 32px 28px 28px;
  text-align: center;
  animation: vip-nl-in .28s ease-out;
}
@keyframes vip-nl-in {
  from { opacity: 0; transform: translateY(10px) scale(.98); }
  to { opacity: 1; transform: none; }
}
.vip-nl-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  color: var(--vip-muted);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  width: 36px;
  height: 36px;
}
.vip-nl-close:hover { color: var(--vip-ink); }
.vip-nl-mark {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(27, 77, 74, .1);
  color: var(--vip-green);
}
.vip-nl-dialog h2 {
  margin: 0 0 8px;
  font-family: var(--vip-serif);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--vip-green);
  line-height: 1.25;
}
.vip-nl-lead {
  margin: 0 0 6px;
  font-size: 16px;
  color: var(--vip-ink);
}
.vip-nl-meta {
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--vip-muted);
}
.vip-nl-meta strong { color: var(--vip-ink); font-weight: 600; }
.vip-nl-copy {
  margin: 0 0 22px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--vip-muted);
}
.vip-nl-done { width: 100%; justify-content: center; }
.vip-nl-mark.is-error,
.vip-nl-dialog.is-error .vip-nl-mark {
  background: rgba(160, 60, 48, .1);
  color: #a03c30;
}
.vip-nl-dialog.is-error h2 { color: #a03c30; }
.vip-nl-icon-err[hidden],
.vip-nl-icon-ok[hidden] { display: none !important; }

@media (prefers-reduced-motion: reduce) {
  .vip-nl-dialog { animation: none; }
}

/* About Us page */
.vip-about-hero {
  background: linear-gradient(180deg, #eef4f1 0%, var(--vip-paper) 100%);
  padding: 36px 0 48px;
  overflow: hidden;
}
.vip-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 13.5px;
  color: var(--vip-muted);
  margin-bottom: 28px;
}
.vip-breadcrumb a { color: var(--vip-green); text-decoration: none; font-weight: 600; }
.vip-breadcrumb a:hover { text-decoration: underline; }
.vip-about-hero h1 {
  font-family: var(--vip-serif);
  font-size: clamp(2.4rem, 4.6vw, 3.6rem);
  line-height: 1.12;
  margin: 0 0 18px;
  color: var(--vip-ink);
}
.vip-about-points { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vip-about-strip {
  background: var(--vip-cream);
  color: var(--vip-ink);
  padding: 36px 0;
  border-top: 1px solid var(--vip-line);
  border-bottom: 1px solid var(--vip-line);
}
.vip-about-strip-item {
  text-align: left;
  padding: 8px 10px;
}
.vip-about-strip-item .vip-icon {
  background: #fff;
  border: 1px solid var(--vip-line);
  margin-bottom: 12px;
}
.vip-about-strip-item h3 {
  font-family: var(--vip-serif);
  font-size: 1.05rem;
  margin: 0 0 6px;
  color: var(--vip-ink);
}
.vip-about-strip-item p {
  margin: 0;
  font-size: 14.5px;
  color: var(--vip-muted);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.vip-about-story {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: center;
}
.vip-about-story > div > p {
  color: var(--vip-muted);
  margin: 0 0 16px;
  font-size: 1.05rem;
}
.vip-about-cover-stack {
  position: relative;
  min-height: 360px;
  max-width: 340px;
}
.vip-about-cover-stack img {
  position: absolute;
  width: 58%;
  aspect-ratio: 2/3;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 16px 36px rgba(28, 36, 33, .16);
  background: #ece8de;
}
.vip-about-cover-stack img.is-1 { left: 0; top: 28px; z-index: 1; transform: rotate(-6deg); }
.vip-about-cover-stack img.is-2 { left: 22%; top: 0; z-index: 2; }
.vip-about-cover-stack img.is-3 { right: 0; top: 42px; z-index: 3; transform: rotate(5deg); }
.vip-about-story-fallback {
  min-height: 320px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.35), transparent 50%),
    linear-gradient(160deg, #2a6863, var(--vip-green-dark));
}
.vip-about-quote {
  margin: 28px 0 0;
  padding: 20px 0 0 20px;
  border-left: 3px solid var(--vip-teal);
}
.vip-about-quote p {
  font-family: var(--vip-serif);
  font-size: 1.2rem;
  font-style: italic;
  color: var(--vip-ink) !important;
  margin: 0 0 8px !important;
  line-height: 1.45;
}
.vip-about-quote cite {
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  color: var(--vip-muted);
}
.vip-about-values ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
.vip-about-values li {
  position: relative;
  padding: 7px 0 7px 22px;
  color: var(--vip-muted);
  font-size: 15px;
  border-bottom: 1px solid var(--vip-line);
}
.vip-about-values li:last-child { border-bottom: 0; }
.vip-about-values li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--vip-teal);
}
.vip-about-steps {
  grid-template-columns: repeat(4, 1fr);
}
.vip-about-audience {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}
.vip-about-audience span {
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  color: var(--vip-ink);
}
.vip-about-trust {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 28px;
  align-items: start;
  margin-top: 8px;
}
.vip-about-trust-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.vip-about-trust-list li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid var(--vip-line);
  color: var(--vip-muted);
}
.vip-about-trust-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--vip-gold);
  box-shadow: 0 0 0 4px rgba(154,123,69,.18);
}
.vip-about-legal {
  background: var(--vip-cream);
  border: 1px solid var(--vip-line);
  border-radius: var(--vip-radius);
  padding: 22px 24px;
}
.vip-about-legal h3 {
  font-family: var(--vip-serif);
  font-size: 1.15rem;
  margin: 0 0 8px;
}
.vip-about-legal p { margin: 0; color: var(--vip-muted); font-size: 15px; }
.vip-about-legal a { color: var(--vip-green); font-weight: 650; }
.vip-about-policy-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: var(--vip-radius);
  padding: 22px;
  box-shadow: 0 8px 24px rgba(28,36,33,.05);
}
.vip-about-policy-links a {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--vip-line);
  border-radius: 8px;
  color: var(--vip-green);
  text-decoration: none;
  font-weight: 650;
  font-size: 15px;
  background: var(--vip-paper);
}
.vip-about-policy-links a:hover {
  border-color: var(--vip-teal);
  background: #fff;
}

@media (max-width: 1100px) {
  .vip-grid-4, .vip-steps { grid-template-columns: repeat(2, 1fr); }
  .vip-about-steps { grid-template-columns: repeat(2, 1fr); }
  .vip-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .vip-home-hero-inner { grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); }
  .vip-home-hero-copy { max-width: 520px; }
  .vip-home-features { grid-template-columns: 1fr 1fr; gap: 12px 10px; }
  .vip-ch-merge-inner { grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); }
  .vip-ch-merge-copy { max-width: 520px; }
  .vip-ch-merge-features { grid-template-columns: 1fr 1fr; gap: 12px 10px; }
  .vip-nav, .vip-header .vip-nav > .vip-btn-primary { display: none; }
  .vip-header .vip-menu-toggle { display: inline-flex; }
  .vip-header-inner { min-height: 64px; gap: 16px; }
  .vip-topbar-left .vip-hide-sm { display: none; }
  .vip-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    left: 0; right: 0; top: 100%;
    background: #fff;
    border-bottom: 1px solid var(--vip-line);
    padding: 12px max(20px, calc((100% - min(100% - 40px, var(--vip-wrap))) / 2 + 20px)) 20px;
    box-shadow: var(--vip-shadow);
    max-height: min(78vh, 640px);
    overflow: auto;
    z-index: 9100;
  }
  .vip-nav.is-open .vip-dropdown-menu { position: static; display: block; box-shadow: none; border: 0; }
  .vip-nav.is-open .vip-btn-primary { display: inline-flex; margin-top: 8px; width: 100%; justify-content: center; }
  body.vip-nav-open { overflow: hidden; }
  .vip-topbar-inner {
    min-height: 40px;
    justify-content: flex-end;
  }
  .vip-topbar-right {
    width: 100%;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .vip-topbar-right .vip-topbar-secondary {
    display: none;
  }
  .vip-topbar-right a {
    white-space: nowrap;
    font-size: 12.5px;
    font-weight: 650;
    letter-spacing: 0.01em;
    padding: 7px 11px;
    border-radius: 999px;
    line-height: 1.2;
  }
  .vip-topbar-right a.vip-topbar-login,
  .vip-topbar-right a.vip-topbar-account {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.12);
  }
  body.vip-site .vip-topbar-right a.vip-topbar-signup {
    background: #fff !important;
    color: #023030 !important;
  }
  body.vip-site .vip-topbar-right a.vip-topbar-signup:hover {
    background: #eef5f3 !important;
    color: #012421 !important;
  }
  .vip-topbar-right a.vip-topbar-cart {
    background: rgba(255, 255, 255, 0.16);
    color: #fff !important;
  }
  .vip-nav.is-open .vip-nav-mobile-extra {
    display: inline-flex !important;
  }
}
@media (max-width: 900px) {
  .vip-hero-grid, .vip-account, .vip-about-story, .vip-about-trust { grid-template-columns: 1fr; }
  .vip-account-actions { grid-template-rows: none; }
  .vip-about-cover-stack { margin: 0 auto 12px; }
  .vip-about-points { grid-template-columns: 1fr; }
  .vip-grid-3, .vip-quotes, .vip-strip-grid { grid-template-columns: 1fr 1fr; }
  .vip-hero, .vip-about-hero { padding-top: 32px; }
  .vip-home-hero {
    min-height: 0;
    padding: 28px 0 0;
  }
  .vip-home-hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .vip-home-hero-copy {
    max-width: none;
    padding-bottom: 20px;
  }
  .vip-home-hero h1 {
    font-size: clamp(2rem, 8.2vw, 2.75rem);
  }
  .vip-home-hero .vip-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }
  .vip-home-hero .vip-hero-ctas .vip-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .vip-home-features {
    grid-template-columns: 1fr 1fr;
    gap: 16px 14px;
    text-align: center;
  }
  .vip-home-features li { align-items: center; }
  .vip-home-hero-visual {
    display: none;
  }
  .vip-home-hero {
    min-height: 0;
    padding-bottom: 28px;
  }
  .vip-home-hero-copy { order: 1; padding-bottom: 8px; }
  .vip-ch-merge-hero {
    min-height: 0;
    padding: 24px 0 0;
  }
  .vip-ch-merge-inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .vip-ch-merge-copy {
    max-width: none;
    padding-bottom: 18px;
    order: 1;
  }
  .vip-ch-merge-hero h1,
  body.vip-site .vip-ch-merge-hero h1 {
    font-size: clamp(2.2rem, 8vw, 2.85rem) !important;
    max-width: none;
  }
  .vip-ch-merge-hero .vip-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }
  .vip-ch-merge-hero .vip-hero-ctas .vip-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .vip-ch-merge-features {
    grid-template-columns: 1fr 1fr;
    gap: 16px 14px;
    text-align: center;
  }
  .vip-ch-merge-features li { align-items: center; }
  .vip-ch-merge-visual {
    display: none;
  }
}
@media (max-width: 640px) {
  .vip-wrap { width: min(100% - 28px, var(--vip-wrap)); }
  .vip-section { padding: 56px 0; }
  .vip-grid-3, .vip-grid-4, .vip-quotes, .vip-strip-grid, .vip-steps, .vip-footer-grid, .vip-about-steps {
    grid-template-columns: 1fr;
  }
  .vip-hero-points { grid-template-columns: 1fr; }
  .vip-topbar-inner { min-height: 32px; }
  .vip-topbar-left { display: none; }
  .vip-about-audience span { width: 100%; justify-content: center; }
  .vip-home-hero { padding-top: 22px; }
  .vip-home-features li > span:last-child { font-size: 12px; }
  .vip-ch-merge-hero { padding-top: 18px; }
  .vip-ch-merge-features li > span:last-child { font-size: 12px; }
}

/* Publish Book Chapter portal — soft-merge hero */
.vip-ch-hero {
  background: linear-gradient(180deg, #eef4f1 0%, var(--vip-paper) 100%);
  padding: 36px 0 48px;
}
.vip-ch-merge-hero {
  position: relative;
  min-height: clamp(520px, 72vh, 640px);
  padding: 28px 0 24px;
  background:
    radial-gradient(ellipse 42% 70% at 8% 40%, #f5f8f6 0%, transparent 68%),
    linear-gradient(180deg, #fffcf7 0%, #faf7f1 100%);
  overflow: hidden;
}
.vip-ch-merge-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 12px 28px;
  align-items: center;
  min-height: inherit;
}
.vip-ch-merge-copy {
  position: relative;
  z-index: 2;
  max-width: 540px;
  padding: 8px 0 12px;
  animation: vip-home-hero-rise 0.85s ease-out both;
}
.vip-ch-merge-hero .vip-breadcrumb {
  margin: 0 0 14px;
}
.vip-ch-merge-hero .vip-eyebrow {
  margin-bottom: 12px;
}
.vip-ch-merge-hero h1,
body.vip-site .vip-ch-merge-hero h1 {
  font-family: var(--vip-serif) !important;
  font-size: clamp(2.55rem, 5vw, 3.75rem) !important;
  line-height: 1.1 !important;
  margin: 0 0 14px !important;
  letter-spacing: -0.02em;
  max-width: none;
  color: #1b4d4a !important;
}
.vip-ch-merge-hero h1 .vip-ch-h1-line {
  display: block;
}
.vip-ch-merge-hero .vip-hero-copy {
  max-width: 34rem;
  margin-bottom: 22px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.vip-ch-merge-hero .vip-hero-ctas {
  margin-bottom: 0;
}
.vip-ch-merge-features {
  list-style: none;
  margin: 22px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(27, 77, 74, 0.12);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 12px;
}
.vip-ch-merge-features li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  min-width: 0;
}
.vip-ch-feat-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--vip-green);
  font-size: 18px;
  line-height: 1;
}
.vip-ch-feat-ico i { line-height: 1; }
.vip-ch-merge-features li > span:last-child {
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.3;
  color: #3a4541;
  letter-spacing: 0.01em;
}
.vip-ch-merge-visual {
  position: relative;
  min-height: clamp(380px, 56vh, 540px);
  margin-right: calc(-1 * min(280px, max(16px, (100vw - var(--vip-wrap)) / 2)));
}
.vip-ch-merge-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  display: block;
  animation: vip-home-hero-drift 20s ease-in-out infinite alternate;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.25) 10%,
    rgba(0, 0, 0, 0.8) 26%,
    #000 40%,
    #000 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.25) 10%,
    rgba(0, 0, 0, 0.8) 26%,
    #000 40%,
    #000 100%
  );
}
.vip-ch-merge-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #fffcf7 0%,
    rgba(255, 252, 247, 0.82) 8%,
    rgba(255, 252, 247, 0.28) 24%,
    transparent 42%
  );
}
.vip-ch-merge-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 16%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(255, 252, 247, 0.45), transparent);
}
@media (prefers-reduced-motion: reduce) {
  .vip-ch-merge-copy { animation: none; }
  .vip-ch-merge-img { animation: none; transform: none; }
}
.vip-ch-hero h1 {
  font-family: var(--vip-serif);
  font-size: clamp(2.2rem, 4.2vw, 3.3rem);
  line-height: 1.15;
  margin: 0 0 16px;
  color: var(--vip-ink);
}
.vip-ch-points { grid-template-columns: 1fr 1fr; }
.vip-ch-portal {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.vip-ch-sidebar {
  position: sticky;
  top: calc(var(--vip-header-h) + 24px);
}
.vip-ch-sidebar-inner {
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 12px;
  padding: 22px 18px;
  box-shadow: 0 8px 24px rgba(28,36,33,.04);
}
.vip-ch-side-title {
  font-family: var(--vip-serif);
  font-size: 1.25rem;
  margin: 0 0 14px;
  color: var(--vip-ink);
}
.vip-ch-search-label {
  position: absolute;
  left: -9999px;
}
.vip-ch-search {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--vip-line);
  border-radius: 8px;
  padding: 0 12px;
  background: var(--vip-paper);
  margin-bottom: 18px;
}
.vip-ch-search svg { color: var(--vip-muted); flex: 0 0 auto; }
.vip-ch-search input {
  width: 100%;
  border: 0;
  background: transparent;
  height: 44px;
  font: inherit;
  color: var(--vip-ink);
  outline: 0;
}
.vip-ch-subjects-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.vip-ch-subjects-head h3 {
  margin: 0;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--vip-muted);
  font-family: var(--vip-sans);
}
.vip-ch-clear-link {
  border: 0;
  background: none;
  color: var(--vip-green);
  font: inherit;
  font-weight: 650;
  font-size: 13px;
  cursor: pointer;
  padding: 0;
}
.vip-ch-subjects {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 420px;
  overflow: auto;
}
.vip-ch-subject {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
  border: 0;
  background: transparent;
  border-radius: 8px;
  padding: 10px 10px;
  cursor: pointer;
  font: inherit;
  color: var(--vip-ink);
}
.vip-ch-subject:hover,
.vip-ch-subject:focus {
  background: #eef4f1;
  outline: 0;
}
.vip-ch-subject.is-active {
  background: var(--vip-green);
  color: #fff;
}
.vip-ch-count {
  font-size: 12px;
  font-weight: 700;
  min-width: 24px;
  text-align: center;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(27,77,74,.08);
}
.vip-ch-subject.is-active .vip-ch-count {
  background: rgba(255,255,255,.2);
  color: #fff;
}
.vip-ch-help {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--vip-line);
}
.vip-ch-help p {
  margin: 0 0 10px;
  color: var(--vip-muted);
  font-size: 14.5px;
}
.vip-ch-main-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}
.vip-ch-lead {
  color: var(--vip-muted);
  max-width: none;
  margin: 0;
}
.vip-ch-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.vip-ch-mobile-filters { display: none; }
.vip-ch-toolbar-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.vip-ch-result-count {
  margin: 0;
  font-weight: 700;
  color: var(--vip-ink);
  font-size: 14.5px;
}
.vip-ch-sort-label {
  font-size: 13px;
  color: var(--vip-muted);
}
#vip-ch-sort {
  height: 40px;
  border: 1px solid var(--vip-line);
  border-radius: 8px;
  padding: 0 10px;
  background: #fff;
  font: inherit;
}
.vip-ch-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.vip-ch-chip {
  border: 1px solid var(--vip-line);
  background: #fff;
  color: var(--vip-green);
  border-radius: 999px;
  padding: 7px 12px;
  font: inherit;
  font-size: 13.5px;
  font-weight: 650;
  cursor: pointer;
}
.vip-ch-chip.is-clear { color: var(--vip-muted); }
.vip-ch-results { display: grid; gap: 14px; }
.vip-ch-card {
  display: grid;
  grid-template-columns: 110px minmax(0, 1.3fr) minmax(140px, .7fr) minmax(150px, .6fr);
  gap: 18px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 6px 18px rgba(28,36,33,.04);
}
.vip-ch-cover {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  background: #ece8de;
  aspect-ratio: 2/3;
}
.vip-ch-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vip-ch-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--vip-green);
  background: #eaf1ef;
  border-radius: 999px;
  padding: 4px 9px;
  margin-bottom: 8px;
}
.vip-ch-card-body h3 {
  font-family: var(--vip-serif);
  font-size: 1.15rem;
  margin: 0 0 6px;
  line-height: 1.3;
}
.vip-ch-card-body h3 a {
  color: inherit;
  text-decoration: none;
}
.vip-ch-card-body h3 a:hover { color: var(--vip-green); }
.vip-ch-meta {
  margin: 0 0 4px;
  color: var(--vip-muted);
  font-size: 14px;
}
.vip-ch-card-facts {
  display: grid;
  gap: 12px;
  font-size: 13.5px;
}
.vip-ch-card-facts span {
  display: block;
  color: var(--vip-muted);
  font-size: 12px;
  margin-bottom: 2px;
}
.vip-ch-card-facts strong {
  font-weight: 650;
  color: var(--vip-ink);
  line-height: 1.35;
}
.vip-ch-fee-hint {
  margin: 0;
  font-size: 12px;
  color: var(--vip-muted);
}
.vip-ch-card-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}
.vip-ch-card-actions .vip-btn { justify-content: center; text-align: center; }
.vip-ch-empty {
  text-align: center;
  background: #fff;
  border: 1px dashed #cfd8d5;
  border-radius: 12px;
  padding: 48px 24px;
}
.vip-ch-empty h3 {
  font-family: var(--vip-serif);
  margin: 0 0 8px;
}
.vip-ch-empty p { color: var(--vip-muted); margin: 0 0 18px; }
.vip-ch-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.vip-ch-excerpt {
  margin: 10px 0 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--vip-muted, #5a6a66);
}
.vip-ch-aff { color: var(--vip-muted, #5a6a66); font-weight: 500; }
.vip-ch-intro { padding-top: 28px; padding-bottom: 8px; }
.vip-ch-intro-note {
  max-width: 720px;
  margin: 14px auto 0;
  font-size: 0.95rem;
  color: var(--vip-muted, #5a6a66);
  line-height: 1.55;
}
.vip-ch-checklist {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 0 0 1.2em;
  line-height: 1.7;
  color: var(--vip-ink, #12201e);
}
.vip-ch-checklist a { color: var(--vip-green, #1b4d4a); font-weight: 600; }
.vip-ch-subject-pills {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.vip-ch-subject-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid #d7e2de;
  border-radius: 999px;
  text-decoration: none;
  color: var(--vip-ink, #12201e);
  background: #fff;
  font-weight: 600;
  font-size: 0.92rem;
}
.vip-ch-subject-pill em {
  font-style: normal;
  font-size: 0.8rem;
  color: var(--vip-muted, #5a6a66);
  background: #eef5f3;
  padding: 2px 8px;
  border-radius: 999px;
}
.vip-ch-subject-pill:hover { border-color: #9bb8b1; }
.vip-ch-steps-5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1100px) {
  .vip-ch-steps-5 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .vip-ch-steps-5 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .vip-ch-steps-5 { grid-template-columns: 1fr; }
}
.vip-ch-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}
.vip-ch-page-info { color: var(--vip-muted); font-size: 14px; }
.vip-ch-page-btns { display: flex; flex-wrap: wrap; gap: 6px; }
.vip-ch-page-btn {
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid var(--vip-line);
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  color: var(--vip-ink);
}
.vip-ch-page-btn.is-active,
.vip-ch-page-btn:hover:not(:disabled) {
  background: var(--vip-green);
  border-color: var(--vip-green);
  color: #fff;
}
.vip-ch-page-btn:disabled { opacity: .45; cursor: not-allowed; }
.vip-ch-steps { grid-template-columns: repeat(3, 1fr); }
.vip-ch-fees {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  margin-top: 8px;
}
.vip-ch-fee-card,
.vip-ch-fee-note {
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 12px;
  padding: 24px;
}
.vip-ch-fee-card ul { list-style: none; margin: 12px 0 0; padding: 0; }
.vip-ch-fee-card li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--vip-line);
  color: var(--vip-muted);
}
.vip-ch-fee-card li:last-child { border-bottom: 0; }
.vip-ch-fee-card strong { color: var(--vip-ink); }
.vip-ch-fee-note p { color: var(--vip-muted); margin: 0 0 12px; }
.vip-ch-link-card { text-decoration: none; color: inherit; display: block; }
.vip-ch-link-card span { color: var(--vip-green); font-weight: 700; display: inline-block; margin-top: 12px; }
.vip-ch-editor-book {
  margin-top: 8px !important;
  font-size: 12.5px !important;
  color: var(--vip-green) !important;
}
.vip-ch-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(16,40,38,.45);
  z-index: 9500;
}
body.vip-ch-drawer-open { overflow: hidden; }

@media (max-width: 1100px) {
  .vip-ch-card {
    grid-template-columns: 100px minmax(0, 1fr);
  }
  .vip-ch-card-facts,
  .vip-ch-card-actions {
    grid-column: 1 / -1;
  }
  .vip-ch-card-actions { flex-direction: row; flex-wrap: wrap; }
  .vip-ch-fees { grid-template-columns: 1fr 1fr; }
  .vip-ch-fee-note { grid-column: 1 / -1; }
  .vip-ch-steps { grid-template-columns: repeat(2, 1fr); }
  .vip-ch-portal { grid-template-columns: 1fr; }
  .vip-ch-mobile-filters { display: inline-flex; }
  .vip-ch-sidebar {
    position: fixed;
    top: 0; left: 0; bottom: 0;
    width: min(92vw, 360px);
    z-index: 9600;
    transform: translateX(-105%);
    transition: transform .25s ease;
    overflow: auto;
    background: #fff;
    padding: 16px;
    box-shadow: var(--vip-shadow);
  }
  .vip-ch-sidebar.is-open { transform: translateX(0); }
  .vip-ch-sidebar-inner { box-shadow: none; border: 0; padding: 8px; }
  .vip-ch-main-head { flex-direction: column; }
}
@media (max-width: 900px) {
  .vip-ch-points { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .vip-ch-card { grid-template-columns: 1fr; }
  .vip-ch-cover { max-width: 160px; margin: 0 auto; }
  .vip-ch-fees,
  .vip-ch-steps { grid-template-columns: 1fr; }
  .vip-ch-card-actions { flex-direction: column; }
  .vip-ch-view-all { width: 100%; justify-content: center; }
}

/* Chapter opportunity details */
.vip-cd-hero {
  background: linear-gradient(180deg, #eef5f3 0%, #f7faf9 100%);
  padding: 28px 0 0;
  overflow: hidden;
}
.vip-cd-hero-v2 {
  position: relative;
  background:
    radial-gradient(ellipse 55% 80% at 100% 20%, rgba(2,48,48,.08), transparent 55%),
    linear-gradient(180deg, #fbfdfc 0%, #eef5f3 55%, #f7faf9 100%);
}
.vip-cd-hero-top {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px 36px;
  align-items: stretch;
  padding-bottom: 28px;
}
.vip-cd-cover-wrap { max-width: 220px; }
.vip-cd-cover {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(2,48,48,.16);
  display: block;
  background: #fff;
}
.vip-cd-hero-copy {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  align-self: stretch;
}
.vip-cd-hero-copy .vip-hero-ctas {
  margin-top: auto;
  padding-top: 18px;
}
.vip-cd-cover-empty {
  aspect-ratio: 2/3;
  background:
    radial-gradient(ellipse 70% 50% at 50% 18%, rgba(255,255,255,.12), transparent 55%),
    linear-gradient(160deg, #023030, #0f5c54);
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.88);
  font-family: var(--vip-serif);
  font-size: 1.05rem;
  text-align: center;
  padding: 18px;
  line-height: 1.35;
}
.vip-cd-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: #e8f3f0;
  color: #023030;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.vip-cd-badge.is-closed {
  background: #f3e8e6;
  color: #8a3b32;
}
.vip-cd-hero h1,
body.vip-site .vip-cd-hero h1 {
  font-family: var(--vip-serif) !important;
  font-size: clamp(1.4rem, 2vw, 1.85rem) !important;
  line-height: 1.25 !important;
  margin: 0 0 16px !important;
  color: #023030 !important;
  max-width: min(100%, 22em);
}
.vip-cd-hero-copy .vip-cd-editor-cards,
.vip-cd-hero-copy .vip-cd-editor-needed-mini {
  margin-bottom: 0;
}
.vip-cd-lead {
  margin: 0 0 18px;
  color: #5a6a66;
  font-size: 1.02rem;
  line-height: 1.6;
  max-width: 40rem;
}
.vip-cd-editor-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}
.vip-cd-ed-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 10px 12px;
  align-items: center;
  background: #fff;
  border: 1px solid #d7e2de;
  border-radius: 12px;
  padding: 12px;
  position: relative;
  box-shadow: 0 6px 16px rgba(2,48,48,.04);
}
.vip-cd-ed-card img,
.vip-cd-ed-card .vip-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.vip-cd-ed-card strong {
  display: block;
  color: #12201e;
  font-size: 14.5px;
  line-height: 1.3;
}
.vip-cd-ed-card span:not(.vip-cd-ed-role) {
  display: block;
  color: #5a6a66;
  font-size: 12.5px;
  line-height: 1.35;
  margin-top: 2px;
}
.vip-cd-ed-role {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: #e8f3f0;
  color: #023030;
  padding: 3px 8px;
  border-radius: 999px;
}
.vip-cd-ed-role.is-co { background: #eef2f8; color: #2a4570; }
.vip-cd-editor-needed-mini {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0 0 18px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #d7e2de;
  border-radius: 12px;
}
.vip-cd-meta-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  background: #fff;
  border: 1px solid #d7e2de;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 10px 24px rgba(2,48,48,.05);
  margin-bottom: 8px;
}
.vip-cd-meta-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.vip-cd-meta-ico {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e8f3f0;
  color: #023030;
  flex: 0 0 auto;
  font-size: 14px;
}
.vip-cd-meta-item span {
  display: block;
  font-size: 11.5px;
  font-weight: 650;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #5a6a66;
}
.vip-cd-meta-item strong {
  display: block;
  margin-top: 2px;
  color: #12201e;
  font-size: 14px;
  line-height: 1.35;
}

.vip-cd-tabs {
  position: sticky;
  top: var(--vip-header-h);
  z-index: 40;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid #d7e2de;
  backdrop-filter: blur(8px);
}
.vip-cd-tabs-inner {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding: 0;
}
.vip-cd-tabs a {
  flex: 0 0 auto;
  padding: 14px 14px;
  color: #5a6a66 !important;
  text-decoration: none !important;
  font-weight: 650;
  font-size: 14px;
  border-bottom: 2px solid transparent;
}
.vip-cd-tabs a:hover,
.vip-cd-tabs a.is-active {
  color: #023030 !important;
  border-bottom-color: #023030;
}

.vip-cd-section { padding-top: 40px; background: #f7faf9; }
.vip-cd-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}
.vip-cd-block {
  margin-bottom: 22px;
  background: #fff;
  border: 1px solid #d7e2de;
  border-radius: 14px;
  padding: 24px 22px;
  box-shadow: 0 6px 16px rgba(2,48,48,.03);
}
.vip-cd-muted {
  color: #5a6a66;
  margin: 0 0 14px;
}
.vip-cd-prose {
  color: #2a3d39;
  line-height: 1.7;
}
.vip-cd-prose p { margin: 0 0 14px; }
.vip-cd-pullquote {
  margin: 18px 0 0;
  padding: 18px 18px 16px;
  border-radius: 12px;
  background: linear-gradient(160deg, #e8f3f0, #f7faf9);
  border: 1px solid #d7e2de;
}
.vip-cd-pullquote p {
  margin: 0 0 8px;
  font-family: var(--vip-serif);
  font-size: 1.15rem;
  font-style: italic;
  color: #023030;
  line-height: 1.45;
}
.vip-cd-pullquote footer {
  color: #5a6a66;
  font-size: 13px;
  font-weight: 600;
}
.vip-cd-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.vip-cd-chips span {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #b7cbc5;
  background: #eef5f3;
  color: #023030;
  font-size: 13px;
  font-weight: 600;
}
.vip-cd-why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.vip-cd-why-item {
  text-align: center;
  padding: 14px 10px;
  border: 1px solid #e6eeeb;
  border-radius: 12px;
  background: #fbfdfc;
}
.vip-cd-why-ico {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #023030;
  color: #fff !important;
  font-size: 16px;
}
.vip-cd-why-ico i {
  color: #fff !important;
  line-height: 1;
}
.vip-cd-why-item strong {
  display: block;
  color: #023030;
  font-size: 13.5px;
  margin-bottom: 4px;
}
.vip-cd-why-item > span:not(.vip-cd-why-ico) {
  display: block;
  color: #5a6a66;
  font-size: 12.5px;
  line-height: 1.4;
}
.vip-cd-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}
.vip-cd-checklist li {
  position: relative;
  padding: 0 0 0 26px;
  color: #2a3d39;
  line-height: 1.45;
}
.vip-cd-checklist li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #023030;
  font-weight: 700;
}
.vip-cd-process-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.vip-cd-process-step {
  background: #f7faf9;
  border: 1px solid #d7e2de;
  border-radius: 10px;
  padding: 14px 10px;
  text-align: center;
}
.vip-cd-process-step span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #023030;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
}
.vip-cd-process-step strong {
  display: block;
  color: #023030;
  font-size: 13.5px;
  margin-bottom: 4px;
}
.vip-cd-process-step em {
  display: block;
  font-style: normal;
  color: #5a6a66;
  font-size: 12px;
  line-height: 1.35;
}
.vip-cd-subhead {
  font-size: 1rem;
  margin: 0 0 10px;
  color: #023030;
}
.vip-cd-editor {
  display: flex;
  gap: 14px;
  align-items: center;
  background: #f7faf9;
  border: 1px solid #d7e2de;
  border-radius: 12px;
  padding: 14px;
  position: relative;
}
.vip-cd-editor .vip-cd-ed-role {
  position: static;
  display: inline-block;
  margin-bottom: 6px;
}
.vip-cd-editor img,
.vip-cd-editor .vip-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}
.vip-cd-editor h4 {
  margin: 4px 0 4px;
  color: #12201e;
  font-size: 1.05rem;
}
.vip-cd-editor p {
  margin: 0;
  color: #5a6a66;
  font-size: 14px;
}
.vip-cd-editor-grid { display: grid; gap: 12px; }
.vip-cd-faq {
  max-width: none;
  margin: 0;
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}
.vip-cd-faq .vip-faq-item {
  border-bottom: 1px solid #e6eeeb;
}
.vip-cd-faq .vip-faq-item button {
  font-weight: 700;
  color: #12201e;
  padding: 14px 40px 14px 0;
}
.vip-cd-faq .vip-faq-item button:after {
  color: #023030;
  top: 50%;
  transform: translateY(-50%);
}

.vip-cd-sidebar {
  position: sticky;
  top: calc(var(--vip-header-h) + 56px);
  display: grid;
  gap: 14px;
}
.vip-cd-side-card {
  background: #fff;
  border: 1px solid #d7e2de;
  border-radius: 14px;
  padding: 18px 16px;
  box-shadow: 0 8px 20px rgba(2,48,48,.04);
}
.vip-cd-side-card h2,
.vip-cd-side-card h3 {
  color: #023030 !important;
  margin: 0 0 12px !important;
  font-family: var(--vip-serif);
}
.vip-cd-side-card h2 { font-size: 1.3rem; }
.vip-cd-side-card h3 { font-size: 1.1rem; }
.vip-cd-fee-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
.vip-cd-fee-row > div,
.vip-cd-fee-optional {
  background: #f7faf9;
  border: 1px solid #e6eeeb;
  border-radius: 10px;
  padding: 10px;
}
.vip-cd-fee-row span,
.vip-cd-fee-optional span {
  display: block;
  font-size: 12px;
  color: #5a6a66;
  margin-bottom: 4px;
}
.vip-cd-fee-row strong,
.vip-cd-fee-optional strong {
  color: #023030;
  font-size: 1.05rem;
}
.vip-cd-fee-optional { margin-bottom: 14px; }
.vip-cd-fee-card ul {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}
.vip-cd-fee-card li {
  position: relative;
  padding: 0 0 8px 22px;
  color: #2a3d39;
  font-size: 14px;
}
.vip-cd-fee-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #023030;
  font-weight: 700;
}
.vip-cd-fee-card .vip-btn { width: 100%; justify-content: center; }
.vip-cd-fee-note {
  margin: 10px 0 0;
  font-size: 12.5px;
  color: #5a6a66;
}
.vip-cd-dates { list-style: none; margin: 0; padding: 0; }
.vip-cd-dates li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #e6eeeb;
}
.vip-cd-dates li:last-child { border-bottom: 0; }
.vip-cd-dates span {
  margin: 0;
  color: #5a6a66;
  font-size: 14px;
  line-height: 1.35;
}
.vip-cd-dates strong {
  color: #023030;
  font-size: 14px;
  line-height: 1.35;
  text-align: right;
  font-weight: 700;
}
.vip-ch-deadline span {
  display: block;
  color: var(--vip-muted);
  font-size: 12px;
  margin-bottom: 2px;
}
.vip-ch-deadline strong {
  display: block;
  color: #023030;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}
.vip-cd-resources {
  display: grid;
  gap: 8px;
}
.vip-cd-resources a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #e6eeeb;
  border-radius: 10px;
  background: #f7faf9;
  color: #023030 !important;
  text-decoration: none !important;
  font-weight: 650;
  font-size: 13.5px;
}
.vip-cd-resources a em {
  font-style: normal;
  color: #5a6a66;
  font-weight: 600;
}
.vip-cd-resources a:hover { border-color: #023030; background: #fff; }
.vip-cd-final {
  background:
    radial-gradient(ellipse 60% 80% at 15% 50%, rgba(255,255,255,.08), transparent 55%),
    linear-gradient(135deg, #023030 0%, #0a423a 55%, #012421 100%) !important;
}
.vip-cd-mobile-cta {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 70;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.96);
  border-top: 1px solid #d7e2de;
  box-shadow: 0 -8px 24px rgba(2,48,48,.08);
}
.vip-cd-mobile-cta .vip-btn { width: 100%; justify-content: center; }

.vip-cd-who-chips { margin-top: 12px; }
.vip-cd-related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 14px;
}
.vip-cd-related-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid #d7e2de;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.vip-cd-related-card:hover {
  border-color: #1b4d4a;
  box-shadow: 0 6px 18px rgba(2,48,48,.06);
}
.vip-cd-related-card img,
.vip-cd-related-cover-empty {
  width: 56px;
  height: 84px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  background: #e8efed;
}
.vip-cd-related-cover-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #1b4d4a;
  letter-spacing: .04em;
}
.vip-cd-related-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.vip-cd-related-body strong {
  font-size: 15px;
  line-height: 1.35;
  color: #023030;
}
.vip-cd-related-body em {
  font-style: normal;
  font-size: 13px;
  color: #4a5c58;
}
.vip-cd-related-body span {
  font-size: 12.5px;
  color: #5a6a66;
}

@media (max-width: 1100px) {
  .vip-cd-hero-top { grid-template-columns: 180px minmax(0, 1fr); gap: 20px; }
  .vip-cd-meta-bar { grid-template-columns: 1fr 1fr; }
  .vip-cd-why-grid { grid-template-columns: repeat(3, 1fr); }
  .vip-cd-process-row { grid-template-columns: repeat(3, 1fr); }
  .vip-cd-checklist { grid-template-columns: 1fr; }
  .vip-cd-layout { grid-template-columns: 1fr; }
  .vip-cd-sidebar { position: static; }
}
@media (max-width: 900px) {
  .vip-cd-hero-top { grid-template-columns: 1fr; }
  .vip-cd-cover-wrap { max-width: 200px; margin: 0 auto; }
  .vip-cd-mobile-cta { display: block; }
  .vip-cd-section { padding-bottom: 96px; }
  .vip-cd-tabs { top: 64px; }
}
@media (max-width: 767px) {
  .vip-cd-meta-bar,
  .vip-cd-why-grid,
  .vip-cd-process-row,
  .vip-cd-fee-row { grid-template-columns: 1fr; }
  .vip-cd-block { padding: 18px 14px; }
}

/* Phase 3A — Subject hubs */
.vip-sh-hero {
  padding: 28px 0 36px;
  background:
    radial-gradient(ellipse 70% 80% at 10% 0%, rgba(27,77,74,.10), transparent 55%),
    linear-gradient(180deg, #f4f8f7 0%, #fff 100%);
  border-bottom: 1px solid #d7e2de;
}
.vip-sh-hero h1 {
  margin: 8px 0 12px;
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  line-height: 1.2;
  color: #023030;
  max-width: 18ch;
}
.vip-sh-lead {
  max-width: 62ch;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #3a4a47;
  margin: 0 0 22px;
}
.vip-sh-narrow { max-width: 760px; }
.vip-sh-note {
  margin-top: 12px;
  font-size: 14px;
  color: #5a6a66;
}
.vip-sh-ops {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}
.vip-sh-op {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid #d7e2de;
  border-radius: 12px;
  background: #fff;
}
.vip-sh-op img,
.vip-sh-op-empty {
  width: 72px;
  height: 108px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  background: #e8efed;
}
.vip-sh-op-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #1b4d4a;
}
.vip-sh-op-body { min-width: 0; flex: 1; }
.vip-sh-op h3 {
  margin: 0 0 6px;
  font-size: 1.1rem;
  line-height: 1.35;
}
.vip-sh-op h3 a {
  color: #023030;
  text-decoration: none;
}
.vip-sh-op h3 a:hover { text-decoration: underline; }
.vip-sh-op-meta,
.vip-sh-op-excerpt {
  margin: 0 0 8px;
  font-size: 14px;
  color: #4a5c58;
  line-height: 1.45;
}
.vip-sh-op-facts {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
}
.vip-sh-op-facts li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.vip-sh-op-facts span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #6a7a76;
}
.vip-sh-op-facts strong {
  font-size: 13.5px;
  color: #023030;
}
.vip-sh-filter-note { margin-top: 20px; font-size: 14.5px; }
.vip-sh-topics { justify-content: center; margin-top: 14px; }
.vip-sh-editors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.vip-sh-editor {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid #d7e2de;
  border-radius: 10px;
  background: #fff;
}
.vip-sh-editor img,
.vip-sh-editor .vip-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.vip-sh-editor h3 {
  margin: 4px 0 4px;
  font-size: 1rem;
}
.vip-sh-editor p {
  margin: 0 0 6px;
  font-size: 13.5px;
  color: #4a5c58;
}
.vip-sh-process { margin-top: 18px; }
.vip-sh-services { text-align: left; max-width: 520px; margin: 16px auto 0; }

@media (max-width: 767px) {
  .vip-sh-hero h1 { max-width: none; }
  .vip-sh-op { flex-direction: column; }
  .vip-sh-op-facts { grid-template-columns: 1fr; }
  .vip-sh-editors { grid-template-columns: 1fr; }
}

.vip-ed-name-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(27,77,74,.35);
  text-underline-offset: 2px;
}
.vip-ed-name-link:hover {
  color: #1b4d4a;
  text-decoration-color: #1b4d4a;
}

/* Phase 3C — Editors listing + profiles */
.vip-edl-hero {
  padding: 28px 0 32px;
  background:
    radial-gradient(ellipse 70% 80% at 12% 0%, rgba(27,77,74,.1), transparent 55%),
    linear-gradient(180deg, #f4f8f7 0%, #fff 100%);
  border-bottom: 1px solid #d7e2de;
}
.vip-edl-hero h1 {
  margin: 8px 0 12px;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  color: #023030;
}
.vip-edl-lead { max-width: 58ch; color: #3a4a47; margin: 0 0 10px; }
.vip-edl-count { font-size: 14px; color: #5a6a66; margin: 0 0 16px; }
.vip-edl-search {
  display: flex;
  gap: 10px;
  max-width: 520px;
  flex-wrap: wrap;
}
.vip-edl-search input {
  flex: 1;
  min-width: 200px;
  padding: 10px 14px;
  border: 1px solid #d7e2de;
  border-radius: 8px;
}
.vip-edl-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.vip-edl-card {
  display: flex;
  gap: 14px;
  padding: 16px;
  border: 1px solid #d7e2de;
  border-radius: 12px;
  background: #fff;
}
.vip-edl-photo img,
.vip-edl-photo .vip-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.vip-edl-body h2 {
  margin: 4px 0 4px;
  font-size: 1.1rem;
}
.vip-edl-body h2 a { color: #023030; text-decoration: none; }
.vip-edl-body h2 a:hover { text-decoration: underline; }
.vip-edl-desig, .vip-edl-aff, .vip-edl-subjects {
  margin: 0 0 4px;
  font-size: 13.5px;
  color: #4a5c58;
  line-height: 1.4;
}
.vip-edl-stats {
  list-style: none;
  margin: 8px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  font-size: 12.5px;
  color: #5a6a66;
}
.vip-edl-cta { margin-top: 28px; font-size: 14.5px; }

.vip-edp-hero {
  padding: 24px 0 28px;
  background: linear-gradient(180deg, #f4f8f7 0%, #fff 100%);
  border-bottom: 1px solid #d7e2de;
}
.vip-edp-top {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 12px;
}
.vip-edp-photo img,
.vip-edp-avatar {
  width: 160px;
  height: 160px;
  border-radius: 16px;
  object-fit: cover;
}
.vip-edp-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 700;
  background: #e8efed;
  color: #1b4d4a;
}
.vip-edp-identity h1 {
  margin: 4px 0 8px;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  color: #023030;
}
.vip-edp-desig { font-size: 1.05rem; margin: 0 0 4px; color: #1b4d4a; font-weight: 600; }
.vip-edp-aff, .vip-edp-dept { margin: 0 0 4px; color: #4a5c58; }
.vip-edp-role { margin: 10px 0; }
.vip-edp-subjects { margin-top: 12px; }
.vip-edp-links {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.vip-edp-links a { color: #1b4d4a; font-weight: 600; font-size: 14px; }
.vip-edp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: start;
}
.vip-edp-block { margin-bottom: 28px; }
.vip-edp-block h3 { margin: 16px 0 6px; font-size: 1.05rem; }
.vip-edp-books, .vip-edp-ops {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}
.vip-edp-book, .vip-edp-op {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid #d7e2de;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  background: #fff;
}
.vip-edp-book:hover, .vip-edp-op:hover { border-color: #1b4d4a; }
.vip-edp-book img, .vip-edp-book-empty {
  width: 48px;
  height: 72px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  background: #e8efed;
}
.vip-edp-book-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: #1b4d4a;
}
.vip-edp-book strong, .vip-edp-op strong {
  display: block;
  color: #023030;
  font-size: 15px;
  line-height: 1.35;
}
.vip-edp-book em, .vip-edp-op em {
  display: block;
  font-style: normal;
  font-size: 13px;
  color: #4a5c58;
  margin-top: 2px;
}
.vip-edp-op span { display: block; font-size: 12.5px; color: #5a6a66; margin-top: 4px; }
.vip-edp-related { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 8px; }

@media (max-width: 900px) {
  .vip-edl-grid { grid-template-columns: 1fr; }
  .vip-edp-top { grid-template-columns: 1fr; }
  .vip-edp-layout { grid-template-columns: 1fr; }
  .vip-edp-photo img, .vip-edp-avatar { width: 120px; height: 120px; }
}

.vip-edp-subjects a.vip-edp-subject-link {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e8efed;
  color: #023030;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.vip-edp-subjects a.vip-edp-subject-link:hover {
  background: #1b4d4a;
  color: #fff;
}

/* Publish Book page */
.vip-pb-hero {
  background: linear-gradient(180deg, #eef4f1 0%, var(--vip-paper) 100%);
  padding: 36px 0 52px;
  overflow: hidden;
}
.vip-pb-hero h1 {
  font-family: var(--vip-serif);
  font-size: clamp(2.3rem, 4.4vw, 3.4rem);
  line-height: 1.12;
  margin: 0 0 18px;
  color: var(--vip-ink);
}
.vip-pb-showcase {
  position: relative;
  min-height: 380px;
  max-width: 440px;
  margin: 0 auto;
}
.vip-pb-showcase-book {
  position: absolute;
  margin: 0;
  width: 42%;
  aspect-ratio: 2/3;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(28,36,33,.18);
  background: #ece8de;
}
.vip-pb-showcase-book img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vip-pb-showcase-book.is-1 {
  left: 0;
  top: 48px;
  z-index: 1;
  transform: rotate(-8deg);
}
.vip-pb-showcase-book.is-2 {
  left: 29%;
  top: 0;
  width: 48%;
  z-index: 3;
  box-shadow: 0 22px 48px rgba(28,36,33,.22);
}
.vip-pb-showcase-book.is-3 {
  right: 0;
  top: 56px;
  z-index: 2;
  transform: rotate(7deg);
}
.vip-pb-showcase-fallback {
  min-height: 360px;
  background: linear-gradient(160deg, #2a6863, var(--vip-green-dark));
}
.vip-pb-steps { grid-template-columns: repeat(5, 1fr); }
.vip-pb-steps-6 { grid-template-columns: repeat(3, 1fr); }

.vip-pb-intro { padding-top: 28px; padding-bottom: 8px; }
.vip-pb-intro-note,
.vip-pb-qualify {
  max-width: 720px;
  margin: 16px auto 0;
  font-size: 0.95rem;
  color: var(--vip-muted, #5a6a66);
  line-height: 1.55;
}
.vip-pb-who .vip-card h3 { margin-bottom: 8px; }
.vip-pb-types-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #e2ebe7;
  background: #fff;
}
.vip-pb-type-card {
  padding: 22px 18px 24px;
  border-right: 1px solid #e2ebe7;
  border-bottom: 1px solid #e2ebe7;
  text-align: left;
}
.vip-pb-type-card:nth-child(5n) { border-right: 0; }
.vip-pb-type-card h3 {
  margin: 12px 0 8px;
  font-size: 1.05rem;
  color: var(--vip-ink, #12201e);
}
.vip-pb-type-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--vip-muted, #5a6a66);
}
.vip-pb-type-card .vip-pb-format-cover {
  margin: 0 0 8px;
}
.vip-pb-type-card .vip-pb-format-cover img {
  width: 100%;
  max-width: 140px;
  height: auto;
  display: block;
}
.vip-pb-type-card .vip-pb-format-ico {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #eef5f3;
  color: #1b4d4a;
  font-size: 1.15rem;
}
.vip-pb-trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}
.vip-pb-link-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  text-align: left;
}
.vip-pb-link-list li { margin: 0 0 10px; }
.vip-pb-link-list a {
  color: var(--vip-green, #1b4d4a);
  font-weight: 600;
  text-decoration: none;
}
.vip-pb-link-list a:hover { text-decoration: underline; }
.vip-pb-related-card {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.vip-pb-related-card.is-linked:hover {
  border-color: #b7ccc6;
  box-shadow: 0 8px 24px rgba(18, 32, 30, 0.06);
}
.vip-pb-related-card span {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--vip-green, #1b4d4a);
}
.vip-pb-related-note {
  color: var(--vip-muted, #5a6a66) !important;
  font-weight: 500 !important;
}
@media (max-width: 1100px) {
  .vip-pb-types-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vip-pb-type-card { border-right: 1px solid #e2ebe7; }
  .vip-pb-type-card:nth-child(5n) { border-right: 1px solid #e2ebe7; }
  .vip-pb-type-card:nth-child(3n) { border-right: 0; }
}
@media (max-width: 900px) {
  .vip-pb-steps-6 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .vip-pb-types-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vip-pb-type-card:nth-child(3n) { border-right: 1px solid #e2ebe7; }
  .vip-pb-type-card:nth-child(2n) { border-right: 0; }
  .vip-pb-steps-6 { grid-template-columns: 1fr; }
  .vip-pb-trust-links { flex-direction: column; align-items: stretch; }
}
@media (max-width: 480px) {
  .vip-pb-types-grid { grid-template-columns: 1fr; }
  .vip-pb-type-card { border-right: 0; }
}

/* Publishing formats */
#process.vip-section {
  padding-bottom: 28px;
}
#packages.vip-section {
  padding-top: 28px;
}
.vip-pb-formats {
  background: #fff;
  overflow: hidden;
  padding-top: 28px;
  padding-bottom: 28px;
}
.vip-pb-formats-head {
  text-align: center;
  margin-bottom: 36px;
  position: relative;
}
.vip-pb-formats-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 14px;
  color: var(--vip-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.vip-pb-formats-kicker::before,
.vip-pb-formats-kicker::after {
  content: "";
  width: min(72px, 12vw);
  height: 1px;
  background: #c9d6d1;
}
.vip-pb-formats-intro {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
.vip-pb-formats-intro .vip-h2 {
  margin-bottom: 10px;
}
.vip-pb-formats-intro .vip-lead {
  margin: 0 auto;
  max-width: 54ch;
}
.vip-pb-formats-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #e2ebe7;
  border-bottom: 1px solid #e2ebe7;
}
.vip-pb-format-card {
  padding: 28px 16px 26px;
  text-align: center;
  border-right: 1px solid #e2ebe7;
  min-width: 0;
}
.vip-pb-format-card:last-child { border-right: 0; }
.vip-pb-format-cover {
  width: min(100%, 132px);
  margin: 0 auto 14px;
  line-height: 0;
}
.vip-pb-format-cover img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.vip-pb-format-ico {
  width: 36px;
  height: 36px;
  margin: 0 auto 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1b4d4a;
  font-size: 20px;
}
.vip-pb-format-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: #152a33;
  line-height: 1.25;
}
.vip-pb-format-card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: #5a6a66;
}
@media (max-width: 1100px) {
  .vip-pb-formats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vip-pb-format-card:nth-child(3n) { border-right: 0; }
  .vip-pb-format-card:nth-child(n+4) { border-top: 1px solid #e2ebe7; }
}
@media (max-width: 767px) {
  .vip-pb-formats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vip-pb-format-card { border-right: 1px solid #e2ebe7; }
  .vip-pb-format-card:nth-child(2n) { border-right: 0; }
  .vip-pb-format-card:nth-child(n+3) { border-top: 1px solid #e2ebe7; }
}
@media (max-width: 480px) {
  .vip-pb-formats-grid { grid-template-columns: 1fr; }
  .vip-pb-format-card { border-right: 0; }
  .vip-pb-format-card + .vip-pb-format-card { border-top: 1px solid #e2ebe7; }
}

.vip-pb-package-group { margin-top: 36px; text-align: left; }
.vip-pb-group-head {
  margin-bottom: 18px;
}
.vip-pb-group-head h3 {
  font-family: var(--vip-serif);
  font-size: 1.55rem;
  margin: 0 0 6px;
  color: var(--vip-ink);
}
.vip-pb-group-head p {
  margin: 0;
  color: var(--vip-muted);
}
.vip-pb-packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}
.vip-pb-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 12px;
  padding: 28px 22px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 8px 22px rgba(28,36,33,.04);
}
.vip-pb-card.is-popular {
  border-color: var(--vip-teal);
  box-shadow: 0 14px 36px rgba(27,77,74,.12);
  transform: translateY(-4px);
}
.vip-pb-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: var(--vip-green);
  color: #fff;
  border-radius: 999px;
  padding: 5px 10px;
}
.vip-pb-card h4 {
  font-family: var(--vip-serif);
  font-size: 1.25rem;
  margin: 0 0 10px;
  color: var(--vip-ink);
  padding-right: 88px;
}
.vip-pb-price {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--vip-green);
  line-height: 1.2;
}
.vip-pb-price span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--vip-muted);
}
.vip-pb-pages {
  margin: 6px 0 16px;
  color: var(--vip-muted);
  font-size: 14.5px;
}
.vip-pb-card ul {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  flex: 1;
}
.vip-pb-card li {
  position: relative;
  padding: 8px 0 8px 22px;
  border-bottom: 1px solid var(--vip-line);
  color: var(--vip-muted);
  font-size: 14.5px;
}
.vip-pb-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--vip-teal);
}
.vip-pb-card .vip-btn {
  width: 100%;
  justify-content: center;
}
.vip-pb-addon-note {
  margin: 28px auto 0;
  max-width: 720px;
  color: var(--vip-muted);
  font-size: 14.5px;
}
.vip-pb-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  text-align: left;
  margin-bottom: 28px;
}
.vip-pb-books {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  text-align: left;
}
.vip-pb-book {
  text-decoration: none;
  color: inherit;
  display: block;
}
.vip-pb-book h3 {
  font-family: var(--vip-sans);
  font-size: 14px;
  line-height: 1.35;
  margin: 0 0 4px;
  font-weight: 700;
}
.vip-pb-book p {
  margin: 0;
  font-size: 12.5px;
  color: var(--vip-muted);
}
.vip-pb-book span {
  display: inline-block;
  margin-top: 8px;
  color: var(--vip-green);
  font-weight: 700;
  font-size: 13.5px;
}
.vip-pb-rights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.vip-pb-rights-card {
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 14px;
  padding: 32px 28px;
  box-shadow: 0 8px 24px rgba(28,36,33,.04);
}
.vip-pb-rights-card p {
  color: var(--vip-muted);
  margin: 0 0 20px;
}
.vip-pb-mobile-cta { display: none; }

@media (max-width: 1100px) {
  .vip-pb-steps { grid-template-columns: repeat(3, 1fr); }
  .vip-pb-packages { grid-template-columns: 1fr 1fr; }
  .vip-pb-books { grid-template-columns: repeat(3, 1fr); }
  .vip-pb-card.is-popular { transform: none; }
}
@media (max-width: 900px) {
  .vip-pb-rights { grid-template-columns: 1fr; }
  .vip-pb-section-head { flex-direction: column; align-items: flex-start; }
  .vip-pb-hero .vip-hero-visual {
    min-height: 0;
    margin-top: 18px;
  }
  .vip-pb-hero .vip-pb-showcase {
    display: flex;
    position: relative;
    align-items: flex-end;
    justify-content: center;
    gap: 12px;
    min-height: 0;
    max-width: 340px;
    margin: 0 auto;
    padding: 4px 0 8px;
  }
  .vip-pb-hero .vip-pb-showcase-book {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    width: 31%;
    max-width: 120px;
    transform: none;
    box-shadow: 0 10px 22px rgba(28, 36, 33, 0.14);
  }
  .vip-pb-hero .vip-pb-showcase-book.is-2 {
    width: 36%;
    max-width: 136px;
    z-index: 2;
  }
  .vip-pb-hero .vip-book-caption {
    position: static;
    display: block;
    margin: 12px auto 0;
    text-align: center;
    max-width: 28ch;
    font-size: 14px;
  }
  .vip-pb-mobile-cta { display: block; }
  .vip-pb-hero { padding-bottom: 36px; }
  body.vip-site .vip-final { margin-bottom: 0; padding-bottom: 96px; }
}
@media (max-width: 640px) {
  .vip-pb-steps,
  .vip-pb-packages,
  .vip-pb-books { grid-template-columns: 1fr; }
  .vip-pb-books { grid-template-columns: 1fr 1fr; }
  .vip-pb-card h4 { padding-right: 0; }
  .vip-pb-tag { position: static; display: inline-block; margin-bottom: 10px; }
}

/* Academic bookstore */
body.vip-site .vip-st-cover img,
body.vip-site .vip-st-feat-cover img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain;
}
body.vip-site .vip-pb-showcase-book img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}
body.vip-site #catalog {
  scroll-margin-top: calc(var(--vip-header-h) + 12px);
}
.vip-st-hero {
  background: linear-gradient(180deg, #eef4f1 0%, var(--vip-paper) 100%);
  padding: 36px 0 48px;
  overflow: hidden;
}
.vip-st-hero h1 {
  font-family: var(--vip-serif);
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  line-height: 1.15;
  margin: 0 0 16px;
  color: var(--vip-ink);
}
.vip-st-sr-only { position: absolute; left: -9999px; }
.vip-st-hero-search { margin-top: 22px; max-width: 560px; }
.vip-st-search-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 10px;
  padding: 6px 6px 6px 14px;
  box-shadow: 0 10px 28px rgba(28,36,33,.06);
}
.vip-st-search-wrap svg { color: var(--vip-muted); flex: 0 0 auto; }
.vip-st-search-wrap input {
  flex: 1;
  border: 0;
  outline: 0;
  height: 44px;
  font: inherit;
  background: transparent;
  min-width: 0;
}
.vip-st-search-compact {
  flex: 1 1 auto;
  min-width: 240px;
  box-shadow: none;
  padding-left: 12px;
}

/* Featured publications — 2x2 horizontal cards */
.vip-st-featured-section { background: var(--vip-paper); }
.vip-st-featured-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 28px;
}
.vip-st-featured-head .vip-h2 { margin-bottom: 6px !important; }
.vip-st-sub {
  margin: 0;
  color: var(--vip-muted);
  font-size: 1.05rem;
}
.vip-st-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.vip-st-feat-card {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(28,36,33,.04);
}
.vip-st-feat-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3efe6;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 2/3;
  align-self: start;
}
.vip-st-feat-cover img {
  object-fit: contain !important;
}
.vip-st-feat-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.vip-st-feat-body h3 {
  font-family: var(--vip-sans) !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  margin: 8px 0 6px !important;
  color: var(--vip-green) !important;
}
.vip-st-feat-body h3 a {
  color: inherit !important;
  text-decoration: none !important;
}
.vip-st-feat-by {
  margin: 0 0 12px;
  color: var(--vip-muted);
  font-size: 14px;
  line-height: 1.4;
}
.vip-st-feat-foot {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.vip-st-feat-foot strong {
  font-size: 1.25rem;
  color: var(--vip-ink);
}
.vip-st-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--vip-muted);
  background: #eef1ef;
  border-radius: 999px;
  padding: 4px 10px;
}

/* Catalogue filters */
.vip-st-subjects {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}
.vip-st-subjects-label {
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--vip-muted);
  margin-bottom: 2px;
}
.vip-st-subject {
  border: 1px solid var(--vip-line);
  background: #fff;
  color: var(--vip-ink);
  border-radius: 999px;
  padding: 8px 14px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.vip-st-subject em {
  font-style: normal;
  margin-left: 4px;
  color: var(--vip-muted);
  font-weight: 700;
}
.vip-st-subject.is-active {
  background: var(--vip-green);
  border-color: var(--vip-green);
  color: #fff;
}
.vip-st-subject.is-active em { color: rgba(255,255,255,.85); }
.vip-st-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}
.vip-st-mobile-filters { display: none; }
.vip-st-toolbar-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.vip-st-toolbar-right label {
  font-size: 13px;
  color: var(--vip-muted);
}
#vip-st-sort {
  height: 44px;
  border: 1px solid var(--vip-line);
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  font: inherit;
  min-width: 140px;
}
.vip-st-count {
  margin: 0;
  font-weight: 700;
  font-size: 14.5px;
  white-space: nowrap;
}
.vip-st-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

/* Book collection grid — 4 columns */
.vip-st-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.vip-st-card {
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 18px rgba(28,36,33,.04);
  min-width: 0;
}
.vip-st-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f5f1e8, #ebe6db);
  aspect-ratio: 3 / 4;
  padding: 14px;
  margin: 0;
}
.vip-st-cover img {
  object-fit: contain !important;
  max-height: 100% !important;
}
.vip-st-card-body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.vip-st-card-body .vip-st-badge { margin-bottom: 8px; }
.vip-st-card h3 {
  font-family: var(--vip-sans) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  margin: 0 0 6px !important;
  color: var(--vip-green) !important;
}
.vip-st-card h3 a {
  color: inherit !important;
  text-decoration: none !important;
}
.vip-st-card h3 a:hover { text-decoration: underline !important; }
.vip-st-byline,
.vip-st-meta {
  margin: 0 0 4px;
  color: var(--vip-muted);
  font-size: 13px;
  line-height: 1.4;
}
.vip-st-price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  margin: 12px 0 14px;
}
.vip-st-price-row strong {
  color: var(--vip-ink);
  font-size: 1.2rem;
}
.vip-st-price-row span {
  font-size: 12.5px;
  color: var(--vip-muted);
  text-transform: lowercase;
}
.vip-st-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
}
.vip-st-actions .vip-btn {
  width: 100%;
  justify-content: center;
  font-size: 13px;
  padding: 0 8px;
  min-height: 40px;
  border-radius: 6px;
}
.vip-st-cart-form { margin: 0; }
.vip-st-out {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--vip-line);
  border-radius: 6px;
  color: #7a3b3b;
  font-size: 12.5px;
  font-weight: 650;
  min-height: 40px;
}
.vip-st-empty {
  text-align: center;
  background: #fff;
  border: 1px dashed #cfd8d5;
  border-radius: 12px;
  padding: 48px 24px;
}
.vip-st-empty h3 { font-family: var(--vip-serif); margin: 0 0 8px; }
.vip-st-empty p { color: var(--vip-muted); margin: 0 0 18px; }
.vip-st-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
}
.vip-st-bulk {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 8px 24px rgba(28,36,33,.04);
}
.vip-st-bulk p { color: var(--vip-muted); margin: 0; max-width: 48ch; }
.vip-st-drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(92vw, 360px);
  z-index: 9600;
  background: #fff;
  box-shadow: var(--vip-shadow);
  overflow: auto;
}
.vip-st-drawer-inner { padding: 18px; display: grid; gap: 10px; }
.vip-st-drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vip-st-drawer-head h3 { margin: 0; font-family: var(--vip-serif); }
.vip-st-drawer-close {
  border: 0;
  background: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: var(--vip-muted);
}
.vip-st-drawer label {
  font-size: 13px;
  font-weight: 700;
  color: var(--vip-muted);
}
.vip-st-drawer input,
.vip-st-drawer select {
  height: 44px;
  border: 1px solid var(--vip-line);
  border-radius: 8px;
  padding: 0 12px;
  font: inherit;
}

@media (max-width: 1100px) {
  .vip-st-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .vip-st-featured { grid-template-columns: 1fr; }
  .vip-st-featured-head { flex-direction: column; align-items: flex-start; }
  .vip-st-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vip-st-mobile-filters { display: inline-flex; }
  .vip-st-search-compact { display: none; }
  .vip-st-subjects { display: none; }
  .vip-st-bulk { flex-direction: column; align-items: flex-start; }
  .vip-st-hero .vip-hero-visual,
  .vip-st-hero-search {
    display: none !important;
  }
  .vip-st-hero .vip-hero-grid {
    grid-template-columns: 1fr;
  }
  .vip-st-hero {
    padding-bottom: 32px;
  }
}
@media (max-width: 640px) {
  .vip-st-feat-card { grid-template-columns: 88px minmax(0, 1fr); gap: 12px; padding: 14px; }
  .vip-st-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .vip-st-card-body { padding: 10px 10px 12px; }
  .vip-st-card h3 { font-size: 13.5px !important; }
  .vip-st-actions { grid-template-columns: 1fr; }
}

/* =====================================================
   Journals portal — professional academic layout
===================================================== */
body.vip-site .vip-jn-hero h1 {
  color: #152a33 !important;
  letter-spacing: -0.02em;
}
.vip-jn-hero {
  position: relative;
  padding: 48px 0 56px;
  overflow: hidden;
  background: linear-gradient(180deg, #f3f1ea 0%, var(--vip-paper) 72%);
}
.vip-jn-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 88% 35%, rgba(27,77,74,.10), transparent 60%),
    radial-gradient(ellipse 40% 50% at 12% 80%, rgba(154,123,69,.08), transparent 55%),
    linear-gradient(115deg, rgba(255,252,247,.92) 0%, rgba(238,244,241,.55) 48%, rgba(246,243,236,.35) 100%);
  pointer-events: none;
}
.vip-jn-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 56px;
  align-items: center;
}
.vip-jn-hero-copy .vip-hero-copy {
  max-width: 34rem;
  color: #4d5853;
  margin-bottom: 28px;
}
.vip-jn-hero-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vip-jn-hero-frame {
  position: relative;
  padding: 18px 18px 28px;
  background: linear-gradient(180deg, #fff 0%, #f7f4ed 100%);
  border: 1px solid var(--vip-line);
  border-radius: 18px;
  box-shadow: 0 24px 50px rgba(21, 42, 51, 0.12);
}
.vip-jn-hero-frame:before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 12px;
  border: 1px solid rgba(27,77,74,.08);
  pointer-events: none;
}
.vip-jn-cover-stage {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: min(100%, 250px);
  aspect-ratio: 1600 / 2265;
  background: #ebe7dc;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(21, 42, 51, 0.18);
}
body.vip-site .vip-jn-cover-stage img,
body.vip-site .vip-jn-profile-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center top;
  display: block;
  background: #f4f1e9;
}
.vip-jn-hero-caption {
  margin: 18px 0 0;
  font-size: 13.5px;
  color: var(--vip-muted);
  letter-spacing: .02em;
}
.vip-jn-hero-caption strong { color: var(--vip-green); font-weight: 700; }
.vip-jn-cover-fallback,
.vip-jn-cover-placeholder {
  width: min(100%, 250px);
  aspect-ratio: 2 / 3;
  border-radius: 4px;
  background: linear-gradient(160deg, #2a6863, var(--vip-green-dark));
}

.vip-jn-trust {
  background: #fff;
  border-top: 1px solid var(--vip-line);
  border-bottom: 1px solid var(--vip-line);
  padding: 28px 0;
}
.vip-jn-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 24px;
}
.vip-jn-trust-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.vip-jn-trust-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef4f2;
  color: var(--vip-green);
  font-size: 18px;
}
.vip-jn-trust-item strong {
  display: block;
  font-size: 15px;
  color: #152a33;
  margin-bottom: 2px;
}
.vip-jn-trust-item p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--vip-muted);
}

.vip-jn-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}
.vip-jn-section-head .vip-h2,
.vip-jn-center-head .vip-h2,
.vip-jn-before .vip-h2,
.vip-jn-split .vip-h2 {
  margin-bottom: 8px !important;
  color: #152a33 !important;
}
.vip-jn-sub {
  margin: 0;
  color: var(--vip-muted);
  font-size: 1.02rem;
  max-width: 36rem;
  line-height: 1.6;
}
.vip-jn-center-head {
  text-align: center;
  margin-bottom: 36px;
}
.vip-jn-center-head .vip-jn-sub {
  margin: 0 auto;
}

.vip-jn-list { display: grid; gap: 22px; }
.vip-jn-profile {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr) 210px;
  gap: 0;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(21, 42, 51, 0.04);
}
.vip-jn-profile-cover {
  padding: 22px 0 22px 22px;
  background: linear-gradient(180deg, #f8f6f0 0%, #fff 100%);
}
.vip-jn-profile-cover img,
.vip-jn-profile-cover .vip-jn-cover-placeholder {
  width: 100%;
  aspect-ratio: 1600 / 2265;
  border-radius: 3px;
  border: 1px solid var(--vip-line);
  box-shadow: 0 8px 18px rgba(21, 42, 51, 0.1);
}
.vip-jn-profile-body {
  padding: 26px 28px;
}
.vip-jn-badge {
  display: inline-block;
  margin: 0 0 12px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(27, 77, 74, 0.09);
  color: var(--vip-green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.vip-jn-status {
  display: inline-block;
  margin: 0 0 12px 8px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #f1eee6;
  color: #152a33;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.vip-jn-profile-body h3 {
  font-size: clamp(1.28rem, 2vw, 1.6rem) !important;
  color: #152a33 !important;
  margin: 0 0 12px !important;
  max-width: 34rem;
}
.vip-jn-desc {
  margin: 0 0 20px;
  color: #5a6460;
  font-size: 15px;
  line-height: 1.7;
  max-width: 40rem;
}
.vip-jn-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid var(--vip-line);
  border-bottom: 1px solid var(--vip-line);
}
.vip-jn-facts span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--vip-muted);
  margin-bottom: 4px;
}
.vip-jn-facts strong {
  display: block;
  font-size: 14px;
  font-weight: 650;
  color: #152a33;
  line-height: 1.4;
}
.vip-jn-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.vip-jn-specs li {
  font-size: 13.5px;
  color: #3f4945;
}
.vip-jn-specs em {
  font-style: normal;
  font-weight: 700;
  color: var(--vip-muted);
  margin-right: 6px;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.vip-jn-profile-aside {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px 20px;
  background: linear-gradient(180deg, #1b4d4a 0%, #143c3a 100%);
  color: #fff;
}
.vip-jn-profile-aside .vip-btn {
  width: 100%;
  justify-content: center;
  text-align: center;
  font-weight: 700;
}
.vip-jn-profile-aside .vip-btn-light {
  background: #fff;
  color: var(--vip-green) !important;
  border-color: #fff;
}
.vip-jn-profile-aside .vip-btn-light:hover {
  background: #f3f1ea;
  color: var(--vip-green-dark) !important;
}
.vip-jn-aside-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-weight: 650;
  font-size: 14px;
  text-decoration: none !important;
}
.vip-jn-aside-link.is-soft {
  color: rgba(255,255,255,.82) !important;
  font-weight: 500;
  font-size: 13.5px;
  margin-top: auto;
}
.vip-jn-aside-list {
  list-style: none;
  margin: 4px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255,255,255,.18);
  display: grid;
  gap: 10px;
}
.vip-jn-aside-list li {
  position: relative;
  padding-left: 18px;
  font-size: 13.5px;
  color: rgba(255,255,255,.9);
  line-height: 1.35;
}
.vip-jn-aside-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,.8);
}

.vip-jn-mini-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef4f2;
  color: var(--vip-green);
  font-size: 17px;
  margin-bottom: 14px;
  flex: 0 0 auto;
}
.vip-jn-why {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.vip-jn-why-card,
.vip-jn-publish-card {
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 12px;
  padding: 22px 18px 20px;
  box-shadow: 0 1px 0 rgba(21,42,51,.02);
  height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
.vip-jn-why-card:hover,
.vip-jn-publish-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(21,42,51,.07);
}
.vip-jn-why-card h3,
.vip-jn-publish-card h3 {
  font-family: var(--vip-serif) !important;
  font-size: 1.05rem !important;
  color: #152a33 !important;
  margin: 0 0 8px !important;
  line-height: 1.3 !important;
}
.vip-jn-why-card p,
.vip-jn-publish-card p {
  margin: 0;
  color: var(--vip-muted);
  font-size: 14px;
  line-height: 1.5;
}

.vip-jn-process {
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  position: relative;
}
.vip-jn-process:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 6%;
  right: 6%;
  border-top: 1.5px dashed rgba(27,77,74,.28);
  pointer-events: none;
}
.vip-jn-process li {
  position: relative;
  z-index: 1;
  text-align: left;
  padding-top: 4px;
}
.vip-jn-process-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--vip-green);
  color: #fff;
  font-family: var(--vip-serif);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 0 0 6px var(--vip-paper);
}
.vip-jn-process h3 {
  font-family: var(--vip-serif) !important;
  font-size: 1.05rem !important;
  color: #152a33 !important;
  margin: 0 0 6px !important;
}
.vip-jn-process p {
  margin: 0;
  color: var(--vip-muted);
  font-size: 14px;
  line-height: 1.5;
}

.vip-jn-publish-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.vip-jn-split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: start;
}
.vip-jn-audience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}
.vip-jn-audience-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid var(--vip-line);
  border-radius: 10px;
  background: #fff;
  font-weight: 600;
  font-size: 14.5px;
  color: #152a33;
}
.vip-jn-audience-item .vip-jn-mini-icon {
  margin: 0;
  width: 36px;
  height: 36px;
  font-size: 15px;
}
.vip-jn-policy-links {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.vip-jn-policy-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 16px;
  border: 1px solid var(--vip-line);
  border-radius: 10px;
  background: #fff;
  color: var(--vip-green) !important;
  text-decoration: none !important;
  font-weight: 700;
  transition: background .15s ease, border-color .15s ease;
}
.vip-jn-policy-links a:hover {
  border-color: rgba(27,77,74,.35);
  background: #f7faf9;
}

.vip-jn-before {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 36px;
  border-radius: 14px;
  border: 1px solid var(--vip-line);
  background:
    linear-gradient(135deg, rgba(27,77,74,.04), transparent 45%),
    #fff;
  box-shadow: 0 10px 28px rgba(21,42,51,.04);
}
.vip-jn-before-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}

.vip-jn-faq {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  border-top: 1px solid var(--vip-line);
}
.vip-jn-faq .vip-faq-item button {
  font-size: 15.5px;
  padding: 16px 0;
}
.vip-jn-faq .vip-faq-a {
  font-size: 14.5px;
  color: #5a6460;
  padding-bottom: 14px;
}

.vip-jn-final {
  position: relative;
  overflow: hidden;
}
.vip-jn-final-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.vip-jn-final-inner p {
  margin-left: auto;
  margin-right: auto;
}
.vip-jn-final .vip-hero-ctas { justify-content: center; }

.vip-jn-sticky {
  display: none;
  position: fixed;
  left: 16px;
  right: 88px;
  bottom: 18px;
  z-index: 8500;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  background: var(--vip-green);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(27, 77, 74, 0.35);
}

@media (max-width: 1100px) {
  .vip-jn-why { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vip-jn-publish-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vip-jn-profile { grid-template-columns: 150px minmax(0, 1fr); }
  .vip-jn-profile-aside {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 18px;
  }
  .vip-jn-profile-aside .vip-btn { width: auto; min-width: 160px; }
  .vip-jn-aside-list {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 0;
    padding-top: 0;
  }
  .vip-jn-aside-link { text-align: left; }
}
@media (max-width: 900px) {
  .vip-jn-hero-grid,
  .vip-jn-split,
  .vip-jn-faq { grid-template-columns: 1fr; }
  .vip-jn-trust-grid { grid-template-columns: 1fr 1fr; }
  .vip-jn-process { grid-template-columns: 1fr 1fr; gap: 22px; }
  .vip-jn-process:before { display: none; }
  .vip-jn-before {
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 22px;
  }
  .vip-jn-section-head { flex-direction: column; align-items: flex-start; }
  .vip-jn-hero { padding: 36px 0 40px; }
  .vip-jn-hero-frame { max-width: 300px; margin: 0 auto; }
}
@media (max-width: 640px) {
  .vip-jn-trust-grid,
  .vip-jn-why,
  .vip-jn-publish-grid,
  .vip-jn-audience,
  .vip-jn-facts,
  .vip-jn-aside-list,
  .vip-jn-process { grid-template-columns: 1fr; }
  .vip-jn-profile { grid-template-columns: 1fr; }
  .vip-jn-profile-cover {
    padding: 18px 18px 0;
    max-width: 180px;
  }
  .vip-jn-profile-body { padding: 18px; }
  .vip-jn-profile-aside {
    flex-direction: column;
    align-items: stretch;
  }
  .vip-jn-profile-aside .vip-btn { width: 100%; }
  .vip-jn-before-actions {
    width: 100%;
    flex-direction: column;
  }
  .vip-jn-before-actions .vip-btn {
    width: 100%;
    justify-content: center;
  }
  .vip-jn-sticky { display: inline-flex; }
  body.vip-site .vip-final.vip-jn-final { margin-bottom: 0; padding-bottom: 96px; }
}
/* =====================================================
   Contact page — academic support center
===================================================== */
body.vip-site .vip-ct-hero h1 { color: #152a33 !important; letter-spacing: -0.02em; }
.vip-ct-hero {
  position: relative;
  padding: 44px 0 52px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 60% at 90% 30%, rgba(27,77,74,.10), transparent 58%),
    linear-gradient(180deg, #eef4f1 0%, var(--vip-paper) 75%);
}
.vip-ct-hero-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 48px;
  align-items: center;
}
.vip-ct-hero .vip-hero-copy {
  max-width: 34rem;
  margin-bottom: 26px;
  color: #4d5853;
}
.vip-ct-pillars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
  max-width: 34rem;
}
.vip-ct-pillars li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid var(--vip-line);
  border-radius: 10px;
  background: rgba(255,255,255,.72);
  font-size: 13.5px;
  font-weight: 650;
  color: #152a33;
}
.vip-ct-pillar-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f1ef;
  color: var(--vip-green);
  font-size: 14px;
  flex: 0 0 auto;
}
.vip-ct-showcase {
  position: relative;
  min-height: 340px;
  max-width: 420px;
  margin: 0 auto;
}
.vip-ct-showcase-book {
  position: absolute;
  margin: 0;
  width: 42%;
  aspect-ratio: 2/3;
  border-radius: 4px;
  overflow: hidden;
  background: #ece8de;
  box-shadow: 0 18px 40px rgba(21,42,51,.16);
}
.vip-ct-showcase-book img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vip-ct-showcase-book.is-1 { left: 0; top: 44px; z-index: 1; transform: rotate(-7deg); }
.vip-ct-showcase-book.is-2 { left: 29%; top: 0; width: 46%; z-index: 3; box-shadow: 0 22px 48px rgba(21,42,51,.2); }
.vip-ct-showcase-book.is-3 { right: 0; top: 52px; z-index: 2; transform: rotate(6deg); }
.vip-ct-showcase.is-single { min-height: 300px; }
.vip-ct-showcase.is-single .is-1 { left: 50%; top: 10px; width: 48%; transform: translateX(-50%); }
.vip-ct-hero-fallback {
  min-height: 300px;
  border-radius: 16px;
  background: linear-gradient(160deg, #2a6863, var(--vip-green-dark));
}

.vip-ct-strip {
  background: #fff;
  border-top: 1px solid var(--vip-line);
  border-bottom: 1px solid var(--vip-line);
  padding: 28px 0;
}
.vip-ct-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.vip-ct-info-card {
  background: var(--vip-paper);
  border: 1px solid var(--vip-line);
  border-radius: 12px;
  padding: 20px 18px;
  height: 100%;
}
.vip-ct-info-card h2 {
  font-size: 1.05rem !important;
  margin: 0 0 8px !important;
  color: #152a33 !important;
}
.vip-ct-info-card p {
  margin: 0;
  color: var(--vip-muted);
  font-size: 14.5px;
  line-height: 1.5;
}
.vip-ct-info-card a {
  color: var(--vip-green) !important;
  font-weight: 650;
  text-decoration: none !important;
  word-break: break-word;
}
.vip-ct-info-card .vip-text-link { display: inline-block; margin-top: 10px; }
.vip-ct-mini-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef4f2;
  color: var(--vip-green);
  font-size: 17px;
  margin-bottom: 12px;
}

.vip-ct-main {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: start;
}
.vip-ct-form-panel,
.vip-ct-location {
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 14px;
  padding: 30px 28px;
  box-shadow: 0 10px 28px rgba(21,42,51,.04);
}
.vip-ct-sub {
  margin: 0 0 22px;
  color: var(--vip-muted);
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 36rem;
}
.vip-ct-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.vip-ct-field { margin-bottom: 14px; }
.vip-ct-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 13.5px;
  font-weight: 700;
  color: #152a33;
}
.vip-ct-form .form-control,
.vip-ct-form select.form-control,
.vip-ct-form textarea.form-control {
  width: 100%;
  height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--vip-line);
  border-radius: 10px;
  background: #fff;
  color: var(--vip-ink);
  font: inherit;
  box-shadow: none !important;
}
.vip-ct-form textarea.form-control {
  height: auto;
  min-height: 150px;
  resize: vertical;
}
.vip-ct-form .form-control:focus {
  border-color: var(--vip-teal);
  outline: 2px solid rgba(47,111,106,.18);
  outline-offset: 1px;
}

/* Country-code phone field */
.vip-phone {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid var(--vip-line);
  border-radius: 10px;
  background: #fff;
}
.vip-phone:focus-within {
  border-color: var(--vip-teal);
  outline: 2px solid rgba(47,111,106,.18);
  outline-offset: 1px;
}
.vip-phone.is-open { z-index: 40; }
.vip-phone-cc {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  min-width: 96px;
  padding: 0 10px 0 12px;
  border: 0;
  border-right: 1px solid var(--vip-line);
  background: #f7f5f0;
  color: var(--vip-ink);
  cursor: pointer;
  font-family: var(--vip-sans);
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px 0 0 10px;
}
.vip-phone-cc:hover { background: #efece4; }
.vip-phone-flag { font-size: 18px; line-height: 1; }
.vip-phone-dial { letter-spacing: .01em; }
.vip-phone-caret {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--vip-muted);
}
.vip-phone-number.form-control,
.vip-ct-form .vip-phone-number.form-control {
  flex: 1;
  min-width: 0;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 10px 10px 0 !important;
  height: 46px;
  padding-left: 12px;
  background: transparent;
}
.vip-phone-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(28, 36, 33, 0.14);
  overflow: hidden;
  z-index: 50;
}
.vip-phone-menu[hidden] { display: none !important; }
.vip-phone-search {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--vip-line);
  padding: 12px 14px;
  font-size: 14px;
  font-family: var(--vip-sans);
  outline: none;
}
.vip-phone-list {
  list-style: none;
  margin: 0;
  padding: 6px 0;
  max-height: 240px;
  overflow: auto;
}
.vip-phone-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  cursor: pointer;
  font-size: 14px;
}
.vip-phone-list li:hover,
.vip-phone-list li.is-active {
  background: rgba(27, 77, 74, 0.08);
}
.vip-phone-opt-flag { font-size: 18px; width: 24px; text-align: center; }
.vip-phone-opt-name {
  flex: 1;
  min-width: 0;
  color: var(--vip-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vip-phone-opt-dial {
  color: var(--vip-muted);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.vip-phone-empty {
  color: var(--vip-muted);
  cursor: default !important;
  justify-content: center;
}

/* On-page form flash (replaces browser alert) */
.vip-flash {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%) translateY(16px);
  z-index: 13000;
  width: min(calc(100% - 32px), 440px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.vip-flash.is-show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.vip-flash-inner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(16, 40, 38, .22);
  background: #fff;
  border: 1px solid var(--vip-line);
  font-family: var(--vip-sans);
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--vip-ink);
}
.vip-flash.is-ok .vip-flash-inner {
  border-color: rgba(27, 77, 74, .28);
  background: #f3f8f6;
}
.vip-flash.is-err .vip-flash-inner {
  border-color: rgba(160, 60, 48, .28);
  background: #fff6f4;
}
.vip-flash-inner p { margin: 0; flex: 1; }
.vip-flash-close {
  border: 0;
  background: transparent;
  color: var(--vip-muted);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 0 2px;
}
.vip-flash-close:hover { color: var(--vip-ink); }

.vip-ct-submit { width: 100%; justify-content: center; margin-top: 4px; }
.vip-ct-form-note {
  margin: 12px 0 0;
  font-size: 12.5px;
  color: var(--vip-muted);
}

.vip-ct-map-card {
  border: 1px solid var(--vip-line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.vip-ct-map-panel {
  position: relative;
  height: 180px;
  background:
    radial-gradient(circle at 55% 48%, rgba(27,77,74,.18), transparent 28%),
    linear-gradient(135deg, #dfe9e6 0%, #c8d8d3 45%, #e8efe9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.vip-ct-map-pin {
  width: 18px;
  height: 18px;
  border-radius: 50% 50% 50% 0;
  background: #c0392b;
  transform: rotate(-45deg);
  box-shadow: 0 6px 14px rgba(192,57,43,.35);
}
.vip-ct-map-label {
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  font-size: 12px;
  font-weight: 700;
  color: #152a33;
}
.vip-ct-map-body { padding: 18px; }
.vip-ct-map-body strong {
  display: block;
  margin-bottom: 6px;
  color: #152a33;
}
.vip-ct-map-body p {
  margin: 0 0 12px;
  color: var(--vip-muted);
  font-size: 14.5px;
  line-height: 1.55;
}
.vip-ct-loc-links {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.vip-ct-loc-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--vip-green) !important;
  font-weight: 650;
  text-decoration: none !important;
  font-size: 14.5px;
}

.vip-ct-center-head {
  text-align: center;
  margin-bottom: 28px;
}
.vip-ct-center-head .vip-ct-sub { margin-left: auto; margin-right: auto; }
.vip-ct-teams {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.vip-ct-team-card {
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 12px;
  padding: 22px 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 1px 0 rgba(21,42,51,.02);
}
.vip-ct-team-card h3 {
  font-size: 1.1rem !important;
  margin: 0 !important;
  color: #152a33 !important;
}
.vip-ct-team-card p {
  margin: 0;
  color: var(--vip-muted);
  font-size: 14.5px;
  line-height: 1.5;
  flex: 1;
}
.vip-ct-team-card > a:not(.vip-text-link) {
  color: var(--vip-green) !important;
  font-weight: 650;
  text-decoration: none !important;
  font-size: 13.5px;
  word-break: break-word;
}
.vip-ct-team-card .vip-text-link { margin-top: 4px; }

.vip-ct-faq-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: start;
}
.vip-ct-faq { max-width: none; border-top: 1px solid var(--vip-line); }
.vip-ct-faq-more { margin-top: 18px; }
.vip-ct-impact {
  background: linear-gradient(165deg, #f7faf9 0%, #fff 55%);
  border: 1px solid var(--vip-line);
  border-radius: 14px;
  padding: 28px 26px;
  box-shadow: 0 10px 28px rgba(21,42,51,.04);
}
.vip-ct-impact .vip-h2 { margin-bottom: 12px !important; }
.vip-ct-impact > p { color: var(--vip-muted); margin: 0 0 20px; }
.vip-ct-impact-visual {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.vip-ct-impact-visual img {
  width: 96px;
  height: 136px;
  object-fit: contain;
  background: #f3f0e8;
  border: 1px solid var(--vip-line);
  border-radius: 4px;
  box-shadow: 0 10px 22px rgba(21,42,51,.1);
}

.vip-ct-sticky {
  display: none;
  position: fixed;
  left: 16px;
  right: 88px;
  bottom: 18px;
  z-index: 8500;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  background: var(--vip-green);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(27,77,74,.35);
}

@media (max-width: 1100px) {
  .vip-ct-teams { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vip-ct-strip-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .vip-ct-hero-grid,
  .vip-ct-main,
  .vip-ct-faq-grid { grid-template-columns: 1fr; }
  .vip-ct-showcase { min-height: 280px; }
  .vip-ct-showcase-book.is-1,
  .vip-ct-showcase-book.is-3 { transform: none; }
}
@media (max-width: 640px) {
  .vip-ct-pillars,
  .vip-ct-strip-grid,
  .vip-ct-form-row,
  .vip-ct-teams { grid-template-columns: 1fr; }
  .vip-ct-form-panel,
  .vip-ct-location { padding: 22px 18px; }
  .vip-ct-sticky { display: inline-flex; }
  body.vip-site .vip-final.vip-ct-final { margin-bottom: 0; padding-bottom: 96px; }
  /* Hide sticky while the form is focused so it does not cover inputs */
  body.vip-ct-form-focus .vip-ct-sticky { display: none; }
}
/* =====================================================
   Become an Editor — compact sticky form + polished spacing
===================================================== */
body.vip-site .vip-ed-hero h1 {
  color: #023030 !important;
  letter-spacing: -0.02em;
  max-width: 14ch;
}

/* Become an Editor — reference layout */
.vip-ed-merge-hero {
  position: relative;
  min-height: clamp(520px, 72vh, 640px);
  padding: 28px 0 24px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 42% 70% at 8% 40%, #eef5f3 0%, transparent 68%),
    linear-gradient(180deg, #fbfdfc 0%, #f4f7f6 100%);
}
.vip-ed-merge-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 12px 28px;
  align-items: center;
  min-height: inherit;
}
.vip-ed-merge-copy {
  position: relative;
  z-index: 2;
  max-width: 540px;
  padding: 8px 0 12px;
}
.vip-ed-merge-hero .vip-eyebrow {
  color: #023030;
  margin-bottom: 12px;
}
.vip-ed-merge-hero h1,
body.vip-site .vip-ed-merge-hero h1 {
  font-family: var(--vip-serif) !important;
  font-size: clamp(2.1rem, 4vw, 3.15rem) !important;
  line-height: 1.12 !important;
  margin: 0 0 14px !important;
  color: #023030 !important;
  max-width: 13ch;
}
.vip-ed-merge-hero .vip-hero-copy {
  max-width: 34rem;
  margin-bottom: 22px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #5a6a66;
}
.vip-ed-hero-features {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 10px;
}
.vip-ed-hero-features li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  min-width: 0;
}
.vip-ed-feat-ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #023030;
  color: #fff;
  font-size: 16px;
}
.vip-ed-hero-features li > span:last-child {
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.3;
  color: #2a3d39;
}
.vip-ed-merge-visual {
  position: relative;
  min-height: clamp(380px, 56vh, 540px);
  margin-right: calc(-1 * min(280px, max(16px, (100vw - var(--vip-wrap)) / 2)));
}
.vip-ed-merge-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  display: block;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.25) 10%, rgba(0,0,0,.8) 26%, #000 40%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.25) 10%, rgba(0,0,0,.8) 26%, #000 40%, #000 100%);
}
.vip-ed-merge-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #fbfdfc 0%, rgba(251,253,252,.88) 8%, rgba(244,247,246,.3) 24%, transparent 44%);
}
.vip-ed-merge-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 16%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(244,247,246,.55), transparent);
}

.vip-ed-why {
  background: #eef5f3;
  padding: 36px 0;
  border-top: 1px solid #d7e2de;
  border-bottom: 1px solid #d7e2de;
}
.vip-ed-why-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 20px;
  align-items: stretch;
}
.vip-ed-why-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #d7e2de;
  border-radius: 12px;
  padding: 22px;
}
.vip-ed-why-ico {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f3f0;
  color: #023030;
  font-size: 22px;
  flex: 0 0 auto;
}
.vip-ed-why-card h2 {
  font-family: var(--vip-serif);
  font-size: 1.35rem;
  margin: 0 0 8px;
  color: #023030;
}
.vip-ed-why-card p {
  margin: 0;
  color: #5a6a66;
  line-height: 1.6;
}
.vip-ed-quote {
  margin: 0;
  background: linear-gradient(160deg, #e8f3f0, #f7faf9);
  border: 1px solid #d7e2de;
  border-radius: 12px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vip-ed-quote p {
  margin: 0 0 12px;
  font-family: var(--vip-serif);
  font-size: 1.25rem;
  font-style: italic;
  color: #023030;
  line-height: 1.45;
}
.vip-ed-quote footer {
  color: #5a6a66;
  font-size: 14px;
  font-weight: 600;
}

.vip-ed-benefits-sec { background: #fff; }
.vip-ed-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.vip-ed-benefit-card {
  background: #fff;
  border: 1px solid #d7e2de;
  border-radius: 10px;
  padding: 22px 18px;
  box-shadow: 0 6px 16px rgba(2,48,48,.04);
  height: 100%;
}
.vip-ed-benefit-card h3 {
  font-family: var(--vip-serif);
  font-size: 1.05rem;
  margin: 0 0 8px;
  color: #023030;
}
.vip-ed-benefit-card p {
  margin: 0;
  color: #5a6a66;
  font-size: 14.5px;
  line-height: 1.55;
}

.vip-ed-main {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #f7faf9;
}
.vip-ed-info-sec {
  background: #fff;
  padding: 48px 0;
}
.vip-ed-sec-head { margin-bottom: 24px; }
.vip-ed-sec-head .vip-h2 { color: #023030 !important; }
.vip-ed-process-sec {
  background: #eef5f3;
  padding: 48px 0;
  border-top: 1px solid #d7e2de;
  border-bottom: 1px solid #d7e2de;
}
.vip-ed-apply-sec {
  background: #f7faf9;
  padding: 56px 0 64px;
}
.vip-ed-layout {
  display: block !important;
}
.vip-ed-content { display: grid; gap: 18px; }
.vip-ed-panel {
  background: #fff;
  border: 1px solid #d7e2de;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 6px 16px rgba(2,48,48,.03);
  height: 100%;
}
.vip-ed-panel .vip-h2,
.vip-ed-panel-title {
  color: #023030 !important;
  margin: 0 0 14px !important;
  font-family: var(--vip-serif);
  font-size: 1.25rem;
  font-weight: 600;
}
.vip-ed-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.vip-ed-block-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f3f0;
  color: #023030;
  margin-bottom: 12px;
  font-size: 16px;
}
.vip-ed-checks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vip-ed-checks li {
  position: relative;
  padding: 0 0 10px 26px;
  color: #2a3d39;
  line-height: 1.45;
}
.vip-ed-checks li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #023030;
  font-weight: 700;
}
.vip-ed-process {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.vip-ed-process li {
  background: #fff;
  border: 1px solid #d7e2de;
  border-radius: 12px;
  padding: 18px 16px;
  box-shadow: 0 6px 16px rgba(2,48,48,.04);
}
.vip-ed-process-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #023030;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.vip-ed-process h3 {
  font-size: 1rem;
  margin: 0 0 6px;
  color: #023030;
}
.vip-ed-process p {
  margin: 0;
  font-size: 13.5px;
  color: #5a6a66;
  line-height: 1.45;
}

.vip-ed-aside { position: static; }
.vip-ed-form-card {
  background: #fff;
  border: 1px solid #d7e2de;
  border-radius: 14px;
  overflow: visible;
  box-shadow: 0 14px 36px rgba(2,48,48,.08);
}
.vip-ed-form-wide {
  max-width: 920px;
  margin: 0 auto;
}
.vip-ed-form-head {
  background: #023030;
  color: #fff;
  padding: 20px 22px 16px;
}
.vip-ed-form-head-wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 22px 26px;
}
.vip-ed-form-kicker {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
}
.vip-ed-form-head h2 {
  font-family: var(--vip-serif);
  font-size: 1.45rem;
  margin: 0 0 6px;
  color: #fff !important;
}
.vip-ed-form-head p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.45;
}
.vip-ed-form-head .vip-btn-light {
  background: #fff !important;
  color: #023030 !important;
  border-color: #fff !important;
  white-space: nowrap;
}
.vip-ed-form-body { padding: 22px 26px 24px; }
.vip-ed-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
}
.vip-ed-span-2 { grid-column: 1 / -1; }
.vip-ed-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.vip-ed-field { margin-bottom: 0; }
.vip-ed-grid-2 .vip-ed-field { margin-bottom: 0; }
.vip-ed-field label {
  display: block;
  font-size: 12.5px;
  font-weight: 650;
  color: #12201e;
  margin: 0 0 5px;
}
.vip-ed-field .req,
.vip-ed-consent .req { color: #b42318; }
.vip-ed-form .form-control,
.vip-ed-form textarea.form-control {
  width: 100%;
  height: 42px;
  border: 1px solid #d7e2de !important;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 14.5px;
  color: #12201e;
  background: #fff;
  box-shadow: none !important;
}
.vip-ed-form textarea.form-control {
  height: auto;
  min-height: 88px;
  padding: 10px 12px;
  resize: vertical;
}
.vip-ed-form .form-control:focus {
  border-color: #023030 !important;
  box-shadow: 0 0 0 3px rgba(2,48,48,.12) !important;
  outline: none;
}
.vip-ed-form .vip-phone {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 5;
}
.vip-ed-form .vip-phone.is-open {
  z-index: 80;
}
.vip-ed-form .vip-phone-menu {
  z-index: 90;
}
.vip-ed-form .vip-phone-number.form-control {
  border: 0 !important;
  box-shadow: none !important;
  height: 44px;
}
.vip-ed-form-body,
.vip-ed-form-grid,
.vip-ed-field {
  overflow: visible;
}
.vip-ed-form select.form-control {
  appearance: auto;
  -webkit-appearance: menulist;
  cursor: pointer;
  background-color: #fff;
}
.vip-ed-consent-panel {
  background: #f7faf9;
  border: 1px solid #d7e2de;
  border-radius: 12px;
  padding: 16px 18px;
}
.vip-ed-consent-panel strong {
  display: block;
  color: #023030;
  font-size: 1rem;
  margin-bottom: 6px;
}
.vip-ed-consent-panel p {
  margin: 0 0 12px;
  color: #5a6a66;
  font-size: 14px;
  line-height: 1.5;
}
.vip-ed-upload { margin: 0; }
.vip-ed-upload-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  text-align: left;
  border: 1.5px dashed #b7cbc5;
  border-radius: 10px;
  padding: 14px 16px;
  background: #f7faf9;
  cursor: pointer;
}
.vip-ed-upload-box input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.vip-ed-upload-box strong { color: #023030; font-size: 14px; display: block; }
.vip-ed-upload-box em { color: #5a6a66; font-size: 12px; font-style: normal; }
.vip-ed-upload-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e8f3f0;
  color: #023030;
  margin: 0;
  font-size: 18px;
  flex: 0 0 auto;
}
.vip-ed-file-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 8px 10px;
  background: #eef5f3;
  border-radius: 8px;
  font-size: 13px;
}
.vip-ed-file-remove {
  border: 0;
  background: none;
  color: #023030;
  font-weight: 650;
  cursor: pointer;
}
.vip-ed-form-foot {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #e6eeeb;
  display: grid;
  gap: 12px;
  max-width: 420px;
}
.vip-ed-consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 0;
  font-size: 13.5px;
  color: #2a3d39;
}
.vip-ed-consent input { margin-top: 2px; flex: 0 0 auto; }
.vip-ed-consent a { color: #023030; font-weight: 650; }
.vip-ed-submit {
  width: 100%;
  justify-content: center;
  background: #023030 !important;
  border-color: #023030 !important;
}
.vip-ed-secure-note {
  margin: 0;
  text-align: left;
  font-size: 12.5px;
  color: #5a6a66;
}
.vip-ed-hint {
  margin: 6px 0 0;
  font-size: 12.5px;
  color: #5a6a66;
}
.vip-ed-success .vip-ed-form-body p {
  color: #5a6a66;
  margin: 0 0 16px;
}

.vip-ed-faq-sec {
  background: #eef5f3;
  padding: 56px 0 64px;
}
.vip-ed-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr);
  gap: 24px;
  align-items: start;
}
.vip-ed-faq-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 18px;
}
.vip-ed-faq {
  background: #fff;
  border: 1px solid #d7e2de;
  border-radius: 12px;
  padding: 6px 22px;
  max-width: none;
}
.vip-ed-faq .vip-faq-item { border-bottom: 1px solid #e6eeeb; }
.vip-ed-faq .vip-faq-item:last-child { border-bottom: 0; }
.vip-ed-faq .vip-faq-item button {
  color: #1a1a1a;
  font-weight: 700;
  padding: 16px 40px 16px 0;
}
.vip-ed-faq .vip-faq-item button:after {
  color: #023030;
  top: 50%;
  transform: translateY(-50%);
}
.vip-ed-impact {
  background:
    radial-gradient(ellipse 80% 70% at 80% 20%, rgba(2,48,48,.12), transparent 55%),
    linear-gradient(160deg, #e8f3f0 0%, #fff 55%, #f7faf9 100%);
  border: 1px solid #d7e2de;
  border-radius: 14px;
  padding: 36px 24px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
}
.vip-ed-impact-quote {
  margin: 0;
  font-family: var(--vip-serif);
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
  line-height: 1.25;
  color: #023030;
  font-weight: 600;
}
.vip-ed-sticky {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 88px;
  z-index: 80;
  background: #023030;
  color: #fff !important;
  text-decoration: none !important;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(2,48,48,.25);
}

@media (max-width: 1100px) {
  .vip-ed-process { grid-template-columns: 1fr 1fr; }
  .vip-ed-benefits-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .vip-ed-merge-hero { min-height: 0; padding: 24px 0 0; }
  .vip-ed-merge-inner { grid-template-columns: 1fr; min-height: 0; }
  .vip-ed-merge-copy { order: 1; max-width: none; padding-bottom: 8px; }
  .vip-ed-merge-visual {
    display: none;
  }
  .vip-ed-hero-features {
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
  .vip-ed-hero-features li { align-items: center; }
  .vip-ed-why-grid,
  .vip-ed-two,
  .vip-ed-faq-layout,
  .vip-ed-form-grid { grid-template-columns: 1fr !important; }
  .vip-ed-grid-2 { grid-template-columns: 1fr !important; }
  .vip-ed-span-2 { grid-column: auto; }
  .vip-ed-form-body { padding: 18px 16px 20px; }
  .vip-ed-form-head-wide { padding: 18px 16px; }
  .vip-ed-form-foot { max-width: none; }
  .vip-ed-merge-hero .vip-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }
  .vip-ed-merge-hero .vip-hero-ctas .vip-btn {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .vip-ed-benefits-grid,
  .vip-ed-process { grid-template-columns: 1fr !important; }
  .vip-ed-sticky { display: inline-flex; }
  .vip-ed-faq-head { flex-direction: column; align-items: flex-start; }
  .vip-ed-upload-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

/* Legacy unused showcase hooks kept harmless */
.vip-ed-hero { padding: 0; }
.vip-ed-hero-grid { display: contents; }
.vip-ed-pillars,
.vip-ed-stage,
.vip-ed-showcase,
.vip-ed-hero-fallback { display: none !important; }
.vip-ed-benefits { display: none; }
.vip-ed-questions { display: none; }
.vip-ed-mini-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f3f0;
  color: #023030;
  margin-bottom: 12px;
  font-size: 16px;
}
/* ===== Auth (login / signup / password) ===== */
.vip-auth {
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(47,111,106,.12), transparent 55%),
    radial-gradient(ellipse 70% 50% at 100% 20%, rgba(154,123,69,.1), transparent 50%),
    linear-gradient(180deg, #eef4f1 0%, var(--vip-cream) 45%, var(--vip-paper) 100%);
  padding: 48px 16px 64px;
  min-height: calc(100vh - 180px);
  display: flex;
  align-items: center;
}
.vip-auth-wrap {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.vip-auth-wrap.is-wide { max-width: 520px; }
.vip-auth-card {
  background: var(--vip-white);
  border: 1px solid var(--vip-line);
  border-radius: 14px;
  box-shadow: var(--vip-shadow);
  padding: 32px 30px 28px;
}
.vip-auth-brand {
  text-align: center;
  margin-bottom: 18px;
}
.vip-auth-brand img {
  max-height: 56px;
  width: auto;
  margin: 0 auto 10px;
  display: block;
}
.vip-auth-brand .vip-logo-name {
  font-family: var(--vip-serif);
  font-size: 1.15rem;
  color: var(--vip-green);
  font-weight: 600;
  margin: 0;
}
.vip-auth-brand .vip-logo-tag {
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--vip-muted);
  margin: 2px 0 0;
}
.vip-auth-head { text-align: center; margin-bottom: 22px; }
body.vip-site .vip-auth-head h1 {
  font-family: var(--vip-serif) !important;
  font-size: clamp(1.65rem, 3vw, 2rem) !important;
  color: var(--vip-ink) !important;
  margin: 0 0 8px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}
.vip-auth-head p {
  margin: 0;
  color: var(--vip-muted);
  font-size: 14.5px;
}
.vip-auth-form .vip-field { margin-bottom: 14px; }
.vip-auth-form label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--vip-ink);
  margin: 0 0 6px;
}
.vip-auth-form label .req { color: #b42318; margin-left: 2px; }
.vip-auth-form .form-control,
.vip-auth-form input[type=email],
.vip-auth-form input[type=password],
.vip-auth-form input[type=text],
.vip-auth-form input[type=tel] {
  width: 100%;
  height: 46px;
  border: 1px solid var(--vip-line) !important;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 15px;
  color: var(--vip-ink);
  background: #fff;
  box-shadow: none !important;
  transition: border-color .2s, box-shadow .2s;
}
.vip-auth-form .form-control:focus,
.vip-auth-form input:focus {
  border-color: var(--vip-teal) !important;
  box-shadow: 0 0 0 3px rgba(47,111,106,.14) !important;
  outline: none;
}
.vip-auth-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 13.5px;
}
.vip-auth-link {
  color: var(--vip-green) !important;
  font-weight: 600;
  text-decoration: none !important;
}
.vip-auth-link:hover { color: var(--vip-green-dark) !important; text-decoration: underline !important; }
.vip-auth-form .vip-btn {
  width: 100%;
  justify-content: center;
  height: 48px;
  margin-top: 4px;
  font-size: 15px;
}
.vip-auth-foot {
  text-align: center;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--vip-line);
  font-size: 14px;
  color: var(--vip-muted);
}
.vip-auth-note {
  margin: 14px 0 0;
  font-size: 12.5px;
  color: var(--vip-muted);
  text-align: center;
}
.vip-auth-success {
  text-align: center;
  padding: 12px 0 4px;
}
.vip-auth-success .vip-auth-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #e8f2ef;
  color: var(--vip-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
}
.vip-auth-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* ===== Author dashboard ===== */
.vip-dash {
  background:
    linear-gradient(180deg, #eef4f1 0%, var(--vip-cream) 28%, var(--vip-paper) 100%);
  padding: 36px 0 56px;
  min-height: calc(100vh - 160px);
}
.vip-dash .vip-wrap { max-width: 1100px; }
.vip-dash-head {
  text-align: center;
  margin-bottom: 22px;
}
body.vip-site .vip-dash-head h1 {
  font-family: var(--vip-serif) !important;
  font-size: clamp(1.7rem, 3vw, 2.2rem) !important;
  color: var(--vip-ink) !important;
  margin: 0 0 6px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}
.vip-dash-head p {
  margin: 0;
  color: var(--vip-muted);
  font-size: 15px;
}
.vip-dash-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 24px;
}
.vip-dash-nav a {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 8px;
  border: 1px solid var(--vip-line);
  background: #fff;
  color: var(--vip-green) !important;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background .2s, color .2s, border-color .2s, box-shadow .2s;
}
.vip-dash-nav a:hover {
  border-color: var(--vip-teal);
  background: #f3f8f6;
}
.vip-dash-nav a.is-active {
  background: var(--vip-green);
  border-color: var(--vip-green);
  color: #fff !important;
  box-shadow: 0 6px 16px rgba(27,77,74,.22);
}
.vip-dash-card {
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 14px;
  box-shadow: var(--vip-shadow);
  overflow: hidden;
}
.vip-dash-banner {
  background: linear-gradient(135deg, var(--vip-green) 0%, var(--vip-teal) 100%);
  color: #fff;
  padding: 22px 26px;
  text-align: center;
}
body.vip-site .vip-dash-banner h2 {
  font-family: var(--vip-serif) !important;
  font-size: clamp(1.35rem, 2.5vw, 1.7rem) !important;
  color: #fff !important;
  margin: 0 0 4px !important;
  font-weight: 600 !important;
}
.vip-dash-banner p {
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 14.5px;
}
.vip-dash-body { padding: 26px; }
.vip-dash-footer {
  padding: 16px 26px;
  background: #f7f5ef;
  border-top: 1px solid var(--vip-line);
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.vip-dash-form label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--vip-ink);
  margin: 0 0 6px;
}
.vip-dash-form label .req,
.vip-dash .required-star { color: #b42318; }
.vip-dash-form .form-group { margin-bottom: 14px; }
.vip-dash-form .form-control,
.vip-dash-form select.form-control,
.vip-dash-form input[type=file].form-control {
  width: 100%;
  height: 46px;
  border: 1px solid var(--vip-line) !important;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 15px;
  color: var(--vip-ink);
  background: #fff;
  box-shadow: none !important;
}
.vip-dash-form .form-control:focus,
.vip-dash-form select.form-control:focus {
  border-color: var(--vip-teal) !important;
  box-shadow: 0 0 0 3px rgba(47,111,106,.14) !important;
}
.vip-dash-form .form-section-title {
  font-family: var(--vip-serif);
  font-size: 1.05rem;
  color: var(--vip-green);
  font-weight: 600;
  margin: 8px 0 14px;
}
.vip-dash-actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
}
.vip-dash-table-wrap {
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 14px;
  box-shadow: var(--vip-shadow);
  overflow: auto;
}
.vip-dash-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  background: #fff;
}
.vip-dash-table thead th {
  background: #f3f1ea;
  color: var(--vip-ink);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 14px 16px;
  border-bottom: 1px solid var(--vip-line);
  white-space: nowrap;
}
.vip-dash-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--vip-line);
  font-size: 14.5px;
  color: var(--vip-ink);
  vertical-align: middle;
}
.vip-dash-table tbody tr:last-child td { border-bottom: 0; }
.vip-dash-table tbody tr:hover { background: #faf9f5; }
.vip-dash-empty {
  text-align: center;
  padding: 28px 16px !important;
  color: var(--vip-muted);
  font-weight: 600;
}

/* Map legacy account class names to new look (fallback while migrating) */
.account-dashboard {
  background: linear-gradient(180deg, #eef4f1 0%, var(--vip-cream) 28%, var(--vip-paper) 100%) !important;
  min-height: calc(100vh - 160px);
  padding: 36px 0 56px !important;
}
.dashboard-title { color: var(--vip-ink) !important; font-family: var(--vip-serif) !important; }
.dashboard-subtitle { color: var(--vip-muted) !important; }
.dashboard-nav .nav-link {
  background: #fff !important;
  color: var(--vip-green) !important;
  border: 1px solid var(--vip-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}
.dashboard-nav .nav-link:hover,
.dashboard-nav .nav-link.active {
  background: var(--vip-green) !important;
  color: #fff !important;
  border-color: var(--vip-green) !important;
  box-shadow: 0 6px 16px rgba(27,77,74,.22) !important;
}
.dashboard-card {
  border: 1px solid var(--vip-line) !important;
  border-radius: 14px !important;
  box-shadow: var(--vip-shadow) !important;
}
.profile-banner,
.dashboard-card .card-header {
  background: linear-gradient(135deg, var(--vip-green) 0%, var(--vip-teal) 100%) !important;
  color: #fff !important;
}
.profile-banner h4,
.dashboard-card .card-header h5 { color: #fff !important; font-family: var(--vip-serif) !important; }
.dashboard-card .form-control:focus {
  border-color: var(--vip-teal) !important;
  box-shadow: 0 0 0 3px rgba(47,111,106,.14) !important;
}
.btn-update,
.btn-premium {
  background: var(--vip-green) !important;
  color: #fff !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}
.btn-update:hover,
.btn-premium:hover {
  background: var(--vip-green-dark) !important;
  transform: none !important;
  box-shadow: 0 8px 18px rgba(27,77,74,.2) !important;
}
.table-premium thead th { background: #f3f1ea !important; color: var(--vip-ink) !important; }
.table-premium tbody tr:hover { background: #faf9f5 !important; }
.text-info.font-weight-bold { color: var(--vip-green) !important; }

@media (max-width: 640px) {
  .vip-auth { padding: 28px 12px 40px; }
  .vip-auth-card { padding: 24px 18px 22px; }
  .vip-auth-grid-2 { grid-template-columns: 1fr; }
  .vip-dash-nav { flex-direction: column; }
  .vip-dash-nav a { justify-content: center; width: 100%; }
  .vip-dash-body,
  .vip-dash-footer { padding: 18px; }
  .vip-dash-footer .vip-btn,
  .vip-dash-actions .vip-btn,
  .vip-dash-actions .btn-premium { width: 100%; justify-content: center; }
}

/* Author orders */
.vip-order-card {
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 14px;
  box-shadow: var(--vip-shadow);
  margin-bottom: 16px;
  overflow: hidden;
}
.vip-order-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 16px 20px;
  background: #f7f5ef;
  border-bottom: 1px solid var(--vip-line);
}
.vip-order-no {
  font-weight: 700;
  color: var(--vip-ink);
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.vip-order-status {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  background: #e8f2ef;
  color: var(--vip-green);
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
}
.vip-order-date { color: var(--vip-muted); font-size: 13px; margin-top: 4px; }
.vip-order-side { text-align: right; }
.vip-order-total {
  font-family: var(--vip-serif);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--vip-green);
}
.vip-order-item {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid var(--vip-line);
}
.vip-order-item:last-child { border-bottom: 0; }
.vip-order-cover {
  width: 56px;
  height: 76px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--vip-line);
  flex: 0 0 auto;
}
.vip-order-title { font-weight: 600; color: var(--vip-ink); font-size: 15px; }
.vip-order-meta { color: var(--vip-muted); font-size: 13.5px; margin-top: 4px; }
@media (max-width: 640px) {
  .vip-order-side { text-align: left; width: 100%; }
}

/* ===== Author dashboard app ===== */
body.vip-author-app {
  background: #eef1f4 !important;
  overflow-x: hidden;
}
body.vip-author-app #content { min-height: 100vh; }
.vip-ad {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 100vh;
  background: #eef1f4;
}
.vip-ad-sidebar {
  background: #132f2d;
  color: rgba(255,255,255,.86);
  padding: 18px 14px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}
.vip-ad-brand a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  text-decoration: none !important;
  font-family: var(--vip-serif);
  font-weight: 600;
  font-size: 15px;
  padding: 6px 8px;
}
.vip-ad-brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
}
.vip-ad-nav { display: flex; flex-direction: column; gap: 4px; }
.vip-ad-nav-link {
  display: block;
  padding: 11px 12px;
  border-radius: 8px;
  color: rgba(255,255,255,.84) !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
}
.vip-ad-nav-link:hover { background: rgba(255,255,255,.08); color: #fff !important; }
.vip-ad-nav-link.is-active {
  background: rgba(255,255,255,.14);
  color: #fff !important;
}
.vip-ad-help {
  margin-top: auto;
  background: rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 14px;
}
.vip-ad-help strong { display: block; color: #fff; margin-bottom: 4px; }
.vip-ad-help p { margin: 0 0 12px; font-size: 13px; color: rgba(255,255,255,.72); }
.vip-ad-help-btn {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff;
  color: var(--vip-green) !important;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none !important;
}
.vip-ad-main { min-width: 0; }
.vip-ad-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  background: #fff;
  border-bottom: 1px solid #e3e8ef;
  position: sticky;
  top: 0;
  z-index: 20;
}
.vip-ad-menu-btn {
  display: none;
  border: 1px solid #d7dee8;
  background: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 13px;
  color: var(--vip-ink);
}
.vip-ad-top-spacer { flex: 1; }
.vip-ad-top-link {
  color: var(--vip-muted) !important;
  text-decoration: none !important;
  font-size: 13.5px;
  font-weight: 600;
}
.vip-ad-top-link:hover { color: var(--vip-green) !important; }
.vip-ad-user {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 8px;
}
.vip-ad-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--vip-green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.vip-ad-user-meta { line-height: 1.25; }
.vip-ad-user-meta strong { display: block; font-size: 13.5px; color: var(--vip-ink); }
.vip-ad-user-meta span { font-size: 12px; color: var(--vip-muted); }
.vip-ad-content { padding: 22px; }
.vip-ad-alert {
  background: #e8f6ee;
  color: #1b5e3b;
  border: 1px solid #c6e6d3;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}
.vip-ad-page-head { margin-bottom: 18px; }
.vip-ad-kicker {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--vip-teal);
  font-weight: 700;
  margin-bottom: 6px;
}
body.vip-site .vip-ad-page-head h1,
body.vip-site .vip-ad-page-head h1 {
  font-family: var(--vip-serif) !important;
  font-size: clamp(1.55rem, 2.4vw, 2rem) !important;
  color: var(--vip-ink) !important;
  margin: 0 0 6px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}
.vip-ad-page-head p { margin: 0; color: var(--vip-muted); font-size: 14.5px; max-width: 46rem; }
.vip-ad-home {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 18px;
  align-items: start;
}
.vip-ad-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}
.vip-ad-stat {
  background: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 12px;
  padding: 16px;
  border-top: 3px solid var(--vip-green);
  box-shadow: 0 8px 20px rgba(19,47,45,.04);
}
.vip-ad-stat.is-blue { border-top-color: #2f6f9a; }
.vip-ad-stat.is-amber { border-top-color: #c49a3c; }
.vip-ad-stat.is-green { border-top-color: #2f7d57; }
.vip-ad-stat.is-rose { border-top-color: #b44b4b; }
.vip-ad-stat span {
  display: block;
  font-size: 12.5px;
  color: var(--vip-muted);
  font-weight: 600;
  margin-bottom: 8px;
}
.vip-ad-stat strong {
  font-family: var(--vip-serif);
  font-size: 2rem;
  color: var(--vip-ink);
  line-height: 1;
}
.vip-ad-panel {
  background: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(19,47,45,.04);
  overflow: hidden;
}
.vip-ad-panel + .vip-ad-panel { margin-top: 16px; }
.vip-ad-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid #eef2f6;
}
body.vip-site .vip-ad-panel-head h2 {
  margin: 0 !important;
  font-size: 1rem !important;
  font-family: var(--vip-sans) !important;
  color: var(--vip-ink) !important;
  font-weight: 700 !important;
}
.vip-ad-panel-head a {
  color: var(--vip-green) !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}
.vip-ad-panel-body { padding: 18px 16px; }
.vip-ad-panel-foot {
  padding: 14px 16px;
  background: #f7f9fb;
  border-top: 1px solid #eef2f6;
  display: flex;
  justify-content: flex-end;
}
.vip-ad-banner {
  background: linear-gradient(135deg, var(--vip-green), var(--vip-teal));
  color: #fff;
  padding: 18px 16px;
}
.vip-ad-banner strong { display: block; font-size: 1.15rem; }
.vip-ad-banner span { opacity: .9; font-size: 13.5px; }
.vip-ad-table-wrap { overflow: auto; }
.vip-ad-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.vip-ad-table th,
.vip-ad-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #eef2f6;
  text-align: left;
  font-size: 13.5px;
  vertical-align: middle;
}
.vip-ad-table th {
  background: #f7f9fb;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #5b6775;
  font-weight: 700;
  white-space: nowrap;
}
.vip-ad-table tr:last-child td { border-bottom: 0; }
.vip-ad-badge {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e8f1f6;
  color: #245f7a;
  font-size: 12px;
  font-weight: 700;
}
.vip-ad-link-btn {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 7px;
  border: 1px solid #d7dee8;
  color: var(--vip-green) !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 12.5px;
}
.vip-ad-empty {
  text-align: center;
  color: var(--vip-muted);
  font-weight: 600;
  padding: 28px 12px !important;
}
.vip-ad-actions { display: flex; flex-direction: column; gap: 10px; padding: 14px 16px 16px; }
.vip-ad-action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 9px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
}
.vip-ad-action.is-primary { background: var(--vip-green); color: #fff !important; }
.vip-ad-action.is-secondary { background: #2f7d57; color: #fff !important; }
.vip-ad-action.is-ghost {
  background: #fff;
  color: var(--vip-green) !important;
  border: 1px solid #cfd8e3;
}
.vip-ad-notes {
  list-style: none;
  margin: 0;
  padding: 6px 0 10px;
}
.vip-ad-notes li {
  padding: 12px 16px;
  border-bottom: 1px solid #eef2f6;
}
.vip-ad-notes li:last-child { border-bottom: 0; }
.vip-ad-notes strong { display: block; color: var(--vip-ink); font-size: 13.5px; margin-bottom: 3px; }
.vip-ad-notes span { color: var(--vip-muted); font-size: 12.5px; }
.vip-ad .form-group { margin-bottom: 14px; }
.vip-ad label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--vip-ink);
  margin: 0 0 6px;
}
.vip-ad label .req { color: #b42318; }
.vip-ad .form-control,
.vip-ad select.form-control,
.vip-ad input[type=file].form-control {
  width: 100%;
  height: 46px;
  border: 1px solid #d7dee8 !important;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 15px;
  background: #fff;
  box-shadow: none !important;
}
.vip-ad .form-control:focus {
  border-color: var(--vip-teal) !important;
  box-shadow: 0 0 0 3px rgba(47,111,106,.14) !important;
}
.vip-ad .form-section-title {
  font-family: var(--vip-serif);
  color: var(--vip-green);
  font-size: 1.05rem;
  font-weight: 600;
  margin: 6px 0 14px;
}

@media (max-width: 1100px) {
  .vip-ad-home { grid-template-columns: 1fr; }
  .vip-ad-stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .vip-ad { grid-template-columns: 1fr; }
  .vip-ad-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: min(86vw, 280px);
    z-index: 50;
    transform: translateX(-105%);
    transition: transform .2s ease;
  }
  .vip-ad-sidebar.is-open { transform: translateX(0); }
  .vip-ad-menu-btn { display: inline-flex; }
  body.vip-ad-sidebar-open::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    z-index: 40;
  }
}
@media (max-width: 640px) {
  .vip-ad-content { padding: 14px; }
  .vip-ad-stats { grid-template-columns: 1fr; }
  .vip-ad-user-meta span { display: none; }
  .vip-ad-top-link { display: none; }
}

/* Author support tickets */
.vip-ad-support {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 18px;
  align-items: start;
}
.vip-ad-textarea {
  height: auto !important;
  min-height: 140px;
  padding: 12px !important;
  resize: vertical;
}
.vip-ad-contact-line {
  margin: 0 0 10px;
  color: var(--vip-muted);
  font-size: 14.5px;
}
.vip-ad-contact-line a { color: var(--vip-green) !important; font-weight: 600; text-decoration: none !important; }
.vip-ad-thread { display: flex; flex-direction: column; gap: 10px; }
.vip-ad-thread-item {
  border-radius: 10px;
  padding: 12px 14px;
  background: #f5f7fa;
  border: 1px solid #e6ebf1;
}
.vip-ad-thread-item.is-admin {
  background: #eef6f3;
  border-color: #d5e8e1;
}
.vip-ad-thread-meta {
  font-size: 12px;
  font-weight: 700;
  color: var(--vip-muted);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.vip-ad-thread-body {
  font-size: 14.5px;
  color: var(--vip-ink);
  line-height: 1.55;
}
@media (max-width: 980px) {
  .vip-ad-support { grid-template-columns: 1fr; }
}

/* Book details — Read eBook */
.vip-ebook-actions { margin-top: 14px; }
.vip-ebook-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  background: #1b4d4a;
  color: #fff !important;
  text-decoration: none !important;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.2;
  transition: background .15s ease;
}
.vip-ebook-btn:hover { background: #143c3a; color: #fff !important; }
.vip-ebook-btn-block {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 8px;
  box-sizing: border-box;
}
.vip-ebook-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* =====================================================
   Book detail + Table of Contents
===================================================== */
.vip-bd { padding: 28px 0 64px; background: linear-gradient(180deg, #eef4f1 0%, var(--vip-paper) 120px); }
.vip-bd-crumb {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
  font-size: 13.5px; color: var(--vip-muted); margin: 0 0 22px;
}
.vip-bd-crumb a { color: var(--vip-green); text-decoration: none; }
.vip-bd-crumb a:hover { text-decoration: underline; }
.vip-bd-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}
.vip-bd-hero {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 14px;
  padding: 22px;
  box-shadow: var(--vip-shadow);
}
.vip-bd-cover {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #f3f1ea;
  box-shadow: 0 14px 30px rgba(28,36,33,.12);
}
.vip-bd-cover img { display: block; width: 100%; height: auto; }
.vip-bd-copy h1 {
  margin: 0 0 8px;
  font-family: var(--vip-serif);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.25;
  color: var(--vip-ink);
}
.vip-bd-byline { margin: 0 0 16px; color: var(--vip-muted); }
.vip-bd-meta {
  list-style: none; margin: 0 0 16px; padding: 0;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 16px;
}
.vip-bd-meta li { display: flex; flex-direction: column; gap: 2px; }
.vip-bd-meta span { font-size: 12px; color: var(--vip-muted); letter-spacing: .04em; text-transform: uppercase; }
.vip-bd-meta strong { font-size: 14.5px; color: var(--vip-ink); font-weight: 600; }
.vip-bd-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 14px; }
.vip-bd-tags span {
  display: inline-flex; padding: 6px 10px; border-radius: 999px;
  background: rgba(27,77,74,.08); color: var(--vip-green); font-size: 12.5px; font-weight: 600;
}
.vip-bd-desc { margin: 0 0 18px; color: var(--vip-muted); line-height: 1.65; }
.vip-bd-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.vip-bd-price-card,
.vip-bd-details-card,
.vip-bd-share {
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 14px;
  padding: 18px;
  box-shadow: var(--vip-shadow);
  margin-bottom: 16px;
}
.vip-bd-price {
  font-family: var(--vip-serif);
  font-size: 2rem;
  font-weight: 600;
  color: var(--vip-green);
  line-height: 1.1;
}
.vip-bd-stock { margin: 6px 0 14px; font-size: 14px; font-weight: 600; }
.vip-bd-stock.is-in { color: #2f6f6a; }
.vip-bd-stock.is-out { color: #a03c30; }
.vip-bd-price-rows { border-top: 1px solid var(--vip-line); padding-top: 12px; margin-bottom: 16px; }
.vip-bd-price-rows div {
  display: flex; justify-content: space-between; gap: 12px;
  margin: 0 0 8px; font-size: 14px; color: var(--vip-muted);
}
.vip-bd-price-rows strong { color: var(--vip-ink); }
.vip-bd-cart-form .vip-btn,
.vip-bd-ebook-side { width: 100%; justify-content: center; }
.vip-bd-ebook-side { margin-top: 8px; }
.vip-bd-details-card h3,
.vip-bd-share h3 {
  margin: 0 0 12px;
  font-size: 15px;
  font-family: var(--vip-sans);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--vip-ink);
}
.vip-bd-details-card ul { list-style: none; margin: 0; padding: 0; }
.vip-bd-details-card li {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 8px 0; border-bottom: 1px solid #efece4; font-size: 14px;
}
.vip-bd-details-card li span { color: var(--vip-muted); }
.vip-bd-details-card li strong { text-align: right; color: var(--vip-ink); font-weight: 600; }
.vip-bd-details-card a { color: var(--vip-green); }
.vip-bd-share-links { display: flex; flex-wrap: wrap; gap: 8px; }
.vip-bd-share-links a {
  display: inline-flex; padding: 8px 12px; border-radius: 8px;
  border: 1px solid var(--vip-line); color: var(--vip-ink); text-decoration: none; font-size: 13px; font-weight: 600;
}
.vip-bd-share-links a:hover { border-color: var(--vip-green); color: var(--vip-green); }

.vip-bd-toc {
  margin-top: 28px;
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 14px;
  padding: 20px;
  box-shadow: var(--vip-shadow);
}
.vip-bd-toc-head {
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--vip-line);
}
.vip-bd-toc-head h2 {
  margin: 0; font-family: var(--vip-serif); font-size: 1.45rem; color: var(--vip-ink);
}
.vip-bd-toc-head span { color: var(--vip-muted); font-size: 14px; }
.vip-bd-toc-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.vip-bd-toc-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 10px;
  background: #f7f5f0;
}
.vip-bd-toc-num {
  width: 42px; height: 42px; border-radius: 8px;
  display: grid; place-items: center;
  background: rgba(27,77,74,.1); color: var(--vip-green);
  font-weight: 700; font-variant-numeric: tabular-nums;
}
.vip-bd-toc-body { min-width: 0; }
.vip-bd-toc-body strong {
  display: block; color: var(--vip-ink); font-size: 15px; line-height: 1.35; margin-bottom: 2px;
}
.vip-bd-toc-body > span { display: block; color: var(--vip-muted); font-size: 13.5px; }
.vip-bd-toc-extra { margin-top: 6px; }
.vip-bd-toc-extra a { color: var(--vip-green); font-size: 13px; font-weight: 600; text-decoration: none; }
.vip-bd-toc-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 9px 14px; border-radius: 8px; background: var(--vip-green); color: #fff !important;
  text-decoration: none !important; font-size: 13px; font-weight: 600; white-space: nowrap;
}
.vip-bd-toc-btn:hover { background: var(--vip-green-dark); }
.vip-bd-toc-btn.is-ghost {
  background: #fff; color: var(--vip-green) !important; border: 1px solid var(--vip-green);
}
.vip-bd-full-desc {
  margin-top: 28px; background: #fff; border: 1px solid var(--vip-line);
  border-radius: 14px; padding: 20px; box-shadow: var(--vip-shadow);
}
.vip-bd-full-desc h2 {
  margin: 0 0 12px; font-family: var(--vip-serif); font-size: 1.35rem;
}
.vip-bd-prose { color: var(--vip-muted); line-height: 1.7; }
.vip-bd-related {
  margin-top: 28px;
  padding-top: 8px;
}
.vip-bd-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.vip-bd-related-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid #d7e2de;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  background: #fff;
}
.vip-bd-related-card:hover { border-color: #1b4d4a; }
.vip-bd-related-card img,
.vip-bd-related-empty {
  width: 56px;
  height: 84px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  background: #e8efed;
}
.vip-bd-related-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #1b4d4a;
}
.vip-bd-related-card strong {
  display: block;
  font-size: 14.5px;
  line-height: 1.35;
  color: #023030;
}
.vip-bd-related-card em {
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-size: 13px;
  color: #4a5c58;
}
.vip-bd-services { margin-top: 28px; }
.vip-bd-role {
  font-weight: 600;
  color: #1b4d4a;
  margin-right: 4px;
}
.vip-bd-final { margin-top: 0; }
@media (max-width: 767px) {
  .vip-bd-related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .vip-bd-grid { grid-template-columns: 1fr; }
  .vip-bd-hero { grid-template-columns: 160px minmax(0, 1fr); }
}
@media (max-width: 640px) {
  .vip-bd-hero { grid-template-columns: 1fr; }
  .vip-bd-cover { max-width: 220px; margin: 0 auto; }
  .vip-bd-meta { grid-template-columns: 1fr; }
  .vip-bd-toc-item { grid-template-columns: 42px minmax(0, 1fr); }
  .vip-bd-toc-cta { grid-column: 2; }
}

/* ========== Cart & Checkout (VIP) ========== */
.vip-cart-page,
.vip-checkout-page {
  padding: 48px 0 72px;
  background: linear-gradient(180deg, #f7f4ed 0%, var(--vip-paper) 28%, var(--vip-paper) 100%);
}
.vip-cart-head,
.vip-checkout-head {
  text-align: center;
  margin-bottom: 32px;
}
.vip-cart-head h1,
.vip-checkout-head h1,
body.vip-site .vip-cart-head h1,
body.vip-site .vip-checkout-head h1 {
  font-family: var(--vip-serif) !important;
  color: var(--vip-green) !important;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem) !important;
  margin: 0 0 8px !important;
  font-weight: 650 !important;
}
.vip-cart-head p,
.vip-checkout-head p {
  margin: 0;
  color: var(--vip-muted);
  font-size: 1.02rem;
}
.vip-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
}
.vip-cart-list {
  display: grid;
  gap: 16px;
}
.vip-cart-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 12px;
  box-shadow: var(--vip-shadow);
}
.vip-cart-cover {
  width: 96px;
  aspect-ratio: 2 / 3;
  border-radius: 6px;
  overflow: hidden;
  background: #eef3f1;
  border: 1px solid var(--vip-line);
}
.vip-cart-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vip-cart-remove {
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: none;
  color: #a03c30;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  font-family: var(--vip-sans);
}
.vip-cart-remove:hover { text-decoration: underline; }
.vip-cart-item h2,
body.vip-site .vip-cart-item h2 {
  font-family: var(--vip-serif) !important;
  color: var(--vip-green) !important;
  font-size: 1.2rem !important;
  margin: 0 0 10px !important;
  line-height: 1.35 !important;
  font-weight: 650 !important;
}
.vip-cart-meta {
  display: grid;
  gap: 4px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
.vip-cart-meta li {
  font-size: 13.5px;
  color: var(--vip-muted);
  line-height: 1.45;
}
.vip-cart-meta strong {
  color: var(--vip-ink);
  font-weight: 650;
  min-width: 7.5rem;
  display: inline-block;
}
.vip-cart-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
}
.vip-cart-qty {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid var(--vip-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.vip-cart-qty input {
  width: 64px;
  border: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 650;
  color: var(--vip-ink);
  padding: 10px 6px;
  background: transparent;
  font-family: var(--vip-sans);
}
.vip-cart-qty button {
  border: 0;
  border-left: 1px solid var(--vip-line);
  background: #f4f7f5;
  color: var(--vip-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 0 14px;
  cursor: pointer;
  font-family: var(--vip-sans);
}
.vip-cart-qty button:hover { background: var(--vip-green); color: #fff; }
.vip-cart-price {
  margin: 0;
  font-family: var(--vip-serif);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--vip-green);
}
.vip-cart-summary {
  position: sticky;
  top: 96px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 12px;
  box-shadow: var(--vip-shadow);
}
.vip-cart-summary h3,
body.vip-site .vip-cart-summary h3 {
  font-family: var(--vip-serif) !important;
  color: var(--vip-ink) !important;
  font-size: 1.15rem !important;
  margin: 0 0 14px !important;
}
.vip-cart-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14.5px;
  color: var(--vip-muted);
  margin-bottom: 8px;
}
.vip-cart-summary-row.is-total {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--vip-line);
  color: var(--vip-ink);
  font-weight: 700;
  font-size: 1.05rem;
}
.vip-cart-summary-row.is-total strong { color: var(--vip-green); font-size: 1.25rem; }
.vip-cart-summary .vip-btn { width: 100%; justify-content: center; margin-top: 16px; }
.vip-cart-summary .vip-text-link {
  display: block;
  text-align: center;
  margin-top: 12px;
  color: var(--vip-green);
  font-weight: 650;
  font-size: 14px;
  text-decoration: none;
}
.vip-cart-empty {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  padding: 48px 28px;
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 14px;
  box-shadow: var(--vip-shadow);
}
.vip-cart-empty h2,
body.vip-site .vip-cart-empty h2 {
  font-family: var(--vip-serif) !important;
  color: var(--vip-green) !important;
  margin: 0 0 10px !important;
}
.vip-cart-empty p { color: var(--vip-muted); margin: 0 0 22px; }

/* Checkout steps */
.vip-co-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 760px;
  margin: 0 auto 36px;
}
.vip-co-step {
  text-align: center;
  padding: 8px;
}
.vip-co-step-num {
  width: 42px;
  height: 42px;
  margin: 0 auto 8px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 15px;
  background: #e8eeeb;
  color: var(--vip-muted);
}
.vip-co-step.is-done .vip-co-step-num {
  background: var(--vip-teal);
  color: #fff;
}
.vip-co-step.is-active .vip-co-step-num {
  background: var(--vip-green);
  color: #fff;
  box-shadow: 0 8px 18px rgba(27, 77, 74, 0.22);
}
.vip-co-step-label {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--vip-muted);
}
.vip-co-step.is-active .vip-co-step-label,
.vip-co-step.is-done .vip-co-step-label { color: var(--vip-green); }

.vip-co-card {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 14px;
  padding: 28px 28px 30px;
  box-shadow: var(--vip-shadow);
}
.vip-co-card.is-wide { max-width: 920px; }
.vip-co-card h2,
body.vip-site .vip-co-card h2 {
  font-family: var(--vip-serif) !important;
  color: var(--vip-green) !important;
  font-size: clamp(1.5rem, 2.4vw, 1.9rem) !important;
  text-align: center;
  margin: 0 0 6px !important;
}
.vip-co-card > .vip-co-sub {
  text-align: center;
  color: var(--vip-muted);
  margin: 0 0 26px;
  font-size: 15px;
}
.vip-co-form label {
  display: block;
  font-weight: 650;
  color: var(--vip-ink);
  margin-bottom: 6px;
  font-size: 14px;
}
.vip-co-form .req {
  color: #a03c30;
  float: right;
  font-weight: 700;
}
.vip-co-form .vip-field { margin-bottom: 16px; }
.vip-co-form .vip-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.vip-co-form input[type="text"],
.vip-co-form input[type="email"],
.vip-co-form input[type="password"],
.vip-co-form input[type="tel"] {
  width: 100%;
  height: 48px;
  border: 1px solid var(--vip-line);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 15px;
  color: var(--vip-ink);
  background: #fff;
  font-family: var(--vip-sans);
  box-sizing: border-box;
}
.vip-co-form input:focus {
  outline: 0;
  border-color: var(--vip-teal);
  box-shadow: 0 0 0 3px rgba(47, 111, 106, 0.12);
}
.vip-co-form .vip-btn { width: 100%; justify-content: center; margin-top: 8px; }
.vip-co-form .vip-co-aside {
  margin-top: 14px;
  text-align: center;
  font-size: 14.5px;
  color: var(--vip-muted);
}
.vip-co-form .vip-co-aside a {
  color: var(--vip-green);
  font-weight: 700;
  text-decoration: none;
}
.vip-co-form .vip-co-aside a:hover { text-decoration: underline; }

.vip-co-review-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--vip-line);
}
.vip-co-review-item:first-of-type { padding-top: 0; }
.vip-co-review-cover {
  width: 88px;
  aspect-ratio: 2 / 3;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--vip-line);
  background: #eef3f1;
}
.vip-co-review-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vip-co-review-item h3,
body.vip-site .vip-co-review-item h3 {
  font-family: var(--vip-serif) !important;
  color: var(--vip-green) !important;
  font-size: 1.1rem !important;
  margin: 0 0 8px !important;
  line-height: 1.35 !important;
}
.vip-co-review-meta {
  font-size: 13.5px;
  color: var(--vip-muted);
  margin-bottom: 3px;
}
.vip-co-review-meta strong { color: var(--vip-ink); font-weight: 650; min-width: 5rem; display: inline-block; }
.vip-co-review-price {
  margin-top: 10px;
  font-family: var(--vip-serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--vip-green);
}
.vip-co-ship {
  margin-top: 18px;
  padding: 16px 18px;
  background: #f4f7f5;
  border-radius: 10px;
  border: 1px solid var(--vip-line);
}
.vip-co-ship h3,
body.vip-site .vip-co-ship h3 {
  font-family: var(--vip-serif) !important;
  color: var(--vip-green) !important;
  font-size: 1.05rem !important;
  margin: 0 0 8px !important;
}
.vip-co-ship p { margin: 0; color: var(--vip-muted); line-height: 1.7; font-size: 14.5px; }
.vip-co-ship strong { color: var(--vip-ink); }
.vip-co-paybar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--vip-line);
}
.vip-co-paybar .vip-co-total {
  font-family: var(--vip-serif);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--vip-ink);
}
.vip-co-paybar .vip-co-total strong { color: var(--vip-green); }

.vip-co-result {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 28px;
  background: #fff;
  border: 1px solid var(--vip-line);
  border-radius: 14px;
  box-shadow: var(--vip-shadow);
}
.vip-co-result.is-ok h2 { color: var(--vip-green) !important; }
.vip-co-result.is-fail h2 { color: #a03c30 !important; }
.vip-co-result h2,
body.vip-site .vip-co-result h2 {
  font-family: var(--vip-serif) !important;
  font-size: 1.6rem !important;
  margin: 12px 0 14px !important;
}
.vip-co-result p { color: var(--vip-muted); margin: 0 0 10px; line-height: 1.6; }
.vip-co-result .vip-btn { margin-top: 18px; width: 100%; justify-content: center; }
.vip-co-mark {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 700;
}
.vip-co-result.is-ok .vip-co-mark { background: #e7f3ee; color: var(--vip-green); }
.vip-co-result.is-fail .vip-co-mark { background: #f8e8e6; color: #a03c30; }

@media (max-width: 900px) {
  .vip-cart-layout { grid-template-columns: 1fr; }
  .vip-cart-summary { position: static; }
  .vip-co-steps { grid-template-columns: 1fr; gap: 6px; max-width: 280px; }
  .vip-co-form .vip-field-row { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .vip-cart-page,
  .vip-checkout-page { padding: 28px 0 48px; }
  .vip-cart-item { grid-template-columns: 76px minmax(0, 1fr); gap: 12px; padding: 14px; }
  .vip-cart-cover { width: 76px; }
  .vip-cart-meta strong { min-width: auto; display: inline; }
  .vip-co-card { padding: 22px 16px; }
  .vip-co-review-item { grid-template-columns: 72px minmax(0, 1fr); }
  .vip-co-paybar { flex-direction: column; align-items: stretch; }
  .vip-co-paybar .vip-btn { width: 100%; justify-content: center; }
}

/* Track submission */
.vip-track {
  padding: 48px 0 72px;
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(27, 77, 74, 0.08), transparent 55%),
    linear-gradient(180deg, #f7f5f0 0%, #efeae2 100%);
}
.vip-track-wrap { max-width: 720px; }
.vip-track-head { text-align: center; margin-bottom: 28px; }
.vip-track-kicker {
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vip-green);
}
.vip-track-head h1,
body.vip-site .vip-track-head h1 {
  font-family: var(--vip-serif) !important;
  font-size: clamp(1.75rem, 3vw, 2.2rem) !important;
  color: var(--vip-ink) !important;
  margin: 0 0 10px !important;
}
.vip-track-head p {
  margin: 0 auto;
  max-width: 36rem;
  color: var(--vip-muted);
  line-height: 1.55;
}
.vip-track-card {
  background: #fff;
  border: 1px solid rgba(27, 77, 74, 0.12);
  border-radius: 14px;
  padding: 28px 26px;
  box-shadow: 0 10px 28px rgba(27, 45, 42, 0.06);
}
.vip-track-form {
  display: grid;
  gap: 14px;
}
.vip-track-form .vip-btn {
  width: 100%;
  justify-content: center;
}
.vip-track-empty {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #f8e8e6;
  color: #7a342c;
  font-size: 0.95rem;
  line-height: 1.45;
}
.vip-track-results {
  margin-top: 22px;
  display: grid;
  gap: 14px;
}
.vip-track-result {
  border: 1px solid rgba(27, 77, 74, 0.12);
  border-radius: 12px;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, #fbfaf7 0%, #fff 100%);
}
.vip-track-result-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.vip-track-type {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--vip-green);
}
.vip-track-status {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  background: #ece8e1;
  color: #4a453c;
}
.vip-track-status.is-ok { background: #e7f3ee; color: var(--vip-green); }
.vip-track-status.is-progress { background: #f3efe3; color: #7a5c1e; }
.vip-track-status.is-danger { background: #f8e8e6; color: #a03c30; }
.vip-track-status.is-muted { background: #ece8e1; color: #4a453c; }
.vip-track-result h2,
body.vip-site .vip-track-result h2 {
  font-family: var(--vip-serif) !important;
  font-size: 1.2rem !important;
  line-height: 1.35 !important;
  margin: 0 0 14px !important;
  color: var(--vip-ink) !important;
}
.vip-track-meta {
  margin: 0;
  display: grid;
  gap: 10px;
}
.vip-track-meta div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}
.vip-track-meta dt {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--vip-muted);
  padding-top: 2px;
}
.vip-track-meta dd {
  margin: 0;
  color: var(--vip-ink);
  line-height: 1.45;
}
.vip-track-note {
  margin: 22px 0 0;
  text-align: center;
  font-size: 0.9rem;
  color: var(--vip-muted);
}
.vip-track-note a { color: var(--vip-green); text-decoration: underline; }
@media (max-width: 640px) {
  .vip-track { padding: 32px 0 56px; }
  .vip-track-card { padding: 22px 16px; }
  .vip-track-meta div { grid-template-columns: 1fr; gap: 2px; }
}

/* ===== Publish Chapter page theme (reference mockup) ===== */
body.vip-ch-page {
  background: #f7faf9 !important;
}
body.vip-ch-page .vip-topbar {
  background: #023030 !important;
}
body.vip-ch-page header.vip-header {
  background: rgba(255,255,255,.97) !important;
  border-bottom: 1px solid #d7e2de;
}
body.vip-ch-page .vip-btn-primary {
  background: #023030 !important;
  border-color: #023030 !important;
  color: #fff !important;
}
body.vip-ch-page .vip-btn-primary:hover {
  background: #012421 !important;
  border-color: #012421 !important;
}
body.vip-ch-page .vip-btn-ghost {
  border-color: #023030 !important;
  color: #023030 !important;
  background: #fff !important;
}
body.vip-ch-page .vip-btn-ghost:hover {
  background: #eef5f3 !important;
}
body.vip-ch-page .vip-eyebrow {
  color: #0f5c54 !important;
}
body.vip-ch-page .vip-ch-main-head {
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid #d7e2de;
}
body.vip-ch-page .vip-ch-main-copy {
  min-width: 0;
  flex: 1 1 auto;
  max-width: none;
}
body.vip-ch-page .vip-ch-call-blink {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 0;
  background: none;
  border: 0;
}
body.vip-ch-page .vip-ch-call-blink-text {
  display: inline-block;
  font-family: var(--vip-sans, "Source Sans 3", "Segoe UI", sans-serif);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem) !important;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #023030;
  padding: 8px 14px 9px;
  border-radius: 4px;
  background: linear-gradient(135deg, #e7f3f0 0%, #d4ebe5 100%);
  box-shadow: inset 0 0 0 1px rgba(2, 48, 48, 0.12);
  animation: vip-ch-call-blink 1.35s ease-in-out infinite;
}
body.vip-ch-page .vip-ch-main-head .vip-h2 {
  font-size: clamp(1.95rem, 3.4vw, 2.65rem) !important;
  line-height: 1.2;
  margin: 0 0 12px;
  max-width: none !important;
  white-space: normal;
}
body.vip-ch-page .vip-ch-lead {
  font-size: 1.02rem;
  line-height: 1.65;
  color: #4a5c58 !important;
  max-width: none !important;
}
body.vip-ch-page .vip-ch-view-all {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #023030 !important;
  background: #fff;
  border: 1px solid #b9cfc8;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
body.vip-ch-page .vip-ch-view-all:hover {
  background: #eef5f3;
  border-color: #023030;
  transform: translateY(-1px);
}
@keyframes vip-ch-call-blink {
  0%, 100% {
    color: #023030;
    background: linear-gradient(135deg, #e7f3f0 0%, #d4ebe5 100%);
    box-shadow: inset 0 0 0 1px rgba(2, 48, 48, 0.12), 0 0 0 0 rgba(2, 48, 48, 0);
  }
  50% {
    color: #fff;
    background: linear-gradient(135deg, #023030 0%, #1b4d4a 100%);
    box-shadow: inset 0 0 0 1px rgba(2, 48, 48, 0.2), 0 8px 22px rgba(2, 48, 48, 0.18);
  }
}
@media (prefers-reduced-motion: reduce) {
  body.vip-ch-page .vip-ch-call-blink-text {
    animation: none;
    color: #023030;
    background: linear-gradient(135deg, #e7f3f0 0%, #d4ebe5 100%);
    box-shadow: inset 0 0 0 1px rgba(2, 48, 48, 0.12);
  }
}
@media (max-width: 720px) {
  body.vip-ch-page .vip-ch-main-head {
    flex-direction: column;
  }
  body.vip-ch-page .vip-ch-main-head .vip-h2 {
    max-width: none;
  }
  body.vip-ch-page .vip-ch-view-all {
    align-self: flex-start;
  }
}
body.vip-ch-page .vip-section {
  background: #fff;
}
body.vip-ch-page .vip-section-alt {
  background: #f4f7f6 !important;
}
body.vip-ch-page .vip-ch-merge-hero {
  background:
    radial-gradient(ellipse 42% 70% at 8% 40%, #eef5f3 0%, transparent 68%),
    linear-gradient(180deg, #fbfdfc 0%, #f4f7f6 100%);
}
body.vip-ch-page .vip-ch-merge-visual::before {
  background: linear-gradient(
    90deg,
    #fbfdfc 0%,
    rgba(251, 253, 252, 0.88) 8%,
    rgba(244, 247, 246, 0.35) 24%,
    transparent 44%
  );
}
body.vip-ch-page .vip-ch-merge-visual::after {
  background: linear-gradient(0deg, rgba(244, 247, 246, 0.7), transparent);
}
body.vip-ch-page .vip-ch-merge-features {
  border-top-color: rgba(2, 48, 48, 0.12);
}
body.vip-ch-page .vip-ch-feat-ico {
  color: #023030;
}
body.vip-ch-page .vip-ch-merge-features li > span:last-child {
  color: #2a3d39;
}
body.vip-ch-page .vip-about-strip {
  background: #eef5f3 !important;
  border-color: #d7e2de !important;
  color: #12201e;
}
body.vip-ch-page .vip-about-strip-item .vip-icon {
  background: #fff;
  border-color: #d7e2de;
  color: #023030;
}
body.vip-ch-page .vip-about-strip-item h3 {
  color: #023030 !important;
}
body.vip-ch-page .vip-ch-sidebar-inner {
  background: #fff;
  border-color: #d7e2de;
  box-shadow: 0 10px 28px rgba(2, 48, 48, 0.05);
}
body.vip-ch-page .vip-ch-side-title,
body.vip-ch-page .vip-ch-subjects-head h3 {
  color: #023030 !important;
}
body.vip-ch-page .vip-ch-search {
  background: #f4f7f6;
  border-color: #d7e2de;
}
body.vip-ch-page .vip-ch-subject {
  color: #2a3d39;
  border-radius: 6px;
}
body.vip-ch-page .vip-ch-subject:hover,
body.vip-ch-page .vip-ch-subject:focus {
  background: #eef5f3;
}
body.vip-ch-page .vip-ch-subject.is-active {
  background: #023030 !important;
  color: #fff !important;
}
body.vip-ch-page .vip-ch-subject.is-active .vip-ch-count {
  background: rgba(255,255,255,.18);
  color: #fff;
}
body.vip-ch-page .vip-ch-count {
  background: #eef5f3;
  color: #023030;
}
body.vip-ch-page .vip-ch-help {
  border-top: 1px solid #d7e2de;
}
body.vip-ch-page .vip-ch-card {
  background: #fff;
  border: 1px solid #d7e2de;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(2, 48, 48, 0.04);
}
body.vip-ch-page .vip-ch-badge {
  background: #e8f3f0;
  color: #023030;
}
body.vip-ch-page .vip-ch-card-body h3 a {
  color: #12201e !important;
}
body.vip-ch-page .vip-ch-card-body h3 a:hover {
  color: #023030 !important;
}
body.vip-ch-page .vip-ch-card-facts span {
  color: #5a6a66;
}
body.vip-ch-page .vip-ch-page-btn.is-active,
body.vip-ch-page .vip-ch-page-btn:hover:not(:disabled) {
  background: #023030;
  border-color: #023030;
  color: #fff;
}
body.vip-ch-page .vip-card {
  background: #fff;
  border-color: #d7e2de;
  box-shadow: 0 6px 18px rgba(2, 48, 48, 0.04);
}
body.vip-ch-page .vip-card h3 {
  color: #023030 !important;
}
body.vip-ch-page .vip-icon {
  background: #eef5f3;
  color: #023030;
  border-color: #d7e2de;
}
body.vip-ch-page .vip-step-num {
  background: #023030;
  color: #fff;
}
body.vip-ch-page .vip-step h3 {
  color: #023030 !important;
}
body.vip-ch-page .vip-ch-fee-card,
body.vip-ch-page .vip-ch-fee-note {
  background: #fff;
  border-color: #d7e2de;
}
body.vip-ch-page .vip-quote {
  background: #fff;
  border-color: #d7e2de;
}
body.vip-ch-page .vip-ch-faq-section {
  background: #f4f7f6 !important;
  padding-top: 72px;
  padding-bottom: 80px;
}
body.vip-ch-page .vip-ch-faq-head {
  margin-bottom: 28px;
}
body.vip-ch-page .vip-ch-faq-head .vip-eyebrow {
  color: #023030 !important;
  letter-spacing: 0.14em;
}
body.vip-ch-page .vip-ch-faq-head .vip-h2 {
  color: #023030 !important;
  margin-bottom: 0 !important;
}
body.vip-ch-page .vip-ch-faq {
  max-width: 860px;
  background: #fff;
  border: 1px solid #e2ebe7;
  border-radius: 12px;
  padding: 8px 28px;
  box-shadow: 0 10px 28px rgba(2, 48, 48, 0.04);
}
body.vip-ch-page .vip-ch-faq .vip-faq-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e6eeeb;
}
body.vip-ch-page .vip-ch-faq .vip-faq-item:last-child {
  border-bottom: 0;
}
body.vip-ch-page .vip-ch-faq .vip-faq-item button {
  color: #1a1a1a;
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.4;
  padding: 20px 44px 20px 0;
  font-family: var(--vip-sans);
}
body.vip-ch-page .vip-ch-faq .vip-faq-item button:after {
  content: "+";
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  color: #023030;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  width: 28px;
  text-align: center;
}
body.vip-ch-page .vip-ch-faq .vip-faq-item.is-open button:after {
  content: "\2212";
}
body.vip-ch-page .vip-ch-faq .vip-faq-a {
  padding: 0 44px 20px 0;
  color: #666;
  font-size: 15px;
  line-height: 1.65;
  max-width: 92%;
}
body.vip-ch-page .vip-final {
  background:
    radial-gradient(ellipse 60% 80% at 15% 50%, rgba(255,255,255,.08), transparent 55%),
    linear-gradient(135deg, #023030 0%, #0a423a 55%, #012421 100%) !important;
}
body.vip-ch-page .vip-final .vip-btn-light {
  background: #fff !important;
  color: #023030 !important;
  border-color: #fff !important;
}
body.vip-ch-page .vip-final .vip-btn-ghost {
  border-color: rgba(255,255,255,.75) !important;
  color: #fff !important;
  background: transparent !important;
}
body.vip-ch-page .vip-final .vip-btn-ghost:hover {
  background: #fff !important;
  color: #023030 !important;
}
body.vip-ch-page .vip-text-link {
  color: #023030 !important;
}
body.vip-ch-page .vip-h2 {
  color: #023030 !important;
}
body.vip-ch-page .vip-footer {
  background: #023030 !important;
}

body.vip-ch-page .vip-steps.vip-ch-steps {
  gap: 18px;
}
body.vip-ch-page .vip-step {
  background: #fff;
  border: 1px solid #d7e2de;
  border-radius: 10px;
  padding: 18px 16px;
  box-shadow: 0 6px 16px rgba(2, 48, 48, 0.04);
}
body.vip-ch-page .vip-step-num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
  background: #023030;
  color: #fff;
}
body.vip-ch-page .vip-ch-card-actions {
  gap: 8px;
}
body.vip-ch-page .vip-ch-card-actions .vip-btn {
  width: 100%;
  justify-content: center;
}
body.vip-ch-page .vip-ch-card-actions .vip-btn-ghost {
  font-size: 14px;
}
body.vip-ch-page #content,
body.vip-ch-page main {
  background: #f7faf9;
}
body.vip-ch-page .vip-breadcrumb a {
  color: #0f5c54;
}
body.vip-ch-page .vip-lead {
  color: #5a6a66;
}

/* Editor-needed CTAs on chapter listing + details */
.vip-ch-editor-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0 0 10px;
}
.vip-ch-editor-pill {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  background: #e8f3f0;
  color: #023030;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.vip-ch-editor-link {
  color: #023030 !important;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
}
.vip-ch-editor-link:hover { text-decoration: underline !important; }
.vip-ch-editor-more {
  color: #5a6a66 !important;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none !important;
}
.vip-ch-editor-more:hover {
  color: #023030 !important;
  text-decoration: underline !important;
}
.vip-cd-editor-needed {
  background: #fff;
  border: 1px solid #d7e2de;
  border-radius: 12px;
  padding: 22px 22px 20px;
  box-shadow: 0 8px 22px rgba(2, 48, 48, 0.04);
}
.vip-cd-editor-needed > .vip-ch-editor-pill { margin-bottom: 12px; }
.vip-cd-editor-needed p {
  margin: 0 0 14px;
  color: #5a6a66;
  line-height: 1.6;
}
.vip-cd-editor-needed-list {
  margin: 0 0 18px;
  padding: 0 0 0 18px;
  color: #2a3d39;
}
.vip-cd-editor-needed-list li { margin: 0 0 6px; }
.vip-cd-info-card-editor .vip-text-link {
  display: inline-block;
  margin-top: 6px;
  font-size: 13.5px;
  font-weight: 700;
}
.vip-ed-hint {
  margin: 6px 0 0;
  font-size: 12.5px;
  color: var(--vip-muted);
}

/* ===== Global responsive polish (desktop / tablet / mobile) ===== */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body.vip-site {
  overflow-x: clip;
}
.vip-header { overflow: visible; }
.vip-header-inner,
.vip-topbar-inner,
.vip-ch-toolbar,
.vip-ch-card,
.vip-st-toolbar {
  min-width: 0;
}
.vip-btn,
.vip-nav-link,
a.vip-btn {
  -webkit-tap-highlight-color: transparent;
}
.vip-search-panel input,
.vip-ch-search input,
.vip-ed-field input,
.vip-ed-field select,
.vip-ed-field textarea,
input, select, textarea {
  max-width: 100%;
}

@media (min-width: 1400px) {
  :root { --vip-wrap: 1280px; }
}

@media (max-width: 1100px) {
  .vip-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .vip-footer-brand { grid-column: 1 / -1; }
  .vip-topbar-right { gap: 10px 14px; }
}

@media (max-width: 900px) {
  .vip-wrap { width: min(100% - 32px, var(--vip-wrap)); }
  .vip-footer-bottom { flex-direction: column; align-items: flex-start; }
  .vip-news form { flex-direction: column; align-items: stretch; }
  .vip-news form input,
  .vip-news form button { width: 100%; min-width: 0; }
  .vip-search-panel form { flex-wrap: wrap; }
  .vip-search-panel input { min-width: 0; flex: 1 1 180px; }
  .vip-search-panel .vip-btn { flex: 0 0 auto; }
  .vip-home-features,
  .vip-ch-merge-features,
  .vip-ed-hero-features {
    grid-template-columns: 1fr 1fr;
    gap: 14px 12px;
    text-align: center;
  }
  .vip-home-features li,
  .vip-ch-merge-features li,
  .vip-ed-hero-features li {
    align-items: center;
  }
  .vip-quotes,
  .vip-grid-3 { grid-template-columns: 1fr; }
  .vip-strip-grid { grid-template-columns: 1fr 1fr; gap: 10px 8px; }
  .vip-strip { padding: 18px 0; }
  .vip-strip p { font-size: 13.5px; }
}

@media (max-width: 767px) {
  .vip-wrap { width: min(100% - 24px, var(--vip-wrap)); }
  .vip-section { padding: 42px 0; }
  .vip-logo img { height: 40px; }
  .vip-header-inner { min-height: 58px; gap: 10px; }

  /* Hide oversized bleed banners; keep publish-book covers in a compact row */
  .vip-home-hero-visual,
  .vip-ch-merge-visual,
  .vip-ed-merge-visual {
    display: none !important;
  }
  .vip-pb-hero .vip-pb-showcase {
    display: flex !important;
    position: relative;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    min-height: 0;
    max-width: 100%;
    margin: 8px auto 0;
    padding: 8px 0 4px;
  }
  .vip-pb-hero .vip-pb-showcase-book {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 30% !important;
    max-width: 110px;
    transform: none !important;
    box-shadow: 0 8px 18px rgba(28, 36, 33, 0.14);
  }
  .vip-pb-hero .vip-pb-showcase-book.is-2 {
    width: 34% !important;
    max-width: 124px;
    z-index: 2;
  }
  .vip-pb-hero .vip-hero-visual {
    min-height: 0;
    margin-top: 8px;
  }
  .vip-pb-hero .vip-book-stage {
    min-height: 0;
    padding: 16px;
    max-width: 220px;
    margin: 0 auto;
  }
  .vip-pb-hero .vip-book-stage img {
    width: min(160px, 55%);
    transform: none;
  }
  .vip-pb-hero .vip-book-caption {
    margin-top: 12px;
    text-align: center;
    font-size: 13px;
  }
  .vip-pb-showcase-fallback {
    display: none !important;
  }
  .vip-home-hero,
  .vip-ch-merge-hero,
  .vip-ed-merge-hero {
    min-height: 0 !important;
    padding: 22px 0 28px !important;
  }
  .vip-home-hero-inner,
  .vip-ch-merge-inner,
  .vip-ed-merge-inner {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }
  .vip-home-hero-copy,
  .vip-ch-merge-copy,
  .vip-ed-merge-copy {
    max-width: none !important;
    padding-bottom: 0 !important;
  }
  .vip-home-features,
  .vip-ch-merge-features,
  .vip-ed-hero-features {
    grid-template-columns: 1fr 1fr !important;
    gap: 16px 12px;
    margin-top: 20px;
    padding-top: 16px;
  }
  .vip-home-features li > span:last-child,
  .vip-ch-merge-features li > span:last-child,
  .vip-ed-hero-features li > span:last-child {
    font-size: 12px;
  }

  /* Process / steps — centered on mobile */
  .vip-steps,
  .vip-about-steps,
  .vip-ch-steps,
  .vip-pb-steps,
  .vip-grid-4 {
    grid-template-columns: 1fr !important;
  }
  .vip-steps,
  .vip-about-steps,
  .vip-ch-steps,
  .vip-pb-steps {
    text-align: center !important;
    gap: 22px !important;
  }
  body.vip-ch-page .vip-step,
  body.vip-ch-page .vip-steps.vip-ch-steps {
    text-align: center !important;
  }
  .vip-step,
  .vip-steps .vip-step {
    padding: 0 !important;
    text-align: center !important;
  }
  .vip-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .vip-step p {
    max-width: 34ch;
    margin-left: auto;
    margin-right: auto;
  }

  .vip-hero-ctas,
  .vip-ch-merge-hero .vip-hero-ctas,
  .vip-ed-merge-hero .vip-hero-ctas,
  .vip-final .vip-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }
  .vip-hero-ctas .vip-btn,
  .vip-ch-merge-hero .vip-hero-ctas .vip-btn,
  .vip-ed-merge-hero .vip-hero-ctas .vip-btn,
  .vip-final .vip-hero-ctas .vip-btn {
    width: 100%;
    justify-content: center;
  }
  .vip-ch-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .vip-ch-toolbar-right {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }
  .vip-ch-sort-label + select,
  #vip-ch-sort {
    max-width: 100%;
    flex: 1;
  }
  .vip-st-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }

  /* Book carousel — keep covers visible, tighter mobile */
  .vip-carousel {
    --vip-gap: 12px;
    margin: 0 -4px;
  }
  .vip-carousel-viewport { padding: 0 4px; }
  .vip-book-cover {
    aspect-ratio: 2 / 3;
    min-height: 140px;
  }
  .vip-book h3 {
    font-size: 13px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .vip-book p {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .vip-carousel-btn {
    width: 38px;
    height: 38px;
  }

  .vip-card {
    text-align: center;
  }
  .vip-card .vip-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .vip-quotes {
    text-align: center !important;
  }
  .vip-quote {
    text-align: center;
  }

  body.vip-site.has-mobile-cta .whatsapp-float,
  body.vip-site:has(.vip-cd-mobile-cta) .whatsapp-float,
  body.vip-site:has(.vip-ed-sticky) .whatsapp-float,
  body.vip-site:has(.vip-jn-sticky) .whatsapp-float {
    bottom: calc(84px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 480px) {
  .vip-st-grid { grid-template-columns: 1fr !important; }
  .vip-search-panel form { flex-direction: column; }
  .vip-search-panel .vip-btn { width: 100%; }
  .vip-topbar-right .vip-topbar-sep { display: none; }
  .vip-strip-grid { grid-template-columns: 1fr 1fr; }
  .vip-home-features,
  .vip-ch-merge-features,
  .vip-ed-hero-features {
    grid-template-columns: 1fr 1fr !important;
  }
}
