:root {
  --bg: #040f2e;
  --bg-2: #071c4d;
  --ink: #f4f7ff;
  --muted: #c5d0ec;
  --line: rgba(111, 151, 255, 0.24);
  --panel: #12337f;
  --card: #071743;
  --cta: #1cc8ff;
  --cta-ink: #f3feff;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 18%, rgba(44, 108, 255, 0.25), transparent 36%),
    radial-gradient(circle at 22% -10%, rgba(10, 182, 255, 0.18), transparent 30%),
    linear-gradient(180deg, #03113a 0%, #020b26 100%);
  min-height: 100vh;
}

.site-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.25;
  background-image:
    linear-gradient(transparent 97%, rgba(35, 79, 182, 0.35) 100%),
    linear-gradient(90deg, transparent 97%, rgba(35, 79, 182, 0.2) 100%);
  background-size: 42px 42px;
}

.topbar,
main,
.footer {
  width: min(1240px, 92vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.topbar {
  height: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "logo nav lang";
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid rgba(32, 73, 162, 0.65);
  position: relative;
}

.logo {
  grid-area: logo;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.logo span {
  color: #00b8ff;
}

.nav {
  grid-area: nav;
  display: flex;
  justify-content: center;
  gap: 1.8rem;
}

.lang-switch {
  grid-area: lang;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(92, 148, 251, 0.42);
  border-radius: 999px;
  padding: 0.2rem;
  background: rgba(8, 28, 78, 0.72);
}

.lang-btn {
  border: 0;
  background: transparent;
  color: #cfe0ff;
  font-weight: 800;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 999px;
  padding: 0.34rem 0.5rem;
  cursor: pointer;
}

.lang-btn.is-active {
  background: linear-gradient(90deg, #1296d7 0%, #1cc8ff 100%);
  color: #f4feff;
}

.nav a {
  color: #d8e2ff;
  text-decoration: none;
  font-weight: 700;
}

.nav a:hover,
.nav a.active {
  color: #1cc8ff;
}

.menu-btn {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(12, 36, 95, 0.75);
  padding: 0.45rem 0.8rem;
}

.hero {
  min-height: 72vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
  padding: 3.5rem 0;
}

.hero-copy h1 {
  margin: 0;
  max-width: 12ch;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.2rem, 5.2vw, 4.6rem);
  line-height: 1.05;
}

.hero-copy p {
  max-width: 48ch;
  color: var(--muted);
  font-size: 1.18rem;
  margin: 1.3rem 0 1.8rem;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: none;
  background: linear-gradient(90deg, #12b5ef 0%, #1cd6ff 100%);
  color: var(--cta-ink);
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  padding: 1rem 2.2rem;
  box-shadow: 0 0 42px rgba(28, 200, 255, 0.42);
}

.hero-visual {
  position: relative;
  min-height: 500px;
}

.phone {
  position: absolute;
  right: 10%;
  top: 6%;
  width: min(360px, 80vw);
  height: 560px;
  border-radius: 42px;
  border: 2px solid rgba(109, 178, 255, 0.72);
  background:
    linear-gradient(140deg, rgba(31, 108, 255, 0.92), rgba(6, 24, 69, 0.95)),
    repeating-linear-gradient(180deg, rgba(173, 214, 255, 0.2) 0 2px, transparent 2px 16px);
  box-shadow:
    0 0 50px rgba(25, 198, 255, 0.28),
    0 20px 80px rgba(0, 0, 0, 0.5);
  transform: rotate(14deg);
}

.bubble {
  position: absolute;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #b7f0ff, #2ea8ff 60%, #0a3f95);
  box-shadow: 0 0 30px rgba(22, 196, 255, 0.45);
}

.bubble-1 {
  width: 86px;
  height: 86px;
  right: 0;
  top: 8%;
}

.bubble-2 {
  width: 54px;
  height: 54px;
  right: 26%;
  top: 2%;
}

.bubble-3 {
  width: 38px;
  height: 38px;
  right: 10%;
  top: 28%;
}

.feature,
.closing,
.contact {
  padding: 3rem 0;
}

.feature-band {
  position: relative;
  background: #18449b;
  padding: 1.7rem 3rem;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.2rem, 2.8vw, 2rem);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.01em;
  clip-path: polygon(2.5% 0, 100% 0, 97.5% 100%, 0 100%);
}

.feature-text,
.closing p {
  margin: 1.4rem 0 0;
  max-width: 78ch;
  color: var(--muted);
  font-size: 1.26rem;
}

.cards {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.2rem;
  background: linear-gradient(180deg, rgba(8, 28, 78, 0.92), rgba(5, 20, 57, 0.95));
}

.card h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.35rem;
}

.card p {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.contact {
  margin-top: 1rem;
}

.contact h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.contact p {
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 0.8rem;
  max-width: 620px;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid rgba(93, 138, 255, 0.4);
  border-radius: 10px;
  background: rgba(3, 16, 45, 0.9);
  color: #fff;
  font: inherit;
  padding: 0.72rem 0.8rem;
}

.footer {
  padding: 2rem 0 2.4rem;
  text-align: center;
  color: #c9d7ff;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .topbar {
    display: flex;
    justify-content: space-between;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-visual {
    min-height: 340px;
  }

  .phone {
    left: 50%;
    right: auto;
    width: 230px;
    height: 360px;
    transform: translateX(-50%) rotate(10deg);
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .menu-btn {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    top: 76px;
    right: 0;
    display: none;
    flex-direction: column;
    background: rgba(7, 21, 58, 0.96);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 0.8rem;
  }

  .nav.open {
    display: flex;
  }

  .lang-switch {
    margin-left: auto;
  }

  .feature-band {
    padding: 1.2rem 1.2rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    font-size: clamp(1.05rem, 4.8vw, 1.5rem);
  }
}

.about-hero {
  padding: 3rem 0 1.2rem;
}

.about-lead {
  margin: 1.4rem 0 0;
  max-width: 40ch;
  color: #e6f0ff;
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

.manager-section {
  padding: 1.2rem 0 2.5rem;
}

.manager-box {
  max-width: 860px;
  background: linear-gradient(140deg, rgba(25, 77, 177, 0.95), rgba(16, 54, 130, 0.96));
  border: 1px solid rgba(124, 172, 255, 0.42);
  border-radius: 18px;
  padding: 2rem 2.4rem;
  box-shadow: 0 18px 48px rgba(2, 11, 36, 0.55);
}

.manager-box p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.2rem, 2.8vw, 2.2rem);
  line-height: 1.2;
  font-weight: 700;
}

.partners {
  padding: 1rem 0 3.4rem;
}

.partner-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.partner-item {
  position: relative;
  border: 1px solid rgba(89, 146, 255, 0.32);
  background: linear-gradient(180deg, rgba(11, 34, 88, 0.96), rgba(8, 25, 65, 0.98));
  border-radius: 16px;
  color: #f0f6ff;
  padding: 1rem 0.95rem;
  text-align: left;
  cursor: pointer;
  min-height: 130px;
  display: grid;
  gap: 0.7rem;
  align-content: start;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.partner-item:hover,
.partner-item:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(42, 201, 255, 0.75);
  box-shadow: 0 16px 36px rgba(5, 19, 55, 0.6), 0 0 28px rgba(42, 201, 255, 0.26);
  outline: none;
}

.partner-logo {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: radial-gradient(circle at 30% 20%, #a3ecff, #28bcff 56%, #0f489d);
  box-shadow: 0 0 24px rgba(21, 180, 255, 0.45);
}

.partner-name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.03rem;
  font-weight: 700;
}

.partner-popup {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  transform: translate(-50%, 12px);
  width: min(280px, 85vw);
  background: linear-gradient(180deg, rgba(14, 48, 118, 0.98), rgba(7, 27, 75, 0.99));
  border: 1px solid rgba(70, 150, 255, 0.56);
  border-radius: 14px;
  padding: 0.8rem 0.9rem;
  display: grid;
  gap: 0.35rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  box-shadow: 0 14px 34px rgba(2, 8, 25, 0.65);
  z-index: 4;
}

.partner-popup strong {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
}

.partner-popup span {
  color: #d9e8ff;
  font-size: 0.9rem;
  line-height: 1.35;
}

.partner-item:hover .partner-popup,
.partner-item:focus-visible .partner-popup {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 960px) {
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .partner-popup {
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
  }

  .manager-box {
    padding: 1.3rem;
  }
}

/* animated tech background */
.site-grid {
  animation: grid-drift 22s linear infinite;
}

.site-grid::before,
.site-grid::after {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
}

.site-grid::before {
  background: repeating-linear-gradient(
    115deg,
    rgba(31, 145, 255, 0.16) 0 2px,
    transparent 2px 28px
  );
  animation: beam-sweep 18s linear infinite;
  mix-blend-mode: screen;
}

.site-grid::after {
  background: radial-gradient(circle at 20% 20%, rgba(26, 188, 255, 0.18), transparent 36%),
    radial-gradient(circle at 80% 70%, rgba(36, 112, 255, 0.2), transparent 38%);
  animation: pulse-float 8s ease-in-out infinite;
}

.tech-lights {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.tech-lights span {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  filter: blur(36px);
  opacity: 0.2;
  background: radial-gradient(circle, #30d9ff 0%, rgba(48, 217, 255, 0) 70%);
  animation: orb-float 12s ease-in-out infinite;
}

.tech-lights span:nth-child(1) {
  top: 12%;
  left: 8%;
}

.tech-lights span:nth-child(2) {
  top: 28%;
  right: 12%;
  animation-delay: -3s;
}

.tech-lights span:nth-child(3) {
  bottom: 8%;
  left: 46%;
  animation-delay: -6s;
}

.about-hero {
  padding: 3rem 0 1.4rem;
}

.about-lead {
  margin: 1.2rem 0 1.4rem;
  max-width: 48ch;
  color: #d6e6ff;
  font-size: clamp(1.15rem, 2.25vw, 1.7rem);
  line-height: 1.45;
}

.about-lead strong {
  color: #4fd7ff;
}

.manager-section {
  padding: 1.4rem 0 2.6rem;
}

.manager-panel {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 1.5rem;
  border: 1px solid rgba(98, 151, 255, 0.34);
  background: linear-gradient(120deg, rgba(17, 49, 119, 0.92), rgba(9, 28, 78, 0.95));
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 52px rgba(3, 11, 34, 0.58);
}

.manager-image-wrap {
  min-height: 340px;
  background: linear-gradient(145deg, rgba(41, 95, 220, 0.36), rgba(7, 24, 63, 0.2));
}

.manager-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.02) contrast(1.03);
}

.manager-copy {
  padding: 2rem 2rem 1.8rem;
}

.manager-copy h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.35rem);
  line-height: 1.2;
}

.manager-copy p {
  margin: 1rem 0 1.4rem;
  color: #d4e3ff;
  font-size: 1.12rem;
  line-height: 1.5;
}

.cta-small {
  font-size: 1.2rem;
  padding: 0.8rem 1.4rem;
}

.partners {
  padding: 0.9rem 0 3rem;
}

.partners-subtitle {
  margin: 1rem 0 0;
  max-width: 65ch;
  color: #cfe0ff;
  font-size: 1.1rem;
}

.partner-ticker {
  margin-top: 1.4rem;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 8%,
    #000 92%,
    transparent 100%
  );
}

