/* ============================================================
   OneTap — University Compliance landing (uc-*)
   Restrained, professional register on the OneTap brand system.
   Depends on landing.css tokens (--blue, --ink, --line, etc.)
   ============================================================ */
#uc.uc-page{ --band:#0b2e6b; --band-2:#0038a7; --navy:#0a1f44; --navy-2:#0e2c5e; padding-bottom:96px; }

/* ---- Shared bits ---- */
#uc .reg-cite{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:700;letter-spacing:.01em;
  color:var(--blue-dark);background:var(--blue-tint);border:1px solid #d6e4fb;border-radius:99px;
  padding:4px 11px;white-space:nowrap;font-variant-numeric:tabular-nums}
#uc .reg-cite .sep{width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.5}
#uc .uc-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.13em;
  text-transform:uppercase;color:var(--blue);margin-bottom:16px}
#uc .uc-eyebrow.on-dark{color:#7fb2ff}
#uc .uc-shead{text-align:center;max-width:840px;margin:0 auto 56px}
#uc .uc-shead .h2{margin-bottom:16px}
#uc .uc-shead .lead{max-width:740px;margin:0 auto}
#uc .uc-narrow{max-width:920px;margin:0 auto}

/* ---- Text CTA link ---- */
#uc .uc-textcta{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:14.5px;color:var(--blue);white-space:nowrap}
#uc .uc-textcta:hover{color:var(--blue-dark);gap:9px}
#uc .uc-textcta svg{transition:transform .2s ease}
#uc .uc-textcta:hover svg{transform:translateX(2px)}

/* ============ STICKY URGENCY BANNER ============ */
#uc .uc-urgency{position:sticky;top:0;z-index:120;background:var(--band);color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}
#uc .uc-urgency-in{max-width:var(--container);margin:0 auto;padding:9px 44px;display:flex;align-items:center;
  justify-content:center;gap:11px;position:relative;font-size:13.5px;font-weight:500;line-height:1.3;text-align:center}
#uc .uc-urgency-in .hg{font-weight:700;color:#ffd27a}
#uc .uc-urgency .clock{font-size:15px;flex-shrink:0}
#uc .uc-urgency-x{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:0;
  color:rgba(255,255,255,.7);padding:6px;line-height:0;border-radius:6px;min-width:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center}
#uc .uc-urgency-x:hover{color:#fff;background:rgba(255,255,255,.14)}
#uc .uc-urgency-mob{display:none}
#uc .uc-urgency.collapsed .uc-urgency-in{display:none}
#uc .uc-urgency-pill{display:none;align-items:center;gap:8px;justify-content:center;max-width:var(--container);
  margin:0 auto;padding:8px 28px;font-size:13px;font-weight:600;cursor:pointer;min-height:36px}
#uc .uc-urgency.collapsed .uc-urgency-pill{display:flex}
#uc .uc-urgency-pill .car{transition:transform .2s ease}
#uc .uc-urgency-pill:hover .car{transform:translateY(2px)}

/* ============ NAVBAR sticky-fallback ============ */
#uc .ot-nav{z-index:60}
#uc #ot-nav-root{display:contents}
#uc .ot-mega{z-index:70}
#uc .ot-mobile-menu{z-index:200}
/* Default: navbar scrolls away (not sticky). */
#uc.uc-page .ot-nav{position:static !important}
/* Fallback mode: navbar becomes sticky, minimal chrome. */
#uc.uc-page.nav-fallback .ot-nav{position:sticky !important;top:0;z-index:115;
  background:rgba(255,255,255,.86);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);
  border-bottom:1px solid var(--line);box-shadow:0 2px 18px rgba(10,31,68,.06)}
#uc.uc-page.nav-fallback .uc-urgency{position:static}

/* ============ SECTION 1 — HERO ============ */
#uc .uc-hero{padding:clamp(40px,5vw,74px) 0 clamp(48px,5.5vw,78px)}
#uc .uc-hero .hero-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(36px,5vw,72px);align-items:center}
#uc .uc-hero .h1{font-size:clamp(30px,4.1vw,50px);line-height:1.08;margin-bottom:20px;font-weight:800;letter-spacing:-.02em;text-wrap:balance}
#uc .uc-hero .h1 .soft{color:var(--blue)}
#uc .uc-sub{font-size:clamp(15px,1.15vw,17.5px);line-height:1.62;color:var(--ink-2);margin:0 0 26px;max-width:580px}
#uc .uc-sub b{color:var(--ink);font-weight:600}
#uc .uc-hero-ctas{display:flex;align-items:center;gap:10px 20px;flex-wrap:wrap;margin-bottom:24px}
#uc .uc-trust{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;font-size:12.5px;color:var(--ink-3);font-weight:500}
#uc .uc-trust .dot{width:3px;height:3px;border-radius:50%;background:var(--ink-4)}

