.cs-hidden {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

/* Premium hover depth */
.feature-card, .creator-card, .social-feature {
  transition: all 0.3s ease;
}

/* CTA polish */
.button {
  transition: all 0.25s ease;
}

.platform-layer-visual{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  background:linear-gradient(135deg, rgba(8,10,14,0.98), rgba(16,21,30,0.92));
  border:1px solid rgba(255,255,255,0.08);
  box-shadow:0 26px 70px rgba(0,0,0,0.34);
  aspect-ratio:16 / 9;
}
.platform-layer-visual::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(255,59,59,0.10), transparent 32%),
    radial-gradient(circle at bottom right, rgba(255,140,90,0.08), transparent 28%);
  pointer-events:none;
  z-index:1;
}
.platform-layer-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
@media (max-width: 768px){
  .platform-layer-visual{
    aspect-ratio:auto;
    border-radius:22px;
    
  }
  .platform-layer-image{
    height:auto;
    max-height:80vh;
    object-fit:contain;
    object-position:center center;
  }
}


/* CS_HOME_RED_BLACK_PREMIUM_POLISH_20260428
   Final homepage polish layer only.
   Scope: homepage visual polish, red/black CTA, micro-interactions.
   Does not replace images or change layout dependencies.
*/
body.page-home {
  --cs-red: #ef1b2d;
  --cs-red-2: #ff3347;
  --cs-red-dark: #9f0714;
  --cs-black: #050509;
  --cs-panel: rgba(12, 12, 16, 0.78);
  --cs-border: rgba(239, 27, 45, 0.22);
  --cs-text-soft: rgba(255, 255, 255, 0.74);
  background:
    radial-gradient(circle at 16% 8%, rgba(239,27,45,.20), transparent 32%),
    radial-gradient(circle at 84% 18%, rgba(239,27,45,.12), transparent 34%),
    linear-gradient(180deg, #050509 0%, #08080c 42%, #050509 100%) !important;
}

body.page-home .hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

body.page-home .hero::before {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 20%, rgba(239,27,45,.20), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.06) 0 1px, transparent 1px 100%);
  background-size: auto, 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
  animation: csHeroGridDrift 18s linear infinite;
}

body.page-home .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5,5,9,.92), rgba(5,5,9,.55), rgba(5,5,9,.92)),
    radial-gradient(circle at 50% 50%, rgba(239,27,45,.12), transparent 42%);
  pointer-events: none;
}

body.page-home .hero-badge,
body.page-home .section-badge {
  border: 1px solid rgba(239, 27, 45, .34) !important;
  background: linear-gradient(135deg, rgba(239,27,45,.16), rgba(255,255,255,.045)) !important;
  color: #fff !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,.045), 0 18px 54px rgba(239,27,45,.13);
  backdrop-filter: blur(14px);
}

body.page-home .hero-title,
body.page-home .section-title,
body.page-home .social-title,
body.page-home .investment-title {
  letter-spacing: -0.045em;
  text-shadow: 0 16px 60px rgba(239,27,45,.18);
}

