*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  background:#05070d;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
}

a{
  color:inherit;
}

.hero{
  min-height:100vh;
  position:relative;
  background:
    linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.45),rgba(0,0,0,.86)),
    url("assets/hero.jpg") center/cover no-repeat;
  display:flex;
  align-items:center;
  padding:140px 5vw 70px;
}

.nav{
  position:absolute;
  top:22px;
  left:8vw;
  right:5vw;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  z-index:5;
}
.nav{
  justify-content:flex-end;
}

}

.logo-wrap{
  position:relative;
  left:60px;
}

.logo-wrap img{
  width:118px;
  height:118px;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 0 18px rgba(255,255,255,.22));
}

.nav-links{
  display:flex;
  gap:38px;
  font-size:17px;
  font-weight:600;
  letter-spacing:.02em;
}

.nav-links a,
.nav-cta{
  text-decoration:none;
}

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

.nav-links a:hover{
  opacity:1;
  color:#c89b63;
}

.nav-cta{
  border:1px solid #c89b63;
  color:#c89b63;
  padding:15px 26px;
  border-radius:6px;
  text-transform:uppercase;
  font-weight:700;
  font-size:14px;
}





.accent{
  color:#c89b63;
  text-transform:uppercase;
  font-weight:800;
  letter-spacing:.05em;
  margin-bottom:18px;
}

.hero h1{
  font-size:clamp(42px,6vw,92px);
  line-height:.9;
  letter-spacing:-.045em;
  text-transform:uppercase;
  margin:0 0 24px;

  background:linear-gradient(
    180deg,
    #f4f7fa 0%,
    #c7d0db 35%,
    #8f99a7 70%,
    #d8dde5 100%
  );

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;

  text-shadow:
    0 2px 12px rgba(255,255,255,.08),
    0 0 30px rgba(120,140,170,.12);
}

.route{
  font-size:clamp(21px,2.6vw,34px);
  margin:0 0 20px;
}

.lead{
  font-size:18px;
  color:#d8dde6;
  line-height:1.65;
  max-width:600px;
  margin:0 0 34px;
}

.big-cta,
.form button{
  display:inline-block;
  background:linear-gradient(180deg,#d6a35f,#a96f32);
  border:0;
  color:#111;
  padding:18px 38px;
  border-radius:7px;
  text-transform:uppercase;
  font-weight:900;
  text-decoration:none;
  cursor:pointer;
}

.small-note{
  color:#a7afbc;
  margin:14px 0 0 62px;
  font-size:14px;
}

.facts{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  background:#0b111d;
}

.facts div{
  padding:32px 5vw;
  border-right:1px solid rgba(255,255,255,.08);
}

.facts span{
  display:block;
  color:#c89b63;
  text-transform:uppercase;
  font-size:13px;
  margin-bottom:8px;
}

.facts b{
  font-size:20px;
}

.program{
  display:grid;
  grid-template-columns:1.45fr 1fr;
  min-height:620px;
  background:#05070d;
}

.program-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:brightness(.76);
}

.program-text{
  padding:7vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:radial-gradient(circle at top left,rgba(200,155,99,.14),transparent 45%);
}

h2{
  font-size:clamp(34px,4vw,58px);
  line-height:1;
  margin:0 0 22px;
  text-transform:uppercase;
  letter-spacing:-.03em;

  background:linear-gradient(
    180deg,
    #f2f5f8 0%,
    #c8d0da 35%,
    #8e98a5 72%,
    #d7dde4 100%
  );

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;

  text-shadow:
    0 2px 10px rgba(255,255,255,.06),
    0 0 22px rgba(120,140,170,.08);
}

.program-text p{
  font-size:18px;
  color:#cbd3df;
  line-height:1.7;
}

.program-text a{
  color:#c89b63;
  text-decoration:none;
  font-weight:800;
  margin-top:18px;
}

.cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  padding:58px 5vw;
  background:#070b13;
}

.cards article{
  background:#0d1421;
  border:1px solid rgba(255,255,255,.08);
  border-radius:4px;
  overflow:hidden;
}

.cards img{
  width:100%;
  height:235px;
  object-fit:cover;
  display:block;
}

.cards div{
  padding:22px;
}

.cards h3{
  margin:0 0 12px;
  text-transform:uppercase;

  background:linear-gradient(
    180deg,
    #eef2f6 0%,
    #bfc8d3 45%,
    #8d97a4 100%
  );

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;

  text-shadow:
    0 1px 6px rgba(255,255,255,.05);
}

