.barakah-mm-hero,
.barakah-mm-who,
.barakah-mm-how,
.barakah-mm-profile-free,
.barakah-mm-pricing,
.barakah-mm-readiness,
.barakah-mm-interest,
.barakah-mm-cta {
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
}

.barakah-mm-hero *,
.barakah-mm-hero *::before,
.barakah-mm-hero *::after,
.barakah-mm-who *,
.barakah-mm-who *::before,
.barakah-mm-who *::after,
.barakah-mm-how *,
.barakah-mm-how *::before,
.barakah-mm-how *::after,
.barakah-mm-profile-free *,
.barakah-mm-profile-free *::before,
.barakah-mm-profile-free *::after,
.barakah-mm-pricing *,
.barakah-mm-pricing *::before,
.barakah-mm-pricing *::after,
.barakah-mm-readiness *,
.barakah-mm-readiness *::before,
.barakah-mm-readiness *::after,
.barakah-mm-interest *,
.barakah-mm-interest *::before,
.barakah-mm-interest *::after,
.barakah-mm-cta *,
.barakah-mm-cta *::before,
.barakah-mm-cta *::after {
  box-sizing: border-box;
}

.barakah-mm-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top center, rgba(201, 168, 76, 0.06) 0%, rgba(201, 168, 76, 0) 42%),
    linear-gradient(180deg, #FAF7F2 0%, #F5EDD8 100%);
  color: #1A3A3A;
  padding: 104px 20px 90px;
  isolation: isolate;
}

.barakah-mm-hero::before,
.barakah-mm-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.barakah-mm-hero::before {
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 640px;
  height: 640px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.03) 0%, rgba(201, 168, 76, 0) 68%);
}

.barakah-mm-hero::after {
  right: -140px;
  bottom: -140px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(232, 240, 240, 0.05) 0%, rgba(232, 240, 240, 0) 72%);
}

.barakah-mm-hero__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.barakah-mm-hero__bismillah-label {
  margin: 0 0 12px;
  color: #C9A84C;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.barakah-mm-hero__bismillah {
  margin: 0 0 18px;
  color: #1A3A3A;
  font-family: "Noto Naskh Arabic", "Geeza Pro", "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.5;
  font-weight: 500;
}

.barakah-mm-hero__label {
  display: inline-block;
  margin: 0 0 24px;
  padding: 9px 18px;
  border: 1px solid rgba(221, 192, 163, 0.45);
  border-radius: 2px;
  background: rgba(201, 168, 76, 0.08);
  color: #1A3A3A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.barakah-mm-hero h1 {
  margin: 0 auto 20px;
  max-width: 760px;
  color: #1A3A3A;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 5.6vw, 68px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.barakah-mm-hero__subheading {
  margin: 0 auto;
  max-width: 700px;
  color: #666666;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.78;
}

.barakah-mm-hero__actions {
  margin-top: 36px;
}

.barakah-mm-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  padding: 16px 28px;
  border: 1px solid #C9A84C;
  border-radius: 2px;
  background: #C9A84C;
  color: #1A3A3A;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.barakah-mm-hero .barakah-mm-hero__button,
.barakah-mm-profile-free .barakah-mm-profile-free__button,
.barakah-mm-interest .barakah-mm-interest__button,
.barakah-mm-cta .barakah-mm-cta__button,
.barakah-mm-how .barakah-mm-how__trigger {
  appearance: none !important;
  -webkit-appearance: none !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  box-shadow: none !important;
}

.barakah-mm-hero__button:hover,
.barakah-mm-profile-free__button:hover,
.barakah-mm-cta__button:hover {
  background: #F5EDD8;
  border-color: #C9A84C;
  color: #1A3A3A;
}

.barakah-mm-hero .barakah-mm-hero__button:hover,
.barakah-mm-profile-free .barakah-mm-profile-free__button:hover,
.barakah-mm-cta .barakah-mm-cta__button:hover {
  background: #F5EDD8 !important;
  border-color: #C9A84C !important;
  color: #1A3A3A !important;
}

.barakah-mm-who {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #1A3A3A;
  color: #F7F2E8;
  padding: 70px 20px;
}

