/*
  Politrack — Marketing Home UI (v3)
  Objetivo: look & feel “CRM premium” (competidor de Kajabi / Monday) + estética Liquid Glass.
  Archivo: /public_html/assets/css/marketing-home-v2.css
*/

:root{
  --container: 1160px;

  /* Fonts (premium) */
  --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  --font-display: "Sora", "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial;

  /* Colors */
  --bg: #fbfbfe;
  --panel: rgba(255,255,255,.72);
  --panel2: rgba(255,255,255,.56);
  --text: #0b0f1a;
  --muted: rgba(11,15,26,.68);
  --muted2: rgba(11,15,26,.52);
  --line: rgba(11,15,26,.08);
  --line2: rgba(11,15,26,.12);

  --pink: #fb275d;
  --pink2: #ff2d78;
  --pinkSoft: rgba(251,39,93,.12);
  --blueSoft: rgba(59,130,246,.12);

  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;

  /* Shadows (softer) */
  --shadow-xs: 0 6px 18px rgba(15,23,42,.06);
  --shadow-sm: 0 10px 28px rgba(15,23,42,.08);
  --shadow-md: 0 18px 60px rgba(15,23,42,.10);
  --shadow-lg: 0 28px 90px rgba(15,23,42,.12);
  --shadow-xl: 0 36px 120px rgba(15,23,42,.14);

  /* Motion */
  --ease: cubic-bezier(.16,1,.3,1);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{ margin:0; }

body.mk-body{
  font-family: var(--font-sans);
  font-weight: 400;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;

  color: var(--text);
  background:
    radial-gradient(1200px 700px at 15% 5%, rgba(251,39,93,.10), transparent 55%),
    radial-gradient(900px 520px at 80% 16%, rgba(59,130,246,.10), transparent 56%),
    radial-gradient(1000px 700px at 45% 90%, rgba(251,39,93,.07), transparent 60%),
    var(--bg);
  overflow-x:hidden;
}

/* Bloquea scroll cuando menú/modales están abiertos */
body.mk-noScroll{ overflow:hidden; }

@media (max-width: 700px){
  body.mk-body{ padding-bottom: 86px; }
}

/* Accesibilidad */
.mk-sr{
  position:absolute !important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}
.mk-skip{
  position:absolute;left:12px;top:12px;
  z-index:9999;
  padding:.6rem .85rem;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.92);
  box-shadow:var(--shadow-sm);
  color:var(--text);
  text-decoration:none;
  transform:translateY(-140%);
  transition:transform .25s var(--ease);
}
.mk-skip:focus{ transform:translateY(0); }

/* Layout */
.mk-shell{
  width:min(var(--container), calc(100% - 48px));
  margin:0 auto;
}
@media (max-width: 640px){
  .mk-shell{ width:calc(100% - 32px); }
}

/* Tipografía utilitaria */
.mk-h1{
  font-family: var(--font-sans);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.03;
  font-size: clamp(2.35rem, 4.2vw, 3.9rem);
  margin: 0 0 1rem;
  text-wrap: balance;

}
.mk-h2{
  font-family: var(--font-sans);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  margin: 0 0 .8rem;
  text-wrap: balance;

}
.mk-h3{
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-size: 1.08rem;
  margin: .4rem 0 .4rem;
}
.mk-muted{ color: var(--muted); }
.mk-muted--light{ color: rgba(255,255,255,.78); }
.mk-titleCaps{ text-transform: uppercase; letter-spacing: .18em; font-size: .82rem; font-weight: 600; font-size: .98rem; }
.mk-center{ text-align:center; }
.mk-code{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  padding: .18rem .5rem;
  border-radius: 999px;
  background: rgba(11,16,32,.06);
  border: 1px solid rgba(11,16,32,.10);
}

.mk-dot{ opacity:.5; padding:0 .35rem; }
.mk-gradText{
  background: linear-gradient(90deg, var(--pink), #ff5aa0 48%, #7c3aed 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
  background-size: 200% 100%;
  animation: mkGrad 10s ease-in-out infinite;

}

/* Iconos */
.mk-ico{ display:inline-block; vertical-align: -0.22em; }

/* Alert */
.mk-alert{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(17,24,39,.92);
  color: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.mk-alert__inner{
  width:min(var(--container), calc(100% - 48px));
  margin:0 auto;
  padding:.75rem 0;
  font-size:.95rem;
}

/* Header (glass) */
.mk-header{
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.72);
  border-bottom: 1px solid rgba(11,16,32,.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: box-shadow .25s var(--ease), background .25s var(--ease);
}
.mk-header.is-scrolled{
  box-shadow: var(--shadow-sm);
  background: rgba(255,255,255,.80);
}
.mk-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  padding: 14px 0;
}

.mk-brand{
  display:flex;
  align-items:center;
  gap: 10px;
  text-decoration:none;
  color: inherit;
}
.mk-brand__logo{ height: 26px; width:auto; display:block; }
.mk-brand__tag{  font-weight: 600; font-size: .98rem;
  font-size: .88rem;
  color: rgba(11,16,32,.62);
  border: 1px solid rgba(11,16,32,.12);
  border-radius: 999px;
  padding: .18rem .55rem;
  background: rgba(255,255,255,.7);
}

.mk-nav{ display:flex; gap: 14px; align-items:center; }
.mk-nav__link{
  position: relative;
  text-decoration:none;
  color: rgba(11,16,32,.78);
  font-weight: 600; font-size: .98rem;
  font-size: .98rem;
  padding: .55rem .7rem;
  border-radius: 999px;
  transition: background .2s var(--ease), color .2s var(--ease);
}
.mk-nav__link:hover{ background: rgba(11,16,32,.06); color: rgba(11,16,32,.92); }
.mk-nav__link.is-active{ background: rgba(251,39,93,.12); color: rgba(11,16,32,.95); border: 1px solid rgba(251,39,93,.22); }

.mk-header__actions{ display:flex; align-items:center; gap: 12px; }

/* Links */
.mk-link{
  color: rgba(11,16,32,.82);
  text-decoration:none;
  font-weight: 600; font-size: .98rem;
  transition: opacity .2s var(--ease);
}
.mk-link:hover{ opacity: .85; }
.mk-link--nav{ padding: .55rem .6rem; border-radius: 999px; }
.mk-link--nav:hover{ background: rgba(11,16,32,.06); }
.mk-link--light{ color: rgba(255,255,255,.90); }

/* Botones */
.mk-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: .55rem;
  padding: .85rem 1.05rem;
  border-radius: 999px;
  border: 1px solid rgba(11,16,32,.12);
  background: rgba(255,255,255,.85);
  color: rgba(11,16,32,.92);
  font-weight: 600; font-size: .98rem;
  text-decoration:none;
  cursor:pointer;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease);
  white-space: nowrap;
}
.mk-btn:hover{ transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.mk-btn:active{ transform: translateY(0); box-shadow:none; }
.mk-btn:focus-visible{ outline: 3px solid rgba(251,39,93,.35); outline-offset: 2px; }

.mk-btn--grad{
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--pink), var(--pink2));
  box-shadow: 0 18px 40px rgba(251,39,93,.22);
}
.mk-btn--grad:hover{ box-shadow: 0 22px 60px rgba(251,39,93,.22); }

