:root {
  --mk-blue: #124e8c;
  --mk-blue-dark: #082d58;
  --mk-accent: #18a9d3;
  --mk-green: #129578;
  --mk-ink: #102234;
  --mk-muted: #627386;
  --mk-line: #dce5ed;
  --mk-bg: #f4f7fa;
}

html {
  scroll-behavior: smooth;
}

body.mk26-page {
  --font-Dm-sans: "Gothic A1", sans-serif;
  color: var(--mk-ink);
  background-color: #f0f7ff;
  background-image: radial-gradient(at 0% 0%, rgba(19, 78, 141, 0.08) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(0, 163, 224, 0.08) 0px, transparent 50%);
  font-family: "Gothic A1", sans-serif;
}

body.mk26-page[data-brand="alterna"] {
  background-color: #f0fdf9;
  background-image: radial-gradient(at 0% 0%, rgba(16, 185, 129, 0.09) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(45, 212, 191, 0.08) 0px, transparent 50%);
}

.mk26-page button,
.mk26-page input,
.mk26-page select,
.mk26-page textarea {
  font-family: "Gothic A1", sans-serif;
}

.mk26-page *,
.mk26-page *::before,
.mk26-page *::after {
  box-sizing: border-box;
}

.mk26-page main a:hover {
  text-decoration: none;
}

.mk26-sticky-stack {
  position: sticky;
  z-index: 100;
  top: 0;
  box-shadow: 0 8px 24px rgba(2, 6, 23, .16);
}

.mk26-switchbar {
  position: relative;
  padding: 16px 0;
  color: #fff;
  background-color: #020617;
  border-bottom: 1px solid #152039;
}

.mk26-switchbar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.mk26-switch-title {
  display: flex;
  align-items: center;
  gap: 9px;
  font: 700 12px/1 "Gothic A1", sans-serif;
  letter-spacing: .13em;
  white-space: nowrap;
}

.mk26-switch-title span,
.mk26-live span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #31d5e9;
  box-shadow: 0 0 0 5px rgba(49, 213, 233, .12);
}

.mk26-brandbar {
  color: var(--mk-ink);
  border-bottom: 1px solid #dce5ed;
  background: rgba(255, 255, 255, .97);
}

.mk26-brandbar-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.mk26-brandbar-identity {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
}

.mk26-brandbar-logo {
  width: 118px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 118px;
  padding: 4px;
  border-radius: 5px;
}

.mk26-brandbar-logo.is-alterna {
  padding: 7px 9px;
}

.mk26-brandbar-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.mk26-brandbar-title {
  min-width: 0;
  padding-left: 15px;
  border-left: 2px solid #dce5ed;
  line-height: 1.15;
}

.mk26-brandbar-title strong,
.mk26-brandbar-title small {
  display: block;
  white-space: nowrap;
}

.mk26-brandbar-title strong {
  color: #142638;
  font-size: 12px;
  font-weight: 600;
}

.mk26-brandbar-title small {
  margin-top: 5px;
  color: var(--mk-blue);
  font: 600 14px "Gothic A1", sans-serif;
  letter-spacing: .08em;
}

[data-brand="alterna"] .mk26-brandbar-title small {
  color: var(--mk-green);
}

.mk26-brandbar-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.mk26-brandbar-actions a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  transition: .2s ease;
}

.mk26-brandbar-actions a:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.mk26-brandbar-web {
  color: #43576a;
  background: #f3f6f8;
}

.mk26-brandbar-web:hover {
  color: var(--mk-blue);
}

.mk26-brandbar-ticket {
  color: #fff;
  background: var(--mk-blue);
}

.mk26-brandbar-ticket:hover {
  color: #fff;
  background: var(--mk-blue-dark);
}

[data-brand="alterna"] .mk26-brandbar-ticket {
  background: var(--mk-green);
}

.mk26-brandbar-chat {
  color: var(--mk-blue);
  border: 1px solid #cfe0ed;
  background: #edf6fb;
}

