/* ── Page shell ─────────────────────────────────────────── */
.smm-page { background: #fff; }

.smm-shell {
  width: min(74rem, calc(100% - 3rem));
  margin-inline: auto;
}

/* ── Hero ───────────────────────────────────────────────── */
.smm-hero {
  position: relative;
  min-height: clamp(42rem, 60vw, 48rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #ededed;
  background-image: radial-gradient(circle, #c6c6c6 1px, transparent 1px);
  background-size: 22px 22px;
}

.smm-hero__body {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1rem, 4vw, 2rem) clamp(5.5rem, 8vw, 7rem);
}

.smm-hero__title {
  font-size: clamp(2.4rem, 4.5vw, 4.4rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.055em;
  color: #0b0b0b;
}

/* ── Shared decorative spans ────────────────────────────── */
.smm-yellow-underline {
  position: relative;
  display: inline-block;
}

.smm-yellow-underline::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -0.06em;
  height: 0.13em;
  background: #ffd400;
  border-radius: 99px;
  transform: rotate(-1deg);
}

.smm-circle-word {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.smm-circle-word::after {
  content: '';
  position: absolute;
  inset: -0.18em -0.28em -0.12em;
  z-index: -1;
  border: 3px solid #ffd400;
  border-radius: 48% 52% 46% 54% / 42% 48% 52% 58%;
  transform: rotate(-4deg);
}

/* ── Hero sub + CTA ─────────────────────────────────────── */
.smm-hero__sub {
  max-width: 42ch;
  margin-top: 1.5rem;
  color: #555;
  font-size: clamp(0.93rem, 1.2vw, 1.05rem);
  line-height: 1.72;
}

.smm-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.3rem;
  padding: 0.9rem 2.6rem;
  border-radius: 999px;
  background: #0b0b0b;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  transition: background 0.2s, transform 0.2s;
}

.smm-hero__cta:hover {
  background: #333;
  transform: translateY(-2px);
}

/* ── Floating icons ─────────────────────────────────────── */
.smm-icon {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

/* Facebook — top left */
.smm-icon--fb {
  width: clamp(6rem, 10vw, 8rem);
  top: 19%;
  left: 17%;
  animation: smm-float 4s ease-in-out infinite;
}

/* Instagram — top right */
.smm-icon--ig {
  width: clamp(6rem, 10vw, 8.5rem);
  top: 31%;
  right: 12%;
  animation: smm-float 4s ease-in-out infinite;
  animation-delay: 0.8s;
}

/* Heart ball — left edge, partially clipped */
.smm-icon--heart {
  width: clamp(14rem, 23vw, 19rem);
  top: 41%;
  left: -7rem;
  animation: smm-float 4s ease-in-out infinite;
  animation-delay: 0.4s;
}

/* X icon — bottom left area */
.smm-icon--x {
  width: clamp(5.5rem, 9vw, 8rem);
  bottom: 7%;
  left: 26%;
  animation: smm-float 4s ease-in-out infinite;
  animation-delay: 1.2s;
}

/* Cursor — bottom center */
.smm-icon--cursor {
  width: clamp(5.5rem, 9vw, 8rem);
  bottom: 6%;
  left: 60%;
  animation: smm-float-center 4s ease-in-out infinite;
  animation-delay: 0.6s;
}


/* Surprised emoji — bottom-right, partially clipped like reference */
.smm-icon--emoji {
  width: clamp(13rem, 21vw, 18rem);
  right: 1.5%;
  bottom: -1.5rem;
  animation: smm-float 4.8s ease-in-out infinite;
  animation-delay: 1.4s;
}

@keyframes smm-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-14px); }
}

@keyframes smm-float-center {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(-14px); }
}

/* ── Editorial sections ──────────────────────────────────── */
.smm-editorial {
  padding-block: clamp(2rem, 4vw, 3.5rem);
  background: #fff;
}

.smm-editorial--alt {
  background: #fff;
}

.smm-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #776300;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.smm-eyebrow::before {
  content: '';
  width: 1.6rem;
  height: 2px;
  background: #ffd400;
  flex-shrink: 0;
}

/* ── Two-column editorial row ───────────────────────────── */
.smm-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

/* Flip: visual comes first (left) */
.smm-row--flip .smm-row__visual { order: -1; }

/* ── Copy column ────────────────────────────────────────── */
.smm-row__copy h2 {
  max-width: 18ch;
  margin-top: 1.2rem;
  font-size: clamp(1.8rem, 2.65vw, 2.4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.05em;
  color: #0b0b0b;
}

.smm-row__copy > p {
  max-width: 56ch;
  margin-top: 1.5rem;
  color: #555;
  font-size: clamp(0.92rem, 1.15vw, 1.02rem);
  line-height: 1.78;
}

/* ── Buttons ────────────────────────────────────────────── */
.smm-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 0.85rem 1.4rem;
  border: 2px solid #0b0b0b;
  border-radius: 0.75rem;
  background: #0b0b0b;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 750;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.smm-btn:hover {
  background: transparent;
  color: #0b0b0b;
  transform: translateY(-2px);
}

.smm-btn--outline {
  background: transparent;
  color: #0b0b0b;
}

.smm-btn--outline:hover {
  background: #0b0b0b;
  color: #fff;
}

