:root {
  --bg-main: #030c17;
  --bg-1: #06111e;
  --bg-2: #091826;
  --ink-900: #ddf0ff;
  --ink-700: #7db8d8;
  --ink-500: #3d6a88;
  --line: #0e2438;
  --line-bright: #1a3d5c;
  --card: #06111e;
  --brand-blue: #1a90ff;
  --brand-cyan: #0fe0d0;
  --brand-gold: #f5c842;
  --signal: #22ffb2;
  --signal-soft: rgba(34, 255, 178, 0.15);
  --font-mono: "Space Mono", "Courier New", monospace;
  --shadow: 0 20px 52px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(15, 224, 208, 0.06);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink-700);
  background:
    radial-gradient(ellipse at 18% 0%, rgba(15, 224, 208, 0.12), transparent 44%),
    radial-gradient(ellipse at 84% 6%, rgba(26, 144, 255, 0.1), transparent 38%),
    linear-gradient(180deg, #050f1c 0%, var(--bg-main) 100%);
}

.bg-layers {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.blob {
  position: absolute;
  filter: blur(60px);
  opacity: 0.32;
}

.blob-a {
  width: 700px;
  height: 700px;
  top: -200px;
  right: -120px;
  border-radius: 52% 48% 60% 40%;
  background: radial-gradient(circle at 30% 30%, rgba(15, 224, 208, 0.9), transparent 54%);
}

.blob-b {
  width: 720px;
  height: 720px;
  left: -200px;
  bottom: -280px;
  border-radius: 42% 58% 51% 49%;
  background: radial-gradient(circle at 65% 35%, rgba(26, 144, 255, 0.7), transparent 62%);
}

.grid-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(15, 224, 208, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 224, 208, 0.1) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(ellipse at 50% 0%, #000 55%, transparent 90%);
}

.campaign-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 20px auto 38px;
  display: grid;
  gap: 14px;
}

.urgency-bar {
  border-radius: 18px;
  border: 1px solid #4b3522;
  border-top: 4px solid #ffb347;
  background:
    linear-gradient(120deg, rgba(255, 179, 71, 0.14), rgba(15, 224, 208, 0.08) 45%, rgba(5, 12, 22, 0.96) 100%),
    rgba(5, 12, 22, 0.96);
  box-shadow: var(--shadow), 0 0 20px rgba(255, 179, 71, 0.12);
  padding: 14px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1.35fr auto;
  align-items: stretch;
}

.urgency-copy h2 {
  margin: 6px 0 0;
  color: var(--ink-900);
  font-family: "Oswald", "Segoe UI", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.3rem, 3vw, 2rem);
}

.urgency-text {
  margin: 8px 0 0;
  color: #d1b487;
  max-width: 65ch;
}

.live-clock {
  min-width: 250px;
  border: 1px solid #5d432d;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(36, 24, 13, 0.95), rgba(18, 12, 7, 0.96));
  padding: 10px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
}

.clock-label {
  color: #ffcf91;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#live-clock-time {
  color: #ffd9a8;
  font-family: var(--font-mono);
  font-size: clamp(1.7rem, 3.6vw, 2.6rem);
  letter-spacing: 0.04em;
  text-shadow: 0 0 14px rgba(255, 179, 71, 0.42);
}

.clock-deadline {
  color: #ff9c9c;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.alert {
  color: #ff5a5a;
  animation: alertPulse 1.1s ease-in-out infinite;
}

.top-strip,
.hero,
.evidence-panel,
.outputs,
.timeline {
  border-radius: 18px;
  border: 1px solid var(--line-bright);
  background: rgba(6, 14, 26, 0.94);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(15, 224, 208, 0.07);
}

.top-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
}

.metric {
  border-radius: 12px;
  border: 1px solid var(--line-bright);
  border-left: 3px solid var(--brand-cyan);
  padding: 12px;
  background: linear-gradient(120deg, rgba(15, 224, 208, 0.07), rgba(6, 14, 26, 0.8));
  box-shadow: 0 0 12px rgba(15, 224, 208, 0.04);
}

.metric-label,
.metric-value {
  margin: 0;
}

.metric-label {
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #2e6282;
}

