/* Come.app official chrome. Loaded after the captured theme. */

:root {
  --off-bg: #05070c;
  --off-bg-2: #0b1020;
  --off-card: rgba(12, 18, 34, 0.78);
  --off-line: rgba(232, 195, 106, 0.22);
  --off-gold: #e8c36a;
  --off-gold-2: #f4d48a;
  --off-green: #3ee08a;
  --off-text: #eef3ff;
  --off-muted: #a9b4ce;
  --off-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --off-radius: 22px;
  --off-header: 72px;
}

html {
  scroll-behavior: smooth;
}

body.come-official-site,
body.come-official-home {
  overflow-x: hidden;
  background: var(--off-bg) !important;
  color: var(--off-text) !important;
  padding-bottom: calc(88px + env(safe-area-inset-bottom));
}

body.come-official-site .page-main,
body.come-official-home .page-main {
  color: var(--off-text);
}

body.come-official-home {
  padding-bottom: calc(96px + env(safe-area-inset-bottom));
}

/* Official header */
.come-off-header.header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(5, 7, 12, 0.78) !important;
  border-bottom: 1px solid rgba(232, 195, 106, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.come-off-header .header-topbar,
.come-official-site .header-topbar,
.come-official-home .header-topbar {
  display: none !important;
}

.come-off-bar,
.come-official-site .header-mainbar,
.come-official-home .header-mainbar {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: var(--off-header);
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 0;
}

.come-off-header .header__logo-wrap,
.come-official-site .header__logo-wrap {
  gap: 12px;
  min-width: 0;
}

.come-off-header .header__logo-wrap img,
.come-official-site .header__logo-wrap img,
.come-official-home .header__logo-wrap img {
  width: 46px !important;
  height: 46px !important;
  border-radius: 14px;
  box-shadow: 0 0 0 1px rgba(232, 195, 106, 0.35), 0 10px 24px rgba(0, 0, 0, 0.35);
}

.come-off-header .header__brand-copy,
.come-official-site .header__brand-copy {
  min-width: 0;
}

.come-off-header .header__brand-title,
.come-official-site .header__brand-title,
.come-official-home .header__brand-title {
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.come-off-header .header__brand-subtitle,
.come-official-site .header__brand-subtitle,
.come-official-home .header__brand-subtitle {
  margin-top: 4px;
  color: var(--off-gold) !important;
  font-size: 11px !important;
  letter-spacing: 0.28em !important;
}

.come-off-header .header-menu .header__nav__link,
.come-official-site .header-menu .header__nav__link {
  border: 0;
  background: transparent;
  color: var(--off-muted) !important;
  min-height: 44px;
  padding: 8px 10px;
  font-size: 14px;
}

.come-off-header .header-menu .header__nav__link:hover,
.come-official-site .header-menu .header__nav__link:hover {
  background: rgba(232, 195, 106, 0.08);
  color: var(--off-gold) !important;
  transform: none;
}

.come-off-download,
a.come-off-download {
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #f4d48a 0%, #e0b44a 100%) !important;
  color: #1a1406 !important;
  border: 0 !important;
  box-shadow: 0 10px 24px rgba(232, 195, 106, 0.28) !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.come-off-header .come-off-download.come-off-desktop,
.come-off-bar .come-off-download.come-off-desktop {
  margin-left: auto;
}

.come-off-header .header__burger,
.come-official-site .header__burger {
  margin-left: auto;
  flex: 0 0 44px;
  border-color: rgba(232, 195, 106, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.come-off-header .header__burger::before,
.come-off-header .header__burger::after,
.come-official-site .header__burger::before,
.come-official-site .header__burger::after {
  background: #f4d48a;
  box-shadow: 0 7px 0 #f4d48a;
}

.come-off-header .js-menu,
.come-official-site .js-menu {
  background: #0b1020;
  border-color: rgba(232, 195, 106, 0.2);
}

/* Sticky mobile download */
.come-off-sticky {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 90;
  min-height: 52px;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #f4d48a 0%, #e0b44a 100%) !important;
  color: #1a1406 !important;
  font-weight: 800;
  letter-spacing: 0.03em;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

/* Homepage hero */
.come-hero {
  position: relative;
  min-height: min(92vh, 860px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.come-hero__media {
  position: absolute;
  inset: 0;
}

.come-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: 68% 38%;
  animation: come-ken 22s ease-in-out infinite alternate;
}

.come-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 12, 0.22) 0%, rgba(5, 7, 12, 0.12) 32%, rgba(5, 7, 12, 0.94) 100%),
    radial-gradient(900px 420px at 82% 8%, rgba(232, 195, 106, 0.28), transparent 58%),
    radial-gradient(720px 380px at 12% 88%, rgba(62, 224, 138, 0.2), transparent 60%);
}

.come-hero__glow,
.come-hero__scan,
.come-hero__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.come-hero__glow {
  background:
    radial-gradient(circle at 78% 22%, rgba(244, 212, 138, 0.22), transparent 18%),
    radial-gradient(circle at 18% 70%, rgba(62, 224, 138, 0.16), transparent 22%);
  animation: come-pulse 5.6s ease-in-out infinite;
}

.come-hero__scan {
  background: linear-gradient(115deg, transparent 36%, rgba(244, 212, 138, 0.16) 50%, transparent 64%);
  background-size: 220% 100%;
  animation: come-scan 7s linear infinite;
  mix-blend-mode: screen;
}

.come-hero__grain {
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.come-hero__ball {
  position: absolute;
  right: max(4vw, 24px);
  bottom: 12%;
  width: min(280px, 34vw);
  z-index: 1;
  filter: drop-shadow(0 18px 40px rgba(232, 195, 106, 0.35));
  animation: come-float 6.4s ease-in-out infinite;
}

.come-hero__ball img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.come-live {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  min-height: 32px;
  padding: 0 12px 0 10px;
  border-radius: 999px;
  background: rgba(62, 224, 138, 0.12);
  border: 1px solid rgba(62, 224, 138, 0.35);
  color: #b7ffd4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.come-live::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3ee08a;
  box-shadow: 0 0 0 0 rgba(62, 224, 138, 0.7);
  animation: come-ping 1.6s ease-out infinite;
}

.come-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: min(1180px, calc(100% - 32px));
  margin: -28px auto 8px;
  position: relative;
  z-index: 2;
}

.come-stat {
  padding: 18px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(232, 195, 106, 0.12), rgba(12, 18, 34, 0.88));
  border: 1px solid var(--off-line);
  box-shadow: var(--off-shadow);
  backdrop-filter: blur(16px);
}

.come-stat b {
  display: block;
  color: var(--off-gold);
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: -0.04em;
}

.come-stat span {
  display: block;
  color: var(--off-muted);
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

@keyframes come-ken {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.14) translate3d(-1.5%, -1%, 0); }
}

@keyframes come-float {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-14px) rotate(3deg); }
}

