:root {
  --bg: #07111d;
  --bg-soft: #0b1726;
  --panel: rgba(10, 17, 30, 0.76);
  --panel-strong: rgba(13, 21, 35, 0.92);
  --panel-light: rgba(255, 255, 255, 0.06);
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.14);
  --text: #f5f7fb;
  --muted: #9fb0c6;
  --shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
  --shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.24);
  --accent: #63c7ff;
}

/* Admin polish overrides */
.admin-page {
  --admin-bg: #f3f7fc;
  --admin-surface: rgba(255, 255, 255, 0.9);
  --admin-surface-strong: #ffffff;
  --admin-border: rgba(22, 45, 76, 0.09);
  --admin-shadow: 0 24px 60px rgba(43, 84, 140, 0.12);
  --admin-text: #112033;
  --admin-muted: #61758b;
  --admin-blue: #4a90ff;
  background:
    radial-gradient(circle at top left, rgba(86, 163, 255, 0.18), transparent 22%),
    radial-gradient(circle at top right, rgba(255, 188, 126, 0.16), transparent 20%),
    linear-gradient(180deg, #f9fbff 0%, var(--admin-bg) 100%);
}

.admin-page .site-header {
  position: sticky;
  top: 0;
  background: rgba(249, 251, 255, 0.72);
  border-bottom: 1px solid rgba(20, 42, 70, 0.08);
  box-shadow: 0 10px 30px rgba(60, 94, 145, 0.08);
  backdrop-filter: blur(20px);
}

.admin-page .nav {
  min-height: 82px;
}

.admin-page .brand {
  gap: 14px;
}

.admin-page .brand-mark {
  width: 5rem;
  height: 3.15rem;
  padding: 0.35rem 0.5rem;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(88, 164, 255, 0.14), rgba(255, 192, 134, 0.16)),
    rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(20, 42, 70, 0.08);
  box-shadow: 0 16px 30px rgba(70, 110, 170, 0.12);
}

.admin-page .brand-copy strong {
  color: #12233a;
}

.admin-page .brand-copy span {
  color: #688099;
}

.admin-page .nav-button {
  color: #16304b;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 252, 0.98));
  border-color: rgba(20, 42, 70, 0.1);
  box-shadow: 0 12px 24px rgba(55, 92, 145, 0.1);
}

.admin-page .nav-button:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 245, 252, 1));
  border-color: rgba(74, 144, 255, 0.26);
  box-shadow: 0 16px 28px rgba(55, 92, 145, 0.12);
}

.admin-page .nav-actions {
  display: none;
}

.admin-main {
  padding: 34px 0 90px;
}

.admin-shell {
  gap: 28px;
}

.admin-hero {
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  animation: riseIn 0.7s ease both;
}

.admin-hero-copy,
.admin-table-card,
.admin-summary-card,
.admin-menu {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 254, 0.98));
  border: 1px solid var(--admin-border);
  box-shadow: var(--admin-shadow);
}

.admin-hero-copy {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 30px;
  gap: 12px;
}

.admin-hero-copy::after {
  content: "";
  position: absolute;
  inset: auto -10% -46% auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(98, 168, 255, 0.14), transparent 70%);
  pointer-events: none;
}

.admin-hero-copy .section-tag,
.admin-table-head .section-tag {
  color: #3486f7;
}

.admin-hero-copy h1 {
  max-width: 14ch;
  color: var(--admin-text);
  font-size: clamp(2rem, 3vw, 3.05rem);
  line-height: 1.02;
}

.admin-hero-copy p {
  max-width: 44rem;
  color: var(--admin-muted);
  font-size: 1rem;
}

.admin-summary {
  gap: 18px;
}

.admin-summary-card {
  position: relative;
  overflow: hidden;
  min-height: 140px;
  padding: 24px 26px;
  border-radius: 26px;
  animation: riseIn 0.8s ease both;
}

.admin-summary-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #57a2ff, #85c2ff);
}

.admin-summary-card::after {
  content: "";
  position: absolute;
  top: -34px;
  right: -24px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 187, 125, 0.16), transparent 68%);
}

.admin-summary-card small {
  color: #488ff5;
}

.admin-summary-card strong {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
}

.admin-dashboard {
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.admin-menu {
  position: sticky;
  top: 108px;
  padding: 20px;
  border-radius: 28px;
  gap: 12px;
  animation: fadeSlide 0.7s ease both;
}

.admin-menu-item {
  position: relative;
  overflow: hidden;
  min-height: 82px;
  padding: 18px 18px 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f6f9fd);
  box-shadow: 0 10px 22px rgba(72, 104, 148, 0.06);
}

.admin-menu-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: linear-gradient(180deg, #5ba8ff, #8bc7ff);
  transition: width 0.28s ease;
}

.admin-menu-item:hover,
.admin-menu-item.active {
  transform: translateY(-3px);
  background:
    linear-gradient(135deg, rgba(89, 171, 255, 0.14), rgba(255, 189, 136, 0.1)),
    #ffffff;
  border-color: rgba(74, 144, 255, 0.18);
  box-shadow: 0 16px 32px rgba(64, 102, 153, 0.11);
}

.admin-menu-item:hover::before,
.admin-menu-item.active::before {
  width: 5px;
}

.admin-menu-label {
  font-size: 1rem;
  color: #18314c;
}

.admin-menu-item strong {
  min-width: 58px;
  padding: 0.5rem 0.75rem;
  color: #1f4f88;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 244, 255, 0.98));
  border: 1px solid rgba(74, 144, 255, 0.12);
}

.admin-table-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 32px;
  gap: 24px;
  animation: riseIn 0.85s ease both;
}

.admin-table-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(86, 163, 255, 0.08), transparent 24%),
    radial-gradient(circle at bottom left, rgba(255, 184, 122, 0.08), transparent 24%);
  pointer-events: none;
}

