.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 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-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 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; } }
