html:has(.gmk-landing) {
  --t-primary-dark: #2D0F5A;
  --t-hero-bg: #1e1438;
  --t-on-primary: #fff;
  --t-hero-text: #f5f1ff;
  --t-primary-light: #7c5fc4;
  --t-cta-bg: #F5C800;
  --t-cta-fg: #1a1000;
  --t-cta-surface:
    linear-gradient(180deg, rgba(255, 241, 150, 0.42), transparent 34%),
    linear-gradient(180deg, rgb(255 216 54), rgb(245 200 0) 58%, rgb(226 174 0));
  --t-cta-surface-hover:
    linear-gradient(180deg, rgba(255, 246, 172, 0.5), transparent 34%),
    linear-gradient(180deg, rgb(255 224 76), rgb(250 207 14) 58%, rgb(232 181 0));
  --t-cta-glow: 0 12px 24px rgba(245, 200, 0, 0.2);
  --t-cta-glow-hover: 0 14px 30px rgba(245, 200, 0, 0.28);
  --t-cta-inset: inset 0 1px 0 rgba(255, 255, 255, 0.42), inset 0 -8px 14px rgba(128, 86, 0, 0.14);
  --t-hero-glow: 0 0 48px rgba(91, 63, 168, 0.2);
  --t-hero-halo: radial-gradient(circle at 30% 30%, rgba(124, 95, 196, 0.2), transparent 60%);
  --t-font: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --t-font-display: var(--t-font);
  --t-success: #F5C800;
  --t-radius-sm: 8px;
  --gmk-bg: color-mix(in srgb, var(--t-primary-dark) 93%, black);
  --gmk-ink: var(--t-hero-text);
  --gmk-action: var(--t-cta-bg);
  --gmk-action-ink: var(--t-cta-fg);
  --gmk-radius: 8px;
  --gmk-radius-sm: 6px;
  --gmk-shadow-border:
    0 0 0 1px color-mix(in srgb, var(--t-hero-text) 9%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--t-on-primary) 8%, transparent);
}

.gmk-landing {
  --gmk-bg: color-mix(in srgb, var(--t-primary-dark) 93%, black);
  --gmk-surface: color-mix(in srgb, var(--t-hero-bg) 96%, var(--t-primary-dark));
  --gmk-surface-alt: color-mix(in srgb, var(--t-on-primary) 10%, transparent);
  --gmk-surface-strong: var(--t-hero-bg);
  --gmk-ink: var(--t-hero-text);
  --gmk-muted: var(--t-hero-text);
  --gmk-subtle: color-mix(in srgb, var(--t-hero-text) 84%, transparent);
  --gmk-line: color-mix(in srgb, var(--t-hero-text) 12%, transparent);
  --gmk-accent: var(--t-cta-bg);
  --gmk-eyebrow: var(--t-cta-bg);
  --gmk-action: var(--t-cta-bg);
  --gmk-action-hover: color-mix(in srgb, var(--t-cta-bg) 88%, var(--t-on-primary));
  --gmk-action-ink: var(--t-cta-fg);
  --gmk-warm: var(--t-cta-bg);
  --gmk-money: var(--t-cta-bg);
  --gmk-radius: 8px;
  --gmk-radius-sm: 6px;
  --gmk-shadow-border:
    0 0 0 1px color-mix(in srgb, var(--t-hero-text) 9%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--t-on-primary) 8%, transparent);
  --gmk-shadow-border-hover:
    0 0 0 1px color-mix(in srgb, var(--t-cta-bg) 30%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--t-on-primary) 10%, transparent);
  --gmk-shadow: var(--t-hero-glow), 0 24px 70px color-mix(in srgb, black 38%, transparent);
  --gmk-image-outline: rgba(255, 255, 255, 0.1);
  position: relative;
  min-height: 100vh;
  background:
    radial-gradient(circle at 22% 8%, color-mix(in srgb, var(--t-primary-light) 18%, transparent), transparent 34%),
    radial-gradient(circle at 78% 0%, color-mix(in srgb, var(--t-cta-bg) 9%, transparent), transparent 30%),
    var(--gmk-bg);
  color: var(--gmk-ink);
}

html[data-gmk-landing-theme="dark"] .gmk-landing {
  --gmk-shadow-border: 0 0 0 1px rgba(255, 255, 255, 0.08);
  --gmk-shadow-border-hover: 0 0 0 1px rgba(255, 255, 255, 0.13);
  --gmk-image-outline: rgba(255, 255, 255, 0.1);
}

body:has(.gmk-landing) {
  display: block;
  min-height: 100vh;
  margin: 0;
  background: color-mix(in srgb, var(--t-primary-dark) 93%, black);
  color: var(--t-hero-text);
  font-family: var(--t-font);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body:has(.gmk-landing) .footer {
  background: color-mix(in srgb, var(--t-primary-dark) 93%, black);
  border-top-color: var(--gmk-line);
}

html:has(.gmk-landing) {
  min-height: 100%;
  scroll-padding-top: 86px;
  background: color-mix(in srgb, var(--t-primary-dark) 93%, black);
}

.gmk-landing::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  transform: scale(1.04);
  background:
    var(--t-hero-halo);
  filter: blur(16px);
  opacity: 0.84;
  pointer-events: none;
}

.gmk-landing::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(145deg, transparent 0 57.8%, color-mix(in srgb, var(--t-cta-bg) 18%, transparent) 58% 58.34%, color-mix(in srgb, var(--t-primary-light) 12%, transparent) 58.34% 58.78%, transparent 59%);
  opacity: 0.9;
  pointer-events: none;
}

.gmk-landing *,
.gmk-landing *::before,
.gmk-landing *::after {
  box-sizing: border-box;
}

