:root {    --bg: #2f3236;    --surface: #222427;    --surface-soft: #26292c;    --text: #e4e4e4;    --muted: #9aa1ad;    --line: rgba(76, 84, 95, 0.48);    --accent: #0066ff;    --accent-strong: #0a7bff;    --accent-soft: rgba(0, 102, 255, 0.18);    --success: #00b35a;    --warn: #d9a319;    --shadow: 0 18px 34px rgba(12, 15, 20, 0.45);    --radius: 20px;}*,*::before,*::after {    box-sizing: border-box;}html {    scroll-behavior: auto;    scrollbar-gutter: stable;}.modern-body {    margin: 0;    color: var(--text);    background: var(--bg);    font-family: "Manrope", "Segoe UI", sans-serif;    line-height: 1.6;    min-height: 100vh;    position: relative;}.modern-body::before {    content: "";    position: fixed;    inset: 0;    z-index: -1;    background:        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0) 30%),        radial-gradient(circle at 50% -8%, rgba(0, 102, 255, 0.16), transparent 35%),        repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.018) 1px, rgba(0, 0, 0, 0.02) 1px, rgba(0, 0, 0, 0.02) 10px);    pointer-events: none;}a {    color: inherit;    text-decoration: none;}.container {    width: min(1120px, calc(100% - 3rem));    margin-inline: auto;}.section {    padding: clamp(3.5rem, 7vw, 6rem) 0;}.topbar {    position: sticky;    top: 0;    z-index: 20;    border-bottom: 1px solid rgba(76, 84, 95, 0.25);    background: rgba(31, 31, 31, 0.38);    backdrop-filter: blur(6px);}.topbar-inner {    min-height: 74px;    display: flex;    align-items: center;    justify-content: space-between;    gap: 1rem;}.brand {    font-family: "Space Grotesk", "Segoe UI", sans-serif;    font-size: 1.35rem;    font-weight: 700;    letter-spacing: -0.02em;}.brand span {    color: var(--accent);}.topnav {    display: flex;    align-items: center;    gap: 1.3rem;}.topnav a {    color: var(--muted);    font-weight: 700;    transition: color 0.25s ease;}.topnav a:hover {    color: var(--text);}.topnav .nav-discord {    padding: 0.55rem 1rem;    border-radius: 999px;    border: 1px solid var(--line);    background: #2a2d33;    color: var(--text);}.hero {    padding-top: clamp(2.5rem, 5vw, 4.5rem);}.hero-grid {    display: grid;    grid-template-columns: minmax(0, 1fr);    gap: clamp(1.6rem, 3vw, 2.4rem);    align-items: stretch;    max-width: 760px;}.eyebrow {    margin: 0 0 0.95rem;    font-family: "Space Grotesk", "Segoe UI", sans-serif;    font-size: 0.84rem;    font-weight: 700;    letter-spacing: 0.12em;    text-transform: uppercase;    color: var(--accent);}h1,h2,h3 {    color: var(--text);    line-height: 1.15;    letter-spacing: -0.02em;    margin: 0;}h1 {    font-family: "Space Grotesk", "Segoe UI", sans-serif;    font-size: clamp(2rem, 5.1vw, 3.6rem);    max-width: 14ch;}.hero-paragraph {    margin: 1rem 0 0;    color: var(--muted);    max-width: 58ch;}.hero-actions {    margin-top: 1.7rem;    display: flex;    flex-wrap: wrap;    gap: 0.8rem;}.btn {    display: inline-flex;    align-items: center;    justify-content: center;    padding: 0.76rem 1.2rem;    border-radius: 12px;    font-weight: 800;    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;}button.btn {    appearance: none;    -webkit-appearance: none;    border: none;    cursor: pointer;    font: inherit;}.btn-primary {    color: #fff;    background: linear-gradient(140deg, var(--accent), var(--accent-strong));    box-shadow: 0 10px 24px rgba(0, 102, 255, 0.3);}.btn-secondary {    background: #25282d;    border: 1px solid var(--line);    color: var(--text);}.btn:hover {    transform: translateY(-2px);}.hero-points {    margin: 1.3rem 0 0;    padding: 0;    list-style: none;    display: grid;    gap: 0.4rem;    color: var(--muted);}.hero-points li {    position: relative;    padding-left: 1.1rem;}.hero-points li::before {    content: "";    position: absolute;    width: 0.45rem;    height: 0.45rem;    border-radius: 50%;    left: 0;    top: 0.65rem;    background: linear-gradient(140deg, var(--accent), var(--success));}.hero-panel {    border: 1px solid var(--line);    border-radius: var(--radius);    background:        linear-gradient(140deg, rgba(217, 236, 255, 0.6), rgba(255, 255, 255, 0.9)),        var(--surface);    box-shadow: var(--shadow);    padding: clamp(1.2rem, 3vw, 1.7rem);}.panel-kicker {    margin: 0;    color: var(--accent);    font-size: 0.84rem;    font-weight: 800;    text-transform: uppercase;    letter-spacing: 0.08em;}.hero-panel h2 {    margin-top: 0.5rem;    font-size: clamp(1.2rem, 3vw, 1.5rem);    max-width: 22ch;}.panel-grid {    margin-top: 1rem;    display: grid;    grid-template-columns: repeat(2, minmax(0, 1fr));    gap: 0.75rem;}.panel-item {    background: var(--surface);    border: 1px solid var(--line);    border-radius: 14px;    padding: 0.8rem 0.85rem;    min-height: 90px;}.panel-value {    display: block;    font-family: "Space Grotesk", "Segoe UI", sans-serif;    font-weight: 700;    font-size: 1.35rem;}.panel-label {    display: block;    margin-top: 0.15rem;    color: var(--muted);    font-size: 0.85rem;}.panel-tags {    margin-top: 1rem;    display: flex;    flex-wrap: wrap;    gap: 0.5rem;}.panel-tags span {    display: inline-flex;    padding: 0.35rem 0.6rem;    border-radius: 999px;    border: 1px solid var(--line);    background: var(--surface);    font-size: 0.8rem;    color: var(--muted);    font-weight: 700;}.section-head {    margin-bottom: 1.5rem;}.section-head h2 {    margin-top: 0.5rem;    max-width: 24ch;    font-size: clamp(1.55rem, 3.5vw, 2.3rem);}.product-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));    gap: 1rem;}.product-card {    border: 1px solid transparent;    border-radius: 16px;    background:        linear-gradient(var(--surface), var(--surface)) padding-box,        linear-gradient(140deg, rgba(0, 102, 255, 0.4), rgba(0, 102, 255, 0.12)) border-box;    padding: 1rem;    box-shadow: 0 10px 24px rgba(14, 36, 76, 0.08);    transition: transform 0.25s ease, box-shadow 0.25s ease;}.product-top {    display: flex;    align-items: center;    justify-content: space-between;    gap: 0.4rem;    margin-bottom: 0.55rem;}.product-card h3 {    font-size: 1.08rem;}.product-card p {    margin: 0;    color: var(--muted);}.status {    display: inline-flex;    align-items: center;    justify-content: center;    border-radius: 999px;    padding: 0.15rem 0.58rem;    font-size: 0.72rem;    font-weight: 800;    text-transform: uppercase;    letter-spacing: 0.03em;}.status.active {    color: var(--success);    background: rgba(0, 179, 90, 0.14);}.status.monitoring {    color: var(--warn);    background: rgba(217, 163, 25, 0.14);}.status.soon {    color: var(--accent);    background: rgba(0, 102, 255, 0.13);}.status-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));    gap: 0.9rem;}.status-card {    border: 1px solid var(--line);    border-radius: 16px;    background: var(--surface-soft);    padding: 1.1rem;    text-align: center;}.status-value {    margin: 0;    font-family: "Space Grotesk", "Segoe UI", sans-serif;    font-size: 1.4rem;    font-weight: 700;}.status-label {    margin: 0.25rem 0 0;    color: var(--muted);    font-weight: 600;    font-size: 0.92rem;}.cta {    padding-top: 1.2rem;}.cta-card {    border: 1px solid var(--line);    border-radius: var(--radius);    background:        linear-gradient(160deg, rgba(0, 102, 255, 0.18), rgba(0, 102, 255, 0.08)),        var(--surface);    box-shadow: var(--shadow);    padding: clamp(1.2rem, 3vw, 2.2rem);}.cta-card h2 {    font-size: clamp(1.5rem, 3.5vw, 2rem);    max-width: 24ch;}.cta-card p {    margin: 0.7rem 0 0;    color: var(--muted);}.site-footer {    border-top: 1px solid var(--line);    padding: 1rem 0 1.8rem;    margin-top: 1.3rem;}.footer-inner {    display: flex;    justify-content: space-between;    align-items: center;    gap: 0.8rem;    color: var(--muted);}.footer-inner p {    margin: 0;}.footer-inner a {    font-weight: 700;    color: var(--text);}.product-local-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));    gap: 0.9rem;}.product-local-card {    display: block;    border: 1px solid var(--line);    border-radius: 14px;    background: var(--surface-soft);    padding: 0.95rem;    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;}.product-local-card h3 {    font-size: 1.04rem;    margin: 0;}.product-local-card p {    margin: 0.45rem 0 0;    color: var(--muted);    font-size: 0.93rem;}.product-local-card:hover {    transform: translateY(-2px);    border-color: rgba(0, 102, 255, 0.5);    box-shadow: 0 10px 20px rgba(13, 18, 26, 0.35);}.product-local-card-private {    position: relative;    overflow: hidden;    background:        linear-gradient(145deg, rgba(0, 102, 255, 0.16), rgba(38, 41, 44, 0.92) 52%),        var(--surface-soft);    border-color: rgba(0, 102, 255, 0.34);}.product-local-card-private:hover {    transform: none;    border-color: rgba(0, 102, 255, 0.34);    box-shadow: none;}.private-pill {    display: inline-flex;    align-items: center;    justify-content: center;    margin-bottom: 0;    padding: 0.14rem 0.52rem;    border-radius: 999px;    border: 1px solid rgba(0, 102, 255, 0.45);    background: rgba(0, 102, 255, 0.14);    color: #b7d3ff;    font-size: 0.74rem;    font-weight: 800;    letter-spacing: 0.06em;    text-transform: uppercase;}.private-title {    display: flex;    align-items: center;    gap: 0.52rem;    flex-wrap: wrap;}.product-local-card-private p {    color: #b3c2d4;}#products-local {    scroll-margin-top: 90px;}#products-local:target .product-local-grid {    animation: none;}#products-local:target .product-local-card {    animation: products-target-soft 0.95s ease-out;}.product-page-section {    padding-top: 1rem;}.account-section {    padding-top: clamp(2.2rem, 5vw, 4rem);}.account-shell {    max-width: 520px;    margin: 0 auto;}.account-card {    border: 1px solid var(--line);    border-radius: 18px;    background: rgba(33, 37, 46, 0.88);    box-shadow: var(--shadow);    padding: clamp(1rem, 2.6vw, 1.6rem);}.account-card h1 {    font-size: clamp(1.65rem, 4vw, 2.1rem);    max-width: none;}.account-subtitle {    margin: 0.8rem 0 0;    color: var(--muted);}.account-form {    margin-top: 1.2rem;    display: grid;    gap: 0.85rem;}.account-alert {    margin: 0.95rem 0 0;    border-radius: 12px;    padding: 0.66rem 0.78rem;    border: 1px solid var(--line);    font-size: 0.92rem;}.account-alert-error {    background: rgba(176, 41, 56, 0.18);    border-color: rgba(236, 87, 110, 0.45);    color: #ffd7dd;}.account-alert-success {    background: rgba(16, 142, 88, 0.17);    border-color: rgba(31, 181, 117, 0.45);    color: #d3ffea;}.account-field {    display: grid;    gap: 0.35rem;}.account-field span {    font-size: 0.9rem;    color: #c9d0db;    font-weight: 700;}.account-field input {    width: 100%;    min-height: 44px;    border-radius: 12px;    border: 1px solid var(--line);    background: #20242b;    color: var(--text);    padding: 0.72rem 0.86rem;    font-family: inherit;    font-size: 0.95rem;    outline: none;    transition: border-color 0.2s ease, box-shadow 0.2s ease;}.account-field input::placeholder {    color: #7f8897;}.account-field input:focus {    border-color: rgba(0, 102, 255, 0.7);    box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.17);}.account-submit {    margin-top: 0.15rem;    width: 100%;    min-height: 44px;    appearance: none;    border: none;}.account-actions > *:only-child {    grid-column: 1 / -1;}.account-register {    width: 100%;}.account-action-btn {    width: 100%;    min-height: 44px;}.hp-field {    position: absolute;    left: -10000px;    width: 1px;    height: 1px;    opacity: 0;    pointer-events: none;}.feature-groups {    display: grid;    gap: 1rem;}.feature-group-card {    border: 1px solid var(--line);    border-radius: 16px;    background: rgba(33, 37, 46, 0.82);    padding: 1rem;}.feature-group-card h2 {    margin: 0 0 0.85rem;    text-align: center;    font-size: 1.22rem;}.feature-box-grid {    display: grid;    grid-template-columns: repeat(2, minmax(0, 1fr));    gap: 0.9rem;}.feature-box {    border: 1px solid var(--line);    border-radius: 14px;    background: var(--surface-soft);    padding: 0.9rem 0.95rem;}.feature-box-grid > .feature-box:only-child {    grid-column: 1 / -1;}.feature-box-grid > .feature-box:only-child h3 {    display: none;}.feature-box h3 {    margin: 0 0 0.65rem;    text-align: center;    font-size: 1.04rem;}.feature-items {    margin: 0;    padding-left: 1.1rem;    color: var(--muted);    display: grid;    gap: 0.34rem;}.feature-items li {    line-height: 1.42;}.product-buy-bottom {    margin-top: 1rem;    display: flex;    justify-content: center;}.buy-now-btn {    min-width: 210px;    justify-content: center;}.product-page-grid {    display: grid;    grid-template-columns: repeat(2, minmax(0, 1fr));    gap: 1rem;}.product-content-card {    border: 1px solid var(--line);    border-radius: 16px;    background: var(--surface-soft);    padding: 1rem;}.product-content-card h2 {    font-size: 1.2rem;    margin-bottom: 0.7rem;}.product-line-list {    margin: 0;    padding-left: 1.1rem;    color: var(--muted);    display: grid;    gap: 0.33rem;}.product-feature-list li {    color: var(--text);}.seller-link {    display: inline-flex;    align-items: center;    padding: 0.18rem 0.48rem;    border-radius: 8px;    border: 1px solid var(--line);    background: var(--surface);    color: var(--text) !important;    font-weight: 700;    text-decoration: none !important;}.seller-link:hover {    background: #2a2d33;    color: #d6e7ff !important;}.guide-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));    gap: 1rem;}.guide-card {    border: 1px solid var(--line);    border-radius: 16px;    background: var(--surface-soft);    padding: 1rem;}.guide-card h2 {    font-size: 1.15rem;    margin-bottom: 0.65rem;}.guide-card p {    margin: 0.4rem 0 0;    color: var(--muted);}.guide-emphasis {    color: var(--text) !important;    font-weight: 700;}.guide-list {    margin: 0;    padding-left: 1.15rem;    color: var(--muted);    display: grid;    gap: 0.35rem;}.guide-list strong {    color: var(--text);}.mono-note {    display: inline-flex;    margin-top: 0.65rem !important;    padding: 0.35rem 0.6rem;    border-radius: 10px;    border: 1px solid var(--line);    background: var(--surface);    color: #95c0ff !important;    font-family: "Consolas", "Courier New", monospace;    font-size: 0.92rem;}.guide-card-wide {    grid-column: 1 / -1;}.key-list {    list-style: none;    margin: 0;    padding: 0;    display: grid;    gap: 0.55rem;}.key-list li {    border: 1px solid var(--line);    border-radius: 12px;    background: var(--surface);    padding: 0.6rem 0.7rem;    display: grid;    gap: 0.25rem;}.key-list code {    color: #95c0ff;    font-family: "Consolas", "Courier New", monospace;    font-size: 0.87rem;    overflow-wrap: anywhere;}.key-list span {    color: var(--muted);    font-size: 0.88rem;}.reveal {    opacity: 1;    transform: none;}@media (prefers-reduced-motion: no-preference) {    .reveal {        opacity: 0;        transform: translateY(16px);        animation: rise 0.8s ease forwards;    }    #products.reveal {        animation-delay: 0.12s;    }    #status.reveal {        animation-delay: 0.22s;    }    .cta.reveal {        animation-delay: 0.32s;    }    .product-card:hover,    .status-card:hover {        transform: translateY(-4px);        box-shadow: 0 14px 24px rgba(13, 18, 26, 0.45);    }}@media (prefers-reduced-motion: reduce) {    *,    *::before,    *::after {        animation: none !important;        transition: none !important;        scroll-behavior: auto !important;    }}@keyframes rise {    to {        opacity: 1;        transform: translateY(0);    }}@keyframes products-target-soft {    0% {        border-color: rgba(0, 102, 255, 0.58);        box-shadow: 0 0 0 1px rgba(0, 102, 255, 0.24), 0 8px 16px rgba(0, 102, 255, 0.1);    }    100% {        border-color: var(--line);        box-shadow: none;    }}@media (max-width: 900px) {    .container {        width: min(1120px, calc(100% - 2rem));    }    .topbar-inner {        min-height: 66px;        flex-wrap: wrap;        padding: 0.6rem 0;    }    .hero-grid {        grid-template-columns: 1fr;    }    .feature-box-grid {        grid-template-columns: 1fr;    }}@media (max-width: 620px) {    .topnav {        width: 100%;        justify-content: space-between;        gap: 0.6rem;        padding-bottom: 0.15rem;    }    .topnav a {        font-size: 0.88rem;    }    .hero-actions {        width: 100%;        flex-direction: column;    }    .btn {        width: 100%;    }    .panel-grid {        grid-template-columns: 1fr;    }    .footer-inner {        flex-direction: column;        align-items: flex-start;    }    .product-page-grid {        grid-template-columns: 1fr;    }    .account-actions > *:only-child {    grid-column: 1 / -1;}}
.btn-discord { gap: 0.58rem; padding-right: 1.1rem; }
.btn-discord svg { width: 1.05rem; height: 1.05rem; flex: 0 0 auto; opacity: 0.92; }

.topnav .nav-discord { display: inline-flex; align-items: center; gap: 0.52rem; }
.topnav .nav-discord svg { width: 1rem; height: 1rem; flex: 0 0 auto; opacity: 0.92; }

/* Discord icon sizing/visibility tune to match reference */
.btn-discord { gap: 0.42rem !important; padding-right: 1rem; }
.btn-discord svg { display: block !important; width: 0.82rem !important; height: 0.82rem !important; min-width: 0.82rem; min-height: 0.82rem; opacity: 1 !important; color: var(--text) !important; fill: currentColor; }
.topnav .nav-discord { display: inline-flex !important; align-items: center; gap: 0.42rem !important; }
.topnav .nav-discord svg { display: block !important; width: 0.78rem !important; height: 0.78rem !important; min-width: 0.78rem; min-height: 0.78rem; opacity: 1 !important; color: currentColor !important; fill: currentColor; }

.btn-discord svg, .topnav .nav-discord svg { transform: translateY(1px); }

/* Product card media layer (image + text, no extra actions) */
.product-local-card {
  padding: 0;
  overflow: hidden;
}

.product-local-media {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  min-height: 112px;
  border-bottom: 1px solid var(--line);
  background-image:
    linear-gradient(180deg, rgba(9, 10, 16, 0.08) 0%, rgba(9, 10, 16, 0.62) 100%),
    var(--card-image, linear-gradient(135deg, rgba(0, 102, 255, 0.25), rgba(12, 14, 19, 0.9)));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product-local-media[data-media-label]::after {
  content: attr(data-media-label);
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #f3f7ff;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.55);
}

.product-local-card h3 {
  margin: 0.92rem 0.95rem 0;
}

.product-local-card p {
  margin: 0.42rem 0.95rem 0.95rem;
}

.card-cs2 {
  --card-image: url("../images/products/cs2.jpg");
}

.card-deadlock {
  --card-image: url("../images/products/deadlock.jpg");
}

.card-cod4 {
  --card-image:
    radial-gradient(circle at 14% 22%, rgba(255, 102, 102, 0.34), transparent 42%),
    radial-gradient(circle at 84% 80%, rgba(0, 102, 255, 0.26), transparent 46%),
    linear-gradient(135deg, #2f1118 0%, #111723 54%, #141b28 100%);
}

.card-horizonmw {
  --card-image:
    radial-gradient(circle at 82% 24%, rgba(255, 140, 86, 0.25), transparent 43%),
    radial-gradient(circle at 18% 82%, rgba(0, 162, 255, 0.26), transparent 45%),
    linear-gradient(135deg, #2a1519 0%, #151c2a 57%, #16233a 100%);
}

.card-bocw {
  --card-image:
    radial-gradient(circle at 12% 25%, rgba(255, 81, 81, 0.3), transparent 42%),
    radial-gradient(circle at 86% 72%, rgba(104, 125, 255, 0.2), transparent 44%),
    linear-gradient(132deg, #311319 0%, #121726 56%, #121b2a 100%);
}

.card-rust {
  --card-image: url("../images/products/rust.jpg");
}

.card-bo7 {
  --card-image:
    radial-gradient(circle at 80% 20%, rgba(255, 94, 94, 0.27), transparent 44%),
    radial-gradient(circle at 18% 78%, rgba(0, 153, 255, 0.22), transparent 46%),
    linear-gradient(130deg, #33151d 0%, #151826 57%, #141d2c 100%);
}

.card-private .product-local-media {
  background-image:
    linear-gradient(180deg, rgba(7, 9, 14, 0.2) 0%, rgba(7, 9, 14, 0.72) 100%),
    radial-gradient(circle at 18% 25%, rgba(0, 102, 255, 0.36), transparent 55%),
    radial-gradient(circle at 82% 15%, rgba(255, 88, 88, 0.2), transparent 48%),
    linear-gradient(130deg, #0f1520 0%, #1a2230 100%);
}

@media (max-width: 620px) {
  .product-local-media {
    min-height: 100px;
  }

  .product-local-media[data-media-label]::after {
    font-size: 0.88rem;
    letter-spacing: 0.01em;
  }
}

/* CS2 preview strip + expandable lightbox */
.cs2-header-card {
  margin-bottom: 1rem;
}

.cs2-header-card .hero-copy {
  max-width: none;
}

.cs2-header-card .eyebrow {
  margin-bottom: 0.6rem;
}

.cs2-header-card h1 {
  max-width: none;
  font-size: clamp(2rem, 4.5vw, 3rem);
}

.cs2-header-card .product-title-long {
  white-space: nowrap;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
}

.cs2-header-card .hero-paragraph {
  margin-top: 0.65rem;
}

.cs2-header-card .hero-actions {
  margin-top: 1.25rem;
}

.cs2-preview-shell {
  margin-bottom: 1rem;
}

.cs2-preview-shell h2 {
  margin: 0;
  text-align: left;
}

.cs2-preview-head {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin-bottom: 0.8rem;
}

.cs2-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.cs2-preview-tile {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface-soft);
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.cs2-preview-tile img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.cs2-preview-tile.is-left img {
  object-position: left center;
}

.cs2-preview-tile.is-center img {
  object-position: center center;
}

.cs2-preview-tile.is-right img {
  object-position: right center;
}

.cs2-preview-tile::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 52%;
  background: linear-gradient(180deg, rgba(5, 6, 10, 0), rgba(5, 6, 10, 0.7));
  pointer-events: none;
}

.cs2-preview-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 102, 255, 0.55);
  box-shadow: 0 12px 24px rgba(9, 14, 22, 0.4);
}

.cs2-preview-tile:hover img {
  transform: scale(1.03);
}

.cs2-preview-tile:focus-visible {
  outline: none;
  border-color: rgba(0, 102, 255, 0.75);
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2);
}

.modern-body.lightbox-open {
  overflow: hidden;
}

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

.cs2-lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.cs2-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 11, 18, 0.76);
  backdrop-filter: blur(4px);
}

.cs2-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #1f232a;
  box-shadow: var(--shadow);
  padding: 0.85rem;
}

