:root {
  --mk-primario: #191d66;
  --mk-secundario: #35aad5;
  --mk-fondo: #ffffff;
  --mk-texto: #12142e;
  --muted: #5b5f78;
  --light-band: #f3f5fb;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--mk-fondo); color: var(--mk-texto); font-family: "Rubik", system-ui, sans-serif; overflow-x: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
section { padding: clamp(1.8rem, 4vw, 3.2rem) clamp(1.2rem, 6vw, 5vw); }
.wrap { max-width: 1180px; margin: 0 auto; }
.eyebrow { display: inline-block; position: relative; font-size: clamp(.72rem, 1.4vw, .85rem); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--mk-secundario); margin: 0 0 .9rem; padding-bottom: .4rem; }
.eyebrow::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 36px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, currentColor 0%, currentColor 35%, transparent 55%, currentColor 75%, currentColor 100%);
  background-size: 220% 100%; opacity: .8;
  animation: mkDataline 3.2s linear infinite;
}
@keyframes mkDataline { 0% { background-position: 0% 0; } 100% { background-position: -220% 0; } }
@media (prefers-reduced-motion: reduce) { .eyebrow::after { animation: none; } }
h1, h2, h3 { font-weight: 800; letter-spacing: -.01em; margin: 0 0 .8rem; line-height: 1.08; }
p { line-height: 1.6; margin: 0 0 1rem; }

/* ---------- elevación + glow al pasar el mouse (tarjetas de toda la web) ---------- */
.mk-lav-card, .pf-feature-card, .module-card, .svc-card, .plan, .consultant-card, .testimonial-card, .product-card, .stat-card, .channel {
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease;
}
.mk-lav-card:hover, .pf-feature-card:hover, .module-card:hover, .svc-card:hover, .plan:hover, .consultant-card:hover, .testimonial-card:hover, .stat-card:hover, .channel:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px -16px color-mix(in srgb, var(--mk-primario) 30%, transparent), 0 0 0 1px color-mix(in srgb, var(--mk-secundario) 24%, transparent);
}
.product-card:hover { box-shadow: 0 26px 54px -18px color-mix(in srgb, var(--mk-primario) 32%, transparent); }
@media (prefers-reduced-motion: reduce) {
  .mk-lav-card, .pf-feature-card, .module-card, .svc-card, .plan, .consultant-card, .testimonial-card, .product-card, .stat-card, .channel { transition: none; }
}

/* ---------- botón principal del header: leve resplandor para guiar la conversión ---------- */
.mk-header .btn-solid { animation: mkHeaderGlow 2.8s ease-in-out infinite; }
@keyframes mkHeaderGlow {
  0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--mk-secundario) 0%, transparent); }
  50% { box-shadow: 0 0 16px 3px color-mix(in srgb, var(--mk-secundario) 55%, transparent); }
}
@media (prefers-reduced-motion: reduce) { .mk-header .btn-solid { animation: none; } }

