.round-logo .project-mark { display: none !important; }
.round-logo::before,
.round-logo::after { display: none !important; }
.round-logo {
  background: url(/brand-logo.png) center/cover no-repeat !important;
  border: 1px solid rgba(190, 134, 65, 0.88) !important;
  box-shadow: inset 0 0 0 3px rgba(255, 252, 240, 0.7), 0 4px 12px rgba(93, 59, 22, 0.12) !important;
}
.player-brand .round-logo {
  background: url(/brand-logo.png) center/cover no-repeat !important;
}
.vk-strip {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 144px;
  grid-template-columns: 84px minmax(0, 1fr) auto !important;
  gap: 28px;
  padding: 26px 34px !important;
  border: 1px solid rgba(226, 185, 104, .72) !important;
  color: #fff8e8;
  background:
    radial-gradient(circle at 12% 18%, rgba(42, 155, 168, .25), transparent 32%),
    radial-gradient(circle at 84% 120%, rgba(205, 142, 55, .18), transparent 40%),
    linear-gradient(112deg, #063d48 0%, #074d58 52%, #063640 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 244, 205, .12),
    inset 0 -1px 0 rgba(0, 22, 27, .55),
    0 18px 42px rgba(35, 46, 40, .16);
  clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 28px, 100% calc(100% - 28px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 28px), 0 28px) !important;
}
.vk-strip::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 7px;
  pointer-events: none;
  border: 1px solid rgba(232, 193, 117, .2);
  clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 22px, 100% calc(100% - 22px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 22px), 0 22px);
}
.vk-strip::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -70px;
  right: 20%;
  width: 260px;
  height: 220px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 231, 177, .08), transparent 68%);
  transform: rotate(-18deg);
}
.vk-strip > * {
  position: relative;
  z-index: 1;
}
.vk-strip .vk-mark {
  position: relative;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(239, 200, 122, .9);
  color: #fff8e7;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, .16), transparent 34%),
    linear-gradient(145deg, #167986, #073f49);
  box-shadow:
    inset 0 0 0 5px rgba(255, 244, 208, .055),
    0 10px 26px rgba(0, 24, 29, .28);
  font-family: var(--serif);
  font-size: 20px;
  letter-spacing: .04em;
}
.vk-strip .vk-mark::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 8px;
  width: 7px;
  height: 7px;
  border: 1px solid #e2b567;
  background: #0b5964;
  transform: rotate(45deg);
}
.vk-strip > div:nth-child(2) {
  gap: 8px !important;
}
.vk-strip strong {
  color: #fff9e9;
  font-size: clamp(18px, 2vw, 25px) !important;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: .035em;
  text-shadow: 0 2px 16px rgba(0, 19, 24, .3);
}
.vk-strip span {
  max-width: 570px;
  color: #c8dcda !important;
  font-size: 12px !important;
  line-height: 1.6;
  letter-spacing: .015em;
}
.vk-strip .vk-link {
  position: relative;
  overflow: hidden;
  min-width: 244px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 13px 22px;
  border: 1px solid rgba(232, 188, 103, .9);
  color: #fff9e9 !important;
  background:
    linear-gradient(180deg, rgba(21, 122, 134, .96), rgba(7, 74, 84, .98));
  box-shadow:
    inset 0 0 0 3px rgba(255, 239, 194, .07),
    0 10px 24px rgba(0, 24, 29, .2);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .09em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.vk-strip .vk-link::before {
  content: "";
  position: absolute;
  top: -80%;
  left: -35%;
  width: 28%;
  height: 260%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .28), transparent);
  transform: rotate(22deg);
  transition: left .55s ease;
}
.vk-strip .vk-link::after {
  content: "→";
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 1px solid rgba(255, 232, 174, .38);
  border-radius: 50%;
  font-size: 13px;
  transition: transform .22s ease, background .22s ease;
}
.vk-strip .vk-link:hover,
.vk-strip .vk-link:focus-visible {
  outline: none;
  transform: translateY(-2px);
  border-color: #f2ca7d;
  background: linear-gradient(180deg, #208b97, #0a5964);
  box-shadow:
    inset 0 0 0 3px rgba(255, 239, 194, .1),
    0 14px 30px rgba(0, 24, 29, .3);
}
.vk-strip .vk-link:hover::before {
  left: 118%;
}
.vk-strip .vk-link:hover::after,
.vk-strip .vk-link:focus-visible::after {
  background: rgba(255, 236, 185, .12);
  transform: translateX(3px);
}
.event-card .vk-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 18px;
  border: 1px solid #bd873f;
  color: #fff8e8 !important;
  background: linear-gradient(180deg, #176f79, #084955);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
  transition: filter .18s ease, transform .18s ease;
}
.event-card .vk-link:hover {
  filter: brightness(1.12);
  transform: translateY(-1px);
}
@media (max-width: 820px) {
  .vk-strip {
    grid-template-columns: 66px minmax(0, 1fr) !important;
    gap: 20px;
    padding: 24px !important;
  }
  .vk-strip .vk-mark {
    width: 62px;
    height: 62px;
    font-size: 17px;
  }
  .vk-strip .vk-link {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 520px) {
  .vk-strip {
    grid-template-columns: 1fr !important;
    justify-items: center;
    text-align: center;
    padding: 28px 20px !important;
  }
  .vk-strip > div:nth-child(2) {
    justify-items: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .vk-strip .vk-link,
  .vk-strip .vk-link::before,
  .vk-strip .vk-link::after {
    transition: none;
  }
}

/* v20260813 — phone hero framing */
@media (max-width: 760px) {
  .hero {
    min-height: 560px;
  }

  .hero-media img {
    object-fit: cover;
    object-position: 66% 12%;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 520px;
  }

  .hero-media img {
    object-position: 72% 10%;
  }
}

@media (max-width: 390px) {
  .hero-media img {
    object-position: 74% 8%;
  }
}

/* boosty cta under create-account */
.final-cta .boosty-button {
  margin-top: 14px;
}
