/* =========================================================
   White-Label Web Partnerships (v9.7 r18)
   Theme: "Behind the Curtain" - sophisticated B2B agency partner
   Champagne gold + warm charcoal + ivory cream + steel blue
   Scoped under .wl-page - no leakage to other pages.
   ========================================================= */

.wl-page {
  --wl-ivory:        #faf6ef;
  --wl-ivory-2:      #f4ede0;
  --wl-cream:        #ede4d0;
  --wl-charcoal:     #1a1a2e;
  --wl-charcoal-2:   #2b2b40;
  --wl-graphite:     #3a3a52;
  --wl-gold:         #d4af37;
  --wl-gold-2:       #b8941e;
  --wl-gold-soft:    rgba(212, 175, 55, 0.14);
  --wl-steel:        #3d5a80;
  --wl-steel-2:      #2a4060;
  --wl-rust:         #b85c2e;     /* subtle warm accent for featured tier */
  --wl-text:         #1a1a2e;
  --wl-text-2:       #4a4a60;
  --wl-muted:        #8a8a9e;
  --wl-line:         rgba(26, 26, 46, 0.10);
  --wl-card-shadow:  0 1px 2px rgba(26,26,46,.04), 0 12px 28px rgba(26,26,46,.06);
  --wl-radius:       10px;
  --wl-radius-lg:    14px;
  --wl-radius-btn:   8px;

  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--wl-text);
  background: var(--wl-ivory);
  position: relative;
  overflow-x: hidden;
}

.wl-page *,
.wl-page *::before,
.wl-page *::after { box-sizing: border-box; }

.wl-page { overflow-x: clip; }
.wl-page__wrap { position: relative; z-index: 1; max-width: 1280px; margin: 0 auto; padding: 0 24px; }

.wl-serif { font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }
.wl-mono  { font-family: 'JetBrains Mono', 'Fira Code', ui-monospace, Menlo, Consolas, monospace; }

/* =========================================================
   HERO - "Your brand / Our engine"
   ========================================================= */
.wl-hero {
  position: relative;
  padding: 92px 0 64px;
}
.wl-hero::before {
  content: ""; position: absolute; top: 0; bottom: 0;
  left: 50%; transform: translateX(-50%);
  width: 100vw; z-index: -1;
  background:
    linear-gradient(180deg, var(--wl-ivory) 0%, var(--wl-ivory-2) 100%);
}
.wl-hero::after {
  content: ""; position: absolute; top: 0; bottom: 0;
  left: 50%; transform: translateX(-50%);
  width: 100vw; z-index: -1; pointer-events: none;
  background-image:
    repeating-linear-gradient(45deg, rgba(212,175,55,.05) 0 2px, transparent 2px 22px);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 35%, #000 30%, transparent 80%);
          mask-image: radial-gradient(ellipse 70% 60% at 50% 35%, #000 30%, transparent 80%);
}
.wl-hero > * { position: relative; z-index: 1; }

.wl-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: .28em; text-transform: uppercase;
  color: var(--wl-gold-2);
  padding: 6px 14px;
  border: 1px solid var(--wl-gold);
  border-radius: 999px;
  background: var(--wl-gold-soft);
}
.wl-hero__eyebrow::before { content: "\01F1B"; font-size: 8px; }