@keyframes come-scan {
  0% { background-position: 120% 0; }
  100% { background-position: -120% 0; }
}

@keyframes come-pulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

@keyframes come-ping {
  0% { box-shadow: 0 0 0 0 rgba(62, 224, 138, 0.7); }
  100% { box-shadow: 0 0 0 10px rgba(62, 224, 138, 0); }
}

.come-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 56px;
}

.come-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(232, 195, 106, 0.35);
  border-radius: 999px;
  color: var(--off-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  background: rgba(8, 12, 24, 0.45);
}

.come-hero h1 {
  margin: 18px 0 12px;
  max-width: 14ch;
  color: #fff !important;
  font-size: clamp(44px, 8vw, 92px);
  line-height: 0.92;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.come-hero h1 span {
  display: block;
  color: var(--off-gold);
  font-size: 0.42em;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-top: 10px;
}

.come-hero__lead {
  max-width: 38rem;
  color: var(--off-muted) !important;
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.6;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.come-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 22px;
}

.come-hero__actions .come-off-download,
.come-hero__actions .btn--secondary {
  min-height: 54px;
  padding: 0 26px;
  font-size: 16px;
  margin-left: 0;
}

body.come-official-home .btn--secondary,
body.come-official-site .btn--secondary,
body.come-official-home a.btn--secondary,
body.come-official-site a.btn--secondary {
  background: rgba(255, 255, 255, 0.04) !important;
  color: var(--off-gold) !important;
  border: 1px solid rgba(232, 195, 106, 0.38) !important;
  box-shadow: none !important;
  border-radius: 999px !important;
}

.come-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.come-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d7deef;
  font-size: 12px;
  font-weight: 700;
}

