/* ============================================================
   MASTERPASE THEME OVERRIDES
   Paleta:
     primary:   #000000
     secondary: #CCCCCC
     text:      #7A7A7A
     accent:    #FFC210
     soft-1:    #F5F5F5
     soft-2:    #D1D1D1
     white:     #FFFFFF
     black:     #000000
   Tipografía:
     títulos: Manrope (mismo que masterpase.com)
     cuerpo:  Work Sans
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Work+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --mp-primary: #000000;
  --mp-secondary: #CCCCCC;
  --mp-text: #7A7A7A;
  --mp-accent: #FFC210;
  --mp-accent-hover: #e6ae0e;
  --mp-soft-1: #F5F5F5;
  --mp-soft-2: #D1D1D1;
  --mp-white: #FFFFFF;
  --mp-black: #000000;

  /* Override existing theme vars */
  --primary-color: var(--mp-accent) !important;
  --color-navbar-hover: var(--mp-accent) !important;
  --color-footer-hover: var(--mp-accent) !important;
  --text-primary-color: #000000;
  --body-background: #ffffff;
  --background-navbar: #ffffff;
  --background-footer: #000000;
  --color-footer: #ffffff;
}

body,
.template-event, .template-index, .template-taxon, .template-company {
  font-family: 'Work Sans', Helvetica, Arial, sans-serif !important;
  color: var(--mp-text);
  background: #ffffff;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.oswald-text, .title-event, .bold-font,
.mp-section-title, .event-home .title-mi,
footer.mp-footer .mp-footer-col h5 {
  font-family: 'Manrope', Helvetica, Arial, sans-serif !important;
  color: var(--mp-black);
  font-weight: 700;
}

.mp-cta { font-family: 'Manrope', Helvetica, Arial, sans-serif !important; }
.navbar.navbar-default.main-navigation .navbar-nav > li > a { font-family: 'Manrope', Helvetica, Arial, sans-serif !important; }

a { color: var(--mp-black); }
a:hover, a:focus { color: var(--mp-accent); text-decoration: none; }

/* ============================================================
   NAVBAR / HEADER
   ============================================================ */
.navbar.navbar-default.main-navigation {
  background: #ffffff !important;
  border: none !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
  padding: 10px 0;
}

.navbar.navbar-default.main-navigation .navbar-header .brand-header img {
  max-width: 180px;
  width: 180px !important;
  height: auto;
}

.navbar.navbar-default.main-navigation .navbar-nav > li > a,
.navbar.navbar-default.main-navigation .navbar-nav > li > a.btn-nav {
  color: #1a1a1a !important;
  font-weight: 500;
  font-size: 15px;
  padding: 22px 16px;
  text-transform: none;
  letter-spacing: 0;
  transition: color .2s ease;
}

.navbar.navbar-default.main-navigation .navbar-nav > li > a:hover,
.navbar.navbar-default.main-navigation .navbar-nav > li > a:focus {
  color: var(--mp-accent) !important;
  background: transparent !important;
}

.navbar-default .navbar-nav > li > a { line-height: 15px; }

/* Cart component overrides — colores brand */
.cart__btn__open,
.cart__btn__open i,
.cart__nav__countdown { color: var(--mp-black) !important; }

.cart__btn__open:hover,
.cart__btn__open:focus,
.cart__btn__open:hover i,
.cart__btn__open:focus i { color: var(--mp-accent) !important; background: transparent !important; }

.cart-quantity {
  background: var(--mp-accent) !important;
  color: var(--mp-black) !important;
  border-radius: 999px;
}

/* Convert cart/last item into a yellow EVENTOS-style pill if desired */
.navbar.navbar-default.main-navigation .navbar-nav > li.eventos-cta > a {
  background: var(--mp-accent) !important;
  color: var(--mp-black) !important;
  border-radius: 30px;
  padding: 10px 24px !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  margin: 14px 0 14px 10px;
  letter-spacing: .5px;
}

.navbar.navbar-default.main-navigation .navbar-nav > li.eventos-cta > a:hover {
  background: var(--mp-accent-hover) !important;
  color: var(--mp-black) !important;
}

/* ============================================================
   HOME — section title
   ============================================================ */
.mp-section-title {
  font-size: 36px;
  font-weight: 800;
  color: var(--mp-black);
  margin: 40px 0 24px;
  letter-spacing: -0.5px;
}

@media (max-width: 768px) {
  .mp-section-title {
    font-size: 26px;
    margin: 24px 0 16px;
    padding: 0 15px;
  }
}

/* Container background white */
body.template-index,
.template-index .container-fluid.white,
.template-index { background: #ffffff !important; }

/* ============================================================
   EVENT CARD — masterpase style
   ============================================================ */
.event-home {
  background: #ffffff !important;
  border-radius: 14px !important;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  padding: 0 !important;
  border: 1px solid #eee;
  height: 100%;
  width: 100%;
}

/* Make column wrapper stretch so card fills available height */
.row.equal-h > [class*='col-'] > a,
.row.equal-h > [class*='col-'] > a > .event-home { height: 100%; }

.event-home:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12) !important;
}

