@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=Open+Sans:wght@400;500;600;700&display=swap");
:root { --red: #b40101; --red2: #8d0000; --black: #101010; --ink: #242424; --muted: #65707b; --light: #f5f6f7; --line: #e1e3e5; --white: #fff; --max: 1200px; }
* { box-sizing: border-box; margin: 0px; padding: 0px; }
html { scroll-behavior: smooth; }
body { font-family: "Open Sans", Arial, sans-serif; color: var(--ink); line-height: 1.65; background: rgb(255, 255, 255); }
h1, h2, h3, h4, h5, .brand, .nav a, .btn, .eyebrow, .kicker, .card-title, .stat strong, .feature strong, .process strong, .chip, .mega-title { font-family: Montserrat, Arial, sans-serif; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(92%,var(--max)); margin: auto; }
.topbar { background: rgb(9, 9, 9); color: rgb(255, 255, 255); font-size: 13px; }
.topbar .wrap { display: flex; justify-content: flex-end; gap: 25px; padding: 8px 0px; flex-wrap: wrap; }
.topbar a { font-weight: 700; }
.header { background: rgba(255, 255, 255, 0.98); border-bottom: 1px solid var(--line); position: sticky; top: 0px; z-index: 50; }
.header-row { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.logo img { width: 255px; }
.community-mini { display: flex; align-items: center; gap: 10px; }
.community-mini img { width: 62px; background: rgb(17, 17, 17); border-radius: 50%; padding: 3px; }
.community-mini span { font: 700 11px / 1.3 Montserrat; }
.nav { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: flex-end; }
.nav a { font-size: 12px; font-weight: 700; color: rgb(32, 32, 32); }
.nav a:hover { color: var(--red); }
.dropdown { position: relative; }
.dropdown-menu { display: none; position: absolute; top: 100%; left: 0px; background: rgb(255, 255, 255); border: 1px solid var(--line); min-width: 230px; padding: 10px; box-shadow: rgba(0, 0, 0, 0.12) 0px 10px 30px; border-radius: 6px; }
.dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a { display: block; padding: 9px 10px; }
.btn { display: inline-block; padding: 14px 22px; border-radius: 5px; font-size: 12px; font-weight: 800; letter-spacing: 0.35px; text-transform: uppercase; }
.btn-red { background: var(--red); color: rgb(255, 255, 255); }
.btn-red:hover { background: var(--red2); }
.btn-black { background: rgb(17, 17, 17); color: rgb(255, 255, 255); }
.btn-white { background: rgb(255, 255, 255); color: var(--red); }
.btn-outline { border: 2px solid; }
.hero { background: linear-gradient(120deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 61%, rgb(241, 242, 244) 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.06fr 0.94fr; gap: 52px; align-items: center; min-height: 650px; padding: 70px 0px; }
.eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; color: var(--red); font-weight: 800; margin-bottom: 14px; }
h1 { font-size: clamp(44px, 5.8vw, 70px); line-height: 1.01; letter-spacing: -2px; color: rgb(17, 17, 17); margin-bottom: 23px; }
h2 { font-size: clamp(30px, 4vw, 45px); line-height: 1.12; letter-spacing: -0.8px; color: rgb(17, 17, 17); margin-bottom: 18px; }
h3 { font-size: 21px; line-height: 1.25; margin-bottom: 10px; color: rgb(17, 17, 17); }
p { margin-bottom: 17px; }
.lead { font-size: 20px; color: rgb(65, 70, 76); max-width: 810px; }
.hero-actions { display: flex; gap: 11px; flex-wrap: wrap; margin-top: 28px; }
.hero-art { position: relative; }
.hero-art > img:first-child { border-radius: 14px; box-shadow: rgba(0, 0, 0, 0.17) 0px 25px 65px; }
.hero-badge { position: absolute; left: -45px; bottom: 30px; width: 155px; background: rgb(17, 17, 17); border-radius: 50%; padding: 6px; box-shadow: rgba(0, 0, 0, 0.3) 0px 12px 35px; }
.micro-stats { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 28px; font-size: 13px; font-weight: 700; }
.micro-stats span { padding-right: 24px; border-right: 1px solid rgb(204, 204, 204); }
.micro-stats span:last-child { border: 0px; }
.service-strip { background: linear-gradient(90deg, rgb(168, 0, 0), rgb(212, 7, 7), rgb(159, 0, 0)); color: rgb(255, 255, 255); }
.service-strip .wrap { display: grid; grid-template-columns: repeat(6, 1fr); }
.strip-item { padding: 26px 15px; text-align: center; border-right: 1px solid rgba(255, 255, 255, 0.38); }
.strip-item:last-child { border: 0px; }
.strip-item strong { font: 800 13px Montserrat; display: block; margin-bottom: 6px; }
.strip-item span { font-size: 12px; }
.section { padding: 82px 0px; }
.section-light { background: var(--light); }
.section-dark { background: rgb(17, 17, 17); color: rgb(255, 255, 255); }
.section-dark h2, .section-dark h3 { color: rgb(255, 255, 255); }
.center { text-align: center; }
.intro { max-width: 850px; margin: 0px auto 35px; }
.grid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 19px; }
.card { background: rgb(255, 255, 255); border: 1px solid var(--line); border-radius: 10px; padding: 27px; box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 28px; }
.card.redtop { border-top: 5px solid var(--red); }
.card p { font-size: 15px; color: rgb(85, 85, 85); }
.card .link { display: inline-block; margin-top: 10px; color: var(--red); font: 800 12px Montserrat; }
.audience-card { overflow: hidden; padding: 0px; }
.audience-card .art { height: 160px; background: linear-gradient(135deg, rgb(249, 249, 249), rgb(229, 229, 229)); display: flex; align-items: center; justify-content: center; }
.audience-card .art strong { font: 800 36px Montserrat; color: rgb(180, 1, 1); }
.audience-card .body { padding: 24px; }
.band { background: rgb(16, 16, 16); color: rgb(255, 255, 255); padding: 80px 0px; }
.band h2 { color: rgb(255, 255, 255); }
.band p { color: rgb(221, 221, 221); }
.checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 30px; margin-top: 20px; }
.checks span::before { content: "✓"; color: rgb(255, 255, 255); background: var(--red); border-radius: 50%; width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; margin-right: 8px; font-weight: 800; }
.community-section { display: grid; grid-template-columns: 320px 1fr; gap: 55px; align-items: center; }
.community-badge { background: rgb(17, 17, 17); padding: 18px; border-radius: 50%; }
.process-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process { background: rgb(255, 255, 255); border: 1px solid var(--line); border-radius: 10px; padding: 24px; }
.process .num { font: 800 34px Montserrat; color: var(--red); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { border-left: 1px solid rgb(85, 85, 85); padding: 10px 24px; }
.stat:first-child { border-left: 0px; }
.stat strong { display: block; color: rgb(225, 6, 0); font-size: 37px; }
.stat span { font-size: 13px; color: rgb(221, 221, 221); }
.dual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.dual-grid img { border-radius: 10px; }
.list { padding-left: 20px; margin: 15px 0px; }
.list li { margin: 8px 0px; }
.page-hero { padding: 78px 0px; background: linear-gradient(120deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 68%, rgb(240, 241, 242) 100%); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(40px, 5vw, 59px); }
.breadcrumb { font-size: 12px; color: rgb(123, 127, 132); margin-bottom: 15px; }
.content-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: start; }
.sidebar { background: var(--light); padding: 28px; border-radius: 10px; }
.sidebar h3 { margin-bottom: 15px; }
.callout { border-left: 5px solid var(--red); padding: 18px 22px; background: rgb(255, 245, 245); margin: 25px 0px; }
.chips { display: flex; gap: 10px; flex-wrap: wrap; }
.chip { background: rgb(238, 238, 238); padding: 8px 12px; border-radius: 999px; font-size: 11px; font-weight: 700; }
.price { font: 800 31px Montserrat; color: rgb(17, 17, 17); margin: 10px 0px; }
.featured { outline: 3px solid var(--red); position: relative; }
.featured::before { content: "MOST POPULAR"; position: absolute; top: -15px; right: 18px; background: var(--red); color: rgb(255, 255, 255); font: 800 10px Montserrat; padding: 7px 10px; border-radius: 4px; }
.article-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article .meta { font-size: 11px; color: rgb(139, 139, 139); text-transform: uppercase; letter-spacing: 1px; }
.article h3 { margin-top: 8px; }
.cta { padding: 75px 0px; background: var(--red); color: rgb(255, 255, 255); text-align: center; }
.cta h2 { color: rgb(255, 255, 255); }
.cta p { max-width: 780px; margin: 0px auto 22px; }
.footer { background: rgb(8, 8, 8); color: rgb(255, 255, 255); padding: 55px 0px 28px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr; gap: 35px; }
.footer-logo { background: rgb(255, 255, 255); max-width: 245px; padding: 8px; border-radius: 4px; margin-bottom: 16px; }
.footer-badge { width: 105px; background: rgb(17, 17, 17); border-radius: 50%; padding: 4px; margin-top: 15px; }
.footer h4 { font: 800 13px Montserrat; margin-bottom: 12px; }
.footer a { display: block; color: rgb(198, 198, 198); font-size: 13px; margin: 8px 0px; }
.footer p { color: rgb(187, 187, 187); font-size: 13px; }
.copyright { border-top: 1px solid rgb(45, 45, 45); margin-top: 35px; padding-top: 18px; color: rgb(143, 143, 143); font-size: 11px; }
.notice { font-size: 11px; color: rgb(119, 119, 119); margin-top: 20px; }
@media (max-width: 1000px) {
  .header-row { flex-direction: column; padding: 14px 0px; }
  .nav { justify-content: center; }
  .community-mini { display: none; }
  .hero-grid, .content-grid, .dual-grid, .community-section { grid-template-columns: 1fr; }
  .hero-badge { left: 20px; }
  .service-strip .wrap { grid-template-columns: repeat(3, 1fr); }
  .grid4, .stats, .process-row { grid-template-columns: repeat(2, 1fr); }
  .grid3, .article-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .topbar .wrap { justify-content: center; }
  .logo img { width: 220px; }
  .nav { gap: 10px; }
  .nav a { font-size: 11px; }
  .hero-grid { min-height: auto; padding: 55px 0px; }
  .hero-badge { width: 110px; }
  .service-strip .wrap, .grid4, .grid2, .stats, .process-row, .footer-grid { grid-template-columns: 1fr; }
  .strip-item { border-right: 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .checks { grid-template-columns: 1fr; }
  .section { padding: 60px 0px; }
}
.network-links { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:12px 22px; margin:28px 0 20px; padding:20px; border-top:1px solid rgba(255,255,255,.18); border-bottom:1px solid rgba(255,255,255,.18); }
.network-links strong { width:100%; color:#fff; font-size:12px; letter-spacing:1.5px; text-align:center; }
.network-links a { color:#fff; font-weight:700; text-decoration:none; }
.network-links a:hover { color:#e31b23; }
@media (max-width:720px) { .network-links { flex-direction:column; gap:10px; } }
.institutional-network-map { display:block; width:100%; max-width:1200px; height:auto; margin:32px auto 0; border-radius:12px; box-shadow:0 18px 45px rgba(0,0,0,.16); }