.gmk-landing__header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 70px;
  padding: 0 max(20px, calc((100vw - 1180px) / 2));
  background: color-mix(in srgb, var(--gmk-bg) 90%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--t-cta-bg) 14%, transparent);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.gmk-brand,
.gmk-nav,
.gmk-header-actions,
.gmk-actions,
.gmk-final__actions {
  display: flex;
  align-items: center;
}

.gmk-brand {
  min-height: 44px;
  color: var(--gmk-ink);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.gmk-brand:hover {
  text-decoration: none;
}

.gmk-brand__logo-img {
  display: block;
  width: clamp(168px, 13vw, 204px);
  max-width: min(204px, calc(100vw - 180px));
  height: auto;
  filter: drop-shadow(0 10px 24px color-mix(in srgb, var(--t-primary-dark) 52%, transparent));
}

.gmk-nav {
  justify-content: center;
  gap: 22px;
}

.gmk-header-actions {
  justify-content: flex-end;
  gap: 10px;
}

.gmk-landing__header .gmk-header-login,
.gmk-landing__header .gmk-header-login:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 8px;
  color: var(--gmk-muted);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition-property: color;
  transition-duration: 160ms;
  transition-timing-function: ease-out;
}

.gmk-landing__header .gmk-header-login:hover {
  color: var(--gmk-accent);
  text-decoration: none;
}

.gmk-btn--header {
  min-height: 42px;
  padding-right: 14px;
  padding-left: 14px;
  font-size: 14px;
}

.gmk-nav a,
.gmk-site-footer a {
  color: var(--gmk-muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.gmk-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  transition-property: color;
  transition-duration: 160ms;
  transition-timing-function: ease-out;
}

.gmk-nav a:hover,
.gmk-site-footer a:hover {
  color: var(--gmk-accent);
  text-decoration: none;
}

.gmk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--gmk-radius);
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition-property: background-color, border-color, box-shadow, transform;
  transition-duration: 160ms, 160ms, 160ms, 120ms;
  transition-timing-function: ease;
}

.gmk-btn:hover {
  text-decoration: none;
}

.gmk-btn:active {
  transform: scale(0.96);
}

.gmk-btn--primary {
  background: var(--t-cta-surface, var(--gmk-action));
  color: var(--gmk-action-ink);
  border-color: color-mix(in srgb, var(--t-cta-bg) 55%, transparent);
  box-shadow: var(--t-cta-glow), var(--t-cta-inset);
}

.gmk-btn--primary:hover {
  background: var(--t-cta-surface-hover, var(--gmk-action-hover));
  border-color: color-mix(in srgb, #fff2a8 72%, transparent);
  box-shadow: var(--t-cta-glow-hover), var(--t-cta-inset);
}

.gmk-btn--secondary,
.gmk-btn--ghost {
  background-color: color-mix(in srgb, var(--t-on-primary) 10%, transparent);
  color: var(--gmk-ink);
  border-color: transparent;
  box-shadow: var(--gmk-shadow-border);
}

.gmk-btn--secondary:hover,
.gmk-btn--ghost:hover {
  background-color: color-mix(in srgb, var(--t-on-primary) 11%, transparent);
  border-color: color-mix(in srgb, var(--t-cta-bg) 28%, transparent);
  box-shadow: var(--gmk-shadow-border-hover);
}

.gmk-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 54px;
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 56px 0 50px;
}

.gmk-hero__copy {
  max-width: 610px;
}

.gmk-eyebrow {
  margin: 0 0 12px;
  color: var(--t-cta-bg, #F5C800);
  -webkit-text-fill-color: var(--t-cta-bg, #F5C800);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 18px color-mix(in srgb, var(--t-cta-bg, #F5C800) 26%, transparent);
}

.gmk-hero h1,
.gmk-section-head h2,
.gmk-product-section h2,
.gmk-final h2 {
  margin: 0;
  color: var(--gmk-ink);
  font-family: var(--t-font-display, var(--t-font, system-ui, sans-serif));
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.gmk-hero h1 {
  font-size: 36px;
}

.gmk-hero__lead {
  margin: 20px 0 0;
  color: var(--gmk-muted);
  font-size: 18px;
  line-height: 1.64;
  text-wrap: pretty;
}

.gmk-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.gmk-actions-note {
  max-width: 560px;
  margin: 12px 0 0;
  color: var(--gmk-subtle);
  font-size: 13px;
  line-height: 1.45;
  text-wrap: pretty;
}

.gmk-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.gmk-hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid color-mix(in srgb, var(--t-cta-bg) 24%, transparent);
  border-radius: var(--gmk-radius);
  background: color-mix(in srgb, var(--t-on-primary) 8%, transparent);
  color: var(--gmk-ink);
  box-shadow: var(--gmk-shadow-border);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.gmk-start-options {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1180px);
  margin-right: auto;
  margin-left: auto;
  padding: 48px 0 64px;
  border-top: 1px solid var(--gmk-line);
}

.gmk-start-options__head {
  max-width: 780px;
}

.gmk-start-options__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.gmk-start-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 24px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--gmk-surface) 98%, var(--t-on-primary)) 0%, var(--gmk-surface) 100%);
  box-shadow: var(--gmk-shadow-border), 0 16px 38px color-mix(in srgb, black 22%, transparent);
}

.gmk-start-card--primary {
  background:
    radial-gradient(circle at 92% 10%, color-mix(in srgb, var(--t-cta-bg) 15%, transparent), transparent 36%),
    linear-gradient(145deg, color-mix(in srgb, var(--gmk-surface-strong) 97%, var(--t-on-primary)) 0%, var(--gmk-surface) 100%);
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--t-cta-bg) 30%, transparent),
    0 18px 44px color-mix(in srgb, black 26%, transparent);
}