.partner-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  width: max-content;
  min-width: max-content;
  will-change: transform;
  animation: partner-scroll 26s linear infinite;
}

.partner-lane {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 2rem;
  padding-right: 2rem;
  min-width: max-content;
  white-space: nowrap;
}

.partner-chip {
  flex: 0 0 128px;
  width: 128px;
  height: 128px;
  display: grid;
  place-items: center;
}

.partner-icon {
  width: 128px;
  height: 128px;
}

@keyframes partner-scroll {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .partner-track {
    animation: none;
  }
}

@keyframes grid-drift {
  from { background-position: 0 0; }
  to { background-position: 0 42px; }
}

@keyframes beam-sweep {
  from { transform: translateX(-6%); }
  to { transform: translateX(6%); }
}

@keyframes pulse-float {
  0%, 100% { transform: translateY(0); opacity: 0.16; }
  50% { transform: translateY(-20px); opacity: 0.26; }
}

@keyframes orb-float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-26px) scale(1.08); }
}

@media (max-width: 960px) {
  .manager-panel {
    grid-template-columns: 1fr;
  }

  .manager-image-wrap {
    min-height: 230px;
  }

  .partner-lane {
    gap: 1.2rem;
    padding-right: 1.2rem;
  }
}

/* about hero split layout update */
.about-hero {
  padding: 2.6rem 0 1.6rem;
}