.wl-hero__h1 {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 800;
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  line-height: 1.04;
  letter-spacing: -.015em;
  margin: 22px 0 22px;
  color: var(--wl-text);
}
.wl-hero__h1 .wl-gold {
  background: linear-gradient(90deg, var(--wl-gold-2) 0%, var(--wl-gold) 50%, var(--wl-gold-2) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  font-style: italic;
}

.wl-hero__sub {
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.65;
  color: var(--wl-text-2);
  max-width: 740px;
}

/* split badge */
.wl-split {
  margin-top: 44px;
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px;
  align-items: stretch;
}
.wl-split__col {
  background: #fff;
  border: 1px solid var(--wl-line);
  border-radius: var(--wl-radius-lg);
  padding: 28px 26px;
  position: relative;
  box-shadow: var(--wl-card-shadow);
}
.wl-split__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: .25em; text-transform: uppercase;
  color: var(--wl-muted);
}
.wl-split__big {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 700; font-style: italic;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  margin: 8px 0 10px;
  color: var(--wl-text);
}
.wl-split__col--brand .wl-split__big { color: var(--wl-text); }
.wl-split__col--engine { background: var(--wl-charcoal); border-color: var(--wl-charcoal); color: #fff; }
.wl-split__col--engine .wl-split__big { color: var(--wl-gold); }
.wl-split__col--engine .wl-split__label { color: rgba(255,255,255,.55); }
.wl-split__col--engine .wl-split__body { color: rgba(255,255,255,.85); }
.wl-split__body { font-size: 0.95rem; line-height: 1.55; color: var(--wl-text-2); }

.wl-split__join {
  display: flex; align-items: center; justify-content: center;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-style: italic;
  font-size: 2rem;
  color: var(--wl-gold);
  position: relative;
}
.wl-split__join::before, .wl-split__join::after {
  content: ""; position: absolute; left: 50%; width: 2px;
  background: linear-gradient(180deg, transparent, var(--wl-gold), transparent);
  transform: translateX(-50%);
}
.wl-split__join::before { top: 0; height: 30%; }
.wl-split__join::after  { bottom: 0; height: 30%; }

@media (max-width: 880px) {
  .wl-split { grid-template-columns: 1fr; }
  .wl-split__join { padding: 10px 0; }
  .wl-split__join::before, .wl-split__join::after { display: none; }
}

/* hero stats row */
.wl-hero__stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 36px;
}
.wl-stat {
  background: #fff;
  border: 1px solid var(--wl-line);
  border-radius: var(--wl-radius);
  padding: 18px 20px;
  box-shadow: var(--wl-card-shadow);
}
.wl-stat__num {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; font-weight: 800;
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
  color: var(--wl-gold-2); line-height: 1;
}
.wl-stat__label { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--wl-muted); margin-top: 8px; }
@media (max-width: 760px) { .wl-hero__stats { grid-template-columns: repeat(2, 1fr); } }

/* =========================================================
   Section frame
   ========================================================= */
.wl-section { padding: 72px 0; position: relative; }
.wl-section--alt { position: relative; }
.wl-section--alt::before {
  content: ""; position: absolute; top: 0; bottom: 0;
  left: 50%; transform: translateX(-50%);
  width: 100vw;
  background: var(--wl-ivory-2);
  z-index: -1;
}
.wl-section--alt > * { position: relative; z-index: 1; }

