:root {
  --blue: #0877ff;
  --green: #00ed00;
  --yellow: #f5f500;
  --red: #f52b32;

  --black: #000;
  --dark: #080d14;
  --white: #f8f8f6;
  --muted: #999fa8;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #000;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}


/* =====================================================
   NAVBAR
===================================================== */

.nav {
  height: 92px;

  display: flex;
  align-items: center;

  gap: 40px;

  padding: 0 32px;

  background: #000;

  border-bottom: 1px solid rgba(255,255,255,.08);

  position: relative;
  z-index: 20;
}

.brand {
  min-width: 320px;

  display: grid;

  line-height: .88;
}

.brand-main {
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: var(--red);
}

.brand-accent {
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #fff;
}

.brand small {
  font-size: 7px;
  letter-spacing: 1.1px;
  color: rgba(255,255,255,.68);
  margin-top: 5px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 30px;

  flex: 1;

  font-size: 14px;

  color: rgba(255,255,255,.82);
}

.nav-links a {
  transition: .2s;
}

.nav-links a:hover {
  color: #fff;
}

.nav-links a.active {
  color: var(--blue);
}

.nav-cta {
  background: var(--blue);

  padding: 23px 28px;

  font-size: 13px;
  font-weight: 800;

  letter-spacing: .5px;

  transition: .25s;
}

.nav-cta:hover {
  background: var(--green);
  color: #000;
}

.menu {
  display: none;
  background: none;
  border: 0;
}

.menu span {
  display: block;

  width: 24px;
  height: 2px;

  background: #fff;

  margin: 5px;
}


/* =====================================================
   PAGE
===================================================== */

.partners-page {
  position: relative;
  overflow: hidden;

  background: #000;

  isolation: isolate;
}

.partners-page::before {
  content: "";

  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(
      rgba(255,255,255,.02) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.02) 1px,
      transparent 1px
    );

  background-size: 70px 70px;

  opacity: .45;

  pointer-events: none;

  z-index: -4;
}


/* =====================================================
   DECORATIVE SHAPES
===================================================== */

.partner-shape {
  position: absolute;

  pointer-events: none;

  z-index: -1;
}

.partner-shape-blue {
  width: 350px;
  height: 350px;

  right: -150px;
  top: 130px;

  background: var(--blue);

  border-radius:
    60% 40% 70% 30%
    / 40% 60% 40% 60%;

  transform: rotate(25deg);
}

.partner-shape-green {
  width: 180px;
  height: 180px;

  left: -80px;
  top: 850px;

  background: var(--green);

  border-radius:
    50% 50% 30% 70%;

  transform: rotate(-25deg);
}


/* =====================================================
   HERO
===================================================== */

.partners-hero {
  width: min(1200px, calc(100% - 80px));

  margin: auto;

  padding: 145px 0 150px;
}

.partners-eyebrow {
  display: inline-flex;

  align-items: center;

  gap: 12px;

  padding: 10px 20px;

  border: 1px solid rgba(245,245,0,.5);

  border-radius: 100px;

  color: var(--yellow);

  font-size: 11px;

  font-weight: 800;

  letter-spacing: 3px;

  margin-bottom: 35px;
}

.partners-eyebrow span {
  font-size: 18px;
}

.partners-hero h1 {
  font-family:
    "Barlow Condensed",
    Impact,
    sans-serif;

  font-size: clamp(100px, 14vw, 190px);

  font-weight: 900;

  line-height: .68;

  letter-spacing: -6px;
}

.partners-hero h1 span {
  display: block;
  color: var(--blue);
}

.partners-hero > p {
  max-width: 720px;

  margin-top: 55px;

  color: #9da3ad;

  font-size: 18px;

  line-height: 1.7;
}

.hero-statement {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 18px;

  margin-top: 45px;

  font-family:
    "Barlow Condensed",
    sans-serif;

  font-size: 24px;

  font-weight: 800;

  letter-spacing: 1px;
}

.hero-statement b {
  color: var(--green);
  font-size: 30px;
}


/* =====================================================
   COMMON SECTION
===================================================== */

.university-section,
.industry-section {
  width: min(1200px, calc(100% - 80px));

  margin: auto;

  padding: 130px 0;
}

.section-heading {
  max-width: 900px;

  margin-bottom: 70px;
}

.section-label {
  display: flex;

  align-items: center;

  gap: 15px;

  color: #777e88;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: 3px;

  margin-bottom: 35px;
}

.section-label span {
  color: var(--blue);

  font-family:
    "Barlow Condensed",
    sans-serif;

  font-size: 18px;
}

.section-heading h2 {
  font-family:
    "Barlow Condensed",
    Impact,
    sans-serif;

  font-size: clamp(75px, 9vw, 135px);

  font-weight: 900;

  line-height: .73;

  letter-spacing: -4px;
}