/* ---------- header ---------- */
.mk-header {
  position: sticky; top: 0; z-index: 999; background: #fff;
  display: flex; align-items: center; justify-content: space-between;
  padding: .8rem clamp(1rem, 4vw, 2.4rem);
}
.mk-header .brand { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 2.4rem); }
.mk-header img.logo { height: clamp(26px, 3.4vw, 34px); width: auto; }
.mk-header nav { display: none; align-items: center; gap: clamp(.85rem, 1.7vw, 1.4rem); flex-wrap: wrap; }
.mk-header nav a { font-weight: 600; font-size: .88rem; text-decoration: none; color: var(--mk-texto); position: relative; white-space: nowrap; }
.mk-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -4px; height: 2px; background: var(--mk-secundario); transition: right .25s cubic-bezier(.65,0,.35,1); }
.mk-header nav a:hover::after { right: 0; }
@media (min-width: 1000px) { .mk-header nav { display: flex; } }
.mk-header .actions { display: flex; align-items: center; gap: .6rem; }
.mk-header .tel { display: none; font-weight: 700; font-size: .86rem; color: var(--mk-primario); text-decoration: none; white-space: nowrap; }
@media (min-width: 640px) { .mk-header .tel { display: inline; } }
.btn { display: inline-block; font-weight: 700; text-decoration: none; padding: .65rem 1.3rem; border-radius: 999px; font-size: .88rem; white-space: nowrap; }
.btn-solid { background: var(--mk-secundario); color: #08131a; }
.btn-outline { border: 1.5px solid var(--mk-texto); color: var(--mk-texto); }
@media (max-width: 480px) { .btn-outline { display: none; } }
.lang-toggle { display: flex; align-items: center; border: 1.5px solid var(--mk-texto); border-radius: 999px; overflow: hidden; flex-shrink: 0; }
.lang-toggle button { font-family: inherit; border: none; background: none; cursor: pointer; padding: .45rem .7rem; font-weight: 700; font-size: .74rem; color: var(--mk-texto); letter-spacing: .02em; }
.lang-toggle button.active { background: var(--mk-secundario); color: #08131a; }

/* ---------- hero (home) ---------- */
.hero-section { padding-top: clamp(2rem, 5vw, 3rem); }
.hero { display: grid; gap: clamp(2rem, 5vw, 3rem); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 940px) { .hero { grid-template-columns: 1.05fr 1fr; } }
.hero h1 { font-size: clamp(2.1rem, 5.4vw, 3.4rem); }
.hero .lead { font-size: clamp(1rem, 1.8vw, 1.15rem); color: var(--muted); max-width: 46ch; }

/* ---------- hero principal de la home: mensaje centrado a todo el ancho ---------- */
.home-hero { padding-top: clamp(2.4rem, 6vw, 3.6rem); padding-bottom: clamp(1rem, 3vw, 2rem); }
.home-hero .wrap { max-width: 100%; text-align: center; }
.home-hero .eyebrow { font-size: clamp(.78rem, 1.4vw, .92rem); }
.home-hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.6rem); line-height: 1.1; max-width: 26ch; margin: 0 auto .9rem; }
.home-hero .mk-scribble { background: linear-gradient(100deg, var(--mk-secundario) 20%, #7c5cff 90%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.home-hero .lead { font-size: clamp(1rem, 1.6vw, 1.15rem); max-width: 62ch; margin: 0 auto; }
.hero .cta-row { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 1.4rem; }
.hero .cta-row .btn-solid { padding: .85rem 1.7rem; font-size: .95rem; }
.hero-visual { position: relative; }
.hero-shot-wrap { border-radius: 20px; box-shadow: 0 20px 60px rgba(17,20,60,.18); }
.hero-shot { border-radius: 20px; width: 100%; }

/* ---------- franjas de color (bloques) ---------- */
.band-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 860px) { .band-grid { grid-template-columns: 1.1fr 1fr; grid-template-rows: auto auto; } .band-grid .cell-tall { grid-row: 1 / 3; } }
.cell { padding: clamp(1.6rem, 4vw, 2.4rem); border-radius: 22px; }
.cell h2 { font-size: clamp(1.4rem, 3vw, 2rem); }
.cell p { opacity: .92; }
.cell a.link { font-weight: 700; text-decoration: underline; }
.mk-band { border-radius: 22px; }
.mk-band-accent { background: var(--mk-secundario); color: #08131a; }
.mk-band-dark { background: var(--mk-primario); color: #fff; }
.mk-band-light { background: color-mix(in srgb, var(--mk-texto) 6%, #fff); color: var(--mk-texto); }

/* ---------- captura simple (esquinas redondeadas + sombra suave) ---------- */
.mk-shot { border-radius: 20px; overflow: hidden; box-shadow: 0 30px 60px -18px rgba(17,20,60,.38); }
.mk-shot img { display: block; width: 100%; height: auto; }

/* ---------- marco de laptop (vestimos capturas reales de producto) --------- */
.mk-laptop-frame { max-width: 100%; filter: drop-shadow(0 30px 45px rgba(17,20,60,.22)); transition: transform .4s cubic-bezier(.22,1,.36,1); }
.mk-laptop-screen { background: #1a1c2e; border-radius: 14px; padding: 10px 10px 14px; }
.mk-laptop-screen .cam { width: 5px; height: 5px; border-radius: 50%; background: #40415a; margin: 0 auto 8px; }
.mk-laptop-screen .screen-inner { border-radius: 6px; overflow: hidden; background: #fff; }
.mk-laptop-screen img { display: block; width: 100%; height: auto; }
.mk-laptop-hinge { height: 8px; background: linear-gradient(180deg, #cfd1de, #aeb0c2); margin: 0 3%; border-radius: 0 0 3px 3px; }
.mk-laptop-base { height: 13px; background: linear-gradient(180deg, #e6e7ee, #c6c8d6); border-radius: 0 0 12px 12px; position: relative; }
.mk-laptop-base::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 15%; height: 5px; background: #b3b5c4; border-radius: 0 0 7px 7px; }
@media (hover: hover) { .mk-laptop-frame:hover { transform: translateY(-4px); } }

/* ---------- insignias con icono en degradado ---------- */
.mk-icon-badge { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, #7c5cff, #3aa0ff); margin-bottom: .9rem; flex-shrink: 0; }
.mk-icon-badge svg { width: 24px; height: 24px; stroke: #fff; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- tarjetas de característica claras (guardrails, integraciones) -- */
.mk-lav-card { background: color-mix(in srgb, var(--mk-secundario) 6%, #f4f4fb); border-radius: 18px; padding: 1.5rem 1.4rem; }
.mk-lav-card h4 { font-size: 1rem; margin: 0 0 .4rem; }
.mk-lav-card p { font-size: .88rem; color: var(--muted); margin: 0; line-height: 1.5; }

/* ---------- testimonios (estilo web original) ---------- */
.testimonial-grid { display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.testimonial-card { background: #fff; border: 1px solid #e6e8f2; border-radius: 20px; padding: 2rem 1.6rem; text-align: center; box-shadow: 0 10px 30px rgba(17,20,60,.06); }
.testimonial-card .tname { font-weight: 800; font-size: 1.35rem; color: var(--mk-primario); letter-spacing: -.01em; }
.testimonial-card .stars { color: #f5b400; font-size: 1.1rem; letter-spacing: .1em; margin: 1.4rem 0 .5rem; }
.testimonial-card .tlabel { font-weight: 700; font-size: .82rem; color: var(--mk-texto); letter-spacing: .04em; }

/* ---------- marco de navegador (viste capturas reales de producto) ---------- */
.mk-browser-frame { border-radius: 16px; overflow: hidden; box-shadow: 0 20px 60px rgba(17,20,60,.16); background: #fff; }
.mk-browser-frame .bar { display: flex; align-items: center; gap: .45rem; padding: .55rem .8rem; background: #e9eaf0; }
.mk-browser-frame .dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.mk-browser-frame .dot.red { background: #ff5f57; }
.mk-browser-frame .dot.yellow { background: #febc2e; }
.mk-browser-frame .dot.green { background: #28c840; }
.mk-browser-frame .url { margin-left: .5rem; background: #fff; border-radius: 6px; padding: .3rem .9rem; font-size: .78rem; color: var(--muted); font-family: monospace; }
.mk-browser-frame img { display: block; width: 100%; height: auto; }
.mk-browser-frame.dark .bar { background: #171933; }
.mk-browser-frame.dark .url { background: #262a4d; color: #b6b9d6; }

/* ---------- tarjetas de producto (home) ---------- */
.products-grid { display: grid; gap: 1.6rem; grid-template-columns: 1fr; }
@media (min-width: 900px) { .products-grid { grid-template-columns: 1fr 1fr; } }
.product-card { border: 1px solid #e6e8f2; border-radius: 26px; overflow: hidden; display: flex; flex-direction: column; }

/* banner fotográfico con degradado, texto montado encima (mismas proporciones en ambos productos) */
.product-banner { position: relative; aspect-ratio: 1800 / 760; background-size: cover; background-position: center; }
.banner-text { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: .65rem; padding: clamp(1.1rem, 4vw, 2rem); max-width: 64%; }
.banner-text .product-kicker { font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #fff; opacity: .85; margin: 0; }
.banner-text h3 { font-size: clamp(1.05rem, 2.2vw, 1.45rem); color: #fff; margin: 0; line-height: 1.24; }
.banner-text h3 .accent { color: var(--mk-secundario); }
.product-banner.wa .accent { color: #3ddc84; }
.banner-btn { align-self: flex-start; background: var(--mk-secundario); color: #08131a; }
.product-banner.wa .banner-btn { background: #25d366; color: #06210f; }

.product-body { padding: 1.5rem 1.6rem 1.7rem; display: flex; flex-direction: column; gap: 1rem; flex: 1; }
.product-body .desc { color: var(--muted); font-size: .95rem; margin: 0; }
.product-body ul.feat-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .4rem; }
.product-body ul.feat-list li { font-size: .86rem; color: var(--mk-texto); }
.product-body ul.feat-list li::before { content: "✓ "; color: var(--mk-secundario); font-weight: 800; }
.product-body .product-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: auto; padding-top: .4rem; }

/* ---------- ficha de producto (páginas dedicadas) ---------- */
.pf-section { display: grid; gap: clamp(1.6rem, 4vw, 3rem); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) { .pf-section.img-right { grid-template-columns: 1fr 1.1fr; } .pf-section.img-left { grid-template-columns: 1.1fr 1fr; } .pf-section.img-left .pf-media { order: -1; } }
.pf-section h1 { font-size: clamp(2rem, 4.2vw, 3.1rem); line-height: 1.1; }
.pf-section h2 { font-size: clamp(1.5rem, 3.2vw, 2.2rem); }
.pf-section p.lead { color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.1rem); }
.pf-badges { display: flex; flex-wrap: wrap; gap: .6rem; margin: .8rem 0 0; }
.pf-badge { border: 1px solid #e6e8f2; border-radius: 999px; padding: .5rem 1.1rem; font-size: .8rem; font-weight: 700; color: var(--mk-primario); }
.pf-check-grid { display: grid; gap: .6rem; margin-top: 1rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.pf-check-grid li { list-style: none; font-size: .9rem; color: var(--mk-texto); }
.pf-check-grid li::before { content: "✓ "; color: var(--mk-secundario); font-weight: 800; }

.pf-feature-grid { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.pf-feature-card { border: 1px solid #e6e8f2; border-radius: 20px; padding: 1.4rem 1.3rem; }
.pf-feature-card .ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--light-band); color: var(--mk-primario); font-weight: 800; margin-bottom: .8rem; }
.pf-feature-card h4 { font-size: 1rem; margin: 0 0 .35rem; }
.pf-feature-card p { font-size: .86rem; color: var(--muted); margin: 0; }

.pf-req-list { display: grid; gap: .5rem; margin-top: 1rem; }
.pf-req-list li { list-style: none; font-size: .9rem; color: var(--muted); padding-left: 1.3rem; position: relative; }
.pf-req-list li::before { content: "—"; position: absolute; left: 0; color: var(--mk-secundario); }

/* ---------- servicios ---------- */
.services-grid { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.svc-card { border-radius: 22px; overflow: hidden; border: 1px solid #e6e8f2; }
.svc-card img { width: 100%; aspect-ratio: 16/11; object-fit: cover; }
.svc-card img.svc-contain { object-fit: contain; background: var(--light-band); padding: .6rem; }
.svc-card.no-img { display: flex; align-items: center; background: var(--light-band); }
.svc-body { padding: 1.4rem 1.4rem 1.5rem; }
.svc-badge { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; font-weight: 800; margin-bottom: .8rem; background: var(--light-band); color: var(--mk-primario); }
.svc-card h3 { font-size: 1.08rem; margin-bottom: .35rem; }
.svc-card p { font-size: .88rem; color: var(--muted); margin-bottom: 0; }

/* ---------- cifras ---------- */
.stats-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.stat-card { border: 1px solid #e6e8f2; border-radius: 20px; padding: 1.6rem 1.4rem; }
.stat-card .n { font-size: clamp(2.2rem, 4.4vw, 3rem); font-weight: 800; color: var(--mk-secundario); display: block; }
.stat-card p { font-size: .88rem; color: var(--muted); margin: .3rem 0 0; }

/* ---------- precios ---------- */
.plans-grid { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); align-items: stretch; }
.plan { border: 1.5px solid #e6e8f2; border-radius: 22px; padding: 1.7rem 1.5rem; display: flex; flex-direction: column; background: #fff; }
.plan.featured { background: var(--mk-primario); color: #fff; border-color: var(--mk-primario); }
.plan .badge2 { display: inline-block; font-weight: 800; font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; padding: .25rem .6rem; border-radius: 999px; margin-bottom: .6rem; background: var(--light-band); color: var(--muted); }
.plan.featured .badge2 { background: var(--mk-secundario); color: #08131a; }
.plan h3 { font-size: 1.2rem; margin-bottom: .2rem; }
.plan .price { font-size: 2rem; font-weight: 800; color: var(--mk-secundario); margin: .2rem 0 .8rem; }
.plan.featured .price { color: #fff; }
.plan .price span { font-size: .78rem; font-weight: 500; opacity: .7; }
.plan ul { list-style: none; margin: 0 0 .8rem; padding: 0; display: grid; gap: .35rem; flex: 1; }
.plan li { font-size: .84rem; }
.plan li::before { content: "✓ "; color: var(--mk-secundario); font-weight: 800; }
.plan.featured li::before { color: #fff; }
.plan .limits { padding-top: .6rem; border-top: 1px dashed #d8dae8; font-size: .74rem; opacity: .75; }
.plan.featured .limits { border-top-color: rgba(255,255,255,.25); }

/* ---------- clientes ---------- */
.clients-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.client-chip { background: var(--light-band); border-radius: 999px; padding: .7rem 1.4rem; font-weight: 800; letter-spacing: .03em; color: var(--mk-primario); }

/* ---------- equipo / consultores ---------- */
.team-grid { display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fit, minmax(min(380px, 100%), 1fr)); }
.person { border: 1px solid #e6e8f2; border-radius: 20px; padding: 1.4rem 1.5rem; }
.person .name { font-weight: 800; font-size: 1.05rem; }
.person .role { color: var(--mk-secundario); font-weight: 700; font-size: .8rem; margin: .1rem 0 .6rem; }
.person a { display: block; font-size: .82rem; color: var(--muted); text-decoration: none; margin-top: .15rem; }
.consultant-card { border: 1px solid #e6e8f2; border-radius: 24px; padding: 1.8rem; display: grid; grid-template-columns: clamp(140px, 26vw, 220px) 1fr; gap: 1.6rem; align-items: start; }
@media (max-width: 620px) { .consultant-card { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.consultant-card .photo { width: 100%; aspect-ratio: 3 / 4; border-radius: 18px; object-fit: cover; box-shadow: 0 12px 30px rgba(17,20,60,.14); }
.consultant-card .name { font-weight: 800; font-size: 1.3rem; margin-bottom: .15rem; }
.consultant-card .role { color: var(--mk-secundario); font-weight: 700; font-size: .9rem; margin-bottom: .15rem; }
.consultant-card .lang { color: var(--muted); font-size: .8rem; margin-bottom: .8rem; }
.consultant-card p.bio { font-size: .94rem; color: var(--muted); margin-bottom: 1.2rem; line-height: 1.55; }
.consultant-direct { margin-top: 1rem; padding-top: 1rem; border-top: 1px dashed #e6e8f2; }
.consultant-direct a { display: block; font-size: .86rem; color: var(--muted); text-decoration: none; margin: .25rem 0; }
.consultant-direct a:hover { color: var(--mk-primario); }
@media (max-width: 620px) { .consultant-direct { border-top: none; padding-top: 0; } }

/* ---------- módulos (capacitación) ---------- */
.modules-grid { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.module-card { border: 1px solid #e6e8f2; border-radius: 20px; overflow: hidden; }
.module-card img { width: 100%; aspect-ratio: 16/11; object-fit: cover; }
.module-card .m-body { padding: 1.2rem 1.3rem 1.4rem; }
.module-card.no-img .m-body { padding-top: 1.4rem; }
.module-card h3 { font-size: 1rem; margin-bottom: .3rem; }
.module-card p { font-size: .84rem; color: var(--muted); margin-bottom: .7rem; }
.module-card a.link { font-weight: 700; font-size: .84rem; color: var(--mk-secundario); text-decoration: none; }
.tag-row { display: flex; gap: .6rem; flex-wrap: wrap; margin: .4rem 0 1.4rem; }
.tag-chip { background: var(--light-band); border-radius: 999px; padding: .4rem 1rem; font-weight: 700; font-size: .78rem; color: var(--mk-primario); }

/* ---------- preguntas frecuentes ---------- */
.faq-list { display: grid; gap: .8rem; max-width: 860px; }
.faq-item { border: 1px solid #e6e8f2; border-radius: 16px; padding: .2rem 1.3rem; background: #fff; }
.faq-item summary { cursor: pointer; font-weight: 700; font-size: .98rem; padding: 1.1rem 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.4rem; font-weight: 400; color: var(--mk-secundario); flex-shrink: 0; transition: transform .25s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .a { padding: 0 0 1.2rem; color: var(--muted); font-size: .92rem; line-height: 1.6; }

/* ---------- contacto: formulario embebido ---------- */
.form-embed { max-width: 100%; margin: 1.2rem 0 0; padding: clamp(1rem, 3vw, 1.6rem); background: #fff; border-radius: 22px; box-shadow: 0 15px 45px rgba(0,0,0,.08); }

/* ---------- contacto: canales ---------- */
.contact-channels { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); margin-top: 1.6rem; }
.channel { border: 1px solid #e6e8f2; border-radius: 18px; padding: 1.3rem 1.4rem; }
.channel h4 { font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--mk-secundario); margin: 0 0 .5rem; }
.channel a, .channel p { display: block; font-size: .9rem; text-decoration: none; margin: .2rem 0; color: var(--mk-texto); }
.social-row { display: flex; gap: .7rem; margin-top: 1.6rem; }
.social-row a { background: var(--light-band); border-radius: 999px; padding: .55rem 1.2rem; font-weight: 700; font-size: .82rem; text-decoration: none; color: var(--mk-primario); }

/* ---------- CTA banda oscura ---------- */
.cta-band { background: var(--mk-primario); color: #fff; border-radius: 26px; text-align: center; padding: clamp(2.4rem, 6vw, 4rem) clamp(1.4rem, 5vw, 3rem); }
.cta-band h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); }
.phone-cta { font-size: clamp(1.2rem, 3vw, 1.7rem); font-weight: 800; color: #08131a; background: var(--mk-secundario); text-decoration: none; display: inline-block; padding: .7rem 1.7rem; border-radius: 16px; margin-top: 1rem; }

/* ---------- página interior: hero simple ---------- */
.page-hero { display: grid; gap: clamp(1.6rem, 4vw, 2.6rem); grid-template-columns: 1fr; align-items: center; padding-top: clamp(1.6rem, 4vw, 2.6rem); }
@media (min-width: 860px) { .page-hero.with-img { grid-template-columns: 1.1fr .9fr; } }
.page-hero h1 { font-size: clamp(1.9rem, 4.6vw, 3rem); }
.page-hero .lead { color: var(--muted); font-size: clamp(.98rem, 1.7vw, 1.1rem); max-width: 50ch; }
.page-hero-img { border-radius: 24px; overflow: hidden; }
.page-hero-img img { width: 100%; }

/* ---------- agenda: calendario propio de reservas ---------- */
.agenda-tz-row { display: flex; align-items: center; gap: .6rem; margin-bottom: .8rem; flex-wrap: wrap; }
.agenda-tz-row label { font-size: .78rem; font-weight: 700; color: var(--muted); }
.agenda-tz-row select { font-family: inherit; font-size: .82rem; padding: .4rem .7rem; border-radius: 10px; border: 1.5px solid #e6e8f2; background: #fff; color: var(--mk-texto); }
.agenda-status { color: var(--muted); font-size: .95rem; }
.agenda-calendar { display: grid; gap: .5rem; }
.agenda-week { display: grid; gap: .4rem; grid-template-columns: repeat(auto-fit, minmax(64px, 1fr)); }
.agenda-day {
  font-family: inherit; cursor: pointer; text-align: center; background: #fff;
  border: 1.5px solid #e6e8f2; border-radius: 12px; padding: .45rem .3rem;
  display: flex; flex-direction: column; gap: .05rem;
  transition: transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s ease, border-color .25s ease;
}
.agenda-day .dow { font-size: .6rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.agenda-day .num { font-size: 1.05rem; font-weight: 800; color: var(--mk-texto); }
.agenda-day .mon { font-size: .6rem; color: var(--muted); }
.agenda-day:hover { transform: translateY(-3px); box-shadow: 0 14px 28px -12px color-mix(in srgb, var(--mk-primario) 28%, transparent); border-color: var(--mk-secundario); }
.agenda-day.active { background: var(--mk-primario); border-color: var(--mk-primario); }
.agenda-day.active .dow, .agenda-day.active .mon { color: #c7c9de; }
.agenda-day.active .num { color: #fff; }

.agenda-slots-wrap { margin-top: 1.2rem; }
.agenda-slots { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: .8rem; }
.agenda-slot {
  font-family: inherit; cursor: pointer; background: #fff; border: 1.5px solid #e6e8f2; border-radius: 999px;
  padding: .6rem 1.2rem; font-weight: 700; font-size: .88rem; color: var(--mk-texto);
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.agenda-slot:hover { border-color: var(--mk-secundario); transform: translateY(-2px); }
.agenda-slot.active { background: var(--mk-secundario); border-color: var(--mk-secundario); color: #08131a; }

.agenda-form { margin-top: 2.2rem; padding: clamp(1.2rem, 3vw, 2rem); background: #fff; border: 1px solid #e6e8f2; border-radius: 24px; box-shadow: 0 20px 50px -20px rgba(17,20,60,.12); }
.agenda-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; margin-top: 1.2rem; }
@media (min-width: 640px) { .agenda-grid { grid-template-columns: 1fr 1fr; } }
.agenda-field { display: flex; flex-direction: column; gap: .35rem; }
.agenda-field label { font-size: .8rem; font-weight: 700; color: var(--mk-texto); }
.agenda-field input, .agenda-field select {
  font-family: inherit; font-size: .92rem; padding: .7rem .9rem; border-radius: 12px;
  border: 1.5px solid #e6e8f2; background: #fff; color: var(--mk-texto);
}
.agenda-field input:focus, .agenda-field select:focus { outline: none; border-color: var(--mk-secundario); }
.agenda-phone-row { display: flex; gap: .5rem; }
.agenda-phone-row .agenda-phone-code { flex: 0 0 auto; width: 6.4rem; padding-left: .5rem; padding-right: .3rem; }
.agenda-phone-row input { flex: 1 1 auto; min-width: 0; }
.agenda-radio-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: .5rem; }
.agenda-radio { display: flex; align-items: center; gap: .5rem; border: 1.5px solid #e6e8f2; border-radius: 999px; padding: .55rem 1.1rem; font-size: .88rem; font-weight: 600; cursor: pointer; }
.agenda-radio input { accent-color: var(--mk-secundario); }
.agenda-error { color: #d3402c; font-size: .86rem; font-weight: 600; margin-top: 1rem; }
.agenda-form .btn { margin-top: 1.4rem; }
.agenda-form button.link { display: block; background: none; border: none; font-family: inherit; margin-top: .8rem; font-size: .84rem; color: var(--muted); text-decoration: underline; cursor: pointer; padding: 0; }

.agenda-confirm { text-align: center; max-width: 60ch; margin: 0 auto; padding: clamp(1.6rem, 4vw, 2.4rem); }
.agenda-confirm-icon { width: 60px; height: 60px; border-radius: 50%; background: var(--mk-secundario); display: grid; place-items: center; margin: 0 auto 1.2rem; }
.agenda-confirm-icon svg { width: 28px; height: 28px; stroke: #08131a; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- footer ---------- */
footer.site-footer { background: #08091c; color: #fff; padding: clamp(3rem, 7vw, 5rem) clamp(1.2rem, 6vw, 4rem) 2rem; }
footer.site-footer .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.6rem; max-width: 1180px; margin: 0 auto 2rem; }
footer.site-footer h4 { color: var(--mk-secundario); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 .6rem; }
footer.site-footer a, footer.site-footer p { display: block; font-size: .88rem; color: #c7c9de; text-decoration: none; margin: .25rem 0; }
footer.site-footer .legal { max-width: 1180px; margin: 1.4rem auto 0; font-size: .72rem; color: #7d7f99; border-top: 1px solid #22233d; padding-top: 1.2rem; }
