:root {
  --bg: #0b1020;
  --bg-soft: #10192d;
  --surface: rgba(17, 26, 45, 0.78);
  --surface-strong: rgba(14, 20, 36, 0.95);
  --text: #eef4ff;
  --muted: #a7b4cf;
  --line: rgba(255, 255, 255, 0.08);
  --accent: #6ee7ff;
  --accent-2: #8b5cf6;
  --warm: #f8b76e;
  --success: #34d399;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at 12% 18%, rgba(110, 231, 255, 0.18), transparent 24%),
    radial-gradient(circle at 80% 10%, rgba(139, 92, 246, 0.16), transparent 22%),
    radial-gradient(circle at 55% 85%, rgba(52, 211, 153, 0.08), transparent 24%),
    linear-gradient(180deg, #060911 0%, #0b1020 44%, #0a0e18 100%);
  overflow-x: hidden;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.container {
  width: min(1180px, calc(100% - 1.5rem));
  margin: 0 auto;
}

.page-shell { position: relative; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8, 11, 20, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

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

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

.brand-mark {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(125, 211, 252, 0.95), rgba(139, 92, 246, 0.95));
  box-shadow: 0 14px 28px rgba(79, 70, 229, 0.18);
  flex: 0 0 auto;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand strong,
.footer-grid strong {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.82rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.95rem;
  transition: color 0.22s ease, transform 0.22s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

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

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.92rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.button:hover,
.button:focus-visible { transform: translateY(-2px); }

.button-primary {
  color: #07111d;
  background: linear-gradient(135deg, #dff7ff, #6ee7ff 38%, #8b5cf6);
  box-shadow: 0 20px 45px rgba(110, 231, 255, 0.14);
}

.button-secondary {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.section { padding: 5.4rem 0; }
.section-muted {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0));
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: auto;
  border-radius: 999px;
  filter: blur(8px);
  pointer-events: none;
  animation: drift 18s ease-in-out infinite alternate;
}

.hero-bg-a {
  width: 24rem;
  height: 24rem;
  left: -4rem;
  top: 4rem;
  background: radial-gradient(circle, rgba(110, 231, 255, 0.20), transparent 66%);
}

.hero-bg-b {
  width: 18rem;
  height: 18rem;
  right: -4rem;
  top: 9rem;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.18), transparent 66%);
  animation-delay: -7s;
}

.hero-grid,
.submit-layout,
.section-heading,
.cta-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.hero-grid { align-items: center; position: relative; }

.hero-copy { position: relative; z-index: 1; }

.eyebrow {
  margin: 0 0 1rem;
  color: var(--accent);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1, h2, h3 {
  margin: 0;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.02;
}

h1 { font-size: clamp(3.25rem, 7.8vw, 6.8rem); max-width: 11ch; }
h2 { font-size: clamp(2rem, 4.5vw, 3.6rem); max-width: 14ch; }
h3 { font-size: 1.35rem; }

.hero-text,
.section-heading p,
.testimonial-card .review,
.video-copy,
.moderation-copy,
.footer-grid p,
.cta-card p,
.submit-layout p,
.hero-panel span,
.hero-panel p,
.form-feedback,
.pending-list p,
.live-feed p,
.video-body p,
.stat-card span,
.hero-stacked-cards span {
  color: var(--muted);
}

.hero-text {
  max-width: 42rem;
  margin: 1.1rem 0 0;
  font-size: 1.06rem;
}

.hero-actions,
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 1.8rem; }

.glass-card,
.testimonial-card,
.video-card,
.moderation-card,
.form-card,
.stat-card,
.cta-card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-panel {
  border-radius: var(--radius-xl);
  padding: 1.35rem;
  position: relative;
  overflow: hidden;
}

.hero-panel::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.hero-panel-top,
.card-head,
.testimonial-head,
.video-body,
.stat-card,
.pending-item,
.logo-marquee,
.footer-bottom {
  display: flex;
  align-items: center;
}

.card-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.hero-panel-top { gap: 0.55rem; color: var(--muted); font-size: 0.92rem; margin-bottom: 1.1rem; }

.status-dot {
  width: 10px; height: 10px; border-radius: 50%; background: var(--success);
  box-shadow: 0 0 0 6px rgba(52, 211, 153, 0.12);
}

.hero-stacked-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.hero-stacked-cards article,
.stat-card,
.testimonial-card,
.video-card,
.pending-item {
  border-radius: var(--radius-lg);
  padding: 1rem 1rem 1.05rem;
}

.hero-stacked-cards article {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-stacked-cards strong,
.stat-card strong {
  display: block;
  font-size: 1.28rem;
  color: var(--text);
}

.section-heading {
  align-items: end;
  margin-bottom: 1.7rem;
}

.section-heading p { max-width: 32rem; margin: 0; }

.featured-grid,
.video-grid,
.stats-grid,
.pending-list,
.live-feed {
  display: grid;
  gap: 1rem;
}
  .live-feed-shell { margin-top: 1.4rem; }
  .section-heading.compact { margin-bottom: 1rem; }

.featured-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.video-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.stats-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pending-list { grid-template-columns: 1fr; }
.live-feed { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.testimonial-card {
  display: grid;
  gap: 0.85rem;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  position: relative;
}

.testimonial-card:hover,
.video-card:hover,
.stat-card:hover,
.pending-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.42);
}

.testimonial-head { gap: 0.85rem; }

.avatar {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(110, 231, 255, 0.35), rgba(139, 92, 246, 0.35));
  border: 1px solid rgba(255, 255, 255, 0.14);
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--text);
  font-weight: 800;
  font-family: 'Space Grotesk', sans-serif;
}