.mk-btn--dark{
  border: 0;
  color:#fff;
  background: linear-gradient(135deg, #0b1020, #161c33);
}
.mk-btn--ghost{
  background: transparent;
  border: 1px solid rgba(11,16,32,.16);
  box-shadow: none;
}
.mk-btn--glass{
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(255,255,255,.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.mk-btn--light{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.55);
}
.mk-btn__ico{ display:inline-block; opacity:.9; }

/* Input */
.mk-input{
  width: 100%;
  padding: .9rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(11,16,32,.14);
  background: rgba(255,255,255,.86);
  color: rgba(11,16,32,.95);
  font-weight: 500;
  outline: none;
  transition: box-shadow .2s var(--ease), border-color .2s var(--ease);
}
.mk-input:focus{ border-color: rgba(251,39,93,.45); box-shadow: 0 0 0 4px rgba(251,39,93,.16); }

/* Burger */
.mk-burger{
  width: 46px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(11,16,32,.12);
  background: rgba(255,255,255,.78);
  display:none;
  align-items:center;
  justify-content:center;
  gap: 4px;
  cursor:pointer;
}
.mk-burger span{
  display:block;
  width: 18px;
  height: 2px;
  background: rgba(11,16,32,.80);
  border-radius: 99px;
}
@media (max-width: 980px){
  .mk-nav{ display:none; }
  .mk-burger{ display:flex; }
}

/* Mobile drawer */
.mk-mobile{
  position: fixed;
  inset: 0;
  pointer-events:none;
  opacity:0;
  transition: opacity .2s var(--ease);
}
.mk-mobile.is-open{ pointer-events:auto; opacity: 1; }
.mk-mobile__panel{
  position:absolute;
  top: 10px;
  right: 10px;
  width: min(360px, calc(100% - 20px));
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(11,16,32,.10);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 14px;
  transform: translateY(-6px);
  transition: transform .25s var(--ease);
}
.mk-mobile.is-open .mk-mobile__panel{ transform: translateY(0); }
.mk-mobile__backdrop{ position:absolute; inset:0; background: rgba(11,16,32,.32); }
.mk-mobile__top{ display:flex; align-items:center; justify-content:space-between; gap: 8px; padding: 6px 6px 10px; }
.mk-mobile__title{  font-weight: 700; }
.mk-icon{ width: 42px; height: 42px; border-radius: 14px; border: 1px solid rgba(11,16,32,.12); background: rgba(255,255,255,.9); cursor:pointer; }
.mk-mobile__link{
  display:flex;
  align-items:center;
  gap: .6rem;
  width: 100%;
  padding: .8rem .9rem;
  border-radius: 14px;
  border: 1px solid rgba(11,16,32,.08);
  background: rgba(255,255,255,.75);
  margin: 8px 0;
  color: rgba(11,16,32,.92);
  font-weight: 600; font-size: .98rem;
  text-decoration:none;
  cursor:pointer;
}
.mk-mobile__link:hover{ background: rgba(11,16,32,.06); }
.mk-mobile__link--btn{ justify-content:flex-start; }
.mk-mobile__hr{ height:1px; background: rgba(11,16,32,.10); margin: 10px 6px; }
.mk-mobile__cta{ width:100%; margin-top: 6px; }

/* HERO */
.mk-hero{
  position: relative;
  padding: clamp(2.2rem, 4.4vw, 4.2rem) 0 2.2rem;
}
.mk-hero::before,
.mk-hero::after{
  content:"";
  position:absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  filter: blur(58px);
  opacity: .55;
  pointer-events:none;
  z-index: -1;
}
.mk-hero::before{
  left: -160px;
  top: -120px;
  background: radial-gradient(circle at 30% 30%, rgba(251,39,93,.26), transparent 62%);
  animation: mkBlob 16s var(--ease) infinite alternate;
}
.mk-hero::after{
  right: -180px;
  top: 30px;
  background: radial-gradient(circle at 40% 40%, rgba(59,130,246,.22), transparent 64%);
  animation: mkBlob 18s var(--ease) infinite alternate-reverse;
}
@keyframes mkBlob{
  from{ transform: translate3d(0,0,0) scale(1); }
  to{ transform: translate3d(22px, 18px,0) scale(1.04); }
}

.mk-hero__grid{
  display:grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items:center;
}
.mk-hero__copy,
.mk-hero__media{ position: relative; z-index: 1; }
@media (max-width: 980px){
  .mk-hero__grid{ grid-template-columns: 1fr; }
}
.mk-hero--center .mk-hero__grid{
  grid-template-columns: 1fr;
  text-align:center;
}
.mk-hero--center .mk-hero__copy{
  max-width: 820px;
  margin: 0 auto;
}
.mk-hero--center .mk-hero__form{
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.mk-hero--center .mk-hero__subActions,
.mk-hero--center .mk-badges{
  justify-content:center;
}
.mk-hero--center .mk-hero__media{
  width: 100%;
  margin-top: clamp(1.2rem, 3vw, 2rem);
}
.mk-hero--center .mk-shotFrame--hero{
  width: min(1080px, 100%);
  margin: 0 auto;
}
.mk-hero--center .mk-shotBody--hero{
  aspect-ratio: 18 / 9;
}

.mk-eyebrow{
  display:inline-flex;
  align-items:center;
  gap: .55rem;
  padding: .55rem .85rem;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(11,16,32,.10);
  box-shadow: var(--shadow-sm);
  font-weight: 600; font-size: .98rem;
  color: rgba(11,16,32,.86);
  margin-bottom: 1rem;
}
.mk-eyebrow--soft{
  background: rgba(255,255,255,.64);
  border: 1px solid rgba(255,255,255,.45);
  box-shadow: none;
}
.mk-lead{
  margin: 0 0 1.2rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--muted);
  font-weight: 400;
  max-width: 60ch;

}

.mk-hero__form{
  display:grid;
  grid-template-columns: 1.2fr auto;
  gap: .75rem;
  align-items:center;
  margin: 1rem 0 .9rem;
}
@media (max-width: 980px){
  .mk-hero__form{ grid-template-columns: 1fr; }
  .mk-hero__form .mk-btn{ width: 100%; }
}

.mk-hero__subActions{
  display:flex;
  align-items:center;
  gap: .85rem;
  margin: 0 0 .35rem;
}
.mk-hero__subActions .mk-link{ font-weight: 600; font-size: .98rem; }

.mk-btn--sm{
  padding: .6rem .85rem;
  font-size: .95rem;
}
.mk-btn--sm .mk-ico{ width: 20px; height: 20px; }


.mk-badges{
  display:flex;
  flex-wrap:wrap;
  gap: .55rem;
  margin: .65rem 0 .55rem;
}
.mk-badge{
  display:inline-flex;
  align-items:center;
  gap: .45rem;
  padding: .45rem .7rem;
  border-radius: 999px;
  border: 1px solid rgba(11,16,32,.10);
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-weight: 600; font-size: .98rem;
  color: rgba(11,16,32,.80);
}
.mk-hero__note{ color: var(--muted); font-weight: 600; font-size: .98rem; margin: .25rem 0 .7rem; font-size: .98rem; }
.mk-hero__links{ display:flex; align-items:center; gap: .25rem; }

.mk-pillRow{
  display:flex;
  gap: .55rem;
  flex-wrap: wrap;
  margin-top: 1.1rem;
  font-weight: 500;

}
.mk-pill{
  display:inline-flex;
  align-items:center;
  gap: .45rem;
  padding: .55rem .75rem;
  border-radius: 999px;
  border: 1px solid rgba(11,16,32,.10);
  background: rgba(255,255,255,.72);
  font-weight: 600; font-size: .98rem;
  color: rgba(11,16,32,.82);
}
.mk-pill--muted{ opacity: .9; }
@media (max-width: 640px){
  .mk-pillRow{ flex-wrap: nowrap; overflow:auto; padding-bottom: 6px; }
  .mk-pillRow::-webkit-scrollbar{ height: 6px; }
  .mk-pillRow::-webkit-scrollbar-thumb{ background: rgba(11,16,32,.14); border-radius: 99px; }
}

/* Frame (browser) */
.mk-shotFrame{
  border-radius: var(--radius-xl);
  border: 1px solid rgba(11,16,32,.12);
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow-lg);
  overflow:hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), opacity .22s var(--ease);
}
.mk-shotFrame--hero{ box-shadow: var(--shadow-xl); }
.mk-shotTop{
  display:flex;
  align-items:center;
  gap: 8px;
  padding: .75rem .9rem;
  border-bottom: 1px solid rgba(11,16,32,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.70));
}
.mk-shotTop > span{
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(11,16,32,.18);
}
.mk-shotTitle{ margin-left: .4rem; font-weight: 700; color: rgba(11,16,32,.85); }
.mk-shotHint{ margin-left:auto; font-weight: 600; font-size: .98rem; color: rgba(11,16,32,.55); }

