.page-wrapper {
  color: #0b1626;
  background-color: #fff;
  font-family: Arial, sans-serif;
}

.navbar {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #04223c9e;
  padding-top: 14px;
  padding-bottom: 14px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.logo-wrap {
  align-items: center;
  gap: 14px;
  display: flex;
}

.logo-mark {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.logo-text {
  color: #fff;
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 800;
  line-height: .95;
}

.logo-sub {
  letter-spacing: .2px;
  margin-top: 4px;
  font-size: 11px;
  display: block;
}

.nav-links {
  align-items: center;
  gap: 34px;
  display: flex;
}

.nav-link {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.nav-link:hover {
  color: #8ed6ff;
}

.nav-link.nav-link-active {
  border-bottom: 2px solid #75c7f7;
  padding-bottom: 8px;
}

.nav-link.nav-link-active.w--current {
  padding-bottom: 0;
}

.nav-actions {
  align-items: center;
  gap: 18px;
  display: flex;
}

.pill-button {
  color: #07182b;
  background-color: #75c7f7;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 15px 27px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.pill-button:hover {
  background-color: #8ed6ff;
  transform: translateY(-1px);
}

.hero {
  background-color: #173f68;
  align-items: center;
  min-height: 720px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image-placeholder {
  opacity: .9;
  background-color: #24547c;
  background-image: url('../images/01_hero_clean-new.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.hero-overlay {
  color: #fff;
  position: absolute;
  inset: 0;
}

.hero-inner {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.eyebrow {
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
}

.hero-title {
  color: #fff;
  letter-spacing: -1px;
  max-width: 540px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 800;
  line-height: .98;
}

.blue-accent {
  background-color: #6fc8f7;
  width: 46px;
  height: 4px;
  margin-bottom: 20px;
}

.hero-copy {
  color: #fff;
  max-width: 440px;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.45;
}

.feature-section {
  background-color: #fff;
  padding-top: 55px;
  padding-bottom: 55px;
}

.feature-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 55px;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.feature-item {
  text-align: center;
}

.feature-icon {
  color: #0c61b9;
  border: 3px solid #0c61b9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: flex;
}

.feature-title {
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 800;
}

.feature-copy {
  color: #667181;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.45;
}

.about-section {
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 70px;
}

.about-grid {
  grid-template-columns: .9fr 1.6fr;
  align-items: center;
  gap: 55px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.section-label {
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
}

.about-title {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 39px;
  font-weight: 800;
  line-height: 1.02;
}

.about-copy {
  color: #5e6877;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.5;
}

.outline-button {
  color: #0b1626;
  border: 1px solid #0b1626;
  border-radius: 999px;
  align-items: center;
  gap: 15px;
  padding: 13px 20px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.outline-button:hover {
  color: #fff;
  background-color: #0b1626;
}

.image-placeholder {
  color: #587087;
  letter-spacing: 2px;
  background-color: #d9e4ec;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.about-images {
  grid-template-columns: 1.5fr .85fr;
  gap: 14px;
  min-height: 430px;
  display: grid;
}

.about-main-image {
  min-height: 430px;
}

.about-side {
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  display: grid;
}

.contact-section {
  color: #fff;
  background-color: #0d4c83;
  background-image: url('../images/05_goal_net_clean.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

.contact-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.contact-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 43px;
  font-weight: 800;
  line-height: 1.05;
}

.contact-copy {
  color: #fff;
  max-width: 460px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.5;
}

.contact-info {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
}

.contact-form {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 12px 35px #00000024;
}

.form-input {
  box-sizing: border-box;
  color: #0b1626;
  background-color: #fff;
  border: 1px solid #d8dee6;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  padding: 14px;
  font-size: 14px;
}

.footer {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.footer-logo {
  color: #0b1626;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.footer-small {
  color: #6b7480;
  font-size: 12px;
}

.gff-img-placeholder {
  color: #587087;
  letter-spacing: 2px;
  background-color: #d9e4ec;
  background-image: url('../images/locker_room.png');
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.gff-img-placeholder.gff-img-second {
  background-image: url('../images/03_youth_players_clean.jpg');
  background-size: cover;
}

.gff-about-main {
  background-color: #c7d8e4;
  background-image: url('../images/02_football_clean.png');
  background-size: cover;
  min-height: 430px;
}

.gff-about-side {
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  min-height: 430px;
  display: grid;
}

.gff-contact-form-box {
  background-color: #fff;
  border-radius: 6px;
  min-height: 360px;
  padding: 25px;
}

.gff-form {
  flex-direction: column;
  gap: 10px;
  width: 100%;
  display: flex;
}

.gff-field {
  box-sizing: border-box;
  color: #182435;
  background-color: #fff;
  border: 1px solid #d6dde6;
  border-radius: 5px;
  outline: none;
  width: 100%;
  margin-bottom: 10px;
  padding: 14px;
  font-size: 14px;
}

.gff-field-textarea {
  box-sizing: border-box;
  color: #182435;
  resize: vertical;
  background-color: #fff;
  border: 1px solid #d6dde6;
  border-radius: 5px;
  outline: none;
  width: 100%;
  min-height: 120px;
  margin-bottom: 10px;
  padding: 14px;
  font-size: 14px;
}

.gff-form-submit {
  color: #07182b;
  cursor: pointer;
  background-color: #75c7f7;
  border: 0;
  border-radius: 999px;
  align-self: flex-start;
  margin-top: 2px;
  padding: 15px 27px;
  font-size: 13px;
  font-weight: 700;
}

.gff-form-submit:hover {
  background-color: #8ed6ff;
  transform: translateY(-1px);
}

.gff-form-label {
  color: #253447;
  margin-bottom: -5px;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.hero-callout {
  z-index: 3;
  color: #fff;
  text-align: left;
  max-width: 130px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 34px;
  right: 60px;
}

.header-logo-image {
  object-fit: contain;
  object-position: left center;
  width: 170px;
  height: 48px;
  display: block;
}

.footer-logo-image {
  object-fit: contain;
  width: 200px;
  height: 80px;
  display: block;
}

.field-label, .field-label-2, .text-block {
  color: #787878;
}

.legal-page {
  color: #07182b;
  background-color: #fff;
  min-height: 100vh;
  padding: 120px 24px 80px;
}

.legal-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.legal-h1 {
  margin-bottom: 18px;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.05;
}

.legal-h2 {
  margin-top: 42px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 750;
  line-height: 1.2;
}

.legal-p {
  max-width: 820px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.75;
}

.legal-meta {
  color: #5b6b7d;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1.6;
}

.footer-legal-links {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  white-space: nowrap;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
  bottom: 14px;
  left: 50%;
}

.footer-legal-link {
  opacity: .72;
  color: #000;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.footer-legal-link:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .nav-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    gap: 8px;
  }

  .pill-button {
    padding: 12px 18px;
    font-size: 12px;
  }

  .hero {
    min-height: 680px;
  }

  .hero-inner {
    padding-top: 90px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-title {
    max-width: 350px;
    font-size: 48px;
  }

  .hero-copy {
    max-width: 330px;
    font-size: 14px;
  }

  .feature-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-copy {
    font-size: 13px;
  }

  .about-section {
    padding-top: 35px;
    padding-bottom: 45px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-title {
    font-size: 34px;
  }

  .about-images {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-title {
    font-size: 36px;
  }

  .contact-form {
    padding: 18px;
  }

  .footer-inner {
    text-align: center;
    flex-direction: column;
    gap: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gff-about-main, .gff-about-side {
    min-height: 280px;
  }

  .gff-form {
    gap: 8px;
  }

  .hero-callout {
    max-width: 90px;
    font-size: 17px;
    bottom: 24px;
    right: 24px;
  }

  .legal-page {
    padding: 90px 18px 55px;
  }

  .legal-h1 {
    font-size: 38px;
  }

  .footer-legal-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 14px;
  }

  .footer-legal-link {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero-image-placeholder, .gff-img-placeholder {
    background-position: 50%;
  }

  .footer-logo-image {
    width: 150px;
    height: 50px;
  }
}