body.page-home .hero-title {
  background: linear-gradient(180deg, #fff 0%, #f1f1f1 48%, #ffb3bb 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

body.page-home .hero-subtitle {
  color: var(--cs-red-2) !important;
  text-shadow: 0 0 28px rgba(239,27,45,.35);
}

body.page-home .hero-description,
body.page-home .section-subtitle,
body.page-home .social-description,
body.page-home .investment-description {
  color: var(--cs-text-soft) !important;
}

body.page-home .button,
body.page-home a.button,
body.page-home .button-primary,
body.page-home a[href*="register-player"] {
  border-radius: 999px !important;
  min-height: 48px;
  transform: translateZ(0);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease !important;
}

body.page-home .button-primary,
body.page-home a.button-primary,
body.page-home a[href*="register-player"].button,
body.page-home a[href*="register-player"].register-btn {
  background: linear-gradient(135deg, var(--cs-red) 0%, var(--cs-red-dark) 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 92, 106, .52) !important;
  box-shadow: 0 18px 48px rgba(239,27,45,.32), inset 0 1px 0 rgba(255,255,255,.18) !important;
}

body.page-home .button-primary:hover,
body.page-home a.button-primary:hover,
body.page-home a[href*="register-player"].button:hover,
body.page-home a[href*="register-player"].register-btn:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 24px 70px rgba(239,27,45,.48), inset 0 1px 0 rgba(255,255,255,.22) !important;
}

body.page-home .button-secondary {
  background: rgba(255,255,255,.055) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  box-shadow: 0 14px 38px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
}

body.page-home .button-secondary:hover {
  border-color: rgba(239,27,45,.42) !important;
  box-shadow: 0 20px 56px rgba(239,27,45,.16);
}

body.page-home .trust-indicators {
  gap: 12px;
}

body.page-home .trust-item {
  background: rgba(255,255,255,.055) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 999px;
  padding: 10px 14px;
  box-shadow: 0 14px 38px rgba(0,0,0,.20);
  backdrop-filter: blur(12px);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

body.page-home .trust-item:hover {
  transform: translateY(-2px);
  border-color: rgba(239,27,45,.36) !important;
  background: rgba(239,27,45,.08) !important;
}

body.page-home .creator-card,
body.page-home .feature-card,
body.page-home .investment-feature,
body.page-home .social-feature {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: 0 20px 60px rgba(0,0,0,.26);
  transition: transform .26s ease, border-color .26s ease, box-shadow .26s ease, background .26s ease;
}

body.page-home .creator-card::before,
body.page-home .feature-card::before,
body.page-home .investment-feature::before,
body.page-home .social-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 22% 0%, rgba(239,27,45,.18), transparent 34%);
  opacity: 0;
  transition: opacity .26s ease;
  pointer-events: none;
}

body.page-home .creator-card:hover,
body.page-home .feature-card:hover,
body.page-home .investment-feature:hover,
body.page-home .social-feature:hover {
  transform: translateY(-6px);
  border-color: rgba(239,27,45,.34) !important;
  box-shadow: 0 28px 82px rgba(0,0,0,.34), 0 0 42px rgba(239,27,45,.12);
}

body.page-home .creator-card:hover::before,
body.page-home .feature-card:hover::before,
body.page-home .investment-feature:hover::before,
body.page-home .social-feature:hover::before {
  opacity: 1;
}

body.page-home .creator-icon,
body.page-home .feature-icon,
body.page-home .investment-icon,
body.page-home .social-feature-icon {
  filter: drop-shadow(0 10px 24px rgba(239,27,45,.20));
  transform: translateZ(0);
}

body.page-home .social-image-container {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 34px 100px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.08);
}

body.page-home .social-image-container::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(239,27,45,.46), transparent 28%, transparent 72%, rgba(239,27,45,.22));
  mix-blend-mode: screen;
  opacity: .64;
}

body.page-home .social-image {
  transform: scale(1.001);
  transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .7s ease;
}

body.page-home .social-image-container:hover .social-image {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.04);
}

body.page-home .section-divider {
  background: linear-gradient(90deg, transparent, rgba(239,27,45,.55), transparent) !important;
  opacity: .9;
  height: 1px;
}

body.page-home #investment .investment-container {
  border: 1px solid rgba(239,27,45,.22) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(239,27,45,.18), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)) !important;
  box-shadow: 0 32px 110px rgba(0,0,0,.38), 0 0 70px rgba(239,27,45,.08);
}

body.page-home .section {
  scroll-margin-top: 90px;
}

@keyframes csHeroGridDrift {
  from { transform: translate3d(0,0,0) rotate(0.001deg); }
  to { transform: translate3d(-42px,42px,0) rotate(0.001deg); }
}

@media (prefers-reduced-motion: no-preference) {
  body.page-home .hero-badge,
  body.page-home .section-badge {
    animation: csSoftPulse 4.8s ease-in-out infinite;
  }

  body.page-home .creator-card,
  body.page-home .feature-card,
  body.page-home .investment-feature {
    animation: csCardLiftIn .7s ease both;
  }
}

@keyframes csSoftPulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(255,255,255,.045), 0 18px 54px rgba(239,27,45,.12); }
  50% { box-shadow: 0 0 0 1px rgba(239,27,45,.20), 0 22px 70px rgba(239,27,45,.20); }
}

