/* Initial G Campaign — summer sale + founding driver funding */

.ig-camp {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 20px 72px;
  color: #f0f0f0;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.ig-camp-hero {
  text-align: center;
  margin-bottom: 32px;
}

.ig-camp-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ff00ed;
}

.ig-camp-title {
  margin: 0 0 12px;
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 900;
  line-height: 1.1;
  color: #f9f9f9;
}

.ig-camp-lead {
  margin: 0 auto;
  max-width: 680px;
  color: rgba(249, 249, 249, 0.78);
  font-size: 16px;
  line-height: 1.55;
}

.ig-camp-note {
  margin-top: 12px;
  color: #B8CB8A;
  font-size: 14px;
}

.ig-camp-panel {
  background: #1c2221;
  border: 1px solid #303a38;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
}

.ig-camp-panel h2 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 900;
  color: #00ffc0;
}

.ig-camp-panel h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
}

.ig-camp-steps,
.ig-camp-list {
  margin: 0;
  padding-left: 20px;
  line-height: 1.6;
}

.ig-camp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.ig-camp-table th,
.ig-camp-table td {
  padding: 10px 8px;
  border-bottom: 1px solid #303a38;
  text-align: left;
}

.ig-camp-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ig-camp-cta-wrap {
  text-align: center;
  margin-top: 28px;
}

.ig-camp-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #303a38;
  color: #f9f9f9;
  background: #151a19;
}

.ig-camp-btn--primary {
  background: #00ffc0;
  border-color: #00ffc0;
  color: #071010;
  box-shadow: 0 0 24px rgba(0, 255, 192, 0.22);
}

.ig-camp-counter {
  background: #151a19;
  border: 1px solid #303a38;
  border-radius: 12px;
  padding: 28px 24px;
  margin-bottom: 20px;
  text-align: center;
}

.ig-camp-counter__label {
  display: block;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(249, 249, 249, 0.6);
}

.ig-camp-counter__value {
  display: block;
  font-size: clamp(36px, 8vw, 52px);
  font-weight: 900;
  color: #00ffc0;
  margin: 8px 0 16px;
}

.ig-camp-counter__bar {
  height: 10px;
  background: #303a38;
  border-radius: 999px;
  overflow: hidden;
  max-width: 520px;
  margin: 0 auto 12px;
}

.ig-camp-counter__fill {
  height: 100%;
  background: linear-gradient(90deg, #B8CB8A, #00ffc0);
  border-radius: 999px;
  transition: width 0.4s ease;
}

.ig-camp-counter__meta {
  margin: 0;
  font-size: 13px;
  color: rgba(249, 249, 249, 0.65);
}

.ig-camp-milestones {
  list-style: none;
  padding: 16px 0 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.ig-camp-milestones li {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #303a38;
  font-size: 12px;
  font-weight: 700;
  color: rgba(249, 249, 249, 0.5);
}

.ig-camp-milestones li.is-reached {
  border-color: #00ffc0;
  color: #00ffc0;
}

.ig-camp-checkout label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.ig-camp-checkout input[type="number"] {
  width: 100%;
  max-width: 200px;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #303a38;
  background: #101414;
  color: #f9f9f9;
  font-size: 18px;
  font-weight: 700;
}

.ig-camp-hint {
  font-size: 13px;
  color: rgba(249, 249, 249, 0.6);
}

.ig-camp-status {
  min-height: 1.4em;
  color: #B8CB8A;
  font-size: 14px;
}

.ig-camp-gate {
  max-width: 480px;
  margin: 48px auto;
  padding: 32px;
  text-align: center;
  background: #1c2221;
  border: 1px solid #303a38;
  border-radius: 12px;
}

.ig-camp-banner {
  background: #151a19;
  border-bottom: 1px solid #303a38;
  overflow: hidden;
  position: relative;
  z-index: 999;
}

.ig-camp-banner__track {
  display: flex;
  width: max-content;
  animation: ig-camp-banner-scroll 28s linear infinite;
}

.ig-camp-banner__track:hover {
  animation-play-state: paused;
}

.ig-camp-banner__content {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 10px 16px;
  white-space: nowrap;
  font-size: 13px;
}

.ig-camp-banner__item strong {
  color: #00ffc0;
}

.ig-camp-banner__cta {
  padding: 8px 14px;
  border-radius: 4px;
  background: #00ffc0;
  color: #071010;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  flex-shrink: 0;
}

@keyframes ig-camp-banner-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ig-camp-banner__track {
    animation: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ig-camp-banner__content:last-child {
    display: none;
  }
}

@media (max-width: 640px) {
  .ig-camp-panel {
    padding: 18px;
  }

  .ig-camp-table {
    font-size: 12px;
  }
}