.mk-shotBody{
  position: relative;
  padding: 12px;
  background: rgba(255,255,255,.62);
  aspect-ratio: 16 / 9;
  font-weight: 500;
  font-family: var(--font-sans);

}
.mk-shotBody--hero{ padding: 14px; }
.mk-shotImg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--radius-xl) - 10px);
  border: 1px solid rgba(11,16,32,.10);
  box-shadow: var(--shadow-md);
  display:block;
}
.mk-shotBody--empty{ /* mantiene el espacio para el placeholder */ }
.mk-shotEmpty{
  position:absolute;
  inset: 12px;
  border-radius: calc(var(--radius-xl) - 10px);
  border: 1px dashed rgba(11,16,32,.22);
  background: rgba(255,255,255,.6);
  display:none;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap: .35rem;
  text-align:center;
  padding: 1rem;
}
.mk-shotEmpty__badge{
  display:inline-flex;
  padding: .35rem .65rem;
  border-radius: 999px;
  border: 1px solid rgba(251,39,93,.22);
  background: rgba(251,39,93,.10);
  font-weight: 600; font-size: .98rem;
  color: rgba(11,16,32,.88);
}
.mk-shotEmpty__txt{ color: rgba(11,16,32,.64); font-weight: 500; }
.mk-shotBody--empty .mk-shotEmpty{ display:flex; }

