:root{
  --wpu33-navy:#001e63;
  --wpu33-blue:#0757d8;
  --wpu33-yellow:#ffc800;
  --wpu33-page:#f6faff;
  --wpu33-radius-xl:28px;
  --hp33-blue-900:#032a73;
  --hp33-blue-800:#063f9b;
  --hp33-blue-700:#0c56d9;
  --hp33-blue-600:#1a73ff;
  --hp33-blue-100:#e8f0ff;
  --hp33-blue-050:#f5f8ff;
  --hp33-yellow:#f5c400;
  --hp33-yellow-soft:#fce48a;
  --hp33-ink:#0a1d4a;
  --hp33-text:#26395f;
  --hp33-border:#dbe6fb;
  --hp33-shadow:0 22px 64px rgba(8,39,112,.12);
  --hp33-shadow-soft:0 10px 30px rgba(10,52,138,.10);
  --hp33-radius-xl:34px;
  --hp33-radius-lg:26px;
  --hp33-radius-md:20px;
  --hp33-radius-sm:16px;
}

body[data-wpu-public-homepage="1"]{
  background:
    radial-gradient(circle at 0% 18%, rgba(25,101,255,.10), transparent 20%),
    radial-gradient(circle at 100% 100%, rgba(245,196,0,.18), transparent 24%),
    linear-gradient(180deg, #f6f9ff 0%, #ffffff 22%, #f8fbff 100%);
  color:var(--hp33-text);
}
body[data-wpu-public-homepage="1"] .public-header-shell{
  background:transparent!important;
  box-shadow:none!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .discovery-nav{
  max-width:min(1680px,calc(100% - 32px));
  margin:12px auto 0;
  padding:0;
  border-radius:32px;
  background:linear-gradient(135deg,#0a49b5 0%, #06338f 50%, #03235e 100%)!important;
  box-shadow:0 18px 48px rgba(5,42,124,.28);
  border:1px solid rgba(255,255,255,.10);
}
body[data-wpu-public-homepage="1"] .public-header-shell .wpu-public-nav-container{
  padding:14px 22px!important;
  min-height:118px;
}
body[data-wpu-public-homepage="1"] .public-header-shell .navbar-brand{
  margin-right:24px;
}
body[data-wpu-public-homepage="1"] .public-header-shell .brand-logo{
  width:72px;
  height:72px;
  object-fit:contain;
  background:rgba(255,255,255,.06);
  border:4px solid rgba(255,214,71,.95);
  border-radius:20px;
  padding:6px;
  box-shadow:0 10px 20px rgba(0,0,0,.16);
}
body[data-wpu-public-homepage="1"] .public-header-shell .brand-text{
  gap:6px;
}
body[data-wpu-public-homepage="1"] .public-header-shell .brand-text strong{
  font-size:18px!important;
  letter-spacing:-.02em;
}
body[data-wpu-public-homepage="1"] .public-header-shell .brand-text small{
  font-size:12px!important;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:rgba(255,224,109,.96)!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .navbar-collapse{
  align-items:center;
}
body[data-wpu-public-homepage="1"] .public-header-shell .wpu-public-nav-list{
  gap:10px;
}
body[data-wpu-public-homepage="1"] .public-header-shell .nav-link,
body[data-wpu-public-homepage="1"] .public-header-shell .nav-admin-btn,
body[data-wpu-public-homepage="1"] .public-header-shell .wpu-researcher-nav-btn{
  min-height:58px;
  border-radius:18px;
  padding:0 18px!important;
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  font-size:15px;
  letter-spacing:-.01em;
}
body[data-wpu-public-homepage="1"] .public-header-shell .nav-link{
  color:#fff!important;
  opacity:.96;
}
body[data-wpu-public-homepage="1"] .public-header-shell .nav-link:hover,
body[data-wpu-public-homepage="1"] .public-header-shell .nav-link:focus,
body[data-wpu-public-homepage="1"] .public-header-shell .nav-link[aria-current="page"]{
  background:rgba(255,212,58,.15)!important;
  color:#ffdb58!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .wpu30-nav-home[aria-current="page"]{
  background:rgba(255,208,66,.14)!important;
  box-shadow:inset 0 -3px 0 rgba(255,217,86,.95);
}
body[data-wpu-public-homepage="1"] .public-header-shell .wpu-home-nav-aira,
body[data-wpu-public-homepage="1"] .public-header-shell .wpu30-workflow-menu > .nav-link,
body[data-wpu-public-homepage="1"] .public-header-shell .wpu30-more-menu > .nav-link{
  border:1px solid rgba(255,255,255,.08);
}
body[data-wpu-public-homepage="1"] .public-header-shell .wpu-researcher-nav-btn{
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.10);
  color:#fff!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .wpu-researcher-avatar{
  width:36px;
  height:36px;
  border-radius:50%;
  background:#fff;
  color:var(--hp33-blue-900);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
}
body[data-wpu-public-homepage="1"] .public-header-shell .nav-admin-btn{
  background:linear-gradient(180deg,#ffd84d 0%, #f5c400 100%)!important;
  color:#06327f!important;
  border:1px solid rgba(255,255,255,.34)!important;
  box-shadow:0 14px 24px rgba(15,42,120,.18);
}
body[data-wpu-public-homepage="1"] .public-header-shell .nav-admin-btn:hover,
body[data-wpu-public-homepage="1"] .public-header-shell .nav-admin-btn:focus{
  transform:translateY(-1px);
  filter:brightness(1.03);
}
body[data-wpu-public-homepage="1"] .public-header-shell .dropdown-menu.discovery-dropdown{
  border:none;
  border-radius:18px;
  padding:10px;
  box-shadow:var(--hp33-shadow);
}

body[data-wpu-public-homepage="1"] .wpu-phase-f-home{
  max-width:min(1680px,calc(100% - 32px));
  margin:20px auto 56px;
  padding:0;
  display:grid;
  gap:28px;
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-home > section,
body[data-wpu-public-homepage="1"] .wpu-phase-f-home > aside{
  position:relative;
}

body[data-wpu-public-homepage="1"] .wpu-phase-f-hero{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.94fr);
  gap:30px;
  align-items:stretch;
  padding:26px 0 0;
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy{
  position:relative;
  padding:38px 30px 24px 30px;
  min-height:790px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  overflow:hidden;
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 0 100%, rgba(18,93,255,.16), transparent 22%),
    radial-gradient(circle at 100% 0%, rgba(255,214,87,.18), transparent 18%),
    linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(250,252,255,.98) 100%);
  border-radius:var(--hp33-radius-xl);
  border:1px solid rgba(219,230,251,.88);
  box-shadow:var(--hp33-shadow);
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy > *{position:relative; z-index:1;}
body[data-wpu-public-homepage="1"] .hp33-hero-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  width:max-content;
  padding:12px 18px;
  border-radius:999px;
  background:linear-gradient(180deg,#f7e39d 0%, #efda87 100%);
  color:#8b6200;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
  font-size:14px;
  margin-bottom:22px;
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy h1{
  max-width:680px;
  margin:0 0 16px;
  font-size:clamp(3.5rem,5.5vw,6.2rem);
  line-height:.93;
  font-weight:900;
  letter-spacing:-.06em;
  color:var(--hp33-ink);
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy p{
  max-width:700px;
  font-size:1.42rem;
  line-height:1.45;
  color:#34486f;
  margin:0 0 22px;
}
body[data-wpu-public-homepage="1"] .hp33-popular-searches{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 24px;
}
body[data-wpu-public-homepage="1"] .hp33-popular-searches a{
  text-decoration:none;
  color:#10469f;
  background:#eef4ff;
  border:1px solid #dbe7ff;
  border-radius:999px;
  padding:8px 14px;
  font-weight:700;
  font-size:.92rem;
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-search{
  position:relative;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:18px;
  margin:0 0 24px;
  padding:14px 14px 14px 64px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(187,205,242,.75);
  box-shadow:0 18px 36px rgba(10,49,127,.09);
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-search > .bi-search{
  position:absolute;
  left:26px;
  font-size:1.8rem;
  color:#1456c0;
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-search input{
  border:none!important;
  box-shadow:none!important;
  background:transparent!important;
  min-height:60px;
  font-size:1.15rem;
  color:var(--hp33-ink);
  padding:0!important;
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-search input::placeholder{color:#7182a8;}
body[data-wpu-public-homepage="1"] .wpu-phase-f-button.is-primary,
body[data-wpu-public-homepage="1"] .wpu-phase-f-button.is-secondary,
body[data-wpu-public-homepage="1"] .wpu-phase-f-button.is-tertiary,
body[data-wpu-public-homepage="1"] .hp30-open-step{
  border-radius:18px;
  min-height:56px;
  padding:0 22px;
  font-weight:800;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-decoration:none;
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease;
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-button:hover,
body[data-wpu-public-homepage="1"] .hp30-open-step:hover{transform:translateY(-1px)}
body[data-wpu-public-homepage="1"] .wpu-phase-f-button.is-primary,
body[data-wpu-public-homepage="1"] .hp30-open-step{
  background:linear-gradient(180deg,#1a73ff 0%, #0a56de 100%);
  color:#fff;
  box-shadow:0 16px 28px rgba(10,86,222,.22);
  border:1px solid rgba(255,255,255,.2);
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-button.is-secondary{
  background:#fff;
  color:#1150bf;
  border:1px solid #cfe0ff;
  box-shadow:0 12px 26px rgba(10,49,127,.08);
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-button.is-tertiary{
  background:#f3f7ff;
  color:#0c4eb8;
  border:1px solid #d4e2ff;
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-bottom:26px;
}
body[data-wpu-public-homepage="1"] .hp33-hero-benefits{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  background:#fff;
  border:1px solid rgba(219,230,251,.9);
  border-radius:26px;
  overflow:hidden;
  box-shadow:var(--hp33-shadow-soft);
  margin-top:auto;
}
body[data-wpu-public-homepage="1"] .hp33-hero-benefits article{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:4px 14px;
  align-items:center;
  padding:22px 18px;
  border-right:1px solid rgba(219,230,251,.86);
}
body[data-wpu-public-homepage="1"] .hp33-hero-benefits article:last-child{border-right:none;}
body[data-wpu-public-homepage="1"] .hp33-hero-benefits i{
  grid-row:1 / span 2;
  width:38px; height:38px; border-radius:12px; display:inline-flex; align-items:center; justify-content:center;
  font-size:1.1rem;
  background:#eef4ff;
  color:#0a56de;
}
body[data-wpu-public-homepage="1"] .hp33-hero-benefits strong{
  color:var(--hp33-ink);
  font-size:1rem;
}
body[data-wpu-public-homepage="1"] .hp33-hero-benefits span{
  color:#5e7094;
  font-size:.94rem;
}

body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-panel{
  position:relative;
  min-height:790px;
  background:linear-gradient(160deg,#0857d7 0%, #07359a 55%, #03276f 100%);
  border-radius:38px;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 24px 54px rgba(8,41,118,.24);
  padding:24px;
  display:flex;
  flex-direction:column;
  color:#fff;
  overflow:hidden;
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-panel::after{
  content:"";
  position:absolute;
  inset:auto -100px -120px auto;
  width:320px;
  height:320px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,212,58,.28), rgba(255,212,58,0));
}
body[data-wpu-public-homepage="1"] .hp30-aira-media{
  position:relative;
  margin-bottom:22px;
  border-radius:30px;
  border:4px solid rgba(255,255,255,.82);
  background:#fff;
  padding:18px;
  box-shadow:0 18px 38px rgba(0,17,56,.30);
}
body[data-wpu-public-homepage="1"] .hp30-aira-media img,
body[data-wpu-public-homepage="1"] .hp30-aira-media video{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:24px;
  background:#d9e5ff;
}
body[data-wpu-public-homepage="1"] .hp30-aira-controls{
  position:absolute;
  top:26px;
  right:26px;
  display:flex;
  gap:12px;
}
body[data-wpu-public-homepage="1"] .hp30-aira-controls button{
  width:58px;
  height:58px;
  border-radius:50%;
  border:none;
  background:#0c3e9e;
  color:#fff;
  box-shadow:0 10px 24px rgba(1,24,76,.34);
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
body[data-wpu-public-homepage="1"] .hp30-aira-controls button span{display:none;}
body[data-wpu-public-homepage="1"] .hp30-aira-controls button i{font-size:1.4rem;}
body[data-wpu-public-homepage="1"] .hp33-aira-caption{
  margin-top:auto;
  background:linear-gradient(180deg, rgba(5,35,98,.14), rgba(2,28,85,.34));
  border:1px solid rgba(255,255,255,.10);
  border-radius:26px;
  padding:26px 24px 18px;
}
body[data-wpu-public-homepage="1"] .hp30-command-heading{
  display:flex;
  align-items:flex-start;
  gap:18px;
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-aira-mark{
  width:82px;
  height:82px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:radial-gradient(circle at 30% 30%, #fff, #bfd6ff);
  color:#083e9d;
  box-shadow:inset 0 0 0 10px rgba(255,255,255,.12), 0 10px 24px rgba(0,0,0,.18);
  font-size:2rem;
  flex:0 0 auto;
}
body[data-wpu-public-homepage="1"] .hp33-aira-label{
  display:block;
  color:#ffd447;
  font-weight:800;
  font-size:1rem;
  margin-bottom:2px;
}
body[data-wpu-public-homepage="1"] .hp30-aira-title{
  display:block;
  font-size:2rem;
  line-height:1.05;
  color:#fff;
  margin-bottom:10px;
}
body[data-wpu-public-homepage="1"] .hp30-aira-subtitle{
  display:block;
  color:rgba(255,255,255,.92);
  font-size:1.12rem;
  line-height:1.5;
}
body[data-wpu-public-homepage="1"] .hp33-aira-points{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:24px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
}
body[data-wpu-public-homepage="1"] .hp33-aira-points span{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  color:#fff;
}
body[data-wpu-public-homepage="1"] .hp33-aira-points i{color:#ffd447;}

body[data-wpu-public-homepage="1"] .hp30-workflow-explorer,
body[data-wpu-public-homepage="1"] .hp27-section,
body[data-wpu-public-homepage="1"] .hp27-evidence-notice{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(219,230,251,.92);
  border-radius:32px;
  padding:28px;
  box-shadow:var(--hp33-shadow-soft);
}
body[data-wpu-public-homepage="1"] .hp27-section-head,
body[data-wpu-public-homepage="1"] .hp30-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:18px;
  margin-bottom:22px;
}
body[data-wpu-public-homepage="1"] .hp27-kicker,
body[data-wpu-public-homepage="1"] .section-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:#eef4ff;
  color:#0a56de;
  font-weight:800;
  font-size:.85rem;
  text-transform:uppercase;
  letter-spacing:.04em;
  margin-bottom:12px;
}
body[data-wpu-public-homepage="1"] .hp27-section-head h2,
body[data-wpu-public-homepage="1"] .hp30-section-head h2,
body[data-wpu-public-homepage="1"] .homepage-section-header h2{
  margin:0 0 8px;
  font-size:2.15rem;
  line-height:1.08;
  color:var(--hp33-ink);
  font-weight:900;
  letter-spacing:-.04em;
}
body[data-wpu-public-homepage="1"] .hp27-section-head p,
body[data-wpu-public-homepage="1"] .hp30-section-head p,
body[data-wpu-public-homepage="1"] .homepage-section-header p{
  margin:0;
  max-width:760px;
  color:#516787;
  font-size:1.04rem;
}
body[data-wpu-public-homepage="1"] .hp27-section-head > a,
body[data-wpu-public-homepage="1"] .hp30-section-head > a{
  flex:0 0 auto;
  text-decoration:none;
  color:#0c4eb8;
  font-weight:800;
}
body[data-wpu-public-homepage="1"] .hp27-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-bottom:22px;
}
body[data-wpu-public-homepage="1"] .hp27-metric,
body[data-wpu-public-homepage="1"] .hp27-category-card,
body[data-wpu-public-homepage="1"] .hp27-mini-card,
body[data-wpu-public-homepage="1"] .hp27-featured-card,
body[data-wpu-public-homepage="1"] .hp30-detail-panel,
body[data-wpu-public-homepage="1"] .hp30-step-button{
  background:#fff;
  border:1px solid rgba(219,230,251,.96);
  box-shadow:0 12px 26px rgba(10,49,127,.06);
}
body[data-wpu-public-homepage="1"] .hp27-metric{
  border-radius:24px;
  padding:18px 20px;
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:14px;
  color:inherit;
}
body[data-wpu-public-homepage="1"] .hp27-metric i{
  width:52px;height:52px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;
  background:#eef4ff;color:#0a56de;font-size:1.35rem;
}
body[data-wpu-public-homepage="1"] .hp27-metric strong{display:block;font-size:1.8rem;color:var(--hp33-ink);line-height:1;}
body[data-wpu-public-homepage="1"] .hp27-metric span{color:#5d7093;font-weight:600;}
body[data-wpu-public-homepage="1"] .hp30-workflow-layout{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  gap:22px;
}
body[data-wpu-public-homepage="1"] .hp30-step-list{
  display:grid;
  gap:16px;
  margin:0;
  padding:0;
  list-style:none;
}
body[data-wpu-public-homepage="1"] .hp30-step-button{
  width:100%;
  border-radius:24px;
  padding:18px 18px;
  text-align:left;
  display:grid;
  grid-template-columns:auto auto 1fr auto;
  align-items:center;
  gap:14px;
}
body[data-wpu-public-homepage="1"] .hp30-step-button[aria-selected="true"]{
  background:linear-gradient(180deg,#f4f8ff 0%, #ffffff 100%);
  border-color:#b7d0ff;
  box-shadow:0 18px 36px rgba(10,86,222,.10);
}
body[data-wpu-public-homepage="1"] .hp28-phase-index,
body[data-wpu-public-homepage="1"] .hp30-detail-number{
  width:52px;height:52px;border-radius:16px;background:#0a56de;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:900;
}
body[data-wpu-public-homepage="1"] .hp28-phase-icon{
  width:48px;height:48px;border-radius:16px;background:#eef4ff;color:#0a56de;display:inline-flex;align-items:center;justify-content:center;font-size:1.3rem;
}
body[data-wpu-public-homepage="1"] .hp28-phase-body strong,
body[data-wpu-public-homepage="1"] .hp30-detail-panel h3{color:var(--hp33-ink);}
body[data-wpu-public-homepage="1"] .hp28-phase-body strong{display:block;font-size:1.1rem;margin-bottom:4px;}
body[data-wpu-public-homepage="1"] .hp28-phase-body small,
body[data-wpu-public-homepage="1"] .hp28-phase-body em,
body[data-wpu-public-homepage="1"] .hp30-detail-panel p,
body[data-wpu-public-homepage="1"] .hp30-detail-panel small,
body[data-wpu-public-homepage="1"] .hp30-detail-panel li span{
  color:#526782;
}
body[data-wpu-public-homepage="1"] .hp28-phase-body em{display:block;font-style:normal;font-weight:700;margin-top:5px;}
body[data-wpu-public-homepage="1"] .hp28-phase-arrow{color:#8aa6dd;}
body[data-wpu-public-homepage="1"] .hp30-detail-panel{border-radius:28px;padding:24px;}
body[data-wpu-public-homepage="1"] .hp30-detail-top{display:flex;gap:12px;align-items:center;margin-bottom:18px;}
body[data-wpu-public-homepage="1"] .hp30-detail-badge{padding:8px 12px;border-radius:999px;background:#eef4ff;color:#0c4eb8;font-weight:800;}
body[data-wpu-public-homepage="1"] .hp30-aira-role,
body[data-wpu-public-homepage="1"] .hp30-detail-checklist,
body[data-wpu-public-homepage="1"] .hp30-detail-outcome{margin-top:18px;}
body[data-wpu-public-homepage="1"] .hp30-aira-role{display:flex;gap:14px;padding:16px;border-radius:20px;background:#f6f9ff;}
body[data-wpu-public-homepage="1"] .hp30-aira-role > i{width:46px;height:46px;border-radius:14px;background:#0a56de;color:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;}
body[data-wpu-public-homepage="1"] .hp30-detail-checklist ul{list-style:none;padding:0;margin:12px 0 0;display:grid;gap:12px;}
body[data-wpu-public-homepage="1"] .hp30-detail-checklist li{display:flex;gap:10px;align-items:flex-start;}
body[data-wpu-public-homepage="1"] .hp30-detail-checklist i{color:#0a56de;margin-top:2px;}
body[data-wpu-public-homepage="1"] .hp27-category-grid,
body[data-wpu-public-homepage="1"] .hp27-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
body[data-wpu-public-homepage="1"] .hp30-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
body[data-wpu-public-homepage="1"] .hp27-category-card,
body[data-wpu-public-homepage="1"] .hp27-mini-card{
  border-radius:24px;
  padding:22px;
  text-decoration:none;
  color:inherit;
}
body[data-wpu-public-homepage="1"] .hp27-category-card{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:14px;}
body[data-wpu-public-homepage="1"] .hp27-category-card > i:first-child,
body[data-wpu-public-homepage="1"] .hp27-mini-card > i:first-child{
  width:46px;height:46px;border-radius:16px;background:#eef4ff;color:#0a56de;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;
}
body[data-wpu-public-homepage="1"] .hp27-category-card strong,
body[data-wpu-public-homepage="1"] .hp27-mini-card strong{display:block;color:var(--hp33-ink);font-size:1.08rem;margin-bottom:6px;}
body[data-wpu-public-homepage="1"] .hp27-category-card small,
body[data-wpu-public-homepage="1"] .hp27-mini-card p,
body[data-wpu-public-homepage="1"] .hp27-mini-card em{color:#566b8a;}
body[data-wpu-public-homepage="1"] .hp27-featured-track{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
body[data-wpu-public-homepage="1"] .hp27-featured-card{
  border-radius:26px;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  display:flex;
  flex-direction:column;
  min-height:100%;
}
body[data-wpu-public-homepage="1"] .hp27-featured-media{
  display:block;
  background:linear-gradient(180deg,#eef4ff 0%, #dfe9ff 100%);
  padding:16px;
}
body[data-wpu-public-homepage="1"] .hp27-featured-media img,
body[data-wpu-public-homepage="1"] .hp27-featured-media i{
  width:100%;
  aspect-ratio:16/10;
  border-radius:18px;
  object-fit:cover;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0a56de;
  font-size:2rem;
  background:#fff;
}
body[data-wpu-public-homepage="1"] .hp27-featured-body{display:flex;flex-direction:column;gap:10px;padding:20px;flex:1;}
body[data-wpu-public-homepage="1"] .hp27-featured-body small{color:#0c4eb8;font-weight:800;text-transform:uppercase;letter-spacing:.04em;}
body[data-wpu-public-homepage="1"] .hp27-featured-body strong{color:var(--hp33-ink);font-size:1.15rem;line-height:1.2;}
body[data-wpu-public-homepage="1"] .hp27-featured-body p{color:#556a89;margin:0;line-height:1.5;}
body[data-wpu-public-homepage="1"] .hp27-featured-body em{margin-top:auto;color:#0c4eb8;font-style:normal;font-weight:800;}
body[data-wpu-public-homepage="1"] .hp27-scroll-actions{display:flex;gap:10px;}
body[data-wpu-public-homepage="1"] .hp27-scroll-actions button{
  width:48px;height:48px;border:none;border-radius:16px;background:#eef4ff;color:#0a56de;display:inline-flex;align-items:center;justify-content:center;
}
body[data-wpu-public-homepage="1"] .hp27-tabs{display:grid;gap:18px;}
body[data-wpu-public-homepage="1"] .hp27-tab-list{display:flex;flex-wrap:wrap;gap:12px;}
body[data-wpu-public-homepage="1"] .hp27-tab-list button{
  border:none;
  min-height:48px;
  padding:0 18px;
  border-radius:999px;
  background:#eef4ff;
  color:#0c4eb8;
  font-weight:800;
}
body[data-wpu-public-homepage="1"] .hp27-tab-list button[aria-selected="true"],
body[data-wpu-public-homepage="1"] .hp27-tab-list button.is-active,
body[data-wpu-public-homepage="1"] .hp27-tab-list button:hover{
  background:#0a56de;
  color:#fff;
}
body[data-wpu-public-homepage="1"] .hp27-evidence-notice{
  display:flex;
  align-items:flex-start;
  gap:16px;
  background:linear-gradient(135deg,#0c56de 0%, #083da0 100%);
  color:#fff;
  border:none;
  box-shadow:0 18px 38px rgba(8,41,118,.2);
}
body[data-wpu-public-homepage="1"] .hp27-evidence-notice i{width:56px;height:56px;border-radius:18px;background:rgba(255,255,255,.12);display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;flex:0 0 auto;}
body[data-wpu-public-homepage="1"] .hp27-evidence-notice p,
body[data-wpu-public-homepage="1"] .hp27-evidence-notice strong{color:#fff;}

@media (max-width: 1399.98px){
  body[data-wpu-public-homepage="1"] .wpu-phase-f-hero,
  body[data-wpu-public-homepage="1"] .hp30-workflow-layout{grid-template-columns:1fr;}
  body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy,
  body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-panel{min-height:auto;}
  body[data-wpu-public-homepage="1"] .hp27-featured-track{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 1199.98px){
  body[data-wpu-public-homepage="1"] .public-header-shell .wpu-public-nav-container{min-height:auto;padding:14px 18px!important;}
  body[data-wpu-public-homepage="1"] .wpu-phase-f-home{max-width:calc(100% - 24px);}
  body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy{padding:28px 22px 22px;}
  body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy h1{font-size:clamp(3rem,7vw,5rem);}
  body[data-wpu-public-homepage="1"] .hp33-hero-benefits,
  body[data-wpu-public-homepage="1"] .hp27-category-grid,
  body[data-wpu-public-homepage="1"] .hp27-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 991.98px){
  body[data-wpu-public-homepage="1"] .public-header-shell .discovery-nav{max-width:calc(100% - 20px);border-radius:24px;}
  body[data-wpu-public-homepage="1"] .wpu-phase-f-home{max-width:calc(100% - 20px);gap:22px;}
  body[data-wpu-public-homepage="1"] .wpu-phase-f-hero{padding-top:10px;}
  body[data-wpu-public-homepage="1"] .wpu-phase-f-search{grid-template-columns:1fr;padding:16px 16px 16px 58px;}
  body[data-wpu-public-homepage="1"] .wpu-phase-f-search button{width:100%;}
  body[data-wpu-public-homepage="1"] .hp33-hero-benefits,
  body[data-wpu-public-homepage="1"] .hp27-featured-track,
  body[data-wpu-public-homepage="1"] .hp27-metrics{grid-template-columns:1fr;}
  body[data-wpu-public-homepage="1"] .hp33-aira-points,
  body[data-wpu-public-homepage="1"] .hp27-category-grid,
  body[data-wpu-public-homepage="1"] .hp27-card-grid{grid-template-columns:1fr;}
}
@media (max-width: 767.98px){
  body[data-wpu-public-homepage="1"] .wpu-phase-f-home{margin:16px auto 42px;}
  body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy h1{font-size:2.65rem;}
  body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy p{font-size:1.05rem;}
  body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy,
  body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-panel,
  body[data-wpu-public-homepage="1"] .hp30-workflow-explorer,
  body[data-wpu-public-homepage="1"] .hp27-section,
  body[data-wpu-public-homepage="1"] .hp27-evidence-notice{padding:20px;border-radius:24px;}
  body[data-wpu-public-homepage="1"] .hp30-aira-controls{top:18px;right:18px;}
  body[data-wpu-public-homepage="1"] .hp30-aira-controls button{width:48px;height:48px;}
  body[data-wpu-public-homepage="1"] .hp30-command-heading{flex-direction:column;}
  body[data-wpu-public-homepage="1"] .hp33-hero-benefits article{grid-template-columns:42px 1fr;border-right:none;border-bottom:1px solid rgba(219,230,251,.86);} 
  body[data-wpu-public-homepage="1"] .hp33-hero-benefits article:last-child{border-bottom:none;}
}


/* ======================================================================
   V40.33 FINAL REFERENCE OVERRIDES
   Visual source: user-supplied WPU Research Hub homepage reference.
   This layer is intentionally homepage-scoped and does not alter behavior.
   ====================================================================== */
body[data-wpu-public-homepage="1"]{
  --wpu33-navy:#001e63;
  --wpu33-blue:#0757d8;
  --wpu33-blue-2:#0b63ef;
  --wpu33-yellow:#ffc800;
  --wpu33-page:#f6faff;
  --wpu33-ink:#061a4f;
  --wpu33-muted:#536987;
  --wpu33-stroke:#d7e4f6;
  --wpu33-shadow:0 18px 45px rgba(0,40,110,.11);
  --wpu33-radius-xl:28px;
  background:
    radial-gradient(circle at 4% 15%,rgba(13,93,222,.08) 0 11%,transparent 11.5%),
    radial-gradient(circle at 97% 96%,rgba(255,200,0,.18) 0 12%,transparent 12.5%),
    linear-gradient(180deg,#f8fbff 0%,#fff 35%,#f6faff 100%)!important;
  color:var(--wpu33-ink)!important;
}
body[data-wpu-public-homepage="1"]>main{
  max-width:none!important;
  padding:0!important;
  overflow:clip!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell{
  position:relative!important;
  z-index:1030!important;
  width:100%!important;
  padding:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .discovery-nav{
  width:100%!important;
  max-width:none!important;
  min-height:120px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0 30px 30px 0!important;
  background:linear-gradient(112deg,#075ddc 0%,#003b9c 46%,#001e63 100%)!important;
  box-shadow:0 12px 32px rgba(0,31,95,.18)!important;
  overflow:visible!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .discovery-nav::before{
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:72px;
  height:18px;
  border-radius:0 18px 0 0;
  background:var(--wpu33-yellow);
  opacity:.98;
}
body[data-wpu-public-homepage="1"] .public-header-shell .wpu-public-nav-container{
  width:100%!important;
  max-width:none!important;
  min-height:120px!important;
  padding:14px 38px 14px 34px!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .navbar-brand{
  flex:0 0 auto!important;
  margin-right:30px!important;
  gap:18px!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .brand-logo{
  width:82px!important;
  height:82px!important;
  padding:7px!important;
  border:3px solid var(--wpu33-yellow)!important;
  border-radius:20px!important;
  background:linear-gradient(145deg,#0c62dd,#002e89)!important;
  box-shadow:0 0 0 3px rgba(255,255,255,.88),0 10px 24px rgba(0,18,70,.26)!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .brand-text{
  display:grid!important;
  gap:3px!important;
  min-width:310px!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .brand-text strong{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:1.54rem!important;
  font-weight:800!important;
  letter-spacing:-.03em!important;
  line-height:1.05!important;
  white-space:nowrap!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .brand-text small{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:.76rem!important;
  font-weight:700!important;
  letter-spacing:.08em!important;
  line-height:1.1!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .wpu-public-nav-list{
  gap:4px!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .nav-link,
body[data-wpu-public-homepage="1"] .public-header-shell .wpu-researcher-nav-btn{
  position:relative!important;
  min-height:58px!important;
  padding:0 15px!important;
  border:0!important;
  border-radius:15px!important;
  background:transparent!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:.92rem!important;
  font-weight:750!important;
  gap:9px!important;
  box-shadow:none!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .nav-link i{
  font-size:1.18rem!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .nav-link:hover,
body[data-wpu-public-homepage="1"] .public-header-shell .nav-link:focus-visible{
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .wpu30-nav-home[aria-current="page"]{
  background:rgba(0,31,91,.34)!important;
  color:var(--wpu33-yellow)!important;
  -webkit-text-fill-color:var(--wpu33-yellow)!important;
  box-shadow:none!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .wpu30-nav-home[aria-current="page"]::after{
  content:"";
  position:absolute;
  left:22px;
  right:22px;
  bottom:6px;
  height:3px;
  border-radius:999px;
  background:var(--wpu33-yellow);
}
body[data-wpu-public-homepage="1"] .public-header-shell .wpu-researcher-nav-btn{
  background:transparent!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .wpu-researcher-avatar{
  width:38px!important;
  height:38px!important;
  border:3px solid rgba(255,255,255,.65)!important;
  background:#fff!important;
  color:#0a438f!important;
  -webkit-text-fill-color:#0a438f!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .nav-admin-btn{
  min-height:50px!important;
  padding:0 18px!important;
  border:0!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#ffd72e 0%,#ffc400 100%)!important;
  color:#06357f!important;
  -webkit-text-fill-color:#06357f!important;
  font-size:.84rem!important;
  font-weight:800!important;
  box-shadow:0 10px 20px rgba(0,24,77,.22)!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .nav-admin-btn *{
  color:#06357f!important;
  -webkit-text-fill-color:#06357f!important;
}
body[data-wpu-public-homepage="1"] .public-header-shell .dropdown-menu.discovery-dropdown{
  border:1px solid #d9e5f6!important;
  border-radius:18px!important;
  box-shadow:0 20px 50px rgba(0,35,100,.18)!important;
}

body[data-wpu-public-homepage="1"] .wpu-phase-f-home.hp30-product-home{
  width:min(100%,1672px)!important;
  max-width:1672px!important;
  margin:0 auto!important;
  padding:38px 22px 70px!important;
  gap:30px!important;
  background:
    radial-gradient(circle at 3% 9%,rgba(11,92,219,.06),transparent 18rem),
    radial-gradient(circle at 97% 17%,rgba(0,75,190,.05),transparent 18rem)!important;
}
body[data-wpu-public-homepage="1"] .hp30-hero,
body[data-wpu-public-homepage="1"] .wpu-phase-f-hero{
  display:grid!important;
  grid-template-columns:minmax(0,0.95fr) minmax(520px,1.05fr)!important;
  gap:34px!important;
  align-items:stretch!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
body[data-wpu-public-homepage="1"] .hp30-hero-copy,
body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy{
  min-height:620px!important;
  padding:35px 30px 12px 118px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy::before{
  inset:-38px -10px -15px -22px!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:
    radial-gradient(circle at 0 15%,rgba(12,89,220,.10),transparent 14rem),
    radial-gradient(circle at 94% 95%,rgba(12,89,220,.05),transparent 12rem),
    linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,0))!important;
}
body[data-wpu-public-homepage="1"] .hp33-hero-eyebrow{
  min-height:36px!important;
  margin:0 0 20px!important;
  padding:7px 16px!important;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#ffedaa,#ffe487)!important;
  color:#695000!important;
  font-size:.82rem!important;
  font-weight:700!important;
  text-transform:uppercase!important;
  letter-spacing:.035em!important;
  box-shadow:none!important;
}
body[data-wpu-public-homepage="1"] .hp33-hero-eyebrow i{color:#0b4aa4!important;font-size:1.05rem!important}
body[data-wpu-public-homepage="1"] .hp30-hero-copy h1,
body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy h1{
  max-width:650px!important;
  margin:0 0 22px!important;
  color:#07164a!important;
  font-size:clamp(3.75rem,4.45vw,5.05rem)!important;
  line-height:.96!important;
  font-weight:900!important;
  letter-spacing:-.055em!important;
}
body[data-wpu-public-homepage="1"] .hp30-hero-copy h1 strong,
body[data-wpu-public-homepage="1"] .hp30-hero-copy h1 em{color:var(--wpu33-blue)!important}
body[data-wpu-public-homepage="1"] .hp33-hero-title-accent{color:var(--wpu33-blue)!important}
body[data-wpu-public-homepage="1"] .hp30-hero-copy>p,
body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy>p{
  max-width:650px!important;
  margin:0 0 23px!important;
  color:#263b67!important;
  font-size:1.12rem!important;
  line-height:1.42!important;
}
body[data-wpu-public-homepage="1"] .hp33-popular-searches{
  display:none!important;
}
body[data-wpu-public-homepage="1"] .hp30-search,
body[data-wpu-public-homepage="1"] .wpu-phase-f-search{
  display:grid!important;
  grid-template-columns:28px minmax(0,1fr) auto!important;
  gap:12px!important;
  align-items:center!important;
  width:100%!important;
  max-width:650px!important;
  min-height:78px!important;
  margin:0 0 23px!important;
  padding:8px 8px 8px 21px!important;
  border:1px solid #d1def0!important;
  border-radius:25px!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(0,45,120,.10)!important;
}
body[data-wpu-public-homepage="1"] .hp30-search>.bi-search,
body[data-wpu-public-homepage="1"] .wpu-phase-f-search>.bi-search{
  position:static!important;
  font-size:1.72rem!important;
  color:#0757d8!important;
}
body[data-wpu-public-homepage="1"] .hp30-search input,
body[data-wpu-public-homepage="1"] .wpu-phase-f-search input{
  width:100%!important;
  min-width:0!important;
  min-height:58px!important;
  padding:0 4px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:.95rem!important;
  color:#1d315b!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body[data-wpu-public-homepage="1"] .hp30-search .wpu-phase-f-button{
  min-height:60px!important;
  padding:0 23px!important;
  border-radius:18px!important;
  font-size:.95rem!important;
  white-space:nowrap!important;
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-actions{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  width:100%!important;
  max-width:650px!important;
  margin:0 0 24px!important;
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-actions .wpu-phase-f-button{
  min-height:64px!important;
  padding:0 16px!important;
  border-radius:18px!important;
  font-size:.92rem!important;
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-button.is-primary,
body[data-wpu-public-homepage="1"] .hp30-open-step{
  border:0!important;
  background:linear-gradient(180deg,#0865ef,#0750ca)!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(0,74,190,.20)!important;
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-button.is-secondary,
body[data-wpu-public-homepage="1"] .wpu-phase-f-button.is-tertiary{
  border:1px solid #d6e2f2!important;
  background:#fff!important;
  color:#0750c2!important;
  box-shadow:0 8px 18px rgba(0,45,115,.08)!important;
}
body[data-wpu-public-homepage="1"] .hp33-hero-benefits{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  width:100%!important;
  max-width:700px!important;
  margin:auto 0 0!important;
  border:1px solid #cfddef!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
body[data-wpu-public-homepage="1"] .hp33-hero-benefits article{
  grid-template-columns:36px minmax(0,1fr)!important;
  gap:2px 10px!important;
  min-height:78px!important;
  padding:12px 13px!important;
  border-right:1px solid #d9e3f0!important;
}
body[data-wpu-public-homepage="1"] .hp33-hero-benefits article:last-child{border-right:0!important}
body[data-wpu-public-homepage="1"] .hp33-hero-benefits i{
  width:36px!important;
  height:36px!important;
  grid-row:1/span 2!important;
  border-radius:12px!important;
  background:#edf4ff!important;
  color:#0757d8!important;
  font-size:1rem!important;
}
body[data-wpu-public-homepage="1"] .hp33-hero-benefits article:nth-child(2) i,
body[data-wpu-public-homepage="1"] .hp33-hero-benefits article:nth-child(4) i{background:#fff5cc!important;color:#d9a400!important}
body[data-wpu-public-homepage="1"] .hp33-hero-benefits strong{font-size:.77rem!important;color:#083884!important}
body[data-wpu-public-homepage="1"] .hp33-hero-benefits span{font-size:.68rem!important;color:#536987!important}

body[data-wpu-public-homepage="1"] .hp30-command-surface,
body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-panel{
  min-height:620px!important;
  padding:19px!important;
  border:5px solid #fff!important;
  border-radius:34px!important;
  background:linear-gradient(155deg,#0a5be4 0%,#073d9f 48%,#001f68 100%)!important;
  box-shadow:0 15px 35px rgba(0,43,120,.19),0 0 0 1px #c7d8ef!important;
  overflow:hidden!important;
}
body[data-wpu-public-homepage="1"] .hp30-command-surface::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 95% 83%,rgba(9,113,255,.22),transparent 13rem)!important;
}
body[data-wpu-public-homepage="1"] .hp30-aira-media{
  position:relative!important;
  z-index:2!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:2px solid rgba(255,255,255,.92)!important;
  border-radius:26px!important;
  background:#0a4cc3!important;
  box-shadow:0 8px 20px rgba(0,19,65,.22)!important;
  overflow:hidden!important;
}
body[data-wpu-public-homepage="1"] .hp30-aira-media img,
body[data-wpu-public-homepage="1"] .hp30-aira-media video{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:350px!important;
  max-height:385px!important;
  aspect-ratio:16/9!important;
  object-fit:cover!important;
  border:0!important;
  border-radius:24px!important;
}
body[data-wpu-public-homepage="1"] .hp30-aira-controls{
  top:20px!important;
  right:18px!important;
  z-index:8!important;
  gap:11px!important;
}
body[data-wpu-public-homepage="1"] .hp30-aira-controls button{
  width:54px!important;
  height:54px!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.5)!important;
  border-radius:50%!important;
  background:#062b7c!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(0,15,50,.28)!important;
}
body[data-wpu-public-homepage="1"] .hp30-aira-controls button span{display:none!important}
body[data-wpu-public-homepage="1"] .hp33-aira-caption{
  position:relative!important;
  z-index:2!important;
  flex:0 0 auto!important;
  margin:14px 0 0!important;
  padding:10px 14px 14px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
}
body[data-wpu-public-homepage="1"] .hp30-command-heading{
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:center!important;
}
body[data-wpu-public-homepage="1"] .wpu-phase-f-aira-mark{
  width:56px!important;
  height:56px!important;
  border:4px solid rgba(255,255,255,.28)!important;
  border-radius:16px!important;
  background:linear-gradient(145deg,#eff6ff,#9fc4ff)!important;
  color:#062a70!important;
  box-shadow:0 6px 14px rgba(0,15,55,.18)!important;
  font-size:1.2rem!important;
}
body[data-wpu-public-homepage="1"] .hp33-aira-label{
  display:block!important;
  margin:0!important;
  color:#fff!important;
  font-size:1.35rem!important;
  line-height:1.1!important;
  font-weight:820!important;
}
body[data-wpu-public-homepage="1"] .hp33-aira-name{color:var(--wpu33-yellow)!important}
body[data-wpu-public-homepage="1"] .hp33-aira-label::after{
  content:"";
  display:block;
  width:36px;
  height:3px;
  margin-top:7px;
  border-radius:999px;
  background:var(--wpu33-yellow);
}
body[data-wpu-public-homepage="1"] .hp30-aira-title{
  display:none!important;
}
body[data-wpu-public-homepage="1"] .hp30-aira-subtitle{
  display:block!important;
  max-width:58ch!important;
  margin-top:8px!important;
  color:rgba(255,255,255,.86)!important;
  font-size:.86rem!important;
  line-height:1.38!important;
  font-weight:560!important;
  text-transform:none!important;
}
body[data-wpu-public-homepage="1"] .hp33-aira-points{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0!important;
  margin:18px 0 0!important;
  padding:14px 4px 0!important;
  border-top:1px solid rgba(255,255,255,.14)!important;
}
body[data-wpu-public-homepage="1"] .hp33-aira-points span{
  justify-content:center!important;
  min-height:52px!important;
  padding:4px 11px!important;
  border-right:1px solid rgba(255,255,255,.17)!important;
  color:#fff!important;
  font-size:.69rem!important;
  line-height:1.18!important;
  text-align:left!important;
}
body[data-wpu-public-homepage="1"] .hp33-aira-points span:last-child{border-right:0!important}
body[data-wpu-public-homepage="1"] .hp33-aira-points i{color:#fff!important;font-size:1.35rem!important}

/* Full homepage continuation: same reference language below the fold. */
body[data-wpu-public-homepage="1"] .hp30-workflow-explorer,
body[data-wpu-public-homepage="1"] .hp30-section,
body[data-wpu-public-homepage="1"] .hp27-section{
  position:relative!important;
  padding:30px!important;
  border:1px solid var(--wpu33-stroke)!important;
  border-radius:var(--wpu33-radius-xl)!important;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;
  box-shadow:var(--wpu33-shadow)!important;
  overflow:hidden!important;
}
body[data-wpu-public-homepage="1"] .hp30-workflow-explorer::before,
body[data-wpu-public-homepage="1"] .hp30-section::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:86px;
  height:6px;
  border-radius:0 0 8px 0;
  background:linear-gradient(90deg,var(--wpu33-yellow) 0 38%,var(--wpu33-blue) 38% 100%);
}
body[data-wpu-public-homepage="1"] .hp30-section-head,
body[data-wpu-public-homepage="1"] .hp27-section-head{
  align-items:flex-end!important;
  margin-bottom:22px!important;
}
body[data-wpu-public-homepage="1"] .hp27-kicker{
  min-height:31px!important;
  padding:6px 12px!important;
  border:1px solid #d8e6f8!important;
  background:#eef5ff!important;
  color:#0750c3!important;
  font-size:.72rem!important;
  font-weight:800!important;
}
body[data-wpu-public-homepage="1"] .hp30-section-head h2,
body[data-wpu-public-homepage="1"] .hp27-section-head h2{
  color:#051a51!important;
  font-size:clamp(1.6rem,2vw,2.15rem)!important;
  font-weight:900!important;
  letter-spacing:-.035em!important;
}
body[data-wpu-public-homepage="1"] .hp30-section-head p,
body[data-wpu-public-homepage="1"] .hp27-section-head p{color:#5a6d88!important}
body[data-wpu-public-homepage="1"] .hp30-section-head>a,
body[data-wpu-public-homepage="1"] .hp27-section-head>a{
  min-height:40px!important;
  padding:8px 13px!important;
  border:1px solid #d8e5f4!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#0750c3!important;
}
body[data-wpu-public-homepage="1"] .hp30-metrics .hp27-metric{
  border:1px solid #dce6f2!important;
  border-radius:17px!important;
  background:#f8fbff!important;
  box-shadow:none!important;
}
body[data-wpu-public-homepage="1"] .hp30-workflow-layout{gap:20px!important}
body[data-wpu-public-homepage="1"] .hp30-step-button{
  min-height:86px!important;
  border:1px solid #d9e4f2!important;
  border-radius:17px!important;
  background:#fff!important;
  box-shadow:0 5px 14px rgba(0,42,110,.04)!important;
}
body[data-wpu-public-homepage="1"] .hp30-step-button[aria-selected="true"]{
  border-color:#a9c6ee!important;
  background:linear-gradient(90deg,#edf5ff,#fff)!important;
  box-shadow:inset 5px 0 0 var(--wpu33-blue),0 8px 20px rgba(0,55,140,.08)!important;
}
body[data-wpu-public-homepage="1"] .hp30-step-button[aria-selected="true"]::after{
  content:"";
  position:absolute;
  top:12px;
  right:14px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--wpu33-yellow);
}
body[data-wpu-public-homepage="1"] .hp30-detail-panel{
  border:1px solid #bcd2ef!important;
  border-radius:21px!important;
  background:linear-gradient(145deg,#f4f9ff,#fff 72%)!important;
  box-shadow:0 12px 28px rgba(0,50,130,.08)!important;
}
body[data-wpu-public-homepage="1"] .hp30-aira-role{border:1px solid #c9dcf4!important;background:#edf5ff!important}
body[data-wpu-public-homepage="1"] .hp30-category-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
body[data-wpu-public-homepage="1"] .hp30-category-card{
  min-height:105px!important;
  border:1px solid #dae5f2!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 5px 15px rgba(0,42,110,.045)!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
body[data-wpu-public-homepage="1"] .hp30-category-card:hover{
  transform:translateY(-3px)!important;
  border-color:#a9c6eb!important;
  box-shadow:0 13px 26px rgba(0,52,130,.10)!important;
}
body[data-wpu-public-homepage="1"] .hp30-category-card>i:first-child{
  background:linear-gradient(145deg,#eaf3ff,#fff4c8)!important;
  color:#0757d8!important;
}
body[data-wpu-public-homepage="1"] .hp30-featured-card{
  border:1px solid #d9e5f3!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 6px 18px rgba(0,42,110,.05)!important;
}
body[data-wpu-public-homepage="1"] .hp30-featured-card .hp27-featured-media{
  background:linear-gradient(145deg,#eaf3ff,#f9fbff)!important;
}
body[data-wpu-public-homepage="1"] .hp30-featured-card .hp27-featured-body em{color:#0757d8!important}
body[data-wpu-public-homepage="1"] .hp30-tabs{
  border:1px solid #d9e5f3!important;
  border-radius:20px!important;
  background:#f7faff!important;
  overflow:hidden!important;
}
body[data-wpu-public-homepage="1"] .hp30-tabs .hp27-tab-list{
  padding:8px!important;
  border-bottom:1px solid #dce7f3!important;
  background:#fff!important;
}
body[data-wpu-public-homepage="1"] .hp30-tabs .hp27-tab-list button{
  border-radius:11px!important;
  background:transparent!important;
  color:#5c6d86!important;
}
body[data-wpu-public-homepage="1"] .hp30-tabs .hp27-tab-list button[aria-selected="true"],
body[data-wpu-public-homepage="1"] .hp30-tabs .hp27-tab-list button.is-active{
  background:#eaf3ff!important;
  color:#0757d8!important;
  box-shadow:inset 0 -3px 0 var(--wpu33-yellow)!important;
}
body[data-wpu-public-homepage="1"] .hp30-tabs .hp27-mini-card{
  border:1px solid #dce6f1!important;
  border-radius:17px!important;
  background:#fff!important;
  box-shadow:0 5px 15px rgba(0,42,110,.04)!important;
}
body[data-wpu-public-homepage="1"] .hp30-evidence-notice,
body[data-wpu-public-homepage="1"] .hp27-evidence-notice{
  display:flex!important;
  align-items:flex-start!important;
  gap:15px!important;
  padding:20px 23px!important;
  border:1px solid #c5daef!important;
  border-radius:20px!important;
  background:linear-gradient(90deg,#eaf4ff,#fff)!important;
  color:#264767!important;
  box-shadow:0 8px 20px rgba(0,45,115,.06)!important;
}
body[data-wpu-public-homepage="1"] .hp30-evidence-notice>i,
body[data-wpu-public-homepage="1"] .hp27-evidence-notice>i{
  width:42px!important;
  height:42px!important;
  border-radius:13px!important;
  background:#0757d8!important;
  color:#fff!important;
  box-shadow:inset 0 -4px 0 var(--wpu33-yellow)!important;
}
body[data-wpu-public-homepage="1"] .hp30-evidence-notice p,
body[data-wpu-public-homepage="1"] .hp30-evidence-notice strong,
body[data-wpu-public-homepage="1"] .hp27-evidence-notice p,
body[data-wpu-public-homepage="1"] .hp27-evidence-notice strong{color:#284762!important}

/* Footer is intentionally reloaded after legacy footer CSS. */
body[data-wpu-public-homepage="1"] .wpu-footer{
  width:100%!important;
  max-width:none!important;
  margin:8px 0 0!important;
  border:0!important;
  border-radius:30px 30px 0 0!important;
  overflow:hidden!important;
  background:linear-gradient(112deg,#075ddc 0%,#003b9c 46%,#001e63 100%)!important;
  color:#fff!important;
  box-shadow:0 -8px 28px rgba(0,35,100,.10)!important;
}
body[data-wpu-public-homepage="1"] .wpu-footer::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:128px;
  height:6px;
  background:var(--wpu33-yellow);
}
body[data-wpu-public-homepage="1"] .wpu-footer-main{max-width:1540px!important;margin:0 auto!important;padding:42px 34px 30px!important}
body[data-wpu-public-homepage="1"] .wpu-footer-title,
body[data-wpu-public-homepage="1"] .wpu-footer-heading,
body[data-wpu-public-homepage="1"] .wpu-footer-library-info strong{color:#fff!important;-webkit-text-fill-color:#fff!important}
body[data-wpu-public-homepage="1"] .wpu-footer-subtitle,
body[data-wpu-public-homepage="1"] .wpu-footer-description,
body[data-wpu-public-homepage="1"] .wpu-footer-library-info,
body[data-wpu-public-homepage="1"] .wpu-footer-library-info p,
body[data-wpu-public-homepage="1"] .wpu-footer-bottom,
body[data-wpu-public-homepage="1"] .wpu-footer-copyright{color:rgba(255,255,255,.84)!important;-webkit-text-fill-color:rgba(255,255,255,.84)!important}
body[data-wpu-public-homepage="1"] .wpu-footer-divider{border-left-color:rgba(255,255,255,.18)!important}
body[data-wpu-public-homepage="1"] .wpu-footer-mini-line{background:var(--wpu33-yellow)!important}
body[data-wpu-public-homepage="1"] .wpu-footer-links li{border-bottom-color:rgba(255,255,255,.12)!important}
body[data-wpu-public-homepage="1"] .wpu-footer-link,
body[data-wpu-public-homepage="1"] .wpu-footer-link i{color:#fff!important;-webkit-text-fill-color:#fff!important}
body[data-wpu-public-homepage="1"] .wpu-footer-link:hover{color:var(--wpu33-yellow)!important;-webkit-text-fill-color:var(--wpu33-yellow)!important;background:rgba(255,255,255,.07)!important}
body[data-wpu-public-homepage="1"] .wpu-footer-logo-card{border:2px solid var(--wpu33-yellow)!important;background:#fff!important;box-shadow:0 8px 20px rgba(0,20,65,.22)!important}
body[data-wpu-public-homepage="1"] .wpu-footer-social-btn,
body[data-wpu-public-homepage="1"] .wpu-footer-chip{border-color:rgba(255,255,255,.25)!important;background:rgba(255,255,255,.09)!important;color:#fff!important}
body[data-wpu-public-homepage="1"] .wpu-footer-social-btn:hover,
body[data-wpu-public-homepage="1"] .wpu-footer-chip:hover{border-color:var(--wpu33-yellow)!important;background:var(--wpu33-yellow)!important;color:#05275f!important}
body[data-wpu-public-homepage="1"] .wpu-footer-bottom{border-top:1px solid rgba(255,255,255,.16)!important;background:rgba(0,19,64,.22)!important}
body[data-wpu-public-homepage="1"] .wpu-developed-badge{border-color:rgba(255,255,255,.22)!important;background:rgba(255,255,255,.09)!important;color:#fff!important;-webkit-text-fill-color:#fff!important}

@media (max-width:1199.98px){
  body[data-wpu-public-homepage="1"] .public-header-shell .wpu-public-nav-container{min-height:94px!important;padding:11px 18px!important}
  body[data-wpu-public-homepage="1"] .public-header-shell .discovery-nav{min-height:94px!important;border-radius:0 0 24px 0!important}
  body[data-wpu-public-homepage="1"] .public-header-shell .brand-logo{width:68px!important;height:68px!important}
  body[data-wpu-public-homepage="1"] .public-header-shell .brand-text{min-width:0!important}
  body[data-wpu-public-homepage="1"] .hp30-hero,
  body[data-wpu-public-homepage="1"] .wpu-phase-f-hero{grid-template-columns:1fr!important;gap:24px!important}
  body[data-wpu-public-homepage="1"] .hp30-hero-copy,
  body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy{min-height:auto!important;padding:32px 54px 12px!important}
  body[data-wpu-public-homepage="1"] .hp30-command-surface{min-height:auto!important}
  body[data-wpu-public-homepage="1"] .hp30-workflow-layout{grid-template-columns:1fr!important}
}
@media (max-width:991.98px){
  body[data-wpu-public-homepage="1"] .wpu-phase-f-home.hp30-product-home{padding:24px 14px 54px!important}
  body[data-wpu-public-homepage="1"] .public-header-shell .brand-text strong{font-size:1.22rem!important}
  body[data-wpu-public-homepage="1"] .public-header-shell .brand-text small{font-size:.63rem!important}
  body[data-wpu-public-homepage="1"] .public-header-shell .navbar-collapse{margin-top:10px!important;padding:12px!important;border-radius:18px!important;background:#062c7c!important}
  body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-actions{grid-template-columns:1fr 1fr!important}
  body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-actions .is-tertiary{grid-column:1/-1!important}
  body[data-wpu-public-homepage="1"] .hp30-command-heading{grid-template-columns:56px minmax(0,1fr)!important}
  body[data-wpu-public-homepage="1"] .wpu-phase-f-aira-mark{width:56px!important;height:56px!important}
  body[data-wpu-public-homepage="1"] .hp30-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:767.98px){
  body[data-wpu-public-homepage="1"] .hp30-hero-copy,
  body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy{padding:24px 8px 10px!important}
  body[data-wpu-public-homepage="1"] .hp30-hero-copy h1,
  body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-copy h1{font-size:clamp(2.55rem,12vw,3.55rem)!important}
  body[data-wpu-public-homepage="1"] .hp30-search,
  body[data-wpu-public-homepage="1"] .wpu-phase-f-search{grid-template-columns:26px minmax(0,1fr)!important;padding:8px 12px 8px 18px!important}
  body[data-wpu-public-homepage="1"] .hp30-search .wpu-phase-f-button{grid-column:1/-1!important;width:100%!important}
  body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-actions{grid-template-columns:1fr!important}
  body[data-wpu-public-homepage="1"] .wpu-phase-f-hero-actions .is-tertiary{grid-column:auto!important}
  body[data-wpu-public-homepage="1"] .hp33-hero-benefits{grid-template-columns:1fr 1fr!important}
  body[data-wpu-public-homepage="1"] .hp33-hero-benefits article{border-bottom:1px solid #d9e3f0!important}
  body[data-wpu-public-homepage="1"] .hp33-hero-benefits article:nth-child(2n){border-right:0!important}
  body[data-wpu-public-homepage="1"] .hp30-command-surface{padding:12px!important;border-width:3px!important;border-radius:25px!important}
  body[data-wpu-public-homepage="1"] .hp30-aira-media img,
  body[data-wpu-public-homepage="1"] .hp30-aira-media video{min-height:230px!important;max-height:280px!important}
  body[data-wpu-public-homepage="1"] .hp30-command-heading{grid-template-columns:1fr!important;text-align:center!important}
  body[data-wpu-public-homepage="1"] .wpu-phase-f-aira-mark{margin:0 auto!important}
  body[data-wpu-public-homepage="1"] .hp33-aira-label::after{margin-left:auto!important;margin-right:auto!important}
  body[data-wpu-public-homepage="1"] .hp33-aira-points{grid-template-columns:1fr 1fr!important}
  body[data-wpu-public-homepage="1"] .hp33-aira-points span{border-bottom:1px solid rgba(255,255,255,.14)!important}
  body[data-wpu-public-homepage="1"] .hp30-workflow-explorer,
  body[data-wpu-public-homepage="1"] .hp30-section,
  body[data-wpu-public-homepage="1"] .hp27-section{padding:20px 16px!important;border-radius:22px!important}
  body[data-wpu-public-homepage="1"] .hp30-section-head,
  body[data-wpu-public-homepage="1"] .hp27-section-head{align-items:flex-start!important;flex-direction:column!important}
  body[data-wpu-public-homepage="1"] .hp30-category-grid{grid-template-columns:1fr!important}
  body[data-wpu-public-homepage="1"] .wpu-footer{border-radius:22px 22px 0 0!important}
}
@media (max-width:575.98px){
  body[data-wpu-public-homepage="1"] .public-header-shell .wpu-public-nav-container{padding:9px 11px!important}
  body[data-wpu-public-homepage="1"] .public-header-shell .navbar-brand{gap:10px!important;margin-right:6px!important}
  body[data-wpu-public-homepage="1"] .public-header-shell .brand-logo{width:58px!important;height:58px!important;border-radius:16px!important}
  body[data-wpu-public-homepage="1"] .public-header-shell .brand-text strong{font-size:1.02rem!important}
  body[data-wpu-public-homepage="1"] .public-header-shell .brand-text small{display:none!important}
  body[data-wpu-public-homepage="1"] .wpu-phase-f-home.hp30-product-home{padding:18px 9px 40px!important;gap:18px!important}
  body[data-wpu-public-homepage="1"] .hp33-hero-eyebrow{font-size:.68rem!important;padding:6px 10px!important}
  body[data-wpu-public-homepage="1"] .hp30-hero-copy h1{font-size:2.45rem!important}
  body[data-wpu-public-homepage="1"] .hp30-search{border-radius:20px!important}
  body[data-wpu-public-homepage="1"] .hp33-hero-benefits{grid-template-columns:1fr!important}
  body[data-wpu-public-homepage="1"] .hp33-hero-benefits article{border-right:0!important}
  body[data-wpu-public-homepage="1"] .hp30-aira-controls{top:12px!important;right:10px!important;gap:7px!important}
  body[data-wpu-public-homepage="1"] .hp30-aira-controls button{width:42px!important;height:42px!important}
  body[data-wpu-public-homepage="1"] .hp33-aira-points{grid-template-columns:1fr!important}
  body[data-wpu-public-homepage="1"] .hp30-step-button{grid-template-columns:36px 36px minmax(0,1fr)!important;padding:10px!important}
  body[data-wpu-public-homepage="1"] .hp30-step-button .hp28-phase-arrow{display:none!important}
  body[data-wpu-public-homepage="1"] .wpu-footer-main{padding:28px 16px 22px!important}
}
@media (prefers-reduced-motion:reduce){
  body[data-wpu-public-homepage="1"] *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}
