/* White-Label for Agencies page.
   Builds on style.css + home.css (hero, trust strip, final-cta, work-form).
   This file styles only the sections unique to this page. */

.wh-secondary {
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 600; font-size: 0.95rem;
  color: #fff; display: inline-flex; align-items: center; gap: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.5); padding-bottom: 3px;
  transition: gap 0.2s, border-color 0.2s;
}
.wh-secondary:hover { gap: 13px; border-bottom-color: #fff; }

.wl-guards-head h2,
.wl-build-head h2,
.wl-steps-head h2 {
  font-size: clamp(2.2rem, 4.6vw, 3.4rem); line-height: 1.05;
  letter-spacing: -0.035em; color: var(--navy); max-width: 22ch;
}
.wl-build-head h2 .accent { color: var(--magenta); }

/* Guarantees / objection handling */
.wl-guards { background: #fff; padding: 120px 0; }
.wl-guards-head { margin-bottom: 56px; }
.wl-guards-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px;
}
.wl-guard {
  background: var(--bg-warm); border: 1px solid var(--hairline);
  border-left: 4px solid var(--magenta); padding: 34px 36px;
}
.wl-guard h3 {
  font-size: clamp(1.25rem, 2vw, 1.5rem); line-height: 1.2;
  letter-spacing: -0.02em; color: var(--navy); margin-bottom: 12px;
}
.wl-guard p { font-size: 1.02rem; line-height: 1.65; color: #555; }

/* What we build — four service cards */
.wl-build { background: var(--bg-warm); padding: 120px 0; }
.wl-build-head { margin-bottom: 56px; }
.wl-services {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px;
}
.wl-service {
  background: #fff; border: 1px solid var(--hairline);
  padding: 40px 42px; box-shadow: 0 24px 60px -46px rgba(15,26,56,0.4);
}
.wl-service-label {
  font-family: 'Prompt', sans-serif; font-style: italic; font-weight: 400;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--magenta);
  display: block; margin-bottom: 14px;
}
.wl-service h3 {
  font-size: clamp(1.4rem, 2.4vw, 1.85rem); line-height: 1.12;
  letter-spacing: -0.025em; color: var(--navy); margin-bottom: 16px;
}
.wl-service p { font-size: 1.05rem; line-height: 1.7; color: #555; }
.wl-build-note {
  font-family: 'Prompt', sans-serif; font-style: italic; font-weight: 500;
  font-size: clamp(1.2rem, 2vw, 1.55rem); color: var(--navy);
  text-align: center; margin-top: 52px; max-width: 60ch;
  margin-left: auto; margin-right: auto; line-height: 1.5;
}

/* How it works — numbered steps */
.wl-steps { background: #fff; padding: 120px 0; }
.wl-steps-head { margin-bottom: 56px; }
.wl-steps-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 48px;
}
.wl-step { padding-top: 26px; border-top: 1px solid var(--hairline-strong); }
.wl-step-num {
  font-family: 'Prompt', sans-serif; font-weight: 300;
  font-size: clamp(2rem, 3.4vw, 2.8rem); color: var(--magenta);
  line-height: 1; margin-bottom: 16px;
}
.wl-step h3 {
  font-size: clamp(1.3rem, 2.1vw, 1.6rem); line-height: 1.15;
  letter-spacing: -0.02em; color: var(--navy); margin-bottom: 12px;
}
.wl-step p { font-size: 1.02rem; line-height: 1.65; color: #555; }

/* Proof — dark band for contrast */
.wl-proof { background: var(--navy-deepest); padding: 120px 0; }
.wl-proof-inner { max-width: 820px; }
.wl-proof .rd-kicker { color: var(--sky); }
.wl-proof h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem); line-height: 1.15;
  letter-spacing: -0.03em; color: #fff; margin-bottom: 34px; max-width: 24ch;
}
.wl-proof-list { list-style: none; margin: 0 0 30px; padding: 0; }
.wl-proof-list li {
  position: relative; padding-left: 30px; margin-bottom: 16px;
  font-size: 1.12rem; line-height: 1.6; color: rgba(255,255,255,0.85);
}
.wl-proof-list li::before {
  content: ""; position: absolute; left: 0; top: 0.62em;
  width: 10px; height: 10px; background: var(--lime); border-radius: 2px;
}
.wl-proof-note {
  font-size: 1.05rem; line-height: 1.6; color: rgba(255,255,255,0.7);
  border-top: 1px solid rgba(255,255,255,0.14); padding-top: 26px; max-width: 60ch;
}

/* No photo behind this hero: shorter, text vertically centred on every screen size. */
.wl-hero { min-height: 72vh; align-items: center; }
.wl-hero .wh-col { padding: 140px 0; }
@media (max-width: 700px) {
  .wl-hero { min-height: 0; }
  .wl-hero .wh-col { padding: 120px 0 80px; }
}

@media (max-width: 860px) {
  .wl-guards, .wl-build, .wl-steps, .wl-proof { padding: 80px 0; }
  .wl-guards-grid, .wl-services, .wl-steps-grid { grid-template-columns: 1fr; }
  .wl-build-note { margin-top: 36px; }
}