.about-hero-layout {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 1rem;
  align-items: stretch;
}

.about-text-card {
  border: 1px solid rgba(78, 137, 255, 0.36);
  background: linear-gradient(130deg, rgba(10, 32, 84, 0.96), rgba(6, 23, 66, 0.98));
  border-radius: 18px;
  padding: 1.8rem 1.8rem 1.6rem;
  display: grid;
  align-content: start;
  gap: 1rem;
  box-shadow: 0 16px 44px rgba(3, 11, 34, 0.5);
}

.about-lead {
  margin: 0;
  max-width: 28ch;
  color: #dceaff;
  font-size: clamp(1.25rem, 2.45vw, 2.02rem);
  line-height: 1.34;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.about-hero-image {
  border: 1px solid rgba(68, 131, 255, 0.34);
  border-radius: 18px;
  overflow: hidden;
  min-height: 355px;
  box-shadow: 0 16px 42px rgba(3, 11, 34, 0.52);
  background: linear-gradient(135deg, rgba(10, 28, 74, 0.75), rgba(8, 23, 62, 0.75));
}

.about-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
  filter: saturate(1.05) contrast(1.05);
}

@media (max-width: 1100px) {
  .about-hero-layout {
    grid-template-columns: 1fr;
  }

  .about-hero-image {
    min-height: 280px;
  }

  .about-lead {
    max-width: 100%;
  }
}