.admin-table-head {
  position: relative;
  z-index: 1;
  align-items: end;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(20, 42, 70, 0.08);
}

.admin-table-head h2 {
  color: #112033;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
}

.admin-empty,
.admin-panels {
  position: relative;
  z-index: 1;
}

.admin-list {
  gap: 14px;
}

.admin-record {
  position: relative;
  overflow: hidden;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 1));
  border: 1px solid rgba(20, 42, 70, 0.08);
  box-shadow: 0 14px 32px rgba(59, 94, 143, 0.08);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
  animation: fadeSlide 0.65s ease both;
}

.admin-record::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #57a2ff, #ffb56f);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.admin-record:hover {
  transform: translateY(-4px);
  border-color: rgba(74, 144, 255, 0.16);
  box-shadow: 0 20px 36px rgba(59, 94, 143, 0.12);
}

.admin-record:hover::before {
  opacity: 1;
}

.admin-record-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.admin-record-title {
  gap: 4px;
}

.admin-record-title strong {
  font-size: 1.03rem;
}

.admin-record-title span {
  color: #5f7590;
  font-size: 0.86rem;
}

.admin-record-meta {
  justify-items: end;
  align-self: start;
}

.admin-record-contact {
  gap: 10px;
}

.admin-contact-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.55rem 0.88rem;
  border-radius: 999px;
  background: #eef5ff;
  border: 1px solid rgba(74, 144, 255, 0.12);
  color: #23476c;
  font-size: 0.83rem;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}

.admin-contact-chip:hover {
  transform: translateY(-2px);
  background: #e9f2ff;
  border-color: rgba(74, 144, 255, 0.22);
}

.admin-record-note {
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7faff, #f3f7fc);
}

.admin-empty {
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f7faff, #f2f6fb);
}

.admin-empty-block {
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fafcff, #f4f7fb);
  border-style: solid;
}

