.elementor-1599 .elementor-element.elementor-element-2e3170b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fd43bea *//* MSN Hair Wholesale Landing Page */
.msn-page {
  --gold: #b58a45;
  --gold-dark: #967036;
  --text: #292724;
  --muted: #706b65;
  --cream: #f7f3ee;
  --white: #fff;
  width: 100%;
  color: var(--text);
  background: #fff;
  direction: rtl;
  font-family: inherit;
  line-height: 1.8;
}

.msn-page * { box-sizing: border-box; }
.msn-page a { text-decoration: none; }

.msn-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}


/* =========================================================
   HERO — UPDATED ONLY
   ========================================================= */

.msn-hero {
  padding: 28px 0;
  background: var(--cream);
}

.msn-hero-grid {
  grid-template-columns: 1fr 1fr;
  min-height: 300px;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 15px 50px rgba(40,30,20,.08);
}

.msn-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px;
}

.msn-label, .msn-kicker {
  color: var(--gold-dark);
  font-weight: 800;
  letter-spacing: .3px;
}

.msn-label {
  font-size: 13px;
  margin-bottom: 18px;
}

.msn-kicker {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.msn-hero h1,
.msn-section h2,
.msn-final h2 {
  margin: 0;
  line-height: 1.45;
  font-weight: 800;
}

.msn-hero h1 {
  font-size: clamp(32px, 4vw, 54px);
  letter-spacing: -1px;
}

.msn-hero p {
  margin: 20px 0 30px;
  color: var(--muted);
  font-size: 17px;
}

.msn-hero-image {
  width: 100%;
  min-height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f5f1;
}

.msn-hero-image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}


/* =========================================================
   END HERO
   ========================================================= */


.msn-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.msn-actions-center { justify-content: center; }

.msn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 25px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  transition: .2s ease;
}

.msn-btn-primary {
  color: #fff !important;
  background: var(--gold);
  box-shadow: 0 8px 22px rgba(181,138,69,.22);
}

.msn-btn-primary:hover {
  color: #fff !important;
  background: var(--gold-dark);
  transform: translateY(-2px);
}

.msn-btn-outline {
  color: var(--gold-dark) !important;
  border: 1px solid #d9c5a5;
  background: #fff;
}

.msn-btn-outline:hover {
  background: #fbf7f0;
}

.msn-section {
  padding: 85px 0;
}

.msn-soft { background: var(--cream); }

.msn-center { text-align: center; }

.msn-section h2 {
  font-size: clamp(27px, 3vw, 42px);
}

.msn-lead {
  max-width: 720px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 16px;
}

.msn-heading { margin-bottom: 38px; }

.msn-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.msn-card {
  padding: 30px 22px;
  text-align: center;
  border: 1px solid #ebe4dc;
  border-radius: 18px;
  background: #fff;
}

.msn-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 15px;
  border-radius: 15px;
  color: var(--gold-dark);
  border: 1px solid #ddc9aa;
  background: #fffaf2;
  font-size: 21px;
  font-weight: 800;
}

.msn-card h3,
.msn-step h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.msn-card p,
.msn-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.msn-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.msn-list {
  display: grid;
  gap: 12px;
}

.msn-list div {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 17px 20px;
  border: 1px solid #eee8e1;
  border-radius: 14px;
  background: #fff;
}

.msn-list b {
  color: var(--gold-dark);
  font-size: 13px;
}

.msn-list span {
  font-weight: 700;
  font-size: 14px;
}

.msn-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.msn-step {
  text-align: center;
  padding: 25px 18px;
}

.msn-step > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 15px;
  border-radius: 50%;
  color: #fff;
  background: var(--gold);
  font-weight: 800;
}

.msn-faq {
  max-width: 850px;
}

.msn-faq details {
  margin-bottom: 10px;
  padding: 18px 22px;
  border: 1px solid #e8e0d7;
  border-radius: 13px;
  background: #fff;
}

.msn-faq summary {
  cursor: pointer;
  font-weight: 700;
}

.msn-faq details p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.msn-final {
  padding: 85px 0;
  color: #fff;
  background: #2b2926;
}

.msn-final .msn-label {
  color: #d8bb87;
}

.msn-final h2 {
  font-size: clamp(28px, 3.5vw, 46px);
}

.msn-final p {
  margin: 14px auto 25px;
  max-width: 650px;
  color: #d8d4cf;
}

.msn-btn-white {
  color: #3b3329 !important;
  background: #fff;
}

.msn-btn-transparent {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.45);
  background: transparent;
}

.msn-btn-transparent:hover {
  background: rgba(255,255,255,.08);
}

@media (max-width: 950px) {
  .msn-hero-grid,
  .msn-two-col { grid-template-columns: 1fr; }

  /* HERO — tablet */
  .msn-hero {
    padding: 20px 0;
  }

  .msn-hero-grid {
    min-height: auto;
  }

  .msn-hero-image {
    min-height: 0;
    max-height: none;
  }

  .msn-hero-image img {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: contain;
  }

  .msn-cards { grid-template-columns: repeat(2, 1fr); }
  .msn-steps { grid-template-columns: repeat(2, 1fr); }
  .msn-hero-content { padding: 45px 35px; }
}

@media (max-width: 600px) {
  .msn-container { width: min(100% - 24px, 1180px); }

  /* HERO — mobile */
  .msn-hero {
    padding: 12px 0;
  }

  .msn-hero-grid {
    border-radius: 17px;
    min-height: auto;
  }

  .msn-hero-image {
    min-height: 0;
    max-height: none;
  }

  .msn-hero-image img {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: contain;
  }

  .msn-hero-content { padding: 32px 20px 36px; }
  .msn-hero h1 { font-size: 30px; }
  .msn-hero p { font-size: 14px; }

  .msn-actions { flex-direction: column; }
  .msn-btn { width: 100%; }

  .msn-section { padding: 60px 0; }
  .msn-cards { grid-template-columns: 1fr; }
  .msn-steps { grid-template-columns: 1fr; }
  .msn-two-col { gap: 30px; }
}/* End custom CSS */