.metric-value {
  margin-top: 5px;
  font-family: var(--font-mono);
  letter-spacing: -0.02em;
  font-size: 1.15rem;
  color: var(--brand-cyan);
  text-shadow: 0 0 10px rgba(15, 224, 208, 0.5);
}

.hero {
  padding: 20px;
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 18px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(130deg, rgba(26, 144, 255, 0.14), transparent 44%),
    linear-gradient(210deg, rgba(15, 224, 208, 0.1), transparent 40%),
    linear-gradient(0deg, rgba(34, 255, 178, 0.04) 0%, transparent 22%),
    rgba(4, 10, 20, 0.98);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(15, 224, 208, 0.03) 3px,
    rgba(15, 224, 208, 0.03) 4px
  );
  pointer-events: none;
  z-index: 0;
}

.hero-content,
.hero-brief,
.hero-url,
.hero-side {
  position: relative;
  z-index: 1;
}

.hero-side {
  display: grid;
  gap: 12px;
  align-content: stretch;
  grid-template-rows: auto 1fr;
}

.kicker {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  color: var(--brand-cyan);
  text-shadow: 0 0 14px rgba(15, 224, 208, 0.7);
}

.hero h1,
.section-head h2,
.card h3,
.outputs h3 {
  font-family: "Oswald", "Segoe UI", sans-serif;
  letter-spacing: 0.02em;
  margin: 0;
  color: var(--ink-900);
}

.hero h1 {
  margin-top: 8px;
  font-size: clamp(1.8rem, 3.6vw, 3.2rem);
  line-height: 1.02;
  text-shadow: 0 0 40px rgba(26, 144, 255, 0.3);
}

.lede {
  margin: 12px 0 0;
  max-width: 62ch;
  color: var(--ink-700);
}

.deadline-row {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 224, 208, 0.35);
  background: rgba(15, 224, 208, 0.07);
  font-weight: 700;
  font-size: 0.76rem;
  color: var(--brand-cyan);
  font-family: var(--font-mono);
  letter-spacing: -0.01em;
  box-shadow: 0 0 8px rgba(15, 224, 208, 0.15);
}

.hero-brief {
  border-radius: 14px;
  border: 1px solid var(--line-bright);
  border-top: 2px solid rgba(15, 224, 208, 0.35);
  padding: 10px 12px;
  background: rgba(8, 20, 36, 0.9);
  box-shadow: inset 0 0 0 1px rgba(15, 224, 208, 0.04);
}

.hero-brief h2 {
  margin: 0;
  font-family: "Oswald", "Segoe UI", sans-serif;
  font-size: 1rem;
  color: var(--ink-900);
}

.brief-note {
  margin: 4px 0 0;
  font-size: 0.74rem;
  font-weight: 700;
  color: #b06a0a;
  letter-spacing: 0.01em;
}

.hero-brief ul {
  margin: 8px 0 0;
  padding-left: 16px;
  display: grid;
  gap: 5px;
  color: var(--ink-700);
  font-size: 0.82rem;
  line-height: 1.35;
}

.hero-url {
  border-radius: 14px;
  border: 1px solid rgba(15, 224, 208, 0.55);
  border-top: 4px solid var(--brand-cyan);
  padding: 18px 12px;
  background:
    linear-gradient(135deg, rgba(15, 224, 208, 0.16), rgba(26, 144, 255, 0.1) 55%, rgba(5, 12, 22, 0.96) 100%),
    rgba(5, 12, 22, 0.96);
  box-shadow:
    0 0 28px rgba(15, 224, 208, 0.18),
    inset 0 1px 0 rgba(15, 224, 208, 0.18);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 0;
  overflow: hidden;
}

.hero-url .kicker {
  display: block;
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: 0.16em;
}

.qr-wrap {
  position: relative;
  width: 148px;
  height: 148px;
  border-radius: 12px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 0 24px rgba(15, 224, 208, 0.35);
}

.qr-img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4px;
}

.qr-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 3px #fff;
}