@media (max-width: 1080px) {
  .admin-page .site-header {
    backdrop-filter: blur(14px);
  }

  .admin-dashboard {
    grid-template-columns: 1fr;
  }

  .admin-menu {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .admin-main {
    padding: 22px 0 70px;
  }

  .admin-hero-copy,
  .admin-table-card,
  .admin-summary-card,
  .admin-menu {
    border-radius: 24px;
  }

  .admin-hero-copy,
  .admin-table-card {
    padding: 22px;
  }

  .admin-summary-card {
    min-height: auto;
    padding: 20px 22px;
  }

  .admin-menu {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .admin-menu-item {
    min-height: 74px;
  }

  .admin-table-head,
  .admin-record-main {
    flex-direction: column;
    align-items: start;
  }

  .admin-record-meta {
    justify-items: start;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 12%, rgba(79, 122, 255, 0.16), transparent 24%),
    radial-gradient(circle at 84% 10%, rgba(37, 203, 255, 0.12), transparent 18%),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.04), transparent 30%),
  linear-gradient(180deg, #050d16 0%, #081321 32%, #050d17 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.03), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.025)),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.025), transparent 18%);
  pointer-events: none;
  z-index: -1;
  opacity: 0.7;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

img {
  max-width: 100%;
}

.container {
  width: min(100% - 40px, 1280px);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(6, 12, 20, 0.5);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.nav {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  width: 4.6rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand-copy,
.category-card-copy {
  display: flex;
  flex-direction: column;
}

.brand-copy strong,
.hero-copy h1,
.showcase-copy h2,
.hero-metric-chip strong,
.stat-chip strong,
.showcase-float strong,
.modal-card h2,
.category-card-copy strong {
  font-family: "Sora", sans-serif;
}

.brand-copy span,
.hero-summary,
.category-card-copy small,
.showcase-summary,
.stat-chip span,
.feature-card p,
.showcase-float p,
.modal-copy,
.lead-form span {
  color: var(--muted);
}

.nav-button,
.solid-btn,
.category-card {
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.nav-button,
.solid-btn {
  border-radius: 999px;
}

.nav-button {
  padding: 0.92rem 1.28rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 48%),
    rgba(14, 22, 36, 0.92);
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(0, 0, 0, 0.16);
  font-weight: 600;
}

.solid-btn {
  padding: 0.95rem 1.4rem;
  background: linear-gradient(135deg, var(--accent), #ffaf6d);
  color: white;
  font-weight: 700;
  box-shadow: 0 18px 36px color-mix(in srgb, var(--accent) 22%, rgba(0, 0, 0, 0.2));
}

.nav-button:hover,
.solid-btn:hover {
  transform: translateY(-3px);
}

.nav-button:hover {
  border-color: color-mix(in srgb, var(--accent) 24%, rgba(255, 255, 255, 0.16));
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--accent) 10%, rgba(255, 255, 255, 0.08)), transparent 48%),
    rgba(16, 25, 40, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 18px 34px rgba(0, 0, 0, 0.2);
}

.nav-actions .nav-button:first-child {
  background:
    linear-gradient(135deg, rgba(72, 172, 255, 0.26), rgba(65, 116, 255, 0.18)),
    rgba(14, 22, 36, 0.92);
  border-color: rgba(99, 199, 255, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 32px rgba(39, 124, 255, 0.14);
}

.nav-actions .nav-button:last-child {
  background:
    linear-gradient(135deg, rgba(255, 170, 82, 0.3), rgba(255, 112, 112, 0.18)),
    rgba(14, 22, 36, 0.92);
  border-color: rgba(255, 175, 109, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 32px rgba(255, 140, 74, 0.16);
}

.nav-actions .nav-button:first-child:hover {
  background:
    linear-gradient(135deg, rgba(90, 188, 255, 0.34), rgba(86, 129, 255, 0.22)),
    rgba(16, 25, 40, 0.96);
  border-color: rgba(126, 214, 255, 0.48);
}

.nav-actions .nav-button:last-child:hover {
  background:
    linear-gradient(135deg, rgba(255, 183, 102, 0.38), rgba(255, 122, 122, 0.22)),
    rgba(16, 25, 40, 0.96);
  border-color: rgba(255, 194, 132, 0.5);
}

.hero-section {
  padding: 14px 0 12px;
}

.hero-frame {
  position: relative;
  height: clamp(460px, 64vh, 560px);
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  background: #06111d;
  animation: heroFrameIn 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 84% 16%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 20%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.7;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  animation: heroMediaIn 1.35s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.hero-video {
  object-position: center center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 11, 18, 0.9) 0%, rgba(5, 11, 18, 0.56) 34%, rgba(5, 11, 18, 0.14) 66%, rgba(5, 11, 18, 0.24) 100%),
    linear-gradient(180deg, rgba(5, 11, 18, 0.08), rgba(5, 11, 18, 0.58));
  animation: fadeIn 1s ease;
}

.video-hero-overlay {
  background:
    radial-gradient(circle at left center, rgba(5, 11, 18, 0.34), transparent 34%),
    radial-gradient(circle at right center, rgba(5, 11, 18, 0.22), transparent 30%),
    linear-gradient(90deg, rgba(5, 11, 18, 0.3) 0%, rgba(5, 11, 18, 0.1) 34%, rgba(5, 11, 18, 0.03) 66%, rgba(5, 11, 18, 0.1) 100%),
    linear-gradient(180deg, rgba(5, 11, 18, 0.04), rgba(5, 11, 18, 0.2));
}

.hero-glow {
  position: absolute;
  right: 14%;
  top: 10%;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 42%, transparent), transparent 68%);
  filter: blur(20px);
  opacity: 0.55;
  animation: glowPulse 7s ease-in-out infinite;
}

.hero-glow::after {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0.45;
  animation: haloSpin 14s linear infinite;
}

.hero-content {
  position: absolute;
  inset: 0;
  padding: 30px 30px 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  gap: 18px;
  perspective: 1000px;
}

.hero-copy {
  max-width: 36rem;
  padding-bottom: 56px;
  position: relative;
  z-index: 1;
  animation: heroTextIn 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-dot-nav {
  position: absolute;
  right: 24px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(8, 15, 25, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: none;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    opacity 0.25s ease;
}

.hero-dot:hover {
  transform: scale(1.18);
  background: rgba(255, 255, 255, 0.62);
}

.hero-dot.active {
  width: 34px;
  background: linear-gradient(90deg, var(--accent), rgba(255, 255, 255, 0.92));
  box-shadow: 0 8px 20px color-mix(in srgb, var(--accent) 35%, transparent);
}

.hero-label {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 0.98rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text);
  backdrop-filter: blur(14px);
  animation: heroBadgeIn 1s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  width: fit-content;
}

.hero-kicker,
.section-tag,
.modal-eyebrow,
.category-rail-head span {
  margin: 0.95rem 0 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: var(--accent);
  font-size: 0.76rem;
}

.hero-copy h1 {
  margin: 0;
  max-width: 10.5ch;
  font-size: clamp(1.9rem, 3.3vw, 2.95rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--hero-title-color, #f5f7fb);
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
}

.hero-summary {
  max-width: 30rem;
  margin: 0.72rem 0 0;
  font-size: 0.9rem;
  line-height: 1.58;
  color: var(--hero-summary-color, #d7e0eb);
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
}

.hero-metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0.9rem;
  max-width: 28rem;
}

.hero-metric-chip {
  min-width: 104px;
  padding: 0.78rem 0.92rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  animation: softRise 0.95s cubic-bezier(0.22, 1, 0.36, 1) both;
  position: relative;
  overflow: hidden;
}

.hero-metric-chip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.12) 50%, transparent 80%);
  transform: translateX(-120%);
  animation: chipSweep 5.8s ease-in-out infinite;
  pointer-events: none;
}

.hero-metric-chip:nth-child(1) {
  animation-delay: 0.08s;
}

.hero-metric-chip:nth-child(2) {
  animation-delay: 0.16s;
}

.hero-metric-chip:nth-child(3) {
  animation-delay: 0.24s;
}

.hero-metric-chip strong,
.stat-chip strong {
  display: block;
  margin-bottom: 0.22rem;
  font-size: 0.92rem;
}

.hero-metric-chip span,
.stat-chip span {
  font-size: 0.75rem;
  color: #c4d0df;
}

.showcase-float small {
  display: inline-block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
  font-size: 0.72rem;
  color: var(--accent);
}

.showcase-float strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.1rem;
}

.showcase-float p {
  margin: 0;
  line-height: 1.58;
}

.category-rail-wrap {
  margin-top: 22px;
  position: relative;
  z-index: 3;
}

.category-rail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 22px;
  padding: 0 4px;
}

.category-rail-head h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  line-height: 1.08;
  max-width: 14ch;
}

.category-rail-head p {
  max-width: 22rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
  text-align: right;
}

.category-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.category-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 16px;
  min-height: 100%;
  border-radius: 28px;
  text-align: left;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 38%),
    rgba(9, 16, 28, 0.92);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  isolation: isolate;
  backdrop-filter: blur(18px);
  transition:
    transform 0.28s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
  animation: cardCascadeIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 27px;
  background:
    radial-gradient(circle at 18% 16%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 42%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 0;
}

.category-card:nth-child(1) {
  animation-delay: 0.05s;
}

.category-card:nth-child(2) {
  animation-delay: 0.1s;
}

.category-card:nth-child(3) {
  animation-delay: 0.15s;
}

.category-card:nth-child(4) {
  animation-delay: 0.2s;
}

