*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.c1-body {
  margin: 0;
  font-family: system-ui, "Segoe UI", Roboto, Ubuntu, sans-serif;
  background: linear-gradient(160deg, #05070d 0%, #0b0f1a 35%, #111827 70%, #0b0f1a 100%);
  background-size: 200% 200%;
  animation: c1-bg-shift 18s ease-in-out infinite;
  color: #e5e7eb;
  min-height: 100dvh;
  overflow-x: hidden;
}

@keyframes c1-bg-shift {
  0%,
  100% {
    background-position: 0% 40%;
  }
  50% {
    background-position: 100% 60%;
  }
}

.c1-skip {
  position: absolute;
  left: -9999px;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: #6d28d9;
  color: #fff;
  text-decoration: none;
}

.c1-skip:focus {
  left: 1rem;
  top: 1rem;
}

.c1-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(11, 15, 26, 0.82);
  border-bottom: 1px solid rgba(34, 211, 238, 0.15);
}

.c1-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.c1-brand {
  margin: 0;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  background: linear-gradient(90deg, #facc15, #f97316, #6d28d9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.c1-brand--footer {
  font-size: 1.1rem;
}

.c1-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.c1-nav__list {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c1-nav__list a {
  color: #94a3b8;
  text-decoration: none;
  font-weight: 500;
}

.c1-nav__list a:hover,
.c1-nav__list a:focus-visible {
  color: #22d3ee;
  outline: none;
}

.c1-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.c1-btn--primary {
  background: linear-gradient(120deg, #f97316, #db2777, #6d28d9);
  color: #fff;
  box-shadow: 0 0 24px rgba(249, 115, 22, 0.45), 0 8px 24px rgba(109, 40, 217, 0.35);
}

.c1-btn--primary:hover,
.c1-btn--primary:focus-visible {
  transform: scale(1.05);
  filter: brightness(1.08);
  box-shadow: 0 0 36px rgba(34, 211, 238, 0.55), 0 12px 32px rgba(109, 40, 217, 0.45);
  outline: none;
}

.c1-btn--large {
  padding: 0.9rem 1.75rem;
  font-size: 1.05rem;
}

.c1-main {
  max-width: 1440px;
  margin: 0 auto;
}

.c1-hero {
  position: relative;
}

.c1-hero__media {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.c1-hero__img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.c1-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 7, 13, 0.35) 0%, rgba(11, 15, 26, 0.55) 100%);
  pointer-events: none;
}

.c1-hero__cta-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.glass-panel {
  backdrop-filter: blur(18px);
  background: rgba(17, 24, 39, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 1.75rem 2rem;
  max-width: 560px;
  text-align: center;
  box-shadow: 0 0 40px rgba(109, 40, 217, 0.25);
}

.c1-hero__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 4vw, 2rem);
  line-height: 1.25;
  color: #f8fafc;
}

.c1-hero__lead {
  margin: 0 0 1.25rem;
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.55;
}

.c1-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 4rem 1.25rem;
}

.c1-section-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  color: #facc15;
}

.c1-section-desc {
  margin: 0 0 1.5rem;
  color: #94a3b8;
}

.c1-slots {
  border-top: 1px solid rgba(109, 40, 217, 0.2);
  border-bottom: 1px solid rgba(34, 211, 238, 0.15);
}

.c1-slots__rail {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.c1-slots__list {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0.25rem 0;
}

.c1-slots__item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.c1-slot-card {
  display: block;
  width: 140px;
  text-decoration: none;
  color: #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  background: #111827;
  border: 1px solid rgba(34, 211, 238, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.c1-slot-card:hover,
.c1-slot-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(109, 40, 217, 0.35);
  outline: none;
}

.c1-slot-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
}

.c1-slot-card__cap {
  display: block;
  padding: 0.5rem 0.6rem;
  font-size: 0.8rem;
  text-align: center;
  color: #cbd5e1;
}

.c1-prose {
  line-height: 1.65;
  color: #cbd5e1;
  margin: 0 0 1.25rem;
}

.c1-table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.c1-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
  background: rgba(17, 24, 39, 0.6);
}

.c1-table__cap {
  caption-side: top;
  text-align: left;
  padding: 0.75rem 1rem;
  font-weight: 700;
  color: #22d3ee;
}

.c1-table th,
.c1-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.c1-table th {
  background: rgba(109, 40, 217, 0.2);
  color: #f8fafc;
}

.c1-faq__list {
  display: grid;
  gap: 1rem;
}

.c1-faq__item {
  padding: 1.25rem;
  border-radius: 12px;
  background: rgba(17, 24, 39, 0.75);
  border: 1px solid rgba(250, 204, 21, 0.12);
}

.c1-faq__q {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: #f97316;
}

.c1-faq__a {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.55;
}

.c1-footer {
  margin-top: 2rem;
  padding: 2.5rem 0;
  background: linear-gradient(0deg, #05070d 0%, #0b0f1a 100%);
  border-top: 1px solid rgba(34, 211, 238, 0.12);
}

.c1-footer__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.c1-footer__note {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  color: #64748b;
}

.c1-pay {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
}

.c1-pay img {
  height: 28px;
  width: auto;
  object-fit: contain;
  filter: grayscale(0.15) brightness(1.05);
}

.c1-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(34, 211, 238, 0.4);
  background: linear-gradient(145deg, #6d28d9, #22d3ee);
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(109, 40, 217, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.2s ease;
}

.c1-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.c1-top:hover,
.c1-top:focus-visible {
  transform: scale(1.06);
  outline: none;
}

@media (max-width: 767px) {
  .c1-nav__list {
    width: 100%;
    justify-content: center;
  }

  .c1-table {
    min-width: 0;
  }

  .c1-table thead {
    display: none;
  }

  .c1-table tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    overflow: hidden;
  }

  .c1-table td {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .c1-table td:last-child {
    border-bottom: none;
  }

  .c1-table td::before {
    content: attr(data-label);
    font-weight: 700;
    color: #22d3ee;
    flex-shrink: 0;
  }

  .c1-table-wrap {
    overflow-x: visible;
  }

  .glass-panel {
    padding: 1.25rem 1.25rem;
  }
}

@media (min-width: 768px) {
  .c1-footer__grid {
    grid-template-columns: 1fr 1.2fr;
  }
}