/* TeamCash-like homepage layout in 1XBET palette */
.tc-main {
  width: min(1240px, 92vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.tc-hero {
  padding: 2.8rem 0 2rem;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1rem;
  align-items: center;
}

.tc-hero-copy h1 {
  margin: 0.9rem 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 5.2vw, 4rem);
  line-height: 1.06;
  max-width: 12ch;
}

.tc-hero-copy h1 span {
  color: #30d6ff;
}

.tc-hero-copy p {
  margin: 1rem 0 1.5rem;
  max-width: 55ch;
  color: #cfddff;
  font-size: 1.08rem;
}

.tc-hero-copy .cta {
  width: min(100%, 340px);
}

.hero-contact {
  margin-top: 0.95rem;
  width: min(100%, 340px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  justify-items: center;
}

.hero-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  background: transparent;
  width: 100%;
  height: auto;
  transform: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.hero-contact-btn:hover {
  transform: translateY(-2px) scale(1.02);
  filter: saturate(1.1);
}

.hero-contact-icon {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.45),
    inset 0 -10px 14px rgba(0, 20, 62, 0.24),
    0 12px 20px rgba(0, 10, 35, 0.45);
  transform: perspective(300px) rotateX(8deg);
  overflow: hidden;
}

.hero-contact-icon::after {
  content: "";
  position: absolute;
  width: 76%;
  height: 42%;
  top: 6%;
  left: 12%;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
}

.hero-contact-icon svg {
  width: 54px;
  height: 54px;
  fill: #fff;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
  z-index: 1;
}

.hero-contact-tg .hero-contact-icon {
  background: linear-gradient(145deg, #49c5ff, #1e87e6);
  transform: perspective(300px) rotateX(8deg) rotateZ(-6deg);
}

.hero-contact-wa .hero-contact-icon {
  background: linear-gradient(145deg, #57e25f, #1fbb4f);
  transform: perspective(300px) rotateX(8deg) rotateZ(6deg);
}

.tc-hero-art {
  border: none;
  border-radius: 0;
  overflow: visible;
  min-height: 390px;
  box-shadow: none;
}

.hero-motion {
  width: 100%;
  height: 100%;
  min-height: 390px;
  position: relative;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 42% 52%, rgba(24, 214, 255, 0.18), transparent 45%);
}

.hero-wordmark {
  text-align: center;
  position: relative;
  z-index: 2;
}

.hero-brand {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: clamp(3.4rem, 10.4vw, 7.4rem);
  letter-spacing: 0.03em;
  color: #9ae9ff;
  text-shadow: 0 0 22px rgba(67, 215, 255, 0.62);
  animation: glow-breath 3.4s ease-in-out infinite;
}

.hero-brand .brand-char {
  display: inline-block;
  animation: brand-float 2.4s ease-in-out infinite;
}

.hero-brand .brand-char-1 { animation-delay: 0s; }
.hero-brand .brand-char-2 { animation-delay: 0.12s; }
.hero-brand .brand-char-3 { animation-delay: 0.24s; }
.hero-brand .brand-char-4 { animation-delay: 0.36s; }
.hero-brand .brand-char-5 { animation-delay: 0.48s; }

.hero-subbrand {
  margin: 0.25rem 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 2.3vw, 1.5rem);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #d6e9ff;
  opacity: 0.92;
  animation: text-wave 4s ease-in-out infinite;
}

.float-item {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 999px;
  pointer-events: none;
}

.float-inner {
  display: inline-block;
  will-change: transform;
  transition: transform 150ms ease-out;
}

.ball {
  width: 56px;
  height: 56px;
  font-size: 1.8rem;
  filter: drop-shadow(0 0 12px rgba(71, 223, 255, 0.65));
}

.mma-glove {
  width: 44px;
  height: 44px;
  font-size: 1.45rem;
  filter: drop-shadow(0 0 11px rgba(71, 223, 255, 0.56));
}

.football {
  width: 46px;
  height: 46px;
  font-size: 1.52rem;
  filter: drop-shadow(0 0 11px rgba(71, 223, 255, 0.56));
}

.coin {
  width: 30px;
  height: 30px;
  font-size: 1.08rem;
  color: #ffd46f;
  text-shadow: 0 0 10px rgba(255, 198, 88, 0.75);
}

.ball-1 { animation: drift-ball-1 8s ease-in-out infinite; }
.ball-2 { animation: drift-ball-2 9.5s ease-in-out infinite; }
.mma-glove-1 { animation: drift-mma-glove-1 9.1s ease-in-out infinite; }
.football-1 { animation: drift-football-1 9.8s ease-in-out infinite; }
.coin-1 { animation: drift-coin-1 7.2s ease-in-out infinite; }
.coin-2 { animation: drift-coin-2 8.8s ease-in-out infinite; }
.coin-3 { animation: drift-coin-3 10.4s ease-in-out infinite; }

@keyframes brand-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes text-wave {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes glow-breath {
  0%, 100% { text-shadow: 0 0 14px rgba(67, 215, 255, 0.46); }
  50% { text-shadow: 0 0 30px rgba(67, 215, 255, 0.75); }
}

@keyframes drift-ball-1 {
  0%, 100% { transform: translate(-170px, -88px); }
  25% { transform: translate(-120px, -132px); }
  50% { transform: translate(-80px, -78px); }
  75% { transform: translate(-138px, -40px); }
}

@keyframes drift-ball-2 {
  0%, 100% { transform: translate(168px, 90px); }
  25% { transform: translate(128px, 122px); }
  50% { transform: translate(94px, 62px); }
  75% { transform: translate(145px, 34px); }
}

@keyframes drift-mma-glove-1 {
  0%, 100% { transform: translate(-188px, 116px); }
  25% { transform: translate(-136px, 90px); }
  50% { transform: translate(-96px, 126px); }
  75% { transform: translate(-152px, 146px); }
}

@keyframes drift-football-1 {
  0%, 100% { transform: translate(184px, -114px); }
  25% { transform: translate(142px, -144px); }
  50% { transform: translate(108px, -96px); }
  75% { transform: translate(150px, -68px); }
}

@keyframes drift-coin-1 {
  0%, 100% { transform: translate(-212px, 62px); }
  50% { transform: translate(-156px, 18px); }
}

@keyframes drift-coin-2 {
  0%, 100% { transform: translate(206px, -52px); }
  50% { transform: translate(152px, -12px); }
}

@keyframes drift-coin-3 {
  0%, 100% { transform: translate(12px, -150px); }
  50% { transform: translate(-18px, -116px); }
}

.tc-metrics {
  margin: 0.5rem 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.tc-metrics article {
  border: 1px solid rgba(90, 146, 255, 0.29);
  border-radius: 14px;
  padding: 1rem;
  background: linear-gradient(145deg, rgba(11, 34, 88, 0.96), rgba(8, 25, 65, 0.98));
}

.tc-metrics strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #34d8ff;
}

.tc-metrics span {
  color: #c8d8ff;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.tc-benefits,
.tc-academy,
.tc-register,
.tc-calculator {
  padding: 3rem 0;
}

.tc-head h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
}

.tc-head p {
  margin: 0.7rem 0 0;
  color: #c8d8ff;
}

.tc-grid-4,
.tc-grid-3 {
  margin-top: 1.3rem;
  display: grid;
  gap: 0.9rem;
}

.tc-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.tc-card,
.tc-guide {
  border: 1px solid rgba(89, 146, 255, 0.32);
  background: linear-gradient(180deg, rgba(11, 34, 88, 0.96), rgba(8, 25, 65, 0.98));
  border-radius: 16px;
  padding: 1.1rem;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.tc-card:hover,
.tc-guide:hover {
  transform: translateY(-5px);
  border-color: rgba(42, 201, 255, 0.75);
  box-shadow: 0 14px 34px rgba(2, 8, 25, 0.5), 0 0 24px rgba(42, 201, 255, 0.18);
}

.tc-icon {
  font-size: 1.4rem;
}

.tc-card h3,
.tc-guide h3 {
  margin: 0.8rem 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
}

.tc-card p,
.tc-guide p {
  margin: 0.6rem 0 0;
  color: #c8d8ff;
}

.tc-guide a {
  display: inline-block;
  margin-top: 0.7rem;
  color: #40d8ff;
  font-weight: 700;
  text-decoration: none;
}

.tc-calculator {
  display: grid;
  gap: 1.4rem;
}

.tc-calc-head {
  text-align: center;
}

.tc-calc-head h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 5vw, 3.7rem);
}

.tc-calc-head h2 span {
  color: #39d8ff;
  text-shadow: 0 0 16px rgba(54, 206, 255, 0.28);
}

.tc-calc-head p {
  margin: 0.85rem 0 0;
  color: #abc2e8;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
}

.tc-calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  align-items: stretch;
}