.category-card.active {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--accent) 24%, rgba(255, 255, 255, 0.08)), transparent 46%),
    rgba(11, 18, 31, 0.96);
  border-color: color-mix(in srgb, var(--accent) 34%, rgba(255, 255, 255, 0.12));
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.28),
    0 0 0 1px color-mix(in srgb, var(--accent) 12%, transparent);
  animation:
    cardCascadeIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both,
    activeCardPulse 3.8s ease-in-out infinite;
}

.category-card::after {
  display: none;
}

.category-card-media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 1.18 / 0.8;
  transform: translateZ(0);
}

.category-card-media::before {
  content: "";
  position: absolute;
  inset: -20% auto -20% -45%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  opacity: 0;
  transform: skewX(-18deg) translateX(0);
  transition: opacity 0.35s ease;
  z-index: 2;
  pointer-events: none;
}

.category-card-media::after {
  content: "";
  position: absolute;
  inset: auto 16px 14px auto;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 24%, white), transparent 68%);
  opacity: 0;
  filter: blur(2px);
  transform: scale(0.88);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
  pointer-events: none;
  z-index: 1;
}

.category-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 11, 18, 0.04), rgba(5, 11, 18, 0.08)),
    linear-gradient(0deg, rgba(5, 11, 18, 0.66) 0%, rgba(5, 11, 18, 0.08) 55%, rgba(5, 11, 18, 0.06) 100%);
  transition:
    opacity 0.35s ease,
    background 0.35s ease;
}

.category-card-title {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: white;
  letter-spacing: -0.02em;
  transform: translateY(0);
  transition:
    transform 0.3s ease,
    text-shadow 0.3s ease;
  z-index: 3;
}

.category-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
  transform-origin: center center;
}

.category-card:hover .category-card-media img,
.category-card.active .category-card-media img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.02);
}

.category-card:hover {
  transform: translateY(-5px);
}

.category-card:hover::before,
.category-card.active::before {
  opacity: 1;
}

.category-card:hover .category-card-media::before,
.category-card.active .category-card-media::before {
  opacity: 1;
  animation: categorySweep 1.2s ease forwards;
}

.category-card:hover .category-card-media::after,
.category-card.active .category-card-media::after {
  opacity: 0.95;
  transform: scale(1);
}

.category-card:hover .category-card-overlay,
.category-card.active .category-card-overlay {
  opacity: 0.96;
  background:
    linear-gradient(180deg, rgba(5, 11, 18, 0), rgba(5, 11, 18, 0.08)),
    linear-gradient(0deg, rgba(5, 11, 18, 0.72) 0%, rgba(5, 11, 18, 0.12) 52%, rgba(5, 11, 18, 0.04) 100%);
}

.category-card:hover .category-card-title,
.category-card.active .category-card-title {
  transform: translateY(-2px);
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.category-card-copy {
  display: grid;
  gap: 0.3rem;
  min-height: 40px;
  justify-content: start;
  position: relative;
  z-index: 1;
  padding: 2px 4px 4px;
}

.category-card-copy small {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--muted);
  transition:
    color 0.3s ease,
    transform 0.3s ease,
    opacity 0.3s ease;
}

.category-card:hover .category-card-copy small,
.category-card.active .category-card-copy small {
  color: color-mix(in srgb, var(--accent) 66%, white);
  transform: translateX(2px);
}

.showcase-section {
  padding: 36px 0 88px;
}

.site-footer {
  padding: 0 0 64px;
}

.footer-stack {
  display: grid;
  gap: 16px;
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  align-items: stretch;
  padding: 28px 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(99, 199, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 34%),
    rgba(9, 16, 28, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.footer-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px 22px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 42%),
    rgba(8, 14, 24, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(18px);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.footer-brand-mark {
  width: 58px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 24px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.footer-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.footer-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-brand-copy strong {
  font-family: "Sora", sans-serif;
  font-size: 1.22rem;
  line-height: 1.1;
}

.footer-brand-copy small {
  color: #8fa4bb;
  font-size: 0.9rem;
}

.footer-meta {
  margin: 0;
  text-align: center;
  color: #7f93ab;
  font-size: 0.95rem;
}

.footer-links {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  color: #c4d1df;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition:
    color 0.24s ease,
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease;
}

.footer-links a svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex: 0 0 auto;
}

.footer-links a span {
  line-height: 1;
}

.footer-links a:hover {
  color: #ffffff;
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.footer-links a:nth-child(1) {
  border-color: rgba(255, 111, 145, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 111, 145, 0.16), rgba(255, 184, 92, 0.1)),
    rgba(255, 255, 255, 0.03);
}

.footer-links a:nth-child(2) {
  border-color: rgba(99, 199, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(99, 199, 255, 0.16), rgba(76, 120, 255, 0.1)),
    rgba(255, 255, 255, 0.03);
}

.footer-links a:nth-child(3) {
  border-color: rgba(113, 178, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(113, 178, 255, 0.16), rgba(88, 132, 255, 0.1)),
    rgba(255, 255, 255, 0.03);
}

.footer-links a:nth-child(4) {
  border-color: rgba(101, 225, 171, 0.22);
  background:
    linear-gradient(135deg, rgba(101, 225, 171, 0.14), rgba(99, 199, 255, 0.08)),
    rgba(255, 255, 255, 0.03);
}

.footer-copy {
  display: grid;
  gap: 10px;
  align-content: center;
}

.footer-copy h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.footer-copy p {
  margin: 0;
  max-width: 38rem;
  color: #b5c4d7;
  line-height: 1.65;
}

.visitor-card {
  display: grid;
  gap: 0.4rem;
  align-content: center;
  padding: 24px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--accent) 10%, rgba(255, 255, 255, 0.04)), transparent 40%),
    rgba(12, 20, 34, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-align: left;
  position: relative;
  overflow: hidden;
}

.visitor-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.1) 50%, transparent 82%);
  transform: translateX(-120%);
  animation: chipSweep 6.2s ease-in-out infinite 1.4s;
}

