@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600&family=Manrope:wght@400;500;600;700;800&family=Montserrat:wght@700;800&display=swap');

:root{--bl-navy:#0b1221;--bl-gold:#d4af37;--bl-cream:#f5f2ec;--bl-ink:#172033;--bl-muted:#64748b}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--bl-ink);background:#fff;font-family:"Manrope",Arial,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
.bl-content-header{position:sticky;top:0;z-index:90;display:flex;min-height:88px;align-items:center;gap:32px;padding:0 clamp(24px,5vw,72px);border-bottom:1px solid rgba(212,175,55,.18);background:var(--bl-navy)}
.bl-content-header>a{display:inline-flex}.bl-content-header img{width:auto;height:24px;filter:brightness(0) invert(1)}.bl-content-header nav{display:flex;align-items:center;gap:24px;margin-left:auto}.bl-content-header nav a{color:#e2e8f0;font-size:13px;font-weight:700}
.bl-page-hero{position:relative;overflow:hidden;display:grid;min-height:520px;place-items:center;padding:110px 32px;color:#fff;text-align:center;background:radial-gradient(circle at 76% 22%,rgba(212,175,55,.16),transparent 30%),linear-gradient(135deg,#0b1221 0%,#111d33 100%)}
.bl-page-hero::after{content:"";position:absolute;inset:auto -12% -55% 38%;height:520px;border:1px solid rgba(212,175,55,.17);border-radius:50%;transform:rotate(-10deg)}
.bl-page-hero>div{position:relative;z-index:1;max-width:900px}.bl-eyebrow{margin:0 0 18px;color:var(--bl-gold);font-size:12px;font-weight:800;letter-spacing:.23em;text-transform:uppercase}.bl-page-hero h1{max-width:15ch;margin:0 auto;font-family:"Cinzel",Georgia,serif;font-size:clamp(44px,6vw,76px);font-weight:600;line-height:1.03}.bl-page-hero p{max-width:700px;margin:24px auto 0;color:#cbd5e1;font-size:clamp(16px,1.4vw,20px);line-height:1.7}
.bl-section{padding:clamp(72px,8vw,112px) clamp(24px,6vw,84px)}.bl-section.is-cream{background:var(--bl-cream)}.bl-section.is-navy{color:#fff;background:var(--bl-navy)}.bl-wrap{width:min(1120px,100%);margin:0 auto}.bl-center{text-align:center}.bl-kicker{margin:0 0 14px;color:#9a7617;font-size:12px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.bl-section h2{margin:0;font-family:"Cinzel",Georgia,serif;font-size:clamp(32px,4vw,52px);font-weight:600;line-height:1.13}.bl-lede{max-width:720px;margin:20px auto 0;color:var(--bl-muted);font-size:17px;line-height:1.75}.is-navy .bl-lede{color:#cbd5e1}
.bl-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:48px}.bl-card{min-height:270px;padding:32px;border:1px solid #e2e8f0;border-radius:20px;background:#fff}.bl-card-index{display:inline-grid;width:34px;height:34px;place-items:center;border-radius:50%;color:var(--bl-navy);background:var(--bl-gold);font-weight:800}.bl-card h3{margin:24px 0 12px;font-family:"Cinzel",Georgia,serif;font-size:24px}.bl-card p{margin:0;color:var(--bl-muted);line-height:1.7}.bl-card .bl-link{display:inline-flex;margin-top:24px;color:#8a6812;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.bl-split{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(44px,8vw,110px);align-items:center}.bl-quote{padding:clamp(32px,5vw,58px);border-left:3px solid var(--bl-gold);font-family:"Cinzel",Georgia,serif;font-size:clamp(25px,3vw,40px);line-height:1.45}.bl-points{display:grid;gap:20px}.bl-point{padding:22px 0;border-bottom:1px solid #d8dee8}.bl-point strong{display:block;margin-bottom:7px;font-size:18px}.bl-point span{color:var(--bl-muted);line-height:1.65}
.bl-logos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:48px}.bl-logo{display:grid;min-height:118px;place-items:center;padding:24px;border:1px solid #e4dfd5;border-radius:16px;background:#fff}.bl-logo img{max-width:135px;max-height:58px;object-fit:contain}
.bl-publications{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;margin-top:48px}.bl-publication{overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 20px 55px rgba(11,18,33,.1)}.bl-publication-visual{display:grid;height:240px;place-items:center;padding:32px;color:#fff;background:linear-gradient(135deg,#17243d,#0b1221)}.bl-publication:nth-child(2) .bl-publication-visual{background:linear-gradient(135deg,#684c85,#292037)}.bl-publication-visual span{font-family:"Cinzel",Georgia,serif;font-size:32px}.bl-publication-copy{padding:32px}.bl-publication-copy h3{margin:0 0 12px;font-family:"Cinzel",Georgia,serif;font-size:28px}.bl-publication-copy p{margin:0;color:var(--bl-muted);line-height:1.7}
.bl-cta{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:clamp(36px,5vw,58px);border:1px solid rgba(212,175,55,.28);border-radius:22px;background:#101a2e}.bl-cta h2{max-width:620px;color:#fff}.bl-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 30px;border-radius:9px;color:var(--bl-navy);background:var(--bl-gold);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.bl-why-university-proof{position:relative;overflow:hidden;color:#f5f5f7;background:#0b1221}.bl-why-university-proof::before{content:"";position:absolute;inset:-18% 56% 42% -12%;border:1px solid rgba(212,175,55,.2);border-radius:50%;transform:rotate(-13deg);pointer-events:none}.bl-why-proof-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(58px,8vw,112px);align-items:center}.bl-why-proof-intro .bl-kicker{color:#d4af37}.bl-why-proof-intro h2{color:#f5f5f7}.bl-why-proof-stroke{display:block;width:92px;height:4px;margin:24px 0 0;border-radius:50%;background:#d4af37;transform:rotate(-2deg)}.bl-why-proof-intro>p:not(.bl-kicker){margin:24px 0 0;color:#b4c0d3;font-size:15.5px;line-height:1.72}.bl-why-proof-intro small{display:block;margin-top:17px;color:#64748b;font-size:12.5px;font-style:italic;line-height:1.6}.bl-why-proof-stage{position:relative;min-height:330px}.bl-why-proof-quote{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:10px 4px;opacity:0;visibility:hidden;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease,visibility .55s}.bl-why-proof-quote[data-active="true"]{opacity:1;visibility:visible;transform:none}.bl-why-proof-mark{height:38px;color:rgba(212,175,55,.48);font-family:"Cinzel",Georgia,serif;font-size:68px;line-height:.72}.bl-why-proof-quote blockquote{margin:0;color:#f5f5f7;font-family:"Cinzel",Georgia,serif;font-size:clamp(20px,2vw,26px);font-style:italic;font-weight:500;line-height:1.48}.bl-why-proof-quote footer{display:flex;flex-direction:column;gap:4px;margin-top:30px;padding-top:22px;border-top:1px solid rgba(212,175,55,.2)}.bl-why-proof-quote footer strong{font-size:15px;letter-spacing:.02em}.bl-why-proof-quote footer span{color:#7c8aa5;font-size:12.5px}.bl-why-proof-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:24px;border:1px solid rgba(212,175,55,.18)}.bl-why-proof-tabs button{display:grid;min-height:92px;place-items:center;padding:16px 12px;border:0;border-right:1px solid rgba(11,18,33,.12);background:#e6dfd3;cursor:pointer;transition:background .25s ease,box-shadow .25s ease}.bl-why-proof-tabs button:last-child{border-right:0}.bl-why-proof-tabs button:hover{background:#f0eae0}.bl-why-proof-tabs button[aria-selected="true"]{background:#fbf8f2;box-shadow:inset 0 3px 0 #d4af37}.bl-why-proof-tabs img{width:auto;max-width:100%;height:42px;object-fit:contain}.bl-why-proof-tabs button:focus-visible{position:relative;z-index:2;outline:2px solid #d4af37;outline-offset:2px}
.bl-content-footer{padding:58px clamp(24px,6vw,84px);color:#cbd5e1;background:#070d18}.bl-footer-wrap{display:grid;width:min(1120px,100%);margin:0 auto;grid-template-columns:1fr auto;gap:40px;align-items:end}.bl-content-footer img{height:23px;filter:brightness(0) invert(1)}.bl-content-footer p{max-width:430px;margin:18px 0 0;color:#8996aa;font-size:13px;line-height:1.7}.bl-footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px}.bl-footer-links a{font-size:12px;font-weight:700}
@media(max-width:900px){.bl-content-header{min-height:76px}.bl-content-header nav{display:none}.bl-page-hero{min-height:440px;padding:88px 24px}.bl-grid{grid-template-columns:1fr}.bl-split{grid-template-columns:1fr}.bl-logos{grid-template-columns:repeat(2,minmax(0,1fr))}.bl-publications{grid-template-columns:1fr}.bl-why-proof-grid{grid-template-columns:1fr;gap:42px}.bl-why-proof-stage{min-height:300px}.bl-cta{align-items:flex-start;flex-direction:column}.bl-footer-wrap{grid-template-columns:1fr}.bl-footer-links{justify-content:flex-start}}
@media(max-width:540px){.bl-page-hero h1{font-size:38px}.bl-page-hero p{font-size:15px}.bl-section{padding:64px 22px}.bl-logos{grid-template-columns:1fr 1fr}.bl-logo{min-height:92px;padding:16px}.bl-logo img{max-width:105px;max-height:44px}.bl-publication-visual{height:190px}.bl-why-proof-stage{min-height:345px}.bl-why-proof-quote blockquote{font-size:20px}.bl-why-proof-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.bl-why-proof-tabs button{min-height:78px;border-bottom:1px solid rgba(11,18,33,.12)}.bl-why-proof-tabs img{height:36px}.bl-content-footer{padding:46px 22px}.bl-footer-links{display:grid;grid-template-columns:1fr 1fr}}

@media(prefers-reduced-motion:reduce){.bl-why-proof-quote{transition:none}}