.section-heading h2 span {
  display: block;
  color: var(--blue);
}

.section-heading p {
  max-width: 650px;

  margin-top: 35px;

  color: #999fa8;

  font-size: 16px;

  line-height: 1.7;
}


/* =====================================================
   UNIVERSITIES
===================================================== */

.university-section {
  border-top: 1px solid rgba(255,255,255,.08);
}

.university-grid {
  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap: 20px;
}

.university-card {
  position: relative;

  min-height: 340px;

  padding: 38px;

  overflow: hidden;

  border-radius: 22px;

  border: 1px solid rgba(255,255,255,.11);

  background:
    linear-gradient(
      145deg,
      #111923,
      #070b11
    );

  transition:
    transform .35s ease,
    border-color .35s ease;
}

.university-card::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 90px;
  height: 4px;

  background: var(--blue);
}

.university-card:nth-child(2)::before {
  background: var(--green);
}

.university-card:nth-child(3)::before {
  background: var(--yellow);
}

.university-card:nth-child(4)::before {
  background: var(--red);
}

.university-card:hover {
  transform: translateY(-8px);

  border-color:
    rgba(8,119,255,.55);
}

.university-card.featured {
  grid-column: span 2;

  min-height: 300px;

  background:
    linear-gradient(
      120deg,
      #0d1b2d,
      #080d14
    );
}

.university-number {
  position: absolute;

  right: 30px;
  top: 25px;

  color: #3f4854;

  font-family:
    "Barlow Condensed",
    sans-serif;

  font-size: 18px;

  font-weight: 800;

  letter-spacing: 2px;
}

.university-symbol {
  width: 82px;
  height: 82px;

  display: flex;

  align-items: center;
  justify-content: center;

  margin-bottom: 55px;

  border: 1px solid rgba(255,255,255,.15);

  border-radius: 50%;

  color: var(--blue);

  font-family:
    "Barlow Condensed",
    sans-serif;

  font-size: 48px;

  font-weight: 900;
}

.university-card:nth-child(2)
.university-symbol {
  color: var(--green);
}

.university-card:nth-child(3)
.university-symbol {
  color: var(--yellow);
}

.university-card:nth-child(4)
.university-symbol {
  color: var(--red);
}

.institution-type {
  color: #777f8b;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: 3px;
}

.university-content h3 {
  max-width: 620px;

  margin-top: 10px;

  font-family:
    "Barlow Condensed",
    sans-serif;

  font-size: 42px;

  line-height: .88;

  font-weight: 800;
}

.university-content p {
  margin-top: 12px;

  color: #8f97a2;

  font-size: 14px;
}

.university-role {
  display: flex;

  align-items: center;

  justify-content: space-between;

  max-width: 100%;

  margin-top: 35px;

  padding-top: 20px;

  border-top: 1px solid rgba(255,255,255,.08);

  color: var(--blue);

  font-size: 9px;

  font-weight: 800;

  letter-spacing: 1.5px;
}

.university-role b {
  width: 36px;
  height: 36px;

  border: 1px solid rgba(255,255,255,.15);

  border-radius: 50%;

  display: flex;

  align-items: center;
  justify-content: center;

  font-size: 16px;

  transition: .3s;
}

.university-card:hover
.university-role b {
  background: var(--blue);

  border-color: var(--blue);

  color: #fff;

  transform: translate(4px,-4px);
}


/* =====================================================
   DIVIDER
===================================================== */

.partner-divider {
  width: min(1200px, calc(100% - 80px));

  margin: auto;

  display: flex;

  align-items: center;

  gap: 25px;

  color: var(--green);

  font-family:
    "Barlow Condensed",
    sans-serif;

  font-size: 15px;

  font-weight: 800;

  letter-spacing: 2px;
}

.partner-divider div {
  height: 1px;

  flex: 1;

  background:
    rgba(255,255,255,.12);
}

.partner-divider span:first-child,
.partner-divider span:last-child {
  color: var(--yellow);

  font-size: 25px;
}


/* =====================================================
   INDUSTRY
===================================================== */

.industry-section {
  padding-top: 110px;
}

.industry-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 18px;
}


/* =====================================================
   INDUSTRY CARD
===================================================== */

.industry-card {
  position: relative;

  min-height: 410px;

  display: flex;

  flex-direction: column;

  padding: 30px;

  overflow: hidden;

  border-radius: 22px;

  background: #f5f5f1;

  color: #050505;

  transition:
    transform .35s ease;
}

.industry-card:hover {
  transform: translateY(-8px);
}


/* top */

.industry-card-top {
  display: flex;

  align-items: center;

  justify-content: space-between;

  color: #777;

  font-family:
    "Barlow Condensed",
    sans-serif;

  font-size: 15px;
}

