@charset "UTF-8";

/* ../../../../../tmp/tmp-4009273-QJlU7DHqpQTg/custom_myegywebsite/custom_myegywebsite/public/scss/membership.bundle.css */
:root {
  --mmb-grad: linear-gradient(90deg, #F45AC1 0%, #E63FD9 35%, #A855F7 70%, #7C3AED 100%);
  --mmb-grad-soft: linear-gradient(135deg, rgba(244,90,193,.07) 0%, rgba(168,85,247,.07) 100%);
  --mmb-grad-dark: linear-gradient(135deg, #1a1a2e 0%, #2d1b4e 100%);
  --mmb-pink: #F45AC1;
  --mmb-purple: #A855F7;
  --mmb-violet: #7C3AED;
  --mmb-dark: #1a1a2e;
  --mmb-text: #1a1a2e;
  --mmb-muted: #6b7280;
  --mmb-light: #fdf8ff;
  --mmb-white: #ffffff;
  --mmb-border: rgba(168,85,247,.15);
  --mmb-radius-sm: 12px;
  --mmb-radius-md: 18px;
  --mmb-radius-lg: 24px;
  --mmb-radius-xl: 40px;
  --mmb-shadow-sm: 0 2px 12px rgba(168,85,247,.10);
  --mmb-shadow-md: 0 8px 32px rgba(168,85,247,.14);
  --mmb-shadow-lg: 0 16px 56px rgba(168,85,247,.18);
  --mmb-ease: cubic-bezier(.4,0,.2,1);
  --mmb-container: 1200px;
  --mmb-font:
    "Cairo",
    ui-sans-serif,
    system-ui,
    "Noto Sans Arabic",
    sans-serif;
}
.mmb-root,
.mmb-root * {
  box-sizing: border-box;
}
.mmb-root {
  font-family: var(--mmb-font);
  color: var(--mmb-text);
  direction: rtl;
  text-align: right;
}
.mmb-wrap {
  max-width: var(--mmb-container);
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  text-align: center;
}
.mmb-section-head {
  margin-bottom: 52px;
}
.mmb-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  background: var(--mmb-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mmb-title {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 900;
  line-height: 1.22;
  color: var(--mmb-dark);
  margin: 0 0 14px;
}
.mmb-title em {
  font-style: normal;
  background: var(--mmb-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mmb-sub {
  font-size: 16px;
  color: var(--mmb-muted);
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto;
}
.mmb-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 28px;
  justify-content: center;
}
.mmb-breadcrumb__link {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.2s;
}
.mmb-breadcrumb__link:hover {
  color: #fff;
  text-decoration: none;
}
.mmb-breadcrumb__sep {
  opacity: 0.5;
}
.mmb-breadcrumb__current {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}
.mmb-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: var(--mmb-radius-xl);
  font-family: var(--mmb-font);
  font-weight: 800;
  font-size: 15px;
  text-decoration: none !important;
  transition: transform 0.2s var(--mmb-ease), box-shadow 0.2s;
  cursor: pointer;
  border: none;
}
.mmb-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}
.mmb-btn--grad {
  background: var(--mmb-grad);
  color: #fff;
  box-shadow: 0 4px 20px rgba(168, 85, 247, 0.35);
}
.mmb-btn--grad:hover {
  box-shadow: 0 8px 32px rgba(168, 85, 247, 0.45);
  color: #fff;
}
.mmb-btn--white {
  background: #fff;
  color: var(--mmb-violet);
  box-shadow: var(--mmb-shadow-md);
}
.mmb-btn--white:hover {
  box-shadow: var(--mmb-shadow-lg);
  color: var(--mmb-violet);
}
.mmb-btn--outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.55);
}
.mmb-btn--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.85);
  color: #fff;
}
.mmb-hero {
  position: relative;
  padding: 80px 0 72px;
  overflow: hidden;
  text-align: center;
}
.mmb-hero__bg {
  position: absolute;
  inset: 0;
  background: var(--mmb-grad-dark);
  z-index: 0;
}
.mmb-hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 15% 25%, rgba(244, 90, 193, 0.2) 0%, transparent 65%), radial-gradient(ellipse 55% 50% at 85% 75%, rgba(168, 85, 247, 0.2) 0%, transparent 60%);
}
.mmb-hero .mmb-wrap {
  position: relative;
  z-index: 1;
}
.mmb-hero__content {
  max-width: 680px;
  margin: 0 auto;
}
.mmb-hero__title {
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin: 12px 0 20px;
}
.mmb-hero__title em {
  font-style: normal;
  background: var(--mmb-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mmb-hero__sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  margin-bottom: 32px;
}
.mmb-hero .mmb-label {
  background: var(--mmb-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 3px;
}
.mmb-hero__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.mmb-hero__stats {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--mmb-radius-xl);
  padding: 18px 36px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  flex-wrap: wrap;
  justify-content: center;
}
.mmb-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.mmb-hero__stat-num {
  font-size: 26px;
  font-weight: 900;
  background: var(--mmb-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.mmb-hero__stat-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}
.mmb-hero__stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.25);
}
.mmb-benefits {
  padding: 80px 0;
  background: var(--mmb-white);
}
.mmb-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.mmb-benefits__card {
  padding: 32px 24px;
  border-radius: var(--mmb-radius-lg);
  text-align: center;
  background: var(--mmb-grad-soft);
  border: 1px solid var(--mmb-border);
  transition: transform 0.25s var(--mmb-ease), box-shadow 0.25s;
}
.mmb-benefits__card:hover {
  transform: translateY(-6px);
  box-shadow: var(--mmb-shadow-md);
}
.mmb-benefits__icon {
  font-size: 44px;
  margin-bottom: 14px;
  line-height: 1;
}
.mmb-benefits__title {
  font-size: 16px;
  font-weight: 900;
  color: var(--mmb-dark);
  margin-bottom: 10px;
}
.mmb-benefits__text {
  font-size: 13px;
  color: var(--mmb-muted);
  line-height: 1.75;
  margin: 0;
}
.mmb-how {
  padding: 80px 0;
  background: var(--mmb-light);
}
.mmb-how__steps {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 960px;
  margin: 0 auto;
}
.mmb-how__step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  padding: 32px 20px;
  border-radius: var(--mmb-radius-lg);
  background: var(--mmb-white);
  border: 1.5px solid var(--mmb-border);
  box-shadow: var(--mmb-shadow-sm);
  position: relative;
  transition: transform 0.25s var(--mmb-ease), box-shadow 0.25s;
}
.mmb-how__step:hover {
  transform: translateY(-5px);
  box-shadow: var(--mmb-shadow-md);
}
.mmb-how__connector {
  width: 40px;
  flex: 0 0 40px;
  height: 2px;
  background: linear-gradient(90deg, rgba(168, 85, 247, 0.3), rgba(244, 90, 193, 0.3));
  position: relative;
}
.mmb-how__connector::after {
  content: "\203a";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--mmb-purple);
  line-height: 1;
}
.mmb-how__step-num {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  background: var(--mmb-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mmb-how__step-icon {
  font-size: 32px;
  line-height: 1;
}
.mmb-how__step-title {
  font-size: 15px;
  font-weight: 900;
  color: var(--mmb-dark);
  margin: 0;
}
.mmb-how__step-text {
  font-size: 13px;
  color: var(--mmb-muted);
  line-height: 1.7;
  margin: 0;
}
.mmb-tree {
  padding: 80px 0;
  background: var(--mmb-white);
}
.mmb-tree__diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 56px;
  padding: 40px 24px;
  background: var(--mmb-grad-soft);
  border-radius: var(--mmb-radius-lg);
  border: 1.5px solid var(--mmb-border);
}
.mmb-tree__level {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.mmb-tree__level-label {
  font-size: 11px;
  font-weight: 800;
  color: var(--mmb-muted);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mmb-tree__branch-line {
  width: 2px;
  height: 28px;
  background: linear-gradient(to bottom, rgba(168, 85, 247, 0.4), rgba(244, 90, 193, 0.4));
}
.mmb-tree__node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 16px 18px;
  border-radius: var(--mmb-radius-md);
  background: var(--mmb-white);
  border: 1.5px solid var(--mmb-border);
  box-shadow: var(--mmb-shadow-sm);
  min-width: 80px;
  transition: transform 0.2s;
}
.mmb-tree__node:hover {
  transform: translateY(-3px);
}
.mmb-tree__node-icon {
  font-size: 28px;
  line-height: 1;
}
.mmb-tree__node-label {
  font-size: 12px;
  font-weight: 900;
  color: var(--mmb-dark);
}
.mmb-tree__node-sub {
  font-size: 10px;
  color: var(--mmb-muted);
  font-weight: 600;
}
.mmb-tree__node--you {
  border-color: rgba(244, 90, 193, 0.4);
  background: linear-gradient(135deg, rgba(244, 90, 193, 0.06), rgba(168, 85, 247, 0.06));
}
.mmb-tree__node--gen1 {
  border-color: rgba(168, 85, 247, 0.3);
}
.mmb-tree__node--gen2 {
  border-color: rgba(124, 58, 237, 0.2);
}
.mmb-tree__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.mmb-tree__card {
  padding: 28px 22px;
  border-radius: var(--mmb-radius-lg);
  text-align: center;
  background: var(--mmb-white);
  border: 1.5px solid var(--mmb-border);
  box-shadow: var(--mmb-shadow-sm);
}
.mmb-tree__card--you {
  border-top: 3px solid var(--mmb-pink);
}
.mmb-tree__card--gen1 {
  border-top: 3px solid var(--mmb-purple);
}
.mmb-tree__card--gen2 {
  border-top: 3px solid var(--mmb-violet);
}
.mmb-tree__card-icon {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1;
}
.mmb-tree__card-title {
  font-size: 16px;
  font-weight: 900;
  color: var(--mmb-dark);
  margin-bottom: 10px;
}
.mmb-tree__card-text {
  font-size: 13px;
  color: var(--mmb-muted);
  line-height: 1.75;
  margin: 0;
}
.mmb-pricing {
  padding: 80px 0;
  background: var(--mmb-light);
}
.mmb-pricing__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 860px;
  margin: 0 auto;
}
.mmb-pricing__vs {
  flex: 0 0 60px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  background: var(--mmb-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mmb-pricing__card {
  flex: 1;
  border-radius: var(--mmb-radius-lg);
  padding: 36px 28px;
  background: var(--mmb-white);
  border: 1.5px solid var(--mmb-border);
  box-shadow: var(--mmb-shadow-sm);
  text-align: center;
  position: relative;
}
.mmb-pricing__card--member {
  border-color: rgba(168, 85, 247, 0.35);
  box-shadow: var(--mmb-shadow-lg);
  transform: scale(1.03);
  background: linear-gradient(180deg, rgba(244, 90, 193, 0.04) 0%, var(--mmb-white) 40%);
}
.mmb-pricing__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--mmb-grad);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 18px;
  border-radius: 99px;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(168, 85, 247, 0.35);
}
.mmb-pricing__card-head {
  margin-bottom: 24px;
}
.mmb-pricing__card-icon {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1;
}
.mmb-pricing__card-title {
  font-size: 20px;
  font-weight: 900;
  color: var(--mmb-dark);
  margin-bottom: 6px;
}
.mmb-pricing__card-sub {
  font-size: 13px;
  color: var(--mmb-muted);
}
.mmb-pricing__features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: right;
}
.mmb-pricing__feature {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: var(--mmb-radius-sm);
}
.mmb-pricing__feature--yes {
  background: rgba(16, 185, 129, 0.06);
  color: var(--mmb-dark);
}
.mmb-pricing__feature--no {
  background: rgba(239, 68, 68, 0.04);
  color: var(--mmb-muted);
}
.mmb-pricing__cta {
  width: 100%;
  justify-content: center;
}
.mmb-testimonials {
  padding: 80px 0;
  background: var(--mmb-white);
}
.mmb-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.mmb-testimonials__card {
  padding: 32px 26px;
  border-radius: var(--mmb-radius-lg);
  background: var(--mmb-white);
  border: 1.5px solid var(--mmb-border);
  box-shadow: var(--mmb-shadow-sm);
  text-align: right;
  transition: transform 0.25s var(--mmb-ease), box-shadow 0.25s;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mmb-testimonials__card:hover {
  transform: translateY(-5px);
  box-shadow: var(--mmb-shadow-md);
}
.mmb-testimonials__card--featured {
  border-color: rgba(168, 85, 247, 0.32);
  box-shadow: var(--mmb-shadow-md);
  background: var(--mmb-grad-soft);
}
.mmb-testimonials__stars {
  font-size: 16px;
  letter-spacing: 2px;
}
.mmb-testimonials__text {
  font-size: 14px;
  color: var(--mmb-muted);
  line-height: 1.8;
  margin: 0;
  flex: 1;
  font-style: italic;
}
.mmb-testimonials__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mmb-testimonials__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex: 0 0 42px;
  background: var(--mmb-grad);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mmb-testimonials__name {
  font-size: 14px;
  font-weight: 900;
  color: var(--mmb-dark);
}
.mmb-testimonials__role {
  font-size: 11px;
  color: var(--mmb-muted);
  font-weight: 600;
}
.mmb-cta {
  padding: 80px 0;
  background: var(--mmb-light);
}
.mmb-cta__inner {
  background: var(--mmb-grad-dark);
  border-radius: var(--mmb-radius-xl);
  padding: 72px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mmb-cta__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 60% 50% at 10% 20%, rgba(244, 90, 193, 0.2) 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 90% 80%, rgba(168, 85, 247, 0.2) 0%, transparent 55%);
}
.mmb-cta__icon {
  font-size: 52px;
  display: block;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.mmb-cta__title {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 900;
  color: #fff;
  line-height: 1.22;
  margin: 0 0 18px;
  position: relative;
  z-index: 1;
}
.mmb-cta__title em {
  font-style: normal;
  background: var(--mmb-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mmb-cta__sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  max-width: 500px;
  margin: 0 auto 36px;
  position: relative;
  z-index: 1;
}
.mmb-cta__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.mmb-cta__reassurance {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.mmb-cta__reassurance span {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 900px) {
  .mmb-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mmb-tree__cards {
    grid-template-columns: 1fr;
  }
  .mmb-testimonials__grid {
    grid-template-columns: 1fr;
  }
  .mmb-pricing__grid {
    flex-direction: column;
    align-items: stretch;
  }
  .mmb-pricing__card--member {
    transform: scale(1);
  }
  .mmb-pricing__vs {
    transform: rotate(90deg);
  }
  .mmb-how__steps {
    flex-direction: column;
  }
  .mmb-how__connector {
    width: 2px;
    height: 28px;
    flex: 0 0 28px;
  }
  .mmb-how__connector::after {
    right: auto;
    bottom: -8px;
    top: auto;
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
  }
}
@media (max-width: 560px) {
  .mmb-benefits__grid {
    grid-template-columns: 1fr;
  }
  .mmb-hero__stats {
    gap: 16px;
    padding: 14px 20px;
  }
  .mmb-hero__stat-divider {
    display: none;
  }
  .mmb-cta__inner {
    padding: 48px 20px;
  }
  .mmb-cta__actions {
    flex-direction: column;
    align-items: center;
  }
  .mmb-hero {
    padding: 60px 0 52px;
  }
}
/*# sourceMappingURL=membership.bundle.GFSXPLQX.css.map */
