  :root{
    --paper:#FFFFFF; --soft:#F3F6FA; --ink:#04101F; --navy:#002357; --blue:#1E6FB8; --gold:#FFA818;
    --ink-dim:rgba(4,16,31,.62); --line:rgba(4,16,31,.16);
    --font-display:'Roboto',system-ui,sans-serif;
    --font-body:'Roboto',system-ui,sans-serif;
  }
  *{box-sizing:border-box}
  html{scroll-behavior:auto;min-height:100%}
  html.lenis,html.lenis body{height:auto}
  .lenis.lenis-smooth{scroll-behavior:auto!important}
  .lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}
  .lenis.lenis-stopped{overflow:hidden}
  .lenis.lenis-smooth iframe{pointer-events:none}
  html body #dc-root,html body #dc-root>.sc-host{height:auto!important;min-height:100%!important;overflow:visible!important}
  body{margin:0;background:#FFFFFF;color:#04101F;font-family:'Roboto',system-ui,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
  body.menu-open{overflow:hidden}
  ::selection{background:#002357;color:#FFFFFF}
  a:focus-visible,button:focus-visible{outline:2px solid #002357;outline-offset:4px}
  @keyframes klMarqueeL{from{transform:translateX(0)}to{transform:translateX(-50%)}}
  @keyframes klMarqueeR{from{transform:translateX(-50%)}to{transform:translateX(0)}}
  @keyframes klSpin{to{transform:rotate(360deg)}}
  @keyframes specialtyCardSurface{
    0%,42%{background:#f6b739;border-color:rgba(246,183,57,.7);box-shadow:0 20px 44px rgba(216,147,17,.2);transform:translateY(-2px)}
    50%,92%{background:#12385f;border-color:rgba(34,135,201,.42);box-shadow:0 22px 48px rgba(18,56,95,.22);transform:translateY(-2px)}
    100%{background:#f6b739;border-color:rgba(246,183,57,.7);box-shadow:0 20px 44px rgba(216,147,17,.2);transform:translateY(-2px)}
  }
  @keyframes specialtyCardLabel{
    0%,42%,100%{color:#12385f}
    50%,92%{color:#f6b739}
  }
  @keyframes specialtyCardHeading{
    0%,42%,100%{color:#12385f}
    50%,92%{color:#fff}
  }
  @keyframes specialtyCardText{
    0%,42%,100%{color:rgba(18,56,95,.82)}
    50%,92%{color:rgba(255,255,255,.84)}
  }
  .brand-blue-title,
  .brand-blue-title .kl-c{
    color:inherit !important;
    -webkit-text-stroke:inherit;
  }
  .brand-blue-title{color:#12385f !important}
  .brand-blue-title .outline-word,
  .brand-blue-title .outline-word .kl-c{
    color:transparent !important;
    -webkit-text-fill-color:transparent;
    -webkit-text-stroke:3px #12385f;
  }
  .brand-blue-title .gold-word,
  .brand-blue-title .gold-word .kl-c{
    color:var(--gold) !important;
    -webkit-text-fill-color:var(--gold);
    -webkit-text-stroke:0 transparent;
  }
  .brand-blue-title .blue-word,
  .brand-blue-title .blue-word .kl-c{
    color:var(--blue) !important;
    -webkit-text-fill-color:var(--blue);
    -webkit-text-stroke:0 transparent;
  }
  .section-label{
    margin:0;
    color:var(--blue);
    font-weight:950;
    font-size:.78rem;
    letter-spacing:.12em;
    text-transform:uppercase;
  }
  .section-label.on-dark{color:var(--gold)}
  .floating-apply-badge{
    position:fixed!important;
    right:clamp(-58px,-3.2vw,-34px);
    bottom:clamp(22px,4vw,44px);
    z-index:72;
    width:clamp(92px,8vw,132px)!important;
    height:clamp(92px,8vw,132px)!important;
    margin-left:0!important;
    filter:drop-shadow(0 18px 30px rgba(4,16,31,.18));
    transition:transform .25s ease,right .25s ease;
  }
  .floating-apply-badge:hover{right:clamp(10px,1.4vw,24px);transform:translateX(0) scale(1.03)}
  .home-contact-strip{
    width:min(1120px,100%);
    display:grid;
    grid-template-columns:minmax(315px,1.35fr) minmax(190px,1fr) minmax(190px,1fr) minmax(255px,1.12fr);
    gap:1px;
    margin-top:clamp(34px,5vw,58px);
    background:var(--line);
    border:1px solid var(--line);
    border-radius:24px;
    overflow:hidden;
    text-align:left;
  }
  .home-contact-strip a{min-width:0;padding:24px;background:#fff;color:var(--navy);text-decoration:none}
  .home-contact-email strong{font-size:clamp(.9rem,1vw,1.02rem);white-space:nowrap}
  @media (max-width:680px){
    .floating-apply-badge{right:-48px;bottom:18px;width:96px!important;height:96px!important}
    .floating-apply-badge:hover{right:10px}
    [data-stack-card]{height:auto!important;min-height:520px}
    .home-contact-strip{grid-template-columns:1fr}
    .home-contact-email strong{white-space:normal;overflow-wrap:anywhere}
  }
  @media (min-width:681px) and (max-width:1020px){
    .home-contact-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
    .home-contact-email strong{white-space:normal;overflow-wrap:anywhere}
  }
  .legacy-sections{
    --ink:#111827; --navy:#12385f; --muted:#667085; --line:#dce5ee; --soft:#f3f8fc; --wash:#fff8e8; --paper:#ffffff;
    --panco-blue:#2287c9; --panco-blue-dark:#17699f; --panco-yellow:#f6b739; --panco-yellow-dark:#d89311; --night:#0c243d;
    --shadow:0 18px 45px rgba(18,56,95,.12);
    color:var(--ink);
    background:#fff;
    line-height:1.5;
  }
  .legacy-sections img{display:block;max-width:100%}
  .legacy-sections a{color:inherit}
  .legacy-sections .button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid transparent;border-radius:999px;font-weight:900;letter-spacing:0;text-decoration:none;cursor:pointer;transition:transform 180ms ease,box-shadow 180ms ease,background 180ms ease}
  .legacy-sections .button:hover{transform:translateY(-1px)}
  .legacy-sections .button.secondary{color:var(--ink);background:var(--panco-yellow);box-shadow:0 13px 28px rgba(246,183,57,.28)}
  .legacy-sections .button.secondary:hover{background:var(--panco-yellow-dark)}
  .legacy-sections .button.primary{color:#fff;background:var(--panco-blue);box-shadow:0 13px 28px rgba(34,135,201,.24)}
  .legacy-sections .button.primary:hover{background:var(--panco-blue-dark)}
  .legacy-sections .button.full{width:100%}
  .legacy-sections .section-kicker,.legacy-sections .form-label{margin:0 0 12px;color:var(--panco-blue);font-size:.78rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
  .legacy-sections .section{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:clamp(64px,9vw,108px) 0}
  .legacy-sections .member-news{position:relative;overflow:hidden;padding:clamp(64px,9vw,108px) 0;background:radial-gradient(circle at 92% 8%,rgba(246,183,57,.2),transparent 24%),radial-gradient(circle at 8% 72%,rgba(34,135,201,.13),transparent 28%),linear-gradient(180deg,#fff,#f4faff 52%,#fff8e8 100%);border-bottom:1px solid var(--line)}
  .legacy-sections .member-news::before{content:none}
  .legacy-sections .member-news-inner{width:min(1180px,calc(100% - 36px));margin:0 auto}
  .legacy-sections .news-heading{display:grid;grid-template-columns:minmax(0,.88fr) minmax(320px,.48fr);gap:clamp(28px,5vw,64px);align-items:end;margin-bottom:34px}
  .legacy-sections .news-heading h2,.legacy-sections .event-section h2,.legacy-sections .application h2,.legacy-sections .section-heading h2{margin:0;color:var(--navy);font-size:clamp(2.1rem,5vw,4.25rem);line-height:.98;letter-spacing:0}
  .legacy-sections .news-heading p:last-child,.legacy-sections .specialist-search .section-heading p:last-child{margin:0 0 8px;color:#506174;font-size:1.04rem}
  .legacy-sections .news-experience{display:grid;grid-template-columns:minmax(0,.94fr) minmax(340px,.56fr);gap:clamp(18px,3vw,28px);align-items:stretch}
  .legacy-sections .news-feature{position:relative;min-height:540px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--night);box-shadow:0 24px 70px rgba(18,56,95,.18)}
  .legacy-sections .news-feature img{width:100%;height:100%;min-height:540px;object-fit:cover;transition:transform 500ms ease}
  .legacy-sections .news-feature:hover img{transform:scale(1.035)}
  .legacy-sections .news-feature::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,36,61,.05),rgba(12,36,61,.82))}
  .legacy-sections .news-feature-copy{position:absolute;left:clamp(20px,4vw,34px);right:clamp(20px,4vw,34px);bottom:clamp(20px,4vw,34px);z-index:1;color:#fff}
  .legacy-sections .news-feature-copy span{display:block;margin-bottom:8px;color:var(--panco-yellow);font-size:.8rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
  .legacy-sections .news-feature-copy h3{max-width:720px;margin:0;font-size:clamp(2rem,4vw,3.45rem);line-height:1}
  .legacy-sections .news-feature-copy p{max-width:620px;margin:16px 0 22px;color:rgba(255,255,255,.86)}
  .legacy-sections .news-feature-copy a{color:var(--panco-yellow);font-weight:950;text-decoration:none}
  .legacy-sections .news-preview,.legacy-sections .news-trigger,.legacy-sections .news-archive-strip{border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.95);box-shadow:0 10px 28px rgba(18,56,95,.08)}
  .legacy-sections .news-preview{display:grid;align-content:start;overflow:hidden;transition:transform 220ms ease,box-shadow 220ms ease}
  .legacy-sections .news-preview.is-open{box-shadow:0 22px 54px rgba(18,56,95,.14)}
  .legacy-sections .news-preview-media{position:relative;min-height:230px;overflow:hidden}
  .legacy-sections .news-preview-media img{width:100%;height:100%;min-height:230px;object-fit:cover}
  .legacy-sections .news-preview-media span{position:absolute;left:18px;bottom:18px;padding:8px 10px;color:var(--navy);background:var(--panco-yellow);border-radius:999px;font-size:.72rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
  .legacy-sections .news-preview-copy{padding:clamp(22px,4vw,30px)}
  .legacy-sections .news-preview-copy>span,.legacy-sections .news-trigger span{display:block;margin-bottom:8px;color:var(--panco-blue);font-size:.78rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
  .legacy-sections .news-preview-copy h3{margin:0;color:var(--navy);font-size:clamp(1.65rem,3vw,2.4rem);line-height:1}
  .legacy-sections .news-preview-copy p:not(.form-label){margin:16px 0 24px;color:#506174}
  .legacy-sections .news-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
  .legacy-sections .news-trigger{display:grid;grid-template-columns:104px minmax(0,1fr);grid-template-rows:auto auto auto;gap:6px 14px;min-width:0;padding:10px;color:inherit;text-align:left;text-decoration:none;cursor:pointer;transition:transform 180ms ease,border-color 180ms ease,box-shadow 180ms ease}
  .legacy-sections .news-trigger:hover,.legacy-sections .news-trigger.is-active{border-color:rgba(34,135,201,.44);box-shadow:0 18px 42px rgba(18,56,95,.12);transform:translateY(-2px)}
  .legacy-sections .news-trigger.is-active{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,250,255,.96)),linear-gradient(135deg,rgba(34,135,201,.16),rgba(246,183,57,.14))}
  .legacy-sections .news-trigger img{grid-row:1/4;width:100%;height:112px;border-radius:6px;object-fit:cover}
  .legacy-sections .news-trigger strong{color:var(--navy);font-size:1rem;line-height:1.16}
  .legacy-sections .news-trigger em{align-self:end;color:var(--panco-blue-dark);font-size:.82rem;font-style:normal;font-weight:950}
  .legacy-sections .news-archive-strip{display:flex;justify-content:space-between;gap:22px;align-items:center;margin-top:18px;padding:22px}
  .legacy-sections .news-archive-strip p{max-width:650px;margin:0;color:#506174;font-weight:760}
  .legacy-sections .news-archive-strip div{display:flex;flex-wrap:wrap;gap:10px}
  .legacy-sections .event-section{position:relative;overflow:hidden;padding:clamp(68px,9vw,112px) 0;color:#fff;background:radial-gradient(circle at 12% 18%,rgba(246,183,57,.26),transparent 26%),radial-gradient(circle at 86% 12%,rgba(34,135,201,.42),transparent 24%),linear-gradient(135deg,#071d33,#0c243d 58%,#12385f)}
  .legacy-sections .event-section::after{content:none}
  .legacy-sections .event-flow{display:none;position:absolute;inset:54px -8% auto auto;width:min(620px,56vw);aspect-ratio:1.8;border:2px solid rgba(246,183,57,.42);border-left:0;border-bottom:0;border-radius:0 999px 0 0;opacity:.7;pointer-events:none}
  .legacy-sections .event-flow::before,.legacy-sections .event-flow::after{content:"";position:absolute;border-radius:999px;background:var(--panco-yellow);box-shadow:0 0 0 14px rgba(246,183,57,.14)}
  .legacy-sections .event-flow::before{right:15%;top:-11px;width:22px;height:22px}
  .legacy-sections .event-flow::after{right:64%;top:42%;width:14px;height:14px;background:var(--panco-blue);box-shadow:0 0 0 12px rgba(34,135,201,.16)}
  .legacy-sections .event-content,.legacy-sections .event-cards,.legacy-sections .event-proof{position:relative;z-index:1;width:min(1180px,calc(100% - 36px));margin:0 auto}
  .legacy-sections .event-content{display:grid;grid-template-columns:1fr;gap:0;align-items:start}
  .legacy-sections .event-copy{display:grid;grid-template-columns:1fr;gap:0;width:calc((100% - 16px)*2/3);min-width:min(100%,760px)}
  .legacy-sections .event-copy>p:not(.section-kicker){max-width:none;margin:22px 0 0;color:rgba(255,255,255,.78);font-size:clamp(1.03rem,1.6vw,1.18rem)}
  .legacy-sections .event-section h2{max-width:920px;color:#fff}
  .legacy-sections .event-section .section-kicker{color:var(--panco-yellow)}
  .legacy-sections .event-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:34px 0}
  .legacy-sections .event-stats div{min-height:116px;padding:18px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:rgba(255,255,255,.09);backdrop-filter:blur(12px)}
  .legacy-sections .event-stats strong,.legacy-sections .event-stats span{display:block}
  .legacy-sections .event-stats strong{color:var(--panco-yellow);font-size:clamp(1.65rem,3vw,2.2rem);line-height:1}
  .legacy-sections .event-stats .event-stat-compact strong{font-size:clamp(1.45rem,2.35vw,1.95rem);white-space:nowrap}
  .legacy-sections .event-stats span{margin-top:9px;color:rgba(255,255,255,.78);font-size:.86rem;font-weight:850}
  .legacy-sections .event-actions{display:flex;flex-wrap:wrap;gap:12px}
  .legacy-sections .event-banners{display:grid;gap:16px}
  .legacy-sections .event-banner{position:relative;min-height:238px;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:8px;box-shadow:0 22px 56px rgba(0,0,0,.28);text-decoration:none}
  .legacy-sections .event-banner img{width:100%;height:100%;min-height:inherit;object-fit:cover;transition:transform 400ms ease}
  .legacy-sections .event-banner::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 24%,rgba(5,23,42,.82)),linear-gradient(90deg,rgba(5,23,42,.35),transparent 58%)}
  .legacy-sections .event-banner:hover img{transform:scale(1.04)}
  .legacy-sections .event-banner span,.legacy-sections .event-banner strong{position:absolute;z-index:1;left:22px;right:22px}
  .legacy-sections .event-banner span{bottom:58px;color:var(--panco-yellow);font-size:.78rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
  .legacy-sections .event-banner strong{bottom:24px;max-width:560px;color:#fff;font-size:clamp(1.4rem,3vw,2rem);line-height:1}
  .legacy-sections .event-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:clamp(24px,4vw,44px)}
  .legacy-sections .event-card{overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#fff;color:var(--ink);box-shadow:0 18px 42px rgba(0,0,0,.18)}
  .legacy-sections .event-card img{width:100%;aspect-ratio:1.45;object-fit:cover}
  .legacy-sections .event-card div{display:grid;gap:12px;padding:22px}
  .legacy-sections .event-card span{color:var(--panco-blue);font-size:.75rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
  .legacy-sections .event-card h3{margin:0;color:var(--navy);font-size:clamp(1.3rem,2vw,1.8rem);line-height:1.05}
  .legacy-sections .event-card p{margin:0;color:#516070}
  .legacy-sections .event-card a{color:var(--panco-blue-dark);font-weight:950;text-decoration:none}
  .legacy-sections .event-card a::after{content:">";margin-left:8px}
  .legacy-sections .event-note{color:var(--panco-blue-dark);font-weight:950}
  .legacy-sections .event-proof{display:flex;justify-content:space-between;gap:22px;align-items:center;margin-top:16px;padding:22px 24px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:rgba(255,255,255,.08)}
  .legacy-sections .event-proof p{max-width:780px;margin:0;color:rgba(255,255,255,.78)}
  .legacy-sections .event-proof a{flex:0 0 auto;color:var(--panco-yellow);font-weight:950;text-decoration:none}
  .legacy-sections .section-heading{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1fr);gap:30px;align-items:end;margin-bottom:34px}
  .legacy-sections .section-heading.full-width-heading{display:block;max-width:100%;margin-bottom:34px}
  .legacy-sections .section-heading.full-width-heading .section-kicker{margin-bottom:14px}
  .legacy-sections .section-heading.full-width-heading h2{max-width:1180px;margin-bottom:18px}
  .legacy-sections .section-heading.full-width-heading p:last-child{max-width:920px;margin:0;color:#506174;font-size:1.08rem;line-height:1.58}
  .legacy-sections .topic-links{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:0 0 20px}
  .legacy-sections .topic-links a{min-width:0;padding:16px;color:inherit;border:1px solid rgba(34,135,201,.18);border-radius:8px;background:#fff;box-shadow:0 10px 28px rgba(18,56,95,.06);text-decoration:none;transition:transform 180ms ease,border-color 180ms ease,box-shadow 180ms ease}
  .legacy-sections .topic-links a:hover{border-color:rgba(34,135,201,.42);box-shadow:0 16px 34px rgba(18,56,95,.1);transform:translateY(-2px)}
  .legacy-sections .topic-links span{display:block;margin-bottom:9px;color:var(--panco-blue);font-size:.7rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
  .legacy-sections .topic-links strong{display:block;color:var(--navy);font-size:.98rem;line-height:1.18}
  .legacy-sections .specialist-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
  .legacy-sections .specialist-card{--specialty-delay:0s;min-width:0;padding:24px;border:1px solid var(--line);border-radius:8px;background:#f6b739;box-shadow:0 20px 44px rgba(216,147,17,.2);animation:specialtyCardSurface 5.8s steps(1,end) infinite;animation-delay:var(--specialty-delay);transition:box-shadow 220ms ease,transform 220ms ease;text-decoration:none;cursor:pointer}
  .legacy-sections .specialist-card:nth-child(2){--specialty-delay:-2.7s}
  .legacy-sections .specialist-card:nth-child(3){--specialty-delay:-1.1s}
  .legacy-sections .specialist-card:nth-child(4){--specialty-delay:-4.2s}
  .legacy-sections .specialist-card:nth-child(5){--specialty-delay:-3.3s}
  .legacy-sections .specialist-card.is-yellow,.legacy-sections .specialist-card.proof-card{border-color:rgba(246,183,57,.62);background:linear-gradient(145deg,#ffc456,#f6b739 64%,#e79c18);box-shadow:0 20px 44px rgba(216,147,17,.2);transform:translateY(-2px)}
  .legacy-sections .specialist-card.is-blue{border-color:rgba(34,135,201,.38);background:linear-gradient(145deg,#12385f,#0c2d54 58%,#2287c9);box-shadow:0 22px 48px rgba(18,56,95,.22);transform:translateY(-2px)}
  .legacy-sections .specialist-card span{display:block;margin-bottom:22px;color:var(--navy);font-size:.76rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase;animation:specialtyCardLabel 5.8s steps(1,end) infinite;animation-delay:var(--specialty-delay)}
  .legacy-sections .specialist-card.is-yellow span,.legacy-sections .specialist-card.proof-card span{color:var(--navy)}
  .legacy-sections .specialist-card.is-blue span{color:var(--panco-yellow)}
  .legacy-sections .specialist-card h3{margin:0 0 14px;color:var(--navy);font-size:clamp(1.35rem,2vw,1.9rem);line-height:1.05;animation:specialtyCardHeading 5.8s steps(1,end) infinite;animation-delay:var(--specialty-delay)}
  .legacy-sections .specialist-card p{margin:0;color:rgba(18,56,95,.82);animation:specialtyCardText 5.8s steps(1,end) infinite;animation-delay:var(--specialty-delay)}
  .legacy-sections .specialist-card.is-yellow h3,.legacy-sections .specialist-card.is-yellow p,.legacy-sections .specialist-card.proof-card h3,.legacy-sections .specialist-card.proof-card p{color:var(--navy)}
  .legacy-sections .specialist-card.is-blue h3{color:#fff}
  .legacy-sections .specialist-card.is-blue p{color:rgba(255,255,255,.84)}
  .legacy-sections .search-faq{display:grid;grid-template-columns:minmax(280px,.42fr) minmax(0,1fr);gap:clamp(22px,4vw,44px);align-items:start;margin-top:28px;padding:clamp(24px,4vw,34px);border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,var(--night),#12385f);color:#fff}
  .legacy-sections .search-faq h3{margin:0;font-size:clamp(1.7rem,3vw,2.6rem);line-height:1}
  .legacy-sections .search-faq .section-kicker{color:var(--panco-yellow)}
  .legacy-sections .faq-list{display:grid;gap:10px}
  .legacy-sections .faq-list details{border:1px solid rgba(255,255,255,.14);border-radius:8px;background:rgba(255,255,255,.08)}
  .legacy-sections .faq-list summary{padding:18px 20px;color:#fff;font-weight:950;cursor:pointer}
  .legacy-sections .faq-list p{margin:0;padding:0 20px 20px;color:rgba(255,255,255,.78)}
  .legacy-sections .decision-panel{display:grid;grid-template-columns:minmax(280px,.44fr) minmax(0,1fr);gap:clamp(20px,4vw,38px);align-items:stretch;margin-top:18px;padding:clamp(24px,4vw,34px);border:1px solid rgba(34,135,201,.2);border-radius:8px;background:radial-gradient(circle at 12% 14%,rgba(246,183,57,.22),transparent 28%),linear-gradient(135deg,#fff 0%,#f5fbff 54%,#fff8e5 100%);box-shadow:0 18px 42px rgba(18,56,95,.09)}
  .legacy-sections .decision-copy{display:flex;min-width:0;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:18px}
  .legacy-sections .decision-copy h3{margin:0;color:var(--navy);font-size:clamp(1.8rem,3vw,3rem);line-height:1}
  .legacy-sections .decision-copy p{margin:0;color:#506174}
  .legacy-sections .decision-grid{display:grid;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .legacy-sections .decision-grid article{min-width:0;padding:18px;border:1px solid rgba(34,135,201,.16);border-radius:8px;background:rgba(255,255,255,.76)}
  .legacy-sections .decision-grid span{display:block;margin-bottom:12px;color:var(--panco-blue);font-size:.72rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
  .legacy-sections .decision-grid strong{display:block;color:var(--navy);font-size:1.08rem;line-height:1.18}
  .legacy-sections .decision-grid p{margin:10px 0 0;color:#596878;font-size:.94rem}
  .legacy-sections .membership{border-bottom:1px solid var(--line)}
  .legacy-sections .member-journey{display:grid;grid-template-columns:minmax(300px,.48fr) minmax(0,1fr);gap:clamp(28px,5vw,68px);align-items:center}
  .legacy-sections .journey-copy h2{margin:0;color:var(--navy);font-size:clamp(2.2rem,5vw,4.4rem);line-height:.98}
  .legacy-sections .journey-copy p:not(.section-kicker){max-width:560px;margin:22px 0 28px;color:#506174;font-size:1.08rem}
  .legacy-sections .journey-panel{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:14px}
  .legacy-sections .journey-card{--journey-delay:0s;position:relative;min-width:0;overflow:hidden;padding:clamp(22px,4vw,30px);border:1px solid var(--line);border-radius:8px;color:var(--ink);background:linear-gradient(155deg,rgba(255,255,255,.98),rgba(246,251,255,.94)),linear-gradient(135deg,rgba(34,135,201,.1),transparent 48%);box-shadow:0 12px 32px rgba(18,56,95,.08)}
  .legacy-sections .journey-card:nth-child(2){--journey-delay:1.2s}
  .legacy-sections .journey-card:nth-child(3){--journey-delay:2.4s}
  .legacy-sections .journey-card::before{content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 86% 16%,rgba(246,183,57,.28),transparent 28%),linear-gradient(135deg,var(--night),#15466f 76%,var(--panco-blue-dark));opacity:0;animation:journeyActiveBox 3.6s ease-in-out infinite;animation-delay:var(--journey-delay)}
  .legacy-sections .journey-card>*{position:relative;z-index:1}
  .legacy-sections .journey-card.featured{grid-row:span 2}
  .legacy-sections .journey-card span{display:block;margin-bottom:22px;color:var(--panco-blue);font-size:.74rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase;animation:journeyLabelColor 3.6s ease-in-out infinite;animation-delay:var(--journey-delay)}
  .legacy-sections .journey-card h3{margin:0;color:var(--navy);font-size:clamp(1.35rem,2.2vw,2.05rem);line-height:1.05;animation:journeyHeadingColor 3.6s ease-in-out infinite;animation-delay:var(--journey-delay)}
  .legacy-sections .journey-card.featured h3{font-size:clamp(1.9rem,3.4vw,3rem)}
  .legacy-sections .journey-card p{margin:16px 0 0;color:#536273;animation:journeyTextColor 3.6s ease-in-out infinite;animation-delay:var(--journey-delay)}
  .legacy-sections .journey-panel:hover .journey-card::before,.legacy-sections .journey-panel:hover .journey-card span,.legacy-sections .journey-panel:hover .journey-card h3,.legacy-sections .journey-panel:hover .journey-card p{animation-play-state:paused}
  .legacy-sections .application{display:grid;grid-template-columns:minmax(0,.85fr) minmax(340px,.8fr);gap:clamp(28px,6vw,74px);align-items:start}
  .legacy-sections .apply-copy{position:sticky;top:100px}
  .legacy-sections .apply-copy h2{margin-bottom:0}
  .legacy-sections .apply-copy p:not(.section-kicker){margin:30px 0 0;color:#5b6676}
  .legacy-sections .apply-form{padding:clamp(22px,4vw,34px);border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.96);box-shadow:var(--shadow)}
  .legacy-sections .application-redirect{display:grid;gap:14px;align-content:start}
  .legacy-sections .application-redirect h3{margin:0;color:var(--navy);font-size:clamp(1.6rem,3vw,2.3rem);line-height:1.05}
  .legacy-sections .application-redirect p{margin:0 0 8px;color:#5b6676}
  @keyframes journeyActiveBox{0%,26%{opacity:1}34%,100%{opacity:0}}
  @keyframes journeyLabelColor{0%,26%{color:var(--panco-yellow)}34%,100%{color:var(--panco-blue)}}
  @keyframes journeyHeadingColor{0%,26%{color:#fff}34%,100%{color:var(--navy)}}
  @keyframes journeyTextColor{0%,26%{color:rgba(255,255,255,.82)}34%,100%{color:#536273}}
  @media (max-width:980px){
    .legacy-sections .news-heading,.legacy-sections .news-experience,.legacy-sections .event-content,.legacy-sections .member-journey,.legacy-sections .application{grid-template-columns:1fr}
    .legacy-sections .event-copy{width:100%;min-width:0}
    .legacy-sections .section-heading{display:block}
    .legacy-sections .specialist-grid,.legacy-sections .topic-links{grid-template-columns:repeat(2,minmax(0,1fr))}
    .legacy-sections .search-faq,.legacy-sections .decision-panel{grid-template-columns:1fr}
    .legacy-sections .journey-panel{grid-template-columns:1fr}
    .legacy-sections .journey-card.featured{grid-row:auto}
    .legacy-sections .news-feature,.legacy-sections .news-feature img{min-height:430px}
    .legacy-sections .news-board{grid-template-columns:repeat(2,minmax(0,1fr))}
    .legacy-sections .news-archive-strip,.legacy-sections .event-proof{align-items:flex-start;flex-direction:column}
    .legacy-sections .event-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
    .legacy-sections .event-card.featured{grid-column:span 2}
    .legacy-sections .apply-copy{position:static}
  }
  @media (max-width:680px){
    .legacy-sections .section,.legacy-sections .member-news-inner,.legacy-sections .event-content,.legacy-sections .event-cards,.legacy-sections .event-proof{width:min(100% - 28px,1180px)}
    .legacy-sections .section{padding:58px 0}
    .legacy-sections .member-news{padding:58px 0}
    .legacy-sections .news-heading h2,.legacy-sections .event-section h2,.legacy-sections .application h2,.legacy-sections .section-heading h2{font-size:clamp(2rem,12vw,3rem);line-height:1.02}
    .legacy-sections .news-feature,.legacy-sections .news-feature img{min-height:390px}
    .legacy-sections .news-feature-copy h3{font-size:clamp(1.65rem,8vw,2.2rem)}
    .legacy-sections .news-feature-copy p{font-size:.94rem}
    .legacy-sections .news-board,.legacy-sections .specialist-grid,.legacy-sections .topic-links,.legacy-sections .decision-grid,.legacy-sections .event-banners,.legacy-sections .event-cards,.legacy-sections .event-stats{grid-template-columns:1fr}
    .legacy-sections .news-trigger{grid-template-columns:88px minmax(0,1fr)}
    .legacy-sections .news-trigger img{height:96px}
    .legacy-sections .news-preview-media,.legacy-sections .news-preview-media img{min-height:210px}
    .legacy-sections .event-section{padding-block:58px}
    .legacy-sections .event-card.featured{grid-column:auto}
    .legacy-sections .event-banner{min-height:220px}
    .legacy-sections .event-flow{inset:60px -210px auto auto;width:520px}
  }
  @media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