.come-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0;
}

.come-section h2 {
  color: #fff !important;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.03em;
}

.come-section p,
.come-section li {
  color: var(--off-muted) !important;
}

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

.come-card {
  padding: 22px;
  border-radius: var(--off-radius);
  background: var(--off-card);
  border: 1px solid var(--off-line);
  box-shadow: var(--off-shadow);
  backdrop-filter: blur(12px);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.come-card:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 195, 106, 0.45);
  box-shadow: 0 24px 50px rgba(232, 195, 106, 0.12);
}

.come-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 14px;
}

.come-card h3 {
  color: #fff !important;
  font-size: 20px;
  margin-bottom: 8px;
}

.come-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.come-step {
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(232, 195, 106, 0.08), rgba(12, 18, 34, 0.7));
  border: 1px solid var(--off-line);
}

.come-step b {
  display: block;
  color: var(--off-gold);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.come-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: center;
}

.come-split img {
  width: 100%;
  border-radius: 28px;
  min-height: 280px;
  object-fit: cover;
  box-shadow: var(--off-shadow);
}

.come-download-band {
  margin: 12px auto 36px;
  width: min(1180px, calc(100% - 32px));
  padding: 28px;
  border-radius: 28px;
  background:
    linear-gradient(120deg, rgba(232, 195, 106, 0.16), rgba(62, 224, 138, 0.08)),
    #0c1220;
  border: 1px solid var(--off-line);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.come-download-band h2 {
  margin: 0 0 8px;
  color: #fff !important;
}

.come-faq .faq,
body.come-official-home .faq,
body.come-official-site .faq {
  background: var(--off-card) !important;
  border: 1px solid var(--off-line) !important;
  color: var(--off-text);
}

body.come-official-home .faq__title,
body.come-official-site .faq__title,
body.come-official-home h2,
body.come-official-home h3,
body.come-official-site h1,
body.come-official-site h2,
body.come-official-site h3 {
  color: #fff !important;
}

body.come-official-site .text-image,
body.come-official-site .toc,
body.come-official-site .come-blog-hero__inner,
body.come-official-site .wp-block-table table {
  background: var(--off-card) !important;
  border-color: var(--off-line) !important;
  color: var(--off-text);
}

body.come-official-site p,
body.come-official-site li,
body.come-official-site td,
body.come-official-site th {
  color: var(--off-muted) !important;
}

body.come-official-home .footer,
body.come-official-site .footer {
  background: #05070c;
  color: var(--off-muted);
  border-top: 1px solid rgba(232, 195, 106, 0.12);
}

body.come-official-home .footer__brand-title,
body.come-official-site .footer__brand-title,
body.come-official-home .footer__heading,
body.come-official-site .footer__heading {
  color: #fff !important;
}

body.come-official-home .footer__nav-list-link,
body.come-official-site .footer__nav-list-link {
  color: var(--off-muted) !important;
}

body.come-official-site .btn--primary,
body.come-official-home .btn--primary,
body.come-official-site a.btn--primary {
  background: linear-gradient(180deg, #f4d48a 0%, #e0b44a 100%) !important;
  color: #1a1406 !important;
  border: 0 !important;
  box-shadow: 0 10px 24px rgba(232, 195, 106, 0.22) !important;
}

body.come-official-site .content-buttons,
body.come-official-home .content-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
  justify-content: flex-start;
}

body.come-official-site .content-buttons a,
body.come-official-home .content-buttons a {
  margin-left: 0 !important;
  min-height: 48px !important;
  padding: 12px 20px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

body.come-official-site .content-buttons .come-off-download,
body.come-official-home .content-buttons .come-off-download {
  margin-left: 0 !important;
}

body.come-official-site .content-buttons a + a {
  background: transparent !important;
  color: var(--off-gold) !important;
  border: 1px solid rgba(232, 195, 106, 0.35) !important;
  box-shadow: none !important;
}

body.come-official-site .toc {
  padding: 18px !important;
}

body.come-official-site .toc__title {
  color: #fff !important;
}

body.come-official-site .toc__link {
  background: rgba(255, 255, 255, 0.04) !important;
  color: var(--off-gold) !important;
  border: 1px solid var(--off-line) !important;
}

@media (max-width: 980px) {
  .come-off-download.come-off-desktop {
    display: none !important;
  }

  .come-off-sticky {
    display: flex;
  }

  .come-off-bar,
  .come-official-site .header-mainbar {
    position: relative;
    width: min(100%, calc(100% - 16px));
    gap: 8px;
    justify-content: space-between;
    padding-right: 52px;
  }

  .come-off-header .header__logo-wrap,
  .come-official-site .header__logo-wrap {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 8px);
  }

  .come-hero {
    min-height: auto;
  }

  .come-hero__inner {
    padding: 24px 0 108px;
  }

  .come-hero h1 {
    max-width: none;
  }

  .come-hero h1 span {
    font-size: 0.34em;
    letter-spacing: 0.12em;
    line-height: 1.35;
    white-space: normal;
  }

  .come-hero__lead {
    font-size: 16px;
    padding-right: 4px;
  }

  .come-trust {
    max-width: 100%;
  }

  .come-trust span {
    font-size: 11px;
    padding: 0 10px;
  }

  body.come-official-site .content-buttons,
  body.come-official-home .content-buttons,
  .come-hero__actions,
  .come-product__actions,
  body.come-official-site .slots__buttons {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
  }

  body.come-official-site .content-buttons a,
  body.come-official-home .content-buttons a,
  .come-hero__actions a,
  .come-product__actions a,
  body.come-official-site .slots__buttons a,
  body.come-official-site .slots__buttons button {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    justify-content: center;
    box-sizing: border-box;
  }

  .come-grid,
  .come-steps,
  .come-split,
  .come-download-band {
    grid-template-columns: 1fr;
    display: grid;
  }

  .come-download-band {
    padding: 22px;
  }

  .come-off-header .header__nav,
  .come-official-site .header__nav {
    margin-left: 0;
  }

  .come-off-header .header__burger,
  .come-official-site .header__burger {
    display: block !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
    margin: 0 !important;
    position: absolute !important;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 82;
    border: 1px solid rgba(232, 195, 106, 0.45);
    background: rgba(255, 255, 255, 0.08);
  }

  .come-off-header .js-menu,
  .come-official-site .js-menu {
    top: calc(100% + 6px);
  }

  body.come-official-site .text-image {
    flex-direction: column;
    padding: 14px;
  }

  body.come-official-site .footer__main {
    grid-template-columns: 1fr !important;
  }

  body.come-official-site .header__brand-title {
    font-size: 16px !important;
    letter-spacing: 0.12em !important;
  }
}

@media (min-width: 981px) {
  body.come-official-home,
  body.come-official-site {
    padding-bottom: 40px;
  }
}

@media (min-width: 981px) and (max-width: 1091px) {
  body.come-official-site .footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Restored original homepage blocks, restyled in official chrome */
body.come-official-home .wrapper {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0;
}

body.come-official-home .section-hero {
  margin-top: 8px;
}

body.come-official-home .text-image,
body.come-official-home .toc,
body.come-official-home .relink,
body.come-official-home .slots__inner,
body.come-official-home .wp-block-table table,
body.come-official-home .batery-bonuses-list__item {
  background: var(--off-card) !important;
  border: 1px solid var(--off-line) !important;
  box-shadow: var(--off-shadow);
  color: var(--off-text);
}

body.come-official-home .text-image {
  padding: 22px;
  border-radius: var(--off-radius);
  overflow: hidden;
}

body.come-official-home .text-image .get-image img {
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

body.come-official-home .toc {
  padding: 22px;
}

body.come-official-home .toc__title {
  color: #fff !important;
}

body.come-official-home .toc__link {
  background: rgba(255, 255, 255, 0.04) !important;
  color: var(--off-gold) !important;
  border: 1px solid var(--off-line) !important;
  transition: transform 0.2s ease, background 0.2s ease;
}

body.come-official-home .toc__link:hover {
  background: rgba(232, 195, 106, 0.12) !important;
  transform: translateY(-2px);
}

body.come-official-home .relink {
  padding: 18px;
  border-radius: var(--off-radius);
}

body.come-official-home .sports-block__banner {
  border-color: var(--off-line);
}

body.come-official-home .sports-block__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(5, 7, 12, 0.72) 100%);
  pointer-events: none;
}

body.come-official-home .relink__item {
  background: rgba(8, 12, 24, 0.72);
  border: 1px solid var(--off-line);
  box-shadow: none;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

body.come-official-home .relink__item:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 195, 106, 0.5);
}

