.elite-hero {
padding: 80px 20px 60px;
background: linear-gradient(135deg, #0B0F14 0%, #111827 100%);
text-align: center;
border-bottom: 1px solid rgba(255,255,255,0.05);
}

.elite-hero h1 {
font-size: 40px;
font-weight: 600;
margin-bottom: 16px;
}

.hero-sub{
color:#9ca3af;
font-size:17px;
max-width:650px;
margin:auto;
}


.alt-bg {
background: rgba(255,255,255,0.02);
}

.section-number{
font-size:14px;
font-weight:700;
letter-spacing:2px;
color:#3b82f6;
}


.elite-section {
padding: 80px 20px;
border-bottom: 1px solid rgba(255,255,255,0.04);
}

.elite-section h2 {
font-size: 28px;
font-weight: 600;
margin-bottom: 16px;
}

.elite-section p {
color: var(--text-muted);
line-height: 1.6;
max-width: 520px;
}

.section-subtitle {
max-width: 780px;
margin: 0 auto 28px;
text-align: center;
opacity: 0.85;
line-height: 1.6;
}

/* ===== GRID LAYOUTS ===== */

.two-col {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: center;
}

.grid-4 {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
margin-top: 30px;
}

.grid-2 {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
margin-top: 30px;
}

.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 24px;
margin-top: 40px;
}

/* ===== CARDS ===== */

.elite-card {
padding: 22px;
border-radius: 18px;
border: 1px solid rgba(255,255,255,0.06);
background: #0F172A;
transition: var(--transition);
}

.elite-card:hover {
transform: translateY(-4px);
border-color: var(--primary);
box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}
.elite-card:hover{
transform:translateY(-3px);
border-color:#3b82f6;
transition:0.2s ease;
}


.image-frame img {
width: 100%;
border-radius: 16px;
}

/* ===== CHIPS ===== */

.chip-row {
display: flex;
gap: 10px;
flex-wrap: wrap;
margin-top: 20px;
}

.chip {
padding: 8px 14px;
border-radius: 20px;
background: rgba(255,255,255,0.08);
font-size: 14px;
}

/* ===== HERO SPLIT ===== */

.hero {
padding: 70px 20px 60px;
background: linear-gradient(135deg, #0B0F14 0%, #111827 100%);
}

.hero-inner {
max-width: 1200px;
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 60px;
}

.hero-text {
flex: 1;
text-align: left;
}

.hero-text h1 {
font-size: 36px;
font-weight: 600;
line-height: 1.2;
margin-bottom: 20px;
max-width: 520px;
}

.hero-highlight{
  background: linear-gradient(90deg,#3b82f6,#60a5fa);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.hero-description {
font-size: 16px;
line-height: 1.6;
max-width: 480px;
color: var(--text-muted);
margin-bottom: 24px;
}

.hero-actions {
margin-top: 28px;
display: flex;
gap: 16px;
}

.hero-image {
flex: 1;
display: flex;
justify-content: flex-end;
position: relative;
}
.hero-image::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(
    circle,
    rgba(37,99,235,0.35) 0%,
    rgba(37,99,235,0.15) 40%,
    transparent 70%
  );
  filter: blur(70px);
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}


.hero-image img {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 520px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 18px;

  box-shadow:
    0 20px 40px rgba(0,0,0,0.4),
    0 0 40px rgba(37,99,235,0.15);
}
.hero-trust{
margin-top:14px;
font-size:14px;
color:#9ca3af;
opacity:0.9;
}


/* ===== CTA ===== */

.cta {
padding: 100px 20px;
background: linear-gradient(135deg, #0B0F14 0%, #111827 100%);
text-align: center;
}

.cta-inner {
max-width: 800px;
margin: auto;
}

.cta h2 {
font-size: 36px;
font-weight: 600;
margin-bottom: 18px;
}

.cta-description {
font-size: 18px;
color: var(--text-muted);
margin-bottom: 35px;
}

.cta-btn {
padding: 14px 34px;
font-size: 16px;
}

/* ===== USERS SECTION ===== */

.users-section {
padding: 80px 20px;
background: #0B0F14;
text-align: center;
}

.users-title {
font-size: 32px;
margin-bottom: 10px;
}

.users-sub {
max-width: 700px;
margin: 0 auto 50px;
}

.users-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
gap: 30px;
}

.user-card {
padding: 25px;
border-radius: 12px;
background: #111827;
border: 1px solid rgba(255,255,255,0.06);
}

/* ===== SPORTS GRID ===== */

.sport-grid {
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 18px;
margin-top: 22px;
}

.sport-card {
background: rgba(255,255,255,0.04);
border: 1px solid rgba(255,255,255,0.06);
border-radius: 14px;
padding: 18px;
}

.sport-icon {
font-size: 26px;
margin-bottom: 10px;
}

/* ===== TRUST ===== */

.trust-section {
padding: 60px 20px;
background: #0B0F14;
text-align: center;
}

.trust-title {
font-size: 20px;
margin-bottom: 40px;
}

.trust-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
gap: 30px;
}

.trust-item {
background: #111827;
padding: 25px;
border-radius: 10px;
border: 1px solid rgba(255,255,255,0.06);
}

.trust-number {
font-size: 22px;
font-weight: 700;
margin-bottom: 10px;
color: #2563eb;
}
/* ===== HOW IT WORKS CTA ===== */

.elite-cta{
padding:90px 20px;
background:linear-gradient(135deg,#0B0F14 0%,#111827 100%);
text-align:center;
}

.elite-cta .container{
max-width:700px;
margin:0 auto;
}

.elite-cta h2{
font-size:32px;
margin-bottom:16px;
}

.elite-cta p{
color:var(--text-muted);
margin-bottom:28px;
}

/* ===== FOUNDER SECTION ===== */

.founder-section{
padding:80px 20px;
background:#0B0F14;
}

.founder-grid{
display:grid;
grid-template-columns:420px 1fr;
gap:60px;
align-items:center;
}

.founder-image img{
width:100%;
max-width:420px;
border-radius:16px;
display:block;
}

.founder-content{
max-width:520px;
}

.founder-content h2{
margin-bottom:16px;
}

.founder-intro{
font-weight:600;
margin-bottom:12px;
}

@media (max-width:900px){

.founder-grid{
grid-template-columns:1fr;
text-align:center;
}

.founder-image{
display:flex;
justify-content:center;
}

.founder-image img{
max-width:280px;
}

}

/* ===== RESPONSIVE ===== */

@media (max-width: 1024px){

.grid-4{
grid-template-columns: repeat(2,1fr);
}

}

@media (max-width: 900px){

.hero-inner{
flex-direction: column;
text-align: center;
}

.hero-text{
text-align:center;
}

.hero-actions{
justify-content:center;
}

.hero-image{
justify-content:center;
}

.two-col,
.grid-2,
.footer-grid{
grid-template-columns:1fr;
}

.sport-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media (max-width:600px){

.elite-hero h1{
font-size:30px;
}

.hero-text h1{
font-size:30px;
}

.sport-grid{
grid-template-columns:1fr;
}

}