.qr-logo-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.hero-url-link {
  display: block;
  margin: 0;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(0.85rem, 1.5vw, 1.2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--brand-cyan);
  text-decoration: none;
  white-space: nowrap;
  text-shadow:
    0 0 18px rgba(15, 224, 208, 0.75),
    0 0 36px rgba(15, 224, 208, 0.4);
}

.evidence-panel,
.outputs {
  padding: 18px;
  background: rgba(5, 12, 22, 0.96);
}

.follow-along {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(15, 224, 208, 0.45);
  border-top: 4px solid var(--brand-cyan);
  background:
    linear-gradient(120deg, rgba(15, 224, 208, 0.08), rgba(26, 144, 255, 0.06) 45%, rgba(5, 12, 22, 0.98) 100%),
    rgba(5, 12, 22, 0.97);
  box-shadow:
    0 0 34px rgba(15, 224, 208, 0.12),
    0 0 0 1px rgba(15, 224, 208, 0.18),
    inset 0 1px 0 rgba(15, 224, 208, 0.1);
  position: relative;
  overflow: hidden;
}

.follow-along::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 4px,
    rgba(15, 224, 208, 0.03) 4px,
    rgba(15, 224, 208, 0.03) 5px
  );
  pointer-events: none;
  z-index: 0;
}

.follow-along .section-head,
.follow-along .prompt-list {
  position: relative;
  z-index: 1;
}

.follow-along .section-head .kicker {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 224, 208, 0.5);
  background: rgba(15, 224, 208, 0.1);
}

.follow-along .section-head h2 {
  text-shadow: 0 0 16px rgba(15, 224, 208, 0.35);
}

.prompt-list {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.prompt-item {
  border-radius: 13px;
  border: 1px solid rgba(15, 224, 208, 0.28);
  border-top: 2px solid rgba(15, 224, 208, 0.7);
  background: linear-gradient(180deg, rgba(15, 224, 208, 0.08) 0%, rgba(8, 20, 38, 0.92) 100%);
  padding: 12px;
  box-shadow: inset 0 1px 0 rgba(15, 224, 208, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  cursor: pointer;
}

.prompt-item:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 224, 208, 0.55);
  box-shadow: 0 0 20px rgba(15, 224, 208, 0.16), inset 0 1px 0 rgba(15, 224, 208, 0.2);
}

.prompt-item:focus-visible {
  outline: 2px solid rgba(15, 224, 208, 0.9);
  outline-offset: 2px;
}

.prompt-item.copied {
  border-color: rgba(34, 255, 178, 0.75);
  box-shadow: 0 0 22px rgba(34, 255, 178, 0.2), inset 0 1px 0 rgba(34, 255, 178, 0.28);
}

.prompt-item.copy-failed {
  border-color: rgba(255, 90, 90, 0.75);
  box-shadow: 0 0 22px rgba(255, 90, 90, 0.15), inset 0 1px 0 rgba(255, 90, 90, 0.2);
}

.prompt-item.copied .prompt-number::after {
  content: " Copied";
  color: #6bffbf;
}

.prompt-item.copy-failed .prompt-number::after {
  content: " Copy failed";
  color: #ff9a9a;
}

.prompt-item-wide {
  grid-column: span 2;
}

.prompt-number {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(15, 224, 208, 0.5);
  background: rgba(15, 224, 208, 0.12);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-cyan);
  text-shadow: 0 0 8px rgba(15, 224, 208, 0.45);
}

.prompt-item h3 {
  margin: 6px 0 0;
  font-size: 1.05rem;
  font-family: "Oswald", "Segoe UI", sans-serif;
  color: var(--ink-900);
}

.prompt-text {
  margin: 8px 0 0;
  font-size: 0.9rem;
  color: var(--ink-700);
  line-height: 1.5;
}

.prompt-channels {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.channel-label {
  font-size: 0.72rem;
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-500);
}

.channel-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(15, 224, 208, 0.45);
  background: rgba(15, 224, 208, 0.1);
  color: var(--brand-cyan);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.channel-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
  opacity: 0.85;
}

.channel-tag.app-copilot {
  color: #73e7d8;
  border-color: rgba(115, 231, 216, 0.55);
  background: rgba(115, 231, 216, 0.14);
}

