:root {
  --cand-ink: #101828;
  --cand-ink-2: #1d2939;
  --cand-muted: #667085;
  --cand-soft: #f6f9ff;
  --cand-soft-2: #eef5ff;
  --cand-line: rgba(16, 24, 40, 0.12);
  --cand-blue: #2f5bff;
  --cand-cyan: #00b8d9;
  --cand-green: #20c997;
  --cand-gold: #ffb84d;
  --cand-dark: #0b1020;
  --cand-card: rgba(255, 255, 255, 0.88);
  --cand-glass: rgba(255, 255, 255, 0.72);
  --cand-grad: linear-gradient(135deg, #2f5bff 0%, #00b8d9 54%, #20c997 100%);
  --cand-grad-warm: linear-gradient(135deg, #ffb84d 0%, #ff7a59 100%);
  --cand-shadow: 0 28px 80px rgba(16, 24, 40, 0.16);
  --cand-shadow-soft: 0 18px 46px rgba(16, 24, 40, 0.10);
  --cand-radius: 30px;
}

body.candidate-lp-body,
body.candidate-lp-body .site-content,
body.candidate-lp-body .ast-container,
body.candidate-lp-body .content-area,
body.candidate-lp-body .site-main {
  background: #fff !important;
}

body.candidate-lp-body .ast-container,
body.candidate-lp-body #primary,
body.candidate-lp-body #main {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.candidate-lp-body .entry-header,
body.candidate-lp-body .page-title,
body.candidate-lp-body .ast-page-builder-template .entry-header,
body.candidate-lp-body .post-thumb-img-content {
  display: none !important;
}

.candidate-lp {
  color: var(--cand-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 18%, rgba(47, 91, 255, .06), transparent 26%),
    radial-gradient(circle at 100% 52%, rgba(32, 201, 151, .07), transparent 28%),
    #fff;
}

.candidate-lp *,
.candidate-lp *::before,
.candidate-lp *::after {
  box-sizing: border-box;
}

.cand-shell {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.cand-narrow { max-width: 900px; }

.cand-section {
  position: relative;
  padding: clamp(72px, 9vw, 126px) 0;
}

.cand-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(980px, calc(100% - 48px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(47,91,255,.16), transparent);
}

.cand-hero {
  position: relative;
  min-height: 790px;
  padding: clamp(84px, 10vw, 140px) 0 92px;
  isolation: isolate;
  background:
    radial-gradient(circle at 9% 13%, rgba(47, 91, 255, 0.20), transparent 31%),
    radial-gradient(circle at 82% 5%, rgba(0, 184, 217, 0.23), transparent 27%),
    radial-gradient(circle at 74% 62%, rgba(32, 201, 151, 0.16), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 92%);
}

.cand-hero::before {
  content: "";
  position: absolute;
  inset: 20px 20px auto;
  height: 640px;
  z-index: -2;
  border-radius: 0 0 46px 46px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.88), rgba(255,255,255,0.42)),
    repeating-linear-gradient(90deg, rgba(47,91,255,0.055) 0 1px, transparent 1px 76px),
    repeating-linear-gradient(0deg, rgba(47,91,255,0.045) 0 1px, transparent 1px 76px);
  pointer-events: none;
}

.cand-hero::after {
  content: "";
  position: absolute;
  right: -220px;
  top: 170px;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  z-index: -1;
  background: conic-gradient(from 120deg, rgba(47,91,255,.08), rgba(0,184,217,.22), rgba(32,201,151,.16), rgba(47,91,255,.08));
  filter: blur(18px);
}

.cand-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(38px, 6vw, 88px);
  align-items: center;
}

.cand-hero__copy { position: relative; }

.cand-kicker,
.cand-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--cand-blue);
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 13px;
  text-transform: uppercase;
}

.cand-kicker {
  padding: 10px 14px;
  border: 1px solid rgba(47,91,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 10px 30px rgba(47,91,255,.08);
}

.cand-kicker span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--cand-grad);
  box-shadow: 0 0 0 8px rgba(47,91,255,0.10);
}