/* Hero visual */
#uc .uc-hv{position:relative}
#uc .uc-screen{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-xl);overflow:hidden}
#uc .uc-screen-top{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--line-2);background:#fbfcfe}
#uc .uc-dots{display:flex;gap:6px}
#uc .uc-dots i{width:9px;height:9px;border-radius:50%;background:#dfe4ec}
#uc .uc-screen-ttl{font-size:12px;font-weight:700;color:var(--ink-2)}
#uc .uc-screen-tag{margin-left:auto;display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:700;color:var(--ok);
  background:var(--ok-soft);border-radius:99px;padding:3px 9px;letter-spacing:.02em}
#uc .uc-screen-tag .ld{width:6px;height:6px;border-radius:50%;background:var(--ok);box-shadow:0 0 0 0 rgba(10,138,58,.55);animation:ucLive 2s ease-out infinite}
#uc .uc-exp-row{display:flex;gap:8px;padding:14px 16px 6px}
#uc .uc-exp{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;border-radius:8px;padding:8px 12px}
#uc .uc-exp.primary{background:var(--gradient);color:#fff;box-shadow:0 3px 10px rgba(1,112,240,.25)}
#uc .uc-exp.ghost{background:#fff;color:var(--ink-2);border:1px solid var(--line)}
#uc .uc-exp svg{width:13px;height:13px}
#uc .uc-tbl{width:100%;border-collapse:collapse;font-size:11.5px}
#uc .uc-tbl th{text-align:left;font-size:9.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-4);padding:12px 16px 8px}
#uc .uc-tbl td{padding:9px 16px;border-top:1px solid var(--line-2);color:var(--ink-2);font-weight:500}
#uc .uc-tbl tr:nth-child(even) td{background:#fafbfd}
#uc .uc-tbl tr.hl td{background:var(--blue-tint)}
#uc .uc-tbl .nm{color:var(--ink);font-weight:600}
#uc .uc-tbl .lda{font-variant-numeric:tabular-nums;color:var(--ink)}
#uc .uc-tbl .fresh-t{color:var(--blue);font-weight:700}
#uc .uc-pill-st{display:inline-flex;align-items:center;gap:5px;font-size:9.5px;font-weight:700;border-radius:99px;padding:2px 8px}
#uc .uc-pill-st.ok{background:var(--ok-soft);color:var(--ok)}
#uc .uc-pill-st.warn{background:var(--warn-soft);color:var(--warn)}
#uc .uc-tbl .mini-exp{display:inline-flex;align-items:center;gap:4px;font-size:9px;font-weight:800;color:#fff;background:var(--gradient);
  border-radius:6px;padding:3px 7px;letter-spacing:.02em}
#uc .uc-tbl .mini-exp svg{width:9px;height:9px}
#uc .uc-qr{position:absolute;left:-16px;bottom:-26px;width:min(216px,54%);background:#fff;border:1px solid var(--line);
  border-radius:14px;box-shadow:var(--shadow-lg);padding:12px;display:flex;gap:11px;align-items:center}
#uc .uc-qr-img{width:66px;height:66px;flex-shrink:0;border-radius:6px;animation:ucQrPulse 2s ease-in-out infinite}
#uc .uc-qr-cap{font-size:11px;font-weight:600;color:var(--ink-2);line-height:1.35}
#uc .uc-qr-cap b{color:var(--ink);display:block;font-size:11.5px;margin-bottom:2px}
@keyframes ucLive{0%{box-shadow:0 0 0 0 rgba(10,138,58,.5)}70%{box-shadow:0 0 0 7px rgba(10,138,58,0)}100%{box-shadow:0 0 0 0 rgba(10,138,58,0)}}
@keyframes ucQrPulse{0%,100%{box-shadow:0 0 0 0 rgba(1,112,240,0)}50%{box-shadow:0 0 0 6px rgba(1,112,240,.12)}}