.cards p{
  margin:0;
  color:#aeb8c7;
  line-height:1.55;
}

.details{
  display:grid;
  grid-template-columns:1fr 445px;
  gap:46px;
  padding:76px 5vw;
  background:
    linear-gradient(90deg,rgba(5,7,13,.98),rgba(5,7,13,.7)),
    url("assets/boarding.jpg") center/cover no-repeat;
}

.detail{
  border-left:3px solid #c89b63;
  padding-left:18px;
  margin:22px 0;
}

.detail span{
  display:block;
  color:#c89b63;
  text-transform:uppercase;
  font-size:14px;
  margin-bottom:6px;
}

.detail b{
  font-size:21px;
}

.form{
  background:rgba(10,16,28,.9);
  border:1px solid rgba(255,255,255,.13);
  border-radius:14px;
  padding:32px;
  backdrop-filter:blur(10px);
  overflow:hidden;
}

.form h2{
  font-size:clamp(24px,2.4vw,34px);
  line-height:1.05;
  letter-spacing:-.02em;
  margin-bottom:18px;
}

.form p{
  color:#b8c1ce;
  margin:0 0 24px;
  line-height:1.5;
}

.form label{
  display:block;
  margin-bottom:18px;
  color:#d8dee8;
}

.form input[type=text]{
  width:100%;
  margin-top:8px;
  background:#121a27;
  border:1px solid #2b374b;
  border-radius:7px;
  color:#fff;
  padding:16px;
  font-size:16px;
}

.agree{
  display:flex!important;
  gap:10px;
  align-items:flex-start;
  font-size:14px;
  color:#c7cfda;
}

.agree input{
  margin-top:3px;
}

.agree a{
  color:#c89b63;
}

.form button{
  width:100%;
  margin-top:4px;
}

.status{
  min-height:20px;
  margin-top:14px;
  color:#c89b63;
}

footer{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding:28px;
  background:#04060b;
  color:#858f9d;
}

footer img{
  width:54px;
  height:54px;
  object-fit:contain;
}

/* HERO CONTENT POSITION */
.hero-inner{
  max-width:780px;
  position:relative;
  z-index:2;
  margin-top:-120px;
}

/* DESKTOP / LAPTOP */
@media(max-width:1440px){

  .logo-wrap img{
    width:92px;
    height:92px;
  }

  .hero-inner{
    margin-top:-120px;
    padding-top:30px;
  }

  .hero h1{
    font-size:clamp(40px,5vw,72px);
  }

}

/* TABLETS */
@media(max-width:1100px){

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

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

  .nav-links{
    display:none;
  }

}

/* MODERN PHONES */
@media(max-width:820px){

  .hero-inner{
    margin-top:-90px;
    padding-top:40px;
  }

  .logo-wrap img{
    width:76px;
    height:76px;
  }

  .nav-cta{
    padding:11px 16px;
    font-size:12px;
  }

  .small-note{
    margin-left:0;
  }

  .program,
  .details{
    grid-template-columns:1fr;
  }

  .program-img{
    min-height:auto;
  }

  .program-img img{
    height:auto;
    aspect-ratio:1672/941;
    object-fit:contain;
    display:block;
  }

  .program-text .accent{
    display:none;
  }

  .cards,
  .facts{
    grid-template-columns:1fr;
  }

  .details{
    padding-top:58px;
  }

  .form{
    padding:24px;
  }

  .form h2{
    font-size:28px;
  }

}

/* iPhone 7 / SE */
@media(max-width:420px){

  .hero{
    padding-top:150px;
    min-height:100svh;
  }

  .hero-inner{
    margin-top:-35px;
    padding-top:55px;
  }

  .hero h1{
    font-size:44px;
    line-height:.92;
  }

  .logo-wrap img{
    width:64px;
    height:64px;
  }

}

/* DESKTOP */
.hero .accent,
.hero h1{
  transform:translateY(-130px);
}

/* TABLETS + MODERN PHONES */
@media(max-width:820px){

  .hero .accent,
  .hero h1{
    transform:translateY(-65px);
  }

}

/* iPhone 7 / SE */
@media(max-width:420px){

  .hero .accent,
  .hero h1{
    transform:translateY(-30px);
  }

}
/* BIG Desktop */

@media(min-width:1800px){

  .hero-inner{
    margin-top:-160px;
  }

}