/* Shared public navigation — one clean desktop row, compact drawer below it. */
:root{--menu-navy:var(--pro-navy,var(--navy,#18364a));--menu-green:var(--pro-green,var(--green,#0f4b3a));--menu-teal:var(--pro-teal,#2f7e79);--menu-line:var(--pro-line,var(--line,rgba(24,54,74,.14)));--menu-surface:#fffefa}
header.top .nav,header.pro-top .pro-wrap{min-height:78px;height:auto;flex-wrap:nowrap}
header.top .brand,header.pro-top .pro-brand{flex:0 0 auto;white-space:nowrap}
@media (min-width:1241px){
  header.top .wrap,header.pro-top .pro-wrap,header .wrap{width:min(100% - 32px,1400px)!important;max-width:1400px!important}
  header.top .links,header.pro-top .pro-nav,header .nav-links{display:flex!important;position:static!important;flex:1 1 auto!important;min-width:0!important;max-height:none!important;overflow:visible!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:nowrap!important;gap:6px!important;margin-left:auto!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
  header.top .links>a,header.pro-top .pro-nav>a,header.pro-top .pro-nav>button,header .nav-links>a,header .nav-dropdown-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;width:auto!important;min-width:max-content!important;min-height:42px!important;margin:0!important;padding:9px 11px!important;border:1px solid rgba(24,54,74,.09)!important;border-radius:12px!important;background:rgba(255,255,255,.78)!important;color:var(--menu-navy)!important;box-shadow:0 3px 11px rgba(24,54,74,.05)!important;font-size:.86rem!important;font-weight:760!important;line-height:1.1!important;text-decoration:none!important;white-space:nowrap!important;word-break:keep-all!important;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease!important}
  header.top .links>a:hover,header.top .links>a.active,header.pro-top .pro-nav>a:hover,header.pro-top .pro-nav>a.active,header.pro-top .pro-nav>button:hover,header .nav-links>a:hover,header .nav-links>a.active,header .nav-dropdown-toggle:hover{background:#eaf5f1!important;color:var(--menu-green)!important;border-color:rgba(47,126,121,.25)!important;transform:translateY(-1px)!important}
  header.top .links>a.active,header.pro-top .pro-nav>a.active,header .nav-links>a.active{box-shadow:inset 0 0 0 1px rgba(47,126,121,.11),0 5px 14px rgba(24,54,74,.07)!important}
  header.top .hamb,header.pro-top .pro-mobile-toggle,header .menu-toggle{display:none!important}
  header.top .mobile{display:none!important}
}
@media (max-width:1240px){
  header.top .links{display:none!important}
  header.top .hamb{display:flex!important;align-items:center;justify-content:center;margin-left:0}
  header.top .lang-switch{margin-left:auto}
  header.top .mobile{display:none;max-height:calc(100vh - 78px);overflow-y:auto;padding:10px 18px 18px;background:var(--menu-surface);border-top:1px solid var(--menu-line);box-shadow:0 18px 34px rgba(24,54,74,.12)}
  header.top .mobile.open{display:block}
  header.top .mobile a{padding:13px 14px;margin:3px 0;border:1px solid transparent;border-radius:12px}
  header.top .mobile a:hover,header.top .mobile a.active{background:#eaf5f1;border-color:rgba(47,126,121,.2);color:var(--menu-green)}
  header.pro-top .pro-mobile-toggle{display:block!important}
  header.pro-top .pro-nav{display:none!important;position:absolute!important;top:78px!important;left:14px!important;right:14px!important;max-height:calc(100vh - 100px)!important;overflow-y:auto!important;padding:10px!important;background:var(--menu-surface)!important;border:1px solid var(--menu-line)!important;border-radius:18px!important;box-shadow:0 18px 45px rgba(24,54,74,.16)!important;flex-direction:column!important;align-items:stretch!important}
  header.pro-top .pro-nav.open{display:flex!important}
  header.pro-top .pro-nav>a,header.pro-top .pro-nav>button{width:100%!important;min-height:46px!important;padding:12px 14px!important;margin:2px 0!important;border-radius:12px!important;text-align:left!important}
  header .menu-toggle{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;margin-left:auto!important}
  header .nav-links{position:fixed!important;top:74px!important;left:0!important;right:0!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;max-height:0!important;overflow:hidden!important;padding:0 18px!important;background:var(--menu-surface)!important;border-radius:0 0 22px 22px!important;box-shadow:none!important;transition:max-height .3s ease,padding .3s ease,box-shadow .3s ease!important}
  header .nav-links.open{max-height:78vh!important;overflow-y:auto!important;padding:12px 18px 20px!important;box-shadow:0 18px 36px rgba(23,51,40,.18)!important}
  header .nav-links>a,header .nav-dropdown-toggle{display:flex!important;align-items:center!important;width:100%!important;min-height:46px!important;margin:0 0 3px!important;padding:12px 14px!important;border-radius:12px!important;white-space:nowrap!important;text-align:left!important}
  header .nav-dropdown{position:relative!important;width:100%!important}
  header .nav-dropdown-toggle{justify-content:flex-start!important}
  header .nav-dropdown-toggle .chev{margin-left:auto!important}
  header .nav-dropdown-menu{position:static!important;width:100%!important;min-width:0!important;transform:none!important}
}
@media (max-width:520px){header.top .nav,header.pro-top .pro-wrap{min-height:72px}header.top .brand span,header.pro-top .pro-brand span{display:none!important}header.top .hamb{width:44px;height:44px}header.top .lang-btn{padding-left:9px;padding-right:9px}header.pro-top .pro-nav{top:72px!important}}
/* Homepage activity videos */
.home-videos{background:#fff;padding:72px 0}
.home-video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.home-video-card{overflow:hidden;background:#fff;border:1px solid var(--menu-line);border-radius:20px;box-shadow:0 10px 28px rgba(24,54,74,.07)}
.home-video-thumb{position:relative;display:block;width:100%;padding:0;border:0;background:#102c35;cursor:pointer;aspect-ratio:16/9;overflow:hidden}
.home-video-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease,opacity .3s ease}
.home-video-thumb:hover img{transform:scale(1.035);opacity:.88}
.home-video-thumb iframe{display:block;width:100%;height:100%;border:0}
.home-video-play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--menu-green);color:#fff;border:3px solid rgba(255,255,255,.9);box-shadow:0 10px 26px rgba(0,0,0,.25);font-size:1.2rem}
.home-video-body{padding:17px 18px 19px}.home-video-body h3{margin:0 0 7px;color:var(--menu-navy);font-family:Georgia,serif;font-size:1.1rem;line-height:1.3}.home-video-body p{margin:0;color:var(--muted,#405952);font-size:.9rem;line-height:1.6}
.home-video-more{display:flex;justify-content:center;margin-top:28px}.home-video-more .btn{background:var(--menu-green);color:#fff}
@media(max-width:980px){.home-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.home-videos{padding:52px 0}.home-video-grid{grid-template-columns:1fr}.home-video-body{padding:15px 16px 17px}}
/* Homepage new-cohort campaign */
.cohort-promo{background:#fff}
.friday-banner{display:block;overflow:hidden;border-radius:24px;border:1px solid rgba(24,54,74,.16);box-shadow:0 18px 46px rgba(24,54,74,.13);transition:transform .22s ease,box-shadow .22s ease;max-width:820px;margin:0 auto}
.friday-banner:hover{transform:translateY(-3px);box-shadow:0 24px 55px rgba(24,54,74,.18)}
.friday-banner img{display:block;width:100%;height:auto}
@media(max-width:600px){.friday-banner{border-radius:16px}}
.cohort-banner{display:block;overflow:hidden;border-radius:24px;border:1px solid rgba(24,54,74,.16);box-shadow:0 18px 46px rgba(24,54,74,.13);transition:transform .22s ease,box-shadow .22s ease}
.cohort-banner:hover{transform:translateY(-3px);box-shadow:0 24px 55px rgba(24,54,74,.18)}
.cohort-banner img{display:block;width:100%;height:auto;aspect-ratio:2048/730;object-fit:cover}
.cohort-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:26px}
.cohort-actions .btn{background:var(--gold,#dfb343);color:#173d35}
.cohort-actions .cohort-secondary{background:transparent;color:var(--menu-navy);border:1px solid var(--menu-line)}
@media(max-width:600px){.cohort-banner{border-radius:16px}.cohort-actions{display:grid}.cohort-actions .btn{width:100%}}