.gmk-start-card__label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--t-cta-bg) 13%, transparent);
  color: var(--gmk-accent);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.gmk-start-card h3 {
  margin: 18px 0 0;
  color: var(--gmk-ink);
  font-size: 22px;
  line-height: 1.18;
  text-wrap: balance;
}

.gmk-start-card > p {
  margin: 12px 0 0;
  color: var(--gmk-muted);
  line-height: 1.55;
  text-wrap: pretty;
}

.gmk-start-card ul {
  display: grid;
  gap: 8px;
  width: 100%;
  margin: 18px 0 22px;
  padding: 0;
  color: var(--gmk-ink);
  list-style: none;
}

.gmk-start-card li {
  position: relative;
  padding-left: 20px;
  line-height: 1.45;
  text-wrap: pretty;
}

.gmk-start-card li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gmk-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--t-cta-bg) 10%, transparent);
}

.gmk-start-card .gmk-btn {
  margin-top: auto;
}

.gmk-hero__visual {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.gmk-phone-showcase {
  grid-template-columns: minmax(248px, 356px) minmax(132px, 188px);
  align-items: center;
  justify-content: center;
}

.gmk-phone-showcase__side {
  display: grid;
  gap: 18px;
}

.gmk-phone-showcase .gmk-dashboard-preview {
  grid-column: 1 / -1;
}

.screenshot-frame {
  --gmk-phone-width: 318px;
  --gmk-phone-padding: 12px;
  --gmk-phone-radius: 44px;
  --gmk-phone-screen-radius: 31px;
  --gmk-phone-screen-inset: 7px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  min-width: 0;
  width: min(100%, var(--gmk-phone-width));
  margin-right: auto;
  margin-left: auto;
  padding: var(--gmk-phone-padding);
  border: 1px solid color-mix(in srgb, var(--t-cta-bg) 28%, var(--t-on-primary) 8%);
  border-radius: var(--gmk-phone-radius);
  background:
    linear-gradient(155deg, color-mix(in srgb, var(--t-cta-bg) 18%, transparent), transparent 32%),
    linear-gradient(180deg, #07010c, #10031b);
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--t-cta-bg) 24%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--t-on-primary) 18%, transparent),
    0 24px 58px color-mix(in srgb, black 40%, transparent);
}

.gmk-screenshot-trigger {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--gmk-phone-screen-radius);
  background: transparent;
  color: inherit;
  cursor: zoom-in;
  scale: 1;
  transition-property: scale;
  transition-duration: 150ms;
  transition-timing-function: ease-out;
}

.gmk-screenshot-trigger:active {
  scale: 0.96;
}

.gmk-screenshot-trigger:focus-visible {
  outline: 3px solid var(--gmk-accent);
  outline-offset: 4px;
}

.gmk-screenshot-trigger__hint {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 10px;
  border-radius: 12px;
  background: color-mix(in srgb, #050108 78%, transparent);
  color: #fff;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 8px 18px rgba(0, 0, 0, 0.28);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  opacity: 0.84;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition-property: opacity, background-color;
  transition-duration: 160ms;
  transition-timing-function: ease-out;
}

.gmk-screenshot-trigger:hover .gmk-screenshot-trigger__hint,
.gmk-screenshot-trigger:focus-visible .gmk-screenshot-trigger__hint {
  background: color-mix(in srgb, #050108 90%, transparent);
  opacity: 1;
}

.gmk-screenshot-trigger__icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  fill: currentColor;
}

.screenshot-frame--phone-secondary .gmk-screenshot-trigger__hint {
  right: 7px;
  bottom: 7px;
  width: 34px;
  min-height: 34px;
  padding: 0;
}

.screenshot-frame--phone-secondary .gmk-screenshot-trigger__hint > span {
  display: none;
}

.screenshot-frame--phone-secondary .gmk-screenshot-trigger__icon {
  margin-right: 0;
}

.screenshot-frame picture,
.screenshot-frame img {
  display: block;
  width: 100%;
}

.screenshot-frame picture {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  aspect-ratio: 440 / 956;
  padding: var(--gmk-phone-screen-inset);
  border-radius: var(--gmk-phone-screen-radius);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--t-cta-bg) 16%, transparent), transparent 42%),
    linear-gradient(180deg, color-mix(in srgb, var(--t-on-primary) 9%, #12031f), #07010c 52%, #12031f);
}

.screenshot-frame picture::before {
  content: "";
  position: absolute;
  inset: var(--gmk-phone-screen-inset);
  z-index: 0;
  border-radius: max(12px, calc(var(--gmk-phone-screen-radius) - var(--gmk-phone-screen-inset) - 5px));
  background:
    linear-gradient(90deg, transparent 0 18%, color-mix(in srgb, var(--t-cta-bg) 12%, transparent) 18% 19%, transparent 19%),
    linear-gradient(180deg, color-mix(in srgb, var(--t-on-primary) 13%, transparent), transparent 34%),
    repeating-linear-gradient(180deg, color-mix(in srgb, var(--t-on-primary) 8%, transparent) 0 22px, transparent 22px 44px);
  opacity: 0.86;
}

.screenshot-frame img {
  position: relative;
  z-index: 1;
  height: 100%;
  border-radius: max(12px, calc(var(--gmk-phone-screen-radius) - var(--gmk-phone-screen-inset) - 5px));
  filter: saturate(1.18) contrast(1.12) brightness(1.04);
  object-fit: contain;
  outline: 1px solid var(--gmk-image-outline);
  outline-offset: -1px;
}

.screenshot-frame--hero,
.screenshot-frame--phone-main {
  --gmk-phone-width: 336px;
  --gmk-phone-padding: 13px;
  --gmk-phone-radius: 46px;
  --gmk-phone-screen-radius: 32px;
  --gmk-phone-screen-inset: 8px;
}

.screenshot-frame--phone-secondary {
  --gmk-phone-width: 166px;
  --gmk-phone-padding: 7px;
  --gmk-phone-radius: 31px;
  --gmk-phone-screen-radius: 23px;
  --gmk-phone-screen-inset: 4px;
}

.screenshot-frame--gallery {
  --gmk-phone-width: 220px;
  --gmk-phone-padding: 10px;
  --gmk-phone-radius: 38px;
  --gmk-phone-screen-radius: 27px;
  --gmk-phone-screen-inset: 6px;
}

.screenshot-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: 28px;
  color: var(--gmk-muted);
  text-align: center;
  background:
    linear-gradient(90deg, transparent 0, transparent 24px, color-mix(in srgb, var(--t-cta-bg) 12%, transparent) 25px, transparent 26px),
    linear-gradient(180deg, transparent 0, transparent 24px, color-mix(in srgb, var(--t-cta-bg) 12%, transparent) 25px, transparent 26px),
    var(--gmk-surface);
  background-size: 26px 26px;
}