.channel-tag.app-teams {
  color: #93a6ff;
  border-color: rgba(147, 166, 255, 0.55);
  background: rgba(147, 166, 255, 0.14);
}

.channel-tag.app-outlook {
  color: #7fc4ff;
  border-color: rgba(127, 196, 255, 0.55);
  background: rgba(127, 196, 255, 0.14);
}

.channel-tag.app-excel {
  color: #76f5b4;
  border-color: rgba(118, 245, 180, 0.55);
  background: rgba(118, 245, 180, 0.14);
}

.channel-tag.app-word {
  color: #8ac4ff;
  border-color: rgba(138, 196, 255, 0.55);
  background: rgba(138, 196, 255, 0.14);
}

.channel-tag.app-powerpoint {
  color: #ffb48a;
  border-color: rgba(255, 180, 138, 0.55);
  background: rgba(255, 180, 138, 0.14);
}

.section-head h2 {
  margin-top: 5px;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
}

.card-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.card {
  border-radius: 13px;
  border: 1px solid var(--line-bright);
  border-top: 2px solid var(--brand-cyan);
  padding: 14px;
  background: linear-gradient(180deg, rgba(15, 224, 208, 0.05) 0%, rgba(6, 14, 26, 0.9) 100%);
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 24px rgba(15, 224, 208, 0.04);
  transition: box-shadow 0.25s, border-color 0.25s;
}

.card:hover {
  border-color: rgba(15, 224, 208, 0.55);
  box-shadow: 0 0 28px rgba(15, 224, 208, 0.12), inset 0 0 0 1px rgba(15, 224, 208, 0.08);
}

.card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--brand-cyan), transparent 80%);
  opacity: 0.8;
  border-radius: 13px 0 0 13px;
}

.card-tag {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  color: var(--brand-cyan);
  font-weight: 800;
  text-shadow: 0 0 8px rgba(15, 224, 208, 0.5);
}

.card h3 {
  margin-top: 5px;
  font-size: 1.3rem;
}

.card p {
  margin: 8px 0 0;
  color: var(--ink-500);
}

.output-list {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.output-list article {
  border-radius: 13px;
  border: 1px solid var(--line-bright);
  border-left: 3px solid rgba(26, 144, 255, 0.55);
  background: rgba(6, 14, 26, 0.9);
  padding: 14px;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.output-list article:hover {
  border-left-color: var(--brand-blue);
  box-shadow: 0 0 20px rgba(26, 144, 255, 0.1);
}

.output-list h3 {
  font-size: 1.2rem;
}

.output-list p {
  margin: 8px 0 0;
  color: var(--ink-500);
}

.timeline {
  padding: 18px 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  background: linear-gradient(90deg, rgba(4, 10, 20, 0.98), rgba(6, 20, 38, 0.96), rgba(4, 10, 20, 0.98));
  position: relative;
  overflow: hidden;
}

.time-col {
  border-radius: 12px;
  border: 1px solid var(--line-bright);
  border-top: 2px solid rgba(15, 224, 208, 0.55);
  background: rgba(8, 20, 38, 0.9);
  padding: 12px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 16px rgba(15, 224, 208, 0.04);
}

.time-col span {
  font-family: var(--font-mono);
  color: var(--brand-cyan);
  font-size: 1rem;
  letter-spacing: -0.02em;
  text-shadow: 0 0 10px rgba(15, 224, 208, 0.55);
}

.time-col p {
  margin: 6px 0 0;
  color: var(--ink-700);
}

.reveal {
  animation: rise 0.65s ease both;
}

.metric.reveal:nth-child(2),
.card.reveal:nth-child(2),
.time-col:nth-child(2) {
  animation-delay: 80ms;
}

.metric.reveal:nth-child(3),
.card.reveal:nth-child(3),
.time-col:nth-child(3) {
  animation-delay: 140ms;
}

.metric.reveal:nth-child(4),
.card.reveal:nth-child(4),
.time-col:nth-child(4) {
  animation-delay: 200ms;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ping {
  0% { box-shadow: 0 0 0 0 rgba(15, 224, 208, 0.6); }
  100% { box-shadow: 0 0 0 36px rgba(15, 224, 208, 0); }
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

@keyframes alertPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.hero-rings {
  position: absolute;
  top: 50%;
  right: 28%;
  transform: translateY(-50%);
  width: 1px;
  height: 1px;
  pointer-events: none;
  z-index: 0;
}

.hero-ring {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  border: 1.5px solid rgba(15, 224, 208, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px rgba(15, 224, 208, 0.08), inset 0 0 20px rgba(15, 224, 208, 0.04);
}

.hero-ring::after {
  content: "";
  position: absolute;
  inset: 16%;
  border-radius: 999px;
  border: 1px dashed rgba(15, 224, 208, 0.55);
}

.hero-ring-b {
  width: 380px;
  height: 380px;
  border-color: rgba(15, 224, 208, 0.16);
  box-shadow: 0 0 40px rgba(15, 224, 208, 0.05);
}

.hero-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--brand-cyan);
  transform: translate(-50%, -50%);
  animation: ping 2.4s ease-out infinite;
  box-shadow: 0 0 12px rgba(15, 224, 208, 0.9), 0 0 0 0 rgba(15, 224, 208, 0.6);
}

.time-rail {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, var(--brand-cyan), rgba(26, 144, 255, 0.6), var(--brand-gold));
  opacity: 0.5;
  pointer-events: none;
  box-shadow: 0 0 8px rgba(15, 224, 208, 0.4);
}

.status-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--signal);
  margin-right: 7px;
  vertical-align: middle;
  box-shadow: 0 0 12px rgba(34, 255, 178, 0.9), 0 0 24px rgba(34, 255, 178, 0.4);
  animation: blink 2s ease-in-out infinite;
}