.visitor-card small {
  text-transform: uppercase;
  letter-spacing: 0.16rem;
  font-size: 0.72rem;
  color: var(--accent);
}

.visitor-card strong {
  font-family: "Sora", sans-serif;
  font-size: clamp(2.1rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.visitor-card span {
  color: #a8bbd1;
  font-size: 0.9rem;
  line-height: 1.55;
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 28px;
  align-items: stretch;
}

.showcase-copy {
  display: grid;
  gap: 22px;
  padding: 32px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--accent) 10%, transparent), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 34%),
    rgba(9, 16, 28, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22);
  animation: sectionLiftIn 0.95s cubic-bezier(0.22, 1, 0.36, 1);
  backdrop-filter: blur(18px);
}

.showcase-intro {
  display: grid;
  gap: 14px;
}

.showcase-copy h2 {
  margin: 0;
  max-width: 100%;
  font-size: clamp(1.45rem, 1.9vw, 1.95rem);
  line-height: 1.26;
  letter-spacing: -0.04em;
  color: #f3f6fb;
}

.showcase-summary {
  margin: 0;
  max-width: 100%;
  font-size: 0.96rem;
  line-height: 1.68;
  color: #b5c4d7;
}

.domain-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.domain-meta span {
  display: grid;
  gap: 0.18rem;
  min-width: 100px;
  padding: 0.82rem 0.95rem;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 40%),
    rgba(15, 23, 37, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dbe6f2;
}

.domain-meta strong {
  font-family: "Sora", sans-serif;
  font-size: 0.92rem;
}

.domain-meta small {
  color: #9fb0c6;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}

.showcase-cta {
  margin-top: 8px;
}

.showcase-cta .solid-btn {
  min-width: 150px;
}

.stat-chip,
.feature-card,
.domain-visual-card,
.modal-card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%),
    var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}

.feature-stack {
  display: grid;
  gap: 14px;
}

.feature-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 17px 18px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--accent) 10%, rgba(255, 255, 255, 0.03)), transparent 36%),
    rgba(11, 19, 32, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  overflow: hidden;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
  animation: featureRowIn 0.95s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 22%, rgba(255, 255, 255, 0.08) 50%, transparent 78%);
  transform: translateX(-120%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.feature-card:nth-child(1) {
  animation-delay: 0.08s;
}

.feature-card:nth-child(2) {
  animation-delay: 0.16s;
}

.feature-card:nth-child(3) {
  animation-delay: 0.24s;
}

.feature-index {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--accent) 28%, rgba(255, 255, 255, 0.08));
  background: color-mix(in srgb, var(--accent) 12%, rgba(255, 255, 255, 0.03));
  color: var(--accent);
  font-size: 0.76rem;
  font-family: "Sora", sans-serif;
}

.feature-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #d8e2ef;
}

.feature-card:hover {
  transform: translateX(8px) scale(1.01);
  border-color: color-mix(in srgb, var(--accent) 24%, rgba(255, 255, 255, 0.12));
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.feature-card:hover::after {
  opacity: 1;
  animation: chipSweep 1s ease forwards;
}

.showcase-visual {
  min-width: 0;
}

.domain-visual-card {
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
  background: rgba(8, 15, 25, 0.82);
  animation: visualPanelIn 1s cubic-bezier(0.22, 1, 0.36, 1);
  backdrop-filter: blur(18px);
}

.showcase-image {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1), filter 0.8s ease;
}

.domain-visual-card:hover .showcase-image {
  transform: scale(1.05);
  filter: saturate(1.05);
}

.showcase-visual-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 13, 22, 0.06), rgba(7, 13, 22, 0.16)),
    linear-gradient(0deg, rgba(7, 13, 22, 0.72) 0%, rgba(7, 13, 22, 0.06) 36%);
}

.showcase-float {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 24px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 40%),
    rgba(8, 15, 25, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
  animation:
    showcaseCardIn 1.05s cubic-bezier(0.22, 1, 0.36, 1),
    floatCard 6.5s ease-in-out infinite 1.2s;
  will-change: transform;
}

.showcase-float strong {
  font-size: 1.28rem;
}

.showcase-float p {
  color: #d6e0ec;
  max-width: 26rem;
}

.simple-float {
  left: 18px;
  right: auto;
  bottom: 18px;
  max-width: 210px;
  padding: 12px 14px;
  border-radius: 14px;
}

.simple-float p {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  color: #b9c9dc;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at top, color-mix(in srgb, var(--accent) 10%, transparent), transparent 26%),
    rgba(4, 8, 15, 0.72);
  backdrop-filter: blur(12px);
  z-index: 40;
  overflow-y: auto;
}

.modal-card {
  width: min(100%, 560px);
  max-height: min(720px, calc(100vh - 40px));
  padding: 26px;
  border-radius: 28px;
  backdrop-filter: blur(20px);
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--accent) 14%, transparent), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 30%),
    rgba(9, 16, 28, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 32px 64px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  animation: modalIn 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  overflow-y: auto;
}

.modal-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent) 45%, white), transparent);
  opacity: 0.7;
  pointer-events: none;
}

.close-button {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.05);
  color: var(--text);
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition:
    transform 0.24s ease,
    background 0.24s ease,
    border-color 0.24s ease;
}

.close-button:hover {
  transform: scale(1.05);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--accent) 12%, rgba(255, 255, 255, 0.08)), transparent 42%),
    rgba(255, 255, 255, 0.08);
}

.modal-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  align-items: start;
}

.modal-head-copy {
  display: grid;
  gap: 4px;
}