.industry-card-top small {
  font-family: Inter, sans-serif;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: 2px;
}


/* logo area */

.company-logo {
  flex: 1;

  min-height: 220px;

  display: flex;

  align-items: center;
  justify-content: center;
}

.logo-placeholder {
  width: 210px;
  height: 120px;

  display: flex;

  align-items: center;
  justify-content: center;

  font-family:
    "Barlow Condensed",
    sans-serif;

  font-size: 55px;

  font-weight: 900;

  letter-spacing: -2px;
}

.logo-blue {
  color: var(--blue);
}

.logo-green {
  color: #079907;
}

.logo-yellow {
  color: #b4b400;
}

.logo-red {
  color: var(--red);
}

.logo-white {
  color: #111;
}

.logo-purple {
  color: #7040ff;
}

.company-bottom {
  padding-top: 20px;

  border-top: 1px solid #d5d5d0;
}

.company-bottom h3 {
  font-family:
    "Barlow Condensed",
    sans-serif;

  font-size: 27px;

  line-height: .9;
}

.company-bottom span {
  display: block;

  margin-top: 10px;

  color: #777;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: 2px;
}


/* =====================================================
   PARTNER CTA
===================================================== */

.partner-cta {
  margin-top: 80px;

  padding: 55px 60px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 40px;

  background: var(--blue);

  color: #fff;

  border-radius: 22px;

  overflow: hidden;

  position: relative;
}

.partner-cta::after {
  content: "✱";

  position: absolute;

  right: 80px;
  top: -70px;

  font-size: 190px;

  color: rgba(0,0,0,.12);
}

.partner-cta > div {
  position: relative;
  z-index: 2;
}

.partner-cta > div > span {
  color: var(--yellow);

  font-size: 10px;

  font-weight: 900;

  letter-spacing: 3px;
}

.partner-cta h2 {
  margin-top: 18px;

  font-family:
    "Barlow Condensed",
    sans-serif;

  font-size: 65px;

  line-height: .75;

  font-weight: 900;
}

.partner-cta h2 strong {
  display: block;

  color: #000;
}

.partner-cta > a {
  position: relative;

  z-index: 2;

  padding: 18px 25px;

  background: #000;

  font-size: 11px;

  font-weight: 800;

  letter-spacing: 1px;

  transition: .25s;
}

.partner-cta > a:hover {
  background: var(--green);

  color: #000;
}

.partner-cta > a span {
  margin-left: 12px;

  font-size: 18px;
}


/* =====================================================
   FOOTER
===================================================== */

.site-footer {
  background: #f7f7f3;

  color: #050505;

  border-top: 1px solid #ddd;
}

.footer-cta {
  position: relative;

  min-height: 430px;

  padding: 85px max(8vw, 50px);

  background: #fff;

  display: flex;

  align-items: flex-end;

  justify-content: space-between;

  gap: 60px;

  overflow: hidden;
}

.footer-cta::before {
  content: "";

  position: absolute;

  width: 500px;
  height: 500px;

  right: -180px;
  top: -230px;

  background: var(--blue);

  border-radius: 50%;
}

.footer-cta::after {
  content: "✱";

  position: absolute;

  right: 310px;
  bottom: -45px;

  font-size: 150px;

  color: var(--green);
}

.footer-cta-content {
  position: relative;

  z-index: 2;

  max-width: 700px;
}

.footer-label {
  display: inline-block;

  margin-bottom: 22px;

  color: var(--blue);

  font-size: 12px;

  font-weight: 900;

  letter-spacing: 3px;
}

.footer-cta h2 {
  font-family:
    "Barlow Condensed",
    Impact,
    sans-serif;

  font-size:
    clamp(80px, 10vw, 145px);

  font-weight: 900;

  line-height: .76;

  letter-spacing: -4px;
}

.footer-cta h2 span {
  color: var(--blue);
}

.footer-cta p {
  max-width: 600px;

  margin-top: 30px;

  color: #555;

  font-size: 16px;

  line-height: 1.6;
}

.footer-register {
  position: relative;

  z-index: 3;

  width: 210px;
  height: 210px;

  border-radius: 50%;

  background: var(--blue);

  color: #fff;

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  gap: 12px;

  font-family:
    "Barlow Condensed",
    sans-serif;

  font-size: 22px;

  font-weight: 800;

  transition: .3s;
}

.footer-register span {
  font-size: 35px;
}

.footer-register:hover {
  background: var(--green);

  color: #000;

  transform: rotate(-8deg) scale(1.05);
}

.footer-main {
  padding:
    75px max(8vw, 50px)
    70px;

  display: grid;

  grid-template-columns:
    2.2fr 1fr 1fr 1.4fr;

  gap: 70px;

  border-top: 1px solid #ddd;
}