.mk26-brandbar-chat:hover {
  color: var(--mk-blue-dark);
}

.mk26-countdown-strip {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #07182a;
  border-bottom: 1px solid #18324a;
}

.mk26-countdown-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(rgba(83, 211, 230, .35) 1px, transparent 1px), linear-gradient(90deg, rgba(83, 211, 230, .35) 1px, transparent 1px);
  background-size: 24px 24px;
}

.mk26-countdown-strip-inner {
  position: relative;
  min-height: 116px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 38px;
}

.mk26-countdown-event .mk26-live {
  margin-bottom: 8px;
}

.mk26-countdown-event>strong,
.mk26-countdown-event>small {
  display: block;
}

.mk26-countdown-event>strong {
  color: #fff;
  font-size: 16px;
}

.mk26-countdown-event>small {
  margin-top: 3px;
  color: #8fa6b8;
  font-size: 12px;
}

.mk26-countdown-strip .mk26-countdown {
  min-width: 318px;
  padding: 12px 17px;
  border: 1px solid #214057;
  border-radius: 10px;
  background: rgba(2, 6, 23, .68);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .16);
}

.mk26-countdown-strip .mk26-countdown strong {
  font-size: 24px;
}

.mk26-countdown-strip .mk26-countdown small {
  margin-top: 5px;
}

.mk26-countdown-location {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
  padding: 12px 14px;
  color: #fff;
  border: 1px solid #214057;
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
}

.mk26-countdown-location:hover {
  color: #fff;
  background: rgba(255, 255, 255, .07);
}

.mk26-countdown-location>i:first-child {
  color: #52d3e6;
  font-size: 16px;
}

.mk26-countdown-location>i:last-child {
  margin-left: 5px;
  color: #70889b;
  font-size: 12px;
}

.mk26-countdown-location small,
.mk26-countdown-location strong {
  display: block;
}

.mk26-countdown-location small {
  color: #7790a3;
  font: 700 10px "Gothic A1", sans-serif;
  letter-spacing: .1em;
}

.mk26-countdown-location strong {
  margin-top: 2px;
  color: #fff;
  font-size: 12px;
}

.mk26-stand-list span {
  display: block;
}

.mk26-stand-list span+span {
  margin-top: 4px;
}

.mk26-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(125deg, #061d37 0%, #0b3c6c 55%, #116f93 100%);
}

[data-brand="alterna"] .mk26-hero {
  background: linear-gradient(125deg, #052c28 0%, #075c50 55%, #129578 100%);
}

.mk26-hero::after {
  content: "";
  position: absolute;
  top: -170px;
  right: -100px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(255, 255, 255, .025), 0 0 0 150px rgba(255, 255, 255, .018);
}

.mk26-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: linear-gradient(rgba(255, 255, 255, .3) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .3) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.mk26-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  align-items: center;
  gap: 70px;
  padding-top: 72px;
  padding-bottom: 72px;
}

.mk26-kicker {
  display: inline-block;
  margin-bottom: 19px;
  color: #71dbef;
  font: 700 12px "Gothic A1", sans-serif;
  letter-spacing: .17em;
}

[data-brand="alterna"] .mk26-kicker {
  color: #83eed1;
}

.mk26-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.mk26-hero h1 em {
  color: #61d5ea;
  font-style: normal;
}

[data-brand="alterna"] .mk26-hero h1 em {
  color: #79e4c6;
}

.mk26-hero-copy>p {
  max-width: 680px;
  margin: 24px 0 30px;
  color: #d9e6f0;
  font-size: 16px;
  line-height: 1.75;
}

.mk26-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mk26-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 0;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .03em;
  transition: .2s ease;
  cursor: pointer;
}

.mk26-btn:hover {
  transform: translateY(-2px);
}

.mk26-btn-primary {
  color: #08304e;
  background: #fff;
}

.mk26-btn-primary:hover {
  color: #08304e;
  background: #eaf7fb;
}