@keyframes csCardLiftIn {
  from { opacity: .001; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
  body.page-home .button,
  body.page-home a.button {
    width: 100%;
    justify-content: center;
  }

  body.page-home .trust-indicators {
    align-items: stretch;
  }

  body.page-home .trust-item {
    justify-content: center;
  }

  body.page-home .creator-card:hover,
  body.page-home .feature-card:hover,
  body.page-home .investment-feature:hover,
  body.page-home .social-feature:hover {
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-home *,
  body.page-home *::before,
  body.page-home *::after {
    animation: none !important;
    transition-duration: .01ms !important;
  }
}


/* CS_HOME_ELITE_POLISH_V2_20260428
   Extra premium homepage layer.
   Safe scope: body.page-home only.
   Keeps same images and red/black identity.
*/
body.page-home {
  --cs-v2-red: #ef1b2d;
  --cs-v2-red-hot: #ff3045;
  --cs-v2-deep: #030306;
  --cs-v2-card: rgba(13, 13, 18, .76);
  --cs-v2-line: rgba(255,255,255,.10);
  --cs-v2-red-line: rgba(239,27,45,.35);
}

/* premium page depth */
body.page-home main,
body.page-home .main,
body.page-home .page-wrapper {
  position: relative;
  isolation: isolate;
}

/* floating red atmosphere */
body.page-home::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 18%, rgba(239,27,45,.18), transparent 26%),
    radial-gradient(circle at 88% 8%, rgba(239,27,45,.11), transparent 30%),
    radial-gradient(circle at 50% 90%, rgba(239,27,45,.08), transparent 38%),
    linear-gradient(180deg, #030306 0%, #07070b 48%, #030306 100%);
}

/* hero cinematic polish */
body.page-home .hero {
  min-height: clamp(620px, 84vh, 860px);
  display: flex;
  align-items: center;
}

body.page-home .hero .container {
  position: relative;
}

body.page-home .hero .container::before {
  content: "";
  position: absolute;
  width: min(560px, 82vw);
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, rgba(239,27,45,.22), rgba(239,27,45,.08) 38%, transparent 68%);
  filter: blur(10px);
  opacity: .72;
  pointer-events: none;
  z-index: -1;
}

/* premium light sweep */
body.page-home .hero-content,
body.page-home .investment-container,
body.page-home .social-image-container,
body.page-home .creator-card,
body.page-home .feature-card {
  position: relative;
}

body.page-home .hero-content::after,
body.page-home .investment-container::after,
body.page-home .creator-card::after,
body.page-home .feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 34%,
    rgba(255,255,255,.08) 48%,
    transparent 62%,
    transparent 100%
  );
  transform: translateX(-130%);
  opacity: 0;
}

body.page-home .hero-content:hover::after,
body.page-home .investment-container:hover::after,
body.page-home .creator-card:hover::after,
body.page-home .feature-card:hover::after {
  animation: csPremiumSweep 1.15s ease forwards;
  opacity: 1;
}

@keyframes csPremiumSweep {
  from { transform: translateX(-130%); }
  to { transform: translateX(130%); }
}

/* headline refinement */
body.page-home .hero-title {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  line-height: .94;
}

body.page-home .hero-description {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1rem, 1.55vw, 1.18rem);
}

/* stronger CTA conversion */
body.page-home a[href*="register-player"].button,
body.page-home .button-primary {
  position: relative;
  overflow: hidden;
}

body.page-home a[href*="register-player"].button::before,
body.page-home .button-primary::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.24), transparent);
  transform: translateX(-130%);
  transition: transform .65s ease;
}

body.page-home a[href*="register-player"].button:hover::before,
body.page-home .button-primary:hover::before {
  transform: translateX(130%);
}

/* force no gold visual residue */
body.page-home .button-gold,
body.page-home a.button-gold,
body.page-home a[href*="register-player"].button-gold {
  background: linear-gradient(135deg, #ef1b2d 0%, #9f0714 100%) !important;
  color: #fff !important;
  border-color: rgba(255,92,106,.52) !important;
  box-shadow: 0 18px 52px rgba(239,27,45,.34) !important;
}

/* premium card rhythm */
body.page-home .features-grid,
body.page-home .creator-grid,
body.page-home .investment-features {
  perspective: 1200px;
}

body.page-home .creator-card,
body.page-home .feature-card,
body.page-home .investment-feature {
  border-radius: 26px !important;
  backdrop-filter: blur(18px);
  transform-style: preserve-3d;
}

body.page-home .creator-card:hover,
body.page-home .feature-card:hover,
body.page-home .investment-feature:hover {
  transform: translateY(-7px) rotateX(1deg);
}

/* icon capsule polish */
body.page-home .creator-icon,
body.page-home .feature-icon,
body.page-home .investment-icon,
body.page-home .social-feature-icon {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.18), transparent 35%),
    linear-gradient(135deg, rgba(239,27,45,.24), rgba(255,255,255,.055));
  border: 1px solid rgba(239,27,45,.28);
  box-shadow: 0 16px 42px rgba(239,27,45,.16);
}