@media (max-width: 980px) {
  .urgency-bar {
    grid-template-columns: 1fr;
  }

  .live-clock {
    min-width: 0;
  }

  .hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .campaign-shell {
    width: min(1180px, calc(100% - 20px));
    margin: 12px auto 22px;
    gap: 10px;
  }

  .top-strip {
    grid-template-columns: 1fr 1fr;
  }

  .card-grid,
  .output-list,
  .timeline {
    grid-template-columns: 1fr;
  }

  .prompt-list {
    grid-template-columns: 1fr;
  }

  .prompt-item-wide {
    grid-column: span 1;
  }

  .hero {
    padding: 14px;
  }

  .hero h1 {
    font-size: clamp(1.5rem, 8vw, 2.1rem);
  }
}

/* ===========================================================
   Dynamic motion layer
   =========================================================== */

/* Slowly drifting background blobs */
.blob-a {
  animation: drift-a 26s ease-in-out infinite alternate;
  will-change: transform;
}

.blob-b {
  animation: drift-b 32s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes drift-a {
  0%   { transform: translate3d(0, 0, 0)        scale(1);    opacity: 0.32; }
  50%  { transform: translate3d(-40px, 30px, 0) scale(1.06); opacity: 0.4;  }
  100% { transform: translate3d(30px, -20px, 0) scale(0.98); opacity: 0.28; }
}

@keyframes drift-b {
  0%   { transform: translate3d(0, 0, 0)         scale(1);    opacity: 0.3;  }
  50%  { transform: translate3d(40px, -30px, 0)  scale(1.08); opacity: 0.4;  }
  100% { transform: translate3d(-30px, 20px, 0)  scale(0.95); opacity: 0.26; }
}

/* Background grid: very slow parallax shift */
.grid-wash {
  animation: grid-pan 40s linear infinite;
}

@keyframes grid-pan {
  from { background-position: 0 0, 0 0; }
  to   { background-position: 34px 34px, 34px 34px; }
}

/* Hero rings: counter-rotating concentric circles */
.hero-ring {
  animation: ring-spin 60s linear infinite;
}

.hero-ring-b {
  animation: ring-spin-rev 90s linear infinite;
}

.hero-ring::after {
  animation: ring-spin-rev 24s linear infinite;
  transform-origin: center;
}

@keyframes ring-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes ring-spin-rev {
  from { transform: rotate(0deg); }
  to   { transform: rotate(-360deg); }
}

/* Timeline rail: flowing gradient sheen */
.time-rail {
  background: linear-gradient(
    90deg,
    rgba(15, 224, 208, 0.55) 0%,
    rgba(26, 144, 255, 0.7) 25%,
    rgba(245, 197, 75, 0.7) 50%,
    rgba(26, 144, 255, 0.7) 75%,
    rgba(15, 224, 208, 0.55) 100%
  );
  background-size: 200% 100%;
  animation: rail-flow 6s linear infinite;
}

@keyframes rail-flow {
  from { background-position: 0% 0%; }
  to   { background-position: 200% 0%; }
}

/* Section headings: subtle glow breathing on the cyan kicker */
.section-head .kicker,
.kicker {
  animation: kicker-breathe 4.5s ease-in-out infinite;
}

@keyframes kicker-breathe {
  0%, 100% { text-shadow: 0 0 10px rgba(15, 224, 208, 0.55); }
  50%      { text-shadow: 0 0 18px rgba(15, 224, 208, 0.95), 0 0 32px rgba(15, 224, 208, 0.45); }
}

/* Deadline pills: gentle shimmer sweep */
.pill {
  position: relative;
  overflow: hidden;
}

.pill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 30%,
    rgba(15, 224, 208, 0.35) 50%,
    transparent 70%
  );
  transform: translateX(-100%);
  animation: pill-shimmer 5s ease-in-out infinite;
  pointer-events: none;
}