/* Floating cards on hero shot */
.mk-floatCard{
  position:absolute;
  display:flex;
  align-items:center;
  gap: .6rem;
  padding: .65rem .75rem;
  border-radius: 18px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(255,255,255,.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--shadow-sm);
  font-weight: 500;

}
.mk-floatCard__ico{ width: 34px; height: 34px; border-radius: 14px; display:flex; align-items:center; justify-content:center; background: rgba(251,39,93,.10); border: 1px solid rgba(251,39,93,.18); }
.mk-floatCard__txt strong{ display:block; font-weight: 700; font-size: .95rem; }
.mk-floatCard__txt span{ display:block; color: rgba(11,16,32,.62); font-weight: 500; font-size: .86rem; }
.mk-floatCard--a{ left: 22px; bottom: 20px; }
.mk-floatCard--b{ right: 22px; top: 18px; }
@media (max-width: 980px){
  .mk-floatCard{ display:none; }
  font-weight: 500;

}

/* Stats */
.mk-stats{
  margin-top: 1.5rem;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 980px){
  .mk-stats{ grid-template-columns: 1fr; }
}
.mk-stat{
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(11,16,32,.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--shadow-sm);
  padding: 1.05rem 1.1rem;
}
.mk-stat__ico{ width: 42px; height: 42px; border-radius: 16px; display:flex; align-items:center; justify-content:center; background: rgba(59,130,246,.12); border: 1px solid rgba(59,130,246,.18); }
.mk-stat__num{
  font-weight: 800;
  font-size: 2.2rem;
  letter-spacing: -0.03em;
  margin-top: .55rem;
  background: linear-gradient(90deg, var(--pink), #ff5aa0 48%, #7c3aed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 220% 100%;
  animation: mkGrad 10s ease-in-out infinite;
}
.mk-stat__label{ color: rgba(11,16,32,.68); font-weight: 500; line-height: 1.45; }

/* Trust */
.mk-trust{
  margin-top: 1.7rem;
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 1.4rem;
  align-items:center;
}
@media (max-width: 980px){
  .mk-trust{ grid-template-columns: 1fr; }
}
.mk-logoRow{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 700px){
  .mk-logoRow{ grid-template-columns: repeat(2, 1fr); }
}
.mk-logoRow span{
  padding: .75rem .9rem;
  border-radius: 16px;
  border: 1px solid rgba(11,16,32,.10);
  background: rgba(255,255,255,.7);
  font-weight: 600;
  color: rgba(11,16,32,.72);
  text-align:center;
}

/* Sections */
.mk-section{ padding: clamp(3rem, 6vw, 5.2rem) 0; }
.mk-section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.00), rgba(255,255,255,.78) 38%, rgba(255,255,255,.00));
  font-family: var(--font-sans);

}
.mk-section--tint{
  background:
    radial-gradient(1200px 420px at 50% 0%, rgba(59,130,246,.10), transparent 60%),
    rgba(255,255,255,.55);
  border-top: 1px solid rgba(11,16,32,.06);
  border-bottom: 1px solid rgba(11,16,32,.06);
}
.mk-section--dark{
  background: radial-gradient(1200px 700px at 15% 10%, rgba(251,39,93,.22), transparent 55%),
              radial-gradient(900px 520px at 85% 40%, rgba(59,130,246,.18), transparent 60%),
              linear-gradient(180deg, #0b1020 0%, #0a0f1e 100%);
  color: rgba(255,255,255,.92);
}

.mk-section__head{ margin-bottom: 1.6rem; }
.mk-section__head p{ max-width: 740px; margin: 0.35rem auto 0; }

/* Tabs */
.mk-tabs{
  display:flex;
  gap: .55rem;
  justify-content:center;
  flex-wrap:wrap;
  margin: 1.4rem 0 1.6rem;
}
.mk-tab{
  display:inline-flex;
  align-items:center;
  gap: .55rem;
  padding: .82rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(11,16,32,.14);
  background: rgba(255,255,255,.72);
  color: rgba(11,16,32,.86);
  font-weight: 600; font-size: .98rem;
  cursor:pointer;
  transition: transform .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease);
}
.mk-tab:hover{ transform: translateY(-1px); }
.mk-tab.is-active{ background: linear-gradient(90deg, var(--pink), #7c3aed); border-color: rgba(255,255,255,.0); color: rgba(255,255,255,.96); box-shadow: var(--shadow-sm); }
.mk-tab.is-active .mk-ico{ color: rgba(255,255,255,.96); }
.mk-tab:focus-visible{ outline: 3px solid rgba(251,39,93,.35); outline-offset: 2px; }
.mk-tabs--apple{
  gap: .4rem;
  background: rgba(11,16,32,.06);
  border: 1px solid rgba(11,16,32,.08);
  border-radius: 999px;
  padding: .35rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.mk-tabs--apple .mk-tab{
  padding: .6rem 1.1rem;
  border: 0;
  background: transparent;
  font-weight: 600;
  color: rgba(11,16,32,.68);
  box-shadow: none;
}
.mk-tabs--apple .mk-tab.is-active{
  background: rgba(11,16,32,.9);
  color: #fff;
  box-shadow: none;
}

/* Product */
.mk-product{
  display:grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(1.1rem, 3vw, 2.2rem);
  align-items:start;
}
@media (max-width: 980px){
  .mk-product{ grid-template-columns: 1fr; }
}

.mk-product__info{
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(11,16,32,.10);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--shadow-md);
  padding: 1.25rem 1.25rem 1.15rem;
}
.mk-product--hero{
  display:block;
}
.mk-product--hero .mk-product__media{
  position: relative;
  padding: 0;
}
.mk-product__head{
  display:grid;
  gap: .4rem;
}
.mk-product--hero .mk-product__cta{
  display:flex;
  flex-wrap:wrap;
  gap: .6rem;
}
.mk-shotFrame--wide{
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}
.mk-shotTop--minimal{
  background: rgba(255,255,255,.7);
}
.mk-shotBody--wide{
  aspect-ratio: 18 / 9;
  padding: 16px;
  padding-bottom: 150px;
}
.mk-shotOverlay{
  position:absolute;
  top: 18px;
  left: 18px;
  display:inline-flex;
  align-items:center;
  gap: .45rem;
  padding: .45rem .75rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-weight: 600;
  color: rgba(11,16,32,.75);
  box-shadow: var(--shadow-sm);
}
.mk-shotBottom{
  position:absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.mk-shotBottom .mk-stageCard{
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(14px);
}
@media (max-width: 980px){
  .mk-shotBody--wide{ aspect-ratio: 16 / 10; padding-bottom: 16px; }
  .mk-shotBottom{
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 12px;
    grid-template-columns: 1fr;
  }
}
.mk-kicker{
  display:inline-flex;
  align-items:center;
  gap: .45rem;
  padding: .35rem .65rem;
  border-radius: 999px;
  background: rgba(251,39,93,.10);
  border: 1px solid rgba(251,39,93,.18);
  font-weight: 600; font-size: .98rem;
  color: rgba(11,16,32,.88);
}
.mk-product__title{  font-weight: 800; font-size: 1.6rem; letter-spacing: -0.02em; margin: .8rem 0 .55rem; }
.mk-product__desc{ margin:0 0 1rem; color: rgba(11,16,32,.70); font-weight: 500; line-height: 1.6; }

.mk-product__cards{
  display:grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: .9rem;
  font-family: var(--font-sans);
  font-weight: 500;

}
@media (min-width: 980px){
  .mk-product__cards{ grid-template-columns: 1fr 1fr; }
}

.mk-stageCard{
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(11,16,32,.10);
  box-shadow: var(--shadow-sm);
  padding: 1rem 1rem .95rem;
  min-height: 170px;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), opacity .22s var(--ease);
}
.mk-stageIcon{
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(11,16,32,.06);
  border: 1px solid rgba(11,16,32,.10);
  margin-bottom: .6rem;
}
.mk-stageCard--a{ background: rgba(255,255,255,.72); }
.mk-stageCard--b{ background: rgba(59,130,246,.08); border-color: rgba(59,130,246,.16); }

.mk-product.is-swapping .mk-shotFrame,
.mk-product.is-swapping .mk-stageCard{
  opacity: .72;
  transform: translateY(1px);
}
.mk-stageKicker{  font-weight: 600; font-size: .98rem; color: rgba(11,16,32,.78); margin-bottom: .35rem; }
.mk-stageTitle{  font-weight: 700; font-size: 1.05rem; letter-spacing: -0.01em; }
.mk-stageDesc{ margin:.45rem 0 0; color: rgba(11,16,32,.68); font-weight: 500; line-height: 1.55; }

.mk-chipRow{ display:flex; flex-wrap:wrap; gap: .45rem; margin-top: .75rem; }
.mk-chip{
  display:inline-flex;
  align-items:center;
  gap: .35rem;
  padding: .38rem .6rem;
  border-radius: 999px;
  background: rgba(11,16,32,.06);
  border: 1px solid rgba(11,16,32,.10);
  font-weight: 600; font-size: .98rem;
  color: rgba(11,16,32,.82);
  font-size: .86rem;
  font-family: var(--font-sans);

}

.mk-product__cta{ display:flex; flex-wrap:wrap; gap: .6rem; margin-top: 1.05rem; }
@media (max-width: 640px){
  .mk-product__cta .mk-btn{ width: 100%; }
}

.mk-product__shot{ display:flex; flex-direction:column; gap: .7rem; }
.mk-shotNote{
  display:flex;
  gap: .55rem;
  align-items:flex-start;
  color: rgba(11,16,32,.62);
  font-weight: 500;
}
.mk-shotNote__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(251,39,93,.65);
  margin-top: .35rem;
}

/* Video section */
.mk-video{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(1.2rem, 3vw, 2.2rem);
  align-items:center;
  font-weight: 500;

}
@media (max-width: 980px){
  .mk-video{ grid-template-columns: 1fr; }
}
.mk-video__copy{ max-width: 620px; }
.mk-h2--light{ color: rgba(255,255,255,.96); }
.mk-video__bullets{ display:grid; gap: .55rem; margin: 1rem 0 1.1rem; }
.mk-bullet{
  display:flex;
  align-items:flex-start;
  gap: .55rem;
  color: rgba(255,255,255,.82);
  font-weight: 500;
}
.mk-video__actions{ display:flex; gap: .85rem; align-items:center; flex-wrap:wrap; }

.mk-video__frame{ display:flex; justify-content:center; }
.mk-videoCard{
  width: 100%;
  border: 0;
  text-align:left;
  padding: 0;
  cursor:pointer;
  background: transparent;
}
.mk-videoCard__poster{
  border-radius: var(--radius-xl);
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 30px 110px rgba(0,0,0,.45);
  background: rgba(255,255,255,.05);
}
.mk-videoCard__poster img{ width: 100%; height:auto; display:block; }
.mk-videoCard__play{
  margin-top: -54px;
  margin-left: 18px;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.92);
  color: rgba(11,16,32,.90);
  font-weight: 700;
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

/* Suite */
.mk-suite{
  background:
    radial-gradient(1000px 520px at 20% 20%, rgba(251,39,93,.14), transparent 60%),
    radial-gradient(1000px 520px at 80% 80%, rgba(59,130,246,.12), transparent 60%);
}
.mk-suite__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 980px){
  .mk-suite__grid{ grid-template-columns: 1fr; }
}
.mk-featureCard{
  border-radius: var(--radius-xl);
  border: 1px solid rgba(11,16,32,.10);
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow-sm);
  padding: 1.1rem 1.1rem 1rem;
  display:flex;
  flex-direction:column;
  gap: .45rem;
}
.mk-featureCard__ico{
  width: 50px;
  height: 50px;
  border-radius: 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(251,39,93,.10);
  border: 1px solid rgba(251,39,93,.18);
}
.mk-featureCard__meta{
  color: rgba(11,16,32,.58);
  font-weight: 600;
  font-size: .92rem;
}