/* image frames: keep same images, make them feel premium */
body.page-home .social-image-container {
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
}

body.page-home .social-image-container::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 3;
  pointer-events: none;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: inset 0 0 40px rgba(0,0,0,.30);
}

/* premium section separation */
body.page-home section.section,
body.page-home section.section-sm {
  position: relative;
}

body.page-home section.section::before,
body.page-home section.section-sm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(980px, 88vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(239,27,45,.34), transparent);
  opacity: .55;
}

/* better FAQ cards */
body.page-home #homepage-faq .feature-card {
  min-height: 100%;
}

body.page-home #homepage-faq .feature-card h3 {
  color: #fff;
}

/* scroll reveal */
body.page-home .cs-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}

body.page-home .cs-reveal.cs-visible {
  opacity: 1;
  transform: translateY(0);
}

/* desktop polish */
@media (min-width: 1024px) {
  body.page-home .hero-content {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  body.page-home .button-group {
    margin-top: 30px;
  }

  body.page-home .section-header {
    margin-bottom: 36px;
  }
}

/* mobile polish */
@media (max-width: 768px) {
  body.page-home .hero {
    min-height: auto;
    padding-top: 58px;
    padding-bottom: 42px;
  }

  body.page-home .hero-title {
    line-height: 1.02;
    letter-spacing: -0.035em;
  }

  body.page-home .hero-description {
    font-size: 1rem;
  }

  body.page-home .hero-badge,
  body.page-home .section-badge {
    max-width: 100%;
    white-space: normal;
  }

  body.page-home .creator-card,
  body.page-home .feature-card,
  body.page-home .investment-feature,
  body.page-home .social-feature {
    border-radius: 22px !important;
  }

  body.page-home .social-image-container::after {
    inset: 8px;
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-home .cs-reveal,
  body.page-home .cs-reveal.cs-visible {
    opacity: 1 !important;
    transform: none !important;
  }

  body.page-home .hero-content:hover::after,
  body.page-home .investment-container:hover::after,
  body.page-home .creator-card:hover::after,
  body.page-home .feature-card:hover::after {
    animation: none !important;
  }
}


/* CS_HOME_ABOUT_TAB_POLISH_20260428
   Premium About Cricstars tab/link under homepage About section.
   Safe scope: body.page-home #about only.
*/
body.page-home #about {
  position: relative;
  overflow: hidden;
}

body.page-home #about::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(239,27,45,.18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.025), transparent 52%);
  opacity: .82;
}

body.page-home #about .container {
  position: relative;
  z-index: 2;
}

body.page-home .cs-about-tab-wrap {
  display: flex;
  justify-content: center;
  margin: 26px auto 34px;
}

body.page-home .cs-about-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800;
  letter-spacing: -0.01em;
  background:
    linear-gradient(135deg, rgba(239,27,45,.22), rgba(255,255,255,.06)),
    rgba(10,10,14,.82);
  border: 1px solid rgba(239,27,45,.38);
  box-shadow:
    0 18px 54px rgba(239,27,45,.18),
    inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter: blur(16px);
  overflow: hidden;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background .24s ease;
}

body.page-home .cs-about-tab::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  transform: translateX(-130%);
  transition: transform .7s ease;
}

body.page-home .cs-about-tab:hover {
  transform: translateY(-3px);
  border-color: rgba(255,92,106,.62);
  box-shadow:
    0 24px 76px rgba(239,27,45,.30),
    inset 0 1px 0 rgba(255,255,255,.18);
  background:
    linear-gradient(135deg, rgba(239,27,45,.34), rgba(255,255,255,.075)),
    rgba(10,10,14,.92);
}

body.page-home .cs-about-tab:hover::before {
  transform: translateX(130%);
}