.modal-card h2 {
  margin: 0;
  max-width: 14ch;
  font-size: 1.85rem;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.modal-copy {
  margin-top: 0.65rem;
  max-width: 30rem;
  line-height: 1.68;
  font-size: 0.94rem;
  color: #afc0d3;
}

.lead-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.lead-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lead-field,
.lead-form label {
  display: grid;
  gap: 7px;
}

.lead-field span {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: #d7e2ef;
}

.lead-form input {
  width: 100%;
  padding: 1rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 42%),
    rgba(17, 26, 40, 0.94);
  color: var(--text);
  outline: none;
  transition:
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.lead-form input::placeholder {
  color: #8ea0b7;
}

.lead-form input:focus {
  border-color: color-mix(in srgb, var(--accent) 50%, white);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 14%, transparent);
  transform: translateY(-1px);
}

.lead-form textarea,
.participate-form textarea,
.participate-form select,
.participate-form input {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  outline: none;
  font: inherit;
  appearance: none;
}

.lead-form textarea:focus,
.participate-form textarea:focus,
.participate-form select:focus,
.participate-form input:focus {
  border-color: rgba(141, 124, 255, 0.45);
}

.lead-form .solid-btn {
  min-height: 54px;
  min-width: 170px;
  border-radius: 18px;
  box-shadow: 0 18px 36px color-mix(in srgb, var(--accent) 22%, rgba(0, 0, 0, 0.2));
}

.lead-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 4px;
}

.lead-note {
  margin: 0;
  max-width: 18rem;
  color: #92a6bc;
  font-size: 0.84rem;
  line-height: 1.6;
}

@media (max-width: 720px) {
  .modal-card {
    width: min(100%, 100%);
    max-height: calc(100vh - 28px);
    padding: 20px;
    border-radius: 22px;
  }

  .modal-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .modal-card h2 {
    font-size: 1.55rem;
    max-width: 100%;
  }

  .lead-grid {
    grid-template-columns: 1fr;
  }

  .lead-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .lead-note {
    max-width: 100%;
  }

  .lead-form .solid-btn {
    width: 100%;
    min-width: 0;
  }

  .close-button {
    width: 36px;
    height: 36px;
  }
}

.participate-form select {
  background-image:
    linear-gradient(45deg, transparent 50%, #dbe6f2 50%),
    linear-gradient(135deg, #dbe6f2 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 2px),
    calc(100% - 16px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 3rem;
  cursor: pointer;
}

.participate-form select option {
  background: #0d1726;
  color: #f5f7fb;
}

.participate-page {
  min-height: 100vh;
}

.participate-main {
  padding: 28px 0 80px;
}

.participate-shell {
  display: grid;
  gap: 24px;
}

.participate-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: stretch;
}

.participate-copy,
.participate-form-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 36%),
    rgba(10, 17, 30, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
  border-radius: 28px;
}

.participate-copy {
  display: grid;
  gap: 18px;
  padding: 32px;
}

.participate-copy h1 {
  margin: 0;
  max-width: 13ch;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.participate-copy p {
  margin: 0;
  max-width: 34rem;
  color: #b9c7d8;
  line-height: 1.72;
  font-size: 0.98rem;
}

.reward-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.reward-card {
  padding: 16px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 36%),
    rgba(14, 23, 38, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.reward-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}

.reward-card span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.participate-note {
  padding: 16px 18px;
  border-radius: 20px;
  background: color-mix(in srgb, var(--accent) 10%, rgba(255, 255, 255, 0.03));
  border: 1px solid color-mix(in srgb, var(--accent) 18%, rgba(255, 255, 255, 0.08));
  color: #dce8f4;
}

.participate-visual {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  background:
    radial-gradient(circle at top left, rgba(255, 184, 92, 0.28), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(99, 199, 255, 0.24), transparent 22%),
    linear-gradient(180deg, #0d1726 0%, #09111d 100%);
}

.participate-spotlight {
  position: relative;
  min-height: 560px;
  padding: 30px;
  display: grid;
  align-content: start;
  gap: 20px;
}

.spotlight-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.85;
}

.spotlight-glow-one {
  top: 28px;
  right: 34px;
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(255, 185, 94, 0.38), transparent 70%);
}

.spotlight-glow-two {
  left: -40px;
  bottom: 90px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(99, 199, 255, 0.26), transparent 68%);
}

.spotlight-badge {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffd690;
  font-size: 0.74rem;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
}

.spotlight-trophy {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 8px auto 0;
  display: grid;
  place-items: center;
}

.trophy-ring {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.28), transparent 36%),
    linear-gradient(135deg, rgba(255, 188, 100, 0.9), rgba(255, 132, 95, 0.55), rgba(99, 199, 255, 0.46));
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.28),
    inset 0 2px 10px rgba(255, 255, 255, 0.3);
}

.trophy-ring::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 999px;
  background: rgba(10, 17, 30, 0.92);
}

.trophy-core {
  position: relative;
  width: 122px;
  height: 122px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.22), transparent 38%),
    linear-gradient(180deg, rgba(255, 185, 94, 0.9), rgba(255, 132, 95, 0.78));
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.24),
    inset 0 2px 8px rgba(255, 255, 255, 0.28);
}

.trophy-core span {
  font-family: "Sora", sans-serif;
  font-size: 1.2rem;
  color: #fff7ec;
  letter-spacing: 0.14rem;
}

.spotlight-copy {
  display: grid;
  gap: 0.6rem;
  max-width: 36rem;
}

.spotlight-copy strong {
  font-family: "Sora", sans-serif;
  font-size: 1.3rem;
  line-height: 1.35;
  color: #f8fbff;
}

.spotlight-copy p {
  margin: 0;
  color: #c4d1df;
  line-height: 1.7;
}

.spotlight-points {
  display: grid;
  gap: 14px;
}

.spotlight-point {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 38%),
    rgba(14, 23, 38, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.spotlight-point span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 185, 94, 0.26), rgba(99, 199, 255, 0.18));
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 0.78rem;
}

.spotlight-point strong {
  display: block;
  margin-bottom: 0.3rem;
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
  line-height: 1.3;
}