.pill:nth-of-type(2)::after { animation-delay: 1.2s; }
.pill:nth-of-type(3)::after { animation-delay: 2.4s; }

@keyframes pill-shimmer {
  0%, 60%  { transform: translateX(-100%); }
  80%      { transform: translateX(100%); }
  100%     { transform: translateX(100%); }
}

/* Cards: lift + glow on hover */
.card {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.4),
    0 0 24px rgba(15, 224, 208, 0.25);
  border-color: rgba(15, 224, 208, 0.55);
}

/* Channel tags: small lift on hover */
.channel-tag {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.channel-tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35), 0 0 12px rgba(15, 224, 208, 0.3);
}

/* URL panel: breathing glow to draw attention */
.hero-url {
  animation: url-breathe 3.6s ease-in-out infinite;
}

@keyframes url-breathe {
  0%, 100% {
    box-shadow:
      0 0 22px rgba(15, 224, 208, 0.18),
      inset 0 1px 0 rgba(15, 224, 208, 0.18);
    border-color: rgba(15, 224, 208, 0.5);
  }
  50% {
    box-shadow:
      0 0 44px rgba(15, 224, 208, 0.45),
      0 0 80px rgba(15, 224, 208, 0.18),
      inset 0 1px 0 rgba(15, 224, 208, 0.3);
    border-color: rgba(15, 224, 208, 0.85);
  }
}

.hero-url-link {
  animation: url-link-pulse 3.6s ease-in-out infinite;
}

@keyframes url-link-pulse {
  0%, 100% {
    text-shadow:
      0 0 14px rgba(15, 224, 208, 0.6),
      0 0 28px rgba(15, 224, 208, 0.25);
  }
  50% {
    text-shadow:
      0 0 22px rgba(15, 224, 208, 0.95),
      0 0 44px rgba(15, 224, 208, 0.5);
  }
}

/* Live clock: subtle digit glow pulse synced with seconds */
#live-clock-time {
  animation: clock-glow 1s ease-in-out infinite;
}

@keyframes clock-glow {
  0%, 100% { text-shadow: 0 0 8px rgba(245, 197, 75, 0.45); }
  50%      { text-shadow: 0 0 16px rgba(245, 197, 75, 0.85), 0 0 28px rgba(245, 197, 75, 0.35); }
}

/* Reduce motion for users who request it */
@media (prefers-reduced-motion: reduce) {
  .blob-a,
  .blob-b,
  .grid-wash,
  .hero-ring,
  .hero-ring-b,
  .hero-ring::after,
  .time-rail,
  .section-head .kicker,
  .kicker,
  .pill::after,
  .hero-url,
  .hero-url-link,
  #live-clock-time,
  .hero-pulse,
  .status-dot,
  .reveal {
    animation: none !important;
  }
  .card,
  .channel-tag {
    transition: none !important;
  }
}