.avatar.has-image {
  background-size: cover;
  background-position: center;
  color: transparent;
}

.business { display: block; color: var(--muted); font-size: 0.86rem; }
.stars { display: inline-flex; gap: 0.18rem; color: #f8d66b; font-size: 0.95rem; letter-spacing: 0.14em; }
.project-badge,
.review-status {
  width: fit-content;
  padding: 0.42rem 0.66rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  color: var(--muted);
}

.video-card {
  padding: 0;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.video-media {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(10, 13, 22, 0.16), rgba(10, 13, 22, 0.82)), linear-gradient(135deg, #0f1a30, #101d39);
}

.review-video {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  display: block;
  opacity: 0.88;
}

.video-play {
  position: absolute;
  inset: auto auto 1rem 1rem;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 12, 20, 0.72);
  color: var(--text);
  font-size: 1.05rem;
  backdrop-filter: blur(12px);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.24s ease, background 0.24s ease;
}

.video-card:hover .video-play { transform: scale(1.06); }

.video-body { gap: 0.75rem; padding: 1rem 1.05rem 1.15rem; align-items: start; }

.submit-layout { align-items: start; }

.moderation-card,
.form-card,
.cta-card { border-radius: var(--radius-xl); }

.moderation-card { margin-top: 1.25rem; padding: 1.2rem; }

.form-card {
  padding: 1.35rem;
  position: relative;
  overflow: hidden;
}

.form-card::before {
  content: '';
  position: absolute;
  inset: -30% auto auto -35%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(110, 231, 255, 0.16) 0%, rgba(110, 231, 255, 0) 70%);
  pointer-events: none;
}

.card-head { justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }

.card-head h3 { margin-top: 0.35rem; }

.review-form { display: grid; gap: 1.2rem; position: relative; z-index: 1; }

.field-group { display: grid; gap: 0.55rem; }

.field-group label {
  font-weight: 600;
  letter-spacing: 0.01em;
}

.form-control {
  width: 100%;
  min-height: 58px;
  padding: 1.02rem 1.05rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text);
  background: rgba(11, 18, 34, 0.55);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.form-control::placeholder {
  color: rgba(226, 232, 240, 0.55);
}

.form-control:hover {
  border-color: rgba(110, 231, 255, 0.32);
}

.form-control:focus {
  border-color: rgba(110, 231, 255, 0.6);
  box-shadow: 0 0 0 5px rgba(110, 231, 255, 0.14);
}

.form-textarea { min-height: 230px; resize: vertical; }
.file-input { padding-top: 0.85rem; }

.file-input::file-selector-button {
  margin-right: 0.7rem;
  padding: 0.56rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, rgba(125, 211, 252, 0.22), rgba(139, 92, 246, 0.22));
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.file-input::file-selector-button:hover {
  transform: translateY(-1px);
  border-color: rgba(110, 231, 255, 0.5);
}

.file-input::-webkit-file-upload-button {
  margin-right: 0.7rem;
  padding: 0.56rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, rgba(125, 211, 252, 0.22), rgba(139, 92, 246, 0.22));
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
}

.rating-picker {
  display: inline-flex;
  gap: 0.62rem;
  flex-wrap: wrap;
}

.star-button {
  width: 54px; height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(248, 214, 107, 0.28);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(248, 214, 107, 0.45);
  font-size: 1.28rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.star-button::after {
  content: '';
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(248, 214, 107, 0.28) 0%, rgba(248, 214, 107, 0) 65%);
  opacity: 0;
  transform: scale(0.3);
  pointer-events: none;
}