.wl-section--dark { position: relative; color: #fff; }
.wl-section--dark::before {
  content: ""; position: absolute; top: 0; bottom: 0;
  left: 50%; transform: translateX(-50%);
  width: 100vw;
  background:
    radial-gradient(circle at 80% 0%, rgba(212,175,55,.16) 0%, transparent 50%),
    radial-gradient(circle at 0% 100%, rgba(61,90,128,.18) 0%, transparent 50%),
    linear-gradient(180deg, var(--wl-charcoal) 0%, var(--wl-charcoal-2) 100%);
  z-index: -1;
}
.wl-section--dark > * { position: relative; z-index: 1; }
.wl-section--dark .wl-section__h2 { color: #fff; }
.wl-section--dark .wl-section__lead { color: rgba(255,255,255,.78); }
.wl-section--dark .wl-section__eyebrow { color: var(--wl-gold); }
.wl-section--dark .wl-section__eyebrow::before { background: var(--wl-gold); }

.wl-section__eyebrow {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  letter-spacing: .26em; text-transform: uppercase; color: var(--wl-gold-2);
  display: inline-flex; align-items: center; gap: 12px;
}
.wl-section__eyebrow::before {
  content: ""; width: 28px; height: 1px; background: var(--wl-gold);
}
.wl-section__h2 {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; font-weight: 800;
  font-size: clamp(2rem, 3.6vw, 3rem);
  color: var(--wl-text);
  margin: 12px 0 14px;
  letter-spacing: -.015em;
  line-height: 1.12;
}
.wl-section__h2 em { font-style: italic; color: var(--wl-gold-2); }
.wl-section__lead {
  font-size: clamp(1rem, 1.2vw, 1.1rem); line-height: 1.7; color: var(--wl-text-2);
  max-width: 820px;
}

/* =========================================================
   SERVICES + HOSTING two-column lists (parchment cards)
   ========================================================= */
.wl-services {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  margin-top: 38px;
}
.wl-svc-card {
  background: #fff;
  border: 1px solid var(--wl-line);
  border-radius: var(--wl-radius-lg);
  padding: 32px;
  position: relative;
  box-shadow: var(--wl-card-shadow);
  overflow: hidden;
}
.wl-svc-card::before {
  content: ""; position: absolute; top: 0; left: 0; width: 60%; height: 3px;
  background: linear-gradient(90deg, var(--wl-gold) 0%, transparent 100%);
}
.wl-svc-card__kicker {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  letter-spacing: .22em; text-transform: uppercase; color: var(--wl-muted);
}
.wl-svc-card__h {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; font-weight: 700;
  font-size: 1.6rem; color: var(--wl-text); margin: 8px 0 18px;
  line-height: 1.2;
}
.wl-svc-card__list {
  list-style: none; padding: 0; margin: 0;
}
.wl-svc-card__list li {
  padding: 10px 0 10px 26px;
  position: relative;
  font-size: 0.97rem;
  color: var(--wl-text-2);
  border-bottom: 1px dashed var(--wl-line);
}
.wl-svc-card__list li:last-child { border-bottom: 0; }
.wl-svc-card__list li::before {
  content: ""; position: absolute; left: 0; top: 16px;
  width: 14px; height: 2px; background: var(--wl-gold);
}
@media (max-width: 880px) {
  .wl-services { grid-template-columns: 1fr; }
}

/* =========================================================
   BENEFITS - 9 feature tiles
   ========================================================= */
.wl-benefits {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 36px;
}
.wl-benefit {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(212,175,55,.20);
  border-radius: var(--wl-radius);
  padding: 22px;
  transition: all .2s ease;
}
.wl-benefit:hover {
  background: rgba(212,175,55,.08);
  border-color: var(--wl-gold);
  transform: translateY(-2px);
}
.wl-benefit__num {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; font-style: italic;
  font-size: 0.9rem; color: var(--wl-gold);
  letter-spacing: .04em;
}
.wl-benefit__h {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; font-weight: 700;
  font-size: 1.2rem; color: #fff; margin: 10px 0 10px;
  line-height: 1.25;
}
.wl-benefit__desc { font-size: 0.92rem; line-height: 1.55; color: rgba(255,255,255,.72); }
@media (max-width: 900px) { .wl-benefits { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .wl-benefits { grid-template-columns: 1fr; } }

/* NDA seal */
.wl-nda {
  margin: 40px auto 0;
  max-width: 720px;
  display: flex; gap: 22px; align-items: center;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(212,175,55,.25);
  border-radius: var(--wl-radius-lg);
  padding: 22px 26px;
}
.wl-nda__seal {
  flex-shrink: 0;
  width: 88px; height: 88px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 35% 30%, var(--wl-gold) 0%, var(--wl-gold-2) 70%, #8a6d10 100%);
  box-shadow: 0 6px 18px rgba(212,175,55,.30), inset 0 -4px 10px rgba(0,0,0,.18);
  position: relative;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-style: italic; font-weight: 700;
  color: var(--wl-charcoal);
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
}
.wl-nda__seal::before {
  content: "";
  position: absolute; inset: 6px;
  border-radius: 50%;
  border: 1px dashed rgba(26,26,46,.30);
}
.wl-nda__text { color: rgba(255,255,255,.85); font-size: 0.98rem; line-height: 1.55; }
.wl-nda__text strong { color: var(--wl-gold); font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; font-style: italic; font-weight: 700; }

/* =========================================================
   PRICING TIERS - horizontal cards
   ========================================================= */
.wl-pricing {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  margin-top: 36px;
}
.wl-pricing__card {
  background: #fff;
  border: 1px solid var(--wl-line);
  border-radius: var(--wl-radius-lg);
  padding: 28px 26px;
  position: relative;
  box-shadow: var(--wl-card-shadow);
  display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.wl-pricing__card:hover { transform: translateY(-3px); box-shadow: 0 8px 14px rgba(26,26,46,.06), 0 24px 50px rgba(26,26,46,.10); }
.wl-pricing__tier {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  letter-spacing: .22em; text-transform: uppercase; color: var(--wl-muted);
}
.wl-pricing__name {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; font-weight: 700;
  font-size: 1.7rem; color: var(--wl-text); margin: 8px 0 4px;
}
.wl-pricing__hours {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.85rem; color: var(--wl-muted);
  margin-bottom: 14px;
}
.wl-pricing__price {
  display: flex; flex-direction: column; gap: 4px;
  padding: 14px 0 18px;
  margin-bottom: 18px;
  border-top: 1px solid var(--wl-line);
  border-bottom: 1px solid var(--wl-line);
}
.wl-pricing__amount {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 800;
  font-size: clamp(2.1rem, 3.2vw, 2.8rem);
  line-height: 1;
  color: var(--wl-text);
  letter-spacing: -.015em;
}
.wl-pricing__rate {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--wl-muted);
}
.wl-pricing__rate s { color: var(--wl-muted); opacity: .6; margin-right: 2px; }
.wl-pricing__card--featured .wl-pricing__amount { color: var(--wl-gold); }
.wl-pricing__card--featured .wl-pricing__rate { color: rgba(255,255,255,.55); }
.wl-pricing__card--featured .wl-pricing__price {
  border-top-color: rgba(255,255,255,.10);
  border-bottom-color: rgba(255,255,255,.10);
}
.wl-pricing__discount {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--wl-gold-soft);
  color: var(--wl-gold-2);
  border: 1px solid var(--wl-gold);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
  margin-bottom: 16px;
  align-self: flex-start;
}
.wl-pricing__list {
  list-style: none; padding: 0; margin: 0 0 24px;
}
.wl-pricing__list li {
  padding: 8px 0 8px 22px;
  position: relative;
  font-size: 0.93rem;
  color: var(--wl-text-2);
  border-bottom: 1px solid var(--wl-line);
}
.wl-pricing__list li:last-child { border-bottom: 0; }
.wl-pricing__list li::before {
  content: ""; position: absolute; left: 0; top: 14px;
  width: 10px; height: 2px; background: var(--wl-gold);
}

/* featured (3-month) card */
.wl-pricing__card--featured {
  background: var(--wl-charcoal);
  border-color: var(--wl-gold);
  color: #fff;
  position: relative;
  box-shadow: 0 18px 50px rgba(26,26,46,.20), 0 0 0 2px var(--wl-gold-soft);
}
.wl-pricing__card--featured::before {
  content: "MOST POPULAR";
  position: absolute; top: -12px; right: 24px;
  background: var(--wl-gold);
  color: var(--wl-charcoal);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 700; letter-spacing: .15em;
  padding: 4px 10px;
  border-radius: 4px;
}
.wl-pricing__card--featured .wl-pricing__name { color: #fff; }
.wl-pricing__card--featured .wl-pricing__tier { color: var(--wl-gold); }
.wl-pricing__card--featured .wl-pricing__hours { color: rgba(255,255,255,.55); }
.wl-pricing__card--featured .wl-pricing__list li { color: rgba(255,255,255,.85); border-bottom-color: rgba(255,255,255,.08); }
.wl-pricing__card--featured .wl-pricing__discount {
  background: rgba(212,175,55,.18);
  color: var(--wl-gold);
}

/* second pricing row (longer term plans) */
.wl-pricing--long { grid-template-columns: repeat(2, 1fr); margin-top: 22px; }

/* flex time block */
.wl-flex {
  margin-top: 26px;
  background: #fff;
  border: 1px solid var(--wl-line);
  border-left: 4px solid var(--wl-gold);
  border-radius: var(--wl-radius);
  padding: 22px 28px;
  font-size: 0.97rem; line-height: 1.65; color: var(--wl-text-2);
  box-shadow: var(--wl-card-shadow);
}
.wl-flex strong { color: var(--wl-text); }
.wl-flex .wl-rate { color: var(--wl-gold-2); font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; font-style: italic; font-weight: 700; }

@media (max-width: 900px) {
  .wl-pricing { grid-template-columns: 1fr; }
  .wl-pricing--long { grid-template-columns: 1fr; }
}

/* =========================================================
   RFP vs CONSULTING two methods
   ========================================================= */
.wl-methods {
  display: grid; grid-template-columns: 1fr 1fr; gap: 22px;
  margin-top: 38px;
}
.wl-method {
  background: var(--wl-ivory);
  border: 1px solid var(--wl-line);
  border-radius: var(--wl-radius-lg);
  padding: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--wl-card-shadow);
}
.wl-method::before {
  content: ""; position: absolute; top: 0; right: 0;
  width: 120px; height: 120px;
  background: repeating-linear-gradient(45deg, var(--wl-gold) 0 2px, transparent 2px 14px);
  opacity: .35;
  pointer-events: none;
  mask-image: radial-gradient(circle at top right, #000 30%, transparent 70%);
}
.wl-method__num {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; font-style: italic;
  font-size: 3.4rem; line-height: 1; color: var(--wl-gold);
  margin-bottom: 6px;
}
.wl-method__h {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; font-weight: 700;
  font-size: 1.5rem; color: var(--wl-text); margin: 0 0 12px;
  line-height: 1.2;
}
.wl-method__body { font-size: 0.97rem; line-height: 1.7; color: var(--wl-text-2); }
.wl-method__cost {
  margin-top: 18px;
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff;
  border: 1px solid var(--wl-gold);
  border-radius: 999px;
  padding: 5px 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--wl-gold-2);
  font-weight: 600;
}
@media (max-width: 880px) { .wl-methods { grid-template-columns: 1fr; } }

/* =========================================================
   CMS / FRAMEWORK constellation
   ========================================================= */
.wl-platforms-intro {
  margin: 30px 0 26px;
  background: #fff;
  border: 1px solid var(--wl-line);
  border-radius: var(--wl-radius-lg);
  padding: 32px 36px;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 1.05rem; line-height: 1.7;
  font-style: italic;
  color: var(--wl-text-2);
  box-shadow: var(--wl-card-shadow);
  position: relative;
}
.wl-platforms-intro::before {
  content: "\201C";
  position: absolute;
  top: -10px; left: 22px;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 6rem;
  color: var(--wl-gold);
  line-height: 1;
  font-style: normal;
}
.wl-platforms-intro p { margin: 0 0 12px; padding-left: 30px; }
.wl-platforms-intro p:last-child { margin-bottom: 0; }

.wl-platforms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 8px;
  margin-top: 18px;
}
.wl-platform {
  background: #fff;
  border: 1px solid var(--wl-line);
  border-radius: var(--wl-radius);
  padding: 12px 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--wl-text-2);
  text-align: center;
  transition: all .15s ease;
  cursor: default;
}
.wl-platform:hover {
  border-color: var(--wl-gold);
  color: var(--wl-gold-2);
  background: var(--wl-gold-soft);
  transform: translateY(-1px);
}