.cand-hero h1 {
  margin: 0;
  font-size: clamp(44px, 7vw, 84px);
  line-height: 1.04;
  letter-spacing: -0.058em;
  color: var(--cand-ink);
  text-wrap: balance;
}

.cand-hero h1 strong {
  display: inline-block;
  color: transparent;
  background: var(--cand-grad);
  -webkit-background-clip: text;
  background-clip: text;
}

.cand-lead,
.cand-large {
  margin: 24px 0 0;
  color: var(--cand-muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.95;
  max-width: 720px;
}

.cand-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 34px;
}

.cand-hero__actions--center { justify-content: center; }

.cand-btn,
.cand-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 25px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 900;
  line-height: 1;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}

.cand-btn:hover,
.cand-link:hover {
  transform: translateY(-2px);
}

.cand-btn--primary {
  color: #fff !important;
  background: var(--cand-grad);
  box-shadow: 0 18px 42px rgba(47,91,255,0.26);
}

.cand-btn--primary:hover { box-shadow: 0 22px 54px rgba(47,91,255,0.34); }

.cand-btn--ghost {
  color: var(--cand-ink) !important;
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--cand-line);
  box-shadow: 0 12px 30px rgba(16,24,40,.06);
}

.cand-btn--ghost-light {
  color: #fff !important;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.34);
}

.cand-btn--dark {
  color: #fff !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(47,91,255,.24), transparent 38%),
    var(--cand-dark);
  box-shadow: 0 18px 40px rgba(11,16,32,0.24);
}

.cand-link {
  margin-top: 28px;
  color: var(--cand-blue) !important;
  background: rgba(47,91,255,0.08);
}

.cand-link span { margin-left: 10px; }

.cand-trust-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.cand-trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: #25405f;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(47,91,255,0.14);
  box-shadow: 0 10px 24px rgba(47,91,255,.055);
  font-size: 13px;
  font-weight: 800;
}

.cand-trust-row span::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border-radius: 999px;
  color: #fff;
  background: var(--cand-grad);
  font-size: 11px;
}

.cand-hero__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.cand-hero__nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--cand-muted) !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(16,24,40,.08);
  font-size: 12px;
  font-weight: 800;
}

.cand-hero__nav a:hover {
  color: var(--cand-blue) !important;
  background: #fff;
}

.cand-hero__visual {
  position: relative;
  min-height: 530px;
}

.cand-orbit {
  position: absolute;
  border-radius: 999px;
  filter: blur(.4px);
}

.cand-orbit--one {
  width: 430px;
  height: 430px;
  top: 20px;
  right: 0;
  background: conic-gradient(from 120deg, rgba(47,91,255,0.08), rgba(0,184,217,0.40), rgba(32,201,151,0.20), rgba(255,184,77,.18), rgba(47,91,255,0.08));
  animation: candSpin 18s linear infinite;
}

.cand-orbit--two {
  width: 286px;
  height: 286px;
  right: 116px;
  top: 96px;
  background: rgba(255,255,255,0.84);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.72), 0 26px 80px rgba(47,91,255,.08);
}

.cand-card--main {
  position: absolute;
  top: 112px;
  right: 42px;
  width: min(360px, 88%);
  padding: 30px;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.82);
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.76));
  box-shadow: var(--cand-shadow);
  backdrop-filter: blur(18px);
}

.cand-card--main::before {
  content: "";
  position: absolute;
  inset: 12px 12px auto auto;
  width: 92px;
  height: 92px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(47,91,255,.14), rgba(32,201,151,.14));
}

.cand-card__badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--cand-blue);
  background: rgba(47,91,255,.09);
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 12px;
}