/* ── Robot visual column ────────────────────────────────── */
.smm-row__visual {
  position: relative;
  min-height: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smm-row__visual--robot img {
  position: relative;
  z-index: 2;
  width: min(36rem, 108%);
  height: auto;
  filter: drop-shadow(0 1.5rem 2rem rgba(0, 0, 0, 0.1));
  animation: smm-bob 5.5s ease-in-out infinite;
}

@keyframes smm-bob {
  50% { transform: translateY(-0.8rem) rotate(0.8deg); }
}

/* ── AI tool card cluster ───────────────────────────────── */
.smm-ai-cluster {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.smm-ai-card {
  position: absolute;
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 1.1rem;
  background: #fff;
  box-shadow: 0 0.5rem 1.8rem rgba(0, 0, 0, 0.13);
  font-size: 1.7rem;
  font-weight: 800;
  animation: smm-float 4s ease-in-out infinite;
}

/* Asterisk / Anthropic-style */
.smm-ai-card--spark {
  top: 14%;
  right: 10%;
  color: #ff6b35;
  animation-delay: 0s;
}

/* Diamond / Gemini-style */
.smm-ai-card--gem {
  top: 36%;
  right: 0%;
  color: #4285f4;
  animation-delay: 0.65s;
}

/* GPT text card */
.smm-ai-card--gpt {
  top: 55%;
  right: 11%;
  color: #10a37f;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  animation-delay: 1.1s;
}

.smm-stat-badge {
  position: absolute;
  bottom: 6%;
  right: 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.7rem 1.1rem;
  border-radius: 1rem;
  background: #0b0b0b;
  color: #ffd400;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  box-shadow: 0 0.5rem 1.8rem rgba(0, 0, 0, 0.2);
  animation: smm-float 4.5s ease-in-out infinite;
  animation-delay: 0.3s;
}

.smm-stat-badge small {
  margin-top: 0.3rem;
  color: rgba(255, 212, 0, 0.65);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ── Poster visual column ───────────────────────────────── */
.smm-row__visual--poster {
  position: relative;
  justify-content: flex-start;
  padding-top: 1.5rem;
}

.smm-row__visual--poster img {
  position: relative;
  z-index: 2;
  width: min(24rem, 100%);
  height: auto;
  filter: drop-shadow(0 1.5rem 2.5rem rgba(0, 0, 0, 0.16));
  animation: smm-bob 5.8s ease-in-out infinite reverse;
}

/* Pushpins */
.smm-pin {
  position: absolute;
  top: 0.5rem;
  z-index: 3;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #ffd400;
  box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.28);
}

.smm-pin::after {
  content: '';
  position: absolute;
  left: 60%;
  top: 0.75rem;
  transform: translateX(-50%);
  width: 2px;
  height: 1.1rem;
  background: #9e8300;
}

.smm-pin--l { left: 12%; }
.smm-pin--r { left: 55%; }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 940px) {
  .smm-row,
  .smm-row.smm-row--flip {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  /* visual always appears above copy at mobile */
  .smm-row .smm-row__visual { order: -1; }

  .smm-row__visual {
    min-height: 24rem;
    justify-content: center;
  }

  .smm-row__visual--poster {
    justify-content: center;
  }

  .smm-row__visual--poster img {
    width: min(20rem, 80%);
  }

  .smm-icon--heart { left: -5rem; }
  .smm-icon--fb    { left: 4%; }
  .smm-icon--ig    { right: 3%; }

  .smm-pin--r { left: min(20rem, 60%); }
}

@media (max-width: 640px) {
  .smm-icon--fb     { width: 3.8rem; top: 8%;  left: 2%; }
  .smm-icon--ig     { width: 4.2rem; top: 10%; right: 1%; }
  .smm-icon--heart  { width: 7rem;   top: 38%; left: -3rem; }
  .smm-icon--x      { width: 3.2rem; bottom: 12%; left: 10%; }
  .smm-icon--cursor { width: 2.8rem; bottom: 15%; }
  .smm-icon--emoji  { width: 8rem; bottom: -1rem; right: -2rem; }

  .smm-hero__body {
    padding-top: 2.5rem;
    padding-bottom: 4.5rem;
  }

  .smm-row__copy h2 { max-width: none; }

  .smm-ai-card      { width: 2.8rem; height: 2.8rem; font-size: 1.3rem; }
  .smm-stat-badge   { font-size: 1.1rem; padding: 0.6rem 0.85rem; }
}

@media (prefers-reduced-motion: reduce) {
  .smm-icon,
  .smm-row__visual img,
  .smm-ai-card,
  .smm-stat-badge { animation: none; }
}

/* ═══════════════════════════════════════════════
   SCROLL REVEAL
   ═══════════════════════════════════════════════ */
.smm-reveal {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.smm-reveal[data-delay="1"] { transition-delay: 0.12s; }
.smm-reveal[data-delay="2"] { transition-delay: 0.24s; }
.smm-reveal[data-delay="3"] { transition-delay: 0.36s; }
.smm-reveal.is-visible { opacity: 1; transform: none; }

/* ═══════════════════════════════════════════════
   SECTION E — CHANNEL SWITCHER
   ═══════════════════════════════════════════════ */
.smm-channel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(5rem, 8vw, 8rem);
  color: #fff;
  background:
    radial-gradient(circle at 18% 58%, rgba(255,159,11,0.14), transparent 32rem),
    radial-gradient(circle at 88% 16%, rgba(255,159,11,0.07), transparent 26rem),
    #08090a;
}

.smm-channel::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: '';
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 3rem 3rem;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.smm-channel__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.65fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
  margin-bottom: clamp(3rem, 5vw, 4.5rem);
}

.smm-channel h2 {
  max-width: 16ch;
  margin-top: 1.1rem;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.smm-channel h2 span {
  display: block;
  color: #ff9f0b;
}

.smm-channel__sub {
  max-width: 40ch;
  margin-bottom: 0.4rem;
  color: rgba(255,255,255,0.58);
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.75;
}

.smm-eyebrow--on-dark { color: rgba(255,159,11,0.86); }
.smm-eyebrow--on-dark::before { background: #ff9f0b; }

.smm-channel__console {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 2rem;
  background: rgba(14,15,16,0.92);
  box-shadow: 0 2.5rem 7rem rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.035);
}

.smm-channel__console-bar {
  min-height: 3.6rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding-inline: 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.36);
  font-family: 'Courier New', monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.smm-channel__console-bar > :nth-child(2) { justify-self: center; }
.smm-channel__console-bar > :last-child { justify-self: end; color: #ff9f0b; }

.smm-channel__system {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.smm-channel__system i,
.smm-channel__hud strong i {
  width: 0.48rem;
  height: 0.48rem;
  display: inline-block;
  border-radius: 50%;
  background: #7dff72;
  box-shadow: 0 0 0.7rem rgba(125,255,114,0.75);
}

.smm-channel__stage {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(23rem, 0.86fr);
  align-items: stretch;
}

.smm-channel__tv-wrap {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3.5rem);
  border-right: 1px solid rgba(255,255,255,0.09);
  background: linear-gradient(145deg, rgba(255,255,255,0.018), transparent 58%);
}

.smm-channel__rotate-hint {
  position: absolute;
  top: 1.5rem;
  left: 1.65rem;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255,255,255,0.42);
  font-family: 'Courier New', monospace;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
}

.smm-channel__rotate-hint span {
  color: #ff9f0b;
  font-size: 1rem;
}

#smm-tv-stage {
  --tv-rx: -5deg;
  --tv-ry: -12deg;
  position: relative;
  width: 100%;
  max-width: 39rem;
  aspect-ratio: 1.12 / 1;
  overflow: hidden;
  border: 1px solid rgba(255,159,11,0.16);
  border-radius: 1.55rem;
  background:
    radial-gradient(circle at 50% 52%, rgba(255,159,11,0.2), transparent 55%),
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
    #0b0c0d;
  background-size: auto, 2rem 2rem, 2rem 2rem, auto;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

#smm-tv-stage::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: '';
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 5rem rgba(0,0,0,0.44);
}

#smm-tv-stage.is-dragging { cursor: grabbing; }
#smm-tv-stage canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#smm-tv-stage.is-fallback canvas { display: none; }

.smm-channel__fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
  perspective: 50rem;
}