/* Showcase */
.mk-showcase__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 980px){
  .mk-showcase__grid{ grid-template-columns: 1fr; }
}
.mk-screenCard{
  border-radius: var(--radius-xl);
  border: 1px solid rgba(11,16,32,.10);
  background: rgba(255,255,255,.75);
  box-shadow: var(--shadow-sm);
  padding: 1rem;
  display:flex;
  flex-direction:column;
  gap: .7rem;
}
.mk-screenCard__tag{
  display:inline-flex;
  align-items:center;
  gap: .35rem;
  padding: .35rem .65rem;
  border-radius: 999px;
  background: rgba(11,16,32,.06);
  border: 1px solid rgba(11,16,32,.10);
  font-weight: 600;
  font-size: .92rem;
  width: fit-content;
}
.mk-screenCard__frame{
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  border: 1px solid rgba(11,16,32,.12);
  background: rgba(11,16,32,.02);
  overflow:hidden;
}
.mk-screenCard__frame img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}
.mk-screenCard__placeholder{
  position:absolute;
  inset: 0;
  display:none;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center;
  font-weight: 600;
  color: rgba(11,16,32,.58);
  padding: .9rem;
}
.mk-screenCard__placeholder span{
  font-weight: 700;
  color: rgba(11,16,32,.8);
}
.mk-screenCard__frame--empty .mk-screenCard__placeholder{ display:flex; }

