@charset "UTF-8";
/******************************************
Section | Content Header
******************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
/**************************************************
Stylesheet: Mixins Stylesheet
**************************************************/
/*******************
FONT MIXINS (size, color, weight, line-height)
********************/
/*********************
Column split into X columns
@include column-count(3);
*********************/
/*********************
Column split with px gap
@include column-gap(40px);
*********************/
/*********************
Column split style
@include column-rule-style(solid);
*********************/
/*********************
Column split border
@include column-rule(1px solid #ededed);
*********************/
/*********************
Background gradient 2 color
@include background-gradient($gray, #000);
*********************/
/*********************
Background gradient 3 color
@include accordion-gradient($gray, #000, #666);
*********************/
/*********************
Transform duration by X seconds
@include transition(1.5s);
*********************/
/*********************
Transform Rotate element by x degrees
@include rotate(180);
*********************/
/*********************
Creates a 6px arrow with pure css
@include arrow(#000);
*********************/
/*********************
Clip 10px corner off the bottom right corner
@include cornerclip(#000);
*********************/
/*********************
Clip 3px corner off the bottom right corner
@include cornerclipsmall(#000);
*********************/
/*********************
Clip 10px corner off the top right corner
@include cornercliptop(#000);
*********************/
/*********************
Clip 10px corner off the top left corner
@include cornercliptopleft(#000);
*********************/
.content-header {
  background: radial-gradient(circle at 75% 35%, rgba(0, 188, 255, 0.15) 0%, rgba(1, 22, 52, 0) 45%), linear-gradient(180deg, #0f4f95 0%, #0c3f79 100%);
  position: relative;
  overflow: hidden;
}
.content-header:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.35;
  pointer-events: none;
}
.content-header .inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 200px 30px 120px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 36px;
  position: relative;
  z-index: 2;
}
.content-header .launch-badge {
  text-transform: uppercase;
  font-weight: 600 !important;
}
.content-header .launch-badge {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  background: rgba(250, 218, 1, 0.14);
  border: 1px solid rgba(250, 218, 1, 0.35);
  color: #FADA01;
  padding: 10px 16px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 900;
}
.content-header .launch-badge {
  gap: 8px;
}
.content-header .launch-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f0de00;
  box-shadow: 0 0 0 3px rgba(240, 222, 0, 0.15);
  flex-shrink: 0;
}
.content-header h1 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 74px;
  color: #ffffff;
  font-weight: 800;
  line-height: 0.95em;
  text-transform: uppercase;
  margin: 0 0 30px;
  max-width: 780px;
}
.content-header .intro-content p {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.35em;
  margin: 0 0 14px;
}
.content-header .meta-line {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  line-height: 1.4em;
  margin: 0;
}
.content-header .booking-link.btn-white {
  margin: 30px 0 22px;
  padding: 15px 20px !important;
}
.content-header .cta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.content-header .btn {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #001738;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  border-radius: 0;
  padding: 5px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.content-header .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.content-header .btn-primary {
  background: #f0de00;
}
.content-header .btn-primary::after {
  content: "→";
  font-size: 0.95em;
  font-weight: 900;
  line-height: 1;
  margin-top: -1px;
}
.content-header .btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(116, 196, 255, 0.5);
  background: rgba(17, 95, 162, 0.6);
}
.content-header .btn-secondary::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
  margin-right: 1px;
}
.content-header .content-header-right {
  display: flex;
  align-items: stretch;
  position: relative;
  padding: 26px;
  border: 1px solid rgba(116, 196, 255, 0.34);
  background: linear-gradient(170deg, rgba(0, 44, 94, 0.85) 0%, rgba(0, 18, 50, 0.95) 52%, rgba(0, 10, 34, 0.98) 100%);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.35), inset 0 0 36px rgba(0, 160, 255, 0.18);
}
.content-header .standards-card {
  width: 100%;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(116, 196, 255, 0.18);
  background: linear-gradient(170deg, rgba(0, 20, 56, 0.9) 0%, rgba(0, 7, 25, 0.95) 100%);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.35), inset 0 0 20px rgba(0, 161, 255, 0.15);
  padding: 34px 30px;
}
.content-header .standards-eyebrow {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #f0de00;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.content-header h2 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 38px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.05em;
  text-transform: none;
  margin: 0 0 22px;
}
.content-header .groupings {
  display: grid;
  gap: 12px;
}
.content-header .grouping-item {
  background: rgba(12, 53, 99, 0.5);
  border: 1px solid rgba(87, 163, 225, 0.35);
  padding: 16px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
}
.content-header .check {
  font-size: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.content-header .check::before {
  content: "✓";
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #f0de00;
  font-weight: 700;
  line-height: 1em;
  line-height: 1;
  margin-top: 1px;
}
.content-header .group-title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0;
}
.content-header .group-description {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
  line-height: 1.4em;
  margin: 4px 0 0;
}
@media only screen and (max-width: 991px) {
  .content-header .inner {
    grid-template-columns: 1fr;
    padding-top: 100px;
  }
  .content-header h1 {
    font-size: 64px;
  }
  .content-header .intro-content p {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .content-header .inner {
    padding: 180px 20px 100px;
  }
  .content-header .content-header-right {
    padding: 16px;
  }
  .content-header .standards-card {
    padding: 20px 18px;
  }
  .content-header .launch-badge {
    font-size: 16px;
  }
  .content-header h1 {
    font-size: 44px;
  }
  .content-header .intro-content p {
    font-size: 24px;
  }
  .content-header .meta-line {
    font-size: 16px;
  }
  .content-header .btn {
    font-size: 20px;
    padding: 15px 20px;
  }
  .content-header h2 {
    font-size: 36px;
  }
  .content-header .group-title {
    font-size: 22px;
  }
  .content-header .group-description {
    font-size: 16px;
  }
}