.screenshot-placeholder::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid var(--gmk-line);
  border-radius: var(--gmk-radius-sm);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--gmk-accent) 18%, transparent), transparent 42%),
    linear-gradient(180deg, color-mix(in srgb, var(--t-on-primary) 9%, transparent), color-mix(in srgb, var(--gmk-surface) 88%, transparent));
}

.screenshot-placeholder span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 260px;
  padding: 10px 12px;
  border: 1px solid var(--gmk-line);
  border-radius: var(--gmk-radius-sm);
  background: color-mix(in srgb, var(--gmk-surface) 94%, transparent);
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--t-on-primary) 8%, transparent);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

body.gmk-gallery-open {
  overflow: hidden;
}

.gmk-lightbox[hidden] {
  display: none;
}

.gmk-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(3, 1, 7, 0.86);
  opacity: 0;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transition-property: opacity;
  transition-duration: 160ms;
  transition-timing-function: ease-out;
}

.gmk-lightbox.is-open {
  opacity: 1;
}

.gmk-lightbox__dialog {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 12px;
  width: min(100%, 1080px);
  height: min(calc(100dvh - 40px), 920px);
  padding: 14px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 86% 8%, color-mix(in srgb, var(--t-cta-bg) 12%, transparent), transparent 30%),
    color-mix(in srgb, var(--gmk-bg) 96%, black);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 34px 100px rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: blur(4px);
  transform: translateY(12px) scale(0.98);
  transition-property: transform, opacity, filter;
  transition-duration: 220ms, 180ms, 180ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.gmk-lightbox.is-open .gmk-lightbox__dialog {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.gmk-lightbox__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  padding-left: 4px;
}

.gmk-lightbox__caption {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  gap: 2px 12px;
  min-width: 0;
}

.gmk-lightbox__counter {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--gmk-accent);
  font-size: 13px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.gmk-lightbox__caption strong {
  overflow: hidden;
  color: var(--gmk-ink);
  font-size: 17px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gmk-lightbox__caption > span:last-child {
  overflow: hidden;
  color: var(--gmk-muted);
  font-size: 13px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gmk-lightbox__stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  overflow: hidden;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 45%, color-mix(in srgb, var(--t-primary) 34%, #07010b), #030106 70%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  touch-action: pan-y pinch-zoom;
}

.gmk-lightbox__stage figure {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 16px 72px;
}

.gmk-lightbox__stage img {
  display: block;
  width: auto;
  max-width: calc(100vw - 180px);
  height: auto;
  max-height: min(calc(100dvh - 210px), 780px);
  border-radius: 10px;
  object-fit: contain;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  outline-offset: -1px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.38);
  opacity: 1;
  transition-property: opacity;
  transition-duration: 120ms;
  transition-timing-function: ease-out;
}

.gmk-lightbox__stage img.is-changing {
  opacity: 0.18;
}

.gmk-lightbox__control {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: color-mix(in srgb, var(--t-on-primary) 11%, transparent);
  color: var(--gmk-ink);
  box-shadow: var(--gmk-shadow-border);
  cursor: pointer;
  scale: 1;
  transition-property: background-color, box-shadow, scale;
  transition-duration: 150ms;
  transition-timing-function: ease-out;
}

.gmk-lightbox__control:hover,
.gmk-lightbox__control:focus-visible {
  background: color-mix(in srgb, var(--t-cta-bg) 17%, var(--t-on-primary) 9%);
  box-shadow: var(--gmk-shadow-border-hover);
}

.gmk-lightbox__control:focus-visible {
  outline: 3px solid var(--gmk-accent);
  outline-offset: 2px;
}

.gmk-lightbox__control:active {
  scale: 0.96;
}

.gmk-lightbox__control svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.gmk-lightbox__previous,
.gmk-lightbox__next {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.gmk-lightbox__previous {
  left: 14px;
}

.gmk-lightbox__next {
  right: 14px;
}

.gmk-dashboard-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.gmk-dashboard-preview div,
.gmk-summary-grid article,
.gmk-day-steps article {
  min-width: 0;
  border: 1px solid transparent;
  border-radius: var(--gmk-radius);
  background:
    linear-gradient(150deg, color-mix(in srgb, var(--gmk-surface) 97%, var(--t-on-primary)) 0%, var(--gmk-surface) 100%);
  box-shadow: var(--gmk-shadow-border), 0 12px 30px color-mix(in srgb, black 22%, transparent);
}

.gmk-dashboard-preview div {
  padding: 14px;
}

.gmk-dashboard-preview__wide {
  grid-column: 1 / -1;
}

.gmk-dashboard-preview span,
.gmk-summary-grid span,
.gmk-day-steps span {
  display: block;
  color: var(--gmk-subtle);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gmk-dashboard-preview strong {
  display: block;
  margin-top: 5px;
  overflow-wrap: anywhere;
  color: var(--gmk-ink);
  font-size: 15px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.gmk-band,
.gmk-product-section,
.gmk-pricing,
.gmk-trust-story,
.gmk-faq,
.gmk-final,
.gmk-site-footer {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1180px);
  margin-right: auto;
  margin-left: auto;
  scroll-margin-top: 86px;
}

.gmk-band {
  padding: 58px 0;
  border-top: 1px solid var(--gmk-line);
}

.gmk-band--intro,
.gmk-band--day {
  width: 100%;
  padding-right: max(20px, calc((100vw - 1180px) / 2));
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--t-on-primary) 10%, transparent), color-mix(in srgb, var(--t-primary-dark) 42%, transparent));
  box-shadow:
    inset 0 1px 0 color-mix(in srgb, var(--t-on-primary) 6%, transparent),
    inset 0 -1px 0 color-mix(in srgb, black 26%, transparent);
}