#smm-tv-stage.is-fallback .smm-channel__fallback { display: flex; }

.smm-channel__fallback-tv {
  width: 58%;
  aspect-ratio: 1.25;
  display: grid;
  grid-template-columns: 1fr 4rem;
  gap: 0.7rem;
  padding: 1rem;
  border: 0.45rem solid #292929;
  border-radius: 1.5rem;
  background: #181818;
  box-shadow: 1.4rem 1.8rem 3rem rgba(0,0,0,0.42);
  transform-style: preserve-3d;
  transform: rotateX(var(--tv-rx)) rotateY(var(--tv-ry));
  transition: transform 0.2s ease-out;
}

.smm-channel__fallback-screen {
  border-radius: 0.55rem;
  background: linear-gradient(145deg, #ffc65c, #ff8a00);
  box-shadow: inset 0 0 2rem rgba(255,255,255,0.28), 0 0 3rem rgba(255,159,11,0.35);
}

.smm-channel__fallback-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  padding-top: 0.5rem;
}

.smm-channel__fallback-controls i {
  width: 2.2rem;
  aspect-ratio: 1;
  border: 0.35rem solid #353535;
  border-radius: 50%;
  background: #ded7c8;
}

.smm-channel__hud {
  position: absolute;
  right: 1.15rem;
  bottom: 1.1rem;
  left: 1.15rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.7rem;
  color: rgba(255,255,255,0.72);
  background: rgba(5,5,5,0.58);
  backdrop-filter: blur(0.7rem);
  font-family: 'Courier New', monospace;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
}

.smm-channel__hud strong {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255,255,255,0.42);
  font-size: inherit;
}

.smm-channel__caption {
  margin-top: 1rem;
  color: rgba(255,255,255,0.38);
  font-family: 'Courier New', monospace;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.smm-channel__live {
  color: #ff9f0b;
  animation: smm-blink 1.4s step-start infinite;
}

@keyframes smm-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.smm-channel__panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: rgba(255,255,255,0.018);
}

.smm-channel__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  color: rgba(255,255,255,0.88);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.smm-channel__panel-head small {
  color: rgba(255,255,255,0.3);
  font-family: 'Courier New', monospace;
  font-size: 0.58rem;
}

.smm-channel__rundown {
  display: grid;
  gap: 0.55rem;
  list-style: none;
}

.smm-channel__btn {
  width: 100%;
  display: grid;
  grid-template-columns: 2.55rem 1fr auto;
  align-items: center;
  gap: 0.9rem;
  padding: 0.68rem 0.8rem;
  border: 1px solid rgba(255,255,255,0.075);
  border-radius: 0.9rem;
  color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.025);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, color 0.22s ease, background 0.22s ease;
}

.smm-channel__btn:hover {
  transform: translateX(0.3rem);
  border-color: rgba(255,159,11,0.36);
  color: #fff;
  background: rgba(255,159,11,0.07);
}

.smm-channel__btn.is-active {
  border-color: #ff9f0b;
  color: #101010;
  background: #ff9f0b;
  box-shadow: 0 0.8rem 2rem rgba(255,159,11,0.14);
}