.footer-logo {
  display: flex;

  align-items: baseline;

  gap: 5px;

  font-family:
    "Barlow Condensed",
    sans-serif;

  font-size: 47px;

  font-weight: 900;

  line-height: .8;
}

.footer-logo strong {
  color: var(--blue);
}

.footer-brand > p {
  max-width: 400px;

  margin-top: 25px;

  color: #666;

  font-size: 14px;

  line-height: 1.7;
}

.footer-socials {
  display: flex;

  gap: 10px;

  margin-top: 28px;
}

.footer-socials a {
  width: 40px;
  height: 40px;

  border: 1px solid #bbb;

  border-radius: 50%;

  display: flex;

  align-items: center;
  justify-content: center;

  font-size: 13px;

  font-weight: 700;

  transition: .25s;
}

.footer-socials a:hover {
  background: var(--blue);

  border-color: var(--blue);

  color: #fff;
}

.footer-column {
  display: flex;

  flex-direction: column;

  align-items: flex-start;
}

.footer-column h3 {
  margin-bottom: 25px;

  font-family:
    "Barlow Condensed",
    sans-serif;

  font-size: 18px;

  letter-spacing: 2px;
}

.footer-column a {
  margin-bottom: 13px;

  color: #555;

  font-size: 14px;

  transition: .2s;
}

.footer-column a:hover {
  color: var(--blue);

  transform: translateX(4px);
}

.footer-contact p {
  margin-top: 15px;

  color: #777;

  font-size: 13px;

  line-height: 1.7;
}

.footer-bottom {
  min-height: 75px;

  padding:
    20px max(8vw, 50px);

  border-top: 1px solid #d7d7d7;

  display: grid;

  grid-template-columns:
    1fr auto 1fr;

  align-items: center;

  gap: 30px;

  color: #777;

  font-size: 11px;
}

.footer-legal {
  display: flex;

  gap: 25px;
}

.footer-mark {
  justify-self: end;

  color: #111;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: 2px;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1050px) {

  .nav-links {
    gap: 15px;
  }

  .brand {
    min-width: 220px;
  }

  .university-grid {
    grid-template-columns: 1fr;
  }

  .university-card.featured {
    grid-column: auto;
  }

  .industry-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }

  .footer-main {
    grid-template-columns:
      1.5fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}


@media (max-width: 700px) {

  .nav {
    height: 76px;
    padding: 0 18px;
  }

  .brand {
    min-width: 0;
    flex: 1;
  }

  .brand-main,
  .brand-accent {
    font-size: 24px;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .menu {
    display: block;
  }


  .partners-hero {
    width: calc(100% - 40px);

    padding:
      100px 0;
  }

  .partners-hero h1 {
    font-size: 80px;

    letter-spacing: -3px;
  }

  .partners-hero > p {
    font-size: 15px;
  }

  .hero-statement {
    font-size: 19px;
  }


  .university-section,
  .industry-section {
    width: calc(100% - 40px);

    padding:
      90px 0;
  }

  .section-heading h2 {
    font-size: 65px;

    letter-spacing: -2px;
  }

  .section-heading p {
    font-size: 15px;
  }


  .university-grid {
    grid-template-columns: 1fr;
  }

  .university-card {
    min-height: 320px;

    padding: 30px;
  }

  .university-card.featured {
    min-height: 320px;
  }

  .university-content h3 {
    font-size: 37px;
  }


  .partner-divider {
    width: calc(100% - 40px);

    font-size: 10px;

    gap: 12px;
  }


  .industry-grid {
    grid-template-columns: 1fr;
  }

  .industry-card {
    min-height: 380px;
  }


  .partner-cta {
    display: block;

    padding:
      45px 30px;
  }

  .partner-cta h2 {
    font-size: 55px;
  }

  .partner-cta > a {
    display: inline-block;

    margin-top: 35px;
  }


  .footer-cta {
    min-height: 550px;

    padding: 70px 25px;

    display: block;
  }

  .footer-cta h2 {
    font-size: 75px;

    letter-spacing: -2px;
  }

  .footer-register {
    width: 150px;
    height: 150px;

    margin-top: 45px;

    font-size: 17px;
  }

  .footer-main {
    padding:
      55px 25px;

    grid-template-columns:
      1fr 1fr;

    gap: 45px 30px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    padding: 25px;

    grid-template-columns: 1fr;

    gap: 18px;
  }

  .footer-mark {
    justify-self: start;
  }
}


@media (max-width: 450px) {

  .footer-main {
    grid-template-columns: 1fr;
  }

}

.company-logo img {
  width: min(230px, 80%);
  max-height: 110px;
  object-fit: contain;
  transition: transform .35s ease;
}

.industry-card:hover .company-logo img {
  transform: scale(1.08);
}