.gmk-section-head {
  max-width: 760px;
}

.gmk-section-head h2,
.gmk-product-section h2,
.gmk-pricing h2,
.gmk-final h2 {
  font-size: 30px;
}

.gmk-section-head p:not(.gmk-eyebrow),
.gmk-product-section__copy > p,
.gmk-pricing__copy > p,
.gmk-final p:not(.gmk-eyebrow),
.gmk-site-footer p {
  margin: 16px 0 0;
  color: var(--gmk-muted);
  font-size: 17px;
  line-height: 1.62;
  text-wrap: pretty;
}

.gmk-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.gmk-screen-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.gmk-screen-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 18px 16px 16px;
  border: 1px solid color-mix(in srgb, var(--t-cta-bg) 22%, var(--t-hero-text) 9%);
  border-radius: var(--gmk-radius);
  background:
    linear-gradient(150deg, color-mix(in srgb, var(--gmk-surface) 92%, black) 0%, color-mix(in srgb, var(--gmk-surface) 86%, black) 100%);
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--t-cta-bg) 12%, transparent),
    0 16px 30px color-mix(in srgb, black 20%, transparent);
}

.gmk-screen-card .screenshot-frame {
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--t-cta-bg) 20%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--t-on-primary) 14%, transparent),
    0 18px 36px color-mix(in srgb, black 32%, transparent);
}

.gmk-screen-card h3 {
  margin: 0;
  color: var(--gmk-ink);
  font-size: 18px;
  line-height: 1.25;
}

.gmk-screen-card p {
  margin: 6px 0 0;
  color: var(--gmk-muted);
  font-size: 14px;
  line-height: 1.45;
}

.gmk-summary-grid article {
  min-height: 178px;
  padding: 18px;
}

.gmk-summary-grid span,
.gmk-day-steps span {
  color: var(--gmk-warm);
}

.gmk-summary-grid h3,
.gmk-day-steps h3 {
  margin: 18px 0 8px;
  color: var(--gmk-ink);
  font-size: 18px;
  line-height: 1.25;
}

.gmk-summary-grid p,
.gmk-day-steps p {
  margin: 0;
  color: var(--gmk-muted);
  line-height: 1.55;
  text-wrap: pretty;
}

.gmk-product-section {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(270px, 0.74fr);
  align-items: center;
  gap: 44px;
  padding: 62px 0;
  border-top: 1px solid var(--gmk-line);
}

.gmk-product-section--reversed {
  grid-template-columns: minmax(270px, 0.74fr) minmax(0, 0.96fr);
}

.gmk-product-section--reversed .gmk-product-section__copy {
  order: 2;
}

.gmk-product-section--reversed .gmk-product-section__media {
  order: 1;
}

.gmk-product-section__media {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.gmk-trainer-card-section {
  background:
    radial-gradient(circle at 18% 42%, color-mix(in srgb, var(--t-cta-bg) 8%, transparent), transparent 34%);
}

.gmk-trainer-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.gmk-trainer-card-video-frame {
  position: relative;
  width: min(100%, 366px);
  aspect-ratio: 540 / 1174;
  padding: 8px;
  overflow: hidden;
  border-radius: 36px;
  background: color-mix(in srgb, var(--gmk-surface-strong) 94%, black);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 28px 72px color-mix(in srgb, black 42%, transparent);
}

.gmk-trainer-card-video-frame img,
.gmk-trainer-card-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  object-fit: cover;
}

.gmk-trainer-card-video-frame video {
  position: absolute;
  inset: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}

.gmk-check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.gmk-check-list li {
  position: relative;
  min-height: 42px;
  padding: 10px 12px 10px 38px;
  border: 1px solid color-mix(in srgb, var(--t-hero-text) 12%, transparent);
  border-radius: var(--gmk-radius);
  background: color-mix(in srgb, var(--t-on-primary) 11%, transparent);
  color: var(--gmk-ink);
  font-weight: 700;
  line-height: 1.35;
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--t-on-primary) 10%, transparent);
}

.gmk-check-list li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 14px;
  width: 9px;
  height: 9px;
  border-radius: var(--gmk-radius-sm);
  background: var(--gmk-accent);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--t-cta-bg) 9%, transparent);
}

.gmk-product-section__media .screenshot-placeholder {
  min-height: 310px;
}

.gmk-day-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.gmk-day-steps article {
  min-height: 188px;
  padding: 18px;
}

.gmk-pricing {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  align-items: start;
  gap: 34px;
  padding: 62px 0;
  border-top: 1px solid var(--gmk-line);
}

.gmk-trust-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  align-items: stretch;
  gap: 24px;
  padding: 62px 0;
  border-top: 1px solid var(--gmk-line);
}

