/* Base */
*{box-sizing:border-box}
:root{
  --bg:#0a0a0b;
  --panel:#121214;
  --text:#eaeaea;
  --muted:#9aa0a6;
  --accent:#e68a00; /* Bugatti-ish red */
  --card:#1b1b1e;
}
html,body{margin:0;padding:0;font-family:'Poppins',system-ui,Arial,sans-serif;background:#fff;color:#111;scroll-behavior:smooth}

/* Navbar */
.navbar{
  position:fixed;inset:0 auto auto 0;right:0;height:72px;display:flex;
  align-items:center;justify-content:space-between;gap:16px;
  padding:0 24px;z-index:50;background:transparent; /* sits over hero */
}
.brand{color:#fff;text-decoration:none;font-weight:800;letter-spacing:1px}
.nav-toggle{display:none;background:transparent;border:0;color:#fff;font-size:28px;cursor:pointer}
.nav-links{list-style:none;display:flex;gap:24px}
.nav-links a{color:#fff;text-decoration:none;font-weight:600;opacity:.9}
.nav-links a:hover{color:var(--accent)}
.nav-left{font-size: 22px;}

/* Center ticker in navbar */
.race-ticker{
  position:absolute;left:50%;transform:translateX(-50%);
  height:72px;display:flex;align-items:center;gap:10px;color:#fff;
  padding:8px 12px;border-radius:999px;background:rgba(0,0,0,.35);backdrop-filter:blur(4px)
}
.race-logo{height:26px;width:auto;object-fit:contain;opacity:.95}
.race-count{display:flex;flex-direction:column;align-items:center}
.race-name{font-size:10px;letter-spacing:.5px;opacity:.9}
.race-ctdn{font-weight:500;font-size:10px;letter-spacing:2px}


.overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.35))}
.hero-content{position:relative;text-align:center;padding:0 18px;max-width:960px}
.headline{font-size:clamp(28px,4vw,56px);text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}
.subhead{font-size:clamp(14px,2.2vw,18px);opacity:.9;margin:0 0 18px}
.hero-count{display:inline-flex;flex-direction:column;align-items:center;gap:6px;padding:10px 16px;border-radius:999px;background:rgba(0,0,0,.45);backdrop-filter:blur(4px)}
.hero-count .label{font-size:12px;opacity:.85;letter-spacing:.5px}
#dropCountdown{font-weight:800;letter-spacing:2px}

/* Sections */
.section{padding:80px 20px}
.section.dark{background:#000000;color:#ffffff}
.section h2{margin:0 0 20px;font-size:clamp(22px,3vw,30px);text-transform:uppercase}
.section p{max-width:900px;margin:0 auto}


/* Models grid */
.models-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:20px;margin-top:28px
}
.model-card{background:#fffefe;border-radius:12px;overflow:hidden;box-shadow:0 6px 30px rgba(93, 86, 86, 0.35);transition:.3s transform}
.model-card:hover{transform:translateY(-4px)}
.model-card img{width:100%;display:block}
.model-card h3{color:#ffffff;padding:12px 16px;margin:0}

/*Events cards*/
#events{background-color: #000;}
.section-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.section-top h2{margin:0;color: #fff8f8;}
.see-all{color:#ffffff;text-decoration:none;font-weight:600}
.event-strip{
  display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;padding:8px 2px;
  -webkit-overflow-scrolling:touch
}
.event-strip::-webkit-scrollbar{height:8px}
.event-strip::-webkit-scrollbar-thumb{background:#ffffff;border-radius:999px}

.event-card{
  flex:0 0 290px;background:#161617;border-radius:16px;color:#ffebeb;
  box-shadow:0 10px 30px rgba(82, 76, 76, 0.35);overflow:hidden
}
.event-img{width:100%;height:160px;object-fit:cover;display:block}
.event-meta{padding:14px}
.event-meta h3{margin:0 0 6px;font-size:18px}
.event-date,.event-venue{margin:0;color:#ada9a9;font-size:14px}

/*Collab*/
#collab{background-color: #000;color: #fff;}
/* Contact/Footer */
footer{background:#000;color:#fff;text-align:center;padding:32px}

/* Modal */
.modal{border:none;border-radius:16px;padding:0;background:transparent}
.modal::backdrop{background:rgba(0,0,0,.6)}
.modal-card{
  width:min(92vw,520px);background:#111;color:#ffffff;border-radius:16px;padding:22px;position:relative
}
.modal-close{
  position:absolute;right:10px;top:10px;background:transparent;border:0;color:#bbb;font-size:20px;cursor:pointer
}
.modal-sub{opacity:.85;margin:6px 0 14px}
.field{display:flex;flex-direction:column;gap:6px;margin:10px 0}
.field input{
  padding:12px;border-radius:10px;border:1px solid #2a2a2a;background:#0c0c0f;color:#fff
}
.checks{display:flex;flex-direction:column;gap:8px;margin:12px 0}
.broadcast{display:flex;gap:8px;align-items:center;margin:8px 0 16px}
.broadcast a{color:#7dd3fc}
.primary{
  width:100%;padding:12px 16px;border-radius:10px;border:0;background:var(--accent);color:#fff;font-weight:800;cursor:pointer
}
.thankyou{margin-top:10px;color:#7cf59d;font-weight:700}

/* Responsive */
@media (max-width: 900px){
  .nav-links{position:fixed;top:72px;right:0;background:rgba(0,0,0,.9);backdrop-filter:blur(6px);
    padding:16px 24px;flex-direction:column;gap:16px;display:none;border-bottom-left-radius:12px}
  .nav-toggle{display:block}
  .navbar.open .nav-links{display:flex}
}
/* Banner (page top for designs page) */
.banner {
  text-align: center;
  padding: 4rem 1rem;
  background: linear-gradient(180deg, #111 0%, #000 100%);
  color: #fff;
}

.page-title {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.page-subtitle {
  font-size: 1.2rem;
  color: #aaa;
}

/* Models grid (Designs page) */
.models-grid-page {
    background-color: #000;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  padding: 2rem;
}

.model-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #111;
  transition: transform 0.3s ease;
}

.model-card img {
  width: 100%;
  display: block;
  filter: brightness(0.8);
  transition: transform 0.5s ease;
}

.model-card:hover img {
  transform: scale(1.05);
}

.model-info {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
}



.model-info h2 {
  margin: 0 0 0.5rem 0;
}
.learn-more {
  background: transparent;
  border: 2px solid #fff;
  padding: 0.5rem 1.2rem;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.learn-more:hover {
  background: #fff;
  color: #000;
}

/* Responsive grid */
@media (min-width: 768px) {
  .models-grid-page {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .models-grid-page {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*about gumball3000 cpm*/
.about-section {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  background: #000;
}

.about-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('images/side.webp'); /* 🔁 Replace with your image path */
  background-size: cover;
  background-position: center;
}

.gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.85));
  z-index: 1;
}

.about-content {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}

.rank-badge {
  position: relative;
  background-color: #d57200; /* Orange background */
  color: #fff;
  aspect-ratio: 1 / 1; /* 👈 Keeps it a perfect circle always */
  width: clamp(70px, 8vw, 100px); /* 👈 Scales nicely across screen sizes */
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: clamp(1rem, 1.6vw, 1.6rem);
  line-height: 1.1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.rank-badge span {
  font-size: clamp(0.6rem, 1vw, 0.9rem);
  font-weight: 400;
}


.about-text h2 {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}

.listeners {
  font-weight: 600;
  margin-bottom: 0.6rem;
  font-size: 1.1rem;
}

.description {
  max-width: 600px;
  line-height: 1.6;
  color: #ddd;
}

/*application page*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body {
  background-color: #0a0a0a;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
}

.app-container {
  width: 90%;
  max-width: 600px;
  margin: 5rem auto;
  padding: 3rem;
  background: rgba(20, 20, 20, 0.95);
  border: 1px solid #1e1e1e;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(255, 184, 5, 0.2);
  text-align: center;
}

h1 {
  color: #d57200;
  font-weight: 600;
  letter-spacing: 1px;
}

.form-group {
  margin-bottom: 1.5rem;
  text-align: left;
}

label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 500;
}

input[type="text"],
input[type="number"] {
  width: 100%;
  padding: 0.8rem;
  border: none;
  border-radius: 10px;
  background: #1a1a1a;
  color: #fff;
  font-size: 1rem;
}

input:focus {
  outline: 2px solid #d57200;
}

.note {
  font-size: 0.8rem;
  color: #888;
}

.submit-btn {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 10px;
  background: linear-gradient(90deg, #f9d401, #d57200);
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background: linear-gradient(90deg, #d57200, #ffd900);
}

.message {
  margin-top: 1.5rem;
  font-size: 1rem;
  color: #00ff7f;
  font-weight: 500;
}
/*become a part*/
.collab-banner {
  background-color: transparent;
  color: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  margin-top: 1.5rem;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}

.collab-banner h3 {
  margin-bottom: 1rem;
  color: #feda6a;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.collab-details {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}

.collab-details > li {
  margin-bottom: 0.8rem;
}

.collab-details ul {
  list-style: disc;
  margin-left: 1.5rem;
}

.insta-btn {
  display: inline-flex;
  align-items: center;
  background: #9f9a9c;
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.insta-btn img {
  width: 20px;
  height: 20px;
  margin-right: 0.6rem;
}

.insta-btn:hover {
  background: #b21b80;
}
/*team*/
.insta-profile {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  background-color: transparent;
  max-width: 400px;
  margin: auto;
  box-shadow: 0 2px 5px rgba(255, 248, 248, 0.05);
  font-family: 'Inter', sans-serif;
}

.profile-pic {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  flex: 1;
}

.name-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.name-row h2 {
  font-size: 1.1rem;
  margin: 0;
}

.verified {
  width: 18px;
  height: 18px;
}

.details {
  font-size: 0.9rem;
  color: #e2dddd;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.insta-logo {
  width: 16px;
  height: 16px;
}

.follow-btn {
  background-color: #0095f6;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
}

.follow-btn:hover {
  background-color: #007acc;
}

/* ✅ Responsive layout */
@media (max-width: 600px) {
  .insta-profile {
    flex-direction: column;
    text-align: center;
  }

  .info {
    align-items: center;
  }
}
/*rules*/ 
.rules-section {
  background: #0a0a0a;
  color: #f5f5f5;
  padding: 60px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rules-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 1px;
}

.rules-section .intro {
  text-align: center;
  font-size: 1rem;
  color: #ccc;
  max-width: 700px;
  margin: 0 auto 40px;
}

.rules-list, .events-list {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: 0 auto;
}

.rules-list li, .events-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  line-height: 1.6;
}

.rules-list li strong {
  color: #ff9500;
}

.rules-section h3 {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 50px;
  color: #fff;
}

.rules-section .reminder {
  text-align: center;
  margin-top: 40px;
  color: #aaa;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Cockpit Example Image */
.cockpit-example {
  text-align: center;
  margin: 30px auto;
}

.cockpit-example img {
  width: 90%;
  max-width: 700px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 115, 0, 0.3);
  margin-bottom: 10px;
}

.cockpit-example .caption {
  font-size: 0.9rem;
  color: #ccc;
}