.cand-card h2 {
  position: relative;
  margin: 22px 0 10px;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.cand-card p {
  position: relative;
  margin: 0;
  color: var(--cand-muted);
  line-height: 1.75;
}

.cand-flow-mini {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
}

.cand-flow-mini span {
  display: inline-flex;
  justify-content: center;
  min-width: 64px;
  padding: 10px 11px;
  border-radius: 14px;
  color: var(--cand-ink);
  background: var(--cand-soft-2);
  font-weight: 900;
  font-size: 12px;
}

.cand-flow-mini i {
  height: 2px;
  background: linear-gradient(90deg, rgba(47,91,255,.08), rgba(47,91,255,.35));
}

.cand-floating {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--cand-ink);
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: 0 16px 44px rgba(16,24,40,.12);
  font-weight: 900;
  backdrop-filter: blur(14px);
  animation: candFloat 5.5s ease-in-out infinite;
}

.cand-floating::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--cand-grad);
}

.cand-floating--a { top: 62px; left: 2px; }
.cand-floating--b { top: 326px; right: 0; animation-delay: .8s; }
.cand-floating--c { left: 34px; bottom: 36px; animation-delay: 1.5s; }

.cand-metrics {
  position: relative;
  z-index: 3;
  margin-top: -64px;
  padding: 0 0 28px;
}

.cand-metrics__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 30px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--cand-shadow-soft);
  backdrop-filter: blur(18px);
}

.cand-metric {
  position: relative;
  min-height: 146px;
  padding: 22px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(47,91,255,.10);
  background: linear-gradient(180deg, #fff, #f7fbff);
}

.cand-metric::after {
  content: "";
  position: absolute;
  right: -32px;
  top: -32px;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: rgba(47,91,255,.08);
}

.cand-metric span {
  display: inline-flex;
  color: var(--cand-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.cand-metric strong {
  display: block;
  margin-top: 12px;
  color: var(--cand-ink);
  font-size: 24px;
  letter-spacing: -.03em;
}

.cand-metric small {
  display: block;
  margin-top: 8px;
  color: var(--cand-muted);
  font-size: 13px;
  line-height: 1.65;
}

.cand-section__head {
  max-width: 760px;
  margin: 0 0 38px;
}

.cand-section__head--center {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.cand-section h2,
.cand-final-cta h2 {
  margin: 0;
  color: var(--cand-ink);
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.12;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.cand-section__head p:not(.cand-section__eyebrow) {
  margin: 18px 0 0;
  color: var(--cand-muted);
  font-size: 17px;
  line-height: 1.9;
}

.cand-grid { display: grid; gap: 20px; }
.cand-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.cand-panel {
  position: relative;
  min-height: 260px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(16,24,40,.09);
  border-radius: var(--cand-radius);
  background: #fff;
  box-shadow: 0 16px 46px rgba(16,24,40,.08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.cand-panel:hover {
  transform: translateY(-4px);
  border-color: rgba(47,91,255,.22);
  box-shadow: 0 26px 66px rgba(16,24,40,.12);
}

.cand-panel::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 164px;
  height: 164px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(47,91,255,.12), rgba(32,201,151,.08));
}

.cand-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  color: #fff;
  background: var(--cand-grad);
  box-shadow: 0 14px 30px rgba(47,91,255,.22);
  font-weight: 900;
}

.cand-panel h3 {
  position: relative;
  margin: 24px 0 12px;
  font-size: 22px;
  letter-spacing: -.03em;
}

.cand-panel p {
  position: relative;
  margin: 0;
  color: var(--cand-muted);
  line-height: 1.85;
}

.cand-solution {
  background:
    radial-gradient(circle at 12% 12%, rgba(47,91,255,.10), transparent 28%),
    radial-gradient(circle at 90% 50%, rgba(32,201,151,.12), transparent 28%),
    #f7fbff;
}

.cand-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.cand-feature-list {
  display: grid;
  gap: 14px;
}

.cand-feature-list div {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 86px;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(47,91,255,.10);
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 44px rgba(16,24,40,.07);
}

.cand-feature-list div::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--cand-grad);
  box-shadow: 0 0 0 8px rgba(47,91,255,.08);
}

.cand-feature-list strong {
  color: var(--cand-ink);
  font-size: 18px;
}

.cand-feature-list span {
  color: var(--cand-muted);
  line-height: 1.75;
}

.cand-flow {
  background: #fff;
}

.cand-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cand-steps::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 39px;
  height: 2px;
  background: linear-gradient(90deg, rgba(47,91,255,.08), rgba(0,184,217,.35), rgba(32,201,151,.12));
}

.cand-steps li {
  position: relative;
  min-height: 220px;
  padding: 20px 16px 18px;
  border: 1px solid rgba(16,24,40,.09);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 34px rgba(16,24,40,.07);
}

.cand-steps li span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  color: #fff;
  background: var(--cand-dark);
  font-size: 12px;
  font-weight: 900;
}