/* Testimonials */
.mk-testimonials{
  background:
    radial-gradient(900px 520px at 20% 20%, rgba(251,39,93,.12), transparent 60%),
    radial-gradient(900px 520px at 80% 80%, rgba(59,130,246,.10), transparent 60%);
}
.mk-testimonials__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 980px){
  .mk-testimonials__grid{ grid-template-columns: 1fr; }
}
.mk-testimonial{
  border-radius: var(--radius-xl);
  border: 1px solid rgba(11,16,32,.10);
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow-sm);
  padding: 1.1rem 1.1rem 1rem;
  display:flex;
  flex-direction:column;
  gap: 1rem;
}
.mk-testimonial__quote{
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(11,16,32,.82);
}
.mk-testimonial__meta{
  display:flex;
  align-items:center;
  gap: .7rem;
  font-weight: 600;
}
.mk-testimonial__meta span{
  display:block;
  color: rgba(11,16,32,.58);
  font-weight: 500;
  font-size: .92rem;
}
.mk-avatar{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(251,39,93,.12);
  border: 1px solid rgba(251,39,93,.2);
  font-weight: 700;
}

/* Steps */
.mk-steps{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 1.6rem;
}
@media (max-width: 980px){
  .mk-steps{ grid-template-columns: 1fr; }
}
.mk-step{
  border-radius: var(--radius-xl);
  border: 1px solid rgba(11,16,32,.10);
  background: rgba(255,255,255,.72);
  box-shadow: var(--shadow-sm);
  padding: 1.1rem 1.1rem 1.05rem;
}
.mk-step__top{ display:flex; align-items:center; justify-content:space-between; gap: 12px; }
.mk-step__ico{
  width: 46px;
  height: 46px;
  border-radius: 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(251,39,93,.10);
  border: 1px solid rgba(251,39,93,.18);
}
.mk-step__num{  font-weight: 700; font-size: 1.2rem; color: rgba(11,16,32,.72); }

/* Mini CTA */
.mk-miniCta{
  margin-top: 2rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(11,16,32,.10);
  background: rgba(255,255,255,.72);
  box-shadow: var(--shadow-sm);
  padding: 1.1rem 1.2rem;
  font-family: var(--font-sans);

}
.mk-miniCta__title{  font-weight: 700; }
.mk-miniCta__sub{ color: rgba(11,16,32,.64); font-weight: 500; margin-top: .2rem; }
@media (max-width: 740px){
  .mk-miniCta{ flex-direction:column; align-items:flex-start; }
  font-family: var(--font-sans);
  font-weight: 500;

}

/* Pricing */
.mk-pricing{ position: relative; }
.mk-billingToggle{ display:flex; justify-content:center; gap:.5rem; margin: 1.3rem 0 1.6rem; }
.mk-billingToggle__btn{
  border-radius: 999px;
  padding: .6rem 1rem;
  border: 1px solid rgba(11,16,32,.14);
  background: rgba(255,255,255,.70);
  font-weight: 600; font-size: .98rem;
  cursor:pointer;
}
.mk-billingToggle__btn.is-active{ background: rgba(251,39,93,.12); border-color: rgba(251,39,93,.25); }
.mk-billingToggle__btn.is-disabled{ opacity:.55; cursor:not-allowed; }
.mk-billingToggle__btn span{ margin-left: .35rem; font-size: .82rem; opacity:.8; }