body.come-official-home .relink__item-title {
  color: #fff !important;
}

body.come-official-home .slots__inner {
  border-radius: 18px;
  overflow: hidden;
  padding: 0;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

body.come-official-home .slots__inner:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 195, 106, 0.45) !important;
}

body.come-official-home a.slots__thumb {
  display: block;
  line-height: 0;
}

body.come-official-home a.slots__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

body.come-official-home a.slots__name {
  display: block;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
}

body.come-official-home a.slots__name:hover {
  color: var(--off-gold);
}

body.come-official-home .batery-bonuses-list__item-tag {
  background: rgba(232, 195, 106, 0.12);
  color: var(--off-gold);
}

body.come-official-home .batery-bonuses-list__item-name {
  color: #fff;
}

body.come-official-home .batery-bonuses-list__item-description {
  color: var(--off-muted);
}

body.come-official-home .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}

body.come-official-home .wp-block-table td,
body.come-official-home .wp-block-table th {
  color: var(--off-muted) !important;
  border-color: rgba(232, 195, 106, 0.16) !important;
  padding: 10px 12px;
}

body.come-official-home .wp-block-table th {
  color: var(--off-gold) !important;
}

body.come-official-home .content-buttons .come-off-download {
  margin-left: 0;
}

@media (max-width: 980px) {
  .come-hero__ball {
    display: none;
  }

  .come-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
  }

  .come-hero__inner {
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .come-hero__media img,
  .come-hero__glow,
  .come-hero__scan,
  .come-hero__ball,
  .come-live::before {
    animation: none;
  }
}

