:root {
  --navy: #13317e;
  --navy-deep: #102f7a;
  --orange: #f47216;
  --footer: #103a80;
  --w: 1291px;
  --h: 886px;
}

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

html,
body {
  height: 100%;
}

body {
  background: #2e2e2e;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.stage {
  position: relative;
  width: var(--w);
  height: var(--h);
  transform-origin: center center;
}

.banner {
  position: relative;
  width: var(--w);
  height: var(--h);
  overflow: hidden;
  background: #cfe6f7;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}

/* ---------- header ---------- */
.logo {
  position: absolute;
  left: 68px;
  top: 61px;
  width: 442px;
  height: auto;
}

.pillars {
  position: absolute;
  right: 52px;
  top: 84px;
  text-align: left;
  padding-left: 18px;
  border-left: 3px solid var(--orange);
  color: var(--navy);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 3.4px;
  line-height: 1.36;
}

/* ---------- CTA buttons ---------- */
.cta-buttons {
  position: absolute;
  right: 52px;
  top: 30px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  z-index: 10;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 999px;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 4px 14px rgba(19, 49, 126, 0.22);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(19, 49, 126, 0.28);
}

.btn-outline {
  color: var(--navy);
  background: #fff;
  border: 2px solid var(--navy);
}

.btn-outline:hover {
  background: rgba(19, 49, 126, 0.06);
}

.btn-primary {
  color: #fff;
  background: var(--orange);
  border: 2px solid var(--orange);
}

.btn-primary:hover {
  background: #e0650f;
  border-color: #e0650f;
}

/* ---------- headline ---------- */
.headline {
  position: absolute;
  top: 232px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 900;
  font-size: 52px;
  line-height: 1.06;
  letter-spacing: 0.4px;
}

.headline span {
  display: block;
}

.headline .l1 {
  color: var(--navy);
}

.headline .l2 {
  color: var(--orange);
}

/* ---------- airlines ---------- */
.airlines {
  position: absolute;
  top: 372px;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 44px;
}

.airline {
  width: 236px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.airline img {
  width: 100%;
  height: auto;
}

.airline span {
  margin-top: 9px;
  padding-top: 12px;
  width: 100%;
  text-align: center;
  border-top: 1.5px solid rgba(19, 49, 126, 0.55);
  color: #12326f;
  font-size: 17px;
  font-weight: 600;
}

.vsep {
  width: 2px;
  height: 90px;
  background: rgba(19, 49, 126, 0.65);
}

/* ---------- stats ---------- */
.stats {
  position: absolute;
  top: 500px;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.stat {
  text-align: center;
  color: var(--navy);
  min-width: 96px;
}

.stat .ico {
  width: 62px;
  height: 62px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(19, 49, 126, 0.35);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(16, 47, 122, 0.18);
}

.stat .ico svg {
  width: 30px;
  height: 30px;
}

.stat .big {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0.2px;
}

.stat .small {
  font-size: 15px;
  font-weight: 600;
  margin-top: 2px;
}

.sep {
  width: 2px;
  height: 108px;
  background: rgba(19, 49, 126, 0.6);
  margin-top: 4px;
}

/* ---------- tagline ---------- */
.tagline {
  position: absolute;
  top: 656px;
  left: 0;
  right: 0;
  text-align: center;
  color: var(--navy);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 4px;
  line-height: 1.5;
}

.tagline .rule {
  display: block;
  width: 148px;
  height: 3px;
  background: var(--orange);
  margin: 12px auto 0;
}

/* ---------- wave + footer ---------- */
.wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 260px;
}

.wave-orange {
  fill: var(--orange);
}

.wave-blue {
  fill: var(--footer);
}

.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 56px;
  color: #fff;
}

.site {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  font-weight: 500;
}

.globe {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.globe svg {
  width: 32px;
  height: 32px;
}

.unit {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 24px;
  font-weight: 500;
}

.unit .bar {
  width: 2px;
  height: 46px;
  background: rgba(255, 255, 255, 0.75);
}