.mk-plans{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 1100px){
  .mk-plans{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px){
  .mk-plans{ grid-template-columns: 1fr; }
}

.mk-plan{
  border-radius: var(--radius-xl);
  border: 1px solid rgba(11,16,32,.10);
  background: rgba(255,255,255,.74);
  box-shadow: var(--shadow-sm);
  padding: 1.1rem 1.1rem 1rem;
  display:flex;
  flex-direction:column;
  gap: .85rem;
}
.mk-plan.is-featured{
  border: 1px solid rgba(251,39,93,.22);
  box-shadow: 0 30px 110px rgba(251,39,93,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.68));
}
.mk-plan__head{ display:flex; align-items:flex-start; justify-content:space-between; gap: 1rem; }
.mk-plan__meta{ display:flex; flex-direction:column; gap: .32rem; min-width: 0; }
.mk-plan__head .mk-plan__badge{ margin-bottom: 0; }
.mk-plan__badge{
  display:inline-flex;
  padding: .35rem .6rem;
  border-radius: 999px;
  background: rgba(251,39,93,.12);
  border: 1px solid rgba(251,39,93,.22);
  font-weight: 600; font-size: .98rem;
  margin-bottom: .4rem;
  width: fit-content;
}
.mk-plan__name{  font-weight: 700; font-size: 1.02rem; }
.mk-plan__price{  font-weight: 800; font-size: 2.2rem; letter-spacing: -0.02em; text-align:right; white-space: nowrap; }
.mk-plan__price span{ font-size: 1rem; font-weight: 600; font-size: .98rem; color: rgba(11,16,32,.60); }
.mk-plan__desc{ color: rgba(11,16,32,.66); font-weight: 500; line-height: 1.45; max-width: 34ch; }

.mk-plan__list{ list-style:none; padding:0; margin:0; display:grid; gap:.55rem; }
.mk-plan__list li{
  position:relative;
  padding-left: 1.7rem;
  color: rgba(11,16,32,.74);
  font-weight: 500;
  line-height: 1.45;
  font-family: var(--font-sans);

}
.mk-plan__list li::before{
  content:"";
  position:absolute;
  left:0; top: .2rem;
  width: 18px; height: 18px;
  border-radius: 8px;
  background: rgba(251,39,93,.12);
  border: 1px solid rgba(251,39,93,.22);
}
.mk-plan__list li::after{
  content:"✓";
  position:absolute;
  left: 4px; top: .08rem;
  font-weight: 800;
  font-size: .9rem;
  color: rgba(11,16,32,.82);
}

/* Compare */
.mk-compare{
  margin-top: 1.4rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(11,16,32,.10);
  background: rgba(255,255,255,.70);
  box-shadow: var(--shadow-sm);
  overflow:hidden;
}
.mk-compare__summary{
  cursor:pointer;
  padding: 1rem 1.1rem;
  font-weight: 700;
  list-style:none;
}
.mk-compare__summary::-webkit-details-marker{ display:none; }
.mk-compare__summary::after{
  content:"+";
  float:right;
  font-size: 1.2rem;
  opacity:.8;
}
.mk-compare[open] .mk-compare__summary::after{ content:"–"; }
.mk-compare__tableWrap{ padding: 0 1.1rem 1.1rem; overflow:auto; }
.mk-table{ width:100%; border-collapse: collapse; min-width: 720px; }
.mk-table th, .mk-table td{ padding: .8rem .75rem; border-bottom: 1px solid rgba(11,16,32,.10); text-align:left; font-weight: 500; }
.mk-table th{  font-weight: 700; }
.mk-table td:nth-child(n+2){ text-align:center; }

/* Add-ons */
.mk-addons{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 1.6rem;
  font-weight: 700;

}
@media (max-width: 980px){
  .mk-addons{ grid-template-columns: 1fr; }
}
.mk-addon{
  border-radius: var(--radius-xl);
  border: 1px solid rgba(11,16,32,.10);
  background: rgba(255,255,255,.72);
  box-shadow: var(--shadow-sm);
  padding: 1.05rem 1.1rem 1rem;
}
.mk-addon__ico{
  width: 48px;
  height: 48px;
  border-radius: 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(59,130,246,.10);
  border: 1px solid rgba(59,130,246,.18);
}
.mk-addon__meta{ margin-top: .7rem; color: rgba(11,16,32,.62); font-weight: 500; }

/* FAQ */
.mk-faqGrid{
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(1.1rem, 3vw, 2.2rem);
  align-items:start;
  font-weight: 500;

}
@media (max-width: 980px){
  .mk-faqGrid{ grid-template-columns: 1fr; }
}
.mk-faqIntro{
  border-radius: var(--radius-xl);
  border: 1px solid rgba(11,16,32,.10);
  background: rgba(255,255,255,.72);
  box-shadow: var(--shadow-sm);
  padding: 1.2rem 1.2rem 1.1rem;
}
.mk-faqIntro__cta{ display:flex; gap:.6rem; flex-wrap:wrap; margin-top: 1rem; }

.mk-faq__item{
  border-radius: var(--radius-xl);
  border: 1px solid rgba(11,16,32,.10);
  background: rgba(255,255,255,.72);
  box-shadow: var(--shadow-sm);
  padding: .2rem;
  margin-bottom: 12px;
}
.mk-faq__q{
  cursor:pointer;
  padding: 1rem 1.05rem;
  font-weight: 700;
  list-style:none;
  font-family: var(--font-sans);

}
.mk-faq__q::-webkit-details-marker{ display:none; }
.mk-faq__q::after{
  content:"+";
  float:right;
  font-size: 1.2rem;
  opacity:.75;
}
.mk-faq__item[open] .mk-faq__q::after{ content:"–"; }
.mk-faq__a{ padding: 0 1.05rem 1rem; color: rgba(11,16,32,.70); font-weight: 500; line-height: 1.65; }

/* CTA final */
.mk-cta{
  background:
    radial-gradient(900px 500px at 20% 20%, rgba(251,39,93,.18), transparent 60%),
    radial-gradient(900px 500px at 85% 60%, rgba(59,130,246,.16), transparent 62%),
    rgba(255,255,255,.55);
  border-top: 1px solid rgba(11,16,32,.06);
  font-weight: 500;

}
.mk-cta__inner{
  border-radius: var(--radius-xl);
  border: 1px solid rgba(11,16,32,.10);
  background: rgba(255,255,255,.76);
  box-shadow: var(--shadow-md);
  padding: 1.4rem 1.4rem 1.25rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
}
@media (max-width: 980px){
  .mk-cta__inner{ flex-direction:column; align-items:flex-start; }
}
.mk-cta__actions{ display:flex; gap:.65rem; flex-wrap:wrap; }