.spotlight-point p {
  margin: 0;
  color: #c8d3e2;
  line-height: 1.6;
  font-size: 0.88rem;
}

.participate-overlay-card {
  display: none;
}

.participate-form-card {
  display: grid;
  gap: 20px;
  padding: 34px;
  position: relative;
  overflow: hidden;
}

.participate-form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent) 45%, white), transparent);
  opacity: 0.7;
  pointer-events: none;
}

.participate-form-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  gap: 20px;
  align-items: start;
}

.participate-form-copy {
  display: grid;
  gap: 10px;
}

.participate-form-badge {
  display: grid;
  gap: 0.45rem;
  align-content: start;
  padding: 18px 20px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--accent) 10%, rgba(255, 255, 255, 0.04)), transparent 48%),
    rgba(15, 24, 39, 0.9);
  border: 1px solid color-mix(in srgb, var(--accent) 18%, rgba(255, 255, 255, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.participate-form-badge strong {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  color: #f6f9fd;
}

.participate-form-badge span {
  color: #b8c7d8;
  font-size: 0.88rem;
  line-height: 1.6;
}

.participate-form-card h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.14;
}

.participate-form-card p {
  margin: 0;
  color: #b8c6d6;
  line-height: 1.7;
  max-width: 48rem;
}

.participate-form {
  display: grid;
  gap: 18px;
  margin-top: 4px;
  padding: 22px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 26%),
    rgba(8, 14, 24, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.participate-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.participate-form label {
  display: grid;
  gap: 9px;
}

.participate-field {
  padding: 14px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 38%),
    rgba(13, 20, 34, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.participate-field-wide {
  padding: 16px;
}

.participate-form label span {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: #dce7f3;
}

.participate-form textarea {
  min-height: 180px;
  resize: vertical;
}

.participate-form textarea,
.participate-form select,
.participate-form input {
  padding: 1.08rem 1.12rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 42%),
    rgba(19, 28, 43, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18);
  transition:
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease,
    transform 0.24s ease;
}

.participate-form textarea::placeholder,
.participate-form input::placeholder {
  color: #8ea0b7;
}

.participate-form textarea:hover,
.participate-form select:hover,
.participate-form input:hover {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 42%),
    rgba(20, 30, 47, 0.96);
}

.participate-form textarea:focus,
.participate-form select:focus,
.participate-form input:focus {
  border-color: color-mix(in srgb, var(--accent) 50%, white);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--accent) 14%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 42%),
    rgba(21, 32, 49, 0.98);
  transform: translateY(-1px);
}

.participate-form .solid-btn {
  min-height: 58px;
  margin-top: 6px;
  border-radius: 20px;
  justify-self: start;
  min-width: 260px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.participate-success {
  padding: 16px 18px;
  border-radius: 18px;
  background: color-mix(in srgb, #31c08d 12%, rgba(255, 255, 255, 0.04));
  border: 1px solid color-mix(in srgb, #31c08d 20%, rgba(255, 255, 255, 0.08));
  color: #dff7ee;
}

.admin-page {
  min-height: 100vh;
  color: #122033;
  background:
    radial-gradient(circle at top left, rgba(103, 177, 255, 0.16), transparent 24%),
    linear-gradient(180deg, #f6f8fc 0%, #eef3f9 100%);
}

.admin-main {
  padding: 28px 0 80px;
}

.admin-shell {
  display: grid;
  gap: 24px;
}

.admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
}

.admin-hero-copy,
.admin-table-card,
.admin-summary-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 253, 0.98));
  border: 1px solid rgba(18, 32, 51, 0.08);
  box-shadow: 0 20px 40px rgba(25, 55, 99, 0.08);
  backdrop-filter: blur(14px);
}

.admin-hero-copy {
  padding: 30px;
  border-radius: 28px;
  display: grid;
  gap: 10px;
}

.admin-hero-copy h1,
.admin-table-head h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.04em;
}

.admin-hero-copy h1 {
  font-size: clamp(1.7rem, 2.6vw, 2.5rem);
  line-height: 1.08;
}

.admin-hero-copy p {
  margin: 0;
  max-width: 42rem;
  color: #627589;
  line-height: 1.68;
}

.admin-summary {
  display: grid;
  gap: 16px;
}

.admin-summary-card {
  padding: 22px 24px;
  border-radius: 24px;
  display: grid;
  gap: 0.35rem;
  align-content: center;
}

.admin-summary-card small {
  text-transform: uppercase;
  letter-spacing: 0.16rem;
  font-size: 0.72rem;
  color: var(--accent);
}

.admin-summary-card strong {
  font-family: "Sora", sans-serif;
  font-size: 1.7rem;
  color: #102030;
}

.admin-dashboard {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.admin-menu {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(18, 32, 51, 0.08);
  box-shadow: 0 20px 40px rgba(25, 55, 99, 0.08);
}

.admin-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(18, 32, 51, 0.08);
  background: #f7f9fc;
  color: #102030;
  cursor: pointer;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease;
}

.admin-menu-item:hover,
.admin-menu-item.active {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(91, 179, 255, 0.12), rgba(255, 175, 109, 0.08));
  border-color: rgba(91, 179, 255, 0.24);
  box-shadow: 0 14px 28px rgba(31, 92, 163, 0.08);
}

.admin-menu-label {
  font-family: "Sora", sans-serif;
  font-size: 0.92rem;
  text-align: left;
}

.admin-menu-item strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 0.4rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
}

.admin-content {
  min-width: 0;
}

.admin-table-card {
  padding: 28px;
  border-radius: 30px;
  display: grid;
  gap: 22px;
}

.admin-table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 4px;
}

.admin-list {
  display: grid;
  gap: 12px;
}

.admin-panels {
  display: grid;
}

.admin-panel {
  display: none;
}

