* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Source Sans 3', system-ui, sans-serif;
  color: #142839;
  background: #EEF3F8;
  -webkit-font-smoothing: antialiased;
}
a { color: #123F63; text-decoration: none; }
a:hover { color: #5F90B8; }
::selection { background: #C9E7FF; color: #142839; }

@keyframes mcFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.mc-scroll::-webkit-scrollbar { height: 6px; }
.mc-scroll::-webkit-scrollbar-thumb { background: #C9E7FF; border-radius: 3px; }

/* ============ HERO ============ */
.mc-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg,#142839 0%,#123F63 60%,#0f4f7a 100%);
  color: #fff;
  padding: 40px clamp(20px,5vw,72px) 52px;
}
.mc-hero-grid {
  position: absolute;
  inset: -110px 0 0 22px;
  background-image: linear-gradient(#ffffff10 1px,transparent 1px), linear-gradient(90deg,#ffffff10 1px,transparent 1px);
  background-size: 44px 44px;
  opacity: .5;
  pointer-events: none;
}
.mc-hero-watermark {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  width: 218px;
  height: 224px;
  opacity: .9;
  filter: drop-shadow(0 20px 50px #0004);
  pointer-events: none;
}
.mc-hero-glow {
  position: absolute;
  right: -120px;
  top: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle,#5F90B840,transparent 70%);
  pointer-events: none;
}
.mc-hero-inner { position: relative; max-width: 1180px; margin: 0 auto; }
.mc-hero-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.mc-brand { display: flex; align-items: center; gap: 13px; }
.mc-brand-mark {
  width: 52px; height: 52px; border-radius: 12px; background: #C9E7FF;
  display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px #0003;
  flex-shrink: 0;
}
.mc-brand-mark img { width: 38px; height: auto; display: block; }
.mc-brand-name {
  font-family: 'Orbitron', sans-serif; font-weight: 600; font-size: 16px;
  letter-spacing: .24em; color: #C9E7FF;
}
.mc-hero-badge {
  font-family: 'IBM Plex Sans', sans-serif; font-size: 12px; letter-spacing: .18em;
  text-transform: uppercase; color: #8fb4d4; border: 1px solid #ffffff33;
  padding: 7px 14px; border-radius: 100px;
}
.mc-hero h1 {
  font-family: 'Orbitron', sans-serif; font-weight: 800; font-size: clamp(38px,6.4vw,78px);
  line-height: 1.02; letter-spacing: .02em; margin: 44px 0 0; color: #fff;
}
.mc-hero h1 span { color: #C9E7FF; }
.mc-hero-tagline {
  font-family: 'Source Sans 3', sans-serif; font-size: clamp(16px,2vw,20px); color: #bcd6ee;
  max-width: 560px; margin: 20px 0 0; line-height: 1.5;
}
.mc-stats { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.mc-stat {
  display: flex; align-items: baseline; gap: 8px; background: #ffffff14;
  border: 1px solid #ffffff22; padding: 11px 18px; border-radius: 12px;
}
.mc-stat-value { font-family: 'Orbitron', sans-serif; font-weight: 700; font-size: 22px; color: #fff; }
.mc-stat-label { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: #9fc0dd; }

/* ============ TOOLBAR ============ */
.mc-toolbar {
  position: sticky; top: 0; z-index: 20; background: #ffffffee;
  backdrop-filter: blur(8px); border-bottom: 1px solid #D4E1EC; box-shadow: 0 4px 18px #12294510;
}
.mc-toolbar-inner { max-width: 1180px; margin: 0 auto; padding: 14px clamp(16px,5vw,72px); }
.mc-search {
  display: flex; align-items: center; gap: 11px; background: #F1F6FB;
  border: 1px solid #D4E1EC; border-radius: 12px; padding: 0 14px; height: 46px; max-width: 460px;
}
.mc-search svg { flex-shrink: 0; }
.mc-search input {
  border: none; outline: none; background: transparent; flex: 1;
  font-family: 'Source Sans 3', sans-serif; font-size: 15px; color: #142839; height: 100%;
}
.mc-chips { display: flex; gap: 8px; margin-top: 12px; overflow-x: auto; padding-bottom: 4px; }
.mc-chip {
  font-family: 'IBM Plex Sans', sans-serif; font-size: 13.5px; font-weight: 500;
  white-space: nowrap; cursor: pointer; display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 14px; border-radius: 100px; transition: all .15s ease;
  background: #fff; color: #3d5468; border: 1px solid #D4E1EC;
}
.mc-chip.active { background: #123F63; color: #fff; border-color: #123F63; }
.mc-chip-count {
  font-size: 11px; font-weight: 600; padding: 1px 7px; border-radius: 100px;
  background: #EAF3FB; color: #5F90B8;
}
.mc-chip.active .mc-chip-count { background: #ffffff2e; color: #C9E7FF; }

/* ============ CONTENT ============ */
.mc-main { max-width: 1180px; margin: 0 auto; padding: 40px clamp(16px,5vw,72px) 20px; }
.mc-section { margin-bottom: 52px; scroll-margin-top: 150px; animation: mcFade .4s ease both; }
.mc-section-head {
  display: flex; align-items: center; gap: 14px; margin-bottom: 22px; padding-bottom: 16px;
  border-bottom: 1px solid #DBE6F0;
}
.mc-section-icon {
  width: 46px; height: 46px; border-radius: 12px; background: #C9E7FF; color: #123F63;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.mc-section-text { flex: 1; min-width: 0; }
.mc-section-text h2 {
  font-family: 'Orbitron', sans-serif; font-weight: 600; font-size: 17px; letter-spacing: .12em;
  text-transform: uppercase; color: #123F63; margin: 0;
}
.mc-section-text p { font-family: 'Source Sans 3', sans-serif; font-size: 14px; color: #5c748a; margin: 3px 0 0; }
.mc-section-count {
  font-family: 'Orbitron', sans-serif; font-weight: 600; font-size: 13px; color: #5F90B8;
  background: #EAF3FB; border: 1px solid #D4E1EC; padding: 5px 11px; border-radius: 100px; flex-shrink: 0;
}
.mc-grid {
  display: grid; grid-template-columns: repeat(auto-fill,minmax(250px,1fr)); gap: 16px;
}
.mc-grid.compact { grid-template-columns: repeat(auto-fill,minmax(210px,1fr)); }

.mc-card {
  background: #fff; border: 1px solid #E2EBF3; border-radius: 15px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.mc-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px #12294520; border-color: #5F90B8; }
.mc-card-image {
  position: relative; height: 118px; background: linear-gradient(140deg,#EAF3FB 0%,#D6EAFB 100%);
  display: flex; align-items: center; justify-content: center; color: #123F63;
}
.mc-card-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.mc-card-fallback { display: none; align-items: center; justify-content: center; width: 100%; height: 100%; }
.mc-badge-impreso {
  position: absolute; top: 10px; left: 10px; font-family: 'IBM Plex Sans', sans-serif;
  font-size: 10px; font-weight: 600; letter-spacing: .1em; background: #123F63; color: #C9E7FF;
  padding: 4px 8px; border-radius: 6px;
}
.mc-badge-color {
  position: absolute; top: 10px; right: 10px; width: 22px; height: 22px; border-radius: 50%;
  border: 2px solid #fff; box-shadow: 0 2px 6px #12294530;
}
.mc-badge-transparent {
  background-image: linear-gradient(45deg,#cfdce8 25%,transparent 25%,transparent 75%,#cfdce8 75%),
    linear-gradient(45deg,#cfdce8 25%,#fff 25%,#fff 75%,#cfdce8 75%);
  background-size: 8px 8px; background-position: 0 0, 4px 4px;
}
.mc-card-body { padding: 15px 15px 16px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.mc-card-body h3 {
  font-family: 'IBM Plex Sans', sans-serif; font-weight: 600; font-size: 15.5px;
  line-height: 1.25; color: #142839; margin: 0;
}
.mc-specs { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.mc-spec {
  display: inline-flex; align-items: center; gap: 5px; background: #F1F6FB; border: 1px solid #E2EBF3;
  border-radius: 7px; padding: 4px 9px; font-family: 'Source Sans 3', sans-serif; font-size: 12.5px;
}
.mc-spec-label { color: #89a1b6; font-size: 11px; letter-spacing: .02em; }
.mc-spec-value { color: #123F63; font-weight: 600; }

.mc-no-results { text-align: center; padding: 80px 20px; color: #5c748a; }
.mc-no-results svg { margin-bottom: 14px; }
.mc-no-results p:first-of-type {
  font-family: 'Orbitron', sans-serif; font-size: 16px; letter-spacing: .08em; color: #123F63; margin: 0;
}
.mc-no-results p:last-of-type { font-size: 15px; margin: 8px 0 0; }

/* ============ RESEÑAS DE GOOGLE ============ */
.mc-reviews { background: linear-gradient(135deg,#123F63 0%,#142839 100%); }
.mc-reviews-inner { max-width: 1180px; margin: 0 auto; padding: 44px clamp(16px,5vw,72px); text-align: center; }
.mc-reviews-head { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 22px; }
.mc-google-badge {
  width: 46px; height: 46px; border-radius: 12px; background: #C9E7FF; border: 1px solid #ffffff22;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 6px 20px #0003;
}
.mc-reviews-head h2 {
  font-family: 'Orbitron', sans-serif; font-weight: 600; font-size: 17px; letter-spacing: .1em;
  text-transform: uppercase; color: #fff; margin: 0; text-align: left;
}
.mc-reviews-head p { font-family: 'Source Sans 3', sans-serif; font-size: 14px; color: #bcd6ee; margin: 3px 0 0; text-align: left; }
.mc-reviews-widget { margin: 0 auto 24px; max-width: 960px; min-height: 90px; }
.mc-reviews-btn {
  display: inline-flex; align-items: center; gap: 8px; background: #C9E7FF; color: #123F63;
  font-family: 'IBM Plex Sans', sans-serif; font-weight: 600; font-size: 15px;
  padding: 12px 22px; border-radius: 100px; transition: transform .15s ease, box-shadow .15s ease;
}
.mc-reviews-btn:hover { color: #123F63; transform: translateY(-2px); box-shadow: 0 10px 24px #0006; }

/* ============ FOOTER ============ */
.mc-footer {
  background: linear-gradient(135deg,#123F63 0%,#142839 100%); color: #fff; margin-top: 30px;
}
.mc-footer-inner { max-width: 1180px; margin: 0 auto; padding: 52px clamp(20px,5vw,72px); }
.mc-footer-top { display: flex; flex-wrap: wrap; gap: 32px; align-items: flex-end; justify-content: space-between; }
.mc-footer-cta { max-width: 520px; }
.mc-footer-cta h2 {
  font-family: 'Orbitron', sans-serif; font-weight: 700; font-size: clamp(24px,3.5vw,36px);
  margin: 0; color: #fff;
}
.mc-footer-cta h2 span { color: #C9E7FF; }
.mc-footer-cta p { font-size: 16px; color: #bcd6ee; margin: 14px 0 0; line-height: 1.55; }
.mc-wa-btn {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; background: #25D366;
  color: #0a2a15; font-family: 'IBM Plex Sans', sans-serif; font-weight: 600; font-size: 16px;
  padding: 13px 22px; border-radius: 100px; box-shadow: 0 8px 22px #25d36640;
  transition: transform .15s ease, box-shadow .15s ease;
}
.mc-wa-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px #25d36660; color: #0a2a15; }
.mc-footer-contact { display: flex; flex-direction: column; gap: 12px; font-family: 'IBM Plex Sans', sans-serif; }
.mc-footer-contact-row { display: flex; align-items: center; gap: 11px; }
.mc-footer-contact-row span { color: #dce9f5; font-size: 15px; }
.mc-footer-bottom {
  margin-top: 44px; padding-top: 22px; border-top: 1px solid #ffffff22; display: flex;
  flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between;
}
.mc-footer-bottom .mc-brand-name { color: #C9E7FF; }
.mc-footer-bottom-note { font-size: 13px; color: #8fb4d4; }

/* Floating WhatsApp */
.mc-wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 58px; height: 58px;
  border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px #0a3d1f55; transition: transform .16s ease, box-shadow .16s ease;
}
.mc-wa-float:hover { transform: scale(1.08); box-shadow: 0 12px 30px #0a3d1f77; }

@media (max-width: 640px) {
  .mc-hero-watermark { display: none; }
}
