/* ============================================================
   Muii Custom Styles — Bootstrap 4.6.2
   ============================================================ */

:root {
  --mu-primary:   #00779A;
  --mu-secondary: #F8B23F;
  --mu-tertiary:  #00779A;
  --mu-dark:      #2d1140;
  --mu-darker:    #1f0c2e;
  --mu-light:     #f7f3fa;
}

body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  color: #333;
}

/* ── SECTION TITLES ──────────────────────────────────────── */
.section-title { font-weight: 700; color: var(--mu-primary); }
.section-title .hl { color: var(--mu-secondary); }
.section-sub { color: #777; font-size: 1rem; margin-top: 6px; }

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn-mu-solid {
  background: var(--mu-secondary);
  color: var(--mu-primary);
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 50px;
  border: none;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
  cursor: pointer;
}
.btn-mu-solid:hover,
.btn-mu-solid:focus {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(248,178,63,.4);
  color: var(--mu-primary);
  text-decoration: none;
}

.btn-mu-outline {
  border: 2px solid var(--mu-secondary);
  color: var(--mu-secondary);
  font-weight: 700;
  padding: 12px 36px;
  border-radius: 50px;
  background: transparent;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: background .25s, color .25s, transform .25s;
  cursor: pointer;
}
.btn-mu-outline:hover,
.btn-mu-outline:focus {
  background: var(--mu-secondary);
  color: var(--mu-primary);
  transform: translateY(-3px);
  text-decoration: none;
}

/* ── NAVBAR ──────────────────────────────────────────────── */
.navbar-muii {
  background-color: var(--mu-primary);
  padding: 14px 0;
}
.navbar-muii .navbar-nav .nav-link {
  color: rgba(255,255,255,.85);
  font-weight: 800;
  font-size: 20px;
  padding: 8px 16px;
  transition: color .2s;
}
.navbar-muii .navbar-nav .nav-link:hover { color: #fff; }

.nav-actions { display: flex; align-items: center; gap: 10px; }

.nav-actions .btn-pay {
  color: rgba(255,255,255,.85);
  font-weight: 600;
  font-size: .9rem;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50px;
  padding: 7px 20px;
  text-decoration: none;
  transition: all .2s;
}
.nav-actions .btn-pay:hover { color: #fff; border-color: #fff; text-decoration: none; }

.nav-actions .btn-enter {
  background: var(--mu-secondary);
  color: var(--mu-primary);
  font-weight: 700;
  font-size: .9rem;
  border-radius: 50px;
  padding: 7px 22px;
  text-decoration: none;
  transition: all .2s;
}
.nav-actions .btn-enter:hover { background: #fff; color: var(--mu-primary); text-decoration: none; }

@media (max-width: 991px) {
  .navbar-muii .navbar-collapse { text-align: center; padding: 12px 0; }
  .navbar-muii .navbar-nav { flex-direction: column; align-items: center; }
  .nav-actions { flex-direction: column; margin-top: 14px; padding-bottom: 10px; gap: 8px; }
}

/* ── HERO ────────────────────────────────────────────────── */
.hero {
  background: linear-gradient(140deg, #00779A 0%, #00779A 100%);
  padding: 140px 0 700px;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.hero h1 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
}
.hero .hero-sub {
  font-size: 0.9 rem;
  opacity: .88;
  margin-bottom: 38px;
  line-height: 1.65;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-img { max-height: 390px; filter: drop-shadow(0 16px 40px rgba(0,0,0,.3)); }
.hero-wave { position: absolute; bottom: -2px; left: 0; width: 100%; line-height: 0; }

/* ── FEATURES ────────────────────────────────────────────── */
.section-features { padding: 90px 0; background: #fff; }

.feature-card {
  border: none;
  border-radius: 20px;
  padding: 36px 28px;
  height: 100%;
  background: #fff;
  box-shadow: 0 4px 28px rgba(81,33,91,.08);
  transition: transform .3s, box-shadow .3s;
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 36px rgba(81,33,91,.15);
}
.feature-icon {
  width: 60px; height: 60px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.feature-card h5 { font-weight: 700; color: var(--mu-primary); margin-bottom: 10px; }
.feature-card p  { color: #666; font-size: .95rem; line-height: 1.65; margin: 0; }

/* ── STEPS ───────────────────────────────────────────────── */
.section-steps { padding: 90px 0; background: var(--mu-light); }

.step-card {
  text-align: center;
  padding: 36px 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(81,33,91,.08);
  height: 100%;
  transition: transform .3s;
}
.step-card:hover { transform: translateY(-8px); }
.step-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--mu-primary); color: #fff;
  font-weight: 700; font-size: .95rem; margin-bottom: 18px;
}
.step-card img { width: 80px; height: 80px; object-fit: contain; margin-bottom: 16px; }
.step-card h5 { color: var(--mu-primary); font-weight: 700; margin-bottom: 8px; }
.step-card p  { color: #666; font-size: .93rem; margin: 0; }

/* ── REQUIREMENTS ────────────────────────────────────────── */
.section-requirements { padding: 90px 0; background: #fff; }
.img-req { border-radius: 20px; object-fit: contain; max-height: 440px; width: 100%; }

/* ── PAYMENTS ────────────────────────────────────────────── */
.section-payments { padding: 72px 0; background: var(--mu-light); }
.payment-logos {
  display: flex; flex-wrap: wrap;
  justify-content: center; align-items: center; gap: 48px;
}
.payment-logo {
  height: 54px; object-fit: contain;
  transition: filter .3s, transform .3s;
  filter: grayscale(20%);
}
.payment-logo:hover { filter: grayscale(0%); transform: scale(1.08); }

/* ── WE ARE MUII ─────────────────────────────────────────── */
.section-muii {
  padding: 90px 0;
  background: linear-gradient(140deg, #51215B 0%, #3a1745 100%);
  color: #fff;
}
.muii-list { list-style: none; padding: 0; margin: 0 0 32px; }
.muii-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
  font-size: 1.05rem;
  display: flex; align-items: center; gap: 12px;
}
.muii-check {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; min-width: 28px;
  border-radius: 50%;
  background: var(--mu-secondary); color: var(--mu-primary);
  font-weight: 700; font-size: .85rem;
}
.muii-mas { color: var(--mu-secondary); font-weight: 700; font-size: 1.6rem; margin: 20px 0 32px; }

/* ── FOOTER ──────────────────────────────────────────────── */
.footer-main {
  background: var(--mu-dark);
  color: rgba(255,255,255,.82);
  padding: 64px 0 32px;
}
.footer-label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .78rem;
  font-weight: 700;
  color: var(--mu-secondary);
  margin-bottom: 18px;
}
.footer-partner-row {
  display: flex; flex-wrap: wrap;
  align-items: center; gap: 24px; margin-bottom: 16px;
}
.footer-partner-row img {
  height: 32px; object-fit: contain;
  opacity: .75; transition: opacity .2s;
}
.footer-partner-row img:hover { opacity: 1; }
.footer-divider { border-color: rgba(255,255,255,.12); margin: 36px 0; }

.footer-social { display: flex; gap: 12px; margin-bottom: 20px; }
.footer-social a img { width: 28px; height: 28px; transition: transform .2s; }
.footer-social a:hover img { transform: scale(1.15); }

.footer-links a {
  display: block; color: rgba(255,255,255,.7);
  font-size: .9rem; text-decoration: none; margin-bottom: 8px; transition: color .2s;
}
.footer-links a:hover { color: var(--mu-secondary); }

.footer-contact { font-size: .9rem; line-height: 2; }
.footer-contact a { color: var(--mu-secondary); text-decoration: none; }
.footer-contact a:hover { text-decoration: underline; }

.footer-copyright {
  background: var(--mu-darker);
  text-align: center; padding: 16px 0;
  font-size: .82rem; color: rgba(255,255,255,.4);
}
.footer-copyright p { margin: 0; }

/* ── FABs ────────────────────────────────────────────────── */
.fab-right {
  position: fixed; bottom: 24px; right: 20px;
  z-index: 1000; display: flex;
  flex-direction: column; align-items: flex-end; gap: 10px;
}
.fab-right a {
  background: #25D366; color: #fff;
  border-radius: 50px; padding: 10px 18px;
  font-weight: 700; font-size: .87rem;
  box-shadow: 0 4px 18px rgba(0,0,0,.25);
  text-decoration: none; transition: transform .2s;
}
.fab-right a:hover { transform: scale(1.06); color: #fff; }

.fab-left { position: fixed; bottom: 24px; left: 20px; z-index: 1000; }
.fab-left a {
  background: var(--mu-secondary); color: var(--mu-primary);
  border-radius: 50px; padding: 12px 22px;
  font-weight: 700; font-size: .9rem;
  box-shadow: 0 4px 18px rgba(0,0,0,.25);
  text-decoration: none; display: block; transition: transform .2s;
}
.fab-left a:hover { transform: scale(1.06); color: var(--mu-primary); }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 767px) {
  .hero { padding: 100px 0 462px; }
  .hero h1 { font-size: 1.9rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn-mu-solid,
  .hero-actions .btn-mu-outline { display: block; text-align: center; width: 100%; }
  .section-features,
  .section-steps,
  .section-requirements,
  .section-payments,
  .section-muii { padding: 60px 0; }
}