.gmk-trust-story__copy,
.gmk-trust-story__card {
  min-width: 0;
  border: 1px solid color-mix(in srgb, var(--t-cta-bg) 22%, var(--t-hero-text) 9%);
  border-radius: var(--gmk-radius);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--t-cta-bg) 13%, var(--gmk-surface)), color-mix(in srgb, var(--gmk-surface) 92%, black));
  box-shadow: var(--gmk-shadow-border), 0 18px 44px color-mix(in srgb, black 24%, transparent);
}

.gmk-trust-story__copy {
  display: grid;
  grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 30px;
}

.gmk-trust-story__photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 24px;
  background: var(--gmk-surface-strong);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 18px 38px color-mix(in srgb, black 30%, transparent);
}

.gmk-trust-story__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gmk-trust-story__copy-body {
  min-width: 0;
}

.gmk-trust-story h2 {
  margin: 0;
  color: var(--gmk-ink);
  font-family: var(--t-font-display, var(--t-font, system-ui, sans-serif));
  font-size: 30px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.gmk-trust-story__copy p:not(.gmk-eyebrow) {
  margin: 16px 0 0;
  color: var(--gmk-muted);
  font-size: 17px;
  line-height: 1.62;
  text-wrap: pretty;
}

.gmk-trust-story__card {
  display: grid;
  align-content: center;
  gap: 13px;
  padding: 28px;
}

.gmk-trust-story__card span {
  color: var(--gmk-warm);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gmk-trust-story__card strong {
  color: var(--gmk-ink);
  font-size: 22px;
  line-height: 1.28;
  text-wrap: balance;
}

.gmk-trust-story__card p {
  margin: 0;
  color: var(--gmk-muted);
  font-size: 15px;
  line-height: 1.55;
}

.gmk-pricing h2 {
  margin: 0;
  color: var(--gmk-ink);
  font-family: var(--t-font-display, var(--t-font, system-ui, sans-serif));
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.gmk-pricing__copy {
  max-width: 560px;
}

.gmk-pricing__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.gmk-pricing__trust span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: var(--gmk-radius);
  background: color-mix(in srgb, var(--t-on-primary) 9%, transparent);
  color: var(--gmk-ink);
  box-shadow: var(--gmk-shadow-border);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.gmk-pricing__trust span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--gmk-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--t-cta-bg) 10%, transparent);
}

.gmk-pricing__panel {
  min-width: 0;
  padding: 22px;
  border-radius: var(--gmk-radius);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--t-cta-bg) 12%, var(--gmk-surface)), var(--gmk-surface) 62%),
    var(--gmk-surface);
  box-shadow: var(--gmk-shadow-border), var(--gmk-shadow);
}

.gmk-pricing__summary {
  display: grid;
  gap: 8px;
  padding-bottom: 18px;
}

.gmk-pricing__summary span {
  color: var(--gmk-subtle);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gmk-pricing__summary strong {
  color: var(--gmk-ink);
  font-size: 52px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  text-wrap: balance;
}

.gmk-pricing__summary p {
  max-width: 420px;
  margin: 0;
  color: var(--gmk-muted);
  font-size: 15px;
  line-height: 1.45;
  text-wrap: pretty;
}

.gmk-pricing__anchor {
  display: inline-flex;
  width: fit-content;
  padding: 8px 10px;
  border: 1px solid color-mix(in srgb, var(--t-cta-bg) 22%, transparent);
  border-radius: var(--gmk-radius);
  background: color-mix(in srgb, var(--t-cta-bg) 9%, transparent);
  color: var(--gmk-ink) !important;
  font-weight: 800;
}

.gmk-pricing__plans {
  display: grid;
  border-top: 1px solid var(--gmk-line);
  border-bottom: 1px solid var(--gmk-line);
}

.gmk-pricing__plan {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(126px, auto);
  gap: 16px;
  min-width: 0;
  padding: 15px 0;
}

.gmk-pricing__plan + .gmk-pricing__plan {
  border-top: 1px solid color-mix(in srgb, var(--gmk-line) 72%, transparent);
}

.gmk-pricing__plan > div {
  display: grid;
  align-content: center;
  gap: 4px;
  min-width: 0;
}

.gmk-pricing__plan > div:last-of-type {
  justify-items: end;
  text-align: right;
}

.gmk-pricing__plan strong {
  color: var(--gmk-ink);
  font-size: 17px;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}

.gmk-pricing__plan span,
.gmk-pricing__plan small {
  color: var(--gmk-muted);
  font-size: 13px;
  line-height: 1.3;
  text-wrap: pretty;
}

.gmk-pricing__plan small {
  grid-column: 1 / -1;
  width: fit-content;
  margin-top: -7px;
  color: var(--gmk-warm);
  font-weight: 800;
}

.gmk-pricing__plan em {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: var(--gmk-radius-sm);
  background: color-mix(in srgb, var(--t-cta-bg) 18%, transparent);
  color: var(--gmk-warm);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--t-cta-bg) 24%, transparent);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.gmk-pricing__plan.is-featured {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: -12px;
  margin-left: -12px;
  background: color-mix(in srgb, var(--t-cta-bg) 8%, transparent);
  box-shadow:
    inset 3px 0 0 var(--gmk-accent),
    inset 0 1px 0 color-mix(in srgb, var(--t-on-primary) 8%, transparent);
}