.event-home [thumb-container] {
  border-radius: 0 !important;
  overflow: hidden;
  background: #f5f5f5;
  width: 100% !important;
  aspect-ratio: 1 / 1;
  position: relative;
  flex-shrink: 0;
}

.event-home [thumb-container] img,
.event-home img.img-home-count {
  border-radius: 0 !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset: 0;
}

.event-home [thumb-container] img.img-pl {
  position: relative;
  opacity: 0;
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 768px) {
  .event-home [thumb-container] { aspect-ratio: 16 / 10; }
}

.event-home .details-events {
  padding: 18px 18px 20px !important;
  margin: 0 !important;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 0;
}

/* Block holding title + meta — stays at the top, pushes CTA down */
.event-home .details-events > .mp-meta:last-of-type { margin-bottom: 25px; }

.event-home .details-events .company {
  color: var(--mp-text) !important;
  font-size: 13px !important;
  margin: 0 0 6px !important;
  text-transform: none;
}

.event-home .details-events h3,
.event-home .details-events .title-mi {
  color: var(--mp-black) !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .event-home .details-events h3,
  .event-home .details-events .title-mi {
    font-size: 16px !important;
  }
}

.event-home:hover .details-events h3,
.event-home:hover .details-events .title-mi { color: var(--mp-black) !important; }

/* Date/location rows with leading icon (clock / pin) */
.mp-meta {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--mp-text);
  font-size: 14px;
  line-height: 1.3;
  margin: 6px 0;
}

.mp-meta .mp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}

.mp-meta .mp-icon svg { display: block; width: 100%; height: 100%; }
.mp-meta .mp-icon-clock svg { width: 16px; height: 16px; }
.mp-meta .mp-icon-pin svg { width: 14px; height: 16px; }
.mp-meta-text { color: var(--mp-text); font-weight: 500; }
.mp-meta-text strong { color: var(--mp-black); font-weight: 500; }

/* Yellow CTA button — always pinned to the bottom of the card */
.mp-cta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--mp-accent);
  color: var(--mp-black) !important;
  font-weight: 900;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  padding: 10px;
  text-transform: none;
  letter-spacing: 0;
  transition: background .2s ease;
}

/* Tightened grid spacing for event cards on home */
.template-index .container-events .row.equal-h { margin-left: -6px; margin-right: -6px; }
.template-index .container-events .row.equal-h > [class*="col-"] { padding-left: 6px !important; padding-right: 6px !important; }
.template-index .event-box { padding: 0 !important; }