.cand-steps li strong {
  display: block;
  margin-top: 22px;
  color: var(--cand-ink);
  font-size: 18px;
  line-height: 1.35;
}

.cand-steps li small {
  display: block;
  margin-top: 10px;
  color: var(--cand-muted);
  font-size: 13px;
  line-height: 1.75;
}

.cand-audience {
  background:
    linear-gradient(180deg, #fff 0%, #f6f9ff 100%);
}

.cand-audience__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.cand-audience-card {
  position: relative;
  min-height: 520px;
  padding: clamp(30px, 5vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(16,24,40,.09);
  border-radius: 36px;
  background: #fff;
  box-shadow: var(--cand-shadow-soft);
}

.cand-audience-card::before {
  content: "";
  position: absolute;
  inset: auto -90px -110px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(47,91,255,.08);
}

.cand-audience-card--student {
  color: #fff;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.26), transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(32,201,151,.32), transparent 34%),
    var(--cand-grad);
  border-color: rgba(255,255,255,.42);
}

.cand-audience-card--student .cand-section__eyebrow,
.cand-audience-card--student h2,
.cand-audience-card--student p,
.cand-audience-card--student li { color: #fff; }

.cand-audience-card h2 {
  margin: 0;
  font-size: clamp(30px, 4.4vw, 48px);
  line-height: 1.12;
  letter-spacing: -.045em;
}

.cand-audience-card p {
  margin: 18px 0 0;
  color: var(--cand-muted);
  line-height: 1.9;
}

.cand-audience-card ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
}

.cand-audience-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--cand-ink-2);
  font-weight: 800;
}

.cand-audience-card li::before {
  content: "";
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border-radius: 999px;
  background: var(--cand-grad);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.48);
}

.cand-audience-card--student li::before {
  background: rgba(255,255,255,.92);
  box-shadow: inset 0 0 0 5px rgba(47,91,255,.25);
}

.cand-safety__box {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(320px, 1.12fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(30px, 6vw, 56px);
  overflow: hidden;
  border-radius: 38px;
  color: #fff;
  background:
    radial-gradient(circle at 10% 0%, rgba(47,91,255,.42), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(32,201,151,.22), transparent 34%),
    linear-gradient(135deg, var(--cand-dark), #17244a);
  box-shadow: var(--cand-shadow);
}

.cand-safety__box h2,
.cand-safety__box p,
.cand-safety__box .cand-section__eyebrow { color: #fff; }

.cand-safety__box p {
  margin: 18px 0 0;
  color: rgba(255,255,255,.76);
  line-height: 1.9;
}

.cand-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cand-checks span {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 14px 16px;
  border-radius: 18px;
  color: #fff;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.15);
  font-weight: 800;
}

.cand-checks span::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  color: var(--cand-dark);
  background: #fff;
  font-size: 13px;
}

.cand-faq { background: #fff; }

.cand-accordion {
  display: grid;
  gap: 12px;
}

.cand-accordion details {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(16,24,40,.10);
  background: #fff;
  box-shadow: 0 14px 36px rgba(16,24,40,.06);
}

.cand-accordion summary {
  position: relative;
  cursor: pointer;
  padding: 22px 58px 22px 24px;
  color: var(--cand-ink);
  font-weight: 900;
  list-style: none;
}

.cand-accordion summary::-webkit-details-marker { display: none; }

.cand-accordion summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--cand-grad);
  font-weight: 900;
}

.cand-accordion details[open] summary::after { content: "−"; }

.cand-accordion details p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--cand-muted);
  line-height: 1.85;
}