.tc-calc-inputs {
  border: 1px solid rgba(95, 149, 255, 0.35);
  border-radius: 20px;
  background: linear-gradient(158deg, rgba(8, 27, 74, 0.95), rgba(5, 20, 57, 0.98));
  box-shadow: 0 20px 40px rgba(2, 10, 30, 0.42);
  padding: 1.9rem;
  display: grid;
  gap: 2rem;
}

.tc-calc-row {
  display: grid;
  gap: 0.8rem;
}

.tc-calc-labels {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
}

.tc-calc-labels label {
  color: #f0f5ff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 1.9vw, 1.2rem);
  font-weight: 700;
}

.tc-calc-labels strong {
  color: #46deff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.9rem);
}

.tc-calc-row input[type="range"] {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  height: 12px;
  background: linear-gradient(90deg, rgba(142, 188, 255, 0.45), rgba(224, 239, 255, 0.8));
  border-radius: 999px;
  outline: none;
  border: 1px solid rgba(147, 190, 255, 0.34);
}

.tc-calc-row input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(117, 196, 255, 0.8);
  background: radial-gradient(circle at 35% 35%, #ffffff, #e7f4ff 70%);
  box-shadow: 0 0 0 5px rgba(77, 182, 255, 0.18), 0 8px 20px rgba(0, 0, 0, 0.32);
  cursor: pointer;
}

.tc-calc-row input[type="range"]::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(117, 196, 255, 0.8);
  background: radial-gradient(circle at 35% 35%, #ffffff, #e7f4ff 70%);
  box-shadow: 0 0 0 5px rgba(77, 182, 255, 0.18), 0 8px 20px rgba(0, 0, 0, 0.32);
  cursor: pointer;
}

.tc-calc-result {
  border: 1px solid rgba(62, 208, 255, 0.88);
  border-radius: 20px;
  padding: 1.9rem;
  min-height: 100%;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  box-shadow: 0 20px 46px rgba(2, 10, 30, 0.45);
  background: radial-gradient(circle at 24% 44%, rgba(45, 201, 255, 0.2), transparent 64%),
    linear-gradient(132deg, rgba(6, 55, 111, 0.97), rgba(4, 29, 73, 0.98));
}

.tc-calc-title {
  margin: 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  font-size: clamp(1.4rem, 3.3vw, 2.2rem);
}

.tc-calc-amount {
  margin: 0.7rem 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 1;
  color: #39d8ff;
  text-shadow: 0 0 20px rgba(53, 214, 255, 0.34);
}

.tc-calc-sub {
  margin: 0.7rem 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 2vw, 1.6rem);
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #90a6c3;
}

.tc-register-box {
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid rgba(92, 149, 255, 0.34);
  background: linear-gradient(145deg, rgba(11, 34, 88, 0.96), rgba(8, 25, 65, 0.98));
  border-radius: 18px;
  padding: 2rem;
  box-shadow: 0 26px 56px rgba(3, 11, 34, 0.56);
}

.tc-head-row h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.4rem, 3.4vw, 2.2rem);
}

.tc-head-row p {
  margin: 0.75rem 0 0;
  color: #c8d8ff;
}

.tc-manager-grid {
  margin-top: 1.3rem;
  display: grid;
  justify-content: center;
}

.tc-manager-card {
  width: min(420px, 100%);
  border: 1px solid rgba(82, 145, 255, 0.46);
  border-radius: 22px;
  padding: 1.35rem 1.25rem 1.25rem;
  text-align: center;
  background: linear-gradient(170deg, rgba(8, 27, 74, 0.96), rgba(4, 18, 52, 0.98));
  box-shadow: 0 26px 58px rgba(2, 10, 32, 0.5);
}

.tc-manager-avatar-wrap {
  width: 138px;
  height: 138px;
  margin: 0 auto 0.9rem;
  border-radius: 999px;
  padding: 5px;
  border: 1px solid rgba(70, 214, 255, 0.76);
  background: radial-gradient(circle at 30% 30%, rgba(34, 201, 255, 0.42), rgba(6, 21, 56, 0.95));
}