/* ============ SECTION 2 — CREDIBILITY BAR ============ */
#uc .uc-cred{background:var(--blue-surface);border-top:1px solid var(--line-2);border-bottom:1px solid var(--line-2);padding:28px 0}
#uc .uc-cred-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
#uc .uc-cbadge{display:flex;gap:12px;align-items:flex-start;padding:6px;border-radius:12px;
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease}
#uc .uc-cbadge:hover{transform:scale(1.03);background:#fff;box-shadow:var(--shadow-md)}
#uc .uc-cbadge .ic{flex-shrink:0;width:36px;height:36px;border-radius:9px;background:#fff;border:1px solid var(--line);
  display:flex;align-items:center;justify-content:center;color:var(--blue);box-shadow:var(--shadow-sm)}
#uc .uc-cbadge .ic svg{width:19px;height:19px}
#uc .uc-cbadge h4{font-size:13px;font-weight:700;color:var(--ink);margin:1px 0 3px;line-height:1.2}
#uc .uc-cbadge p{font-size:11.5px;color:var(--ink-3);margin:0;line-height:1.4}

/* ============ SECTION 3 — THE POSITION ============ */
#uc .uc-position{background:var(--blue-surface)}
#uc .uc-pos-wrap{max-width:900px;margin:0 auto;text-align:center}
#uc .uc-pos-h{font-size:clamp(26px,3.3vw,40px);font-weight:800;letter-spacing:-.02em;line-height:1.14;color:var(--ink);margin:0 0 30px;text-wrap:balance}
#uc .uc-pos-body{max-width:720px;margin:0 auto;text-align:left}
#uc .uc-pos-body p{font-size:clamp(15.5px,1.25vw,18px);line-height:1.65;color:var(--ink-2);margin:0 0 20px}
#uc .uc-pos-body p .em{color:var(--ink);font-weight:600}
#uc .uc-pos-close{margin:36px auto 0;font-size:clamp(20px,2.5vw,28px);font-weight:700;line-height:1.32;letter-spacing:-.015em;
  color:var(--blue-dark);text-wrap:balance;max-width:760px}

/* ============ SECTION 4 — WHY FALL 2026 ============ */
#uc .uc-reg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
#uc .uc-reg{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;box-shadow:var(--shadow-sm);
  display:flex;flex-direction:column;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
#uc .uc-reg:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:rgba(1,112,240,.2)}
#uc .uc-reg .reg-cite{align-self:flex-start;margin-bottom:16px}
#uc .uc-reg h3{font-size:clamp(18px,1.7vw,21px);font-weight:700;letter-spacing:-.01em;color:var(--ink);margin:0 0 12px;line-height:1.25}
#uc .uc-reg p{font-size:14px;line-height:1.6;color:var(--ink-2);margin:0}
#uc .uc-reg p .em{color:var(--ink);font-weight:600}

/* ============ SECTION 5 — EVIDENCE LAYER ============ */
#uc .uc-evi-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:980px;margin:0 auto}
#uc .uc-evi{background:#fff;border:1px solid var(--line);border-radius:16px;padding:30px;box-shadow:var(--shadow-sm);
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
#uc .uc-evi:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:rgba(1,112,240,.2)}
#uc .uc-evi:hover .ic{transform:scale(1.06) rotate(-3deg)}
#uc .uc-evi .ic{width:48px;height:48px;border-radius:12px;background:var(--gradient);color:#fff;
  display:flex;align-items:center;justify-content:center;margin-bottom:18px;transition:transform .3s cubic-bezier(.2,.7,.2,1)}
#uc .uc-evi .ic svg{width:24px;height:24px}
#uc .uc-evi h3{font-size:18.5px;font-weight:700;letter-spacing:-.01em;color:var(--ink);margin:0 0 10px;line-height:1.28}
#uc .uc-evi p{font-size:14px;line-height:1.6;color:var(--ink-3);margin:0}
#uc .uc-evi .seehow{margin-top:12px}

/* ============ SECTION 6 — PROXY-PROOF ============ */
#uc .uc-proxy{background:radial-gradient(120% 90% at 50% 0%, #eef4fe 0%, #f7faff 55%, #fff 100%);
  border-top:1px solid var(--line-2)}
