* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #071f45;
  background: #ffffff;
  line-height: 1.6;
}

.container {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

/* HEADER */

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 22px 0;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 8px 30px rgba(7, 31, 69, 0.06);
  transition: all 0.3s ease;
	
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 230px;
}

nav a {
  text-decoration: none;
  color: #071f45;
  margin-left: 34px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

nav a.active,
nav a:hover {
  color: #0057c8;
  border-bottom: 2px solid #0057c8;
  padding-bottom: 8px;
}

/* HERO */

.hero {
  min-height: 660px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.88) 38%, rgba(255,255,255,0.18) 68%),
    url("assets/images/port.jpg") right center / cover no-repeat;
  display: flex;
  align-items: center;
}

.hero-content {
  padding-top: 80px;
}

.hero-text {
  max-width: 520px;
}

.hero h1 {
  font-size: 58px;
  line-height: 1.1;
  color: #071f45;
  margin-bottom: 18px;
  letter-spacing: -1px;
}

.line {
  width: 55px;
  height: 3px;
  background: #0057c8;
  margin-bottom: 28px;
}

.hero p {
  font-size: 17px;
  color: #26384f;
  margin-bottom: 34px;
}

.buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 50px;
}

.btn {
  padding: 13px 28px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.btn.dark {
  background: #062c63;
  color: #ffffff;
}

.btn.light {
  border: 1px solid #062c63;
  color: #062c63;
  background: #ffffff;
}

.established span {
  font-size: 13px;
  font-weight: 800;
  color: #26384f;
}

.established strong {
  display: block;
  font-size: 28px;
  color: #0057c8;
}

/* ABOUT */

.about {
  padding: 80px 0;
  background: #ffffff;
}

.about-grid {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 70px;
  align-items: center;
}

.label {
  color: #0057c8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 12px;
}

.about h2,
.section-title h2,
.contact h2 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.about p {
  color: #26384f;
  margin-bottom: 18px;
  font-size: 15px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 20px;
}

.info-box {
  text-align: center;
  padding: 15px 20px;
  border-left: 1px solid #d8dee8;
}

.info-box .icon {
  font-size: 34px;
  color: #0057c8;
  margin-bottom: 12px;
}

.info-box h3 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.info-box p {
  font-size: 13px;
  color: #536173;
}

/* SERVICES */

.services {
  background: #f6f8fc;
  padding: 75px 0;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  position: relative;
  display: inline-block;
}

.section-title h2::after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background: #0057c8;
  margin: 12px auto 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 50px;
}

.service-card {
  text-align: center;
  padding: 20px 28px;
  border-right: 1px solid #d8dee8;
}

.service-card:last-child {
  border-right: none;
}

.big-icon {
  font-size: 46px;
  color: #0057c8;
  margin-bottom: 22px;
}

.service-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.service-card p {
  font-size: 14px;
  color: #536173;
}

/* BRANDS */

.brands {
  background: #052a5c;
  padding: 75px 0;
}

.dark-title span,
.dark-title h2 {
  color: #ffffff;
}

.brand-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 42px;
}

.brand-card {
  min-height: 280px;
  border-radius: 6px;
  padding: 42px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.18);
}

.brand-card h3 {
  font-size: 34px;
  margin-bottom: 18px;
}

.brand-card p {
  font-size: 15px;
  margin-bottom: 28px;
  max-width: 420px;
}

.brand-card a {
  display: inline-block;
  padding: 12px 22px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 3px;
}

.bluefox {
  background: #ffffff;
  color: #071f45;
}

.bluefox h3 {
  color: #0057c8;
}

.bluefox a {
  background: #062c63;
  color: #ffffff;
}

.pankor {
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(5,42,92,0.96) 0%, rgba(5,42,92,0.72) 55%, rgba(5,42,92,0.1) 100%),
    url("assets/images/pankor.jpg") right center / cover no-repeat;
}

.pankor a {
  border: 1px solid #ffffff;
  color: #ffffff;
}

/* JOURNEY */

.journey {
  padding: 70px 0;
  background: #ffffff;
}

.timeline {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: #ccd5e2;
  z-index: 0;
}

.time-item {
  text-align: center;
  position: relative;
  z-index: 1;
}

.circle {
  width: 70px;
  height: 70px;
  background: #064083;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 14px;
  font-size: 25px;
}

.time-item h3 {
  color: #062c63;
  margin-bottom: 8px;
}

.time-item p {
  font-size: 14px;
  color: #536173;
  max-width: 190px;
  margin: auto;
}

/* GLOBAL */

.global {
  padding: 85px 0;
  background:
    linear-gradient(90deg, rgba(3,29,64,0.95) 0%, rgba(3,29,64,0.70) 55%, rgba(3,29,64,0.35) 110%),
    url("assets/images/world-map.png") right center / 55% auto no-repeat;
  color: #ffffff;
}

.global-text {
  max-width: 560px;
}

.global span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.global h2 {
  font-size: 34px;
  line-height: 1.2;
  margin: 14px 0 20px;
}

.global p {
  color: #dbe7f7;
  margin-bottom: 35px;
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
}

.region-grid div {
  border-top: 1px solid rgba(255,255,255,0.35);
  padding-top: 14px;
}

/* CONTACT */

.contact {
  padding: 58px 0;
  background: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.contact-box {
  border-left: 1px solid #d8dee8;
  padding-left: 25px;
}

.contact-box strong {
  display: block;
  margin-bottom: 6px;
}

.contact-box p {
  font-size: 14px;
  color: #536173;
}

/* FOOTER */

.footer {
  background: #031d40;
  padding: 32px 0;
  color: #ffffff;
}

.footer-content {
  display: grid;
  grid-template-columns: 230px 1fr auto;
  gap: 35px;
  align-items: center;
}

.footer img {
  width: 190px;
  height: auto;
}

.footer p {
  font-size: 13px;
  color: #dbe7f7;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 24px;
  font-size: 13px;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .header {
    position: relative;
    background: white;
  }

  .nav {
    flex-direction: column;
    gap: 20px;
  }

  nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  nav a {
    margin: 8px 12px;
  }

  .hero {
    min-height: auto;
    padding: 80px 0;
    background:
      linear-gradient(rgba(255,255,255,0.92), rgba(255,255,255,0.92)),
      url("images/hero-ship.jpg") center / cover no-repeat;
  }

  .hero h1 {
    font-size: 42px;
  }

  .about-grid,
  .brand-grid,
  .contact-grid,
  .footer-content {
    grid-template-columns: 1fr;
  }

  .info-grid,
  .service-grid,
  .timeline,
  .region-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    border-right: none;
    border-bottom: 1px solid #d8dee8;
  }

  .timeline::before {
    display: none;
  }

  .footer-links a {
    margin-left: 0;
    margin-right: 20px;
  }
}