.gmk-pricing__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.gmk-pricing__terms {
  color: var(--gmk-muted);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.gmk-pricing__terms:hover {
  color: var(--gmk-accent);
  text-decoration: none;
}

.gmk-pricing__payment-note {
  margin: 18px 0 0;
  color: var(--gmk-subtle);
  font-size: 13px;
  line-height: 1.45;
  text-wrap: pretty;
}

.gmk-faq {
  padding: 62px 0;
  border-top: 1px solid var(--gmk-line);
}

.gmk-faq__list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.gmk-faq details {
  min-width: 0;
  border: 1px solid color-mix(in srgb, var(--t-hero-text) 12%, transparent);
  border-radius: var(--gmk-radius);
  background:
    linear-gradient(150deg, color-mix(in srgb, var(--gmk-surface) 97%, var(--t-on-primary)) 0%, var(--gmk-surface) 100%);
  box-shadow: var(--gmk-shadow-border);
}

.gmk-faq summary {
  position: relative;
  cursor: pointer;
  padding: 18px 46px 18px 18px;
  color: var(--gmk-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

.gmk-faq summary::-webkit-details-marker {
  display: none;
}

.gmk-faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  color: var(--gmk-warm);
  font-size: 22px;
  line-height: 1;
}

.gmk-faq details[open] summary::after {
  content: "−";
}

.gmk-faq p {
  margin: -6px 18px 18px;
  color: var(--gmk-muted);
  font-size: 15px;
  line-height: 1.6;
  text-wrap: pretty;
}

.gmk-faq a {
  color: var(--gmk-accent);
  font-weight: 800;
  text-decoration: none;
}

.gmk-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 54px;
  margin-bottom: 28px;
  padding: 32px;
  border: 1px solid color-mix(in srgb, var(--gmk-action) 34%, var(--gmk-line));
  border-radius: var(--gmk-radius);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--gmk-action) 13%, var(--gmk-surface)), var(--gmk-surface));
  box-shadow: var(--gmk-shadow-border), var(--gmk-shadow);
}

.gmk-final--mid {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 26px 28px;
  box-shadow: var(--gmk-shadow-border), 0 16px 38px color-mix(in srgb, black 20%, transparent);
}

.gmk-final--mid h2 {
  font-size: 27px;
}

.gmk-final--mid p:not(.gmk-eyebrow) {
  font-size: 15px;
}

.gmk-final--inline {
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 22px 24px;
  box-shadow: var(--gmk-shadow-border), 0 12px 28px color-mix(in srgb, black 16%, transparent);
}

.gmk-final--inline h2 {
  font-size: 23px;
}

.gmk-final--inline p:not(.gmk-eyebrow) {
  margin-top: 8px;
  font-size: 15px;
}

.gmk-final__actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.gmk-site-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  padding: 34px 0 46px;
  border-top: 1px solid var(--gmk-line);
}

.gmk-site-footer strong {
  display: block;
  color: var(--gmk-ink);
  font-size: 18px;
}

.gmk-site-footer__made {
  display: block;
  margin-top: 8px;
  color: var(--gmk-warm);
  font-size: 13px;
  font-weight: 800;
}

.gmk-site-footer p {
  max-width: 440px;
  font-size: 15px;
}

body:has(.gmk-landing) .cookie-banner {
  position: static;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 720px;
  margin: 12px auto 24px;
  padding: 10px 12px;
  border: 0;
  border-radius: var(--gmk-radius);
  background: color-mix(in srgb, var(--gmk-surface) 92%, transparent);
  color: var(--gmk-muted);
  box-shadow: var(--gmk-shadow-border);
  font-size: 13px;
  line-height: 1.4;
}

body:has(.gmk-landing) .cookie-banner__text a {
  color: var(--gmk-accent);
  font-weight: 800;
}