#uc .uc-proxy-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:1000px;margin:0 auto}
#uc .uc-pillar{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:var(--shadow-sm);
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;position:relative;overflow:hidden}
#uc .uc-pillar:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:rgba(1,112,240,.28)}
#uc .uc-pillar-head{display:flex;align-items:center;gap:14px;cursor:default}
#uc .uc-pillar-ic{width:52px;height:52px;border-radius:13px;background:var(--blue-tint);color:var(--blue-dark);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}
#uc .uc-pillar-ic svg{width:26px;height:26px;position:relative;z-index:1}
#uc .uc-pillar h3{font-size:18px;font-weight:700;letter-spacing:-.01em;color:var(--ink);margin:0;line-height:1.2}
#uc .uc-pillar .one{font-size:13.5px;font-weight:600;color:var(--blue-dark);margin:14px 0 0;line-height:1.45}
#uc .uc-pillar-details{margin:14px 0 0;padding:0;list-style:none;display:grid;gap:9px}
#uc .uc-pillar-details li{position:relative;padding-left:20px;font-size:13px;line-height:1.45;color:var(--ink-2)}
#uc .uc-pillar-details li::before{content:"";position:absolute;left:2px;top:7px;width:6px;height:6px;border-radius:50%;
  background:var(--blue);opacity:.55}
#uc .uc-pillar-toggle{display:none}
/* radar pulse on location pillar */
#uc .uc-pillar-ic .radar{position:absolute;inset:0;border-radius:13px}
#uc .uc-pillar:hover .uc-pillar-ic .radar::after{content:"";position:absolute;inset:0;border-radius:13px;
  border:2px solid var(--blue);animation:ucRadar 1.4s ease-out infinite}
@keyframes ucRadar{0%{transform:scale(.7);opacity:.7}100%{transform:scale(1.25);opacity:0}}
#uc .uc-pillar:hover .p-lock{animation:ucLockClick .5s ease}
@keyframes ucLockClick{0%,100%{transform:translateY(0)}40%{transform:translateY(-2px)}}
#uc .uc-pillar:hover .p-tick{animation:ucTick .8s steps(8) infinite}
@keyframes ucTick{to{transform:rotate(360deg)}}
#uc .uc-pillar:hover .p-qr{animation:ucQrRegen 1.2s ease infinite}
@keyframes ucQrRegen{0%,100%{opacity:1}50%{opacity:.35}}
#uc .uc-proxy-close{text-align:center;max-width:820px;margin:48px auto 0;font-size:clamp(20px,2.4vw,27px);
  font-weight:700;line-height:1.34;letter-spacing:-.015em;color:var(--ink);text-wrap:balance}
#uc .uc-proxy-close .hl{color:var(--blue-dark)}
#uc .uc-proxy-anchor{text-align:center;font-size:13px;color:var(--ink-3);margin:14px auto 0;font-weight:500}

/* ============ SECTION 7 — AI ============ */
#uc .uc-ai{background:linear-gradient(150deg,#0a1f44 0%,#0e2c5e 60%,#123a7d 120%);color:#fff}
#uc .uc-ai-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(36px,4.5vw,64px);align-items:center}
#uc .uc-ai-l .h2{color:#fff;margin-bottom:16px}
#uc .uc-ai-l .lead{color:rgba(255,255,255,.78);max-width:520px}
#uc .uc-ai-body{font-size:15px;line-height:1.62;color:rgba(255,255,255,.72);margin:18px 0 26px;max-width:500px}
#uc .uc-ai-l .btn-onwhite{background:#fff;color:var(--navy)}
#uc .uc-ai-l .btn-onwhite:hover{background:#eaf1ff;color:var(--navy)}
#uc .uc-ai-note{font-size:13px;color:rgba(255,255,255,.6);margin:14px 0 0}
#uc .uc-ai-widget{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.14);border-radius:18px;
  padding:22px;backdrop-filter:blur(6px)}
#uc .uc-ai-conn{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:rgba(255,255,255,.72);margin-bottom:16px}
#uc .uc-ai-conn .d{width:8px;height:8px;border-radius:50%;background:#3ddc84;box-shadow:0 0 0 0 rgba(61,220,132,.5);animation:ucLive 2s ease-out infinite}
#uc .uc-ai-q{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);
  border-radius:12px;padding:15px 16px;font-size:15px;font-weight:600;color:#fff;line-height:1.35}