.tc-manager-avatar {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.tc-manager-card h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.tc-manager-role {
  margin: 0.32rem 0 1rem;
  color: #31d7ff;
  font-weight: 700;
  font-size: 1.07rem;
}

.tc-manager-btn {
  display: block;
  margin-top: 0.55rem;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.tc-manager-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.tc-manager-btn.is-telegram {
  color: #ffffff;
  border: 1px solid rgba(83, 142, 255, 0.72);
  background: linear-gradient(145deg, rgba(45, 59, 102, 0.96), rgba(36, 47, 88, 0.98));
}

.tc-manager-btn.is-whatsapp {
  color: #ffffff;
  border: 1px solid rgba(44, 222, 152, 0.82);
  background: linear-gradient(145deg, rgba(28, 212, 136, 0.95), rgba(31, 193, 124, 0.98));
  box-shadow: inset 0 -8px 14px rgba(0, 0, 0, 0.14);
}

.chat-widget-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1.4rem;
  color: #00143f;
  background: linear-gradient(90deg, #12b5ef 0%, #1cd6ff 100%);
  box-shadow: 0 0 24px rgba(28, 200, 255, 0.45);
  z-index: 10;
}

@media (max-width: 980px) {
  .tc-hero,
  .tc-calc-grid {
    grid-template-columns: 1fr;
  }

  .tc-grid-4,
  .tc-grid-3,
  .tc-metrics {
    grid-template-columns: 1fr;
  }

  .hero-motion,
  .tc-calc-result {
    min-height: 280px;
  }

  .hero-brand {
    font-size: clamp(2.4rem, 14vw, 4.6rem);
  }

  .hero-subbrand {
    font-size: clamp(0.85rem, 4.2vw, 1.1rem);
  }

  .hero-contact-btn {
    transform: none;
  }

  .hero-contact-icon {
    width: 82px;
    height: 82px;
    border-radius: 20px;
  }

  .hero-contact-tg .hero-contact-icon {
    transform: perspective(260px) rotateX(8deg) rotateZ(-4deg);
  }

  .hero-contact-wa .hero-contact-icon {
    transform: perspective(260px) rotateX(8deg) rotateZ(4deg);
  }
}

/* extracted-layout adaptation for about/agent/partner */
.about-page,
.subpage-wrap {
  width: min(1240px, 92vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-note {
  margin: -0.3rem 0 0;
  color: #6de2ff;
  font-weight: 700;
}

.sports-story {
  padding: 1.2rem 0 0.6rem;
}

.sports-story-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.sports-story-grid blockquote,
.sports-story-grid p {
  margin: 0;
  border: 1px solid rgba(89, 146, 255, 0.32);
  border-radius: 16px;
  padding: 1.1rem;
  background: linear-gradient(180deg, rgba(11, 34, 88, 0.96), rgba(8, 25, 65, 0.98));
}

.sports-story-grid blockquote {
  font-family: "Montserrat", sans-serif;
  font-size: 1.16rem;
  line-height: 1.3;
}

.sports-story-grid p {
  color: #ccdcff;
}

.sponsors-panel {
  padding: 1.2rem 0 3rem;
}

.sponsors-panel h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 3.2vw, 2.45rem);
  line-height: 1.15;
}

.sponsors-box {
  margin-top: 1rem;
  border: 1px solid rgba(89, 146, 255, 0.32);
  border-radius: 18px;
  padding: 1.1rem;
  background: linear-gradient(130deg, rgba(10, 33, 87, 0.96), rgba(6, 23, 66, 0.98));
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 1rem;
  align-items: center;
}

.sponsors-box h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 1.8rem);
}

.sponsors-box p {
  margin: 0.8rem 0 1rem;
  color: #cfdeff;
}

.sponsors-box img {
  width: 100%;
  height: auto;
}

.sub-hero {
  padding: 2.8rem 0 1.4rem;
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 1rem;
  align-items: center;
}

.sub-hero h1 {
  margin: 1rem 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.8rem, 4.6vw, 3.4rem);
  line-height: 1.1;
  max-width: 13ch;
}

.sub-hero-agent {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 1.2rem;
}

.sub-hero-agent h1,
.sub-hero-partner h1 {
  max-width: 18ch;
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  line-height: 1.14;
  margin: 0.9rem 0 0;
}

.sub-hero-agent .feature-band,
.sub-hero-partner .feature-band {
  background: transparent;
  clip-path: none;
  padding: 0 0 0.65rem;
  border-bottom: 1px solid rgba(76, 155, 255, 0.45);
  color: #5ad8ff;
  font-size: clamp(1.5rem, 3.8vw, 2.7rem);
  letter-spacing: 0.03em;
  width: fit-content;
  min-width: min(100%, 520px);
}

.sub-hero-agent .cta,
.sub-hero-partner .cta {
  margin-top: 1.15rem;
}

.sub-hero-partner {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
  gap: 1.25rem;
}

.partner-growth-visual {
  position: relative;
  min-height: 350px;
  border: 1px solid rgba(78, 150, 255, 0.36);
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(31, 67, 146, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 67, 146, 0.15) 1px, transparent 1px),
    radial-gradient(circle at 78% 18%, rgba(58, 210, 255, 0.25), transparent 35%),
    linear-gradient(145deg, rgba(8, 30, 82, 0.95), rgba(5, 19, 56, 0.98));
  background-size: 44px 44px, 44px 44px, auto, auto;
  box-shadow: 0 20px 44px rgba(3, 12, 35, 0.55);
}

.growth-head {
  position: absolute;
  left: 20px;
  top: 14px;
  z-index: 2;
}

.growth-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  color: #dff1ff;
  letter-spacing: 0.01em;
}

.growth-subtitle {
  margin: 0.2rem 0 0;
  color: #b8d3ff;
  font-size: 0.73rem;
}