body.page-home .cs-about-tab-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #ef1b2d;
  box-shadow: 0 0 0 6px rgba(239,27,45,.14), 0 0 22px rgba(239,27,45,.85);
  flex: 0 0 auto;
}

body.page-home .cs-about-tab-arrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  transform: translateX(0);
  transition: transform .24s ease;
}

body.page-home .cs-about-tab:hover .cs-about-tab-arrow {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  body.page-home .cs-about-tab-wrap {
    margin: 22px auto 28px;
  }

  body.page-home .cs-about-tab {
    width: 100%;
    justify-content: center;
    padding: 13px 16px;
  }
}


/* CS_HOME_PREMIUM_ABOUT_SECTION_CSS_20260428
   Premium red/black About section.
   Safe scope: body.page-home #about only.
*/
body.page-home #about.cs-about-elite-section {
  position: relative;
  overflow: hidden;
  text-align: left !important;
  padding: clamp(56px, 7vw, 96px) 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(239,27,45,.20), transparent 34%),
    radial-gradient(circle at 90% 0%, rgba(239,27,45,.12), transparent 30%),
    linear-gradient(180deg, #07070b 0%, #030306 100%) !important;
}

body.page-home #about.cs-about-elite-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,.06) 0 1px, transparent 1px 100%);
  background-size: 44px 44px;
  opacity: .13;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

body.page-home #about .cs-about-elite {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding: clamp(20px, 3vw, 34px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 0% 0%, rgba(239,27,45,.18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border: 1px solid rgba(239,27,45,.24);
  box-shadow:
    0 34px 120px rgba(0,0,0,.44),
    0 0 70px rgba(239,27,45,.10),
    inset 0 1px 0 rgba(255,255,255,.10);
  backdrop-filter: blur(18px);
}

body.page-home #about .cs-about-copy {
  min-width: 0;
}

body.page-home #about .section-badge {
  display: inline-flex;
  margin-bottom: 18px;
}

body.page-home #about .section-title {
  max-width: 680px;
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 4.25rem);
  line-height: .96;
  letter-spacing: -0.055em;
}

body.page-home #about .section-subtitle {
  max-width: 720px !important;
  margin: 0 !important;
  color: rgba(255,255,255,.74) !important;
  font-size: clamp(1rem, 1.3vw, 1.13rem);
  line-height: 1.75;
}

body.page-home #about .cs-about-proof-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 26px;
}

body.page-home #about .cs-about-proof {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  font-size: .9rem;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: 0 12px 34px rgba(0,0,0,.22);
}

body.page-home #about .cs-about-proof::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 999px;
  background: #ef1b2d;
  box-shadow: 0 0 18px rgba(239,27,45,.85);
}

body.page-home #about .cs-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

body.page-home #about .cs-about-tab-wrap {
  display: none !important;
}

body.page-home #about .cs-about-tab,
body.page-home #about .button-primary {
  margin: 0;
  min-height: 50px;
}

body.page-home #about .cs-about-visual {
  min-width: 0;
  position: relative;
}

body.page-home #about .cs-about-visual::before {
  content: "";
  position: absolute;
  inset: 8% -4% -8% 8%;
  background: radial-gradient(circle, rgba(239,27,45,.23), transparent 58%);
  filter: blur(24px);
  opacity: .86;
  pointer-events: none;
}

body.page-home #about .cs-about-image-frame {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  aspect-ratio: 16 / 10;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.36);
  box-shadow:
    0 28px 90px rgba(0,0,0,.45),
    0 0 0 1px rgba(239,27,45,.18),
    0 0 70px rgba(239,27,45,.12);
}

body.page-home #about .cs-about-image-frame .social-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

body.page-home #about .cs-about-image-frame:hover .social-image {
  transform: scale(1.025);
}

body.page-home #about .social-image-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5,5,9,.38), transparent 42%, rgba(5,5,9,.18)),
    radial-gradient(circle at 0% 0%, rgba(239,27,45,.20), transparent 42%);
}