.wl-platform-group {
  margin: 30px 0 0;
}
.wl-platform-group__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--wl-muted);
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 14px;
}
.wl-platform-group__label::after {
  content: ""; flex: 1; height: 1px; background: var(--wl-line);
}

/* =========================================================
   FAQ - file folder tab styling
   ========================================================= */
.wl-faq { margin-top: 30px; }
.wl-faq__item {
  background: #fff;
  border: 1px solid var(--wl-line);
  border-radius: var(--wl-radius);
  margin-bottom: 12px;
  box-shadow: var(--wl-card-shadow);
  overflow: hidden;
}
.wl-faq__q {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; font-weight: 700;
  font-size: 1.15rem; color: var(--wl-text);
  margin: 0;
  padding: 20px 60px 20px 26px;
  position: relative;
  cursor: pointer;
  list-style: none;
  transition: background .15s ease;
}
.wl-faq__q::-webkit-details-marker { display: none; }
.wl-faq__q:hover { background: var(--wl-ivory-2); }
.wl-faq__q::after {
  content: "+";
  position: absolute;
  right: 22px; top: 50%;
  transform: translateY(-50%);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 400; font-size: 1.6rem;
  color: var(--wl-gold);
  transition: transform .2s ease;
}
.wl-faq__item[open] .wl-faq__q::after { transform: translateY(-50%) rotate(45deg); }
.wl-faq__item[open] .wl-faq__q { border-bottom: 1px solid var(--wl-line); }
.wl-faq__a {
  padding: 18px 26px 24px;
  font-size: 0.98rem; line-height: 1.7;
  color: var(--wl-text-2);
}
.wl-faq__a strong { color: var(--wl-text); }