.admin-panel.active {
  display: block;
}

.admin-record {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 253, 0.98));
  border: 1px solid rgba(18, 32, 51, 0.08);
  box-shadow: 0 10px 24px rgba(31, 92, 163, 0.06);
}

.admin-record-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.admin-record-title {
  display: grid;
  gap: 3px;
}

.admin-record-title strong {
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
  color: #102030;
}

.admin-record-title span {
  color: #6d8197;
  font-size: 0.84rem;
}

.admin-record-meta {
  display: grid;
  justify-items: end;
  gap: 6px;
}

.admin-record-meta small {
  color: #7f92a8;
  font-size: 0.76rem;
}

.admin-record-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-record-note label {
  display: block;
  margin-bottom: 6px;
  color: #7f92a8;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}

.admin-record-note {
  padding: 12px 14px;
  border-radius: 16px;
  background: #f5f8fc;
  border: 1px solid rgba(18, 32, 51, 0.06);
}

.admin-record-note p {
  margin: 0;
  color: #42576d;
  line-height: 1.6;
  word-break: break-word;
}

.admin-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  background: #eef4fb;
  border: 1px solid rgba(18, 32, 51, 0.08);
  font-size: 0.78rem;
  color: #35506b;
}

.admin-contact-chip {
  text-decoration: none;
}

.admin-empty {
  padding: 20px;
  border-radius: 20px;
  background: #f5f8fc;
  border: 1px solid rgba(18, 32, 51, 0.08);
  color: #627589;
}

.admin-empty-block {
  padding: 16px 18px;
  border-radius: 18px;
  background: #f7f9fc;
  border: 1px dashed rgba(18, 32, 51, 0.12);
  color: #627589;
}

[hidden] {
  display: none !important;
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroFrameIn {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes heroTextIn {
  from {
    opacity: 0;
    transform: translateY(28px) rotateX(8deg);
  }

  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

@keyframes heroBadgeIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes softRise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroMediaIn {
  from {
    opacity: 0.7;
    transform: scale(1.08);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes glowPulse {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.66;
    transform: scale(1.06);
  }
}

@keyframes haloSpin {
  from {
    transform: rotate(0deg) scale(0.96);
  }

  to {
    transform: rotate(360deg) scale(1.04);
  }
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-8px) rotate(-0.4deg);
  }
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes cardCascadeIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes categorySweep {
  from {
    transform: skewX(-18deg) translateX(0);
  }

  to {
    transform: skewX(-18deg) translateX(360%);
  }
}

@keyframes activeCardPulse {
  0%,
  100% {
    box-shadow:
      0 20px 42px rgba(0, 0, 0, 0.28),
      0 0 0 1px color-mix(in srgb, var(--accent) 12%, transparent),
      0 0 0 0 color-mix(in srgb, var(--accent) 0%, transparent);
  }

  50% {
    box-shadow:
      0 24px 48px rgba(0, 0, 0, 0.32),
      0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent),
      0 0 0 8px color-mix(in srgb, var(--accent) 8%, transparent);
  }
}

@keyframes chipSweep {
  from {
    transform: translateX(-120%);
  }

  to {
    transform: translateX(130%);
  }
}

@keyframes sectionLiftIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes featureRowIn {
  from {
    opacity: 0;
    transform: translateX(-18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes visualPanelIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.99);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes showcaseCardIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}


@media (max-width: 1180px) {
  .showcase-grid,
  .category-rail,
  .participate-hero,
  .reward-grid,
  .admin-hero {
    grid-template-columns: 1fr;
  }

  .admin-dashboard {
    grid-template-columns: 1fr;
  }

  .admin-record-top {
    flex-direction: column;
  }

  .admin-record-meta {
    justify-items: start;
  }

  .hero-frame,
  .hero-image {
    height: 460px;
  }

  .category-rail-wrap {
    margin-top: 18px;
  }

  .category-rail-head {
    align-items: start;
    flex-direction: column;
  }

  .category-rail-head p {
    max-width: 100%;
    text-align: left;
  }

  .showcase-image {
    min-height: 520px;
  }

  .footer-shell {
    grid-template-columns: 1fr;
  }

  .footer-bar {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-meta {
    text-align: left;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .participate-form-grid {
    grid-template-columns: 1fr;
  }

  .participate-form-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 24px, 1280px);
  }

  .nav {
    min-height: auto;
    padding: 14px 0;
    flex-direction: column;
    align-items: start;
  }

  .nav-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .hero-frame,
  .hero-image {
      height: 380px;
      border-radius: 28px;
    }

  .hero-content {
      padding: 16px;
      gap: 12px;
    }

  .hero-copy {
      padding-bottom: 48px;
    }

  .hero-dot-nav {
    right: 16px;
    bottom: 16px;
    gap: 8px;
    padding: 8px 10px;
  }

  .hero-dot.active {
    width: 26px;
  }

  .hero-copy h1 {
    font-size: clamp(1.5rem, 7vw, 2.15rem);
    max-width: 12ch;
  }

  .hero-summary,
  .showcase-summary {
    font-size: 0.86rem;
  }

  .feature-card,
  .stat-chip,
  .domain-visual-card,
  .showcase-copy,
  .footer-shell,
  .participate-copy,
  .participate-form-card,
  .participate-visual,
  .modal-card,
  .category-card {
    border-radius: 24px;
  }

  .feature-card {
    grid-template-columns: 1fr;
  }

  .showcase-image {
    min-height: 420px;
  }

  .participate-copy,
  .participate-form-card {
    padding: 22px;
  }

  .participate-form .solid-btn {
    width: 100%;
    min-width: 0;
  }

  .participate-spotlight {
    min-height: 440px;
    padding: 20px;
  }

  .spotlight-trophy {
    width: 180px;
    height: 180px;
  }

  .trophy-core {
    width: 98px;
    height: 98px;
  }
}