@media (max-width: 1024px) {
  body.page-home #about .cs-about-elite {
    grid-template-columns: 1fr;
  }

  body.page-home #about .cs-about-image-frame {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  body.page-home #about.cs-about-elite-section {
    padding: 42px 0;
  }

  body.page-home #about .cs-about-elite {
    padding: 18px;
    border-radius: 26px;
    gap: 22px;
  }

  body.page-home #about .section-title {
    font-size: clamp(2rem, 11vw, 3rem);
    line-height: 1.02;
  }

  body.page-home #about .section-subtitle {
    line-height: 1.65;
  }

  body.page-home #about .cs-about-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.page-home #about .cs-about-tab,
  body.page-home #about .button-primary {
    width: 100%;
    justify-content: center;
  }

  body.page-home #about .cs-about-proof-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.page-home #about .cs-about-image-frame {
    aspect-ratio: 4 / 3;
    border-radius: 22px;
  }
}


/* CS_HOME_FINAL_CONVERSION_POLISH_CSS_20260428
   Final homepage conversion polish.
   Safe scope: body.page-home only.
*/
body.page-home .cs-hero-trust-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 940px;
  margin: 22px auto 0;
}

body.page-home .cs-hero-trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.88);
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  background:
    linear-gradient(135deg, rgba(239,27,45,.18), rgba(255,255,255,.055)),
    rgba(10,10,14,.70);
  border: 1px solid rgba(239,27,45,.26);
  box-shadow: 0 14px 38px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
}

body.page-home .cs-hero-trust-strip span::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 999px;
  background: #ef1b2d;
  box-shadow: 0 0 16px rgba(239,27,45,.80);
}

/* Safer dashboard visibility inside premium About frame */
body.page-home #about .cs-about-image-frame {
  background:
    radial-gradient(circle at 12% 12%, rgba(239,27,45,.16), transparent 32%),
    #050507;
}

body.page-home #about .cs-about-image-frame .social-image {
  object-fit: contain !important;
  object-position: center center !important;
  padding: 10px;
  background: #050507;
}

body.page-home #about .cs-about-image-frame:hover .social-image {
  transform: scale(1.012);
}

body.page-home #about .social-image-overlay {
  background:
    linear-gradient(90deg, rgba(5,5,9,.20), transparent 42%, rgba(5,5,9,.12)),
    radial-gradient(circle at 0% 0%, rgba(239,27,45,.14), transparent 42%) !important;
}

@media (max-width: 768px) {
  body.page-home .cs-hero-trust-strip {
    justify-content: flex-start;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  body.page-home .cs-hero-trust-strip span {
    justify-content: flex-start;
    font-size: .78rem;
    padding: 8px 10px;
  }

  body.page-home #about .cs-about-image-frame .social-image {
    padding: 6px;
  }
}

body.page-home .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3,3,6,.88) 0%, rgba(3,3,6,.66) 42%, rgba(3,3,6,.84) 100%),
    linear-gradient(180deg, rgba(3,3,6,.62) 0%, rgba(3,3,6,.34) 44%, rgba(3,3,6,.92) 100%),
    radial-gradient(circle at 48% 42%, rgba(239,27,45,.16), transparent 42%);
}

body.page-home .hero .container,
body.page-home .hero-content {
  position: relative;
  z-index: 2;
}

body.page-home .hero-title,
body.page-home .hero-description {
  text-shadow: 0 18px 54px rgba(0,0,0,.58);
}

@media (max-width: 768px) {
  body.page-home .hero::before {
    background-position: center top;
    opacity: .30;
  }

  body.page-home .hero::after {
    background:
      linear-gradient(180deg, rgba(3,3,6,.86) 0%, rgba(3,3,6,.68) 45%, rgba(3,3,6,.95) 100%),
      radial-gradient(circle at 50% 20%, rgba(239,27,45,.18), transparent 46%);
  }
}



body.page-home .cs-hero-bg-c10::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image: url("/Image/Cricstars10.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .50;
  filter: saturate(1.12) contrast(1.07);
  transform: scale(1.018);
}

body.page-home .cs-hero-bg-c10::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3,3,6,.92) 0%, rgba(3,3,6,.64) 42%, rgba(3,3,6,.80) 100%),
    linear-gradient(180deg, rgba(3,3,6,.58) 0%, rgba(3,3,6,.26) 42%, rgba(3,3,6,.92) 100%),
    radial-gradient(circle at 52% 42%, rgba(239,27,45,.16), transparent 44%);
}

body.page-home .cs-hero-bg-c10 .container,
body.page-home .cs-hero-bg-c10 .hero-content,
body.page-home .cs-hero-bg-c10 .hero-title,
body.page-home .cs-hero-bg-c10 .hero-description,
body.page-home .cs-hero-bg-c10 .button-group,
body.page-home .cs-hero-bg-c10 .cs-hero-trust-strip {
  position: relative;
  z-index: 2;
}