.mk26-btn-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .07);
}

.mk26-btn-ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, .15);
}

.mk26-event-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 15px;
  background: rgba(3, 18, 33, .56);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .2);
  backdrop-filter: blur(12px);
}

.mk26-live {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 19px;
  color: #8be1ef;
  font: 700 12px "Gothic A1", sans-serif;
  letter-spacing: .16em;
}

.mk26-countdown {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.mk26-countdown div {
  text-align: center;
}

.mk26-countdown strong {
  display: block;
  color: #fff;
  font: 700 33px/1 "Gothic A1", sans-serif;
}

.mk26-countdown small {
  display: block;
  margin-top: 7px;
  color: #9fb2c2;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.mk26-countdown b {
  margin-top: 7px;
  color: #3faac3;
}

.mk26-location,
.mk26-stand-line {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mk26-location {
  padding: 23px 0 18px;
}

.mk26-location>i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #65d8ea;
  border-radius: 8px;
  background: rgba(255, 255, 255, .09);
}

.mk26-location small,
.mk26-location strong {
  display: block;
}

.mk26-location small {
  color: #93a9b9;
  font: 700 12px "Gothic A1", sans-serif;
  letter-spacing: .12em;
}

.mk26-location strong {
  margin-top: 3px;
  color: #fff;
  font-size: 15px;
}

.mk26-map-link {
  display: flex;
  justify-content: space-between;
  color: #c8d6df;
  font-size: 12px;
  font-weight: 600;
}

.mk26-map-link:hover {
  color: #fff;
}

.mk26-section {
  padding: 40px 0;
}

.mk26-intro {
  padding-bottom: 30px;
}

.mk26-intro .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mk26-ai-card,
.mk26-catalog-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  min-width: 0;
  border-radius: 12px;
}

.mk26-intro .mk26-btn {
  align-self: flex-start;
  margin-top: auto;
}