#uc .uc-ai-q svg{width:18px;height:18px;flex-shrink:0;color:#7fb2ff}
#uc .uc-ai-q .cursor{display:inline-block;width:2px;height:1.05em;background:#7fb2ff;margin-left:1px;vertical-align:middle;animation:ucCursor 1s steps(2) infinite}
@keyframes ucCursor{0%,100%{opacity:1}50%{opacity:0}}
#uc .uc-ai-suggest{margin-top:14px;min-height:46px}
#uc .uc-ai-slabel{font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.45);margin:0 0 8px}
#uc .uc-ai-cycle{position:relative;min-height:44px}
#uc .uc-ai-item{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);
  border-radius:10px;padding:12px 14px;font-size:13.5px;color:rgba(255,255,255,.86);line-height:1.35;
  position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .32s ease;pointer-events:none}
#uc .uc-ai-item.active{opacity:1;visibility:visible;pointer-events:auto}
#uc .uc-ai-item .ar{margin-left:auto;opacity:0;transition:opacity .2s ease,transform .2s ease;color:#7fb2ff;flex-shrink:0}
#uc .uc-ai-item:hover{background:rgba(255,255,255,.09)}
#uc .uc-ai-item:hover .ar{opacity:1;transform:translateX(2px)}

/* ============ SECTION 8 — IT TRAP ============ */
#uc .uc-trap-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:1000px;margin:0 auto}
#uc .uc-trap-col{border-radius:18px;padding:30px}
#uc .uc-trap-col h3{font-size:16px;font-weight:700;margin:0 0 20px;letter-spacing:-.005em}
#uc .uc-trap-col ul{list-style:none;margin:0;padding:0;display:grid;gap:14px}
#uc .uc-trap-col li{display:flex;gap:11px;align-items:flex-start;font-size:14.5px;line-height:1.45}
#uc .uc-trap-ent{background:#f4f5f7;border:1px solid var(--line)}
#uc .uc-trap-ent h3{color:var(--ink-3)}
#uc .uc-trap-ent li{color:var(--ink-3)}
#uc .uc-trap-ent .mk{flex-shrink:0;color:var(--ink-4);margin-top:2px}
#uc .uc-trap-ent .mk svg{width:16px;height:16px}
#uc .uc-trap-ot{background:#fff;border:2px solid var(--blue);box-shadow:var(--shadow-lg);position:relative}
#uc .uc-trap-ot h3{color:var(--blue-dark)}
#uc .uc-trap-ot li{color:var(--ink)}
#uc .uc-trap-ot .ck{flex-shrink:0;color:var(--ok);margin-top:1px}
#uc .uc-trap-ot .ck svg{width:16px;height:16px}
#uc .uc-trap-close{text-align:center;max-width:720px;margin:44px auto 0;font-size:clamp(19px,2.3vw,26px);
  font-weight:700;line-height:1.34;letter-spacing:-.015em;color:var(--blue-dark);text-wrap:balance}

/* ============ SECTION 9 — INTEGRATIONS ============ */
#uc .uc-int{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(32px,4vw,64px);align-items:start}
#uc .uc-int-l .h2{margin-bottom:16px}
#uc .uc-int-l .lead{margin-bottom:0}
#uc .uc-logos{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}
#uc .uc-logo{display:flex;align-items:center;justify-content:center;gap:8px;background:#fff;border:1px solid var(--line);
  border-radius:12px;padding:14px 8px;font-size:12.5px;font-weight:700;color:var(--ink-4);text-align:center;
  min-height:64px;line-height:1.2;transition:border-color .2s ease,color .2s ease;cursor:default}
#uc .uc-logo:hover{border-color:rgba(1,112,240,.3);color:var(--ink)}
#uc .uc-logo img{height:22px;width:auto;opacity:.55;filter:grayscale(1);transition:opacity .2s ease,filter .2s ease}
#uc .uc-logo:hover img{opacity:.95;filter:grayscale(0)}
#uc .uc-int-note{font-size:12.5px;color:var(--ink-3);margin:0 0 22px;line-height:1.5}
#uc .uc-check-card{background:var(--blue-surface);border:1px solid var(--line);border-radius:16px;padding:24px 26px}
#uc .uc-check-card h4{font-size:14px;font-weight:700;color:var(--ink);margin:0 0 14px;display:flex;align-items:center;gap:8px}
#uc .uc-check-card h4 svg{width:17px;height:17px;color:var(--blue)}
#uc .uc-checks{list-style:none;margin:0 0 18px;padding:0;display:grid;gap:9px}
#uc .uc-checks li{display:flex;gap:9px;align-items:flex-start;font-size:13.5px;color:var(--ink-2);line-height:1.45}
#uc .uc-checks .ck{color:var(--ok);flex-shrink:0;margin-top:1px}
#uc .uc-checks .ck svg{width:15px;height:15px}
#uc .uc-check-toggle{display:none}