body.page-home .cs-hero-bg-c10 .hero-title,
body.page-home .cs-hero-bg-c10 .hero-description {
  text-shadow: 0 20px 60px rgba(0,0,0,.72);
}

@media (max-width: 768px) {
  body.page-home .cs-hero-bg-c10::before {
    background-size: cover;
    background-position: center top;
    opacity: .34;
  }

  body.page-home .cs-hero-bg-c10::after {
    background:
      linear-gradient(180deg, rgba(3,3,6,.90) 0%, rgba(3,3,6,.70) 45%, rgba(3,3,6,.96) 100%),
      radial-gradient(circle at 50% 22%, rgba(239,27,45,.18), transparent 46%);
  }
}


/* CS_HOME_HERO_CRICSTARS10_SIZE_FIX_20260428
   Controlled premium top hero image using existing /Image/Cricstars10.png.
   Fixes oversized background by using contain-style sizing and right-side placement.
   Safe scope: body.page-home .cs-hero-bg-c10 only.
*/
body.page-home .cs-hero-bg-c10 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(560px, 72vh, 760px) !important;
  background:
    radial-gradient(circle at 22% 18%, rgba(239,27,45,.24), transparent 34%),
    linear-gradient(180deg, rgba(3,3,6,.96), rgba(3,3,6,.90)),
    #030306 !important;
}

body.page-home .cs-hero-bg-c10::before {
  content: "";
  position: absolute;
  top: 8%;
  right: max(24px, 5vw);
  bottom: 8%;
  width: min(680px, 46vw);
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(3,3,6,.18), rgba(3,3,6,.08)),
    url("/Image/Cricstars10.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .46;
  border-radius: 34px;
  box-shadow:
    0 38px 120px rgba(0,0,0,.55),
    0 0 0 1px rgba(255,255,255,.10),
    0 0 80px rgba(239,27,45,.12);
  filter: saturate(1.08) contrast(1.05);
  transform: perspective(1200px) rotateY(-5deg) rotateX(1deg);
}

body.page-home .cs-hero-bg-c10::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3,3,6,.96) 0%, rgba(3,3,6,.88) 46%, rgba(3,3,6,.52) 74%, rgba(3,3,6,.90) 100%),
    radial-gradient(circle at 68% 38%, rgba(239,27,45,.18), transparent 40%),
    linear-gradient(180deg, rgba(3,3,6,.36) 0%, rgba(3,3,6,.92) 100%);
}

body.page-home .cs-hero-bg-c10 .container,
body.page-home .cs-hero-bg-c10 .hero-content,
body.page-home .cs-hero-bg-c10 .hero-title,
body.page-home .cs-hero-bg-c10 .hero-description,
body.page-home .cs-hero-bg-c10 .button-group,
body.page-home .cs-hero-bg-c10 .cs-hero-trust-strip,
body.page-home .cs-hero-bg-c10 .trust-indicators {
  position: relative;
  z-index: 2;
}

body.page-home .cs-hero-bg-c10 .hero-content {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

body.page-home .cs-hero-bg-c10 .hero-title,
body.page-home .cs-hero-bg-c10 .hero-description {
  text-shadow: 0 20px 62px rgba(0,0,0,.78);
}

@media (max-width: 1024px) {
  body.page-home .cs-hero-bg-c10 {
    min-height: auto !important;
  }

  body.page-home .cs-hero-bg-c10::before {
    top: 5%;
    right: 50%;
    bottom: auto;
    width: min(620px, 92vw);
    height: 360px;
    transform: translateX(50%);
    opacity: .24;
    border-radius: 26px;
  }

  body.page-home .cs-hero-bg-c10::after {
    background:
      linear-gradient(180deg, rgba(3,3,6,.94) 0%, rgba(3,3,6,.78) 42%, rgba(3,3,6,.96) 100%),
      radial-gradient(circle at 50% 18%, rgba(239,27,45,.16), transparent 46%);
  }
}

@media (max-width: 768px) {
  body.page-home .cs-hero-bg-c10::before {
    width: 94vw;
    height: 270px;
    opacity: .20;
    background-size: cover;
    background-position: center top;
  }
}