.come-hero__hi {
  margin: 0 0 10px;
  color: var(--off-gold-2);
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.come-product {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 12px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 28px;
  align-items: center;
  padding: 28px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(232, 195, 106, 0.1), rgba(12, 18, 34, 0.92)),
    #080d18;
  border: 1px solid var(--off-line);
  box-shadow: var(--off-shadow);
}

.come-product h2 {
  color: #fff !important;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -0.03em;
  margin: 12px 0 10px;
}

.come-product p,
.come-product dd {
  color: var(--off-muted);
}

.come-spec {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin: 18px 0 20px;
}

.come-spec div {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(232, 195, 106, 0.14);
}

.come-spec dt {
  color: var(--off-gold);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.come-spec dd {
  margin: 0;
  color: #fff;
  font-size: 14px;
  word-break: break-all;
}

.come-spec code,
.come-product code {
  color: #f4d48a;
  font-size: 12px;
}

.come-product__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.come-product__actions .come-off-download {
  margin-left: 0;
}

.come-product__warn {
  font-size: 13px;
  line-height: 1.5;
}

.come-product__visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
}

.come-phone {
  width: 250px;
  border-radius: 36px;
  padding: 14px 12px 18px;
  background: linear-gradient(180deg, #141a2c, #070b14);
  border: 2px solid rgba(232, 195, 106, 0.35);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
}

.come-phone__notch {
  width: 88px;
  height: 8px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: #2a3148;
}

.come-phone__bar {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
}

.come-phone__bar span {
  color: var(--off-gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 10px;
}

.come-phone__card {
  display: grid;
  gap: 2px;
  padding: 10px;
  margin-bottom: 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(232, 195, 106, 0.16);
  color: #d7deef;
}

.come-phone__card em {
  font-style: normal;
  color: var(--off-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.come-phone__card strong {
  color: #fff;
  font-size: 15px;
}

.come-phone__card span {
  font-size: 12px;
  color: var(--off-muted);
}

.come-phone__xi {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 4px;
  margin: 10px 0;
}

.come-phone__xi span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border-radius: 8px;
  background: rgba(232, 195, 106, 0.12);
  color: var(--off-gold);
  font-size: 9px;
  font-weight: 800;
}

.come-phone__cta {
  text-align: center;
  padding: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f4d48a 0%, #e0b44a 100%);
  color: #1a1406;
  font-size: 11px;
  font-weight: 800;
}

.come-qr {
  margin: 0;
  padding: 10px;
  border-radius: 18px;
  background: #f4d48a;
  text-align: center;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28);
}

.come-qr img {
  display: block;
  width: 132px;
  height: 132px;
}

.come-qr figcaption {
  margin-top: 6px;
  color: #1a1406;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.come-easy,
.come-lobby {
  width: min(1180px, calc(100% - 32px));
  margin: 8px auto 20px;
}

.come-easy h2,
.come-lobby h2 {
  color: #fff !important;
  font-size: clamp(26px, 3.6vw, 40px);
  letter-spacing: -0.03em;
}

.come-easy__list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.come-easy__list li {
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(232, 195, 106, 0.1), rgba(12, 18, 34, 0.75));
  border: 1px solid var(--off-line);
}

.come-easy__list b {
  display: block;
  color: var(--off-gold);
  letter-spacing: 0.16em;
  font-size: 12px;
  margin-bottom: 8px;
}

.come-easy__list h3 {
  color: #fff !important;
  margin: 0 0 8px;
}

.come-lobby__lead {
  max-width: 42rem;
  color: var(--off-muted) !important;
}

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

.come-lobby__card {
  display: grid;
  gap: 8px;
  padding: 12px 12px 16px;
  border-radius: 20px;
  background: var(--off-card);
  border: 1px solid var(--off-line);
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.come-lobby__card:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 195, 106, 0.5);
}

.come-lobby__card img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  border-radius: 14px;
}

