* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #071f4a;
  background: #fff;
}
.wrap {
  max-width: 1180px;
  margin: auto;
  padding: 0 22px;
}
.topbar {
  background: #06194d;
  color: #fff;
}
.nav {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  font-weight: 800;
}
.brand img {
  max-height: 34px;
  width: auto;
  display: block;
}
.brand-mark {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 18px;
}
.top-call {
  text-align: right;
  font-size: 13px;
}
.top-call a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  margin-top: 4px;
}
.support-strip {
  background: #fff;
  border-bottom: 1px solid #e5e9f2;
}
.strip-grid {
  min-height: 118px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}
.support-strip small {
  display: block;
  color: #5f6f91;
  font-size: 13px;
  margin-bottom: 10px;
}
.support-strip strong {
  font-size: 18px;
  font-weight: 700;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 800;
  padding: 16px 48px;
}
.yellow {
  background: #f7a600;
  color: #06194d;
}
.cta-btn {
  display: inline-block !important;
  background: #f7a600;
  color: #06194d !important;
  font-weight: 800;
  padding: 12px 22px;
  border-radius: 4px;
  text-decoration: none !important;
  font-size: 14px;
  margin-top: 12px;
  transition: 0.25s;
}
.cta-btn:hover {
  background: #ffb400;
  transform: translateY(-1px);
}
.hero-full {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
  background: #000;
}
.hero-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-full::after {
  content: "";
  position: absolute;
  inset: 0;
}
.hero-overlay-card {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 40px;
  width: 460px;
  border-radius: 10px;
  z-index: 2;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
.hero-overlay-card h1 {
  font-size: 38px;
  line-height: 1.1;
  color: #06194d;
  margin: 0 0 15px;
  font-weight: 800;
}
.hero-overlay-card p {
  font-size: 15px;
  color: #3b4b6b;
  margin-bottom: 20px;
}
.hero-overlay-card a {
  font-weight: 800;
  color: #06194d;
  text-decoration: none;
}
.section {
  padding: 58px 22px 50px;
}
.section h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 26px;
}
.news-grid {
  display: grid;
  grid-template-columns: 2fr 1.15fr 1.15fr;
  gap: 16px;
}
.card,
.offer {
  background: #fff;
  border: 1px solid #e1e6ef;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}
.card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.card.large img {
  height: 280px;
}
.card-body {
  padding: 24px;
}
.card small {
  font-size: 13px;
  font-weight: 700;
  color: #334b80;
}
.card h3,
.offer h3 {
  font-size: 21px;
  line-height: 1.15;
  margin: 12px 0;
  color: #06194d;
}
.card p,
.offer p {
  font-size: 14px;
  line-height: 1.55;
  color: #34466a;
}
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.offer img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.offer {
  padding-bottom: 24px;
}
.offer h3,
.offer p,
.offer a {
  display: block;
  margin-left: 22px;
  margin-right: 22px;
}
.more-travel-section {
  padding-top: 58px;
  padding-bottom: 38px;
}
.more-travel-section h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 34px;
}
.service-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}
.service-card {
  height: 150px;
  border: 1px solid #dfe3eb;
  border-radius: 7px;
  background: #f7f7f8;
  text-decoration: none;
  color: #06194d;
  font-weight: 600;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  place-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.04);
  transition: 0.25s ease;
}
.service-card img {
  width: 30px;
  height: 25px;
  object-fit: contain;
  margin-bottom: 18px;
  filter: brightness(0) saturate(100%) invert(10%) sepia(78%) saturate(1850%) hue-rotate(220deg) brightness(82%) contrast(106%);
}
.service-card span {
  display: block;
  line-height: 1.2;
}
.service-card:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 9px 20px rgba(0,0,0,.09);
}
.payment-follow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 70px;
  padding-bottom: 24px;
}
.payment-follow h2 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 28px;
  color: #06194d;
}
.payment-icons,
.social-icons {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.payment-icons img {
  height: 22px;
  width: auto;
  max-width: 62px;
  object-fit: contain;
}
.social-icons a {
  width: 34px;
  height: 34px;
  color: #06194d;
  text-decoration: none;
  font-size: 28px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cta-band {
  margin-top: 45px;
  background: #f3f6fb;
  padding: 42px 0;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.cta-inner h2 {
  margin: 0 0 7px;
  font-size: 30px;
}
.cta-inner p {
  margin: 0;
  color: #465779;
}
.footer {
  background: #06194d;
  color: #fff;
  margin-top: 0;
  padding: 44px 0 24px;
}
.footer-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}
.footer-search input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding: 12px 0;
  color: #fff;
  width: 250px;
}
.footer-search a,
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;
}
.footer h4 {
  font-size: 18px;
  margin: 0 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 12px;
}
.footer-grid a {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 13px;
}
.footer p {
  color: #cbd6f2;
  font-size: 13px;
  line-height: 1.6;
}
.footer-phone {
  font-size: 19px !important;
}
.copy {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  margin-top: 35px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  color: #d9e1f5;
}
.legal {
  padding: 60px 22px 90px;
  max-width: 900px;
}
.legal h1 {
  font-size: 42px;
  margin: 0 0 14px;
}
.legal-intro {
  background: #f3f6fb;
  border-left: 4px solid #f7a600;
  padding: 18px;
}
.legal section {
  margin-top: 30px;
}
.legal h2 {
  font-size: 24px;
}
.legal p {
  line-height: 1.7;
  color: #34466a;
}
.legal a {
  color: #06194d;
  font-weight: 800;
}
@media (max-width: 900px) {
  .nav,
  .strip-grid,
  .cta-inner,
  .footer-search,
  .copy {
    display: block;
    height: auto;
    text-align: left;
  }
  .nav {
    padding: 18px 22px;
  }
  .top-call {
    margin-top: 18px;
    text-align: left;
  }
  .strip-grid {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .btn {
    margin-top: 18px;
  }
  .hero-full {
    height: 610px;
  }
  .hero-overlay-card {
    left: 22px;
    right: 22px;
    top: 340px;
    width: auto;
    padding: 28px;
  }
  .hero-overlay-card h1 {
    font-size: 31px;
  }
  .news-grid,
  .offer-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .service-row {
    grid-template-columns: 1fr 1fr;
  }
  .payment-follow {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 50px;
  }
  .footer-search input {
    width: 100%;
    margin-bottom: 18px;
  }
}
@media (max-width: 560px) {
  .brand {
    font-size: 22px;
  }
  .section h2,
  .more-travel-section h2 {
    font-size: 24px;
  }
  .service-row {
    grid-template-columns: 1fr;
  }
  .service-card {
    height: 135px;
  }
  .hero-overlay-card {
    padding: 25px;
  }
  .hero-overlay-card h1 {
    font-size: 27px;
  }
  .cta-inner h2 {
    font-size: 25px;
  }
}


/* ================= STEPS SECTION ================= */

.steps-section {
  background: #08245d;
  color: #fff;
  padding: 50px 0 60px;
}

/* HEADER */
.steps-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.steps-head span {
  display: block;
  color: #67d9ff;
  letter-spacing: 6px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}

.steps-head h2 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
}

.steps-head p {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  color: #d6e3ff;
}

/* GRID */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* CARD */
.step-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(116,185,255,.35);
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 15px 30px rgba(0,0,0,.25);
  transition: 0.25s ease;
}

.step-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0,0,0,.35);
}

/* NUMBER BOX */
.step-num {
  width: 60px;
  height: 45px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0a7fc4, #29439d);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8de7ff;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 20px;
}

/* TITLE */
.step-card h3 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 12px;
  font-weight: 900;
}

/* TEXT */
.step-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #d6e3ff;
  margin: 0;
}

/* FLOATING BUTTON */
.floating-call {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  background: #16aeea;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(22,174,234,.45);
}

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

@media(max-width:900px){
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .steps-head h2 {
    font-size: 26px;
  }

  .steps-head p {
    font-size: 14px;
  }
}