.growth-chart {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.growth-line-back {
  fill: none;
  stroke: rgba(108, 209, 255, 0.26);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.growth-line-front {
  fill: none;
  stroke: #45dbff;
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(69, 219, 255, 0.65));
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  animation: growth-line-draw 4.2s ease-out infinite;
}

.growth-line-glint {
  fill: none;
  stroke: rgba(215, 246, 255, 0.95);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 56 464;
  stroke-dashoffset: 540;
  filter: drop-shadow(0 0 8px rgba(206, 244, 255, 0.75));
  animation: growth-line-glint 4.2s linear infinite;
}

.growth-dot {
  fill: #58e0ff;
  filter: drop-shadow(0 0 10px rgba(88, 224, 255, 0.85));
  opacity: 0;
  animation: growth-dot-pop 4.2s ease-out infinite, growth-dot-pulse 1.2s ease-in-out infinite;
}

.growth-label {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.growth-axis-x {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 12px;
  display: flex;
  justify-content: space-between;
  color: #9fbee9;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  z-index: 2;
}

.growth-axis-y {
  position: absolute;
  left: 12px;
  top: 52px;
  bottom: 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #8fb0df;
  font-size: 0.64rem;
  font-weight: 700;
  z-index: 2;
}

.growth-start {
  left: 18px;
  bottom: 16px;
  color: #cae6ff;
  font-size: 1rem;
}

.growth-infinity {
  right: 22px;
  top: 10px;
  color: #5be0ff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  text-shadow: 0 0 14px rgba(91, 224, 255, 0.6);
  opacity: 0;
  transform: translateY(6px);
  animation: growth-label-show 4.2s ease-out infinite;
}

.growth-amount {
  right: 70px;
  top: 30px;
  color: #dff5ff;
  font-size: clamp(0.95rem, 2.1vw, 1.35rem);
  text-shadow: 0 0 12px rgba(84, 220, 255, 0.42);
  opacity: 0;
  transform: translateY(6px);
  animation: growth-label-show 4.2s ease-out infinite;
}

.growth-points {
  position: absolute;
  right: 14px;
  bottom: 34px;
  display: grid;
  gap: 0.22rem;
  z-index: 2;
}

.growth-points span {
  font-size: 0.67rem;
  font-weight: 700;
  color: #d6eeff;
  background: rgba(10, 38, 94, 0.62);
  border: 1px solid rgba(88, 164, 255, 0.34);
  border-radius: 999px;
  padding: 0.18rem 0.46rem;
  white-space: nowrap;
}

@keyframes growth-line-draw {
  0% { stroke-dashoffset: 520; }
  55% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: 0; }
}

@keyframes growth-dot-pop {
  0%, 60% { opacity: 0; transform: scale(0.6); }
  70%, 100% { opacity: 1; transform: scale(1); }
}

@keyframes growth-dot-pulse {
  0%, 100% { filter: drop-shadow(0 0 8px rgba(88, 224, 255, 0.7)); }
  50% { filter: drop-shadow(0 0 16px rgba(120, 235, 255, 0.95)); }
}

@keyframes growth-line-glint {
  0% { stroke-dashoffset: 540; opacity: 0; }
  10% { opacity: 1; }
  80% { opacity: 1; }
  100% { stroke-dashoffset: 0; opacity: 0; }
}

@keyframes growth-label-show {
  0%, 58% { opacity: 0; transform: translateY(6px); }
  72%, 100% { opacity: 1; transform: translateY(0); }
}

.agent-hero-art {
  position: relative;
  min-height: 390px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.agent-lady-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 72% bottom;
}

.agent-percent {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  color: #4ad9ff;
  text-shadow: 0 0 11px rgba(52, 214, 255, 0.62);
  opacity: 0;
  pointer-events: none;
}

.ap-1 {
  right: 58%;
  bottom: 64%;
  animation: agent-percent-fly-1 8.2s ease-out infinite;
}

.ap-2 {
  right: 38%;
  bottom: 47%;
  animation: agent-percent-fly-2 9.4s ease-out infinite 1.5s;
}

.ap-3 {
  right: 50%;
  bottom: 39%;
  animation: agent-percent-fly-3 10.4s ease-out infinite 3.1s;
}

@keyframes agent-percent-fly-1 {
  0% {
    transform: translate(0, 0) scale(0.92);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  72% {
    opacity: 1;
  }
  100% {
    transform: translate(-36px, -44px) scale(1.03);
    opacity: 0;
  }
}

@keyframes agent-percent-fly-2 {
  0% {
    transform: translate(0, 0) scale(0.92);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  74% {
    opacity: 1;
  }
  100% {
    transform: translate(24px, -56px) scale(1.02);
    opacity: 0;
  }
}

@keyframes agent-percent-fly-3 {
  0% {
    transform: translate(0, 0) scale(0.92);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  76% {
    opacity: 1;
  }
  100% {
    transform: translate(-46px, -24px) scale(1.01);
    opacity: 0;
  }
}

.sub-intro {
  margin: 1rem 0 1.2rem;
  max-width: 54ch;
  color: #ccdcff;
}

.sub-hero-media {
  border: 1px solid rgba(80, 144, 255, 0.34);
  border-radius: 18px;
  min-height: 320px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(4, 13, 35, 0.58);
}

.sub-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-question {
  padding: 0.6rem 0 1.2rem;
}

.sub-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.3rem 1.1rem;
  padding: 0 0 2rem;
}

.agent-support {
  padding: 0.2rem 0 1.5rem;
}

.agent-support-card {
  border: 1px solid rgba(78, 154, 255, 0.38);
  border-radius: 18px;
  padding: 1.2rem 1.25rem;
  background:
    radial-gradient(circle at 12% 8%, rgba(57, 203, 255, 0.18), transparent 40%),
    linear-gradient(145deg, rgba(8, 30, 82, 0.95), rgba(6, 22, 61, 0.98));
}

.agent-support-kicker {
  margin: 0;
  color: #5bd9ff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.8rem;
}

.agent-support-card h2 {
  margin: 0.35rem 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 1.2;
}

.agent-support-card > p {
  margin: 0.7rem 0 0;
  color: #c9dcff;
  max-width: 68ch;
}

.agent-support-points {
  margin-top: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.agent-support-points span {
  border: 1px solid rgba(89, 160, 255, 0.45);
  background: rgba(8, 33, 82, 0.68);
  color: #dff0ff;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.86rem;
  font-weight: 700;
}

.sub-card {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.sub-card-media {
  height: 220px;
  border: 1px solid rgba(78, 152, 255, 0.34);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(7, 27, 74, 0.96), rgba(4, 17, 52, 0.98));
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}

.sub-card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(66, 201, 255, 0.3), transparent 34%),
    radial-gradient(circle at 78% 70%, rgba(25, 119, 255, 0.2), transparent 40%);
}

.sub-card-glyph {
  position: relative;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: clamp(3.2rem, 8vw, 4.8rem);
  line-height: 1;
  color: #49dcff;
  text-shadow: 0 0 18px rgba(73, 220, 255, 0.36);
}

.media-instant .sub-card-glyph {
  color: #6be0ff;
}

.media-service .sub-card-glyph {
  color: #42d2ff;
}

.media-reward .sub-card-glyph {
  color: #7ad9ff;
}

.partner-media-client .sub-card-glyph {
  color: #68ddff;
}

.partner-media-commission .sub-card-glyph {
  color: #7be6ff;
}

.partner-media-weekly .sub-card-glyph {
  color: #58d5ff;
}

.partner-media-growth .sub-card-glyph {
  color: #4ad1ff;
}

.sub-card-copy h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  letter-spacing: 0.01em;
}

.sub-card-copy p {
  margin: 0.55rem 0 0;
  color: #cbdbff;
  font-size: clamp(1.04rem, 1.6vw, 1.14rem);
  line-height: 1.45;
}

.sub-bottom {
  padding: 0.4rem 0 3rem;
}

.sub-bottom .cta {
  margin-top: 1rem;
}

.agent-final-cta {
  border: 1px solid rgba(91, 163, 255, 0.45);
  border-radius: 18px;
  padding: 1.15rem 1.15rem 1.25rem;
  background:
    radial-gradient(circle at 16% 10%, rgba(72, 208, 255, 0.2), transparent 38%),
    linear-gradient(145deg, rgba(16, 57, 136, 0.96), rgba(9, 33, 89, 0.98));
}

.agent-final-cta p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.35rem, 3.2vw, 2.55rem);
  font-weight: 800;
  line-height: 1.17;
  text-transform: uppercase;
}