.star-button.is-active {
  background: rgba(248, 214, 107, 0.16);
  color: #f8d66b;
  border-color: rgba(248, 214, 107, 0.45);
  box-shadow: 0 10px 20px rgba(248, 214, 107, 0.2);
  animation: starPop 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.star-button.is-burst::after {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.star-button:hover {
  transform: translateY(-3px) scale(1.05);
  color: #f8d66b;
  border-color: rgba(248, 214, 107, 0.42);
}

.form-buttons {
  display: grid;
  gap: 0.8rem;
  margin-top: 0.3rem;
}

.form-submit,
.form-cancel-edit {
  width: 100%;
}

.form-submit {
  min-height: 56px;
  font-size: 1.03rem;
}

.form-cancel-edit {
  min-height: 50px;
  font-weight: 600;
  opacity: 0.95;
}

.form-cancel-edit[hidden] {
  display: none !important;
}

.form-feedback {
  min-height: 1.2rem;
  font-size: 0.95rem;
}

.form-feedback.is-success { color: #7ff3c5; }
.form-feedback.is-error { color: #f7a1a1; }

.publish-note {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
}

.publish-note p {
  margin: 0;
  color: var(--muted);
}

@keyframes starPop {
  0% { transform: scale(0.82); }
  70% { transform: scale(1.12); }
  100% { transform: scale(1); }
}

.stats-grid {
  align-items: stretch;
}

.stat-card {
  gap: 0.75rem;
  flex-direction: column;
  align-items: start;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.stat-card strong { font-size: clamp(2rem, 3vw, 2.8rem); }

.logo-marquee {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.03);
  padding: 1rem 0;
}

.logo-track {
  display: flex;
  gap: 2.75rem;
  padding-inline: 1.25rem;
  width: max-content;
  animation: marquee 24s linear infinite;
}

.logo-track span {
  color: var(--text);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.74;
}

.cta-section { padding-top: 2rem; }

.cta-card {
  padding: 1.6rem;
  align-items: center;
}

.cta-actions { justify-content: flex-end; margin-top: 0; }

.site-footer {
  padding: 1.8rem 0 2.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.footer-grid h3 {
  margin-bottom: 0.65rem;
  font-size: 1.02rem;
}

.footer-grid a {
  display: block;
  color: var(--muted);
  margin: 0.32rem 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-grid a:hover,
.footer-grid a:focus-visible { color: var(--text); transform: translateX(2px); }

.footer-bottom {
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.2rem;
  padding-top: 1rem;
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in-view { opacity: 1; transform: translateY(0); }

@keyframes drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(0, -10px, 0) scale(1.03); }
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1100px) {
  .hero-grid,
  .submit-layout,
  .cta-card,
  .section-heading,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .featured-grid,
  .video-grid,
  .stats-grid,
  .live-feed { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .cta-actions { justify-content: flex-start; }
}

@media (max-width: 768px) {
  .section { padding: 4.2rem 0; }

  .nav-toggle { display: inline-flex; }
  .nav-actions .nav-cta { display: none; }

  .site-nav {
    position: absolute;
    top: 84px;
    left: 1rem;
    right: 1rem;
    display: grid;
    gap: 0;
    padding: 0.55rem;
    border-radius: 22px;
    background: rgba(9, 13, 22, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
  }

  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { padding: 0.95rem 1rem; border-radius: 14px; }
  .site-nav a:hover,
  .site-nav a:focus-visible { background: rgba(255, 255, 255, 0.04); }

  .featured-grid,
  .video-grid,
  .stats-grid,
  .live-feed { grid-template-columns: 1fr; }

  .logo-track { gap: 1.8rem; }

  .hero-actions,
  .cta-actions,
  .footer-bottom,
  .card-head,
  .card-actions { flex-direction: column; align-items: stretch; }

  .button { width: 100%; }

  .form-control { min-height: 54px; }
  .form-textarea { min-height: 190px; }
  .star-button { width: 48px; height: 48px; font-size: 1.18rem; }

  h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 2.8rem); }
}

@media (max-width: 520px) {
  .container { width: min(1180px, calc(100% - 1rem)); }
  .hero-panel,
  .testimonial-card,
  .video-body,
  .moderation-card,
  .cta-card {
    padding: 1.15rem;
  }
}
.pending-item {
  display: grid;
  gap: 0.8rem;
  align-items: start;
  background: rgba(255, 255, 255, 0.03);
}
.pending-item strong { display: block; margin-bottom: 0.2rem; }
.pending-meta p { margin: 0.55rem 0 0.7rem; }
.pending-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}