.mk26-ai-card {
  padding: 28px 32px;
  color: #fff;
  background: linear-gradient(120deg, #0a315b, #124e8c);
  box-shadow: 0 15px 35px rgba(18, 78, 140, .16);
}

[data-brand="alterna"] .mk26-ai-card {
  background: linear-gradient(120deg, #075143, #129578);
}

.mk26-ai-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: 0 0 58px;
  border-radius: 12px;
  color: #69d9eb;
  font-size: 22px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
}

.mk26-ai-content,
.mk26-catalog-copy {
  flex: 1;
}

.mk26-catalog-copy>span,
.mk26-heading span,
.mk26-card-heading>span,
.mk26-ticket-copy>span {
  font: 600 12px "Gothic A1", sans-serif;
}

.mk26-catalog-card h2 {
  margin: 5px 0 4px;
  color: inherit;
  font-size: 20px;
  font-weight: 600;
}

.mk26-ai-card p {
  max-width: 680px;
  margin: 8px 0 12px;
  color: #d5e2ec;
  font-size: 15px;
  line-height: 1.6;
}

.mk26-ai-heading {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mk26-ai-brand {
  display: block;
}

.mk26-ai-brand strong {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.04em;
}

.mk26-ai-brand strong span {
  color: #73deed;
}

[data-brand="alterna"] .mk26-ai-brand strong span {
  color: #87ebcf;
}

.mk26-ai-brand small {
  display: block;
  margin-top: 7px;
  color: #a9c9da;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
}

.mk26-ai-features {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.mk26-ai-features span {
  padding: 6px 9px;
  color: #d9e8f0;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 5px;
  background: rgba(255, 255, 255, .07);
  font-size: 12px;
  font-weight: 600;
}

.mk26-ai-features i {
  margin-right: 4px;
  color: #70dbea;
}

[data-brand="alterna"] .mk26-ai-features i {
  color: #84e6ca;
}

.mk26-btn-light {
  color: #123e65;
  background: #fff;
}

.mk26-btn-light:hover {
  color: #123e65;
}

.mk26-catalog-card {
  padding: 26px 30px;
  border: 1px solid var(--mk-line);
  background: #fff;
  box-shadow: 0 9px 28px rgba(16, 34, 52, .05);
}

.mk26-pdf {
  width: 56px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 0 0 56px;
  color: #fff;
  border-radius: 7px;
  background: #112638;
}

.mk26-pdf i {
  color: #ef6363;
  font-size: 20px;
}

.mk26-pdf span {
  font: 700 12px "Gothic A1", sans-serif;
}

.mk26-catalog-copy>span,
.mk26-heading span,
.mk26-card-heading>span {
  color: var(--mk-blue);
}

[data-brand="alterna"] .mk26-catalog-copy>span,
[data-brand="alterna"] .mk26-heading span,
[data-brand="alterna"] .mk26-card-heading>span {
  color: var(--mk-green);
}

.mk26-catalog-card h2 {
  margin-bottom: 5px;
}

.mk26-catalog-card p {
  margin: 0;
  color: var(--mk-muted);
  font-size: 15px;
  line-height: 1.6;
}

.mk26-btn-dark {
  color: #fff;
  background: var(--mk-blue);
}

.mk26-btn-dark:hover {
  color: #fff;
  background: var(--mk-blue-dark);
}

[data-brand="alterna"] .mk26-btn-dark {
  background: var(--mk-green);
}

.mk26-machines {
  padding-top: 55px;
}

.mk26-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--mk-line);
}

.mk26-heading h2 {
  margin: 5px 0 0;
  color: var(--mk-ink);
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -.025em;
}

.mk26-heading p {
  max-width: 470px;
  margin: 0;
  color: var(--mk-muted);
  font-size: 15px;
  line-height: 1.6;
  text-align: right;
}

.mk26-machine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mk26-machine-grid.is-hidden {
  display: none;
}

.mk26-machine-card {
  overflow: hidden;
  color: var(--mk-ink);
  border: 1px solid var(--mk-line);
  border-top: 3px solid var(--mk-blue);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(16, 34, 52, .045);
  transition: .25s ease;
}

.mk26-machine-card:last-child {
  grid-column: span 3;
}

[data-brand="alterna"] .mk26-machine-card {
  border-top-color: var(--mk-green);
}

.mk26-machine-card:hover {
  color: var(--mk-ink);
  transform: translateY(-5px);
  border-color: #9fc4df;
  box-shadow: 0 18px 38px rgba(18, 78, 140, .12);
}

.mk26-machine-image {
  position: relative;
  height: 280px;
  display: grid;
  place-items: center;
  padding: 22px;
  background: linear-gradient(145deg, #edf5fa, #f9fbfc);
}

[data-brand="alterna"] .mk26-machine-image {
  background: linear-gradient(145deg, #eaf7f3, #f9fbfa);
}

.mk26-machine-image img {
  width: 100%;
  height: 100%;
  height: 275px;
  object-fit: contain;
  transition: transform .35s ease;
}

.mk26-machine-card:hover .mk26-machine-image img {
  transform: scale(1.045);
}


.mk26-machine-card:last-child .mk26-machine-image {height: 380px;}
.mk26-machine-card:last-child .mk26-machine-image img {
  width: auto;
  max-width: 62%;
  max-height: 88%;
  height: 375px;
}

@media (max-width: 420px)
{
  .mk26-machine-card:last-child .mk26-machine-image {height: 280px;}
  .mk26-machine-card:last-child .mk26-machine-image img {
    width: auto;
    max-width: 62%;
    max-height: 88%;
    height: 275px;
  }
}

.mk26-machine-image>span {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  color: var(--mk-blue);
  border: 1px solid #c8deed;
  border-radius: 5px;
  background: rgba(255, 255, 255, .9);
  font: 700 12px "Gothic A1", sans-serif;
}

[data-brand="alterna"] .mk26-machine-image>span {
  color: #08725b;
  border-color: #b8dfd5;
}

.mk26-machine-body {
  padding: 35px 22px 22px 22px;
}

.mk26-machine-body>small {
  color: var(--mk-blue);
  font: 700 12px "Gothic A1", sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

[data-brand="alterna"] .mk26-machine-body>small {
  color: var(--mk-green);
}

.mk26-machine-body h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 7px 0 16px;
  color: var(--mk-ink);
  font-size: 19px;
  font-weight: 600;
}

.mk26-machine-body h3 i {
  color: #8aa0b0;
  font-size: 12px;
}

.mk26-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.mk26-specs div {
  min-height: 58px;
  padding: 9px 10px;
  border: 1px solid #e5ebf0;
  border-radius: 6px;
  background: #f8fafb;
}

.mk26-specs span,
.mk26-specs strong {
  display: block;
}

.mk26-specs span {
  margin-bottom: 3px;
  color: #82909d;
  font: 600 12px "Gothic A1", sans-serif;
  text-transform: uppercase;
}

.mk26-specs strong {
  color: #24394c;
  font: 700 12px "Gothic A1", sans-serif;
}

.mk26-machine-body p {
  margin: 16px 0 0;
  color: var(--mk-muted);
  font-size: 12px;
  line-height: 1.65;
}

.mk26-machine-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #e8edf3;
  font-size: 11px;
  font-family: "Gothic A1", monospace;
  font-weight: 600;
  letter-spacing: .03em;
}

.mk26-machine-tag-label {
  color: var(--mk-muted);
}

.mk26-machine-tag-value {
  color: var(--mk-green);
  font-weight: 700;
}

[data-brand="alterna"] .mk26-machine-tag-value {
  color: var(--mk-accent);
}

.mk26-media {
  padding-bottom: 0px;
}

.mk26-media-grid {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 20px;
}

.mk26-video-card,
.mk26-plan-card {
  padding: 25px;
  border: 1px solid var(--mk-line);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(16, 34, 52, .05);
}

.mk26-card-heading {
  margin-bottom: 18px;
}

.mk26-card-heading h2 {
  margin: 5px 0 0;
  color: var(--mk-ink);
  font-size: 18px;
  font-weight: 600;
}

.mk26-card-heading p {
  margin: 7px 0 0;
  color: var(--mk-muted);
  font-size: 15px;
  line-height: 1.55;
}

.mk26-video-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.mk26-video-heading-row>a {
  flex: 0 0 auto;
  padding: 7px 10px;
  color: var(--mk-blue);
  border: 1px solid #cfe0ed;
  border-radius: 5px;
  background: #f1f7fb;
  font-size: 12px;
  font-weight: 600;
}

.mk26-video-heading-row>a:hover {
  color: #fff;
  background: var(--mk-blue);
  text-decoration: none;
}

[data-brand="alterna"] .mk26-video-heading-row>a {
  color: var(--mk-green);
  border-color: #c6e5dc;
  background: #eff9f6;
}

[data-brand="alterna"] .mk26-video-heading-row>a:hover {
  color: #fff;
  background: var(--mk-green);
}

.mk26-video-heading-row>a i {
  margin-left: 5px;
}

.mk26-card-heading .fa-youtube {
  color: #e63737;
  margin-right: 4px;
}

.mk26-video {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 8px;
  background: #081623;
}

.mk26-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.mk26-plan-open {
  position: relative;
  width: 100%;
  height: 235px;
  display: block;
  padding: 10px;
  overflow: hidden;
  border: 1px solid var(--mk-line);
  border-radius: 8px;
  background: #f6f8fa;
  cursor: pointer;
}

.mk26-plan-open img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mk26-plan-open>span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 7px 10px;
  color: #fff;
  border-radius: 5px;
  background: rgba(7, 23, 39, .9);
  font-size: 12px;
  font-weight: 600;
}

.mk26-stand-line {
  margin-top: 13px;
  padding: 13px;
  color: #fff;
  border-radius: 7px;
  background: #0b2237;
}

.mk26-stand-line>i {
  color: #55d0e3;
}

.mk26-stand-line small,
.mk26-stand-line strong {
  display: block;
}

.mk26-stand-line small {
  color: #92a8b9;
  font: 600 12px "Gothic A1", sans-serif;
  letter-spacing: .08em;
}

.mk26-stand-line strong {
  margin-top: 2px;
  font-size: 13px;
}

.mk26-directions {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 10px;
  padding: 9px 13px;
  color: #fff;
  border-radius: 7px;
  background: var(--mk-blue);
  font-size: 12px;
  font-weight: 600;
  transition: .2s ease;
}

.mk26-directions:hover {
  color: #fff;
  background: var(--mk-blue-dark);
  text-decoration: none;
  transform: translateY(-1px);
}

.mk26-directions i:last-child {
  margin-left: auto;
}

[data-brand="alterna"] .mk26-directions {
  background: var(--mk-green);
}

[data-brand="alterna"] .mk26-directions:hover {
  background: #08705b;
}

.mk26-ticket {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  padding: 38px 42px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  background: radial-gradient(circle at 8% 4%, rgba(47, 198, 228, .22), transparent 34%),
    linear-gradient(125deg, #061a31, #0a355e);
  box-shadow: 0 24px 55px rgba(4, 26, 49, .18);
}

.mk26-ticket>* {
  position: relative;
  z-index: 1;
}

.mk26-ticket-copy {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.mk26-ticket-intro {
  min-width: 0;
}

.mk26-ticket-intro>span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  color: #9beaf3;
  border: 1px solid rgba(103, 216, 234, .3);
  border-radius: 999px;
  background: rgba(103, 216, 234, .1);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
}

.mk26-ticket-copy h2 {
  max-width: 430px;
  margin: 18px 0 9px;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.18;
}

.mk26-ticket-copy p {
  max-width: 410px;
  margin: 0;
  color: #c9d7e2;
  font-size: 14px;
  line-height: 1.8;
}

.mk26-ticket-stands {
  display: grid;
  flex: 0 0 410px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.mk26-ticket-stand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 10px;
  background: rgba(255, 255, 255, .07);
}

.mk26-ticket-stand>span {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #092e4c;
  border-radius: 9px;
  background: #79dbea;
  font-size: 11px;
  font-weight: 800;
}

.mk26-ticket-stand small {
  display: block;
  margin-bottom: 3px;
  color: #a7c7d9;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.mk26-ticket-stand strong {
  display: block;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.mk26-invite-form {
  padding: 25px 0 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .18);
  background: transparent;
}

.mk26-invite-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px 16px;
}

.mk26-invite-field.is-wide {
  grid-column: 1 / -1;
}

.mk26-invite-field label {
  display: block;
  margin-bottom: 8px;
  color: #e2f0f8;
  font-size: 12px;
  font-weight: 700;
}

.mk26-invite-field label span {
  color: #8de4f1;
}

.mk26-invite-field input {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  color: #fff;
  border: 1px solid #54728b;
  border-radius: 8px;
  background: rgba(7, 31, 54, .72);
  font: 500 14px "Gothic A1", sans-serif;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.mk26-invite-field input::placeholder {
  color: #acc2d0;
}

.mk26-invite-field input:focus {
  outline: none;
  border-color: #72d9eb;
  background: rgba(11, 48, 78, .95);
  box-shadow: 0 0 0 4px rgba(114, 217, 235, .16);
}

.mk26-invite-field input[aria-invalid="true"] {
  border-color: #e88b91;
}

.mk26-invite-field small {
  display: block;
  margin-top: 5px;
  color: #b4c9d7;
  font-size: 11px;
}

.mk26-invite-field small:empty {
  display: none;
}

.mk26-invite-field input[aria-invalid="true"]+small {
  color: #ffbdc3;
}

.mk26-invite-alert {
  padding: 11px 13px;
  margin-bottom: 18px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.5;
}

.mk26-invite-alert.is-error {
  color: #ffe7e9;
  background: rgba(169, 47, 62, .5);
}

.mk26-invite-alert.is-success {
  color: #e9fff3;
  background: rgba(30, 132, 91, .55);
}

.mk26-invite-hp {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.mk26-btn-ticket {
  width: 100%;
  min-height: 52px;
  margin-top: 22px;
  color: #06314e;
  border-radius: 8px;
  background: linear-gradient(90deg, #58d4e7, #83e4f0);
  box-shadow: 0 9px 20px rgba(6, 24, 41, .18);
}

.mk26-btn-ticket:hover {
  color: #06314e;
  background: linear-gradient(90deg, #76e0ed, #a2edf4);
}

.mk26-sticky {
  position: fixed;
  z-index: 45;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px 13px 12px 17px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 9px;
  background: rgba(7, 23, 39, .96);
  box-shadow: 0 14px 35px rgba(0, 0, 0, .26);
  transition: .3s ease;
}

.mk26-sticky.is-hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.mk26-sticky span {
  font-size: 12px;
  font-weight: 600;
}

.mk26-sticky span i {
  margin-right: 6px;
  color: #50d2e5;
}

.mk26-sticky a {
  padding: 8px 11px;
  color: #0a314d;
  border-radius: 5px;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.mk26-modal[hidden] {
  display: none;
}

.mk26-modal {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 25px;
  background: rgba(3, 14, 24, .88);
  backdrop-filter: blur(7px);
}

.mk26-modal-open {
  overflow: hidden;
}

.mk26-modal-dialog {
  width: min(100%, 1050px);
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .4);
}

.mk26-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  color: #fff;
  background: #091d30;
}

.mk26-modal-head h2 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.mk26-modal-head button {
  width: 34px;
  height: 34px;
  color: #fff;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  cursor: pointer;
}

.mk26-modal-body {
  min-height: 0;
  padding: 15px;
  overflow: auto;
  background: #edf2f5;
  text-align: center;
}

.mk26-modal-body img {
  max-width: 100%;
  max-height: 72vh;
  object-fit: contain;
}

.mk26-modal-foot {
  padding: 12px 20px;
  color: var(--mk-blue);
  font-size: 12px;
  font-weight: 600;
}

.mk26-footer {
  margin-top: 20px;
  color: #b9c7d2;
  background: #071727;
}

.mk26-footer-main {
  min-height: 190px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 35px;
}

.mk26-footer-brands {
  display: flex;
  align-items: center;
  gap: 18px;
}

.mk26-footer-brands>span {
  width: 1px;
  height: 38px;
  background: #344656;
}

.mk26-footer-brands a:first-child {
  padding: 8px 10px;
  border-radius: 5px;
  background: #fff;
}

.mk26-footer-brands a:last-child {
  padding: 8px 10px;
  border-radius: 5px;
  background: #fff;
}

.mk26-footer-brands img {
  width: 93px;
  height: 30px;
  object-fit: contain;
}

.mk26-footer-alterna img {
  width: 112px;
}

.mk26-footer-event {
  text-align: center;
}

.mk26-footer-event small,
.mk26-footer-event strong,
.mk26-footer-event span {
  display: block;
}

.mk26-footer-event small {
  color: #54d2e5;
  font: 700 12px "Gothic A1", sans-serif;
  letter-spacing: .15em;
}

.mk26-footer-event strong {
  margin: 7px 0 4px;
  color: #fff;
  font-size: 14px;
}

.mk26-footer-event span {
  color: #91a4b3;
  font-size: 12px;
}

.mk26-footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.mk26-footer-links a {
  color: #b9c7d2;
  font-size: 12px;
  font-weight: 600;
}

.mk26-footer-links a:hover {
  color: #fff;
  text-decoration: none;
}

.mk26-footer-links i {
  font-size: 16px;
}

.mk26-footer-bottom {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #263948;
  color: #708595;
  font: 500 12px "Gothic A1", sans-serif;
}

@media (max-width: 991.98px) {
  .mk26-intro .container {
    grid-template-columns: 1fr;
  }

  .mk26-countdown-strip-inner {
    grid-template-columns: 1fr auto;
    gap: 22px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .mk26-countdown-location {
    grid-column: 1 / -1;
    width: 100%;
    justify-self: stretch;
    justify-content: center;
  }

  .mk26-switchbar-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .mk26-hero-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .mk26-event-card {
    max-width: 580px;
  }

  .mk26-machine-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mk26-media-grid {
    grid-template-columns: 1fr;
  }

  .mk26-ticket {
    gap: 26px;
    padding: 45px;
  }

  .mk26-ticket-copy {
    align-items: start;
    flex-direction: column;
    gap: 22px;
  }

  .mk26-ticket-stands {
    width: 100%;
    max-width: 500px;
    flex-basis: auto;
  }

  .mk26-invite-form {
    width: 100%;
  }

  .mk26-invite-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mk26-footer-main {
    grid-template-columns: 1fr 1fr;
    padding: 35px 0;
  }

  .mk26-footer-event {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .mk26-brandbar-inner {
    min-height: 62px;
  }

  .mk26-brandbar-logo {
    width: 84px;
    height: 36px;
    flex-basis: 84px;
  }

  .mk26-brandbar-title {
    padding-left: 10px;
  }

  .mk26-brandbar-title strong {
    font-size: 12px;
  }

  .mk26-brandbar-title small {
    max-width: 180px;
    font-size: 11px;
    line-height: 1.25;
    letter-spacing: .02em;
    white-space: normal;
  }

  .mk26-brandbar-web {
    display: none !important;
  }

  .mk26-brandbar-actions a {
    width: 36px;
    padding: 0;
    justify-content: center;
  }

  .mk26-brandbar-actions a span {
    display: none;
  }

  .mk26-countdown-strip-inner {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: center;
  }

  .mk26-countdown-event .mk26-live {
    justify-content: center;
  }

  .mk26-countdown-strip .mk26-countdown {
    width: 100%;
    min-width: 0;
  }

  .mk26-countdown-location {
    grid-column: auto;
  }

  .mk26-hero h1 {
    font-size: 39px;
  }

  .mk26-hero-copy>p {
    font-size: 14px;
  }

  .mk26-section {
    padding: 55px 0;
  }

  .mk26-ai-card,
  .mk26-catalog-card {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 24px;
  }

  .mk26-ai-card .mk26-btn,
  .mk26-catalog-card .mk26-btn {
    width: 100%;
  }

  .mk26-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .mk26-heading h2 {
    font-size: 28px;
  }

  .mk26-heading p {
    text-align: left;
  }

  .mk26-machine-grid {
    grid-template-columns: 1fr;
  }

  .mk26-machine-card:last-child {
    grid-column: auto;
  }

  .mk26-machine-card:last-child .mk26-machine-image img {
    max-width: 88%;
  }

  .mk26-machine-image {
    height: 320px;
  }

  .mk26-ticket {
    padding: 29px 21px;
  }

  .mk26-ticket-copy h2 {
    font-size: 29px;
  }

  .mk26-invite-form {
    padding: 22px 0 0;
  }

  .mk26-invite-grid {
    grid-template-columns: 1fr;
  }

  .mk26-invite-field input {
    font-size: 16px;
  }

  .mk26-sticky {
    right: 12px;
    bottom: 12px;
    left: 12px;
    justify-content: space-between;
  }

  .mk26-footer-main {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 26px;
  }

  .mk26-footer-links {
    justify-content: center;
    flex-wrap: wrap;
  }

  .mk26-footer-bottom {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 17px 0;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .mk26-ticket-stands {
    grid-template-columns: 1fr;
  }

  .mk26-countdown strong {
    font-size: 26px;
  }

  .mk26-event-card {
    padding: 21px 17px;
  }

  .mk26-sticky span {
    max-width: 150px;
  }
}