.smm-channel__brand {
  width: 2.55rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.7rem;
  color: rgba(255,255,255,0.66);
  background: rgba(0,0,0,0.24);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.smm-channel__btn.is-active .smm-channel__brand {
  border-color: #111;
  color: #ff9f0b;
  background: #111;
}

.smm-channel__label {
  font-size: 0.86rem;
  font-weight: 750;
}

.smm-channel__num {
  color: rgba(255,255,255,0.28);
  font-family: 'Courier New', monospace;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.smm-channel__btn.is-active .smm-channel__num { color: rgba(0,0,0,0.58); }

.smm-channel__copy {
  margin-top: auto;
  padding: 1.35rem 1.45rem;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 1rem;
  background: rgba(0,0,0,0.24);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.smm-channel__copy > span {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(255,255,255,0.3);
  font-family: 'Courier New', monospace;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.smm-channel__metric {
  display: block;
  color: #ff9f0b;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.05em;
}

.smm-channel__copy p {
  margin-top: 0.65rem;
  color: rgba(255,255,255,0.58);
  font-size: 0.86rem;
  line-height: 1.65;
}

@media (max-width: 960px) {
  .smm-channel__head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .smm-channel__sub {
    max-width: 50ch;
    margin-bottom: 0;
  }

  .smm-channel__stage { grid-template-columns: 1fr; }

  .smm-channel__tv-wrap {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.09);
  }

  .smm-channel__panel { gap: 1rem; }
  .smm-channel__copy { margin-top: 0.55rem; }
}

@media (max-width: 640px) {
  .smm-channel { padding-block: 4.5rem; }
  .smm-channel__console { border-radius: 1.25rem; }
  .smm-channel__console-bar { grid-template-columns: 1fr auto; padding-inline: 1rem; }
  .smm-channel__console-bar > :nth-child(2) { display: none; }
  .smm-channel__tv-wrap { padding: 3.5rem 1rem 1.4rem; }
  .smm-channel__rotate-hint { top: 1rem; left: 1rem; }
  #smm-tv-stage { aspect-ratio: 1 / 1; border-radius: 1rem; }
  .smm-channel__hud { right: 0.7rem; bottom: 0.7rem; left: 0.7rem; }
  .smm-channel__panel { padding: 1rem; }
  .smm-channel__btn { grid-template-columns: 2.3rem 1fr auto; padding: 0.62rem; }
  .smm-channel__brand { width: 2.3rem; }
}

/* Channel orchestration board */
.smm-channel__orchestrator {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 2rem;
  background: #0e0f10;
  box-shadow: 0 2.5rem 7rem rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.035);
}

.smm-channel__orchestrator-bar {
  min-height: 3.6rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding-inline: 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.36);
  font-family: 'Courier New', monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.smm-channel__orchestrator-bar > :nth-child(2) { justify-self: center; }
.smm-channel__orchestrator-bar > :last-child { justify-self: end; color: #ff9f0b; }

.smm-channel__orchestrator-grid {
  display: grid;
  grid-template-columns: minmax(19rem, 0.76fr) minmax(0, 1.24fr);
  align-items: stretch;
}

.smm-channel__core {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3.5rem);
  color: #111;
  background:
    radial-gradient(circle at 10% 10%, rgba(255,255,255,0.32), transparent 18rem),
    linear-gradient(145deg, #ffc54a, #ff9f0b 74%);
}

.smm-channel__core::after {
  position: absolute;
  right: -5rem;
  bottom: -7rem;
  width: 18rem;
  aspect-ratio: 1;
  border: 1px solid rgba(0,0,0,0.16);
  border-radius: 50%;
  content: '';
  box-shadow: 0 0 0 2.5rem rgba(0,0,0,0.035), 0 0 0 5rem rgba(0,0,0,0.025);
}

.smm-channel__core-label {
  position: relative;
  z-index: 1;
  font-family: 'Courier New', monospace;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.smm-channel__core h3 {
  position: relative;
  z-index: 1;
  max-width: 9ch;
  margin-top: clamp(2.5rem, 6vw, 5rem);
  font-size: clamp(2.5rem, 4.5vw, 4.5rem);
  font-weight: 850;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.smm-channel__core-copy {
  position: relative;
  z-index: 1;
  max-width: 39ch;
  margin-top: 1.5rem;
  color: rgba(0,0,0,0.68);
  font-size: 0.92rem;
  line-height: 1.7;
}

.smm-channel__core-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 2rem;
  list-style: none;
}

.smm-channel__core-tags li {
  padding: 0.55rem 0.72rem;
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
  font-size: 0.68rem;
  font-weight: 750;
}

.smm-channel__core-signal {
  position: relative;
  z-index: 1;
  height: 2.2rem;
  display: flex;
  align-items: end;
  gap: 0.42rem;
  margin-top: 2.5rem;
}

.smm-channel__core-signal span {
  width: 0.42rem;
  border-radius: 999px;
  background: #111;
}

.smm-channel__core-signal span:nth-child(1) { height: 28%; }
.smm-channel__core-signal span:nth-child(2) { height: 46%; }
.smm-channel__core-signal span:nth-child(3) { height: 68%; }
.smm-channel__core-signal span:nth-child(4) { height: 51%; }
.smm-channel__core-signal span:nth-child(5) { height: 82%; }
.smm-channel__core-signal span:nth-child(6) { height: 100%; }

.smm-channel__platforms {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: clamp(1rem, 2.2vw, 1.6rem);
  border-left: 1px solid rgba(255,255,255,0.09);
  background:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px),
    #0b0c0d;
  background-size: 2rem 2rem;
}

.smm-channel__platform {
  min-width: 0;
  padding: 1.35rem;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 1.2rem;
  background: rgba(255,255,255,0.035);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.smm-channel__platform:hover {
  transform: translateY(-0.2rem);
  border-color: rgba(255,159,11,0.42);
  background: rgba(255,159,11,0.065);
}

.smm-channel__platform--wide { grid-column: 1 / -1; }

.smm-channel__platform-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.smm-channel__platform-mark {
  width: 2.55rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 0.75rem;
  color: #111;
  background: #ff9f0b;
  font-size: 0.68rem;
  font-weight: 850;
}

.smm-channel__platform-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255,255,255,0.35);
  font-family: 'Courier New', monospace;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.smm-channel__platform-status::before {
  width: 0.4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #7dff72;
  box-shadow: 0 0 0.6rem rgba(125,255,114,0.7);
  content: '';
}

.smm-channel__platform h3 {
  margin-top: 1.3rem;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.smm-channel__platform p {
  margin-top: 0.4rem;
  color: rgba(255,255,255,0.46);
  font-size: 0.76rem;
  line-height: 1.55;
}

.smm-channel__platform strong {
  display: block;
  margin-top: 1.25rem;
  color: #ff9f0b;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.smm-channel__flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid rgba(255,255,255,0.09);
}

.smm-channel__flow li {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.85rem;
  padding: 1.5rem;
  border-right: 1px solid rgba(255,255,255,0.09);
}

.smm-channel__flow li:last-child { border-right: 0; }

.smm-channel__flow span {
  grid-row: 1 / 3;
  color: #ff9f0b;
  font-family: 'Courier New', monospace;
  font-size: 0.62rem;
  font-weight: 800;
}

.smm-channel__flow strong {
  font-size: 0.82rem;
  font-weight: 800;
}

.smm-channel__flow small {
  margin-top: 0.28rem;
  color: rgba(255,255,255,0.38);
  font-size: 0.65rem;
  line-height: 1.45;
}

@media (max-width: 960px) {
  .smm-channel__orchestrator-grid { grid-template-columns: 1fr; }
  .smm-channel__platforms { border-top: 1px solid rgba(255,255,255,0.09); border-left: 0; }
}

@media (max-width: 640px) {
  .smm-channel__orchestrator { border-radius: 1.25rem; }
  .smm-channel__orchestrator-bar { grid-template-columns: 1fr auto; padding-inline: 1rem; }
  .smm-channel__orchestrator-bar > :nth-child(2) { display: none; }
  .smm-channel__core { padding: 2rem 1.25rem; }
  .smm-channel__core h3 { margin-top: 2.5rem; }
  .smm-channel__platforms { grid-template-columns: 1fr; padding: 0.8rem; }
  .smm-channel__platform--wide { grid-column: 1; }
  .smm-channel__flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .smm-channel__flow li:nth-child(2) { border-right: 0; }
  .smm-channel__flow li:nth-child(-n + 2) { border-bottom: 1px solid rgba(255,255,255,0.09); }
}

/* Editorial channel network */
.smm-channel--network {
  --text-muted-on-dark: rgba(0,0,0,0.62);
  color: #111;
  background:
    radial-gradient(circle at 50% 46%, rgba(255,177,0,0.14), transparent 25rem),
    #f2f0e9;
}

.smm-channel--network::before {
  opacity: 0.28;
  background-image: radial-gradient(rgba(0,0,0,0.16) 0.75px, transparent 0.75px);
  background-size: 1.5rem 1.5rem;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 82%, transparent);
}

.smm-channel--network .smm-eyebrow { color: rgba(0,0,0,0.52); }
.smm-channel--network .smm-eyebrow::before { background: #ffad00; }

.public-site .smm-channel--network h2 span {
  width: fit-content;
  color: #111;
  background: linear-gradient(transparent 67%, #ffb000 67%);
}

.smm-channel--network .smm-channel__sub { color: rgba(0,0,0,0.58); }

.smm-channel__map {
  position: relative;
  min-height: clamp(39rem, 52vw, 46rem);
  overflow: hidden;
  border-top: 1px solid rgba(0,0,0,0.82);
  border-bottom: 1px solid rgba(0,0,0,0.82);
}

.smm-channel__map::before,
.smm-channel__map::after {
  position: absolute;
  border-radius: 50%;
  content: '';
  pointer-events: none;
}

.smm-channel__map::before {
  top: 50%;
  left: 50%;
  width: min(42rem, 58vw);
  aspect-ratio: 1;
  border: 1px solid rgba(0,0,0,0.08);
  transform: translate(-50%, -50%);
}

.smm-channel__map::after {
  top: 50%;
  left: 50%;
  width: min(34rem, 47vw);
  aspect-ratio: 1;
  border: 1px dashed rgba(0,0,0,0.11);
  transform: translate(-50%, -50%);
}

.smm-channel__map-lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.smm-channel__map-lines path {
  fill: none;
  stroke: rgba(0,0,0,0.25);
  stroke-width: 1.25;
  stroke-dasharray: 3 8;
}

.smm-channel__map-lines circle {
  fill: #ffad00;
  stroke: #111;
  stroke-width: 1.5;
}

.smm-channel__hub {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: clamp(16rem, 25vw, 22rem);
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border-radius: 50%;
  background: #ffb000;
  box-shadow: 0 0 0 1.2rem rgba(255,176,0,0.14), 0 1.8rem 4rem rgba(116,72,0,0.16);
  text-align: center;
  transform: translate(-50%, -50%);
}

.smm-channel__hub span,
.smm-channel__hub small {
  font-family: 'Courier New', monospace;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.smm-channel__hub strong {
  margin-block: 0.75rem;
  font-size: clamp(3rem, 6vw, 5.4rem);
  font-weight: 900;
  line-height: 0.75;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}

.smm-channel__hub small { color: rgba(0,0,0,0.52); }

.smm-channel__node {
  position: absolute;
  z-index: 2;
  width: clamp(13rem, 19vw, 18rem);
  padding-top: 0.85rem;
  border-top: 2px solid #111;
}

.smm-channel__node > span {
  color: #9b6900;
  font-family: 'Courier New', monospace;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.smm-channel__node h3 {
  margin-top: 0.6rem;
  font-size: clamp(1.65rem, 2.8vw, 2.6rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.055em;
}

.smm-channel__node p {
  max-width: 34ch;
  margin-top: 0.65rem;
  color: rgba(0,0,0,0.58);
  font-size: 0.76rem;
  line-height: 1.55;
}

.smm-channel__node--instagram { top: 7%; left: 2%; }
.smm-channel__node--facebook { top: 6%; right: 2%; }
.smm-channel__node--linkedin { top: 42%; right: 0; }
.smm-channel__node--tiktok { right: 11%; bottom: 5%; }
.smm-channel__node--x { bottom: 6%; left: 4%; }

.smm-channel__detail {
  --text-muted-on-dark: rgba(0,0,0,0.62);
  margin-top: clamp(2.5rem, 6vw, 5.5rem);
  overflow: hidden;
  font-family: var(--font);
  color: #161616;
  background: #f8f6ef;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 1.1rem;
  box-shadow: 0 1.5rem 4rem rgba(46,34,8,0.09);
}

.smm-channel__detail-tabs {
  display: grid;
  grid-template-columns: minmax(17rem, 1.55fr) repeat(5, minmax(8rem, 1fr));
  min-width: 65rem;
  border-bottom: 1px solid rgba(0,0,0,0.18);
}

.smm-channel__detail-idea {
  display: grid;
  align-content: center;
  gap: 0.45rem;
  min-height: 9.5rem;
  padding: 1.5rem;
  color: #fff;
  background: #171716;
  border-right: 1px solid rgba(0,0,0,0.2);
}

.smm-channel__detail-idea span,
.smm-channel__detail-main > span,
.smm-channel__detail-callout span,
.smm-channel__detail-meta dt {
  color: #ffb000;
  font-family: 'Courier New', monospace;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.smm-channel__detail-idea span { color: #ffb000; }
.smm-channel__detail-main > span { color: #956500; }
.smm-channel__detail-meta dt { color: rgba(0,0,0,0.46); }
.smm-channel__detail-idea strong { font-size: 1.18rem; font-weight: 800; line-height: 1.15; }
.public-site .smm-channel__detail-idea small { color: rgba(255,255,255,0.54); font-size: 0.68rem; font-weight: 500; }

.smm-channel__detail-tab {
  position: relative;
  display: grid;
  align-content: center;
  gap: 0.55rem;
  min-height: 9.5rem;
  padding: 1.25rem;
  color: #161616;
  text-align: left;
  background: #f4f2ec;
  border: 0;
  border-right: 1px solid rgba(0,0,0,0.18);
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.smm-channel__detail-tab:last-child { border-right: 0; }
.smm-channel__detail-tab span { font-family: 'Courier New', monospace; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.12em; }
.smm-channel__detail-tab strong { font-size: 1.15rem; font-weight: 800; }
.smm-channel__detail-tab:hover { background: #ffe3a0; }
.smm-channel__detail-tab.is-active { color: #111; background: #ffb000; }
.smm-channel__detail-tab.is-active::after {
  content: '';
  position: absolute;
  right: 1.2rem;
  bottom: 1rem;
  left: 1.2rem;
  height: 0.25rem;
  background: #111;
}

.smm-channel__detail-panel { display: none; grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.65fr); }
.smm-channel__detail-panel.is-active { display: grid; }
.smm-channel__detail-main { padding: clamp(2rem, 5vw, 4.5rem); }
.smm-channel__detail-main h3 {
  margin-top: 1rem;
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.public-site .smm-channel__detail-main > p {
  max-width: 40rem;
  margin-top: 1.8rem;
  color: rgba(0,0,0,0.62);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.55;
}

.smm-channel__detail-main ul { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 2.25rem; list-style: none; }
.smm-channel__detail-main li {
  padding: 0.7rem 0.9rem;
  font-size: 0.73rem;
  font-weight: 750;
  background: rgba(255,255,255,0.66);
  border: 1px solid rgba(0,0,0,0.2);
}

.smm-channel__detail-meta {
  display: grid;
  align-content: space-between;
  gap: 3rem;
  padding: clamp(2rem, 4vw, 3.5rem);
  background: #ede9df;
  border-left: 1px solid rgba(0,0,0,0.14);
}

.smm-channel__detail-meta dl { display: grid; gap: 2rem; }
.smm-channel__detail-meta dl div { display: grid; gap: 0.65rem; }
.smm-channel__detail-meta dd { font-size: clamp(1.05rem, 1.6vw, 1.4rem); font-weight: 700; line-height: 1.25; }

.smm-channel__detail-callout { display: grid; gap: 0.9rem; padding: 1.5rem; color: #fff; background: #171716; }
.smm-channel__detail-callout span { color: #ffb000; }
.smm-channel__detail-callout strong { font-size: 0.95rem; font-weight: 700; line-height: 1.4; }

.smm-channel__translation {
  display: grid;
  grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding-top: 2.5rem;
}

.smm-channel__translation > p {
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.smm-channel__translation > p strong { font-weight: 850; }

.smm-channel__translation ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid rgba(0,0,0,0.22);
}

.smm-channel__translation li {
  display: grid;
  gap: 1rem;
  padding: 1rem 1.2rem 0 0;
  color: rgba(0,0,0,0.65);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.45;
}

.smm-channel__translation li span {
  color: #a97100;
  font-family: 'Courier New', monospace;
  font-size: 0.6rem;
}

@media (max-width: 960px) {
  .smm-channel__detail-tabs {
    display: flex;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #ffb000 #1b1a19;
  }
  .smm-channel__detail-idea { flex: 0 0 17rem; }
  .smm-channel__detail-tab { flex: 0 0 10rem; }
  .smm-channel__map { min-height: 43rem; }
  .smm-channel__node { width: 14rem; }
  .smm-channel__node--instagram { left: 0; }
  .smm-channel__node--facebook { right: 0; }
  .smm-channel__node--linkedin { right: 0; }
  .smm-channel__node--tiktok { right: 5%; }
  .smm-channel__node--x { left: 1%; }
}

@media (max-width: 640px) {
  .smm-channel__map {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    padding-block: 2.5rem 0;
  }

  .smm-channel__map::before,
  .smm-channel__map::after,
  .smm-channel__map-lines { display: none; }

  .smm-channel__hub {
    position: relative;
    inset: auto;
    width: min(17rem, 78vw);
    margin: 0 auto 3.5rem;
    transform: none;
  }

  .smm-channel__node,
  .smm-channel__node--instagram,
  .smm-channel__node--facebook,
  .smm-channel__node--linkedin,
  .smm-channel__node--tiktok,
  .smm-channel__node--x {
    position: relative;
    inset: auto;
    width: 100%;
    padding-block: 1.25rem;
    border-top-width: 1px;
  }

  .smm-channel__node h3 { font-size: 2.15rem; }
  .smm-channel__node p { max-width: 38ch; }

  .smm-channel__detail { margin-inline: -0.25rem; }
  .smm-channel__detail-idea,
  .smm-channel__detail-tab { min-height: 8.5rem; }
  .smm-channel__detail-panel.is-active { grid-template-columns: 1fr; }
  .smm-channel__detail-main h3 { font-size: clamp(3.2rem, 17vw, 4.8rem); }
  .smm-channel__detail-meta { border-top: 1px solid rgba(0,0,0,0.14); border-left: 0; }

  .smm-channel__translation {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .smm-channel__translation ul { grid-template-columns: 1fr; }
  .smm-channel__translation li { grid-template-columns: 2rem 1fr; gap: 0.25rem; }
}

/* ═══════════════════════════════════════════════
   SECTION F — HOW IT WORKS
   ═══════════════════════════════════════════════ */
.smm-works {
  padding-block: clamp(5rem, 8vw, 8rem);
  background-color: #ededed;
  background-image: radial-gradient(circle, #c6c6c6 1px, transparent 1px);
  background-size: 22px 22px;
}

.smm-works__head { margin-bottom: clamp(3rem, 5vw, 5rem); }

.smm-works h2 {
  max-width: 18ch;
  margin-top: 1.1rem;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.055em;
}
.smm-works h2 span { color: #776300; }

.smm-works__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  list-style: none;
}

.smm-works__steps::before {
  content: '';
  position: absolute;
  top: 4rem;
  left: 6%;
  right: 6%;
  height: 2px;
  background: #ffd400;
  z-index: 0;
}

.smm-works__step {
  position: relative;
  z-index: 1;
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 1.4rem;
  background: #fff;
}

.smm-works__step:nth-child(even) {
  background: #0b0b0b;
  color: #fff;
}

.smm-works__num {
  display: block;
  font-size: clamp(3.5rem, 5.5vw, 5.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.07em;
  color: transparent;
  -webkit-text-stroke: 1px #0b0b0b;
}
.smm-works__step:nth-child(even) .smm-works__num { -webkit-text-stroke-color: #ffd400; }

.smm-works__step h3 {
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.smm-works__step p {
  margin-top: 0.75rem;
  color: #0b0b0b99;
  font-size: 0.84rem;
  line-height: 1.65;
}
.smm-works__step:nth-child(even) p { color: rgba(255,255,255,0.58); }

/* ═══════════════════════════════════════════════
   SECTION G — PROOF
   ═══════════════════════════════════════════════ */
.smm-proof {
  padding-block: clamp(5rem, 8vw, 8rem);
  background: #fff;
}

.smm-proof h2 {
  max-width: 18ch;
  margin-top: 1.1rem;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.055em;
}
.smm-proof h2 span { color: #ffd400; }

.smm-proof__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(2.5rem, 4vw, 4rem);
  border-block: 1px solid rgba(0,0,0,0.1);
}

.smm-proof__stats > div {
  min-height: 11rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  border-right: 1px solid rgba(0,0,0,0.1);
}
.smm-proof__stats > div:last-child { border-right: 0; }

.smm-proof__stats strong {
  display: block;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.07em;
}

.smm-proof__stats span {
  max-width: 18rem;
  margin-top: 0.65rem;
  color: #555;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
}

/* Case study */
.smm-proof__case {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
  margin-top: clamp(3rem, 5vw, 5rem);
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 1.6rem;
  background: #f7f7f4;
}

.smm-proof__case-copy .smm-eyebrow { margin-bottom: 1rem; }

.smm-proof__case-copy h3 {
  font-size: clamp(1.2rem, 2.2vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.smm-proof__case-copy > p {
  margin-top: 1.2rem;
  color: #555;
  font-size: 0.88rem;
  line-height: 1.75;
}

.smm-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.4rem;
  color: #0b0b0b;
  font-size: 0.82rem;
  font-weight: 750;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.15rem;
  transition: color 0.2s;
}
.smm-text-link:hover { color: #776300; }

.smm-proof__case-visual {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.smm-proof__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.3rem 1.5rem;
  border-radius: 1.1rem;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
}

.smm-proof__card span {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #776300;
}

.smm-proof__card strong {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.07em;
}

.smm-proof__card small {
  margin-top: 0.3rem;
  font-size: 0.7rem;
  color: #888;
}

.smm-proof__card--accent { background: #0b0b0b; }
.smm-proof__card--accent span  { color: #FF9F0B; }
.smm-proof__card--accent strong { color: #ffd400; }
.smm-proof__card--accent small  { color: rgba(255,255,255,0.4); }

/* ═══════════════════════════════════════════════
   SECTION H — PRICING
   ═══════════════════════════════════════════════ */
.smm-pricing {
  padding-block: clamp(5rem, 8vw, 8rem);
  background-color: #ededed;
  background-image: radial-gradient(circle, #c6c6c6 1px, transparent 1px);
  background-size: 22px 22px;
}

.smm-pricing__head { max-width: 48rem; margin-bottom: clamp(2rem, 3vw, 3rem); }

.smm-pricing__head h2 {
  margin-top: 1.1rem;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.055em;
}
.smm-pricing__head h2 span { color: #776300; }
.smm-pricing__head > p { margin-top: 1rem; color: #555; font-size: 0.88rem; }

/* Billing toggle */
.smm-pricing__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.28rem;
  border-radius: 999px;
  background: rgba(0,0,0,0.08);
  margin-bottom: 2.5rem;
}

.smm-pricing__toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.15rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #555;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.smm-pricing__toggle-btn.is-active {
  background: #fff;
  color: #0b0b0b;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.smm-pricing__save {
  padding: 0.18rem 0.42rem;
  border-radius: 999px;
  background: #ffd400;
  color: #0b0b0b;
  font-size: 0.6rem;
  font-weight: 800;
}

/* Pricing grid */
.smm-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: start;
}

.smm-plan {
  position: relative;
  padding: 1.8rem;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 1.6rem;
  background: #fff;
}

.smm-plan--featured {
  border-color: #ffd400;
  border-width: 2px;
  box-shadow: 0 0.5rem 2.5rem rgba(255,212,0,0.18);
}

.smm-plan__tag {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: #ffd400;
  color: #0b0b0b;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.smm-plan h3 {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.smm-plan header > p {
  margin-top: 0.5rem;
  color: #555;
  font-size: 0.83rem;
  line-height: 1.55;
}

.smm-plan ul {
  list-style: none;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.smm-plan li {
  position: relative;
  padding-left: 1.3rem;
  font-size: 0.83rem;
  line-height: 1.5;
  color: #333;
}

.smm-plan li::before {
  content: '+';
  position: absolute;
  left: 0;
  color: #776300;
  font-weight: 800;
}

.smm-plan .smm-btn {
  width: 100%;
  justify-content: center;
  margin-top: 2rem;
}

/* ═══════════════════════════════════════════════
   SECTION I — TESTIMONIALS
   ═══════════════════════════════════════════════ */
.smm-testimonials {
  padding-block: clamp(5rem, 8vw, 8rem);
  background: #fff;
}

.smm-testimonials h2 {
  max-width: 18ch;
  margin-top: 1.1rem;
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.055em;
}
.smm-testimonials h2 span { color: #ffd400; }

.smm-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: start;
}

.smm-quote {
  padding: 1.8rem;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 1.4rem;
  background: #f8f8f6;
}

.smm-quote blockquote p {
  color: #333;
  font-size: 0.92rem;
  line-height: 1.72;
}

.smm-quote footer {
  margin-top: 1.5rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.smm-quote footer strong { font-size: 0.85rem; }
.smm-quote footer span   { color: #777; font-size: 0.76rem; }

/* ═══════════════════════════════════════════════
   SECTION J — FAQ
   ═══════════════════════════════════════════════ */
.smm-faq {
  padding-block: clamp(5rem, 8vw, 8rem);
  background: #fff;
}

.smm-faq h2 {
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.055em;
  text-align: center;
}
.smm-faq h2 span { color: #ffd400; }

.smm-faq__list {
  max-width: 44rem;
  margin-inline: auto;
}

.smm-faq__item { border-bottom: 1px solid rgba(0,0,0,0.1); }

.smm-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem 0;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: color 0.2s;
}
.smm-faq__item summary::-webkit-details-marker { display: none; }

.smm-faq__item summary::after {
  content: '+';
  flex-shrink: 0;
  font-size: 1.3rem;
  font-weight: 400;
  color: #776300;
  transition: transform 0.25s;
}
.smm-faq__item[open] summary::after { transform: rotate(45deg); }

.smm-faq__item p {
  padding-bottom: 1.4rem;
  color: #555;
  font-size: 0.88rem;
  line-height: 1.75;
}

/* ═══════════════════════════════════════════════
   SECTION K — FINAL CTA
   ═══════════════════════════════════════════════ */
.smm-final-cta {
  padding-block: clamp(5rem, 8vw, 8rem);
  background: #0A0A0B;
  color: #fff;
  text-align: center;
}

.smm-final-cta h2 {
  max-width: 16ch;
  margin: 1.2rem auto 0;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.06em;
}
.smm-final-cta h2 span { color: #FF9F0B; }

.smm-final-cta > .smm-shell > p:not(.smm-eyebrow) {
  max-width: 40ch;
  margin: 1.5rem auto 0;
  color: rgba(255,255,255,0.52);
  font-size: clamp(0.93rem, 1.2vw, 1.05rem);
  line-height: 1.72;
}

.smm-btn--amber {
  margin-top: 2.2rem;
  border-color: #FF9F0B;
  background: #FF9F0B;
  color: #0A0A0B;
  font-weight: 800;
}
.smm-btn--amber:hover {
  background: #ffd400;
  border-color: #ffd400;
  color: #0A0A0B;
}

/* ═══════════════════════════════════════════════
   RESPONSIVE — SECTIONS E–K
   ═══════════════════════════════════════════════ */
@media (max-width: 960px) {
  .smm-channel__stage { grid-template-columns: 1fr; }
  #smm-tv-stage { max-width: 26rem; margin-inline: auto; }

  .smm-works__steps { grid-template-columns: repeat(2, 1fr); }
  .smm-works__steps::before { display: none; }

  .smm-proof__stats { grid-template-columns: repeat(3, 1fr); }
  .smm-proof__case { grid-template-columns: 1fr; }
  .smm-proof__case-visual { flex-direction: row; }
  .smm-proof__card { flex: 1; }

  .smm-pricing__grid {
    grid-template-columns: 1fr;
    max-width: 32rem;
    margin-inline: auto;
  }

  .smm-testimonials__grid {
    grid-template-columns: 1fr;
    max-width: 32rem;
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .smm-works__steps { grid-template-columns: 1fr; }

  .smm-proof__stats { grid-template-columns: 1fr; }
  .smm-proof__stats > div { border-right: 0 !important; border-bottom: 1px solid rgba(0,0,0,0.1); }
  .smm-proof__stats > div:last-child { border-bottom: 0; }
  .smm-proof__case-visual { flex-direction: column; }

  .smm-channel__btn { grid-template-columns: 2.3rem 1fr auto; }
}

@media (prefers-reduced-motion: reduce) {
  .smm-channel__live { animation: none; opacity: 1; }
  .smm-reveal { opacity: 1; transform: none; transition: none; }
}