body:has(.gmk-landing) .cookie-banner__btn {
  min-height: 40px;
  padding: 7px 18px;
  border: 0;
  border-radius: var(--gmk-radius-sm);
  background: var(--t-cta-surface, var(--gmk-action));
  color: var(--gmk-action-ink);
  box-shadow: var(--t-cta-inset);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.gmk-site-footer__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gmk-site-footer nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.gmk-site-footer nav span {
  color: var(--gmk-subtle);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .gmk-landing__header {
    grid-template-columns: 1fr auto;
  }

  .gmk-nav {
    display: none;
  }

  .gmk-hero,
  .gmk-start-options,
  .gmk-product-section,
  .gmk-product-section--reversed,
  .gmk-pricing,
  .gmk-trust-story,
  .gmk-final,
  .gmk-site-footer {
    grid-template-columns: 1fr;
  }

  .gmk-product-section--reversed .gmk-product-section__copy,
  .gmk-product-section--reversed .gmk-product-section__media {
    order: initial;
  }

  .gmk-hero__copy {
    max-width: 760px;
  }

  .gmk-phone-showcase {
    grid-template-columns: minmax(240px, 356px) minmax(130px, 188px);
  }

  .gmk-hero h1 {
    font-size: 32px;
  }

  .gmk-summary-grid,
  .gmk-start-options__grid,
  .gmk-screen-gallery,
  .gmk-day-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gmk-final__actions {
    justify-content: flex-start;
  }

  .gmk-trainer-card-section .gmk-product-section__media {
    justify-content: flex-start;
  }

  .gmk-site-footer__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

  @media (max-width: 620px) {
  .gmk-hero,
  .gmk-start-options,
  .gmk-band,
  .gmk-product-section,
  .gmk-pricing,
  .gmk-trust-story,
  .gmk-faq,
  .gmk-final,
  .gmk-site-footer {
    width: min(100% - 28px, 1180px);
  }

  .gmk-landing__header {
    min-height: 64px;
    gap: 12px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .gmk-brand__logo-img {
    width: 116px;
    max-width: min(116px, calc(100vw - 140px));
  }

  .gmk-landing__header .gmk-header-login {
    display: none;
  }

  .gmk-btn--header {
    min-height: 40px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13px;
  }

  .gmk-btn {
    min-height: 42px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 14px;
  }

  .gmk-hero {
    gap: 24px;
    padding-top: 72px;
    padding-bottom: 36px;
  }

  .gmk-start-options {
    padding-top: 38px;
    padding-bottom: 44px;
  }

  .gmk-start-options__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  .gmk-start-card {
    padding: 18px;
    border-radius: 20px;
  }

  .gmk-start-card h3 {
    font-size: 20px;
  }

  .gmk-start-card .gmk-btn {
    width: 100%;
  }

  .gmk-hero h1 {
    font-family: var(--t-font, system-ui, sans-serif);
    font-size: 27px;
    font-weight: 900;
  }

  .gmk-hero__lead,
  .gmk-section-head p:not(.gmk-eyebrow),
  .gmk-product-section__copy > p,
  .gmk-pricing__copy > p,
  .gmk-final p:not(.gmk-eyebrow) {
    font-size: 15px;
  }

  .gmk-actions .gmk-btn,
  .gmk-trainer-card-actions .gmk-btn,
  .gmk-pricing__actions .gmk-btn,
  .gmk-final__actions .gmk-btn {
    width: 100%;
  }

  .gmk-trainer-card-video-frame {
    width: min(100%, 320px);
    border-radius: 32px;
  }

  .gmk-trainer-card-section .gmk-product-section__media {
    justify-content: center;
  }

  .gmk-trainer-card-video-frame img,
  .gmk-trainer-card-video-frame video {
    border-radius: 24px;
  }

  .gmk-lightbox {
    padding: 8px;
  }

  .gmk-lightbox__dialog {
    gap: 8px;
    width: 100%;
    height: calc(100dvh - 16px);
    padding: 10px;
    border-radius: 24px;
  }

  .gmk-lightbox__header {
    gap: 8px;
    min-height: 44px;
    padding-left: 2px;
  }

  .gmk-lightbox__caption {
    gap: 2px 8px;
  }

  .gmk-lightbox__caption strong {
    font-size: 15px;
  }

  .gmk-lightbox__caption > span:last-child {
    display: none;
  }

  .gmk-lightbox__stage {
    border-radius: 14px;
  }

  .gmk-lightbox__stage figure {
    padding: 10px 48px;
  }

  .gmk-lightbox__stage img {
    max-width: calc(100vw - 92px);
    max-height: calc(100dvh - 150px);
  }

  .gmk-lightbox__previous {
    left: 6px;
  }

  .gmk-lightbox__next {
    right: 6px;
  }

  .screenshot-placeholder,
  .gmk-product-section__media .screenshot-placeholder {
    min-height: 230px;
  }

  .gmk-phone-showcase {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .gmk-phone-showcase__side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 294px);
  }

  .screenshot-frame--hero,
  .screenshot-frame--phone-main {
    --gmk-phone-width: 300px;
    --gmk-phone-padding: 12px;
    --gmk-phone-radius: 42px;
    --gmk-phone-screen-radius: 30px;
  }

  .screenshot-frame--phone-secondary {
    --gmk-phone-width: 136px;
    --gmk-phone-padding: 6px;
    --gmk-phone-radius: 28px;
    --gmk-phone-screen-radius: 20px;
  }

  .gmk-product-section__media .screenshot-frame {
    --gmk-phone-width: 284px;
  }

  .screenshot-frame--gallery {
    --gmk-phone-width: 218px;
  }

  .gmk-dashboard-preview,
  .gmk-summary-grid,
  .gmk-screen-gallery,
  .gmk-day-steps {
    grid-template-columns: 1fr;
  }

  .gmk-screen-card {
    padding: 18px 14px 16px;
  }

  .gmk-section-head h2,
  .gmk-product-section h2,
  .gmk-pricing h2,
  .gmk-trust-story h2,
  .gmk-final h2 {
    font-size: 24px;
  }

  .gmk-band {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .gmk-product-section {
    gap: 18px;
    padding-top: 32px;
    padding-bottom: 34px;
  }

  .gmk-pricing {
    gap: 22px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .gmk-trust-story,
  .gmk-faq {
    gap: 14px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .gmk-trust-story__copy,
  .gmk-trust-story__card {
    padding: 20px;
  }

  .gmk-trust-story__copy {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gmk-trust-story__photo {
    width: min(100%, 200px);
    justify-self: center;
  }

  .gmk-trust-story__copy p:not(.gmk-eyebrow),
  .gmk-trust-story__card p {
    font-size: 15px;
  }

  .gmk-trust-story__card strong {
    font-size: 18px;
  }

  .gmk-pricing__panel {
    padding: 18px;
  }

  .gmk-pricing__summary strong {
    font-size: 34px;
  }

  .gmk-pricing__trust {
    display: grid;
  }

  .gmk-pricing__plan {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gmk-pricing__plan > div:last-of-type {
    justify-items: start;
    text-align: left;
  }

  .gmk-pricing__actions {
    align-items: stretch;
  }

  .gmk-summary-grid article,
  .gmk-day-steps article {
    min-height: 0;
  }

  .gmk-faq summary {
    padding: 16px 42px 16px 16px;
    font-size: 15px;
  }

  .gmk-faq p {
    margin-right: 16px;
    margin-left: 16px;
    font-size: 14px;
  }

  .gmk-final {
    margin-top: 36px;
    padding: 22px;
  }

  .gmk-site-footer__links {
    grid-template-columns: 1fr;
  }

  body:has(.gmk-landing) .cookie-banner {
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
  }

  body:has(.gmk-landing) .cookie-banner__btn {
    width: auto;
    min-height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gmk-screenshot-trigger,
  .gmk-screenshot-trigger__hint,
  .gmk-lightbox,
  .gmk-lightbox__dialog,
  .gmk-lightbox__stage img,
  .gmk-lightbox__control {
    transition-duration: 0.01ms;
  }

  .gmk-lightbox__dialog {
    filter: none;
    transform: none;
  }

  .gmk-trainer-card-video-frame video {
    display: none;
  }
}
