.site-header {
  padding: 10px 44px !important;
}

.header-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
}

.brand-logo {
  width: 150px !important;
  max-width: 150px !important;
}

.nav-links {
  display: flex !important;
  gap: 16px !important;
  font-size: 0.86rem !important;
  font-weight: 800 !important;
}

.header-actions {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.header-phone {
  font-size: 0.86rem !important;
  font-weight: 800 !important;
}

.header-action {
  padding: 10px 16px !important;
  font-size: 0.86rem !important;
  border-radius: 10px !important;
}

.hero {
  min-height: 620px !important;
}

.hero-content {
  max-width: 720px !important;
  padding: 76px 0 86px 7vw !important;
}

.hero h1 {
  font-size: clamp(2.8rem, 4.2vw, 5rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.05em !important;
}

.hero-copy {
  max-width: 650px !important;
  font-size: 1.1rem !important;
}

.hero-actions {
  display: flex !important;
  gap: 14px !important;
  margin-top: 28px !important;
}

/* Hero polish v2.0.3 */
.hero-content {
    max-width: 760px !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    padding-left: 120px !important;
    padding-right: 20px !important;
}

.hero h1 {
    font-size: 4.2rem !important;
    line-height: 1.02 !important;
    letter-spacing: -2px !important;
    margin: 18px 0 22px !important;
}

.hero-copy {
    max-width: 560px !important;
    font-size: 1.08rem !important;
    margin-top: 10px !important;
}

.hero-actions .button.primary {
  background: #facc15 !important;
  color: #0f172a !important;
  box-shadow: 0 16px 34px rgba(250, 204, 21, 0.28) !important;
}

.hero-actions .button.secondary {
  background: rgba(255,255,255,0.14) !important;
  border: 1px solid rgba(255,255,255,0.42) !important;
  color: #fff !important;
}

/* Enterprise Header Rebuild */
.site-header.enterprise-header {
  padding: 16px 56px !important;
  background: #ffffff !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
}

.mamgoc-header-wrap {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.mamgoc-logo img {
  width: 170px;
  height: auto;
}

.mamgoc-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: center;
}

.mamgoc-nav a {
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
  color: #0f172a;
}

.mamgoc-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mamgoc-phone {
  font-size: 0.92rem;
  font-weight: 900;
  color: #0f172a;
  text-decoration: none;
  white-space: nowrap;
}

.mamgoc-login {
  background: #0f172a;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.22);
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .mamgoc-header-wrap {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mamgoc-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .mamgoc-header-actions {
    flex-wrap: wrap;
  }
}

/* v2.0.4 - Hero + Journey alignment fix */
.hero-content {
  padding-left: 120px !important;
  padding-right: 40px !important;
}

.journey-section {
  padding: 80px 72px !important;
  margin-top: 0 !important;
  background: #ffffff !important;
}

.journey-section .section-heading,
.journey-heading {
  max-width: 1180px !important;
  margin: 0 auto 36px auto !important;
  padding: 0 !important;
  text-align: left !important;
}

.journey-section h2 {
  font-size: clamp(2.2rem, 3.5vw, 3.4rem) !important;
  line-height: 1.05 !important;
  margin-top: 10px !important;
}

.journey-grid {
  max-width: 1180px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.journey-card {
  background: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.10) !important;
  border-radius: 24px !important;
  padding: 30px !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10) !important;
}

.journey-icon {
  font-size: 2rem !important;
  display: block !important;
  margin-bottom: 14px !important;
}

@media (max-width: 900px) {
  .hero-content {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .journey-section {
    padding: 56px 22px !important;
  }

  .journey-grid {
    grid-template-columns: 1fr !important;
  }
}

/* v2.0.5 - Header spacing + centred journey section */
.site-header.enterprise-header {
  padding: 14px 48px !important;
}

.mamgoc-header-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
  width: 100% !important;
}

.mamgoc-logo {
  flex: 0 0 auto !important;
}

.mamgoc-logo img {
  width: 160px !important;
  max-width: 160px !important;
}

.mamgoc-nav {
  flex: 1 1 auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 26px !important;
  white-space: nowrap !important;
}

.mamgoc-header-actions {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  white-space: nowrap !important;
}

.journey-section {
  padding: 84px 48px !important;
}

.journey-section .section-heading,
.journey-heading {
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.journey-grid {
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 1100px) {
  .mamgoc-header-wrap {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .mamgoc-nav {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    white-space: normal !important;
  }

  .mamgoc-header-actions {
    flex-wrap: wrap !important;
  }

  .journey-section {
    padding: 56px 22px !important;
  }
}