/* ============ SECTION 10 — SITUATIONS ============ */
#uc .uc-cases{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
#uc .uc-case{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;display:flex;flex-direction:column;
  box-shadow:var(--shadow-sm);transition:transform .24s ease,box-shadow .24s ease}
#uc .uc-case:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
#uc .uc-case-tag{display:inline-block;align-self:flex-start;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;
  color:var(--blue-dark);background:var(--blue-tint);border-radius:6px;padding:5px 10px;margin-bottom:18px;line-height:1.3;transition:background .2s ease}
#uc .uc-case:hover .uc-case-tag{background:#dce9fd}
#uc .uc-case-lbl{font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-4);margin:0 0 6px}
#uc .uc-case-sit{font-size:13.5px;line-height:1.55;color:var(--ink-2);margin:0 0 18px}
#uc .uc-case-sit b{color:var(--ink);font-weight:700}
#uc .uc-case-does{border-top:1px solid var(--line-2);padding-top:16px;margin-top:auto}
#uc .uc-case-does .uc-case-lbl{color:var(--blue)}
#uc .uc-case-does p{font-size:13.5px;line-height:1.55;color:var(--ink);font-weight:500;margin:0}
#uc .uc-case-verify{font-size:9.5px;color:var(--ink-4);font-style:italic;margin:12px 0 0}
#uc .uc-logostrip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 34px;margin:44px auto 0;max-width:900px}
#uc .uc-logostrip span{font-size:15px;font-weight:800;letter-spacing:-.01em;color:#c2c7d1;transition:color .2s ease;cursor:default}
#uc .uc-logostrip span:hover{color:var(--ink-3)}
#uc .uc-logostrip-cap{text-align:center;font-size:12.5px;color:var(--ink-3);margin:18px auto 0;max-width:640px}
#uc .uc-case-dots{display:none}

/* ============ SECTION 11 — LEAD MAGNET ============ */
#uc .uc-lead-band{background:linear-gradient(135deg,#0b2e6b 0%,#0038a7 60%,#0170f0 130%);color:#fff}
#uc .uc-lead-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(32px,4.5vw,64px);align-items:center}
#uc .uc-lead-l .h2{color:#fff;margin-bottom:16px}
#uc .uc-lead-l p.intro{font-size:15.5px;line-height:1.6;color:rgba(255,255,255,.82);margin:0 0 22px;max-width:520px}
#uc .uc-lead-list{list-style:none;margin:0;padding:0;display:grid;gap:11px}
#uc .uc-lead-list li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:rgba(255,255,255,.92);line-height:1.45}
#uc .uc-lead-list .ck{color:#8fe3b0;flex-shrink:0;margin-top:1px}
#uc .uc-lead-list .ck svg{width:16px;height:16px}
#uc .uc-form{background:#fff;border-radius:18px;padding:30px;box-shadow:0 30px 70px rgba(1,20,60,.4)}
#uc .uc-form h3{font-size:19px;font-weight:700;color:var(--ink);margin:0 0 4px}
#uc .uc-form .sub{font-size:13px;color:var(--ink-3);margin:0 0 20px}
#uc .uc-field{margin-bottom:14px}
#uc .uc-field label{display:block;font-size:12px;font-weight:700;color:var(--ink-2);margin-bottom:6px}
#uc .uc-field input, #uc .uc-field select{width:100%;font-family:inherit;font-size:14px;color:var(--ink);background:#fff;
  border:1px solid var(--line);border-radius:10px;padding:12px 13px;transition:border-color .18s ease,box-shadow .18s ease}
#uc .uc-field input:focus, #uc .uc-field select:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 3px rgba(1,112,240,.14)}
#uc .uc-form .btn{width:100%;margin-top:4px;transition:transform .18s ease,box-shadow .18s ease,background .2s ease}
#uc .uc-form .btn:hover{transform:scale(1.02)}
#uc .uc-form .note{font-size:11.5px;color:var(--ink-3);text-align:center;margin:12px 0 0;line-height:1.45}
#uc .uc-form-done{display:none;text-align:center;padding:26px 6px}
#uc .uc-form.done .uc-form-fields{display:none}
#uc .uc-form.done .uc-form-done{display:block}
#uc .uc-form-done .ic{width:54px;height:54px;border-radius:50%;background:var(--ok-soft);color:var(--ok);
  display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