.cs2-lightbox-media {
  position: relative;
}

.cs2-lightbox-close {
  margin-left: auto;
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #2a2e36;
  color: var(--text);
  font-family: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.28rem 0.66rem;
  cursor: pointer;
}

.cs2-lightbox-media img {
  display: block;
  width: 100%;
  max-height: 70vh;
  border-radius: 12px;
  object-fit: cover;
}

.cs2-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(16, 20, 30, 0.7);
  color: #f4f7ff;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.cs2-lightbox-nav.is-prev {
  left: 0.7rem;
}

.cs2-lightbox-nav.is-next {
  right: 0.7rem;
}

.cs2-lightbox-nav:hover {
  background: rgba(0, 102, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.55);
}

.cs2-lightbox-nav:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.35);
}

@media (max-width: 900px) {
  .cs2-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs2-header-card .product-title-long {
    white-space: normal;
    font-size: clamp(1.75rem, 4.4vw, 2.2rem);
  }
}

@media (max-width: 620px) {
  .cs2-header-card .hero-actions {
    margin-top: 1rem;
  }

  .cs2-preview-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }

  .cs2-preview-grid {
    grid-template-columns: 1fr;
  }

  .cs2-lightbox {
    padding: 0.65rem;
  }

  .cs2-lightbox-dialog {
    padding: 0.65rem;
  }

  .cs2-lightbox-dialog img {
    max-height: 62vh;
  }

  .cs2-lightbox-nav {
    width: 2rem;
    height: 2rem;
  }

  .cs2-lightbox-nav.is-prev {
    left: 0.45rem;
  }

  .cs2-lightbox-nav.is-next {
    right: 0.45rem;
  }
}
