body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #050505;
  color: #f8f9fa;
}

/* ---------- NAVBAR ---------- */
.custom-navbar {
  background: #060545;
  backdrop-filter: blur(6px);
}
.navbar-brand {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.95rem;
}
.navbar-nav .nav-link {
  font-size: 0.95rem;
  color: #fff;
}

/* ---------- HERO ---------- */
.hero-section {
  position: relative;
  min-height: 85vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0,0,0,0.8),
    rgba(0,0,0,0.3)
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin-top: 3rem; /* separarlo del navbar fijo */
}

.hero-title {
  font-size: clamp(2.4rem, 4vw, 3.3rem);
  font-weight: 700;
}

.hero-subtitle {
  font-size: 1.1rem;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}

.hero-buttons .btn {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

/* ---------- SECCIONES CLARAS / OSCURAS ---------- */
.section-light {
  background-color: #fdf6ec;
  color: #1f1308;
  padding: 4rem 0;
}

.section-dark {
  background-color: #0d0d0d;
  padding: 4rem 0;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem;
}

/* ---------- SERVICIOS ---------- */
.service-card {
  background-color: #fff;
  border-radius: 0.9rem;
  padding: 1.75rem 1.5rem;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  height: 100%;
}

.service-icon {
  font-size: 2.4rem;
  margin-bottom: 0.75rem;
  color: #d98b16;
}

.service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.service-card p {
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* ---------- VIDEOS ---------- */
.video-card {
  background-color: #111;
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
}

.video-card-body {
  padding: 1rem 1.25rem 1.25rem;
}

.video-card-title {
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.video-card-text {
  font-size: 0.9rem;
  color: #c7c7c7;
}

/* ---------- BANNER CTA ---------- */
.banner-cta {
  position: relative;
  background-image: url("https://mariachiseneldf.mx/images/mariachis-en-la-cdmx-ciudad-de-mexico.jpg");
  background-size: cover;
  background-position: center;
  padding: 4rem 0;
  margin-top: 0;
}

.banner-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    130deg,
    rgba(0,0,0,0.85),
    rgba(0,0,0,0.55)
  );
}

.banner-cta-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  color: #fff;
}

.banner-cta h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.banner-cta p {
  font-size: 1rem;
  margin-bottom: 1.75rem;
}

/* ---------- ACORDEONES / SNIPERS SEO ---------- */
.accordion-button {
  font-weight: 600;
  background-color: #151515;
  color: #f5f5f5;
  border-radius: 0.7rem !important;
  margin-bottom: 0.5rem;
}

.accordion-button:not(.collapsed) {
  background-color: #262626;
  color: #ffd27a;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.1rem rgba(255,210,122,0.6);
}

.accordion-item {
  border: none;
  background-color: transparent;
}

.accordion-body {
  background-color: #111;
  color: #e7e7e7;
  border-radius: 0 0 0.7rem 0.7rem;
  border: 1px solid #262626;
  margin-top: -0.6rem;
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
}

/* ---------- PRECIOS ---------- */
.pricing-card {
  background: radial-gradient(circle at top, #fff7e6, #f6e2c5);
  border-radius: 1.1rem;
  padding: 2rem 1.8rem;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.pricing-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: rgba(255,191,105,0.32);
  top: -40px;
  right: -40px;
}

.pricing-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background-color: rgba(0, 0, 0, 0.06);
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 1;
}

.pricing-card h3 {
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  position: relative;
  z-index: 1;
}

.pricing-subtitle {
  font-size: 0.9rem;
  color: #6b4a24;
  margin-bottom: 1.3rem;
  position: relative;
  z-index: 1;
}

.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  position: relative;
  z-index: 1;
}

.pricing-list li {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 0.85rem 1rem;
  margin-bottom: 0.55rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  border: 1px solid rgba(0,0,0,0.06);
}

.pricing-list li strong {
  font-size: 1rem;
  color: #c27408;
}

.pricing-tagline {
  font-size: 0.88rem;
  color: #5c3a15;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  position: relative;
  z-index: 1;
}

/* ---------- FOOTER ---------- */
.site-footer {
  background-color: #050505;
  border-top: 1px solid #222;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  color: #cfcfcf;
  font-size: 0.94rem;
}

.site-footer h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-footer a {
  color: #f2b04c;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #222;
  margin-top: 2rem;
  padding-top: 1rem;
  font-size: 0.85rem;
  text-align: center;
  color: #8d8d8d;
}

.logolog{
  height: 50px;
}

.pricing-card img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 1em
}

.btn-dark {
    width: 100%;
    background: #198d6f;
    border: none;
    font-size: 1.2em;
    border-radius: 5px;
}


@media (max-width: 767.98px) {
  .hero-section {
    min-height: 75vh;
  }

  .hero-content {
    text-align: center;
  }

  .hero-buttons .btn {
    width: 100%;
  }
  .logolog{
    height: 35px;
  }
}

#page-wrapper {
    padding: 0!important
}
#main {
    margin: 0!important;
    width: 100%!important;
    max-width: 2000px;
    padding: 0
}

.container .gap-2 {
    margin-bottom: 3em
}
.container .btn-outline-light {
    background: #060545
}
.container .btn-outline-light:hover {
    background: #000;
    color:#ffffff
}

.social-links a {
  margin-right: 10px;
  font-size: 1.9em;
}

.social-links a:hover{
    text-decoration: none;
    color: #fff
}