.come-lobby__tag {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(62, 224, 138, 0.12);
  color: #b7ffd4;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.come-lobby__card strong {
  color: #fff;
  font-size: 18px;
}

.come-lobby__card span:last-child {
  color: var(--off-muted);
  font-size: 13px;
}

body.come-official-home .footer__legal a {
  color: var(--off-gold) !important;
}

@media (max-width: 980px) {
  .come-product,
  .come-easy__list,
  .come-lobby__grid,
  .come-product__visual {
    grid-template-columns: 1fr;
    display: grid;
  }

  .come-product {
    padding: 20px;
  }

  .come-product__visual {
    justify-items: center;
  }

  .come-phone {
    width: min(250px, 100%);
  }
}

.come-play,
.come-formats,
.come-faq,
.come-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px 0 12px;
}

.come-play h2,
.come-formats h2,
.come-faq h2,
.come-inner h1,
.come-inner h2 {
  color: #fff !important;
  letter-spacing: -0.03em;
}

.come-play__grid,
.come-formats__grid,
.come-inner__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.come-formats__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.come-play__grid article,
.come-formats__grid a,
.come-inner__card {
  display: block;
  padding: 20px;
  border-radius: 20px;
  background: var(--off-card);
  border: 1px solid var(--off-line);
  color: inherit;
  text-decoration: none;
}

.come-play__grid b,
.come-inner__card b {
  display: block;
  color: var(--off-gold);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.come-play__grid h3,
.come-formats__grid strong,
.come-inner__card h3 {
  color: #fff !important;
  font-size: 18px;
  margin: 0 0 8px;
}

.come-play__grid p,
.come-formats__grid span,
.come-inner__card p,
.come-inner__lead {
  color: var(--off-muted) !important;
  margin: 0;
}

.come-faq .faq {
  margin: 10px 0;
  padding: 16px 18px;
  border-radius: 16px;
}

.come-inner__hero {
  padding: 28px 0 8px;
}

.come-inner__hero h1 {
  font-size: clamp(32px, 5vw, 52px);
  margin: 8px 0 12px;
}

.come-inner__hero .come-hero__actions {
  margin-top: 18px;
}

.come-role {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}

.come-role th,
.come-role td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--off-line);
}

.come-role th {
  color: var(--off-gold) !important;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .come-play__grid,
  .come-formats__grid,
  .come-inner__grid {
    grid-template-columns: 1fr;
  }
}

/* Campaign poster hero: keep artwork readable, animate people via frames */
.come-hero--poster {
  min-height: 0;
  display: block;
  background:
    radial-gradient(900px 420px at 50% 0%, rgba(90, 18, 28, 0.55), transparent 62%),
    var(--off-bg);
}