#uc .uc-form-done h3{margin-bottom:6px}

/* ============ SECTION 12 — FAQ ============ */
#uc #uc-faq .faq-item.open .faq-a{max-height:720px}
#uc .uc-faq-cta{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:13.5px;color:var(--blue);margin-top:12px}
#uc .uc-faq-cta:hover{color:var(--blue-dark);gap:9px}
#uc .uc-faq-cta svg{transition:transform .2s ease}
#uc .uc-faq-cta:hover svg{transform:translateX(2px)}

/* ============ SECTION 13 — FINAL CTA ============ */
#uc .uc-final{background:linear-gradient(135deg,#0b2e6b 0%,#0038a7 100%);color:#fff;text-align:center;position:relative;overflow:hidden}
#uc .uc-final .container{position:relative;z-index:1}
#uc .uc-final .h2{color:#fff;max-width:780px;margin:0 auto 16px}
#uc .uc-final p{font-size:16px;line-height:1.6;color:rgba(255,255,255,.85);max-width:620px;margin:0 auto 30px}
#uc .uc-final-ctas{display:flex;align-items:center;justify-content:center;gap:12px 22px;flex-wrap:wrap;margin-bottom:24px}
#uc .btn-onwhite{background:#fff;color:var(--blue-dark)}
#uc .btn-onwhite:hover{background:#eaf1ff;color:var(--blue-dark)}
#uc .uc-final-sec{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:15px;color:#fff}
#uc .uc-final-sec:hover{color:#cfe0ff;gap:9px}
#uc .uc-final-sec svg{transition:transform .2s ease}
#uc .uc-final-sec:hover svg{transform:translateX(2px)}
#uc .uc-final-micro{font-size:12.5px;color:rgba(255,255,255,.72);font-weight:500}

/* ============ STICKY BOTTOM PILL ============ */
#uc .uc-bottom{position:fixed;left:50%;bottom:20px;transform:translate(-50%,150%);z-index:110;display:flex;align-items:center;gap:14px;
  background:var(--ink);color:#fff;border-radius:16px;padding:11px 12px 11px 16px;box-shadow:0 16px 44px rgba(0,0,0,.28);
  transition:transform .4s cubic-bezier(.2,.7,.2,1);max-width:min(640px,calc(100vw - 24px))}
#uc .uc-bottom.show{transform:translate(-50%,0)}
#uc .uc-bottom-doc{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0}
#uc .uc-bottom-doc svg{width:19px;height:19px;color:#fff}
#uc .uc-bottom-doc::after{content:"";position:absolute;width:38px;height:38px;border-radius:10px;border:1.5px solid rgba(255,255,255,.4);animation:ucDocPulse 2s ease-out infinite}
@keyframes ucDocPulse{0%{transform:scale(.85);opacity:.7}100%{transform:scale(1.3);opacity:0}}
#uc .uc-bottom-txt{font-size:13.5px;font-weight:600;line-height:1.3;flex:1}
#uc .uc-bottom .btn{flex-shrink:0;background:#0170f0;color:#fff;box-shadow:none}
#uc .uc-bottom .btn:hover{background:#0a7bff}
#uc .uc-bottom-x{background:none;border:0;color:rgba(255,255,255,.6);padding:6px;line-height:0;border-radius:6px;flex-shrink:0;
  min-width:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center}
#uc .uc-bottom-x:hover{color:#fff;background:rgba(255,255,255,.14)}
#uc .uc-bottom-mob{display:none}