.barakah-mm-who__container,
.barakah-mm-how__container,
.barakah-mm-profile-free__container,
.barakah-mm-pricing__container,
.barakah-mm-readiness__container,
.barakah-mm-interest__container,
.barakah-mm-cta__container {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.barakah-mm-who__container {
  text-align: center;
}

.barakah-mm-who__label,
.barakah-mm-how__label,
.barakah-mm-pricing__label,
.barakah-mm-readiness__label,
.barakah-mm-interest__label,
.barakah-mm-cta__label {
  display: inline-block;
  margin: 0 0 12px;
  color: #c9a84c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.barakah-mm-who__divider,
.barakah-mm-how__divider,
.barakah-mm-pricing__divider,
.barakah-mm-readiness__divider,
.barakah-mm-interest__divider,
.barakah-mm-cta__divider {
  width: 72px;
  height: 1px;
  margin: 0 auto 18px;
  background: #c9a84c;
}

.barakah-mm-who h2,
.barakah-mm-how h2,
.barakah-mm-profile-free h2,
.barakah-mm-pricing h2,
.barakah-mm-readiness h2,
.barakah-mm-interest h2,
.barakah-mm-cta h2 {
  margin: 0;
  color: inherit;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 4.2vw, 46px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.barakah-mm-who__badge {
  display: inline-block;
  margin: 22px 0 0;
  padding: 9px 16px;
  border: 1px solid #c9a84c;
  border-radius: 2px;
  background: rgba(245, 237, 216, 0.06);
  color: #F7F2E8;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.barakah-mm-who__intro {
  max-width: 720px;
  margin: 18px auto 0;
  color: #E5E0D6;
  font-size: 16px;
  line-height: 1.82;
}

.barakah-mm-who__grid,
.barakah-mm-pricing__grid,
.barakah-mm-readiness__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.barakah-mm-who__grid {
  grid-template-columns: 1fr;
  max-width: 720px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.barakah-mm-who__card {
  min-width: 0;
  padding: 28px 24px 24px;
  border: 1px solid rgba(201, 168, 76, 0.45);
  border-radius: 2px;
  background: linear-gradient(180deg, #fffdf8 0%, #fcfaf4 60%, #f5edd8 100%);
  text-align: left;
}

.barakah-mm-who__card-label,
.barakah-mm-pricing__card-label {
  margin: 0 0 12px;
  color: #9f8132;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.barakah-mm-who__card h3,
.barakah-mm-pricing__card h3,
.barakah-mm-readiness__card h3,
.barakah-mm-how__step-content h3,
.barakah-mm-how__final h3 {
  margin: 0 0 12px;
  color: #234343;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.barakah-mm-who__card p,
.barakah-mm-pricing__note,
.barakah-mm-readiness__card p,
.barakah-mm-readiness__intro,
.barakah-mm-readiness__note,
.barakah-mm-how__intro,
.barakah-mm-how__step-content p,
.barakah-mm-how__final p {
  margin: 0;
  color: #4d5f5c;
  font-size: 15px;
  line-height: 1.82;
}

.barakah-mm-who__card p {
  color: #666666;
}

.barakah-mm-how {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #FAF7F2;
  color: #1A3A3A;
  padding: 70px 20px;
}

.barakah-mm-how h2,
.barakah-mm-how__intro,
.barakah-mm-how__step-content h3,
.barakah-mm-how__step-content p,
.barakah-mm-how__final h3,
.barakah-mm-how__final p {
  color: #1A3A3A;
}

.barakah-mm-how__section-title {
  margin: 0 0 18px;
  color: #1A3A3A;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.barakah-mm-how__header,
.barakah-mm-pricing__header,
.barakah-mm-readiness__header {
  text-align: center;
  margin-bottom: 30px;
}

.barakah-mm-how__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  margin: 0 0 22px;
  border: 1px solid rgba(201, 168, 76, 0.42);
  border-radius: 2px;
  overflow: hidden;
  background: #fffdf9;
  position: relative;
  z-index: 1;
}

.barakah-mm-how .barakah-mm-how__trigger {
  appearance: none;
  border: 0;
  margin: 0;
  padding: 14px 18px;
  background: #fffdf9;
  color: #1a3a3a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

.barakah-mm-how .barakah-mm-how__trigger {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: #fffdf9 !important;
  color: #1a3a3a !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 14px 18px !important;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.barakah-mm-how .barakah-mm-how__trigger + .barakah-mm-how__trigger {
  border-left: 1px solid rgba(201, 168, 76, 0.42) !important;
}

.barakah-mm-how .barakah-mm-how__trigger.is-active {
  background: #1a3a3a !important;
  color: #c9a84c !important;
}

.barakah-mm-how .barakah-mm-how__trigger:not(.is-active):hover,
.barakah-mm-how .barakah-mm-how__trigger:not(.is-active):focus-visible {
  background: #F5EDD8 !important;
  color: #1A3A3A !important;
  box-shadow: inset 0 0 0 1px rgba(201, 168, 76, 0.2) !important;
}

.barakah-mm-how__panel {
  display: block;
}

.barakah-mm-how__panel + .barakah-mm-how__panel {
  margin-top: 34px;
}

.barakah-mm-how.is-enhanced .barakah-mm-how__panel {
  display: none;
}

.barakah-mm-how.is-enhanced .barakah-mm-how__panel.is-active {
  display: block;
}

.barakah-mm-how__intro {
  margin-bottom: 16px;
}

.barakah-mm-how__steps {
  border-top: 1px solid rgba(201, 168, 76, 0.42);
}

.barakah-mm-how__step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(201, 168, 76, 0.42);
  transition: background-color 0.18s ease;
}

.barakah-mm-how__step-number {
  width: 42px;
  height: 42px;
  border-radius: 2px;
  background: #1a3a3a;
  color: #c9a84c;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.barakah-mm-how__step-number span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.barakah-mm-how__step:hover .barakah-mm-how__step-number {
  background: #c9a84c;
  color: #1a3a3a;
  box-shadow: 0 8px 14px rgba(26, 58, 58, 0.08);
}

.barakah-mm-how__final {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(201, 168, 76, 0.42);
}

.barakah-mm-pricing {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #FAF7F2;
  color: #1A3A3A;
  padding: 70px 20px;
}

.barakah-mm-hero .barakah-mm-hero__button,
.barakah-mm-cta .barakah-mm-cta__button {
  background: #C9A84C !important;
  color: #1A3A3A !important;
  border: 1px solid #C9A84C !important;
  border-radius: 2px !important;
  padding: 16px 28px !important;
  text-transform: none !important;
  cursor: pointer !important;
}

.barakah-mm-hero .barakah-mm-hero__button:hover,
.barakah-mm-cta .barakah-mm-cta__button:hover {
  background: #F5EDD8 !important;
  color: #1A3A3A !important;
  border-color: #C9A84C !important;
}

.barakah-mm-pricing__grid {
  grid-template-columns: 1fr;
  align-items: stretch;
}

.barakah-mm-profile-free {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #1A3A3A;
  color: #F7F2E8;
  padding: 70px 20px;
}

.barakah-mm-profile-free__box {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.barakah-mm-profile-free h2 {
  margin-bottom: 18px;
  color: #F7F2E8;
  text-align: center;
}

.barakah-mm-profile-free p {
  margin: 0;
  color: #E5E0D6;
  font-size: 15px;
  line-height: 1.82;
}

.barakah-mm-profile-free p + p {
  margin-top: 18px;
}

.barakah-mm-pricing__card {
  min-width: 0;
  padding: 24px 22px 22px;
  border: 1px solid rgba(201, 168, 76, 0.42);
  border-radius: 2px;
  background: linear-gradient(180deg, #fffdf8 0%, #fcfaf4 60%, #f5edd8 100%);
}

.barakah-mm-pricing__card h3 {
  color: #234343;
}

.barakah-mm-pricing__rows {
  border-top: 1px solid rgba(201, 168, 76, 0.28);
}

.barakah-mm-pricing__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}

.barakah-mm-pricing__row-title {
  color: #1A1A1A;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

.barakah-mm-pricing__row-price {
  color: #c9a84c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
  text-align: right;
  white-space: nowrap;
}

.barakah-mm-pricing__note {
  margin-top: 16px;
  color: #666666;
}

.barakah-mm-readiness {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #1A3A3A;
  color: #F7F2E8;
  padding: 70px 20px;
}

.barakah-mm-readiness__intro {
  max-width: 760px;
  margin: 18px auto 0;
  text-align: center;
}

.barakah-mm-readiness__grid {
  margin-top: 28px;
}

.barakah-mm-readiness__card {
  min-width: 0;
  padding: 22px 20px 20px;
  border: 1px solid #DDC0A3;
  border-radius: 2px;
  background: #fffdf8;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  box-shadow: 0 10px 22px rgba(26, 58, 58, 0.05);
}

.barakah-mm-readiness__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(26, 58, 58, 0.09);
  border-color: #DDC0A3;
}

.barakah-mm-readiness__icon {
  width: 34px;
  height: 34px;
  margin: 0 0 14px;
  border: 1px solid rgba(201, 168, 76, 0.42);
  border-radius: 2px;
  background: #1a3a3a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.barakah-mm-readiness__icon svg {
  width: 18px;
  height: 18px;
  display: block;
  stroke: #c9a84c;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.barakah-mm-readiness__note {
  margin-top: 24px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(201, 168, 76, 0.42);
  border-radius: 2px;
  background: rgba(255, 253, 248, 0.72);
}

.barakah-mm-readiness h2,
.barakah-mm-readiness__intro {
  color: #F7F2E8;
}

.barakah-mm-readiness__note {
  color: #1A3A3A;
}

.barakah-mm-interest {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #F5EDD8;
  color: #1A3A3A;
  padding: 70px 20px;
}

.barakah-mm-interest__header,
.barakah-mm-cta__container {
  text-align: center;
}

.barakah-mm-interest__header {
  margin-bottom: 28px;
}

.barakah-mm-interest__intro,
.barakah-mm-cta p {
  max-width: 760px;
  margin: 18px auto 0;
  color: #666666;
  font-size: 15px;
  line-height: 1.82;
}

.barakah-mm-interest h2,
.barakah-mm-interest__intro {
  color: #1A3A3A;
}

.barakah-mm-interest__form {
  padding: 24px 22px 22px;
  border: 1px solid #ddc0a3;
  border-radius: 2px;
  background: #fffdf9;
}

.barakah-mm-interest__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

.barakah-mm-interest__field {
  min-width: 0;
}

.barakah-mm-interest__field--full {
  margin-top: 18px;
}

.barakah-mm-interest__field label {
  display: block;
  margin: 0 0 8px;
  color: #1a3a3a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.barakah-mm-interest .barakah-mm-interest__field input,
.barakah-mm-interest .barakah-mm-interest__field select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #ddc0a3;
  border-radius: 2px;
  background: #ffffff;
  color: #1a1a1a;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

.barakah-mm-interest .barakah-mm-interest__field input,
.barakah-mm-interest .barakah-mm-interest__field select {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 2px !important;
  box-shadow: none;
}

.barakah-mm-interest__field input:focus,
.barakah-mm-interest__field select:focus {
  outline: none;
  border-color: #c9a84c;
  box-shadow: 0 0 0 1px rgba(201, 168, 76, 0.2);
}

.barakah-mm-interest__field input:invalid,
.barakah-mm-interest__field select:invalid {
  box-shadow: none;
}

.barakah-mm-interest__checks {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(221, 192, 163, 0.8);
}

.barakah-mm-interest__check {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: #666666;
  font-size: 15px;
  line-height: 1.75;
  cursor: pointer;
}

.barakah-mm-interest__check input {
  position: absolute;
  opacity: 0;
  inset: 0 auto auto 0;
  width: 20px;
  height: 20px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  pointer-events: none;
}

.barakah-mm-interest__check-label {
  position: relative;
  display: block;
  padding-left: 32px;
}

.barakah-mm-interest__check-label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddc0a3;
  border-radius: 2px;
  background: #fffdf9;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.barakah-mm-interest__check-label::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #c9a84c;
  border-bottom: 2px solid #c9a84c;
  transform: rotate(-45deg) scale(0.8);
  opacity: 0;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.barakah-mm-interest__check input:checked + .barakah-mm-interest__check-label::before {
  background: #1a3a3a;
  border-color: #1a3a3a;
  box-shadow: inset 0 0 0 1px rgba(201, 168, 76, 0.22);
}

.barakah-mm-interest__check input:checked + .barakah-mm-interest__check-label::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}

.barakah-mm-interest__check input:focus-visible + .barakah-mm-interest__check-label::before {
  box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.25);
}

.barakah-mm-interest__message {
  display: none;
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid #ddc0a3;
  border-radius: 2px;
  background: #f5edd8;
  color: #1a3a3a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.barakah-mm-interest__message.is-visible {
  display: block;
}

.barakah-mm-interest__message.is-error {
  background: #fff7f4;
  color: #8b3b2f;
  border-color: rgba(139, 59, 47, 0.28);
}

.barakah-mm-interest__actions,
.barakah-mm-cta__actions {
  margin-top: 24px;
}

.barakah-mm-interest__button,
.barakah-mm-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  padding: 16px 28px;
  border: 1px solid rgba(201, 168, 76, 0.42);
  border-radius: 2px;
  background: linear-gradient(135deg, #f5edd8 0%, #c9a84c 48%, #9f8132 100%);
  color: #1a1a1a;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.barakah-mm-interest .barakah-mm-interest__button,
.barakah-mm-cta .barakah-mm-cta__button {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: #C9A84C !important;
  color: #1A3A3A !important;
  border: 1px solid #C9A84C !important;
  border-radius: 2px !important;
  padding: 16px 28px !important;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.barakah-mm-interest .barakah-mm-interest__button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
  background: #C9A84C !important;
  color: #1A3A3A !important;
  border-color: #C9A84C !important;
  box-shadow: none !important;
}

.barakah-mm-interest .barakah-mm-interest__button:not(:disabled):hover {
  background: #1a3a3a !important;
  border-color: #1a3a3a !important;
  color: #c9a84c !important;
}

.barakah-mm-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #1A3A3A;
  color: #F7F2E8;
  padding: 70px 20px;
  border-top: 1px solid rgba(221, 192, 163, 0.7);
}

.barakah-mm-cta p {
  max-width: 700px;
  color: #E5E0D6;
}

@media (max-width: 700px) {
  .barakah-mm-hero {
    padding: 84px 18px 72px;
  }

  .barakah-mm-hero__label {
    padding: 8px 14px;
    font-size: 11px;
    letter-spacing: 0.11em;
  }

  .barakah-mm-hero__button {
    width: 100%;
    min-width: 0;
    padding: 15px 22px;
  }

  .barakah-mm-who,
  .barakah-mm-how,
  .barakah-mm-pricing,
  .barakah-mm-readiness,
  .barakah-mm-interest,
  .barakah-mm-cta {
    padding: 50px 14px;
  }

  .barakah-mm-who h2,
  .barakah-mm-how h2,
  .barakah-mm-pricing h2,
  .barakah-mm-readiness h2,
  .barakah-mm-interest h2,
  .barakah-mm-cta h2 {
    font-size: clamp(30px, 8vw, 40px);
  }

  .barakah-mm-who__grid,
  .barakah-mm-pricing__grid,
  .barakah-mm-readiness__grid,
  .barakah-mm-interest__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .barakah-mm-who__card,
  .barakah-mm-pricing__card,
  .barakah-mm-readiness__card,
  .barakah-mm-interest__form {
    padding: 24px 18px 20px;
  }

  .barakah-mm-who__card h3,
  .barakah-mm-pricing__card h3,
  .barakah-mm-readiness__card h3,
  .barakah-mm-how__step-content h3,
  .barakah-mm-how__final h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .barakah-mm-who__card p,
  .barakah-mm-pricing__note,
  .barakah-mm-readiness__card p,
  .barakah-mm-readiness__intro,
  .barakah-mm-readiness__note,
  .barakah-mm-interest__intro,
  .barakah-mm-interest__check,
  .barakah-mm-interest__message,
  .barakah-mm-how__intro,
  .barakah-mm-how__step-content p,
  .barakah-mm-how__final p,
  .barakah-mm-pricing__row-title,
  .barakah-mm-pricing__row-price,
  .barakah-mm-cta p {
    font-size: 14.5px;
    line-height: 1.75;
  }

  .barakah-mm-how .barakah-mm-how__trigger {
    padding: 12px 10px;
    font-size: 11px;
  }

  .barakah-mm-how__step {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 0;
  }

  .barakah-mm-how__step-number {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .barakah-mm-pricing__row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 0;
  }

  .barakah-mm-pricing__row-price {
    text-align: left;
    white-space: normal;
  }

  .barakah-mm-readiness__note {
    margin-top: 20px;
    padding: 16px 14px 14px;
  }

  .barakah-mm-interest__field--full {
    margin-top: 0;
  }

  .barakah-mm-interest__checks {
    margin-top: 20px;
    padding-top: 18px;
  }

  .barakah-mm-interest__button,
  .barakah-mm-cta__button {
    width: 100%;
    min-width: 0;
    padding: 15px 22px;
  }
}