.agent-final-cta .cta-attention {
  margin-top: 0.9rem;
  animation: cta-float 2.6s ease-in-out infinite;
}

@keyframes cta-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@media (max-width: 1020px) {
  .sports-story-grid,
  .sponsors-box,
  .sub-hero,
  .sub-cards {
    grid-template-columns: 1fr;
  }

  .sub-hero-media,
  .sponsors-box img {
    min-height: 260px;
    max-width: 320px;
  }

  .sub-hero-media img {
    object-position: right center;
  }

  .sub-hero-agent {
    grid-template-columns: 1fr;
  }

  .sub-hero-partner {
    grid-template-columns: 1fr;
  }

  .agent-hero-art {
    min-height: 330px;
    max-width: 520px;
    width: 100%;
    justify-self: center;
  }

  .agent-support-card {
    padding: 1rem;
  }

  .sub-card-media {
    height: 180px;
  }

  .sub-hero-agent .feature-band {
    min-width: 0;
    width: 100%;
    font-size: clamp(1.25rem, 5vw, 1.9rem);
  }

  .sub-hero-partner .feature-band {
    min-width: 0;
    width: 100%;
    font-size: clamp(1.25rem, 5vw, 1.9rem);
  }

  .partner-growth-visual {
    min-height: 280px;
    max-width: 560px;
    width: 100%;
    justify-self: center;
  }

  .growth-title {
    font-size: 0.8rem;
  }

  .growth-subtitle {
    font-size: 0.66rem;
    max-width: 34ch;
  }

  .growth-axis-y {
    display: none;
  }

  .growth-axis-x {
    left: 20px;
    right: 20px;
    bottom: 8px;
    font-size: 0.6rem;
  }

  .growth-points {
    right: 10px;
    bottom: 28px;
    gap: 0.16rem;
  }

  .growth-points span {
    font-size: 0.6rem;
    padding: 0.14rem 0.35rem;
  }

  .agent-final-cta {
    padding: 1rem;
  }

  .agent-final-cta p {
    font-size: clamp(1.1rem, 5vw, 1.6rem);
  }
}

.partner-icon-circle {
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(126, 199, 255, 0.8);
  box-shadow: 0 0 18px rgba(45, 190, 255, 0.35);
}

.partner-icon-ufc {
  transform: scale(0.92);
  object-fit: contain;
  object-position: center;
  padding: 6px;
  background: radial-gradient(circle at 50% 50%, rgba(24, 56, 128, 0.78), rgba(8, 20, 56, 0.95));
  filter: none;
}

.partner-icon-crypto {
  object-fit: contain;
  object-position: center;
  padding: 18px;
  background: radial-gradient(circle at 50% 50%, rgba(14, 39, 95, 0.75), rgba(6, 20, 52, 0.95));
}

.partner-icon-logo {
  object-fit: contain;
  object-position: center;
  padding: 14px;
  background: radial-gradient(circle at 50% 50%, rgba(14, 39, 95, 0.72), rgba(6, 20, 52, 0.95));
}

.hero-brand .brand-main {
  display: inline-block;
  margin-right: -0.08em;
  color: #ffffff;
}

.hero-brand .brand-accent {
  color: #35d8ff;
}