@media (max-width: 768px) {
  .template-index .container-events .row.equal-h { margin-left: -4px; margin-right: -4px; }
  .template-index .container-events .row.equal-h > [class*="col-"] {
    padding-left: 4px !important;
    padding-right: 4px !important;
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .template-index .container-events .event-box.col-xs-6 { width: 100% !important; }
}

.mp-cta:hover,
.mp-cta:focus {
  background: var(--mp-accent-hover);
  color: var(--mp-black) !important;
  text-decoration: none;
}

.mp-cta i { font-size: 18px; }
.mp-cta svg { width: 22px; height: 22px; display: block; }

/* Hide elements not part of masterpase card spec */
.event-home .label-price,
.event-home .date-home.label-price { display: none !important; }

/* ============================================================
   FOOTER — masterpase style
   ============================================================ */
footer.mp-footer {
  background: #000000 !important;
  color: #ffffff !important;
  padding: 60px 0 0 0;
  margin-top: 80px;
}

footer.mp-footer * { color: #ffffff; }
footer.mp-footer a { color: #ffffff; text-decoration: none; }
footer.mp-footer a:hover { color: var(--mp-accent); }

.mp-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px 40px;
}

@media (max-width: 768px) {
  .mp-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px 30px;
  }
}

.mp-footer-brand img {
  max-width: 260px;
  width: 100%;
  height: auto;
  margin-bottom: 22px;
}

.mp-footer-socials {
  display: flex;
  gap: 14px;
  align-items: center;
}

.mp-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--mp-accent);
  font-size: 22px;
}
.mp-footer-socials a:hover { color: #fff; }

.mp-footer-col h5 {
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 18px;
}

.mp-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mp-footer-col ul li {
  margin: 8px 0;
  list-style: none;
}

.mp-footer-col ul li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #fff;
}

.mp-footer-col ul li a i {
  color: var(--mp-accent);
  font-size: 16px;
  width: 20px;
}

.mp-arrep-btn {
  display: inline-block;
  background: var(--mp-accent);
  color: #000 !important;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 6px;
  margin-top: 14px;
  transition: background .2s ease;
}