.cand-final-cta {
  padding: clamp(76px, 9vw, 120px) 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(47,91,255,.26), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(32,201,151,.25), transparent 26%),
    linear-gradient(135deg, var(--cand-dark), #17244a 56%, #123b57);
}

.cand-final-cta__inner {
  padding: clamp(34px, 7vw, 74px);
  border-radius: 42px;
  text-align: center;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 80px rgba(0,0,0,.18);
}

.cand-final-cta h2,
.cand-final-cta p,
.cand-final-cta .cand-section__eyebrow { color: #fff; }

.cand-final-cta p:not(.cand-section__eyebrow) {
  margin: 18px auto 0;
  max-width: 720px;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.9;
}

.candidate-page-wrap {
  width: min(1080px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(46px, 7vw, 82px) 0;
}

.candidate-page-card {
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(16,24,40,.10);
  border-radius: 34px;
  background:
    radial-gradient(circle at 0 0, rgba(47,91,255,.08), transparent 30%),
    #fff;
  box-shadow: 0 24px 70px rgba(16,24,40,.10);
}

.candidate-page-header .entry-title {
  margin: 0 0 22px;
  color: var(--cand-ink);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.12;
  letter-spacing: -.05em;
}

.candidate-page-content {
  color: var(--cand-ink-2);
  font-size: 17px;
  line-height: 1.95;
}

.candidate-page-content a { color: var(--cand-blue); font-weight: 800; }
.candidate-page-content h2,
.candidate-page-content h3 { color: var(--cand-ink); letter-spacing: -.03em; }

@keyframes candSpin { to { transform: rotate(360deg); } }
@keyframes candFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

@media (max-width: 1080px) {
  .cand-hero__grid,
  .cand-split,
  .cand-safety__box { grid-template-columns: 1fr; }
  .cand-hero__visual { min-height: 480px; }
  .cand-card--main { left: 50%; right: auto; transform: translateX(-50%); }
  .cand-grid--3,
  .cand-metrics__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cand-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cand-steps::before { display: none; }
}

@media (max-width: 820px) {
  .cand-shell { width: min(100% - 28px, 1160px); }
  .cand-hero { min-height: auto; padding-top: 64px; }
  .cand-hero::before { inset: 10px 10px auto; height: 520px; border-radius: 0 0 28px 28px; }
  .cand-hero__grid { gap: 30px; }
  .cand-hero__actions .cand-btn { width: 100%; }
  .cand-hero__nav { display: none; }
  .cand-hero__visual { min-height: 410px; }
  .cand-card--main { width: min(340px, 94%); top: 88px; padding: 24px; }
  .cand-orbit--one { width: 340px; height: 340px; right: 50%; transform: translateX(50%); animation: none; }
  .cand-orbit--two { right: 50%; transform: translateX(50%); }
  .cand-floating { font-size: 13px; min-height: 40px; }
  .cand-floating--a { left: 0; top: 26px; }
  .cand-floating--b { right: 0; top: 310px; }
  .cand-floating--c { left: 18px; bottom: 18px; }
  .cand-metrics { margin-top: -30px; }
  .cand-metrics__grid,
  .cand-grid--3,
  .cand-audience__grid,
  .cand-checks { grid-template-columns: 1fr; }
  .cand-feature-list div { grid-template-columns: 1fr; gap: 10px; }
  .cand-steps { grid-template-columns: 1fr; }
  .cand-steps li { min-height: auto; }
  .cand-audience-card { min-height: auto; }
}

@media (max-width: 520px) {
  .cand-hero h1 { font-size: clamp(38px, 13vw, 50px); }
  .cand-section { padding: 64px 0; }
  .cand-metrics__grid { padding: 10px; border-radius: 24px; }
  .cand-panel,
  .cand-audience-card,
  .cand-safety__box,
  .cand-final-cta__inner { border-radius: 26px; }
  .cand-flow-mini { grid-template-columns: 1fr; }
  .cand-flow-mini i { display: none; }
}
