:root {
  --uc-navy: #122559;
  --uc-gold: #edae26;
  --uc-white: #fff;
  --uc-paper: #f7f6f2;
  --uc-ink: #1a1f36;
  --uc-muted: #5c6578;
  --uc-line: rgba(18, 37, 89, 0.12);
  --uc-radius: 18px;
  --uc-font: "Inter", "Open Sans", system-ui, sans-serif;
}
body.uc-active #content-wrap.container,
body.uc-active #content-wrap { max-width: none !important; width: 100% !important; padding: 0 !important; margin: 0 !important; }
body.uc-active #primary,
body.uc-active #content,
body.uc-active .single-page-article,
body.uc-active .entry,
body.uc-active .content-area { margin: 0 !important; padding: 0 !important; background: transparent !important; box-shadow: none !important; border: 0 !important; max-width: none !important; width: 100% !important; }
.uc { font-family: var(--uc-font); color: var(--uc-ink); font-size: 1.125rem; line-height: 1.6; background: radial-gradient(ellipse 70% 45% at 100% -10%, rgba(237, 174, 38, 0.28), transparent 52%), var(--uc-white); padding-bottom: 3.5rem; overflow-x: hidden; }
.uc *, .uc *::before, .uc *::after { box-sizing: border-box; }
.uc a { color: var(--uc-navy); }
.uc-wrap { width: min(100% - 1.5rem, 1120px); margin-inline: auto; }
.uc-hero { padding: 2.4rem 0 1.6rem; }
.uc-kicker { margin: 0 0 0.7rem; font-size: 0.88rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: #b8860b; }
.uc-hero h1 { margin: 0 0 0.85rem; font-size: clamp(2.1rem, 7vw, 3.6rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; color: var(--uc-navy); }
.uc-hero h1 span { color: #c49212; background: linear-gradient(transparent 62%, rgba(237, 174, 38, 0.45) 62%); }
.uc-hero-lead { margin: 0; font-size: 1.18rem; line-height: 1.55; color: var(--uc-muted); max-width: 46ch; }
.uc-path { display: grid; gap: 0.85rem; }
@media (min-width: 760px) { .uc-path { grid-template-columns: repeat(3, 1fr); } }
.uc-step { display: block; background: #fff; border: 1px solid var(--uc-line); border-top: 6px solid var(--uc-gold); border-radius: var(--uc-radius); padding: 1.2rem; text-decoration: none !important; color: inherit; box-shadow: 0 10px 28px rgba(18, 37, 89, 0.07); }
.uc-step-num { display: inline-flex; align-items: center; justify-content: center; width: 2.3rem; height: 2.3rem; border-radius: 50%; background: var(--uc-gold); color: var(--uc-navy); font-weight: 800; margin-bottom: 0.65rem; }
.uc-step h2 { margin: 0 0 0.35rem; font-size: 1.28rem; font-weight: 800; color: var(--uc-navy); }
.uc-step p { margin: 0 0 0.7rem; color: var(--uc-muted); font-size: 1.02rem; }
.uc-step-go { font-size: 0.92rem; font-weight: 800; color: #b8860b; }
@media (max-width: 759px) {
  .uc-hero { padding: 1.6rem 0 1rem; }
  .uc-hero h1 { font-size: 2rem; }
  .uc-hero-lead { font-size: 1.05rem; }
  .uc-path { gap: 0.7rem; }
}