.mp-arrep-btn:hover { background: var(--mp-accent-hover); color: #000 !important; }

.mp-footer-bottom {
  border-top: 1px solid #2a2a2a;
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  color: #cfcfcf;
  flex-wrap: wrap;
  gap: 16px;
}

.mp-footer-bottom strong { color: #fff; }

.mp-footer-tech {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mp-footer-tech img { max-width: 130px; height: auto; }

@media (max-width: 768px) {
  .mp-footer-bottom { justify-content: center; text-align: center; }
}

/* ============================================================
   MARQUEE — banda negra con texto en loop infinito
   ============================================================ */
.mp-marquee {
  background: #000000;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

.mp-marquee-track {
  display: flex;
  width: max-content;
  animation: mp-marquee-scroll 32s linear infinite;
  will-change: transform;
}

.mp-marquee:hover .mp-marquee-track { animation-play-state: paused; }

.mp-marquee-item {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 35px;
  color: #ffffff;
  font-family: 'Manrope', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.mp-marquee-item.is-icon {
  color: var(--mp-accent);
  font-size: 16px;
}

@keyframes mp-marquee-scroll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

@media (max-width: 768px) {
  .mp-marquee { padding: 14px 0; margin: 0 0 20px; }
  .mp-marquee-item { font-size: 16px; padding: 0 22px; }
  .mp-marquee-item.is-icon { font-size: 18px; }
  .mp-marquee-track { animation-duration: 22s; }
}

/* ============================================================
   MP-BANNER-INTERM — banner intermedio (picture mobile/desktop)
   ============================================================ */
.mp-banner-interm {
  max-width: 1280px;
  margin: 40px auto 0;
  padding: 0 30px;
}

.mp-banner-interm-link {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  line-height: 0;
  transition: transform .25s ease, box-shadow .25s ease;
}

.mp-banner-interm-link img,
.mp-banner-interm-link picture { display: block; width: 100%; height: auto; }
.mp-banner-interm-link:hover { box-shadow: 0 10px 28px rgba(0,0,0,0.15); }

@media (max-width: 767px) {
  .mp-banner-interm { padding: 0 16px; margin: 24px auto 0; }
  .mp-banner-interm-link { border-radius: 12px; }
}

/* ============================================================
   MP-BANNERS — 3 banners pre-footer (home only)
   ============================================================ */
.mp-banners {
  width: 100%;
  padding: 60px 0 40px;
}

.mp-banners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
}

.mp-banner {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 4 / 5;
  background: #1a1a1a;
  transition: transform .25s ease, box-shadow .25s ease;
}

.mp-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.mp-banner:hover { box-shadow: 0 12px 30px rgba(0,0,0,0.18); }
.mp-banner:hover img { transform: scale(1.03); }

@media (max-width: 992px) {
  .mp-banners-grid {
    grid-auto-flow: column;
    grid-auto-columns: 78%;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px;
    gap: 14px;
  }
  .mp-banner { scroll-snap-align: center; aspect-ratio: 4 / 5; }
  .mp-banners-grid::-webkit-scrollbar { display: none; }
  .mp-banners { padding: 30px 0 20px; }
}

/* ============================================================
   MP-PAGE — landing pages (crear-eventos, quienes-somos, etc)
   ============================================================ */
.mp-page { background: #fff; color: var(--mp-black); }

.mp-page-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
}

.mp-page h1, .mp-page h2, .mp-page h3 {
  font-family: 'Manrope', Helvetica, Arial, sans-serif !important;
  color: var(--mp-black);
}

.mp-page p { font-family: 'Work Sans', Helvetica, Arial, sans-serif; color: var(--mp-text); font-size: 16px; line-height: 1.6; margin: 0 0 16px; }
.mp-page p strong { color: var(--mp-black); font-weight: 600; }

/* --- HERO --- */
.mp-page-hero {
  position: relative;
  background: var(--mp-accent);
  background:
    radial-gradient(circle at 12% 30%, rgba(255,255,255,0.45) 0, transparent 5%),
    radial-gradient(circle at 28% 70%, rgba(255,255,255,0.35) 0, transparent 6%),
    radial-gradient(circle at 45% 25%, rgba(255,255,255,0.40) 0, transparent 4%),
    radial-gradient(circle at 65% 60%, rgba(255,255,255,0.30) 0, transparent 5%),
    radial-gradient(circle at 82% 35%, rgba(255,255,255,0.35) 0, transparent 6%),
    radial-gradient(circle at 92% 75%, rgba(255,255,255,0.30) 0, transparent 4%),
    radial-gradient(circle at 22% 90%, rgba(255,255,255,0.25) 0, transparent 5%),
    radial-gradient(circle at 55% 88%, rgba(255,255,255,0.40) 0, transparent 4%),
    linear-gradient(135deg, #e6a809 0%, #ffc210 50%, #ffd24a 100%);
  overflow: hidden;
  padding: 110px 0 120px;
}

.mp-page-hero-bokeh {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,0.6) 0 8px, transparent 30px),
    radial-gradient(circle at 70% 30%, rgba(255,255,255,0.5) 0 6px, transparent 26px),
    radial-gradient(circle at 40% 70%, rgba(255,255,255,0.4) 0 10px, transparent 32px),
    radial-gradient(circle at 88% 80%, rgba(255,255,255,0.5) 0 7px, transparent 28px);
  filter: blur(6px);
}

.mp-page-hero-inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}

.mp-page-hero-title {
  color: #ffffff !important;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0;
  letter-spacing: -1px;
  text-shadow: 0 2px 18px rgba(0,0,0,0.15);
}

@media (max-width: 992px) {
  .mp-page-hero { padding: 70px 0 80px; }
  .mp-page-hero-inner { padding: 0 24px; }
  .mp-page-hero-title { font-size: 44px; }
}

@media (max-width: 480px) {
  .mp-page-hero-title { font-size: 34px; }
}

/* --- Pill --- */
.mp-pill {
  display: inline-block;
  background: var(--mp-accent);
  color: var(--mp-black);
  padding: 8px 18px;
  border-radius: 6px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

/* --- ABOUT --- */
.mp-page-about { padding: 80px 0; background: #fff; }

.mp-page-about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.mp-page-h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 24px;
  letter-spacing: -0.5px;
}

.mp-page-h2-center { text-align: center; }

.mp-page-about-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

@media (max-width: 992px) {
  .mp-page-about { padding: 50px 0; }
  .mp-page-about-grid { grid-template-columns: 1fr; gap: 30px; }
  .mp-page-h2 { font-size: 32px; }
}

/* --- VALORES --- */
.mp-page-values { background: #f5f5f5; padding: 80px 0; }
.mp-page-values-head { text-align: center; margin-bottom: 50px; }
.mp-page-values-head .mp-pill { margin-bottom: 14px; }

.mp-page-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.mp-value-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 28px 30px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

.mp-value-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--mp-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.mp-value-icon svg { display: block; }

.mp-value-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 14px;
  color: var(--mp-black);
}

.mp-value-divider {
  display: block;
  width: 90px;
  height: 2px;
  background: var(--mp-black);
  margin: 6px 0 22px;
}

.mp-value-text {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: var(--mp-text);
  margin: 0;
}

@media (max-width: 992px) {
  .mp-page-values { padding: 50px 0; }
  .mp-page-values-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

@media (max-width: 560px) {
  .mp-page-values-grid { grid-template-columns: 1fr; }
}

/* --- Benefit cards (3 cols) --- */
.mp-page-values-grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 992px) { .mp-page-values-grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .mp-page-values-grid-3 { grid-template-columns: 1fr; } }

.mp-benefit-card { min-height: 260px; padding: 28px 28px 26px; }
.mp-benefit-card .mp-value-text { font-size: 15px; }

/* --- Contact rows (about y final) --- */
.mp-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 22px;
}

.mp-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mp-contact-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mp-contact-label {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--mp-black);
  margin: 0 0 2px;
}

.mp-contact-value {
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  color: var(--mp-text);
  margin: 0;
}

.mp-contact-label-light { color: #fff !important; }
.mp-contact-value-light { color: rgba(255,255,255,0.85) !important; }

/* --- FINAL CTA (¡Venite con nosotros!) --- */
.mp-page-final {
  position: relative;
  background: #000;
  background-image: url('https://masterpase.com/wp-content/uploads/2025/08/multitud-de-personas-con-los-brazos-levantados-divirtiendose-en-el-festival-de-musica-por-la-noche.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0;
  overflow: hidden;
}

.mp-page-final::before {
  content: '';
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.mp-page-final-bokeh { display: none; }

.mp-page-final-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.mp-page-final-title {
  color: #fff !important;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
}

.mp-page-final-text {
  color: rgba(255,255,255,0.9) !important;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto 32px;
  max-width: 620px;
}

.mp-page-final-contacts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: 24px;
}

.mp-page-final-contacts .mp-contact-item { color: #fff; }

@media (max-width: 768px) {
  .mp-page-final { padding: 60px 0; }
  .mp-page-final-title { font-size: 30px; }
  .mp-page-final-contacts { gap: 24px; }
}

/* --- CTA (home, banner clickeable) --- */
.mp-page-cta { padding: 60px 0 80px; background: #fff; }

.mp-page-cta-card {
  display: block;
  position: relative;
  width: 100%;
  min-height: 320px;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}

.mp-page-cta-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.55) 100%);
}

.mp-page-cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 70px 30px;
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
}

.mp-page-cta-title {
  color: #ffffff !important;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 14px;
  line-height: 1.15;
}

.mp-page-cta-text {
  color: rgba(255,255,255,0.92) !important;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 24px;
}

.mp-page-cta-btn {
  display: inline-block;
  background: var(--mp-accent);
  color: var(--mp-black) !important;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 26px;
  border-radius: 6px;
  transition: background .2s ease;
}

.mp-page-cta-card:hover .mp-page-cta-btn { background: var(--mp-accent-hover); }
.mp-page-cta-card:hover { text-decoration: none; }

@media (max-width: 768px) {
  .mp-page-cta { padding: 30px 0 50px; }
  .mp-page-cta-content { padding: 50px 20px; }
  .mp-page-cta-title { font-size: 26px; }
}

/* ============================================================
   FIXES for index page
   ============================================================ */
.container-fluid.white.p-b { padding-bottom: 0 !important; }