.come-hero--poster .come-hero__media {
  position: relative;
  inset: auto;
  width: min(1100px, calc(100% - 16px));
  margin: 16px auto 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(232, 195, 106, 0.22);
  box-shadow: var(--off-shadow);
  background: #14080c;
  animation: come-poster-breathe 8s ease-in-out infinite;
}

.come-hero--poster .come-hero__media img,
.come-hero--poster .come-hero__frame {
  width: 100%;
  height: auto !important;
  display: block;
  object-fit: contain !important;
  transform: none !important;
}

.come-hero--poster .come-hero__media img.come-hero__frame--2,
.come-hero--poster .come-hero__media img.come-hero__frame--3 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: fill !important;
}

.come-hero--poster .come-hero__frame--1 { animation: come-poster-1 7.5s ease-in-out infinite !important; }
.come-hero--poster .come-hero__frame--2 { animation: come-poster-2 7.5s ease-in-out infinite !important; }
.come-hero--poster .come-hero__frame--3 { animation: come-poster-3 7.5s ease-in-out infinite !important; }

.come-hero__frame--1 { animation: come-poster-1 7.5s ease-in-out infinite; }
.come-hero__frame--2 { animation: come-poster-2 7.5s ease-in-out infinite; }
.come-hero__frame--3 { animation: come-poster-3 7.5s ease-in-out infinite; }

@keyframes come-poster-1 {
  0%, 26%, 100% { opacity: 1; }
  34%, 92% { opacity: 0; }
}
@keyframes come-poster-2 {
  0%, 26%, 62%, 100% { opacity: 0; }
  34%, 54% { opacity: 1; }
}
@keyframes come-poster-3 {
  0%, 54%, 100% { opacity: 0; }
  62%, 92% { opacity: 1; }
}
@keyframes come-poster-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.018); }
}

.come-hero--poster .come-hero__shade,
.come-hero--poster .come-hero__glow,
.come-hero--poster .come-hero__scan,
.come-hero--poster .come-hero__grain,
.come-hero--poster .come-hero__ball {
  display: none !important;
}

.come-hero--poster .come-hero__inner {
  padding: 28px 0 18px;
}

.come-hero--poster h1 {
  max-width: 18ch;
  font-size: clamp(32px, 6vw, 64px);
}

.come-hero--poster + .come-stats {
  margin-top: 8px;
}

.come-easy__list h3 a,
.come-formats__grid a,
.come-guide a {
  color: var(--off-gold);
  text-decoration: none;
}

.come-easy__list h3 a:hover {
  text-decoration: underline;
}

.come-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 8px;
}

.come-subnav a {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--off-line);
  color: var(--off-gold) !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  background: rgba(12, 18, 34, 0.55);
}

.come-subnav a:hover,
.come-subnav a[aria-current="page"] {
  background: rgba(232, 195, 106, 0.14);
}

.come-guide {
  padding-bottom: 36px;
}

.come-guide__more {
  margin-top: 16px;
  color: var(--off-muted);
}

.come-page-shell {
  display: grid;
  gap: 18px;
}

.come-page-hero-card,
.come-page-panel,
.come-page-image-slot {
  padding: 22px;
  border-radius: 20px;
  background: var(--off-card);
  border: 1px solid var(--off-line);
}

.come-page-kicker {
  color: var(--off-gold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.come-page-grid-2,
.come-page-grid-3 {
  display: grid;
  gap: 14px;
}

.come-page-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.come-page-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.come-page-number-list {
  margin: 0;
  padding-left: 1.2em;
}

.come-page-image-slot span {
  display: block;
  color: #fff;
  font-weight: 800;
}

.come-page-image-slot small {
  color: var(--off-muted);
}

@media (max-width: 980px) {
  .come-hero--poster .come-hero__media {
    animation: none;
  }

  .come-hero--poster .come-hero__inner {
    padding: 20px 0 108px;
  }

  .come-page-grid-2,
  .come-page-grid-3 {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .come-hero--poster .come-hero__media,
  .come-hero__frame--1,
  .come-hero__frame--2,
  .come-hero__frame--3 {
    animation: none !important;
  }

  .come-hero__frame--1 { opacity: 1 !important; }
  .come-hero__frame--2,
  .come-hero__frame--3 { display: none !important; }
}
