.smx-site {
  --smx-cyan: #45d9f6;
  --smx-cyan-strong: #18bfe9;
  --smx-gold: #e4bd67;
  --smx-navy: #07111f;
  --smx-panel: #0d1b2d;
}

.smx-header-status {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .48rem .7rem;
  border: 1px solid rgba(69, 217, 246, .25);
  border-radius: 999px;
  color: #bdd5e6;
  font-size: .72rem;
  font-weight: 700;
  white-space: nowrap;
}

.smx-header-status img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.smx-header-status i {
  width: .48rem;
  height: .48rem;
  border-radius: 50%;
  background: var(--smx-gold);
  box-shadow: 0 0 14px rgba(228, 189, 103, .65);
}

.smx-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  background: #06101d;
}

.smx-hero::before,
.smx-hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.smx-hero::before {
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 12, 23, .98) 0%, rgba(4, 12, 23, .90) 35%, rgba(4, 12, 23, .35) 72%, rgba(4, 12, 23, .58) 100%);
}

.smx-hero::after {
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(transparent, #07111f);
}

.smx-hero__backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .92;
}

.smx-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  min-height: 760px;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.smx-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.smx-hero__brand {
  display: block;
  width: min(460px, 94%);
  height: auto;
  margin: 0 0 1.15rem;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, .45));
}
.smx-cta-logo {
  display: block;
  width: min(220px, 46vw);
  height: auto;
  margin: 0 auto 1.1rem;
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, .28));
}
.smx-home-brand {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: .85rem;
}
.smx-home-brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .2));
}
.smx-home-brand--lockup {
  display: block;
  width: min(320px, 100%);
  margin: 0 0 1rem;
  position: relative;
}
.smx-home-brand--lockup img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(8, 40, 64, .14));
}
.smx-home-product__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.smx-article-brand {
  display: block;
  width: min(340px, 100%);
  height: auto;
  margin: 0 0 1.25rem;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .12));
}
.smx-article-brand--mark {
  width: 72px;
  margin-bottom: .9rem;
}
.smx-coming__logo {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(104, 224, 247, .28);
}
.smx-coming {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: 1.25rem;
  padding: .42rem .55rem .42rem .42rem;
  border: 1px solid rgba(228, 189, 103, .34);
  border-radius: 999px;
  background: rgba(7, 17, 31, .72);
  backdrop-filter: blur(12px);
}

.smx-coming span {
  padding: .3rem .55rem;
  border-radius: 999px;
  color: #151108;
  background: linear-gradient(135deg, #f6d982, #c69335);
  font: 800 .65rem/1 Inter, sans-serif;
  letter-spacing: .09em;
}

.smx-coming small {
  color: #c4d5e2;
  font-weight: 700;
}

.smx-hero h1 {
  max-width: 730px;
  margin: .85rem 0 1.2rem;
  color: #f5f9fc;
  font: 700 clamp(2.7rem, 5.2vw, 5.2rem)/.98 Orbitron, Inter, sans-serif;
  letter-spacing: -.055em;
}

.smx-hero h1 em {
  display: block;
  color: var(--smx-cyan);
  font-style: normal;
}

.smx-hero__lede {
  max-width: 660px;
  color: #bfd0dd;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.72;
}

.smx-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.4rem;
}

.smx-trust-row span {
  padding: .42rem .64rem;
  border: 1px solid rgba(147, 177, 199, .23);
  border-radius: 999px;
  color: #9fb7c8;
  background: rgba(7, 17, 31, .62);
  font-size: .7rem;
  font-weight: 700;
}

.smx-hero__product {
  position: relative;
  min-width: 0;
  transform: perspective(1400px) rotateY(-4deg) rotateX(1.5deg);
  transform-origin: center right;
}

.smx-app-window {
  overflow: hidden;
  border: 1px solid rgba(104, 224, 247, .3);
  border-radius: 18px;
  background: #07111f;
  box-shadow: 0 40px 100px rgba(0, 0, 0, .48), 0 0 0 8px rgba(7, 17, 31, .3), 0 0 80px rgba(69, 217, 246, .11);
}

.smx-app-window__bar {
  display: flex;
  align-items: center;
  gap: .35rem;
  height: 42px;
  padding: 0 .85rem;
  border-bottom: 1px solid rgba(137, 169, 193, .18);
  color: #a9bdcc;
  background: #0b1828;
  font-size: .68rem;
  font-weight: 700;
}

.smx-app-window__bar i {
  width: .52rem;
  height: .52rem;
  border-radius: 50%;
  background: #33475a;
}