/* ============ RESPONSIVE ============ */
@media (max-width:1023px){
  #uc .uc-hero .hero-inner{grid-template-columns:1fr;gap:44px}
  #uc .uc-hv{max-width:520px;margin:0 auto}
  #uc .uc-cred-grid{grid-template-columns:repeat(3,1fr);gap:22px 16px}
  #uc .uc-reg-grid{grid-template-columns:1fr;max-width:640px;margin:0 auto;gap:16px}
  #uc .uc-evi-grid{grid-template-columns:1fr;max-width:560px}
  #uc .uc-proxy-grid{grid-template-columns:1fr;max-width:560px}
  #uc .uc-ai-grid{grid-template-columns:1fr;gap:36px}
  #uc .uc-trap-grid{grid-template-columns:1fr;max-width:560px}
  #uc .uc-int{grid-template-columns:1fr;gap:36px}
  #uc .uc-lead-grid{grid-template-columns:1fr;gap:36px}
  #uc .uc-cases{grid-template-columns:1fr;max-width:560px;margin:0 auto}
}
@media (max-width:767px){
  html{scroll-padding-top:52px}
  #uc .uc-urgency-full{display:none}
  #uc .uc-urgency-mob{display:inline}
  #uc .uc-urgency-in{padding:9px 40px}
  #uc .uc-cred-grid{grid-template-columns:1fr 1fr;gap:20px 14px}
  #uc .uc-logos{grid-template-columns:repeat(2,1fr)}
  #uc .uc-form{padding:24px 20px}
  #uc .uc-qr{position:static;width:auto;margin-top:16px}
  #uc .uc-trust{gap:6px 8px}
  #uc .uc-bottom-desk{display:none}
  #uc .uc-bottom-mob{display:inline}
  #uc .uc-bottom{padding:10px 10px 10px 14px;gap:10px;bottom:12px}
  #uc .uc-bottom-txt{font-size:12.5px}
  #uc .uc-bottom-doc{width:34px;height:34px}
  #uc .uc-bottom-doc::after{width:34px;height:34px}

  /* Proxy pillars: accordion on small screens */
#uc .uc-pillar{padding:0}
  #uc .uc-pillar-head{padding:20px;gap:12px}
  #uc .uc-pillar .one{padding:0 20px}
  #uc .uc-pillar-toggle{display:flex;margin-left:auto;flex-shrink:0;width:26px;height:26px;border-radius:50%;
    background:var(--blue-tint);color:var(--blue);align-items:center;justify-content:center;transition:transform .25s ease}
  #uc .uc-pillar.open .uc-pillar-toggle{transform:rotate(45deg)}
  #uc .uc-pillar-details{max-height:0;overflow:hidden;margin:0;padding:0 20px;transition:max-height .3s ease,padding .3s ease,margin .3s ease}
  #uc .uc-pillar.open .uc-pillar-details{max-height:340px;margin:14px 0 0;padding:0 20px 22px}
  #uc .uc-pillar .one{margin:14px 0 0}
  #uc .uc-pillar.open .one{margin:14px 0 0}

  /* IT security checklist collapsible */
#uc .uc-check-toggle{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--blue);
    background:none;border:0;font-family:inherit;padding:4px 0;cursor:pointer}
  #uc .uc-checks{max-height:0;overflow:hidden;transition:max-height .3s ease;gap:0}
  #uc .uc-check-card.open .uc-checks{max-height:400px;gap:9px;margin-bottom:18px}
  #uc .uc-check-card.open .uc-check-toggle .car{transform:rotate(180deg)}
  #uc .uc-check-toggle .car{transition:transform .25s ease}

  /* Case studies: horizontal swipe carousel */
#uc .uc-cases{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;max-width:none;margin:0 -20px;
    padding:4px 20px 8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  #uc .uc-cases::-webkit-scrollbar{display:none}
  #uc .uc-case{scroll-snap-align:center;min-width:86%;flex-shrink:0}
  #uc .uc-case-dots{display:flex;justify-content:center;gap:8px;margin-top:18px}
  #uc .uc-case-dots i{width:7px;height:7px;border-radius:50%;background:var(--line);transition:background .2s ease,width .2s ease}
  #uc .uc-case-dots i.active{background:var(--blue);width:20px;border-radius:99px}
}
@media (max-width:413px){
  #uc .uc-hero .h1{font-size:clamp(24px,8vw,30px)}
}
@media (prefers-reduced-motion: reduce){
  #uc .uc-qr-img, #uc .uc-screen-tag .ld, #uc .uc-ai-conn .d, #uc .uc-bottom-doc::after, #uc .uc-ai-q .cursor{animation:none !important}
  #uc .uc-pillar:hover .uc-pillar-ic .radar::after, #uc .uc-pillar:hover .p-lock, #uc .uc-pillar:hover .p-tick, #uc .uc-pillar:hover .p-qr{animation:none !important}
  #uc .uc-ai-item{transition:none}
  #uc .uc-bottom{transition:none}
  #uc .uc-textcta, #uc .uc-faq-cta, #uc .uc-final-sec{transition:none}
}