/* =========================================================
   CLOSING CTA
   ========================================================= */
.wl-cta {
  margin-top: 40px;
  background:
    radial-gradient(circle at 0% 0%, rgba(212,175,55,.18) 0%, transparent 50%),
    radial-gradient(circle at 100% 100%, rgba(61,90,128,.18) 0%, transparent 50%),
    var(--wl-charcoal);
  border-radius: var(--wl-radius-lg);
  padding: 60px 50px;
  text-align: center;
  position: relative; overflow: hidden;
  color: #fff;
}
.wl-cta::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--wl-gold) 50%, transparent 100%);
}
.wl-cta__h {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; font-weight: 800;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  margin: 0 0 14px;
  line-height: 1.15;
  color: #fff;
}
.wl-cta__h em { font-style: italic; color: var(--wl-gold); }
.wl-cta__sub { font-size: 1.02rem; color: rgba(255,255,255,.78); max-width: 640px; margin: 0 auto 28px; line-height: 1.65; }

.wl-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--wl-gold);
  color: var(--wl-charcoal);
  font-family: 'Inter', sans-serif; font-weight: 700;
  font-size: 1rem; letter-spacing: .02em;
  padding: 13px 28px;
  border-radius: var(--wl-radius-btn);
  text-decoration: none;
  border: 1px solid var(--wl-gold);
  transition: all .18s ease;
  box-shadow: 0 6px 16px rgba(212,175,55,.28);
}
.wl-btn:hover {
  background: var(--wl-gold-2);
  border-color: var(--wl-gold-2);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(212,175,55,.36);
}
.wl-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.30);
  box-shadow: none;
}
.wl-btn--ghost:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.55);
}
.wl-cta__row { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