.smx-app-window__bar i:first-child { background: #ef7474; }
.smx-app-window__bar i:nth-child(2) { background: #e4bd67; }
.smx-app-window__bar i:nth-child(3) { background: #3bc99a; }
.smx-app-window__bar span { margin-left: .4rem; }
.smx-app-window__bar b { margin-left: auto; color: var(--smx-cyan); font-size: .58rem; letter-spacing: .1em; }

.smx-app-window > img {
  display: block;
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
  object-position: top;
}

.smx-float-card {
  position: absolute;
  display: grid;
  gap: .15rem;
  padding: .72rem .9rem;
  border: 1px solid rgba(117, 221, 242, .3);
  border-radius: 12px;
  color: #edf8fc;
  background: rgba(7, 17, 31, .88);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .3);
  backdrop-filter: blur(16px);
}

.smx-float-card span { color: #8ca9bc; font-size: .65rem; }
.smx-float-card--top { top: -1.5rem; right: 2rem; }
.smx-float-card--bottom { bottom: -1.5rem; left: 2rem; }

.smx-proof-strip {
  border-top: 1px solid rgba(94, 201, 224, .18);
  border-bottom: 1px solid rgba(94, 201, 224, .18);
  background: #07111f;
}

.smx-proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.smx-proof-strip__grid > div {
  display: grid;
  gap: .25rem;
  padding: 1.3rem 1.25rem;
  border-right: 1px solid rgba(147, 177, 199, .14);
}

.smx-proof-strip__grid > div:last-child { border-right: 0; }
.smx-proof-strip strong { color: #eff8fb; font-size: .83rem; }
.smx-proof-strip span { color: #819daf; font-size: .68rem; line-height: 1.45; }

.smx-companion-section { background: #f4f7fa; }
.smx-companion { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.smx-companion h2 { max-width: 650px; margin: .4rem 0 1rem; color: #08192b; font: 700 clamp(2rem, 3.6vw, 3.55rem)/1.08 Orbitron, Inter, sans-serif; letter-spacing: -.045em; }
.smx-companion p { color: #536b7e; line-height: 1.7; }
.smx-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: .6rem; }
.smx-flow > div { display: grid; min-height: 150px; align-content: center; gap: .35rem; padding: 1rem; border: 1px solid #d7e2e9; border-radius: 16px; background: #fff; box-shadow: 0 18px 45px rgba(16, 43, 65, .06); }
.smx-flow > div.is-focus { color: #eefbff; border-color: rgba(69, 217, 246, .48); background: linear-gradient(145deg, #0c2539, #0b1727); box-shadow: 0 22px 55px rgba(19, 120, 151, .18); }
.smx-flow span { color: #21aecd; font: 700 .68rem Orbitron, sans-serif; }
.smx-flow b { font-size: .9rem; }
.smx-flow small { color: #7c93a4; line-height: 1.35; }
.smx-flow > i { color: #8ba1af; font-style: normal; font-weight: 800; }
.smx-disclaimer { grid-column: 1 / -1; margin: 0; padding: .65rem .8rem; border-left: 3px solid var(--smx-gold); color: #6d7e8b !important; background: rgba(228, 189, 103, .09); font-size: .7rem; }

.smx-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
.smx-feature-card { display: grid; grid-template-columns: 3rem minmax(0, 1fr); gap: 1rem; padding: 1.35rem; border: 1px solid #dce6ec; border-radius: 17px; background: #fff; box-shadow: 0 15px 42px rgba(16, 43, 65, .05); transition: transform .22s ease, box-shadow .22s ease; }
.smx-feature-card:hover { transform: translateY(-3px); box-shadow: 0 22px 54px rgba(16, 43, 65, .09); }
.smx-feature-card > span { display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: 12px; color: #07374a; background: linear-gradient(145deg, #74e4f7, #24b4d8); font: 800 .75rem Orbitron, sans-serif; }
.smx-feature-card h3 { margin: .1rem 0 .4rem; color: #0a1d30; font: 700 1.05rem Orbitron, sans-serif; }
.smx-feature-card p { margin: 0; color: #607586; line-height: 1.55; }
.smx-feature-card ul { display: flex; flex-wrap: wrap; gap: .35rem; margin: .8rem 0 0; padding: 0; list-style: none; }
.smx-feature-card li { padding: .3rem .45rem; border-radius: 7px; color: #447083; background: #edf8fb; font-size: .66rem; font-weight: 700; }

.smx-problem-section { background: #fff; }
.smx-before-after { overflow: hidden; border: 1px solid #dbe5eb; border-radius: 18px; box-shadow: 0 20px 55px rgba(17, 45, 66, .07); }
.smx-before-after > div { display: grid; grid-template-columns: 1fr 1fr; }
.smx-before-after__head { color: #eefbff; background: #0a1b2d; font: 700 .8rem Orbitron, sans-serif; letter-spacing: .04em; text-transform: uppercase; }
.smx-before-after__head span { padding: 1rem 1.15rem; }
.smx-before-after > div:not(.smx-before-after__head) { border-top: 1px solid #e3eaef; }
.smx-before-after p { margin: 0; padding: 1rem 1.15rem; color: #5b6f7d; line-height: 1.52; }
.smx-before-after p + p { border-left: 1px solid #e3eaef; color: #143b4e; background: #f2fbfd; font-weight: 650; }

.smx-gallery-section .pr-section-head h2,
.smx-gallery-section .pr-section-head p { color: #eff7fb; }
.smx-gallery-section .pr-section-head > p { color: #92aabc; }
.smx-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.smx-shot { overflow: hidden; margin: 0; border: 1px solid rgba(107, 201, 222, .22); border-radius: 17px; background: #0a1727; box-shadow: 0 20px 55px rgba(0, 0, 0, .2); }
.smx-shot--wide { grid-column: 1 / -1; }
.smx-shot img { display: block; width: 100%; aspect-ratio: 1.62; object-fit: cover; object-position: top; background: #081321; }
.smx-shot--wide img { aspect-ratio: 2.25; }
.smx-shot figcaption { display: grid; gap: .2rem; padding: .85rem 1rem; }
.smx-shot b { color: #edf9fc; font-size: .83rem; }
.smx-shot span { color: #8fa7b8; font-size: .69rem; line-height: 1.45; }

.smx-details-section { background: #f4f7fa; }
.smx-detail-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.smx-detail-grid article { padding: 1.2rem; border: 1px solid #dce6ec; border-radius: 16px; background: #fff; }
.smx-icon { display: grid; width: 2.6rem; height: 2.6rem; place-items: center; margin-bottom: .8rem; border-radius: 10px; color: #07374a; background: #c9f4fb; font: 800 .65rem Orbitron, sans-serif; }
.smx-detail-grid h3 { margin: 0 0 .4rem; color: #0c2134; font: 700 .88rem Orbitron, sans-serif; }
.smx-detail-grid p { margin: 0; color: #637887; font-size: .78rem; line-height: 1.55; }

.smx-status-panel { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); align-items: center; gap: 2rem; padding: clamp(1.4rem, 4vw, 3rem); border: 1px solid #d9e4ea; border-radius: 24px; background: #fff; box-shadow: 0 25px 70px rgba(17, 45, 66, .08); }
.smx-status-panel h2 { max-width: 720px; margin: .45rem 0 .9rem; color: #091d30; font: 700 clamp(1.8rem, 3vw, 3rem)/1.1 Orbitron, Inter, sans-serif; letter-spacing: -.035em; }
.smx-status-panel > div:first-child > p:not(.pr-eyebrow) { color: #5f7484; line-height: 1.65; }
.smx-status-list { display: grid; gap: .65rem; }
.smx-status-list > div { display: grid; grid-template-columns: 2.3rem 1fr; gap: .7rem; padding: .8rem; border: 1px solid #dce5eb; border-radius: 13px; background: #f8fafb; }
.smx-status-list > div > span { display: grid; width: 2.3rem; height: 2.3rem; place-items: center; border-radius: 9px; color: #526b7d; background: #e7edf1; font-weight: 800; }
.smx-status-list > div.is-ready > span { color: #096a51; background: #d9f7ed; }
.smx-status-list > div.is-testing > span { color: #8b6214; background: #fff0c8; }
.smx-status-list p { display: grid; gap: .15rem; margin: 0; }
.smx-status-list b { color: #122b3d; font-size: .78rem; }
.smx-status-list small { color: #6e8190; line-height: 1.4; }

.smx-faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.smx-faq details { padding: 1rem 1.1rem; border: 1px solid #dce5eb; border-radius: 14px; background: #fff; }
.smx-faq summary { color: #0c2538; font-weight: 800; cursor: pointer; }
.smx-faq p { margin: .7rem 0 0; color: #627685; line-height: 1.6; }
.smx-final-cta { padding-top: 0; }

@media (max-width: 1180px) {
  .smx-hero__grid { grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: 2rem; }
  .smx-hero h1 { font-size: clamp(2.6rem, 4.6vw, 4.3rem); }
  .smx-companion { grid-template-columns: 1fr; }
  .smx-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .smx-header-status { display: none; }
  .smx-hero { min-height: auto; }
  .smx-hero__grid { grid-template-columns: 1fr; min-height: auto; padding-top: 4rem; }
  .smx-hero__product { width: min(760px, 95%); margin: 1rem auto 2rem; transform: none; }
  .smx-proof-strip__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .smx-proof-strip__grid > div:nth-child(2) { border-right: 0; }
  .smx-feature-grid, .smx-gallery, .smx-faq { grid-template-columns: 1fr; }
  .smx-shot--wide { grid-column: auto; }
  .smx-shot--wide img { aspect-ratio: 1.62; }
  .smx-status-panel { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .smx-hero::before { background: linear-gradient(180deg, rgba(4, 12, 23, .97), rgba(4, 12, 23, .82)); }
  .smx-hero__grid { padding-top: 3rem; padding-bottom: 3rem; }
  .smx-hero h1 { font-size: clamp(2.25rem, 12vw, 3.2rem); }
  .smx-hero__lede { font-size: .95rem; }
  .smx-float-card { display: none; }
  .smx-proof-strip__grid, .smx-detail-grid { grid-template-columns: 1fr; }
  .smx-proof-strip__grid > div { border-right: 0; border-bottom: 1px solid rgba(147, 177, 199, .14); }
  .smx-flow { grid-template-columns: 1fr; }
  .smx-flow > i { transform: rotate(90deg); text-align: center; }
  .smx-feature-card { grid-template-columns: 2.6rem minmax(0, 1fr); padding: 1rem; }
  .smx-feature-card > span { width: 2.6rem; height: 2.6rem; }
  .smx-before-after__head { display: none !important; }
  .smx-before-after > div { grid-template-columns: 1fr; }
  .smx-before-after p + p { border-top: 1px solid #e3eaef; border-left: 0; }
  .smx-status-panel { padding: 1.1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .smx-feature-card { transition: none; }
}

/* SwissMax commercial terms: visible before checkout, not a purchase widget. */
.smx-commercial {
  background:
    radial-gradient(circle at 12% 20%, rgba(36, 180, 216, .11), transparent 34%),
    linear-gradient(180deg, #f7fbfd, #eef4f8);
}
.smx-commercial__head > p { max-width: 43rem; }
.smx-commercial__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 1rem;
  align-items: stretch;
}
.smx-price-card,
.smx-terms-card {
  border: 1px solid #d6e2e9;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(12, 37, 56, .1);
}
.smx-price-card { padding: clamp(1.25rem, 3vw, 2rem); }
.smx-price-card__status {
  display: inline-flex;
  padding: .42rem .65rem;
  border: 1px solid #d19b30;
  border-radius: 999px;
  color: #6b4300;
  background: #fff7df;
  font: 800 .7rem Orbitron, Inter, sans-serif;
  letter-spacing: .08em;
}
.smx-price-card__label { margin: 1.25rem 0 .15rem; color: #536b7a; font-weight: 800; }
.smx-price-card__price { display: flex; gap: .45rem; align-items: flex-start; color: #071c2c; }
.smx-price-card__price sup { padding-top: .62rem; color: #197d99; font: 800 .75rem Orbitron, sans-serif; }
.smx-price-card__price strong { font: 800 clamp(3rem, 7vw, 5rem)/.95 Orbitron, Inter, sans-serif; letter-spacing: -.06em; }
.smx-price-card__note { margin: .8rem 0 1.25rem; color: #526b7b; line-height: 1.55; }
.smx-price-card__trial { display: grid; gap: .22rem; padding: .9rem 1rem; border-radius: 14px; color: #0b3b4c; background: #e7f8fc; }
.smx-price-card__trial span { color: #496c79; font-size: .9rem; }
.smx-price-card__offers { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-top: .75rem; }
.smx-price-card__offers > div { display: grid; gap: .18rem; padding: .85rem; border: 1px solid #dce6eb; border-radius: 14px; }
.smx-price-card__offers span { color: #19829e; font: 800 .64rem Orbitron, sans-serif; letter-spacing: .08em; }
.smx-price-card__offers b { color: #102c3d; }
.smx-price-card__offers small { color: #6a7e8a; line-height: 1.45; }
.smx-price-card__fine { margin: .8rem 0 0; color: #71828d; font-size: .78rem; line-height: 1.55; }
.smx-terms-card { display: flex; flex-direction: column; padding: .7rem; }
.smx-terms-card > article { display: grid; grid-template-columns: 3rem 1fr; gap: .85rem; padding: 1rem; border-bottom: 1px solid #e5edf1; }
.smx-terms-card > article > span { display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: 12px; color: #06384b; background: linear-gradient(145deg, #8be6f3, #4fc2dd); font: 800 .78rem Orbitron, sans-serif; }
.smx-terms-card h3 { margin: .05rem 0 .25rem; color: #102c3d; font-size: 1rem; }
.smx-terms-card article p { margin: 0; color: #607583; font-size: .9rem; line-height: 1.55; }
.smx-commercial__legal { margin-top: auto; padding: 1rem; border-radius: 14px; background: #081a2a; }
.smx-commercial__legal p { margin: 0 0 .65rem; color: #d8e8f1; font-size: .86rem; line-height: 1.5; }
.smx-commercial__legal div { display: flex; flex-wrap: wrap; gap: .55rem 1rem; }
.smx-commercial__legal a { color: #6edcf0; font-weight: 800; font-size: .82rem; }
.site-footer__business { margin: 0; color: #8fa5b4; font-size: .78rem; text-align: right; }
@media (max-width: 820px) {
  .smx-commercial__grid { grid-template-columns: 1fr; }
  .site-footer__business { text-align: left; }
}
@media (max-width: 520px) {
  .smx-price-card__offers { grid-template-columns: 1fr; }
  .smx-price-card__price strong { font-size: 3rem; }
}

/* SwissMax preview on the zonChess home page. */
.smx-home-feature {
  padding-top: 0;
  background: linear-gradient(180deg, #fff 0%, #f3f7fb 100%);
}

.smx-home-product {
  border-color: rgba(21, 170, 198, .22);
  box-shadow: 0 24px 70px rgba(7, 17, 31, .12);
}

.smx-home-product__shot {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 320px;
  border-radius: 24px;
  background: #081322;
  border: 1px solid rgba(54, 210, 232, .24);
}

.smx-home-product__shot img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: top left;
}

.smx-home-product__shot span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(4, 12, 24, .86);
  color: #d9fbff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

@media (max-width: 900px) {
  .smx-home-product__shot,
  .smx-home-product__shot img { min-height: 230px; }
}

/* Tournament-day problem framing and audience scale cards. */
.smx-pressure-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: .85rem; margin-bottom: 1rem; }
.smx-pressure-card { padding: 1.2rem; border: 1px solid #dce6ec; border-radius: 17px; background: #fff; box-shadow: 0 16px 44px rgba(16,43,65,.055); }
.smx-pressure-card > span { display: inline-flex; padding: .28rem .5rem; border-radius: 7px; color: #0b5368; background: #e2f7fb; font-size: .67rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.smx-pressure-card h3 { margin: .75rem 0 .45rem; color: #0b2033; font: 700 .98rem Orbitron, sans-serif; }
.smx-pressure-card p { margin: 0; color: #647987; font-size: .8rem; line-height: 1.58; }
.smx-scale-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .85rem; margin-top: 1rem; }
.smx-scale-grid article { padding: 1.2rem; border-radius: 17px; border: 1px solid #dce6ec; background: linear-gradient(180deg,#fff,#f7fafc); }
.smx-scale-grid h3 { margin: 0 0 .4rem; color: #10283a; }
.smx-scale-grid p { margin: 0; color: #657a89; line-height: 1.58; }
.smx-respect-note { margin-top: 1rem; padding: 1.1rem 1.2rem; border-left: 4px solid #d7a84d; border-radius: 0 14px 14px 0; background: #fff9e9; color: #5d543f; line-height: 1.65; }
.smx-respect-note strong { color: #3f3624; }
.smx-waitlist { text-align: center; }
.smx-waitlist .product-interest-form { max-width: 640px; }
@media (max-width: 1000px) { .smx-pressure-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 760px) { .smx-pressure-grid, .smx-scale-grid { grid-template-columns: 1fr; } }

/* —— SwissMax landing refresh · Aug 2026 —— */
.smx-hero--v2 {
  min-height: min(92vh, 880px);
  background:
    radial-gradient(ellipse 70% 55% at 78% 40%, rgba(69, 217, 246, .14), transparent 60%),
    radial-gradient(ellipse 50% 40% at 12% 70%, rgba(228, 189, 103, .1), transparent 55%),
    linear-gradient(160deg, #040b16 0%, #0a1829 48%, #07111f 100%);
}
.smx-hero--v2::before {
  background: linear-gradient(105deg, rgba(4, 12, 23, .94) 0%, rgba(4, 12, 23, .72) 42%, rgba(4, 12, 23, .28) 100%);
}
.smx-hero--v2::after { height: 28%; }

/* Full-bleed hero video */
.smx-hero--video {
  background: #040b16;
}
.smx-hero--video::before {
  z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(4, 12, 23, .92) 0%,
    rgba(4, 12, 23, .78) 38%,
    rgba(4, 12, 23, .42) 68%,
    rgba(4, 12, 23, .55) 100%
  );
}
.smx-hero--video::after {
  z-index: 1;
  height: 42%;
  background: linear-gradient(transparent, #07111f 92%);
}
.smx-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.smx-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.04);
}
.smx-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 70% at 78% 45%, rgba(8, 24, 40, .15), transparent 70%),
    linear-gradient(180deg, rgba(4, 12, 23, .35) 0%, transparent 28%);
}
.smx-hero--video .smx-hero__glow {
  z-index: 1;
  opacity: .55;
}
.smx-hero--video .smx-hero__grid,
.smx-hero--video .pr-shell {
  position: relative;
  z-index: 2;
}
.smx-hero__grid--video {
  align-items: center;
}
.smx-hero__stage--video {
  filter: drop-shadow(0 28px 50px rgba(0, 0, 0, .45));
}
.smx-hero--video .smx-hero-card {
  background: rgba(7, 17, 31, .82);
  backdrop-filter: blur(10px);
  border-color: rgba(104, 224, 247, .34);
}
@media (max-width: 900px) {
  .smx-hero--video::before {
    background: linear-gradient(180deg, rgba(4, 12, 23, .88) 0%, rgba(4, 12, 23, .72) 45%, rgba(4, 12, 23, .78) 100%);
  }
  .smx-hero__video {
    object-position: 62% center;
    opacity: .85;
  }
}
@media (prefers-reduced-motion: reduce) {
  .smx-hero__video {
    display: none !important;
  }
  .smx-hero__media {
    background:
      radial-gradient(ellipse 60% 50% at 70% 40%, rgba(69, 217, 246, .12), transparent 55%),
      #07111f url("assets/swissmax/swissmax-hero-v1.webp") center / cover no-repeat;
  }
}
.smx-hero__glow {
  position: absolute;
  inset: 10% 5% auto auto;
  width: min(52vw, 620px);
  height: min(52vw, 620px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(69, 217, 246, .18), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}
.smx-hero__mecha {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  will-change: transform;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, .45));
}
.smx-hero__mecha--king {
  right: -2%;
  bottom: -6%;
  width: min(46vw, 520px);
  opacity: .88;
}
.smx-hero__mecha--knight {
  right: 28%;
  bottom: -4%;
  width: min(28vw, 300px);
  opacity: .55;
  z-index: 0;
}
.smx-hero__grid--v2 {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .95fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
}
.smx-hero--v2 .smx-hero h1,
.smx-hero--v2 h1 {
  max-width: 16ch;
  font-size: clamp(2.35rem, 4.8vw, 4.4rem);
}
.smx-hero--v2 .smx-hero__lede { max-width: 38rem; }
.smx-hero__stage {
  position: relative;
  min-width: 0;
  will-change: transform;
}
.smx-hero-card {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(104, 224, 247, .28);
  background: #07111f;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .42);
}
.smx-hero-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: cover;
  object-position: top center;
}
.smx-hero-card figcaption {
  padding: .7rem .9rem .85rem;
  color: #9eb6c7;
  font-size: .72rem;
  line-height: 1.45;
  background: rgba(7, 17, 31, .92);
}
.smx-hero-card--float {
  position: absolute;
  width: 48%;
  right: -6%;
  bottom: -10%;
  transform: rotate(3deg);
  border-color: rgba(228, 189, 103, .35);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .5);
  will-change: transform;
}
.smx-hero-card--float img { aspect-ratio: 1.35; }

.smx-ba-section { background: #fff; }
.smx-ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.smx-ba-card {
  padding: 1.35rem 1.4rem;
  border-radius: 18px;
  border: 1px solid #dce6ec;
}
.smx-ba-card > span {
  display: inline-flex;
  margin-bottom: .85rem;
  padding: .3rem .55rem;
  border-radius: 8px;
  font: 800 .68rem/1 Orbitron, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.smx-ba-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .65rem;
}
.smx-ba-card li {
  position: relative;
  padding-left: 1.1rem;
  color: #5c7180;
  font-size: .9rem;
  line-height: 1.5;
}
.smx-ba-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: #9bb0be;
}
.smx-ba-card--before { background: #f7f9fb; }
.smx-ba-card--before > span { color: #5a6d7a; background: #e8eef2; }
.smx-ba-card--after {
  border-color: rgba(36, 180, 216, .35);
  background: linear-gradient(160deg, #f2fcff, #e8f7fb);
}
.smx-ba-card--after > span { color: #07374a; background: #b7eef8; }
.smx-ba-card--after li { color: #1f4556; font-weight: 600; }
.smx-ba-card--after li::before { background: #1aabb0; }
.smx-ba-visual {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #d5e3ea;
  box-shadow: 0 24px 60px rgba(16, 43, 65, .1);
}
.smx-ba-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  object-position: top;
}
.smx-ba-visual figcaption {
  padding: .75rem 1rem;
  color: #6a7f8d;
  font-size: .72rem;
  background: #f6fafc;
}

.smx-pillar-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .9rem;
}
.smx-pillar {
  padding: 1.35rem 1.25rem;
  border: 1px solid #dce6ec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(16, 43, 65, .05);
  transition: transform .22s ease, box-shadow .22s ease;
}
.smx-pillar:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(16, 43, 65, .09);
}
.smx-pillar__icon {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  margin-bottom: .9rem;
  border-radius: 11px;
  color: #07374a;
  background: linear-gradient(145deg, #74e4f7, #24b4d8);
  font: 800 .72rem Orbitron, sans-serif;
}
.smx-pillar h3 {
  margin: 0 0 .45rem;
  color: #0a1d30;
  font: 700 1rem Orbitron, sans-serif;
}
.smx-pillar p {
  margin: 0;
  color: #607586;
  font-size: .86rem;
  line-height: 1.58;
}

.smx-output-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.smx-out {
  margin: 0;
  overflow: hidden;
  border-radius: 17px;
  border: 1px solid rgba(107, 201, 222, .22);
  background: #0a1727;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .22);
}
.smx-out--wide { grid-column: 1 / -1; }
.smx-out img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  object-position: top center;
  background: #081321;
}
.smx-out--wide img { aspect-ratio: 1.85; }
.smx-out figcaption {
  display: grid;
  gap: .2rem;
  padding: .85rem 1rem;
}
.smx-out b { color: #edf9fc; font-size: .84rem; }
.smx-out span { color: #8fa7b8; font-size: .7rem; line-height: 1.45; }
.smx-out--door {
  position: relative;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.smx-out__door {
  display: block;
  color: inherit;
  text-decoration: none;
  outline: none;
}
.smx-out__door:focus-visible {
  box-shadow: inset 0 0 0 2px #7fd4e8;
}
.smx-out--door:hover {
  transform: translateY(-3px);
  border-color: rgba(127, 212, 232, .5);
  box-shadow: 0 26px 60px rgba(0, 40, 70, .38);
}
.smx-out--door::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(180deg, transparent 55%, rgba(7, 28, 42, .35) 100%);
  opacity: 0;
  transition: opacity .22s ease;
}
.smx-out--door:hover::after { opacity: 1; }
.smx-out--door figcaption {
  position: relative;
  z-index: 1;
}
.smx-out--door em {
  display: inline-block;
  margin-top: .35rem;
  color: #7fd4e8;
  font: 700 .68rem Orbitron, Inter, sans-serif;
  letter-spacing: .06em;
  font-style: normal;
  opacity: .72;
  transition: opacity .2s ease, transform .2s ease;
}
.smx-out--door:hover em {
  opacity: 1;
  transform: translateX(3px);
}

.smx-honest-section { background: #fff; }
.smx-honest {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  border-radius: 22px;
  border: 1px solid rgba(215, 168, 77, .35);
  background: linear-gradient(180deg, #fffdf6, #fff8e8);
  box-shadow: 0 20px 55px rgba(120, 90, 20, .08);
}
.smx-honest h2 {
  margin: .35rem 0 1rem;
  color: #2f2818;
  font: 700 clamp(1.6rem, 2.8vw, 2.6rem)/1.15 Orbitron, Inter, sans-serif;
  letter-spacing: -.03em;
}
.smx-honest > p { color: #5d543f; line-height: 1.7; }
.smx-honest__punch {
  margin: 1.1rem 0 !important;
  padding: .85rem 1rem;
  border-left: 4px solid #d7a84d;
  border-radius: 0 12px 12px 0;
  color: #3f3624 !important;
  background: rgba(255, 255, 255, .7);
  font-weight: 700;
}
.smx-honest .smx-disclaimer {
  margin-top: 1rem;
  font-size: .72rem;
}

.smx-vision {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}
.smx-vision h2 {
  margin: .35rem 0 1rem;
  color: #091d30;
  font: 700 clamp(1.7rem, 3vw, 2.8rem)/1.12 Orbitron, Inter, sans-serif;
  letter-spacing: -.035em;
}
.smx-vision > div > p { color: #5f7484; line-height: 1.7; }
.smx-vision__links { display: grid; gap: .85rem; }
.smx-story-card {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: .9rem;
  padding: .65rem;
  border-radius: 16px;
  border: 1px solid #dce6ec;
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 12px 36px rgba(16, 43, 65, .05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.smx-story-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(16, 43, 65, .1);
}
.smx-story-card img {
  width: 7.5rem;
  height: 5.4rem;
  object-fit: cover;
  border-radius: 11px;
  background: #0a1727;
}
.smx-story-card div { display: grid; gap: .2rem; align-content: center; }
.smx-story-card small {
  color: #1aabb0;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.smx-story-card strong {
  color: #0c2134;
  font-size: .92rem;
  line-height: 1.3;
}
.smx-story-card span {
  color: #6a7f8d;
  font-size: .75rem;
  line-height: 1.4;
}

.smx-gallery--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.smx-gallery--compact .smx-shot img { aspect-ratio: 1.55; }

@media (max-width: 1100px) {
  .smx-pillar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .smx-gallery--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .smx-hero__mecha--knight { display: none; }
}
@media (max-width: 900px) {
  .smx-hero--v2 { min-height: auto; }
  .smx-hero__grid--v2 { grid-template-columns: 1fr; }
  .smx-hero__mecha--king {
    width: min(55vw, 260px);
    right: -4%;
    bottom: auto;
    top: 4.5rem;
    opacity: .35;
  }
  .smx-hero-card--float {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
    margin-top: .85rem;
    transform: none;
  }
  .smx-ba-grid,
  .smx-vision,
  .smx-output-gallery { grid-template-columns: 1fr; }
  .smx-out--wide { grid-column: auto; }
  .smx-out--wide img { aspect-ratio: 1.45; }
  .smx-story-card { grid-template-columns: 6.2rem 1fr; }
}
@media (max-width: 640px) {
  .smx-pillar-grid,
  .smx-gallery--compact { grid-template-columns: 1fr; }
  .smx-hero--v2 h1 { max-width: none; }
  .smx-hero__mecha--king { display: none; }
  .smx-hero__brand { width: min(300px, 88%); margin-bottom: .85rem; }
}
@media (prefers-reduced-motion: reduce) {
  .smx-pillar { transition: none; }
  .smx-hero__mecha,
  .smx-hero__stage,
  .smx-hero-card--float { transform: none !important; }
  .smx-mecha-card { transition: none; }
}

/* —— Mecha cast side page + quiet easter egg —— */
.smx-easter {
  margin: 0;
  padding: 1.1rem 1.25rem 2rem;
  text-align: center;
  background: #07111f;
}
.smx-easter a {
  color: #5f7588;
  font-size: .78rem;
  letter-spacing: .04em;
  text-decoration: none;
  border-bottom: 1px dotted rgba(95, 117, 136, .55);
  transition: color .2s ease, border-color .2s ease;
}
.smx-easter a:hover {
  color: #9ec9d8;
  border-color: rgba(158, 201, 216, .7);
}

.smx-mecha-page .site-header .btn--ghost {
  border-color: rgba(127, 212, 232, .28);
  color: #cfe8f0;
}
.smx-mecha-hero {
  min-height: min(92vh, 920px);
  display: grid;
  align-items: end;
}
.smx-mecha-hero .smx-hero__media {
  background: #000 url("assets/swissmax/mecha/knight-mecha.webp") center / cover no-repeat;
}
.smx-mecha-hero::before {
  background: linear-gradient(
    180deg,
    rgba(4, 12, 23, .35) 0%,
    rgba(4, 12, 23, .55) 42%,
    rgba(4, 12, 23, .88) 78%,
    rgba(7, 17, 31, .96) 100%
  );
}
.smx-mecha-hero::after { height: 28%; }
.smx-mecha-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 42rem;
  padding-bottom: clamp(2.5rem, 8vh, 4.5rem);
}
.smx-mecha-hero__copy .pr-kicker { color: #7fd4e8; }
.smx-mecha-hero__copy h1 {
  margin: .35rem 0 1rem;
  color: #f4fbfd;
  font: 700 clamp(1.85rem, 4.2vw, 3.1rem)/1.12 Orbitron, Inter, sans-serif;
  letter-spacing: -.03em;
  max-width: 14ch;
}
.smx-mecha-hero__copy .smx-hero__lede {
  color: #b7cbd8;
  max-width: 36rem;
}
.smx-mecha-hero__aside {
  margin: 1.15rem 0 0;
  color: #6f8798;
  font-size: .82rem;
  font-style: italic;
}
.smx-mecha-why {
  background: linear-gradient(180deg, #07111f, #0a1624 40%, #f4f8fb 40%, #f4f8fb);
}
.smx-mecha-why__grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: start;
}
.smx-mecha-why__grid > div:first-child {
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: 22px;
  border: 1px solid #d7e4eb;
  background: #fff;
  box-shadow: 0 22px 55px rgba(16, 43, 65, .08);
}
.smx-mecha-why__grid h2 {
  margin: .35rem 0 1rem;
  color: #0a1d30;
  font: 700 clamp(1.45rem, 2.6vw, 2.15rem)/1.18 Orbitron, Inter, sans-serif;
  letter-spacing: -.02em;
}
.smx-mecha-why__grid > div:first-child > p {
  color: #5a7080;
  line-height: 1.7;
}
.smx-mecha-why .smx-mecha-note {
  margin: 1.25rem 0 0;
  color: #1f4556;
  background: linear-gradient(135deg, #e8f9fd, #f3fbfe);
  border-left-color: #24b4d8;
}
.smx-mecha-why__points {
  display: grid;
  gap: .85rem;
  margin-top: 4.5rem;
}
.smx-mecha-why__points article {
  padding: 1.1rem 1.15rem;
  border-radius: 16px;
  border: 1px solid rgba(127, 212, 232, .2);
  background: rgba(7, 17, 31, .92);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .2);
}
.smx-mecha-why__points strong {
  display: block;
  margin-bottom: .35rem;
  color: #dff6fb;
  font: 700 .88rem Orbitron, Inter, sans-serif;
}
.smx-mecha-why__points span {
  color: #93aaba;
  font-size: .82rem;
  line-height: 1.55;
}

.smx-mecha-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(36, 180, 216, .18), transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 80%, rgba(180, 80, 200, .12), transparent 50%),
    linear-gradient(180deg, #07111f 0%, #0a1828 50%, #07111f 100%);
}
.smx-mecha-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .45;
}
.smx-mecha-section > .pr-shell { position: relative; z-index: 1; }
.smx-mecha-head .pr-eyebrow { color: #7fd4e8; }
.smx-mecha-head h2 {
  color: #f2f9fc;
  max-width: 18ch;
}
.smx-mecha-head > p {
  color: #9bb3c4;
  max-width: 38rem;
}
.smx-mecha-note {
  max-width: 40rem;
  margin: 0;
  padding: .95rem 1.15rem;
  border-left: 3px solid #24b4d8;
  border-radius: 0 14px 14px 0;
  color: #c5d8e4;
  background: rgba(12, 32, 48, .65);
  font-size: .95rem;
  line-height: 1.65;
  font-weight: 600;
}
.smx-mecha-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.smx-mecha-card {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(127, 212, 232, .16);
  background: linear-gradient(180deg, #0c1828, #060d16);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.smx-mecha-card:hover {
  transform: translateY(-4px);
  border-color: rgba(127, 212, 232, .4);
  box-shadow: 0 26px 55px rgba(0, 40, 60, .45);
}
.smx-mecha-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  object-position: center bottom;
  background:
    radial-gradient(ellipse 70% 45% at 50% 85%, rgba(36, 180, 216, .18), transparent 70%),
    #000;
}
.smx-mecha-card > div {
  display: grid;
  gap: .25rem;
  padding: .9rem 1rem 1.1rem;
  text-align: center;
}
.smx-mecha-card strong {
  color: #eef8fc;
  font: 700 .95rem Orbitron, Inter, sans-serif;
  letter-spacing: .04em;
}
.smx-mecha-card span {
  color: #8fa7b8;
  font-size: .78rem;
  line-height: 1.45;
}
.smx-mecha-actions { justify-content: center; }

@media (max-width: 900px) {
  .smx-mecha-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .smx-mecha-head h2,
  .smx-mecha-hero__copy h1 { max-width: none; }
  .smx-mecha-why__grid { grid-template-columns: 1fr; }
  .smx-mecha-why__points { margin-top: 0; }
  .smx-mecha-why {
    background: linear-gradient(180deg, #07111f, #0a1624 18%, #f4f8fb 18%, #f4f8fb);
  }
  .smx-mecha-hero { min-height: min(78vh, 720px); }
}
@media (max-width: 560px) {
  .smx-mecha-grid { grid-template-columns: 1fr; }
  .smx-mecha-card img { aspect-ratio: 1 / 1.15; }
}
@media (prefers-reduced-motion: reduce) {
  .smx-mecha-card { transition: none; }
  .smx-mecha-hero .smx-hero__video { display: none !important; }
  .smx-mecha-hero .smx-hero__media {
    background:
      radial-gradient(ellipse 60% 50% at 50% 40%, rgba(69, 217, 246, .14), transparent 55%),
      #07111f url("assets/swissmax/mecha/knight-mecha.webp") center / cover no-repeat;
  }
}