/* Footer */
.mk-footer{ padding: 1.6rem 0 2.4rem; }
.mk-footer__inner{ display:flex; align-items:center; justify-content:space-between; gap: 12px; flex-wrap:wrap; }
.mk-footer__brand{ display:flex; align-items:center; gap: .6rem; color: rgba(11,16,32,.65); font-weight: 500; }
.mk-footer__links{ display:flex; align-items:center; gap: 14px; }

/* Sticky CTA (mobile) */
.mk-stickyCta{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  padding: 10px 12px;
  pointer-events:none;
  opacity:0;
  transform: translateY(110%);
  transition: opacity .22s var(--ease), transform .22s var(--ease);
  font-weight: 500;

}
.mk-stickyCta.is-visible{
  pointer-events:auto;
  opacity:1;
  transform: translateY(0);
}
.mk-stickyCta__inner{
  width: min(var(--container), calc(100% - 10px));
  margin: 0 auto;
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 10px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(11,16,32,.10);
  border-radius: var(--radius-xl);
  padding: 10px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow-md);
}
@media (min-width: 701px){
  .mk-stickyCta{ display:none; }
}

/* Modals */
.mk-modal{
  position: fixed;
  inset: 0;
  z-index: 200;
  display:none;
}
.mk-modal.is-open{ display:block; }
.mk-modal__backdrop{
  position:absolute;
  inset:0;
  background: rgba(11,16,32,.52);
  z-index: 0;
}
.mk-modal__panel{
  position:absolute;
  z-index: 1;
  left:50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(640px, calc(100% - 28px));
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  overflow:hidden;
}
.mk-modal__panel--wide{ width: min(860px, calc(100% - 28px)); }
.mk-modal__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 12px;
  padding: 1rem 1.05rem;
  border-bottom: 1px solid rgba(11,16,32,.10);
}
.mk-modal__title{  font-weight: 700; font-size: 1.2rem; }
.mk-modal__sub{ color: rgba(11,16,32,.62); font-weight: 500; margin-top: .2rem; }
.mk-modal__body{ padding: 1rem 1.05rem 1.1rem; }

.mk-modal__plans{ display:grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (max-width: 640px){
  .mk-modal__plans{ grid-template-columns: 1fr; }
  font-family: var(--font-sans);
  font-weight: 500;

}
.mk-radio{
  text-align:left;
  border-radius: 18px;
  border: 1px solid rgba(11,16,32,.12);
  background: rgba(255,255,255,.70);
  padding: .85rem .9rem;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  gap: .25rem;
  font-weight: 600; font-size: .98rem;
}
.mk-radio:hover{ background: rgba(11,16,32,.05); }
.mk-radio.is-active{ border-color: rgba(251,39,93,.26); background: rgba(251,39,93,.10); }
.mk-radio__name{  font-weight: 700; }
.mk-radio__meta{ color: rgba(11,16,32,.62); font-weight: 500; }

.mk-modal__row{ margin-top: 12px; }
.mk-modal__actions{ display:grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
@media (max-width: 640px){
  .mk-modal__actions{ grid-template-columns: 1fr; }
  font-family: var(--font-sans);
  font-weight: 500;

}
.mk-modal__fine{ margin-top: 10px; color: rgba(11,16,32,.62); font-weight: 500; font-size: .92rem; }

/* Video embed placeholder */
.mk-videoEmbed{
  border-radius: var(--radius-xl);
  border: 1px solid rgba(11,16,32,.10);
  overflow:hidden;
  background: rgba(11,16,32,.06);
  font-weight: 500;

}
.mk-videoEmbed iframe{ width:100%; height: 460px; border:0; display:block; }
@media (max-width: 740px){
  .mk-videoEmbed iframe{ height: 240px; }
}
.mk-videoEmbed__placeholder{
  padding: 2.2rem 1.2rem;
  text-align:center;
  font-weight: 600; font-size: .98rem;
  color: rgba(11,16,32,.70);
}

/* Reveal animations */
[data-reveal]{
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .70s var(--ease), transform .70s var(--ease);
}
[data-reveal].is-visible{
  opacity: 1;
  transform: translateY(0);
}

/* Premium micro-interactions */
@keyframes mkGrad{
  0%{ background-position: 0% 50%; }
  50%{ background-position: 100% 50%; }
  100%{ background-position: 0% 50%; }
}
@keyframes mkFloat{
  0%{ transform: translateY(0); }
  50%{ transform: translateY(-6px); }
  100%{ transform: translateY(0); }
}
.mk-floatCard--a{ animation: mkFloat 10s var(--ease) infinite; }
.mk-floatCard--b{ animation: mkFloat 12s var(--ease) infinite reverse; }

/* Hover lift (desktop) */
.mk-shotFrame,
.mk-stat,
.mk-step,
.mk-addon,
.mk-plan,
.mk-miniCta,
.mk-product__info,
.mk-featureCard,
.mk-screenCard,
.mk-testimonial,
.mk-faq__item{
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), background .25s var(--ease), border-color .25s var(--ease), opacity .25s var(--ease);
}

@media (hover:hover){
  .mk-shotFrame:hover{
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
  }
  .mk-stat:hover,
  .mk-step:hover,
  .mk-addon:hover,
  .mk-plan:hover,
  .mk-featureCard:hover,
  .mk-screenCard:hover,
  .mk-testimonial:hover,
  .mk-miniCta:hover,
  .mk-product__info:hover{
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
  }
  .mk-faq__item:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
  }
  .mk-plan.is-featured:hover{
    transform: translateY(-6px) scale(1.01);
    box-shadow: var(--shadow-xl);
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *{ animation: none !important; transition: none !important; }
  [data-reveal]{ opacity:1 !important; transform:none !important; }
}
