@font-face {
  font-family: "Figtree";
  src: url("https://fonts.gstatic.com/s/figtree/v9/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_fWR25ZyEA.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Ajustes finais de marca: abertura Grupo Shark Ideas; frente corporativa Shark corp. */
.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  z-index: 5000 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 70px !important;
  padding: 16px 28px !important;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.86), rgba(5, 5, 5, 0.42) 58%, rgba(5, 5, 5, 0)) !important;
  pointer-events: auto !important;
  transform: none !important;
}

.site-header .brand,
.site-header .nav,
.site-header .admin-icon,
.site-header .header-link {
  position: relative !important;
  z-index: 5001 !important;
  flex: 0 0 auto !important;
}

.site-header .nav {
  margin-left: auto !important;
}

.site-header .brand img {
  width: 36px !important;
  height: 36px !important;
  background: var(--brand-blue) !important;
  object-fit: cover !important;
}

.preloader__brandline {
  color: #fff !important;
  font-size: clamp(36px, 7vw, 104px) !important;
}

.hero-title-shark {
  left: auto !important;
  right: clamp(88px, 13vw, 230px) !important;
  top: 68% !important;
  display: block !important;
  font-size: clamp(30px, 3.8vw, 58px) !important;
  line-height: 0.94 !important;
  text-align: right !important;
  transform: translateY(-50%) !important;
  white-space: normal !important;
}

.hero-title-shark span,
.hero-title-shark span:first-child,
.hero-title-shark span:nth-child(2) {
  color: #fff !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  animation: none !important;
  text-shadow: 0 18px 70px rgba(0, 0, 0, 0.7) !important;
}

.whatsapp-float {
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.22), transparent 30%),
    linear-gradient(135deg, var(--brand-blue), var(--brand-orange)) !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.28),
    0 0 34px rgba(233, 153, 68, 0.38) !important;
}

.whatsapp-float::before {
  border-color: rgba(255, 255, 255, 0.36) !important;
}

@media (max-width: 809px) {
  .site-header {
    min-height: 64px !important;
    padding: 12px 14px !important;
  }

  .site-header .brand {
    margin-right: auto !important;
  }

  .site-header .brand span,
  .site-header .nav {
    display: none !important;
  }

  .hero-title-shark {
    left: auto !important;
    right: 22px !important;
    top: 58% !important;
    display: block !important;
    width: min(210px, 54vw) !important;
    font-size: clamp(28px, 8vw, 34px) !important;
    line-height: 0.94 !important;
    transform: translateY(-50%) !important;
    white-space: normal !important;
    text-align: right !important;
  }
}

@font-face {
  font-family: "Fragment Mono";
  src: url("https://fonts.gstatic.com/s/fragmentmono/v6/4iCr6K5wfMRRjxp0DA6-2CLnB4NHhg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #101418;
  --ink: #101418;
  --paper: #F5F2EA;
  --muted: #55707A;
  --line: rgba(16, 20, 24, 0.14);
  --orange: #F26B4F;
  --hangout: #B8E24A;
  --blue: #0E5A61;
  --brand-blue: #0E5A61;
  --brand-orange: #B8E24A;
  --brand-coral: #F26B4F;
  --brand-steel: #55707A;
  --font-display: "Figtree", Arial, sans-serif;
  --font-mono: "Fragment Mono", "Courier New", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
}

.content-page {
  background: #F5F2EA;
  color: #101418;
}

.content-detail {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 140px 0 80px;
}

.content-hero span {
  display: inline-block;
  margin-bottom: 16px;
  color: #0E5A61;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.content-hero h1 {
  max-width: 980px;
  margin: 0 0 22px;
  font-size: clamp(42px, 8vw, 108px);
  line-height: .9;
}

.content-hero p,
.content-body p,
.content-body li {
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
}

.content-cover img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: 28px;
  margin: 38px 0;
}

.content-body {
  max-width: 860px;
}

.content-body h2 {
  margin-top: 42px;
  font-size: clamp(28px, 4vw, 52px);
}

.content-cta {
  display: inline-flex;
  margin-top: 28px;
  padding: 16px 24px;
  border-radius: 999px;
  background: #101418;
  color: #F5F2EA;
  text-decoration: none;
  font-weight: 700;
}

.briefing-form {
  display: grid;
  gap: 18px;
}

.briefing-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.briefing-form input,
.briefing-form select,
.briefing-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(16,20,24,.2);
  border-radius: 18px;
  padding: 16px 18px;
  background: #fff;
  color: #101418;
  font: inherit;
}

.briefing-form textarea {
  min-height: 130px;
}

.briefing-page {
  background:
    radial-gradient(circle at 78% 12%, rgba(184, 226, 74, .18), transparent 32%),
    radial-gradient(circle at 8% 24%, rgba(14, 90, 97, .18), transparent 28%),
    #F5F2EA;
}

.briefing-detail {
  width: min(1220px, calc(100% - 40px));
}

.briefing-hero {
  min-height: 58vh;
  display: grid;
  align-content: end;
  padding-bottom: clamp(34px, 7vw, 90px);
  border-bottom: 1px solid rgba(16, 20, 24, .14);
}

.briefing-hero h1 {
  max-width: 1080px;
}

.briefing-hero p {
  max-width: 820px;
  color: rgba(16, 20, 24, .72);
}

.briefing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.content-cta--ghost {
  background: transparent;
  color: #101418;
  border: 1px solid rgba(16, 20, 24, .2);
}

.briefing-context-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0 70px;
}

.briefing-context-grid article {
  min-height: 260px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 28px;
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(16, 20, 24, .1);
  box-shadow: 0 24px 70px rgba(16, 20, 24, .08);
}

.briefing-context-grid span,
.briefing-copy span {
  display: inline-block;
  margin-bottom: 18px;
  color: #0E5A61;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.briefing-context-grid h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 52px);
}

.briefing-context-grid p {
  margin: 0;
  color: rgba(16, 20, 24, .72);
  font-size: 18px;
  line-height: 1.55;
}

.briefing-layout {
  max-width: none;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.briefing-copy {
  position: sticky;
  top: 110px;
}

.briefing-copy h2 {
  margin-top: 0;
}

.briefing-copy ul {
  padding-left: 20px;
}

.briefing-form--context {
  padding: clamp(22px, 4vw, 42px);
  border-radius: 32px;
  background: #101418;
  color: #F5F2EA;
  box-shadow: 0 32px 90px rgba(16, 20, 24, .22);
}

.briefing-form--context input,
.briefing-form--context select,
.briefing-form--context textarea {
  background: rgba(245, 242, 234, .96);
  border-color: rgba(245, 242, 234, .26);
}

.briefing-submit {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.briefing-submit .content-cta {
  background: #B8E24A;
  color: #101418;
  justify-content: center;
}

.briefing-submit p {
  margin: 0;
  color: rgba(245, 242, 234, .68);
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 860px) {
  .briefing-context-grid,
  .briefing-layout {
    grid-template-columns: 1fr;
  }

  .briefing-copy {
    position: static;
  }
}

.hero__metric-orb {
  position: absolute;
  right: clamp(5vw, 8vw, 120px);
  bottom: clamp(120px, 16vw, 220px);
  width: clamp(280px, 32vw, 520px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  opacity: .72;
  z-index: 0;
  pointer-events: none;
  filter: saturate(1.05) contrast(1.04);
}

.hero__metric-orb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 35% 25%, rgba(184, 226, 74, .28), transparent 32%), linear-gradient(135deg, rgba(16, 20, 24, .68), rgba(14, 90, 97, .44));
}

.hero__metric-orb-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__metric {
  z-index: 2;
}

body:not(.content-page) {
  color: var(--paper);
  background: var(--black);
  font-family: var(--font-display);
  max-width: 100%;
  overflow-x: hidden;
}

body.is-loading .hero h1 span,
body.is-loading .hero__media,
body.is-loading .hero__copy,
body.is-loading .hero__metric {
  opacity: 0;
  transform: translateY(18px);
}

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

a,
button {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
}

.cursor-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.2;
  background: radial-gradient(circle, rgba(247, 163, 58, 0.22), transparent 65%);
  transform: translate3d(-50%, -50%, 0);
  mix-blend-mode: screen;
  transition: width 240ms ease, height 240ms ease, opacity 240ms ease;
}

.cursor-label {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  font-family: var(--font-mono);
  font-size: 10px;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0.6);
  transition: opacity 160ms ease, transform 160ms ease;
}

.cursor-label.is-visible {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--orange), var(--hangout));
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    repeating-radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.72) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 7px);
  mix-blend-mode: overlay;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  column-gap: 10px;
  align-items: center;
  min-height: 66px;
  padding: 18px 28px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0;
  color: #fff;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.55), rgba(5, 5, 5, 0));
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.brand,
.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  pointer-events: auto;
}

.brand img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  filter: none;
  mix-blend-mode: normal;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 10px 30px rgba(0, 0, 0, 0.35);
}

.brand span,
.nav,
.header-link {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.38);
  backdrop-filter: blur(14px);
}

.nav a,
.header-link {
  position: relative;
  opacity: 0.9;
  pointer-events: auto;
  transition: color 180ms ease, opacity 180ms ease, transform 220ms ease;
}

.nav a::after,
.header-link::after,
.hero__actions a::after,
.footer a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav a:hover,
.header-link:hover {
  color: var(--hangout);
  opacity: 1;
  transform: translateY(-1px);
}

.nav a:hover::after,
.header-link:hover::after,
.hero__actions a:hover::after,
.footer a:hover::after {
  transform: scaleX(1);
}

.header-link {
  justify-self: end;
}

.admin-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: var(--brand-blue);
  color: #fff;
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 34px rgba(47, 92, 136, 0.34);
}

.admin-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.admin-icon:hover {
  color: var(--hangout);
}

.whatsapp-float {
  position: fixed;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 40;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.34), transparent 28%),
    linear-gradient(135deg, #25d366, #128c7e);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.22),
    0 0 34px rgba(37, 211, 102, 0.34);
  pointer-events: auto;
  transform: translateZ(0);
  animation: whatsapp-float-pulse 2.8s ease-in-out infinite;
}

.group-gateway {
  padding: clamp(80px, 10vw, 140px) clamp(20px, 6vw, 96px);
  background: #f4f7f6;
  color: #07121d;
}

.group-gateway__head {
  max-width: 960px;
  margin: 0 auto 46px;
  text-align: center;
}

.group-gateway__head span,
.group-gateway__grid span {
  color: var(--hangout);
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
}

.group-gateway__head h2 {
  margin: 14px 0;
  font-size: clamp(48px, 7vw, 112px);
  line-height: 0.9;
  letter-spacing: 0;
}

.group-gateway__head p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(7, 18, 29, 0.72);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}

.group-gateway__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1160px;
  margin: 0 auto;
}

.group-gateway__grid article {
  min-height: 340px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(47, 92, 136, 0.16);
  background: #fff;
}

.group-gateway__grid article:first-child {
  background: var(--brand-blue);
  color: #fff;
}

.group-gateway__grid h3 {
  margin: 74px 0 18px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.92;
}

.group-gateway__grid p {
  max-width: 470px;
  color: rgba(7, 18, 29, 0.72);
  line-height: 1.6;
}

.group-gateway__grid article:first-child p {
  color: rgba(255, 255, 255, 0.76);
}

.group-gateway__grid a {
  display: inline-block;
  margin-top: 24px;
  color: var(--brand-blue);
  font-weight: 900;
  text-transform: uppercase;
}

.group-gateway__grid article:first-child a {
  color: var(--hangout);
}

.magazine-section {
  padding: clamp(82px, 10vw, 150px) clamp(20px, 6vw, 96px);
  background: #07121d;
  color: #fff;
}

.magazine-section__head {
  max-width: 960px;
  margin: 0 auto 42px;
}

.magazine-section__head span,
.magazine-section__grid span {
  color: #9fc2e4;
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
}

.magazine-section__head h2 {
  margin: 14px 0;
  font-size: clamp(42px, 6vw, 96px);
  line-height: 0.92;
}

.magazine-section__head p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.55;
}

.magazine-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1160px;
  margin: 0 auto;
}

.magazine-section__grid article {
  min-height: 260px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(159, 194, 228, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

.magazine-section__grid h3 {
  margin: 70px 0 0;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 0.98;
}

.admin-placeholder {
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 50px;
  padding: clamp(28px, 6vw, 96px);
  background: #06090d;
  color: #fff;
}

.admin-placeholder section {
  max-width: 920px;
}

.admin-placeholder section > span {
  color: var(--hangout);
  font-family: var(--font-mono);
  text-transform: uppercase;
}

.admin-placeholder h1 {
  margin: 18px 0;
  font-size: clamp(54px, 9vw, 128px);
  line-height: 0.9;
}

.admin-placeholder p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  line-height: 1.55;
}

@media (max-width: 860px) {
  .group-gateway__grid {
    grid-template-columns: 1fr;
  }
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  border: 1px solid rgba(37, 211, 102, 0.36);
  opacity: 0.72;
  animation: whatsapp-ring 2.8s ease-in-out infinite;
}

.whatsapp-float img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.18);
}

.whatsapp-float:hover {
  animation-play-state: paused;
  transform: translateY(-3px) scale(1.04);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr minmax(320px, 660px) 1fr;
  align-items: center;
  padding: 96px 42px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 20%, rgba(47, 92, 136, 0.28), transparent 32%),
    linear-gradient(180deg, #070707, #030303);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 8vw 8vh;
  height: 1px;
  z-index: 1;
  background: linear-gradient(90deg, transparent, rgba(255, 93, 69, 0.8), transparent);
  transform: scaleX(0.2);
  animation: scan-line 4.5s ease-in-out infinite;
}

.hero__texture {
  position: absolute;
  right: 9vw;
  top: 14vh;
  z-index: 1;
  width: min(26vw, 330px);
  height: min(26vw, 330px);
  object-fit: cover;
  border-radius: 50%;
  opacity: 0.16;
  filter: hue-rotate(155deg) saturate(1.35) contrast(1.18);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: video-orbit 12s ease-in-out infinite;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.hero__media {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  align-self: end;
  max-width: 610px;
  margin: 0 auto;
  transform: translate3d(var(--mag-x, 0px), calc(var(--parallax-y, 0px) + var(--mag-y, 0px)), 0);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero__media > img {
  width: min(58vw, 610px);
  height: min(78svh, 720px);
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.08);
  clip-path: ellipse(48% 54% at 50% 46%);
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 2% 10% 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0), #050505 88%);
  pointer-events: none;
}

.hero__card {
  position: absolute;
  right: -120px;
  bottom: 18%;
  width: 230px;
  padding: 8px;
  background: rgba(244, 244, 241, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(16px);
  animation: float-card 5s ease-in-out infinite;
}

.hero__card img {
  height: 118px;
  width: 100%;
  object-fit: cover;
}

.hero__card span {
  display: block;
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 9px;
  color: #fff;
}

.hero__copy {
  position: absolute;
  left: 9vw;
  bottom: 18vh;
  z-index: 3;
  max-width: 310px;
  font-size: 16px;
  line-height: 1.12;
}

.hero__copy p {
  margin: 0 0 22px;
}

[data-typewrite] {
  position: relative;
}

[data-typewrite].is-writing-word::after,
[data-live-decode="true"].is-writing-word::after,
[data-writing-cta].is-writing-word::after,
[data-scramble].is-scrambling::after,
[data-writing-demo].is-writing-demo::after {
  content: "";
  display: inline-block;
  width: 0.55em;
  height: 0.9em;
  margin-left: 0.18em;
  transform: translateY(2px);
  border-radius: 1px;
  background: currentColor;
  box-shadow: 0 0 14px rgba(127, 184, 232, 0.64);
  animation: cursor-blink 650ms steps(1) infinite;
}

.hero__actions {
  display: flex;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
}

.hero__actions a {
  position: relative;
  overflow: hidden;
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: #fff;
  color: #111;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.hero__actions a::before,
.footer a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 36%, rgba(255, 255, 255, 0.55) 46%, transparent 58% 100%);
  transform: translateX(-120%);
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero__actions a:hover,
.footer a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 50px rgba(255, 93, 69, 0.2);
}

.hero__actions a:hover::before,
.footer a:hover::before {
  transform: translateX(120%);
}

.hero__actions a:first-child {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

.hero__side {
  position: absolute;
  left: 24px;
  top: 25vh;
  z-index: 2;
  width: 130px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.72);
}

.hero__side span,
.services__head span,
.process__intro span,
.footer span {
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 11px;
}

.hero__metric {
  position: absolute;
  right: 7vw;
  top: 22vh;
  z-index: 3;
  width: 150px;
  font-family: var(--font-mono);
  text-align: right;
}

.hero__metric strong {
  display: block;
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 42px;
  line-height: 0.9;
  font-variant-numeric: tabular-nums;
}

.counter {
  position: relative;
  display: inline-block;
  min-width: 1.8em;
  text-shadow: 0 0 24px rgba(255, 93, 69, 0.18);
}

.counter.is-counting {
  animation: counter-pulse 900ms ease both;
}

.hero__metric span {
  font-size: 9px;
  text-transform: uppercase;
}

.hero h1 {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 47%;
  display: flex;
  gap: 10px;
  margin: 0;
  font-size: clamp(62px, 10vw, 156px);
  line-height: 0.86;
  letter-spacing: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.hero h1 span {
  transition: opacity 800ms ease, transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero h1 span:last-child {
  transition-delay: 120ms;
}

.hero h1 span:first-child {
  color: var(--orange);
}

[data-scramble] {
  cursor: default;
  transition:
    color 180ms ease,
    filter 180ms ease,
    text-shadow 180ms ease;
}

[data-scramble].is-scrambling {
  color: #fff;
  filter: saturate(1.35) brightness(1.16);
  text-shadow:
    0 0 14px rgba(127, 176, 218, 0.75),
    0 0 34px rgba(47, 92, 136, 0.42);
}

.marquee-section {
  min-height: 220vh;
  padding: 6vh 0;
  color: #000;
  background: var(--paper);
  overflow: hidden;
}

.motion-band {
  display: flex;
  width: max-content;
  gap: 10px;
  margin-top: -6vh;
  padding: 18px 0;
  color: var(--paper);
  background: var(--orange);
  font-family: var(--font-mono);
  font-size: 12px;
  transform: rotate(-1.8deg) translateX(var(--band-x, -8vw));
  box-shadow: 0 22px 80px rgba(255, 93, 69, 0.22);
  will-change: transform;
}

.motion-band span {
  display: inline-flex;
  min-width: 160px;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
}

.ticker-lab {
  overflow: hidden;
  padding: 14px 0;
  color: #fff;
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ticker-lab__row {
  display: flex;
  width: max-content;
  gap: 22px;
  padding: 8px 0;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  animation: ticker-run 24s linear infinite;
}

.ticker-lab__row--reverse {
  color: var(--orange);
  animation-direction: reverse;
  animation-duration: 32s;
}

.ticker-lab span {
  min-width: 160px;
  text-align: center;
}

.huge-line {
  margin: 0 0 18vh -4vw;
  font-size: clamp(120px, 28vw, 430px);
  line-height: 0.82;
  letter-spacing: -0.08em;
  white-space: nowrap;
  will-change: transform;
  transform: translate3d(var(--marquee-x, 0px), 0, 0);
}

.huge-line--right {
  margin-left: 34vw;
}

.huge-line--orange {
  color: var(--orange);
}

.huge-line--small {
  width: 130vw;
  font-size: clamp(72px, 14vw, 230px);
}

.work-strip {
  background: var(--black);
  padding: 0;
}

.work-card {
  position: relative;
  min-height: 78svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transform: translate3d(var(--mag-x, 0px), var(--mag-y, 0px), 0);
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.work-card--tall {
  min-height: 92svh;
}

.work-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transform: translate3d(0, var(--image-y, 0px), 0) scale(calc(1.06 + var(--image-scale, 0)));
  transition: transform 900ms ease, opacity 500ms ease;
}

.work-card:hover img {
  opacity: 0.9;
  transform: translate3d(0, var(--image-y, 0px), 0) scale(calc(1.12 + var(--image-scale, 0)));
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.66));
}

.work-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  background:
    linear-gradient(120deg, transparent 0 40%, rgba(255, 255, 255, 0.22) 48%, transparent 58%),
    radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 93, 69, 0.22), transparent 26%);
  transform: translateX(-12%);
  transition: opacity 260ms ease, transform 600ms ease;
  pointer-events: none;
}

.work-card:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.work-card div {
  position: relative;
  z-index: 2;
  text-align: center;
  transform: translateY(var(--title-y, 0px));
  transition: transform 500ms ease;
}

.work-card h2 {
  margin: 0;
  font-size: clamp(40px, 8vw, 118px);
  line-height: 0.9;
}

.work-card p {
  margin: 12px 0 0;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.dark-proof {
  position: relative;
  min-height: 120svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10vw 6vw;
  overflow: hidden;
  background: #060606;
}

.proof-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
  filter: grayscale(1) contrast(1.28);
  mix-blend-mode: screen;
  pointer-events: none;
}

.proof-bg {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background:
    linear-gradient(180deg, transparent, #050505 70%),
    url("./assets/event-premium.jpeg") center / cover;
  filter: grayscale(0.2) contrast(1.2);
  transform: translate3d(0, var(--proof-y, 0px), 0) scale(1.08);
  will-change: transform;
}

.proof-kicker,
.dark-proof h2,
.proof-grid {
  position: relative;
  z-index: 1;
}

.proof-kicker {
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 11px;
}

.dark-proof h2 {
  width: min(520px, 80vw);
  margin: 0 0 100px auto;
  font-size: clamp(28px, 4.4vw, 72px);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.proof-grid div {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 16px;
}

.proof-grid strong {
  display: block;
  color: var(--orange);
  font-size: clamp(44px, 7vw, 110px);
  line-height: 0.8;
  font-variant-numeric: tabular-nums;
}

.proof-grid span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.services {
  min-height: 170svh;
  padding: 12vw 7vw;
  color: #111;
  background: var(--paper);
}

.services__head {
  min-height: 42vh;
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  align-items: start;
}

.services__head h2 {
  max-width: 670px;
  margin: 0;
  font-size: clamp(42px, 7vw, 112px);
  line-height: 0.86;
  letter-spacing: -0.07em;
}

.service-list article {
  min-height: 235px;
  display: grid;
  grid-template-columns: 0.2fr 0.8fr 1fr;
  gap: 40px;
  align-items: center;
  border-top: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.service-list article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 93, 69, 0.08), transparent 46%);
  opacity: 0;
  transform: translateX(-18%);
  transition: opacity 220ms ease, transform 420ms ease;
}

.service-list article:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.service-list article:hover h3 {
  color: var(--orange);
  transform: translateX(18px);
}

.service-list article:hover span {
  transform: translateX(8px);
}

.service-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.service-list span {
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 12px;
  transition: transform 300ms ease;
}

.service-list h3 {
  margin: 0;
  font-size: clamp(28px, 4vw, 66px);
  line-height: 0.9;
  letter-spacing: -0.05em;
  transition: color 220ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.service-list p {
  max-width: 430px;
  margin: 0;
  color: #555;
  font-size: 17px;
  line-height: 1.28;
}

.process {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 8vw;
  padding: 12vw 7vw;
  background: #050505;
}

.process__intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.process h2 {
  margin: 28px 0;
  font-size: clamp(54px, 8vw, 128px);
  line-height: 0.82;
  letter-spacing: -0.08em;
}

.process p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 18px;
  line-height: 1.3;
}

.process__cards {
  display: grid;
  gap: 16px;
}

.process__cards article {
  min-height: 300px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #0d0d0d;
  transition: border-color 220ms ease, background 220ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.process__cards article::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, var(--hangout), var(--orange));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.process__cards article:hover {
  border-color: rgba(247, 163, 58, 0.46);
  background: #12110f;
  transform: translateY(-8px);
}

.process__cards article:hover::after {
  transform: scaleX(1);
}

.process__cards span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--hangout);
  color: #111;
  font-family: var(--font-mono);
  font-size: 11px;
}

.process__cards h3 {
  margin: 96px 0 18px;
  font-size: clamp(34px, 5vw, 76px);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.light-cases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 8vw 7vw 14vw;
  color: #111;
  background: var(--paper);
}

.light-card {
  min-height: 560px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #fff;
  overflow: hidden;
  transform: translate3d(var(--mag-x, 0px), var(--mag-y, 0px), 0);
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 300ms ease;
  position: relative;
}

.light-card::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 93, 69, 0.2);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 260ms ease, transform 360ms ease;
  pointer-events: none;
}

.light-card:hover {
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.12);
}

.light-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

.light-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: auto;
  transition: transform 700ms ease, filter 400ms ease;
}

.light-card:hover img {
  filter: saturate(1.08) contrast(1.06);
  transform: scale(1.06);
}

.light-card span {
  margin-top: 28px;
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.light-card h3 {
  margin: 18px 0 0;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  padding: 9vw 7vw 5vw;
  color: #111;
  background: #f8f8f5;
}

.footer h2 {
  max-width: 900px;
  margin: 20px 0;
  font-size: clamp(52px, 9vw, 146px);
  line-height: 0.82;
  letter-spacing: -0.08em;
}

.footer a {
  position: relative;
  overflow: hidden;
  align-self: center;
  padding: 15px 20px;
  background: var(--orange);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 12px;
}

.footer p {
  grid-column: 1 / -1;
  max-width: 360px;
  color: #555;
  font-family: var(--font-mono);
  font-size: 11px;
}

.magnetic {
  will-change: transform;
}

[data-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 850ms ease, transform 850ms cubic-bezier(0.16, 1, 0.3, 1), filter 850ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: none;
}

@keyframes float-card {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes scan-line {
  0%,
  100% {
    opacity: 0.2;
    transform: scaleX(0.18) translateX(-20%);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) translateX(0);
  }
}

@keyframes video-orbit {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.13;
  }
  50% {
    transform: translate3d(-34px, 22px, 0) scale(1.12);
    opacity: 0.23;
  }
}

@keyframes cursor-blink {
  0%,
  48% {
    opacity: 1;
  }
  49%,
  100% {
    opacity: 0;
  }
}

@keyframes counter-pulse {
  0% {
    transform: translateY(12px);
    filter: blur(4px);
  }
  45% {
    transform: translateY(-5px);
    filter: blur(0);
  }
  100% {
    transform: translateY(0);
  }
}

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 809px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) 42px auto;
    column-gap: 8px;
    padding: 14px 12px;
  }

  .brand span,
  .header-link {
    background: rgba(5, 5, 5, 0.48);
  }

  .nav {
    display: none;
  }

  .brand span {
    display: none;
  }

  .hero {
    min-height: 100svh;
    display: block;
    padding: 70px 10px 0;
  }

  .hero__texture {
    right: -26px;
    top: 88px;
    width: 150px;
    height: 150px;
  }

  .hero__side {
    display: none;
  }

  .hero__media > img {
    width: 100%;
    height: 63svh;
  }

  .hero__card {
    right: 10px;
    bottom: 24%;
    width: 130px;
  }

  .hero__card img {
    height: 70px;
  }

  .hero__metric {
    right: 14px;
    top: 92px;
  }

  .hero__metric strong {
    font-size: 34px;
  }

  .hero h1 {
    left: 12px;
    right: 12px;
    top: 34%;
    display: block;
    width: auto;
    font-size: clamp(38px, 12vw, 46px);
    line-height: 0.92;
    transform: translateY(-50%);
    white-space: normal;
  }

  .hero__copy {
    left: 12px;
    right: 12px;
    bottom: 8vh;
    max-width: none;
    font-size: 13px;
  }

  .hero__actions a {
    flex: 1;
    text-align: center;
  }

  .marquee-section {
    min-height: 124vh;
  }

  .motion-band {
    margin-top: 0;
    font-size: 10px;
  }

  .huge-line {
    margin-bottom: 11vh;
    font-size: 94px;
  }

  .huge-line--right {
    margin-left: 18vw;
  }

  .huge-line--small {
    width: 170vw;
    font-size: 58px;
  }

  .work-card,
  .work-card--tall {
    min-height: 76svh;
  }

  .dark-proof {
    min-height: 112svh;
    padding: 84px 16px;
  }

  .dark-proof h2 {
    margin: 0 0 70px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .services {
    padding: 88px 16px;
  }

  .services__head,
  .service-list article,
  .process,
  .light-cases,
  .footer {
    grid-template-columns: 1fr;
  }

  .services__head {
    min-height: auto;
    gap: 22px;
    margin-bottom: 54px;
  }

  .service-list article {
    min-height: 260px;
    gap: 18px;
    align-content: center;
  }

  .process {
    padding: 88px 16px;
  }

  .process__intro {
    position: static;
  }

  .process__cards article {
    min-height: 250px;
  }

  .process__cards h3 {
    margin-top: 72px;
  }

  .light-cases {
    padding: 70px 16px 100px;
  }

  .light-card {
    min-height: 450px;
  }

  .footer {
    padding: 82px 16px 44px;
  }

  .footer a {
    text-align: center;
  }
}

/* Brand motion pass */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  gap: 18px;
  color: var(--paper);
  background:
    radial-gradient(circle at 28% 38%, rgba(47, 92, 136, 0.42), transparent 34%),
    radial-gradient(circle at 72% 62%, rgba(247, 163, 58, 0.4), transparent 30%),
    #050505;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.preloader__brandline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 34px);
  max-width: min(1180px, calc(100vw - 36px));
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.preloader__brandline > span,
.preloader__word {
  display: block;
  max-width: min(980px, calc(100vw - 32px));
  min-height: clamp(48px, 8vw, 112px);
  white-space: nowrap;
  text-align: center;
  overflow-wrap: anywhere;
}

.preloader__word {
  font-family: var(--font-display);
  font-size: clamp(36px, 6.6vw, 96px);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 20px 70px rgba(0, 0, 0, 0.42);
  transition: color 0.38s ease, transform 0.38s ease;
}

.preloader__word::after {
  content: "";
  display: inline-block;
  width: 0.08em;
  height: 0.78em;
  margin-left: 0.09em;
  transform: translateY(0.08em);
  background: currentColor;
  animation: preloader-caret 0.72s steps(1, end) infinite;
}

.preloader.is-word-shark .preloader__word {
  color: #fff;
}

.preloader.is-word-hangout .preloader__word {
  color: var(--brand-orange);
}

.preloader__stage {
  width: clamp(74px, 12vw, 150px);
  aspect-ratio: 1;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  position: relative;
  animation: preload-float 1.7s ease-in-out infinite;
}

.preloader__stage::before {
  content: "";
  display: none;
}

.preloader__flip {
  position: relative;
  width: 82%;
  height: 82%;
  border-radius: 50%;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  transition: transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1);
  filter: none;
}

.preloader.is-logo-shark .preloader__flip {
  transform: rotateY(180deg);
}

.preloader__logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  background: var(--brand-blue);
  box-shadow: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  clip-path: circle(50% at 50% 50%);
  opacity: 0;
  transition: opacity 0.34s ease;
}

.preloader__logo--hangout {
  padding: 0;
  opacity: 1;
}

.preloader__logo--shark {
  padding: 0;
  object-fit: cover;
  transform: rotateY(180deg);
  filter: none;
  background: var(--brand-blue);
}

.preloader.is-logo-shark .preloader__logo--hangout {
  opacity: 0;
}

.preloader.is-logo-shark .preloader__logo--shark,
.preloader.is-logo-hangout .preloader__logo--hangout {
  opacity: 1;
}

.preloader strong {
  position: absolute;
  right: 24px;
  bottom: 18px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(244, 244, 241, 0.72);
}

.preloader::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 42px;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-orange));
  animation: preload-bar 1.15s ease forwards;
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes preload-float {
  0%,
  100% {
    transform: translateY(0);
  }

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

@keyframes preloader-caret {
  0%,
  48% {
    opacity: 1;
  }

  49%,
  100% {
    opacity: 0;
  }
}

@media (max-width: 720px) {
  .preloader__brandline {
    flex-wrap: wrap;
    row-gap: 22px;
    line-height: 0.9;
    text-align: center;
  }

  .preloader__brandline > span,
  .preloader__word {
    white-space: normal;
  }

  .preloader__stage {
    width: clamp(56px, 18vw, 76px);
  }
}

.hero {
  background:
    radial-gradient(circle at 18% 22%, rgba(14, 90, 97, 0.38), transparent 30%),
    radial-gradient(circle at 76% 54%, rgba(184, 226, 74, 0.14), transparent 25%),
    linear-gradient(180deg, #101418 0%, #070a0c 72%, #101418 100%);
}

.hero__media > img,
.hero__main-video {
  width: min(44vw, 600px);
  height: min(64svh, 680px);
  object-fit: cover;
  border-radius: 999px;
  filter: saturate(1.12) contrast(1.05);
  box-shadow:
    0 0 0 1px rgba(244, 244, 241, 0.18),
    0 30px 110px rgba(47, 92, 136, 0.28),
    0 18px 90px rgba(247, 163, 58, 0.18);
}

.hero__main-video {
  background: #101010;
}

.hero__texture {
  border-color: rgba(247, 163, 58, 0.72);
  box-shadow: 0 0 0 1px rgba(47, 92, 136, 0.54), 0 18px 80px rgba(247, 163, 58, 0.26);
}

.scroll-progress,
.cursor-label,
.hero__actions a:first-child {
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-orange));
}

.hero h1 span:first-child,
.hero__metric strong,
.proof-grid strong,
.service-list span {
  color: var(--brand-orange);
}

.hero h1 span:nth-child(2),
.huge-line {
  background: linear-gradient(90deg, var(--paper), var(--brand-orange), var(--brand-blue), var(--paper));
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: brand-text-flow 7s ease-in-out infinite;
}

.huge-line--right {
  animation-duration: 8.5s;
  animation-direction: reverse;
}

.huge-line--small {
  animation-duration: 11s;
}

.motion-band,
.ticker-lab__row {
  background: var(--brand-blue);
}

.ticker-lab__row--reverse {
  color: #08121d;
  background: var(--brand-orange);
}

.manifesto-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 72svh;
  background: var(--paper);
  color: var(--ink);
}

.manifesto-tile {
  position: relative;
  min-height: 520px;
  padding: clamp(28px, 4vw, 58px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(5, 5, 5, 0.12);
  isolation: isolate;
}

.manifesto-tile::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  opacity: 0.78;
  background: radial-gradient(circle at var(--tile-x, 50%) var(--tile-y, 48%), rgba(255, 255, 255, 0.42), transparent 28%);
  transition: opacity 0.25s ease;
}

.manifesto-tile span,
.signal-board span {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
  opacity: 0.75;
}

.manifesto-tile h2 {
  max-width: 100%;
  margin: 80px 0 34px;
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: 0.78;
  text-transform: uppercase;
  overflow-wrap: normal;
  text-wrap: balance;
}

.manifesto-tile p {
  max-width: 34ch;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 1.65;
}

.manifesto-tile--blue {
  color: var(--paper);
  background: var(--brand-blue);
}

.manifesto-tile--orange {
  color: #08121d;
  background: var(--brand-orange);
}

.manifesto-tile--dark {
  color: var(--paper);
  background: #050505;
}

.signal-board {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  padding: clamp(84px, 12vw, 150px) clamp(18px, 5vw, 72px);
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(14, 90, 97, 0.24) 1px, transparent 1px),
    linear-gradient(0deg, rgba(184, 226, 74, 0.10) 1px, transparent 1px),
    #101418;
  background-size: 68px 68px;
  overflow: hidden;
}

.signal-board::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(247, 163, 58, 0.18), transparent);
  transform: translateX(-100%);
  animation: signal-scan 4.8s linear infinite;
  pointer-events: none;
}

.signal-board h2 {
  margin: 18px 0 0;
  max-width: 10ch;
  font-size: clamp(56px, 7.4vw, 108px);
  line-height: 0.78;
  text-transform: uppercase;
  overflow-wrap: normal;
  text-wrap: balance;
}

.signal-board ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.signal-board li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 92px;
  padding: 18px 20px;
  border: 1px solid rgba(244, 244, 241, 0.16);
  background: rgba(244, 244, 241, 0.045);
  transform: translateX(calc(var(--signal-index, 0) * 10px));
}

.signal-board li::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--brand-orange);
  box-shadow: 0 0 0 9px rgba(247, 163, 58, 0.12), 0 0 28px rgba(247, 163, 58, 0.55);
  animation: brand-pulse 1.8s ease-in-out infinite;
  animation-delay: calc(var(--signal-index, 0) * 0.18s);
}

.signal-board strong {
  display: block;
  color: var(--brand-orange);
  font-size: clamp(24px, 3vw, 46px);
  line-height: 0.94;
  text-transform: uppercase;
}

.signal-board small {
  font-family: var(--font-mono);
  color: rgba(244, 244, 241, 0.58);
  text-transform: uppercase;
}

.service-list article {
  cursor: pointer;
}

.service-list article::after {
  content: attr(data-detail);
  grid-column: 2 / 4;
  max-width: 58ch;
  color: rgba(244, 244, 241, 0.68);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.65;
  opacity: 0;
  max-height: 0;
  transform: translateY(-8px);
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease, transform 0.3s ease;
}

.service-list article.is-open::after,
.service-list article:hover::after {
  opacity: 1;
  max-height: 90px;
  transform: translateY(0);
}

.footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at var(--contact-x, 68%) 22%, rgba(247, 163, 58, 0.36), transparent 26%),
    radial-gradient(circle at 12% 78%, rgba(47, 92, 136, 0.28), transparent 30%),
    linear-gradient(135deg, #f5f5f0 0%, #fff 58%, rgba(47, 92, 136, 0.16) 100%);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px solid rgba(47, 92, 136, 0.2);
  transform: skewY(-1.5deg);
}

.footer::after {
  content: "CONTATO  ORCAMENTO  EXPERIENCIA  ";
  position: absolute;
  left: -5vw;
  right: -5vw;
  bottom: 18px;
  z-index: -1;
  color: rgba(47, 92, 136, 0.08);
  font-size: clamp(44px, 11vw, 170px);
  line-height: 0.8;
  text-transform: uppercase;
  white-space: nowrap;
  animation: footer-call 16s linear infinite;
}

.footer h2 {
  color: var(--ink);
  text-shadow: 0 12px 38px rgba(47, 92, 136, 0.12);
}

.footer a {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-orange));
  box-shadow: 0 22px 70px rgba(47, 92, 136, 0.25), 0 12px 44px rgba(247, 163, 58, 0.25);
  animation: contact-button-pulse 2.4s ease-in-out infinite;
}

@keyframes preload-bar {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes brand-text-flow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes brand-pulse {
  0%, 100% { transform: scale(1); opacity: 0.72; }
  50% { transform: scale(1.18); opacity: 1; }
}

@keyframes signal-scan {
  to { transform: translateX(100%); }
}

@keyframes footer-call {
  to { transform: translateX(-28vw); }
}

@keyframes contact-button-pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@media (max-width: 860px) {
  .hero__media > img,
  .hero__main-video {
    width: min(88vw, 520px);
    height: 56svh;
  }

  .manifesto-tiles,
  .signal-board {
    grid-template-columns: 1fr;
  }

  .manifesto-tile {
    min-height: 420px;
  }

  .manifesto-tile h2 {
    max-width: 100%;
    font-size: clamp(40px, 13vw, 58px);
    line-height: 0.86;
  }

  .signal-board h2 {
    max-width: 100%;
    font-size: clamp(42px, 14vw, 66px);
    line-height: 0.86;
  }

  .signal-board li {
    grid-template-columns: auto 1fr;
    transform: none;
  }

  .signal-board small {
    grid-column: 2;
  }

  .service-list article::after {
    grid-column: 1;
  }
}

/* Hero + page 2 writing upgrade */
.hero__media {
  filter: drop-shadow(0 34px 120px rgba(47, 92, 136, 0.28));
}

.hero__media > img,
.hero__main-video {
  width: min(64vw, 820px);
  height: min(82svh, 780px);
  border: 1px solid rgba(247, 163, 58, 0.28);
  transform: translateY(4vh) scale(1.05);
  animation: hero-orbit-breathe 5.8s ease-in-out infinite;
  box-shadow:
    0 0 0 1px rgba(244, 244, 241, 0.15),
    0 0 0 12px rgba(47, 92, 136, 0.06),
    0 36px 150px rgba(47, 92, 136, 0.42),
    0 22px 120px rgba(247, 163, 58, 0.22);
}

.hero__media::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: min(68vw, 860px);
  height: min(68vw, 860px);
  border-radius: 999px;
  pointer-events: none;
  border: 1px solid rgba(247, 163, 58, 0.32);
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.34) 46%, transparent 54%),
    radial-gradient(circle at 26% 18%, rgba(247, 163, 58, 0.18), transparent 32%),
    radial-gradient(circle at 80% 78%, rgba(47, 92, 136, 0.24), transparent 34%);
  mix-blend-mode: screen;
  opacity: 0.58;
  transform: translate(-50%, -48%) rotate(0deg);
  animation: hero-scan-ring 7s linear infinite;
}

.hero__media::after {
  inset: -3% 5% -4%;
  z-index: 4;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 72%, rgba(5, 5, 5, 0.82), transparent 42%),
    linear-gradient(180deg, rgba(5, 5, 5, 0), #050505 92%);
}

.hero h1 {
  z-index: 6;
}

.marquee-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 16%, rgba(47, 92, 136, 0.12), transparent 28%),
    radial-gradient(circle at 15% 78%, rgba(247, 163, 58, 0.12), transparent 26%),
    var(--paper);
}

.marquee-section::before {
  content: "LIVE BRIEFING / FIELD SIGNAL / BRAND MEMORY / LIVE BRIEFING / FIELD SIGNAL / BRAND MEMORY";
  position: sticky;
  top: 86px;
  z-index: 2;
  display: block;
  width: max-content;
  margin-left: -8vw;
  padding: 10px 18px;
  color: #fff;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-orange));
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(-2deg);
  animation: write-ribbon 13s linear infinite;
}

.writing-stack {
  position: sticky;
  top: 24svh;
  z-index: 4;
  display: grid;
  gap: 12px;
  width: min(82vw, 540px);
  margin: 0 6vw 16vh auto;
  pointer-events: none;
}

.writing-stack span {
  position: relative;
  justify-self: end;
  width: max-content;
  max-width: 100%;
  padding: 9px 12px 9px 34px;
  color: var(--paper);
  background: rgba(5, 5, 5, 0.82);
  border: 1px solid rgba(47, 92, 136, 0.34);
  font-family: var(--font-mono);
  font-size: clamp(10px, 1.1vw, 13px);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  overflow: hidden;
  transform: translateX(36px);
  animation: writing-pop 7.2s ease-in-out infinite;
  animation-delay: calc(var(--write-index, 0) * 0.55s);
}

.writing-stack span::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand-orange);
  box-shadow: 0 0 18px rgba(247, 163, 58, 0.8);
  transform: translateY(-50%);
}

.writing-stack span::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: translateX(-120%);
  animation: writing-caret 2.4s ease-in-out infinite;
  animation-delay: inherit;
}

.writing-stack span:nth-child(2),
.writing-stack span:nth-child(4) {
  color: #08121d;
  background: rgba(247, 163, 58, 0.92);
  border-color: rgba(47, 92, 136, 0.2);
}

.writing-stack span:nth-child(2)::before,
.writing-stack span:nth-child(4)::before {
  background: var(--brand-blue);
  box-shadow: 0 0 18px rgba(47, 92, 136, 0.7);
}

.huge-line {
  letter-spacing: 0;
  text-shadow: 0 18px 80px rgba(47, 92, 136, 0.16);
}

.huge-line::after {
  content: "";
  display: block;
  width: clamp(90px, 14vw, 220px);
  height: 10px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--brand-orange), var(--brand-blue));
  transform-origin: left center;
  animation: handwriting-line 3.4s ease-in-out infinite;
}

.huge-line--right::after {
  margin-left: auto;
  transform-origin: right center;
}

.motion-band {
  box-shadow: 0 20px 70px rgba(47, 92, 136, 0.22);
}

@keyframes hero-orbit-breathe {
  0%, 100% { transform: translateY(4vh) scale(1.05); }
  50% { transform: translateY(2.5vh) scale(1.09); }
}

@keyframes hero-scan-ring {
  to { transform: translate(-50%, -48%) rotate(360deg); }
}

@keyframes write-ribbon {
  to { transform: translateX(-26vw) rotate(-2deg); }
}

@keyframes writing-pop {
  0%, 12% { opacity: 0; transform: translateX(42px); clip-path: inset(0 100% 0 0); }
  20%, 68% { opacity: 1; transform: translateX(0); clip-path: inset(0 0 0 0); }
  84%, 100% { opacity: 0; transform: translateX(-20px); clip-path: inset(0 0 0 100%); }
}

@keyframes writing-caret {
  0% { transform: translateX(-120%); }
  52%, 100% { transform: translateX(260%); }
}

@keyframes handwriting-line {
  0%, 100% { transform: scaleX(0.38); opacity: 0.5; }
  48% { transform: scaleX(1); opacity: 1; }
}

@media (max-width: 860px) {
  .hero__media > img,
  .hero__main-video {
    width: min(112vw, 620px);
    height: 60svh;
    transform: translateY(2vh) scale(1.08);
  }

  .hero__media::before {
    width: 112vw;
    height: 112vw;
  }

  .marquee-section::before {
    top: 64px;
    font-size: 10px;
  }

  .writing-stack {
    top: 18svh;
    width: 92vw;
    margin: 0 4vw 10vh auto;
  }

  .writing-stack span {
    font-size: 10px;
  }

  .huge-line {
    letter-spacing: 0;
  }
}

/* Final requested sections effects */
.signal-board {
  min-height: 96svh;
  background:
    linear-gradient(90deg, rgba(47, 92, 136, 0.24) 1px, transparent 1px),
    linear-gradient(0deg, rgba(247, 163, 58, 0.14) 1px, transparent 1px),
    radial-gradient(circle at var(--live-x, 24%) 42%, rgba(247, 163, 58, 0.22), transparent 26%),
    radial-gradient(circle at 78% 28%, rgba(47, 92, 136, 0.26), transparent 30%),
    #050505;
  background-size: 74px 74px, 74px 74px, auto, auto, auto;
}

.signal-board::before {
  content: "PORTA ABERTA  /  RSVP OK  /  EQUIPE EM CAMPO  /  ARTISTA ALINHADO  /  MARCA APARECENDO";
  position: absolute;
  left: -8vw;
  right: -8vw;
  top: 24px;
  z-index: 2;
  padding: 12px 0;
  color: #08121d;
  background: var(--brand-orange);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(-1.4deg);
  animation: live-tape 14s linear infinite;
}

.signal-board > div {
  position: relative;
  z-index: 3;
}

.signal-board h2 {
  color: var(--paper);
  text-shadow:
    0 0 34px rgba(247, 163, 58, 0.18),
    0 18px 92px rgba(47, 92, 136, 0.24);
}

.signal-board h2::after {
  content: "AO VIVO";
  display: inline-grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin-left: 18px;
  border-radius: 50%;
  color: #08121d;
  background: var(--brand-orange);
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 1;
  vertical-align: middle;
  animation: live-dot-breathe 1.75s ease-in-out infinite;
}

.signal-board ul {
  transform: perspective(900px) rotateY(-5deg);
}

.signal-board li {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(247, 163, 58, 0.1), transparent 48%),
    rgba(244, 244, 241, 0.045);
  transition: transform 0.32s ease, border-color 0.32s ease, background 0.32s ease;
}

.signal-board li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.13), transparent);
  transform: translateX(-110%);
  animation: board-row-scan 2.8s ease-in-out infinite;
  animation-delay: calc(var(--signal-index, 0) * 0.22s);
}

.signal-board li:hover {
  border-color: rgba(247, 163, 58, 0.55);
  background: rgba(247, 163, 58, 0.11);
  transform: translateX(calc(var(--signal-index, 0) * 10px + 12px));
}

.process {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 26% var(--process-y, 20%), rgba(47, 92, 136, 0.25), transparent 26%),
    radial-gradient(circle at 78% 62%, rgba(247, 163, 58, 0.16), transparent 28%),
    #050505;
}

.process::before {
  content: "00.03 / BRIEFING / CONCEITO / RSVP / CAMPO / MEMORIA";
  position: absolute;
  left: 7vw;
  right: 7vw;
  top: 64px;
  z-index: 0;
  color: rgba(244, 244, 241, 0.08);
  font-family: var(--font-mono);
  font-size: clamp(42px, 7vw, 112px);
  line-height: 0.9;
  text-transform: uppercase;
  pointer-events: none;
}

.process__intro,
.process__cards {
  position: relative;
  z-index: 1;
}

.process__intro::after {
  content: "brief -> desenho -> producao -> campo -> lembranca";
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 32px;
  padding: 12px 14px;
  color: #08121d;
  background: linear-gradient(90deg, var(--brand-orange), #fff0c9);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  white-space: normal;
  animation: route-chip 3.8s ease-in-out infinite;
}

.process__cards article {
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(47, 92, 136, 0.16), transparent 48%),
    #0d0d0d;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.24);
}

.process__cards article::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: -1;
  opacity: 0.32;
  background:
    conic-gradient(from 180deg, transparent, rgba(247, 163, 58, 0.5), transparent, rgba(47, 92, 136, 0.52), transparent);
  animation: process-radar 8s linear infinite;
}

.process__cards article:nth-child(2)::before {
  animation-direction: reverse;
}

.process__cards article:nth-child(3)::before {
  animation-duration: 10s;
}

.process__cards span {
  box-shadow: 0 0 28px rgba(247, 163, 58, 0.4);
}

.process__cards h3::after {
  content: "";
  display: block;
  width: 62px;
  height: 4px;
  margin-top: 16px;
  background: linear-gradient(90deg, var(--brand-orange), var(--brand-blue));
  animation: step-write 2.6s ease-in-out infinite;
}

.light-cases {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(247, 163, 58, 0.14), transparent 30%),
    radial-gradient(circle at 82% 72%, rgba(47, 92, 136, 0.14), transparent 28%),
    var(--paper);
}

.light-cases::before {
  content: "Evento Hangout   Kaique Luiz   Logo Hangout   Evento Hangout   Kaique Luiz   Logo Hangout";
  position: absolute;
  left: -6vw;
  right: -6vw;
  top: 34px;
  color: rgba(47, 92, 136, 0.08);
  font-size: clamp(44px, 9vw, 140px);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  animation: soft-memory-ticker 22s linear infinite;
}

.light-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(47, 92, 136, 0.08);
  transition: transform 0.36s ease, box-shadow 0.36s ease, border-color 0.36s ease;
}

.light-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 34%, rgba(255, 255, 255, 0.72) 44%, transparent 55%),
    radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 28%), rgba(247, 163, 58, 0.28), transparent 26%);
  opacity: 0;
  transform: translateX(-26%);
  transition: opacity 0.28s ease, transform 0.5s ease;
}

.light-card::after {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: var(--paper);
  background: var(--brand-blue);
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 12px 34px rgba(47, 92, 136, 0.22);
}

.light-card:nth-child(1)::after {
  content: "field";
}

.light-card:nth-child(2)::after {
  content: "guest";
  background: var(--brand-orange);
  color: #08121d;
}

.light-card:nth-child(3)::after {
  content: "brand";
}

.light-card:hover {
  border-color: rgba(247, 163, 58, 0.42);
  box-shadow: 0 26px 90px rgba(47, 92, 136, 0.16), 0 16px 50px rgba(247, 163, 58, 0.13);
}

.light-card:hover::before {
  opacity: 1;
  transform: translateX(34%);
}

.light-card img {
  transition: transform 0.8s ease, filter 0.6s ease;
}

.light-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.15) contrast(1.05);
}

.light-card span,
.light-card h3 {
  position: relative;
  z-index: 2;
}

.light-card h3 {
  text-wrap: balance;
}

.light-card h3::after {
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  margin-top: 16px;
  background: linear-gradient(90deg, var(--brand-orange), var(--brand-blue));
  transform-origin: left center;
  animation: step-write 3.2s ease-in-out infinite;
}

.light-card:nth-child(2) h3::after {
  animation-delay: 0.25s;
}

.light-card:nth-child(3) h3::after {
  animation-delay: 0.5s;
}

@keyframes live-tape {
  to { transform: translateX(-28vw) rotate(-1.4deg); }
}

@keyframes live-dot-breathe {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(247, 163, 58, 0.25); }
  50% { transform: scale(1.07); box-shadow: 0 0 0 16px rgba(247, 163, 58, 0); }
}

@keyframes board-row-scan {
  0%, 35% { transform: translateX(-110%); }
  70%, 100% { transform: translateX(120%); }
}

@keyframes route-chip {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(14px); }
}

@keyframes process-radar {
  to { transform: rotate(360deg); }
}

@keyframes step-write {
  0%, 100% { transform: scaleX(0.34); opacity: 0.55; }
  50% { transform: scaleX(1); opacity: 1; }
}

@keyframes soft-memory-ticker {
  to { transform: translateX(-34vw); }
}

@media (max-width: 860px) {
  .signal-board {
    min-height: auto;
  }

  .signal-board::before {
    top: 14px;
    font-size: 10px;
  }

  .signal-board h2::after {
    width: 64px;
    height: 64px;
    margin: 16px 0 0;
    display: grid;
  }

  .signal-board ul {
    transform: none;
  }

  .signal-board li:hover {
    transform: translateX(0);
  }

  .process::before {
    top: 36px;
    left: 16px;
    font-size: 44px;
  }

  .process__intro::after {
    width: 100%;
  }

  .light-cases::before {
    top: 18px;
    font-size: 52px;
  }
}

/* Final hero alignment */
.hero__media {
  max-width: 820px;
  margin: 0 auto;
  left: -6vw;
  top: -4vh;
}

.hero__media > img,
.hero__main-video {
  width: min(62vw, 790px);
  height: min(78svh, 730px);
  transform: translateY(0) scale(1.04);
}

.hero__media::before {
  width: min(64vw, 830px);
  height: min(64vw, 830px);
  transform: translate(-52%, -52%) rotate(0deg);
}

.hero__media::after {
  inset: 0 6% -2%;
}

@keyframes hero-orbit-breathe {
  0%, 100% { transform: translateY(0) scale(1.04); }
  50% { transform: translateY(-1.2vh) scale(1.075); }
}

@keyframes hero-scan-ring {
  to { transform: translate(-52%, -52%) rotate(360deg); }
}

@media (max-width: 860px) {
  .hero__media {
    left: -10vw;
    top: -2vh;
    max-width: 112vw;
  }

  .hero__media > img,
  .hero__main-video {
    width: min(112vw, 610px);
    height: 58svh;
    transform: translateY(0) scale(1.04);
  }

  .hero__media::before {
    width: 112vw;
    height: 112vw;
    transform: translate(-51%, -53%) rotate(0deg);
  }
}

/* Page 2 continuous motion + proof ticker */
.marquee-section .huge-line {
  will-change: transform, background-position;
  animation:
    brand-text-flow 6.5s ease-in-out infinite,
    huge-line-pass-left 12s ease-in-out infinite;
}

.marquee-section .huge-line--right {
  animation:
    brand-text-flow 7.5s ease-in-out infinite reverse,
    huge-line-pass-right 13s ease-in-out infinite;
}

.marquee-section .huge-line--orange {
  animation:
    brand-text-flow 6s ease-in-out infinite,
    huge-line-pass-left 10.5s ease-in-out infinite;
}

.marquee-section .huge-line--small {
  animation:
    brand-text-flow 8s ease-in-out infinite reverse,
    huge-line-pass-right 15s ease-in-out infinite;
}

.ticker-lab {
  overflow: hidden;
}

.ticker-lab__row {
  width: max-content;
  animation: ticker-row-left 18s linear infinite;
}

.ticker-lab__row--reverse {
  animation: ticker-row-right 20s linear infinite;
}

.motion-band {
  animation: motion-band-slide 16s linear infinite;
}

.proof-grid {
  display: flex;
  width: max-content;
  min-width: 200%;
  gap: 32px;
  animation: proof-metrics-pass 18s linear infinite;
}

.proof-grid div {
  flex: 0 0 min(25vw, 330px);
  border-top-color: rgba(247, 163, 58, 0.24);
}

.proof-grid strong {
  text-shadow: 0 0 28px rgba(247, 163, 58, 0.34);
}

.proof-grid span {
  text-transform: uppercase;
}

@keyframes huge-line-pass-left {
  0%, 100% { transform: translate3d(calc(var(--marquee-x, 0px) - 2vw), 0, 0); }
  50% { transform: translate3d(calc(var(--marquee-x, 0px) - 12vw), 0, 0); }
}

@keyframes huge-line-pass-right {
  0%, 100% { transform: translate3d(calc(var(--marquee-x, 0px) + 2vw), 0, 0); }
  50% { transform: translate3d(calc(var(--marquee-x, 0px) + 12vw), 0, 0); }
}

@keyframes ticker-row-left {
  to { transform: translateX(-50%); }
}

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

@keyframes motion-band-slide {
  from { transform: translate3d(calc(var(--band-x, 0px) - 8vw), 0, 0) rotate(-2deg); }
  to { transform: translate3d(calc(var(--band-x, 0px) + 16vw), 0, 0) rotate(-2deg); }
}

@keyframes proof-metrics-pass {
  to { transform: translateX(-50%); }
}

@media (max-width: 860px) {
  .proof-grid {
    display: flex;
    grid-template-columns: none;
    gap: 18px;
  }

  .proof-grid div {
    flex-basis: 72vw;
  }

  .ticker-lab__row {
    animation-duration: 13s;
  }

  .ticker-lab__row--reverse {
    animation-duration: 15s;
  }
}

/* Visible motion correction */
.marquee-section {
  min-height: 250svh;
}

.page-two-flow {
  position: sticky;
  top: 0;
  z-index: 6;
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 13px 0;
  color: #08121d;
  background: var(--brand-orange);
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 20px 70px rgba(247, 163, 58, 0.2);
  transform: rotate(-1.5deg);
  animation: page-two-flow-pass 10s linear infinite;
}

.page-two-flow span {
  min-width: 110px;
  text-align: center;
}

.marquee-section .huge-line {
  position: relative;
  animation:
    brand-text-flow 3.6s ease-in-out infinite,
    huge-line-pass-left-visible 5.8s ease-in-out infinite !important;
}

.marquee-section .huge-line::before {
  content: attr(data-echo);
  position: absolute;
  left: 0;
  top: 0.12em;
  z-index: -1;
  color: rgba(47, 92, 136, 0.16);
  -webkit-text-fill-color: rgba(47, 92, 136, 0.16);
  transform: translateX(8vw);
  filter: blur(1px);
  animation: echo-drift-left 4.8s ease-in-out infinite;
}

.marquee-section .huge-line--right {
  animation:
    brand-text-flow 4s ease-in-out infinite reverse,
    huge-line-pass-right-visible 6.4s ease-in-out infinite !important;
}

.marquee-section .huge-line--right::before {
  animation-name: echo-drift-right;
}

.marquee-section .huge-line--orange {
  animation:
    brand-text-flow 3.2s ease-in-out infinite,
    huge-line-pass-left-visible 5.2s ease-in-out infinite !important;
}

.marquee-section .huge-line--small {
  animation:
    brand-text-flow 4.4s ease-in-out infinite reverse,
    huge-line-pass-right-visible 7s ease-in-out infinite !important;
}

.ticker-lab__row {
  animation-duration: 9s !important;
}

.ticker-lab__row--reverse {
  animation-duration: 10.5s !important;
}

.motion-band {
  animation: motion-band-slide-visible 7s ease-in-out infinite !important;
}

.proof-grid {
  animation: proof-metrics-pass-visible 9s linear infinite !important;
  padding-left: 6vw;
}

.proof-grid div {
  flex-basis: min(30vw, 380px);
}

@keyframes page-two-flow-pass {
  from { transform: translateX(0) rotate(-1.5deg); }
  to { transform: translateX(-50%) rotate(-1.5deg); }
}

@keyframes huge-line-pass-left-visible {
  0%, 100% { transform: translate3d(calc(var(--marquee-x, 0px) + 6vw), 0, 0); }
  50% { transform: translate3d(calc(var(--marquee-x, 0px) - 28vw), 0, 0); }
}

@keyframes huge-line-pass-right-visible {
  0%, 100% { transform: translate3d(calc(var(--marquee-x, 0px) - 8vw), 0, 0); }
  50% { transform: translate3d(calc(var(--marquee-x, 0px) + 28vw), 0, 0); }
}

@keyframes echo-drift-left {
  0%, 100% { transform: translateX(8vw); opacity: 0.16; }
  50% { transform: translateX(18vw); opacity: 0.32; }
}

@keyframes echo-drift-right {
  0%, 100% { transform: translateX(-8vw); opacity: 0.16; }
  50% { transform: translateX(-18vw); opacity: 0.32; }
}

@keyframes motion-band-slide-visible {
  0%, 100% { transform: translate3d(calc(var(--band-x, 0px) - 20vw), 0, 0) rotate(-2deg); }
  50% { transform: translate3d(calc(var(--band-x, 0px) + 24vw), 0, 0) rotate(1.2deg); }
}

@keyframes proof-metrics-pass-visible {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 860px) {
  .marquee-section {
    min-height: 210svh;
  }

  .page-two-flow {
    gap: 20px;
    font-size: 10px;
    animation-duration: 7s;
  }

  .page-two-flow span {
    min-width: 88px;
  }

  .proof-grid div {
    flex-basis: 80vw;
  }
}

/* Stronger final pass: page-two motion must read instantly, even before scrolling long. */
.marquee-section {
  position: relative;
  min-height: 285svh;
  isolation: isolate;
}

.page-two-flow {
  top: 8svh;
  z-index: 1;
  gap: clamp(36px, 7vw, 110px);
  padding: clamp(10px, 1.6vw, 22px) 0;
  color: transparent;
  background: transparent;
  -webkit-text-stroke: 1px rgba(247, 163, 58, 0.44);
  font-family: var(--font-display);
  font-size: clamp(64px, 12vw, 190px);
  line-height: 0.85;
  letter-spacing: 0;
  opacity: 0.5;
  box-shadow: none;
  mix-blend-mode: multiply;
  animation: page-two-flow-pass-strong 13s linear infinite !important;
}

.page-two-flow::after {
  content: "";
  position: absolute;
  inset: -20vh -10vw;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(47, 92, 136, 0.1), rgba(247, 163, 58, 0.16), transparent),
    repeating-linear-gradient(90deg, rgba(8, 18, 29, 0.08) 0 1px, transparent 1px 22px);
  transform: skewY(-4deg);
  pointer-events: none;
}

.page-two-flow span {
  min-width: auto;
}

.page-two-flow span:nth-child(3n + 2) {
  -webkit-text-stroke-color: rgba(47, 92, 136, 0.52);
}

.writing-stack {
  z-index: 4;
}

.writing-stack span {
  animation:
    writing-pulse 2.8s ease-in-out infinite,
    writing-slide 7s ease-in-out infinite;
}

.writing-stack span:nth-child(2) {
  animation-delay: 0.35s;
}

.writing-stack span:nth-child(3) {
  animation-delay: 0.7s;
}

.writing-stack span:nth-child(4) {
  animation-delay: 1.05s;
}

.marquee-section .huge-line {
  z-index: 3;
  display: block;
  width: max-content;
  text-shadow: 0.045em 0.045em 0 rgba(247, 163, 58, 0.16);
  animation:
    brand-text-flow 2.8s ease-in-out infinite,
    huge-line-drive-left-strong 5.6s cubic-bezier(.7, 0, .3, 1) infinite !important;
}

.marquee-section .huge-line--right {
  animation:
    brand-text-flow 3.1s ease-in-out infinite reverse,
    huge-line-drive-right-strong 6s cubic-bezier(.7, 0, .3, 1) infinite !important;
}

.marquee-section .huge-line--orange {
  animation:
    brand-text-flow 2.6s ease-in-out infinite,
    huge-line-drive-left-strong 5s cubic-bezier(.7, 0, .3, 1) infinite !important;
}

.marquee-section .huge-line--small {
  animation:
    brand-text-flow 3.3s ease-in-out infinite reverse,
    huge-line-drive-right-strong 6.8s cubic-bezier(.7, 0, .3, 1) infinite !important;
}

.marquee-section .huge-line::before {
  z-index: -1;
  opacity: 0.28;
  filter: blur(0.5px);
}

.motion-band {
  z-index: 5;
  animation: motion-band-slide-strong 5.5s ease-in-out infinite !important;
}

.ticker-lab {
  border-color: rgba(247, 163, 58, 0.28);
}

.ticker-lab__row {
  gap: 38px;
  animation: ticker-row-left-strong 13s linear infinite !important;
}

.ticker-lab__row--reverse {
  animation: ticker-row-right-strong 14s linear infinite !important;
}

.ticker-lab span {
  min-width: clamp(150px, 16vw, 230px);
}

.dark-proof {
  overflow: hidden;
}

.proof-grid {
  min-width: 360%;
  gap: clamp(18px, 3vw, 46px);
  animation: proof-metrics-pass-strong 10s linear infinite !important;
}

.proof-grid div {
  flex: 0 0 clamp(220px, 26vw, 420px);
  background:
    linear-gradient(135deg, rgba(247, 163, 58, 0.16), rgba(47, 92, 136, 0.12)),
    rgba(255, 255, 255, 0.035);
  transform: translateY(0);
  animation: metric-card-float 2.6s ease-in-out infinite;
}

.proof-grid div:nth-child(even) {
  animation-delay: 0.6s;
}

.proof-grid strong.is-counting {
  transform: translateY(-6px) scale(1.08);
}

@keyframes page-two-flow-pass-strong {
  from { transform: translate3d(0, 0, 0) rotate(-2deg); }
  to { transform: translate3d(-50%, 0, 0) rotate(-2deg); }
}

@keyframes huge-line-drive-left-strong {
  0%, 100% { transform: translate3d(calc(var(--marquee-x, 0px) + 10vw), 0, 0); }
  50% { transform: translate3d(calc(var(--marquee-x, 0px) - 36vw), -1.5vh, 0); }
}

@keyframes huge-line-drive-right-strong {
  0%, 100% { transform: translate3d(calc(var(--marquee-x, 0px) - 18vw), 0, 0); }
  50% { transform: translate3d(calc(var(--marquee-x, 0px) + 34vw), 1.2vh, 0); }
}

@keyframes writing-pulse {
  0%, 100% { opacity: 0.42; filter: blur(0); }
  50% { opacity: 1; filter: blur(0.4px); }
}

@keyframes writing-slide {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(18px); }
}

@keyframes motion-band-slide-strong {
  0%, 100% { transform: translate3d(calc(var(--band-x, 0px) - 36vw), 0, 0) rotate(-3deg); }
  50% { transform: translate3d(calc(var(--band-x, 0px) + 38vw), 0, 0) rotate(1.5deg); }
}

@keyframes ticker-row-left-strong {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes ticker-row-right-strong {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@keyframes proof-metrics-pass-strong {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes metric-card-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes whatsapp-float-pulse {
  0%, 100% { box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(255, 255, 255, 0.22), 0 0 34px rgba(37, 211, 102, 0.34); }
  50% { box-shadow: 0 22px 52px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.28), 0 0 48px rgba(37, 211, 102, 0.52); }
}

@keyframes whatsapp-ring {
  0%, 100% { transform: scale(0.92); opacity: 0.42; }
  50% { transform: scale(1.12); opacity: 0.04; }
}

@media (max-width: 860px) {
  .marquee-section {
    min-height: 245svh;
  }

  .page-two-flow {
    top: 10svh;
    font-size: clamp(56px, 24vw, 120px);
    animation-duration: 10s !important;
  }

  .marquee-section .huge-line {
    font-size: clamp(98px, 34vw, 190px);
  }

  .marquee-section .huge-line--small {
    width: 190vw;
    font-size: clamp(54px, 18vw, 92px);
  }

  .proof-grid {
    min-width: 620%;
    animation-duration: 12s !important;
  }

  .proof-grid div {
    flex-basis: 82vw;
  }
}

/* Writing motion for all page-two words requested by the client. */
.page-two-flow span,
.motion-band span,
.ticker-lab span,
.marquee-section .huge-line,
[data-live-decode="true"] {
  transition:
    opacity 0.28s ease,
    filter 0.28s ease,
    color 0.28s ease,
    text-shadow 0.28s ease;
}

.page-two-flow span.is-writing-word,
.motion-band span.is-writing-word,
.ticker-lab span.is-writing-word,
.marquee-section .huge-line.is-writing-word,
[data-live-decode="true"].is-writing-word,
.is-decoding {
  opacity: 1;
  filter: saturate(1.5) brightness(1.12);
  text-shadow:
    0 0 16px rgba(127, 176, 218, 0.72),
    0 0 42px rgba(47, 92, 136, 0.32);
}

.page-two-flow span.is-writing-pending,
.motion-band span.is-writing-pending,
.ticker-lab span.is-writing-pending {
  opacity: 0.22;
  filter: blur(0.8px);
}

.marquee-section .huge-line.is-writing-pending {
  opacity: 0.2;
}

.motion-band span.is-writing-word,
.ticker-lab span.is-writing-word {
  color: var(--brand-orange);
}

.ticker-lab__row--reverse span.is-writing-word {
  color: #fff;
}

/* Slower pass for the smaller text loops: readable, still alive. */
.page-two-flow {
  animation-duration: 20s !important;
}

.ticker-lab__row {
  animation: ticker-row-left-strong 24s linear infinite !important;
}

.ticker-lab__row--reverse {
  animation: ticker-row-right-strong 28s linear infinite !important;
}

@media (max-width: 860px) {
  .page-two-flow {
    animation-duration: 16s !important;
  }

  .ticker-lab__row {
    animation-duration: 20s !important;
  }

  .ticker-lab__row--reverse {
    animation-duration: 23s !important;
  }
}

/* Keep the RSVP / ARTISTS band fixed on the left under the manifesto line. */
.motion-band {
  margin-left: 0;
  animation: none !important;
  transform: rotate(-1.8deg) translateX(0) !important;
  transform-origin: left center;
  will-change: auto;
}

@media (max-width: 860px) {
  .motion-band {
    margin-left: 0;
    transform: rotate(-1.4deg) translateX(0) !important;
    transform-origin: left center;
  }

  .whatsapp-float {
    width: 58px;
    height: 58px;
    right: 16px;
    bottom: 16px;
  }

}

/* Header definitivo: fica no topo e impede os elementos de cairem no hero. */
.site-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 9000 !important;
  width: 100% !important;
  height: 74px !important;
  min-height: 74px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 16px 28px !important;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.88), rgba(5, 5, 5, 0.46) 62%, rgba(5, 5, 5, 0)) !important;
  color: #fff !important;
  pointer-events: auto !important;
  transform: none !important;
}

.site-header .brand {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  transform: none !important;
}

.site-header .brand img {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  background: var(--brand-blue) !important;
}

.site-header .brand span {
  display: inline-flex !important;
  color: #fff !important;
  background: rgba(5, 5, 5, 0.48) !important;
}

.site-header .nav {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  flex: 0 0 auto !important;
  margin-left: 0 !important;
  transform: none !important;
  background: rgba(5, 5, 5, 0.48) !important;
}

.site-header .admin-icon,
.site-header .header-link {
  position: static !important;
  flex: 0 0 auto !important;
  transform: none !important;
}

.site-header .admin-icon {
  width: 42px !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  border-radius: 50% !important;
  background: var(--brand-blue) !important;
  color: #fff !important;
}

.site-header .admin-icon svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.65 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.site-header .admin-icon svg path {
  fill: none !important;
  stroke: currentColor !important;
}

.site-header .header-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  margin: 0 !important;
  background: rgba(5, 5, 5, 0.48) !important;
}

.site-header .nav {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
}

.site-header .admin-icon {
  margin-left: auto !important;
}

.hero-title-shark {
  top: 44% !important;
  font-size: clamp(46px, 7.2vw, 104px) !important;
}

.hero-title-shark span,
.hero-title-shark span:first-child,
.hero-title-shark span:nth-child(2) {
  color: #fff !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  animation: none !important;
  text-shadow: 0 18px 70px rgba(0, 0, 0, 0.7) !important;
}

@media (max-width: 809px) {
  .site-header {
    height: 66px !important;
    min-height: 66px !important;
    padding: 12px 14px !important;
  }

  .site-header .brand span,
  .site-header .nav {
    display: none !important;
  }

  .site-header .brand {
    margin-right: auto !important;
  }

  .hero-title-shark {
    left: 12px !important;
    right: 12px !important;
    top: 32% !important;
    display: block !important;
    width: auto !important;
    font-size: clamp(36px, 11vw, 43px) !important;
    line-height: 0.94 !important;
    transform: translateY(-50%) !important;
    white-space: normal !important;
  }
}

/* Shark Idea final pass: azul, branco e microinteracoes vivas. */
:root {
  --orange: #7fb8e8;
  --hangout: #7fb8e8;
  --blue: #073f86;
  --brand-blue: #073f86;
  --brand-blue-deep: #031a38;
  --brand-orange: #7fb8e8;
  --brand-coral: #d9ecff;
  --shark-white: #ffffff;
  --shark-ice: #d7e9f7;
}

.scroll-progress,
.cursor-label,
.hero__actions a:first-child,
.footer a,
.motion-band,
.signal-board button,
.process__cards article span,
.service-list span {
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-orange)) !important;
}

.proof-kicker,
.hero__metric strong,
.ticker-lab__row--reverse,
.group-gateway__head span,
.group-gateway__grid span,
.magazine-section__head span,
.magazine-section__grid span,
.service-list span,
.process__intro > span,
.light-card span {
  color: var(--shark-ice) !important;
}

.hero__actions a:first-child,
.footer a {
  border-color: var(--brand-orange) !important;
  color: #fff !important;
  box-shadow: 0 18px 54px rgba(127, 184, 232, 0.24) !important;
}

.site-header .nav {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  min-width: min(560px, 52vw) !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
  background: rgba(5, 5, 5, 0.48) !important;
}

.site-header .admin-icon {
  margin-left: auto !important;
}

.site-header .brand img {
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-header .brand span {
  display: none !important;
}

.site-header .nav {
  border: 1px solid rgba(215, 233, 247, 0.18) !important;
  background: rgba(3, 26, 56, 0.7) !important;
}

.hero-title-shark {
  left: auto !important;
  right: clamp(90px, 14vw, 240px) !important;
  top: 68% !important;
  display: block !important;
  width: min(360px, 32vw) !important;
  font-size: clamp(30px, 3.5vw, 54px) !important;
  line-height: 0.94 !important;
  text-align: right !important;
  transform: translateY(-50%) !important;
  white-space: normal !important;
}

.hero-title-shark span,
.hero-title-shark span:first-child,
.hero-title-shark span:nth-child(2) {
  color: #fff !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  animation: none !important;
  text-shadow: 0 18px 70px rgba(0, 0, 0, 0.7) !important;
}

[data-scramble].is-scrambling,
.is-writing-word,
[data-writing-demo].is-writing-demo {
  color: #fff !important;
  filter: saturate(1.55) brightness(1.2) !important;
  text-shadow:
    0 0 14px rgba(127, 184, 232, 0.58),
    0 0 34px rgba(7, 63, 134, 0.38) !important;
  transition: color 120ms ease, filter 120ms ease, text-shadow 120ms ease !important;
}

[data-writing-demo] {
  position: relative;
}

[data-writing-demo].is-writing-demo {
  color: #7fb8e8 !important;
  text-shadow:
    0 0 18px rgba(127, 184, 232, 0.72),
    0 0 48px rgba(7, 63, 134, 0.46) !important;
}

section[id] {
  scroll-margin-top: 96px !important;
}

.hero,
.dark-proof,
.magazine-section,
.footer {
  background-color: var(--brand-blue-deep) !important;
}

.hero__texture,
.proof-video {
  filter: saturate(0.82) hue-rotate(178deg) brightness(0.78) contrast(1.08) !important;
}

.group-gateway {
  background:
    linear-gradient(180deg, #fff 0%, #eef6ff 100%) !important;
  color: var(--brand-blue-deep) !important;
}

.group-gateway__grid article {
  position: relative !important;
  display: flex !important;
  min-height: 380px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  overflow: hidden !important;
}

.group-gateway__grid article:first-child {
  background:
    radial-gradient(circle at 86% 8%, rgba(215, 233, 247, 0.26), transparent 34%),
    linear-gradient(145deg, #073f86 0%, #031a38 100%) !important;
}

.group-gateway__grid article:nth-child(2) {
  background: #fff !important;
  color: var(--brand-blue-deep) !important;
}

.gateway-brand-logo {
  width: 88px !important;
  height: 88px !important;
  margin: 0 0 26px !important;
  object-fit: cover !important;
  object-position: center !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  clip-path: circle(50% at 50% 50%) !important;
}

.gateway-brand-logo--shark {
  width: 88px !important;
  height: 88px !important;
}

.gateway-brand-logo--hangout {
  width: 88px !important;
  height: 88px !important;
}

.group-gateway__grid h3 {
  margin: 18px 0 18px !important;
}

.group-gateway__grid a {
  margin-top: auto !important;
}

.group-gateway [data-scramble].is-scrambling,
.group-gateway .is-writing-word {
  color: var(--brand-blue) !important;
  text-shadow:
    0 0 9px rgba(127, 184, 232, 0.42),
    0 0 18px rgba(127, 184, 232, 0.28) !important;
}

.group-gateway__grid article:first-child [data-scramble].is-scrambling,
.group-gateway__grid article:first-child .is-writing-word {
  color: #fff !important;
  text-shadow:
    0 0 9px rgba(255, 255, 255, 0.42),
    0 0 22px rgba(127, 184, 232, 0.32) !important;
}

.magazine-section__grid article,
.service-list article,
.group-gateway__grid article,
.process__cards article {
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease, background 260ms ease !important;
}

.magazine-section__grid article:hover,
.service-list article:hover,
.group-gateway__grid article:hover,
.process__cards article:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(127, 176, 218, 0.58) !important;
  box-shadow: 0 24px 80px rgba(47, 92, 136, 0.22) !important;
}

.service-card--media,
.process-card--media,
.magazine-card--media {
  isolation: isolate;
}

.service-card__media,
.process-card__media,
.magazine-card__media {
  margin: 0;
  overflow: hidden;
}

.service-card__media img,
.service-card__media video,
.process-card__media img,
.process-card__media video,
.magazine-card__media img,
.magazine-card__media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.service-card--media {
  min-height: 290px !important;
  padding: clamp(22px, 3vw, 38px);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: #07121d !important;
}

.service-card--media::before {
  z-index: -1;
  opacity: 1 !important;
  transform: none !important;
  background:
    linear-gradient(90deg, rgba(4, 12, 22, 0.96) 0%, rgba(7, 18, 29, 0.86) 42%, rgba(7, 18, 29, 0.36) 100%),
    radial-gradient(circle at 82% 34%, rgba(127, 184, 232, 0.28), transparent 30%) !important;
}

.service-card--media::after {
  position: relative;
  z-index: 2;
}

.service-card__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.78;
}

.service-card--media > span,
.service-card--media > h3,
.service-card--media > p {
  position: relative;
  z-index: 2;
}

.service-card--media > span {
  background: rgba(127, 184, 232, 0.18) !important;
  border: 1px solid rgba(127, 184, 232, 0.34);
  color: #f4f8ff !important;
}

.service-card--media > h3 {
  color: #fff;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.36);
}

.service-card--media > p {
  color: rgba(255, 255, 255, 0.78);
}

.process-card--media {
  padding: 0 !important;
  min-height: 420px !important;
  display: grid;
  grid-template-rows: clamp(190px, 22vw, 270px) auto;
  align-content: start;
}

.process-card__media {
  min-height: 190px;
  background: #07121d;
}

.process-card__body {
  position: relative;
  z-index: 2;
  padding: 26px 30px 32px;
  background:
    linear-gradient(180deg, rgba(7, 18, 29, 0.06), rgba(7, 18, 29, 0.76)),
    #0d0d0d;
}

.process-card__body h3 {
  margin-top: 54px;
}

.magazine-card--media {
  min-height: 360px !important;
  padding: 0 !important;
  overflow: hidden;
  display: grid;
  grid-template-rows: clamp(170px, 18vw, 230px) auto;
  align-content: start;
  background: rgba(255, 255, 255, 0.06) !important;
}

.magazine-card__media {
  min-height: 180px;
  background: #07121d;
}

.magazine-card__body {
  padding: clamp(22px, 2.6vw, 32px);
  background:
    linear-gradient(180deg, rgba(7, 18, 29, 0.2), rgba(7, 18, 29, 0.94)),
    #07121d;
}

.magazine-card__body h3 {
  margin-top: 46px;
}

.process-card__media img,
.process-card__media video,
.magazine-card__media img,
.magazine-card__media video {
  transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1), filter 260ms ease;
}

.process-card--media:hover .process-card__media img,
.process-card--media:hover .process-card__media video,
.magazine-card--media:hover .magazine-card__media img,
.magazine-card--media:hover .magazine-card__media video,
.service-card--media:hover .service-card__media img,
.service-card--media:hover .service-card__media video {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}

@media (max-width: 900px) {
  .magazine-section__grid {
    grid-template-columns: 1fr !important;
  }

  .service-card--media {
    min-height: 340px !important;
    padding: 24px;
    align-content: end;
  }

  .service-card--media::before {
    background:
      linear-gradient(180deg, rgba(4, 12, 22, 0.2) 0%, rgba(7, 18, 29, 0.86) 56%, rgba(7, 18, 29, 0.97) 100%),
      radial-gradient(circle at 80% 20%, rgba(127, 184, 232, 0.24), transparent 34%) !important;
  }

  .process-card--media,
  .magazine-card--media {
    min-height: 340px !important;
  }

  .process-card--media {
    grid-template-rows: 210px auto;
  }

  .magazine-card--media {
    grid-template-rows: 190px auto;
  }
}

@media (max-width: 809px) {
  .site-header .nav {
    display: none !important;
  }

  .hero-title-shark {
    left: auto !important;
    right: 22px !important;
    top: 58% !important;
    width: min(210px, 54vw) !important;
    font-size: clamp(28px, 8vw, 34px) !important;
    text-align: right !important;
  }

  section[id] {
    scroll-margin-top: 82px !important;
  }
}

/* Sistema administrativo Hangout/Shark Idea */
.system-admin {
  min-height: 100svh;
  color: #f5f2ea;
  background:
    linear-gradient(120deg, rgba(14, 90, 97, 0.24), transparent 34%),
    linear-gradient(180deg, #101418 0%, #07090b 100%);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
}

.system-admin strong,
.system-admin h1,
.system-admin h2,
.system-admin h3 {
  font-weight: 650;
}

.system-admin a {
  color: inherit;
}

.access-toggle {
  position: fixed;
  inset: 0 auto auto 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.admin-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 74px;
  padding: 14px clamp(16px, 4vw, 44px);
  border-bottom: 1px solid rgba(245, 242, 234, 0.1);
  background: rgba(16, 20, 24, 0.86);
  backdrop-filter: blur(18px);
}

.admin-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.admin-brand img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--brand-blue);
}

.admin-brand span {
  display: inline-block !important;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 14px;
  font-weight: 650;
}

.admin-quicknav {
  display: inline-flex;
  gap: 8px;
  margin-left: auto;
}

.admin-quicknav a,
.admin-exit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(245, 242, 234, 0.14);
  border-radius: 8px;
  color: rgba(245, 242, 234, 0.78);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
}

.admin-access {
  min-height: 100svh;
}

.access-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  gap: clamp(18px, 3vw, 34px);
  width: min(1180px, calc(100% - 32px));
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(26px, 5vw, 64px) 0;
  align-items: center;
}

.login-panel,
.support-card,
.metric-strip article,
.pipeline-board,
.ops-panel,
.module-map,
.liz-panel {
  border: 1px solid rgba(245, 242, 234, 0.12);
  border-radius: 8px;
  background: rgba(245, 242, 234, 0.055);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.24);
}

.login-panel {
  padding: clamp(24px, 4vw, 48px);
}

.system-eyebrow,
.support-card > span,
.board-head span,
.metric-strip span {
  color: #b8e24a;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.login-panel h1 {
  max-width: 720px;
  margin: 16px 0;
  color: #fff;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 0.94;
}

.login-panel p,
.support-card dd,
.ops-panel p,
.liz-panel p {
  color: rgba(245, 242, 234, 0.72);
  line-height: 1.55;
}

.login-panel > p {
  max-width: 690px;
  margin: 0 0 28px;
  font-size: 18px;
}

.login-form {
  display: grid;
  gap: 10px;
  max-width: 520px;
}

.login-form label:not(.login-submit) {
  color: rgba(245, 242, 234, 0.72);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.login-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(245, 242, 234, 0.16);
  border-radius: 8px;
  outline: none;
  color: #fff;
  background: rgba(7, 9, 11, 0.84);
  font: inherit;
}

.login-form input:focus {
  border-color: rgba(184, 226, 74, 0.66);
  box-shadow: 0 0 0 3px rgba(184, 226, 74, 0.12);
}

.login-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  margin-top: 8px;
  border: 0;
  border-radius: 8px;
  color: #071013;
  background: linear-gradient(90deg, #b8e24a, #7fb0da);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 650;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.access-note {
  max-width: 520px;
  margin: 18px 0 0 !important;
  color: rgba(245, 242, 234, 0.58) !important;
  font-family: var(--font-mono);
  font-size: 12px !important;
}

.support-card {
  padding: clamp(20px, 3vw, 30px);
}

.support-card h2 {
  margin: 12px 0 18px;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
}

.support-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.support-card div {
  padding: 14px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 8px;
  background: rgba(7, 9, 11, 0.42);
}

.support-card dt {
  margin-bottom: 6px;
  color: #7fb0da;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.support-card dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.support-card a {
  display: inline-flex;
  margin-top: 18px;
  color: #b8e24a;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.admin-shell {
  display: none;
  grid-template-columns: 240px minmax(0, 1fr);
  width: min(1420px, calc(100% - 28px));
  min-height: 100svh;
  margin: 0 auto;
  padding: 18px 0 28px;
  gap: 18px;
}

.access-toggle:checked ~ .admin-access .access-layout {
  display: none;
}

.access-toggle:checked ~ .admin-access .admin-shell {
  display: grid;
}

.admin-sidebar {
  position: sticky;
  top: 92px;
  align-self: start;
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(245, 242, 234, 0.12);
  border-radius: 8px;
  background: rgba(7, 9, 11, 0.62);
}

.admin-sidebar__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 4px 14px;
  color: #fff;
  font-weight: 650;
}

.admin-sidebar__brand img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--brand-blue);
}

.admin-sidebar a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  color: rgba(245, 242, 234, 0.68);
  font-size: 14px;
  font-weight: 600;
}

.admin-sidebar a.is-active,
.admin-sidebar a:hover {
  color: #071013;
  background: #b8e24a;
}

.admin-main {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.admin-main__head {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 8px;
  background: rgba(245, 242, 234, 0.045);
}

.admin-main__head h2 {
  max-width: 760px;
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(26px, 4vw, 48px);
  line-height: 0.98;
}

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

.metric-strip article {
  min-height: 132px;
  padding: 18px;
}

.metric-strip strong {
  display: block;
  margin: 14px 0 6px;
  color: #fff;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 650;
  line-height: 0.9;
}

.metric-strip em {
  color: rgba(245, 242, 234, 0.62);
  font-style: normal;
}

.cockpit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 14px;
}

.pipeline-board,
.ops-panel,
.module-map,
.liz-panel {
  padding: 18px;
}

.board-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.board-head strong {
  color: #fff;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.05;
  text-align: right;
}

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

.pipeline-columns section {
  min-height: 210px;
  padding: 12px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 8px;
  background: rgba(7, 9, 11, 0.48);
}

.pipeline-columns h3 {
  margin: 0 0 12px;
  color: #7fb0da;
  font-size: 14px;
}

.pipeline-columns p {
  margin: 8px 0;
  padding: 10px;
  border-radius: 8px;
  color: rgba(245, 242, 234, 0.84);
  background: rgba(245, 242, 234, 0.07);
  line-height: 1.28;
}

.research-grid,
.automation-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.research-grid section,
.automation-list section,
.people-list section,
.star-steps section {
  display: grid;
  gap: 6px;
  align-content: start;
  min-height: 96px;
  padding: 12px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 8px;
  background: rgba(7, 9, 11, 0.36);
}

.research-grid span,
.automation-list span,
.people-list span,
.star-steps span,
.finance-lines span {
  color: rgba(245, 242, 234, 0.62);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.research-grid p,
.automation-list p,
.people-list p,
.star-steps p,
.finance-lines p {
  margin: 0;
  color: rgba(245, 242, 234, 0.76);
  font-size: 14px;
  line-height: 1.45;
}

.star-steps,
.people-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.star-steps strong {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #071013;
  background: #b8e24a;
  font-size: 16px;
}

.task-list {
  display: grid;
  gap: 8px;
}

.task-list label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-height: 42px;
  padding: 10px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 8px;
  color: rgba(245, 242, 234, 0.78);
  background: rgba(7, 9, 11, 0.36);
  font-size: 14px;
  line-height: 1.35;
}

.task-list input {
  flex: 0 0 auto;
  margin-top: 2px;
}

.finance-lines {
  display: grid;
  gap: 8px;
}

.finance-lines p {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 42px;
  padding: 10px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 8px;
  background: rgba(7, 9, 11, 0.36);
}

.finance-lines strong,
.people-list strong {
  color: #fff;
  font-weight: 650;
}

.ops-panel ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ops-panel li {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.ops-panel li span {
  padding: 7px 8px;
  border-radius: 8px;
  color: #071013;
  background: #7fb0da;
  font-family: var(--font-mono);
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}

.ops-panel p {
  margin: 0;
}

.module-map {
  grid-column: 1 / -1;
}

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

.module-list span {
  min-height: 54px;
  padding: 14px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 8px;
  color: rgba(245, 242, 234, 0.82);
  background: rgba(7, 9, 11, 0.42);
}

.liz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.liz-actions button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(184, 226, 74, 0.42);
  border-radius: 8px;
  color: #b8e24a;
  background: transparent;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .access-layout,
  .admin-shell,
  .cockpit-grid {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .admin-sidebar__brand {
    min-width: 190px;
    padding: 0 8px 0 0;
  }

  .admin-sidebar a {
    flex: 0 0 auto;
  }

  .metric-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .admin-topbar {
    min-height: 66px;
    padding: 10px;
  }

  .admin-brand span {
    display: inline-block !important;
    max-width: 110px;
    font-size: 12px;
    line-height: 1.05;
  }

  .admin-quicknav {
    gap: 6px;
  }

  .admin-quicknav a {
    min-height: 34px;
    padding: 0 9px;
    font-size: 10px;
  }

  .access-layout {
    width: min(100% - 20px, 480px);
    min-height: calc(100svh - 66px);
    padding: 14px 0 24px;
  }

  .login-panel,
  .support-card {
    padding: 18px;
  }

  .login-panel h1 {
    font-size: clamp(35px, 13vw, 46px);
  }

  .login-panel > p {
    font-size: 15px;
  }

  .support-card div {
    padding: 12px;
  }

  .admin-shell {
    width: min(100% - 16px, 520px);
    padding-top: 10px;
    gap: 10px;
  }

  .admin-main__head {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
  }

  .metric-strip,
  .pipeline-columns,
  .module-list,
  .research-grid,
  .automation-list,
  .star-steps,
  .people-list {
    grid-template-columns: 1fr;
  }

  .metric-strip article {
    min-height: 116px;
  }

  .board-head {
    display: grid;
  }

  .board-head strong {
    text-align: left;
  }

  .ops-panel li {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   ADMIN V2 — novos componentes
   ============================================================ */

/* Seção de módulo */
.module-section {
  display: grid;
  gap: 14px;
}

/* Fluxo cronológico — track strip no Dashboard */
.flow-track {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 0;
}

.flow-step {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(245, 242, 234, 0.14);
  border-radius: 20px;
  color: rgba(245, 242, 234, 0.52);
  background: rgba(7, 9, 11, 0.42);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  white-space: nowrap;
}

.flow-step.is-done {
  border-color: rgba(127, 176, 218, 0.42);
  color: #7fb0da;
  background: rgba(127, 176, 218, 0.08);
}

.flow-step.is-active {
  border-color: #b8e24a;
  color: #071013;
  background: #b8e24a;
  font-weight: 700;
}

/* Fluxo de estágios — Fluxo Comercial */
.flow-stages {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.flow-stage {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
  min-height: 216px;
  padding: 12px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 8px;
  background: rgba(7, 9, 11, 0.36);
  opacity: 0.55;
}

.flow-stage.is-done {
  opacity: 1;
  border-color: rgba(127, 176, 218, 0.3);
  background: rgba(127, 176, 218, 0.06);
}

.flow-stage.is-active {
  opacity: 1;
  border-color: #b8e24a;
  background: rgba(184, 226, 74, 0.06);
}

.flow-stage__number {
  display: grid;
  place-items: center;
  width: 34px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid rgba(245, 242, 234, 0.18);
  color: rgba(245, 242, 234, 0.52);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
}

.flow-stage.is-done .flow-stage__number {
  border-color: #7fb0da;
  color: #7fb0da;
}

.flow-stage.is-active .flow-stage__number {
  border-color: #b8e24a;
  color: #b8e24a;
}

.flow-stage__content {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 8px;
  min-width: 0;
}

.flow-stage__content strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.12;
}

.flow-stage__content p {
  margin: 0;
  color: rgba(245, 242, 234, 0.68);
  font-size: 11px;
  line-height: 1.32;
}

.flow-stage__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  align-self: end;
  margin-top: 2px;
}

.flow-stage__actions span {
  min-width: 0;
  padding: 5px 7px;
  border-radius: 7px;
  border: 1px solid rgba(245, 242, 234, 0.16);
  color: rgba(245, 242, 234, 0.58);
  font-family: var(--font-mono);
  font-size: 9px;
  line-height: 1.1;
  text-transform: uppercase;
}

/* CRM cards */
.crm-card {
  margin: 8px 0;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  background: rgba(245, 242, 234, 0.055);
}

.crm-card strong {
  display: block;
  color: #fff;
  font-size: 13px;
}

.crm-card p {
  margin: 4px 0 6px;
  color: rgba(245, 242, 234, 0.6);
  font-size: 12px;
}

.crm-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 20px;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.crm-tag.hot   { background: rgba(233, 68, 68, 0.18); color: #f0806a; border: 1px solid rgba(240,128,106,.3); }
.crm-tag.warm  { background: rgba(233, 153, 68, 0.18); color: #e99944; border: 1px solid rgba(233,153,68,.3); }
.crm-tag.cold  { background: rgba(127, 176, 218, 0.14); color: #7fb0da; border: 1px solid rgba(127,176,218,.3); }

.crm-detail {
  margin-top: 4px;
}

/* Briefing form */
.briefing-form {
  display: grid;
  gap: 12px;
}

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

.briefing-field {
  display: grid;
  gap: 6px;
}

.briefing-field--full {
  grid-column: 1 / -1;
}

.briefing-field--half {
  grid-column: span 2;
}

.briefing-field label {
  color: rgba(245, 242, 234, 0.72);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.briefing-field input,
.briefing-field select,
.briefing-field textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid rgba(245, 242, 234, 0.16);
  border-radius: 8px;
  color: #fff;
  background: rgba(7, 9, 11, 0.84);
  font: inherit;
  font-size: 14px;
  resize: vertical;
}

.briefing-field input:focus,
.briefing-field select:focus,
.briefing-field textarea:focus {
  outline: none;
  border-color: rgba(184, 226, 74, 0.66);
  box-shadow: 0 0 0 3px rgba(184, 226, 74, 0.1);
}

.briefing-field select option {
  background: #101418;
}

.briefing-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.briefing-list {
  display: grid;
  gap: 8px;
}

.briefing-item {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 8px;
  background: rgba(7, 9, 11, 0.36);
}

.briefing-item strong {
  color: #fff;
  font-size: 14px;
}

.briefing-item span {
  color: rgba(245, 242, 234, 0.6);
  font-size: 13px;
}

.briefing-item em {
  font-style: normal;
  color: #7fb0da;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.briefing-item.is-done em {
  color: #b8e24a;
}

/* Dossiê status */
.dossie-status {
  display: inline-block;
  margin-top: 6px;
  padding: 3px 9px;
  border-radius: 20px;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.dossie-status.ok      { background: rgba(184, 226, 74, 0.14); color: #b8e24a; border: 1px solid rgba(184,226,74,.3); }
.dossie-status.pending { background: rgba(245, 242, 234, 0.07); color: rgba(245,242,234,.52); border: 1px solid rgba(245,242,234,.14); }
.dossie-status.warn    { background: rgba(233, 153, 68, 0.14); color: #e99944; border: 1px solid rgba(233,153,68,.3); }

/* Propostas */
.proposals-list {
  display: grid;
  gap: 12px;
}

.proposal-card {
  padding: 18px;
  border: 1px solid rgba(245, 242, 234, 0.12);
  border-radius: 8px;
  background: rgba(245, 242, 234, 0.045);
  display: grid;
  gap: 8px;
}

.proposal-card.is-approved {
  border-color: rgba(184, 226, 74, 0.3);
  background: rgba(184, 226, 74, 0.04);
}

.proposal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.proposal-header strong {
  color: #fff;
  font-size: 15px;
}

.proposal-badge {
  padding: 3px 10px;
  border-radius: 20px;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.proposal-badge.sent     { background: rgba(127,176,218,.14); color: #7fb0da; border: 1px solid rgba(127,176,218,.3); }
.proposal-badge.review   { background: rgba(233,153,68,.14); color: #e99944; border: 1px solid rgba(233,153,68,.3); }
.proposal-badge.approved { background: rgba(184,226,74,.14); color: #b8e24a; border: 1px solid rgba(184,226,74,.3); }

.proposal-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  color: rgba(245,242,234,.62);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.proposal-card p {
  margin: 0;
  color: rgba(245,242,234,.72);
  font-size: 13px;
  line-height: 1.45;
}

.proposal-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* Projetos */
.projects-list {
  display: grid;
  gap: 14px;
}

.project-card {
  padding: 18px;
  border: 1px solid rgba(245, 242, 234, 0.12);
  border-radius: 8px;
  background: rgba(245, 242, 234, 0.045);
  display: grid;
  gap: 10px;
}

.project-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.project-header strong {
  color: #fff;
  font-size: 15px;
}

.project-progress {
  color: #b8e24a;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
}

.project-bar {
  height: 6px;
  border-radius: 4px;
  background: rgba(245,242,234,.1);
  overflow: hidden;
}

.project-bar div {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #7fb0da, #b8e24a);
}

.project-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  color: rgba(245,242,234,.62);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.project-risks {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* Risk / status tags */
.risk-tag {
  padding: 3px 10px;
  border-radius: 20px;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.risk-tag.ok   { background: rgba(184,226,74,.12); color: #b8e24a; border: 1px solid rgba(184,226,74,.28); }
.risk-tag.warn { background: rgba(233,153,68,.12); color: #e99944; border: 1px solid rgba(233,153,68,.28); }
.risk-tag.err  { background: rgba(233,68,68,.12); color: #f0806a; border: 1px solid rgba(240,128,106,.28); }

/* Gantt list */
.gantt-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gantt-list li {
  padding: 14px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 8px;
  background: rgba(7, 9, 11, 0.42);
  display: grid;
  gap: 8px;
}

.gantt-list li span {
  color: #fff;
  font-size: 14px;
  font-weight: 650;
}

.gantt-list li p {
  margin: 0;
  color: rgba(245,242,234,.68);
  font-size: 13px;
}

.gantt-list li::after {
  content: "";
  display: block;
  height: 6px;
  border-radius: 4px;
  background: linear-gradient(90deg, #7fb0da calc(var(--progress, 0%)), rgba(245,242,234,.1) calc(var(--progress, 0%)));
}

/* Eventos */
.events-list {
  display: grid;
  gap: 12px;
}

.event-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(245, 242, 234, 0.12);
  border-radius: 8px;
  background: rgba(245, 242, 234, 0.045);
}

.event-card.urgent {
  border-color: rgba(233, 68, 68, 0.36);
  background: rgba(233, 68, 68, 0.04);
}

.event-date {
  display: grid;
  place-items: center;
  height: 54px;
  border-radius: 8px;
  border: 1px solid rgba(245, 242, 234, 0.18);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
}

.event-info strong {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 4px;
}

.event-info p {
  margin: 0 0 8px;
  color: rgba(245,242,234,.68);
  font-size: 13px;
}

.event-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.event-actions {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

/* Automação status */
.auto-status {
  display: inline-block;
  margin-top: 6px;
  padding: 3px 9px;
  border-radius: 20px;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.auto-status.active { background: rgba(184,226,74,.12); color: #b8e24a; border: 1px solid rgba(184,226,74,.28); }
.auto-status.warn   { background: rgba(233,153,68,.12); color: #e99944; border: 1px solid rgba(233,153,68,.28); }

/* Liz chat */
.liz-chat {
  display: grid;
  gap: 10px;
}

.liz-msg {
  padding: 14px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 8px;
  background: rgba(7, 9, 11, 0.42);
}

.liz-msg span {
  display: block;
  margin-bottom: 6px;
  color: #b8e24a;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.liz-msg p {
  margin: 0;
  color: rgba(245,242,234,.78);
  font-size: 14px;
  line-height: 1.5;
}

.liz-limits {
  display: grid;
  gap: 10px;
}

/* Buttons */
.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
}

.btn-primary {
  color: #071013;
  background: linear-gradient(90deg, #b8e24a, #7fb0da);
}

.btn-secondary {
  color: rgba(245,242,234,.78);
  background: transparent;
  border: 1px solid rgba(245,242,234,.18);
}

.btn-secondary:hover {
  border-color: #b8e24a;
  color: #b8e24a;
}

/* Admin main scroll */
.admin-main {
  overflow-y: auto;
  max-height: 100svh;
}

/* Responsive additions */
@media (max-width: 980px) {
  .briefing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-stages {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 600px) {
  .briefing-grid {
    grid-template-columns: 1fr;
  }

  .flow-stages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .flow-stages {
    gap: 8px;
  }

  .flow-stage {
    grid-template-columns: 1fr;
    min-height: 198px;
    gap: 10px;
  }

  .flow-stage__number {
    width: 32px;
    height: 26px;
    font-size: 11px;
  }

  .proposals-list,
  .projects-list,
  .events-list {
    gap: 10px;
  }

  .proposal-header,
  .project-header {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .event-date {
    width: 72px;
    height: 48px;
  }
}

/* ============================================================
   ADMIN V3 — sidebar inteligente, drawer, collapse, avatar
   ============================================================ */

/* ── Topbar hamburger ── */
.sidebar-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(245, 242, 234, 0.16);
  border-radius: 8px;
  color: rgba(245, 242, 234, 0.84);
  background: rgba(245, 242, 234, 0.06);
  cursor: pointer;
  margin-right: 4px;
}

.sidebar-toggle:hover {
  background: rgba(245, 242, 234, 0.12);
}

/* ── Sidebar overlay (mobile) ── */
.sidebar-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(7, 9, 11, 0.72);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.sidebar-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* ── Sidebar head: brand + close + collapse ── */
.admin-sidebar__head {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 4px 14px;
  border-bottom: 1px solid rgba(245, 242, 234, 0.08);
  margin-bottom: 6px;
}

.admin-sidebar__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-weight: 650;
  padding: 0;
  border: 0;
}

.admin-sidebar__brand img {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--brand-blue);
}

.admin-sidebar__brand strong {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 200ms, width 200ms;
}

/* close button — visible only on mobile */
.sidebar-close {
  display: none;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(245, 242, 234, 0.16);
  border-radius: 8px;
  color: rgba(245, 242, 234, 0.72);
  background: transparent;
  cursor: pointer;
}

/* collapse button — visible only on desktop */
.sidebar-collapse {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 6px;
  color: rgba(245, 242, 234, 0.52);
  background: transparent;
  cursor: pointer;
  transition: color 160ms, background 160ms;
}

.sidebar-collapse:hover {
  color: #b8e24a;
  background: rgba(184, 226, 74, 0.08);
}

/* ── Sidebar nav groups ── */
.sidebar-nav {
  display: grid;
  gap: 2px;
  flex: 1 1 auto;
  overflow-y: auto;
  padding-right: 2px;
}

.sidebar-group {
  display: grid;
  gap: 2px;
  margin-bottom: 8px;
}

.sidebar-group__label {
  padding: 4px 8px 2px;
  color: rgba(245, 242, 234, 0.36);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  transition: opacity 200ms;
}

.admin-sidebar a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 8px;
  border-radius: 7px;
  color: rgba(245, 242, 234, 0.58);
  font-size: 13px;
  font-weight: 450;
  white-space: nowrap;
  overflow: hidden;
  transition: color 140ms, background 140ms;
  /* anula font-weight: 600 do bloco original */
}

.admin-sidebar a svg {
  flex: 0 0 auto;
  opacity: 0.7;
  transition: opacity 140ms;
}

.admin-sidebar a span {
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 200ms, width 200ms;
}

.admin-sidebar a.is-active,
.admin-sidebar a:hover {
  color: #071013;
  background: #b8e24a;
}

.admin-sidebar a.is-active svg,
.admin-sidebar a:hover svg {
  opacity: 1;
}

/* ── Sidebar user ── */
.sidebar-user {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 8px 4px;
  border-top: 1px solid rgba(245, 242, 234, 0.08);
  margin-top: 4px;
  overflow: hidden;
}

.sidebar-user__avatar {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-orange));
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.sidebar-user__info {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  transition: opacity 200ms;
}

.sidebar-user__info strong {
  display: block;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-user__info span {
  display: block;
  color: rgba(245, 242, 234, 0.46);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-user__exit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(245, 242, 234, 0.14);
  border-radius: 7px;
  color: rgba(245, 242, 234, 0.52);
  cursor: pointer;
  transition: color 140ms, background 140ms;
}

.sidebar-user__exit:hover {
  color: #f0806a;
  background: rgba(240, 128, 106, 0.1);
  border-color: rgba(240, 128, 106, 0.3);
}

/* ─────────────────────────────────────────────────────────
   LAYOUT FULL-PAGE — padrão WGEasy
   Container flex 100vh → sidebar flex-shrink:0 → main flex:1
   ───────────────────────────────────────────────────────── */

/* Quando cockpit ativo: admin-access ocupa exatamente o restante da viewport */
.access-toggle:checked ~ .admin-access {
  height: 100svh;
  overflow: hidden;
}

.access-toggle:checked ~ .admin-access .access-layout {
  display: none;
}

/* Shell = linha flex, 100% da área abaixo do topbar
   — neutraliza padding/margin/gap do bloco original */
.admin-shell {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  gap: 0;
  min-height: 0;
  grid-template-columns: none;
  overflow: hidden;
}

.access-toggle:checked ~ .admin-access .admin-shell {
  display: flex;
}

/* Sidebar colapsada: só troca a largura */
.admin-shell.sidebar-collapsed .admin-sidebar {
  width: 58px;
}

/* ── Colapso: oculta tudo exceto ícones ──
   Texto dos links são text nodes diretos (sem span), por isso usa font-size:0 no <a>.
   SVG tem width/height fixos e não é afetado por font-size. */

.admin-shell.sidebar-collapsed .sidebar-group__label,
.admin-shell.sidebar-collapsed .sidebar-user__info {
  display: none;
}

.admin-shell.sidebar-collapsed .admin-sidebar a {
  font-size: 0;          /* esconde text nodes diretos */
  gap: 0;
  padding: 0 4px;
  justify-content: center;
  min-height: 36px;
  width: 100%;
}

.admin-shell.sidebar-collapsed .admin-sidebar a svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  opacity: 0.75;
}

.admin-shell.sidebar-collapsed .admin-sidebar a.is-active svg,
.admin-shell.sidebar-collapsed .admin-sidebar a:hover svg {
  opacity: 1;
}

.admin-shell.sidebar-collapsed .sidebar-user__exit {
  margin: 0 auto;
}

.admin-shell.sidebar-collapsed .sidebar-user__avatar {
  margin: 0 auto;
}

.admin-shell.sidebar-collapsed .sidebar-services {
  display: none;
}

/* ── Sidebar — full height, flex-shrink:0
   — neutraliza sticky/align-self/top/grid do bloco original ── */
.admin-sidebar {
  position: relative;
  top: auto;
  align-self: auto;
  flex-shrink: 0;
  width: 240px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 12px 8px 8px;
  border: 0;
  border-right: 1px solid rgba(245, 242, 234, 0.08);
  border-radius: 0;
  background: rgba(10, 13, 16, 0.96);
  overflow-y: auto;
  overflow-x: hidden;
  transition: width 200ms ease;
  scrollbar-width: thin;
  scrollbar-color: rgba(245, 242, 234, 0.1) transparent;
}

/* ── admin-main — flex:1, única área com scroll ── */
.admin-main {
  flex: 1;
  min-width: 0;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: rgba(5, 5, 5, 0.35);
}

/* ── module-panel — conteúdo ocupa largura do admin-main ── */
.module-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 24px 40px;
  animation: moduleFade 180ms ease both;
  min-height: 0;
}

.module-panel[hidden] {
  display: none;
}

@keyframes moduleFade {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── admin-main head — sticky, único título do módulo ── */
.admin-main__head {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 11px 22px;
  border-bottom: 1px solid rgba(245, 242, 234, 0.07);
  background: rgba(10, 13, 16, 0.97);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
}

/* Neutraliza o border/radius/background do bloco original */
.admin-main__head {
  border: 0;
  border-bottom: 1px solid rgba(245, 242, 234, 0.07);
  border-radius: 0;
}

.admin-main__head h2 {
  margin: 4px 0 0;
  color: #fff;
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 650;
  line-height: 1.1;
}

.admin-main__breadcrumb {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.admin-main__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

/* ── CRM: 4-col pipeline ── */
.crm-pipeline {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

/* ── Module helpers ── */
.module-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 4px;
}

.module-desc {
  color: rgba(245, 242, 234, 0.72);
  line-height: 1.55;
  margin: 0 0 16px;
}

.briefing-history {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

.metric-strip--fin {
  margin-bottom: 14px;
}

.liz-limits {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

/* ── Responsive: tablet ── */
@media (max-width: 1100px) {
  .crm-pipeline {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* ── Responsive: mobile (<= 979px) ── */
@media (max-width: 979px) {

  /* show hamburger */
  .sidebar-toggle {
    display: flex;
  }

  /* hide desktop collapse */
  .sidebar-collapse {
    display: none;
  }

  /* show sidebar close */
  .sidebar-close {
    display: flex;
  }

  /* Sidebar becomes fixed drawer */
  .admin-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: min(280px, 82vw);
    height: 100svh;
    max-height: 100svh;
    border-right: 1px solid rgba(245, 242, 234, 0.12);
    border-radius: 0 12px 12px 0;
    transform: translateX(-105%);
    transition: transform 240ms cubic-bezier(.32,.72,0,1);
    overflow-y: auto;
  }

  .admin-sidebar.is-open {
    transform: translateX(0);
  }

  /* Shell: flex-col no mobile */
  .admin-shell,
  .admin-shell.sidebar-collapsed {
    flex-direction: column;
    width: 100%;
    height: 100svh;
    overflow: hidden;
  }

  /* Sidebar colapsada no mobile: volta ao tamanho normal */
  .admin-shell.sidebar-collapsed .admin-sidebar {
    width: 240px;
  }

  .admin-main {
    flex: 1;
    height: 100%;
    min-height: 0;
  }

  .admin-main__head {
    padding: 12px 16px;
  }

  .module-panel {
    padding: 14px 16px 32px;
  }

  .crm-pipeline {
    grid-template-columns: 1fr !important;
  }

  /* collapsed rules don't apply on mobile */
  .admin-shell.sidebar-collapsed .sidebar-group__label,
  .admin-shell.sidebar-collapsed .admin-sidebar__brand strong,
  .admin-shell.sidebar-collapsed .sidebar-user__info {
    opacity: 1;
    pointer-events: auto;
    width: auto;
    overflow: visible;
  }

  .admin-shell.sidebar-collapsed .admin-sidebar a {
    justify-content: flex-start;
    padding: 0 10px;
  }
}

/* ── Responsive: small mobile (<= 559px) ── */
@media (max-width: 559px) {
  .admin-topbar {
    min-height: 64px;
    padding: 10px 12px;
    gap: 8px;
  }

  .admin-brand span {
    max-width: 100px;
    font-size: 12px;
  }

  .admin-quicknav {
    display: none; /* replaced by sidebar nav on mobile */
  }

  .admin-main__head {
    padding: 14px 14px;
    flex-wrap: wrap;
    gap: 8px;
  }

  .admin-main__head h2 {
    font-size: clamp(18px, 5.5vw, 28px);
  }

  .metric-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ============================================================
   MONDAY VIEWS — Toolbar, Kanban, Cards, Lista
   ============================================================ */

/* ── Module toolbar — view switcher + contagem (SEM título — já está no head sticky) ── */
.module-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(245, 242, 234, 0.07);
}

.module-toolbar__left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Título dentro do toolbar é suprimido — usar somente count/badge */
.module-toolbar__title {
  display: none;
}

/* ── View switcher buttons ── */
.view-switcher {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(245, 242, 234, 0.12);
  border-radius: 10px;
  background: rgba(7, 9, 11, 0.6);
}

.view-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 7px;
  color: rgba(245, 242, 234, 0.52);
  background: transparent;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: color 140ms, background 140ms;
}

.view-btn svg {
  flex-shrink: 0;
}

.view-btn:hover {
  color: rgba(245, 242, 234, 0.84);
  background: rgba(245, 242, 234, 0.06);
}

.view-btn.is-active {
  color: #071013;
  background: #b8e24a;
}

/* ── KANBAN ── */
.kanban-board {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  align-items: flex-start;
  scrollbar-width: thin;
  scrollbar-color: rgba(245, 242, 234, 0.12) transparent;
}

.kanban-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 0 0 220px;
  min-width: 220px;
  padding: 12px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 10px;
  background: rgba(7, 9, 11, 0.5);
}

.kanban-col__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.kanban-col__title {
  color: rgba(245, 242, 234, 0.72);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.kanban-col__count {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(245, 242, 234, 0.1);
  color: rgba(245, 242, 234, 0.6);
  font-family: var(--font-mono);
  font-size: 10px;
}

.kanban-card {
  padding: 12px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 8px;
  background: rgba(245, 242, 234, 0.055);
  display: grid;
  gap: 6px;
  cursor: pointer;
  transition: border-color 140ms, background 140ms;
}

.kanban-card:hover {
  border-color: rgba(184, 226, 74, 0.32);
  background: rgba(184, 226, 74, 0.04);
}

.kanban-card.is-priority {
  border-color: rgba(233, 68, 68, 0.36);
  background: rgba(233, 68, 68, 0.05);
}

.kanban-card.is-done {
  opacity: 0.65;
  border-color: rgba(184, 226, 74, 0.24);
}

.kanban-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.kanban-card__top strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
}

.kanban-card p {
  margin: 0;
  color: rgba(245, 242, 234, 0.58);
  font-size: 12px;
}

.kanban-card__meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.kanban-card__meta span {
  color: rgba(245, 242, 234, 0.42);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.kanban-add {
  margin-top: 2px;
  width: 100%;
  min-height: 34px;
  border: 1px dashed rgba(245, 242, 234, 0.16);
  border-radius: 8px;
  color: rgba(245, 242, 234, 0.4);
  background: transparent;
  font-family: var(--font-mono);
  font-size: 11px;
  cursor: pointer;
  transition: border-color 140ms, color 140ms;
}

.kanban-add:hover {
  border-color: #b8e24a;
  color: #b8e24a;
}

/* ── CARDS (grid estilo monday) ── */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
}

.monday-card {
  display: flex;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 10px;
  background: rgba(245, 242, 234, 0.04);
  overflow: hidden;
  transition: border-color 160ms, transform 160ms;
  cursor: pointer;
}

.monday-card:hover {
  border-color: rgba(184, 226, 74, 0.32);
  transform: translateY(-2px);
}

.monday-card.priority {
  border-color: rgba(233, 68, 68, 0.3);
  background: rgba(233, 68, 68, 0.04);
}

.monday-card__status {
  flex-shrink: 0;
  width: 5px;
}

.monday-card__status.hot  { background: linear-gradient(180deg, #f0806a, #e94444); }
.monday-card__status.warm { background: linear-gradient(180deg, #e99944, #d4812a); }
.monday-card__status.cold { background: linear-gradient(180deg, #7fb0da, #5b8ab8); }

.monday-card__body {
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 8px;
  padding: 14px;
}

.monday-card__body strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
}

.monday-card__body p {
  margin: 0;
  color: rgba(245, 242, 234, 0.58);
  font-size: 12px;
}

.monday-card__tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.monday-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 6px;
  border-top: 1px solid rgba(245, 242, 234, 0.07);
}

.monday-card__footer > span {
  color: rgba(245, 242, 234, 0.42);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

/* tag extra */
.crm-tag.ok-tag { background: rgba(184,226,74,.12); color: #b8e24a; border: 1px solid rgba(184,226,74,.28); }

/* ── LISTA (tabela) ── */
.list-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}

.list-table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.list-table th {
  padding: 10px 14px;
  text-align: left;
  color: rgba(245, 242, 234, 0.46);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(7, 9, 11, 0.92);
  border-bottom: 1px solid rgba(245, 242, 234, 0.1);
  white-space: nowrap;
}

.list-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(245, 242, 234, 0.06);
  color: rgba(245, 242, 234, 0.84);
  vertical-align: middle;
}

.list-table td strong {
  color: #fff;
}

.list-table tr:hover td {
  background: rgba(245, 242, 234, 0.03);
}

/* ── view-content ── */
.view-content {
  min-width: 0;
}

.view-content[hidden] {
  display: none;
}

/* ── Responsive Monday views ── */
@media (max-width: 979px) {
  .kanban-board {
    padding-bottom: 12px;
  }

  .kanban-col {
    flex: 0 0 180px;
    min-width: 180px;
  }

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

  .list-table {
    font-size: 12px;
  }

  .list-table th,
  .list-table td {
    padding: 8px 10px;
  }

  .view-switcher {
    order: -1;
    flex-wrap: wrap;
  }

  .view-btn {
    padding: 0 8px;
    gap: 4px;
    font-size: 10px;
  }

  .module-toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* ============================================================
   BRAND COLORS — Grupo Shark Ideas / Shark corp
   Substitui verde-limão placeholder (#b8e24a) pela paleta real:
     --ha-orange : #e99944   laranja Hangout (ação principal)
     --ha-blue   : #26486d   azul Shark Idea
     --ha-blue-lt: #7fb0da   azul claro (acentos, eyebrow)
   ============================================================ */

.system-admin {
  --ha-orange:      #e99944;
  --ha-orange-on:   #1a0800;     /* texto sobre laranja */
  --ha-orange-rgb:  233, 153, 68;
  --ha-blue:        #26486d;
  --ha-blue-lt:     #7fb0da;
  --ha-blue-rgb:    38, 72, 109;
}

/* Eyebrows e labels de módulo — azul claro da marca */
.system-admin .system-eyebrow,
.system-admin .support-card > span,
.system-admin .board-head span,
.system-admin .metric-strip span {
  color: var(--ha-blue-lt);
}

/* Link ativo e hover na sidebar — laranja da marca */
.system-admin .admin-sidebar a.is-active,
.system-admin .admin-sidebar a:hover {
  color: var(--ha-orange-on);
  background: var(--ha-orange);
}

/* Sidebar ativa: SVG escuro sobre laranja */
.system-admin .admin-sidebar a.is-active svg,
.system-admin .admin-sidebar a:hover svg {
  opacity: 1;
}

/* Botão primário — laranja → azul (gradiente marca) */
.system-admin .login-submit,
.system-admin .btn-primary {
  color: var(--ha-orange-on);
  background: linear-gradient(90deg, var(--ha-orange), var(--ha-blue-lt));
}

/* View switcher ativo */
.system-admin .view-btn.is-active {
  color: var(--ha-orange-on);
  background: var(--ha-orange);
}

/* Focus dos inputs — laranja */
.system-admin .briefing-field input:focus,
.system-admin .briefing-field select:focus,
.system-admin .briefing-field textarea:focus,
.system-admin .login-form input:focus {
  border-color: rgba(var(--ha-orange-rgb), 0.7);
  box-shadow: 0 0 0 3px rgba(var(--ha-orange-rgb), 0.14);
}

/* STAR steps — círculo laranja */
.system-admin .star-steps strong {
  color: var(--ha-orange-on);
  background: var(--ha-orange);
}

/* Automações ativas — laranja */
.system-admin .auto-status.active {
  background: rgba(var(--ha-orange-rgb), 0.14);
  color: var(--ha-orange);
  border-color: rgba(var(--ha-orange-rgb), 0.3);
}

/* Kanban add hover */
.system-admin .kanban-add:hover {
  border-color: var(--ha-orange);
  color: var(--ha-orange);
}

/* Sidebar collapse hover */
.system-admin .sidebar-collapse:hover {
  color: var(--ha-orange);
  background: rgba(var(--ha-orange-rgb), 0.1);
}

/* Sidebar user exit hover */
.system-admin .sidebar-user__exit:hover {
  color: var(--ha-orange);
  border-color: rgba(var(--ha-orange-rgb), 0.4);
  background: rgba(var(--ha-orange-rgb), 0.08);
}

/* Flow step ativo */
.system-admin .flow-step.is-active {
  border-color: var(--ha-orange);
  color: var(--ha-orange-on);
  background: var(--ha-orange);
}

/* Flow step concluído — azul claro */
.system-admin .flow-step.is-done {
  border-color: rgba(var(--ha-blue-rgb), 0.5);
  color: var(--ha-blue-lt);
  background: rgba(var(--ha-blue-rgb), 0.1);
}

/* Flow stage ativo */
.system-admin .flow-stage.is-active {
  border-color: var(--ha-orange);
  background: rgba(var(--ha-orange-rgb), 0.07);
}

.system-admin .flow-stage.is-active .flow-stage__number {
  border-color: var(--ha-orange);
  color: var(--ha-orange);
}

/* Gantt progress bar */
.system-admin .project-bar div {
  background: linear-gradient(90deg, var(--ha-blue-lt), var(--ha-orange));
}

/* Liz actions border */
.system-admin .liz-actions button {
  border-color: rgba(var(--ha-orange-rgb), 0.44);
  color: var(--ha-orange);
}

.system-admin .liz-actions button:hover {
  background: rgba(var(--ha-orange-rgb), 0.1);
}

/* Suporte card link */
.system-admin .support-card a {
  color: var(--ha-orange);
}

/* Topbar admin — azul escuro da marca */
.system-admin .admin-topbar {
  background: rgba(var(--ha-blue-rgb), 0.96);
  border-bottom: 1px solid rgba(var(--ha-orange-rgb), 0.18);
}

/* Admin main head — azul mais escuro */
.system-admin .admin-main__head {
  background: rgba(10, 15, 22, 0.97);
  border-bottom: 1px solid rgba(var(--ha-orange-rgb), 0.12);
}

/* Sidebar fundo — azul muito escuro */
.system-admin .admin-sidebar {
  background: rgba(8, 14, 22, 0.98);
  border-right-color: rgba(var(--ha-orange-rgb), 0.1);
}

/* Sidebar controls border */
.system-admin .admin-sidebar__controls {
  border-bottom-color: rgba(var(--ha-orange-rgb), 0.1);
}

/* Sidebar user border */
.system-admin .sidebar-user {
  border-top-color: rgba(var(--ha-orange-rgb), 0.1);
}

/* Avatar — gradiente da marca */
.system-admin .sidebar-user__avatar {
  background: linear-gradient(135deg, var(--ha-blue), var(--ha-orange));
}

/* ============================================================
   SIDEBAR CONTROLS + SERVICE BADGES
   ============================================================ */

/* Controles da sidebar: badge de serviço + botões de ação */
.admin-sidebar__controls {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 4px 12px;
  border-bottom: 1px solid rgba(245, 242, 234, 0.07);
  margin-bottom: 6px;
}

.sidebar-brand-duo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
}

.sidebar-brand-duo a {
  width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0 !important;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 0 !important;
  border-radius: 50%;
  background: transparent !important;
}

.sidebar-brand-duo img {
  width: 34px;
  height: 34px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}

.admin-shell.sidebar-collapsed .admin-sidebar__controls {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-inline: 0;
}

.admin-shell.sidebar-collapsed .sidebar-brand-duo {
  flex-direction: column;
  flex: 0 0 auto;
  gap: 6px;
}

.admin-shell.sidebar-collapsed .sidebar-brand-duo a,
.admin-shell.sidebar-collapsed .sidebar-brand-duo img {
  width: 30px;
  height: 30px;
  min-height: 30px;
}

/* Badge de serviço na sidebar (Shark Idea) */
.sidebar-service-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  padding: 5px 9px;
  border-radius: 7px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.sidebar-service-badge.shark {
  background: rgba(38, 72, 109, 0.28);
  color: #7fb0da;
  border: 1px solid rgba(127, 176, 218, 0.22);
}

.sidebar-service-badge.hangout {
  background: rgba(233, 153, 68, 0.2);
  color: #e99944;
  border: 1px solid rgba(233, 153, 68, 0.22);
}

/* Badge inline de serviço (nos cards, no user) */
.svc-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 2px 7px;
  border-radius: 12px;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.svc-badge.shark {
  background: rgba(38, 72, 109, 0.32);
  color: #7fb0da;
  border: 1px solid rgba(127, 176, 218, 0.24);
}

.svc-badge.hangout {
  background: rgba(233, 153, 68, 0.22);
  color: #e99944;
  border: 1px solid rgba(233, 153, 68, 0.24);
}

/* Serviços no user (sidebar footer) */
.sidebar-services {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-top: 3px;
}

/* Collapsed: oculta badge de serviço e suas labels */
.admin-shell.sidebar-collapsed .sidebar-service-badge span,
.admin-shell.sidebar-collapsed .sidebar-services {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.admin-shell.sidebar-collapsed .sidebar-service-badge {
  padding: 5px;
  gap: 0;
  justify-content: center;
  flex: 0 0 auto;
}

/* Remove cabeçalho antigo (admin-sidebar__head e brand) quando controls existe */
.admin-sidebar__head {
  display: none;
}

/* Responsive: oculta collapse em mobile */
@media (max-width: 979px) {
  .sidebar-collapse {
    display: none !important;
  }

  .sidebar-service-badge {
    font-size: 10px;
  }
}

/* ============================================================
   PERSON AVATAR — equipe, contatos, leads
   ============================================================ */

.person-avatar {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--av-bg, var(--brand-blue));
  color: #fff;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

.person-avatar--sm {
  width: 26px;
  height: 26px;
  font-size: 9px;
}

/* Card de pessoa na equipe */
.person-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.person-info {
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 2px;
}

.person-info span {
  color: rgba(245, 242, 234, 0.46);
  font-family: var(--font-mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.person-info strong {
  color: #fff;
  font-size: 14px;
}

.person-info p {
  margin: 2px 0 0;
  color: rgba(245, 242, 234, 0.6);
  font-size: 12px;
  line-height: 1.4;
}

/* Contato inline no kanban card */
.kanban-contact {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 2px 0;
}

.kanban-contact p {
  margin: 0;
  color: rgba(245, 242, 234, 0.58);
  font-size: 12px;
}

/* people-list: ajuste para person-card */
.people-list section {
  display: block;
  padding: 14px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 8px;
  background: rgba(7, 9, 11, 0.36);
}

/* ============================================================
   MÓDULO EVENTOS — layout duas colunas + calendário
   ============================================================ */

/* Grid duas colunas: lista | calendário */
.eventos-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}

.eventos-list-col,
.eventos-cal-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

/* ── Calendário widget ── */
.cal-widget {
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 10px;
  background: rgba(7, 9, 11, 0.6);
  overflow: hidden;
  user-select: none;
}

/* Header: prev / mês-ano / next */
.cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px 10px;
  border-bottom: 1px solid rgba(245, 242, 234, 0.07);
}

.cal-month-name {
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.cal-nav {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(245, 242, 234, 0.14);
  border-radius: 7px;
  color: rgba(245, 242, 234, 0.68);
  background: transparent;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: color 130ms, background 130ms;
}

.cal-nav:hover {
  color: var(--ha-orange, #e99944);
  background: rgba(233, 153, 68, 0.1);
  border-color: rgba(233, 153, 68, 0.28);
}

/* Dias da semana */
.cal-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 8px 10px 4px;
  gap: 2px;
}

.cal-weekdays span {
  text-align: center;
  color: rgba(245, 242, 234, 0.34);
  font-family: var(--font-mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Grade de dias */
.cal-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  padding: 4px 10px 10px;
}

.cal-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  min-height: 36px;
  padding: 5px 2px 4px;
  border-radius: 7px;
  cursor: default;
  transition: background 120ms;
}

.cal-day-num {
  font-size: 12px;
  color: rgba(245, 242, 234, 0.72);
  line-height: 1;
}

/* Dia fora do mês */
.cal-day--out .cal-day-num {
  color: rgba(245, 242, 234, 0.2);
}

/* Hoje */
.cal-day--today {
  background: rgba(38, 72, 109, 0.36);
  border: 1px solid rgba(127, 176, 218, 0.4);
}

.cal-day--today .cal-day-num {
  color: #7fb0da;
  font-weight: 700;
}

/* Dia com evento */
.cal-day--event {
  cursor: pointer;
}

.cal-day--event:hover {
  background: rgba(245, 242, 234, 0.07);
}

/* Dot de evento */
.cal-dot {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ha-orange, #e99944);
}

/* Cores por tipo de evento */
.cal-day--urgent .cal-dot { background: #f0806a; }
.cal-day--ok     .cal-dot { background: #b8e24a; }
.cal-day--warn   .cal-dot { background: #e99944; }
.cal-day--err    .cal-dot { background: #f0806a; }

.cal-day--urgent { background: rgba(240, 128, 106, 0.08); }
.cal-day--ok     { background: rgba(184, 226, 74, 0.08); }
.cal-day--warn   { background: rgba(233, 153, 68, 0.08); }
.cal-day--err    { background: rgba(240, 128, 106, 0.06); }

/* Resumo mensal abaixo do calendário */
.cal-summary {
  display: grid;
  gap: 6px;
  padding: 10px 12px 12px;
  border-top: 1px solid rgba(245, 242, 234, 0.07);
}

.cal-sum-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border-radius: 7px;
  background: rgba(245, 242, 234, 0.04);
  border: 1px solid rgba(245, 242, 234, 0.08);
}

.cal-sum-day {
  flex-shrink: 0;
  min-width: 44px;
  color: rgba(245, 242, 234, 0.46);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.cal-sum-title {
  color: rgba(245, 242, 234, 0.84);
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cal-sum--urgent { border-left: 3px solid #f0806a; }
.cal-sum--ok     { border-left: 3px solid #b8e24a; }
.cal-sum--warn   { border-left: 3px solid #e99944; }
.cal-sum--err    { border-left: 3px solid #f0806a; }

.cal-empty {
  margin: 10px 12px 12px;
  color: rgba(245, 242, 234, 0.34);
  font-family: var(--font-mono);
  font-size: 11px;
  text-align: center;
}

/* ── Responsive: tablet/mobile ── */
@media (max-width: 1080px) {
  .eventos-split {
    grid-template-columns: 1fr;
  }

  .eventos-cal-col {
    max-width: 380px;
  }
}

@media (max-width: 560px) {
  .cal-days {
    gap: 1px;
    padding: 4px 6px 8px;
  }

  .cal-day {
    min-height: 30px;
    padding: 4px 1px 3px;
  }

  .cal-day-num {
    font-size: 11px;
  }
}

/* ============================================================
   M17 — BRAND GUIDE
   ============================================================ */

.brand-section {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(245, 242, 234, 0.08);
  border-radius: 10px;
  background: rgba(7, 9, 11, 0.4);
}

/* Paleta */
.brand-colors {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.brand-swatch {
  display: grid;
  gap: 8px;
}

.brand-swatch__block {
  height: 70px;
  border-radius: 8px;
  background: var(--sw, #888);
  transition: transform 140ms;
  cursor: pointer;
}

.brand-swatch__block:hover { transform: scale(1.04); }

.brand-swatch__block--border {
  border: 1px solid rgba(245, 242, 234, 0.18);
}

.brand-swatch__info {
  display: grid;
  gap: 3px;
}

.brand-swatch__info strong {
  color: #fff;
  font-size: 12px;
}

.brand-swatch__info code {
  color: rgba(245, 242, 234, 0.62);
  font-family: var(--font-mono);
  font-size: 11px;
}

.brand-swatch__info span {
  color: rgba(245, 242, 234, 0.42);
  font-family: var(--font-mono);
  font-size: 9px;
  text-transform: uppercase;
}

.brand-swatch__info em {
  font-style: normal;
  color: var(--ha-orange, #e99944);
  font-family: var(--font-mono);
  font-size: 9px;
  text-transform: uppercase;
}

/* Tipografia */
.brand-type-grid {
  display: grid;
  gap: 10px;
}

.brand-type-card {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 8px;
  background: rgba(7, 9, 11, 0.42);
}

.brand-type-preview {
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.brand-type-info strong {
  display: block;
  color: #fff;
  font-size: 13px;
}

.brand-type-info span {
  display: block;
  color: var(--ha-orange, #e99944);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  margin: 3px 0;
}

.brand-type-info p {
  margin: 0;
  color: rgba(245, 242, 234, 0.6);
  font-size: 12px;
  line-height: 1.45;
}

/* Logo */
.brand-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.brand-logo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 110px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(245, 242, 234, 0.1);
}

.brand-logo-card img {
  max-height: 56px;
  max-width: 100%;
  object-fit: contain;
}

.brand-logo-card span {
  color: rgba(245, 242, 234, 0.46);
  font-family: var(--font-mono);
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
}

.brand-logo-card--dark  { background: rgba(5, 5, 5, 0.9); }
.brand-logo-card--light { background: rgba(244, 244, 241, 0.95); }

.brand-logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.brand-logo-placeholder {
  display: grid;
  place-items: center;
}

.brand-rules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.brand-rule {
  padding: 12px;
  border-radius: 8px;
  border-left: 3px solid;
}

.brand-rule strong {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
}

.brand-rule p {
  margin: 0;
  color: rgba(245, 242, 234, 0.66);
  font-size: 12px;
  line-height: 1.45;
}

.brand-rule--ok  { background: rgba(184,226,74,.06);  border-color: #b8e24a; }
.brand-rule--ok strong  { color: #b8e24a; }
.brand-rule--err { background: rgba(240,128,106,.06); border-color: #f0806a; }
.brand-rule--err strong { color: #f0806a; }

/* Tom de voz */
.brand-voice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.brand-voice-col {
  padding: 14px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 8px;
  background: rgba(7, 9, 11, 0.4);
  display: grid;
  gap: 8px;
  align-content: start;
}

.brand-voice-label {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 20px;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-voice-label.ok   { background: rgba(184,226,74,.12); color: #b8e24a; border: 1px solid rgba(184,226,74,.24); }
.brand-voice-label.err  { background: rgba(240,128,106,.12); color: #f0806a; border: 1px solid rgba(240,128,106,.24); }
.brand-voice-label.warn { background: rgba(233,153,68,.12); color: #e99944; border: 1px solid rgba(233,153,68,.24); }

.brand-voice-list {
  margin: 0;
  padding: 0 0 0 16px;
  color: rgba(245, 242, 234, 0.72);
  font-size: 13px;
  line-height: 1.7;
}

.brand-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.brand-tags span {
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(233, 153, 68, 0.12);
  color: #e99944;
  border: 1px solid rgba(233, 153, 68, 0.22);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

/* Aplicações */
.brand-apply-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.brand-apply-card {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 14px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 8px;
  background: rgba(7, 9, 11, 0.4);
}

.brand-apply-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: rgba(38, 72, 109, 0.32);
  color: #7fb0da;
  border: 1px solid rgba(127, 176, 218, 0.2);
}

.brand-apply-card strong {
  color: #fff;
  font-size: 13px;
}

.brand-apply-card span {
  color: rgba(245, 242, 234, 0.58);
  font-size: 12px;
  line-height: 1.45;
}

/* ============================================================
   M18 — TRÁFEGO & INTEGRAÇÕES
   ============================================================ */

/* Barras de origem de tráfego */
.traffic-sources {
  display: grid;
  gap: 10px;
}

.traffic-row {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 10px;
  align-items: center;
}

.traffic-label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.traffic-label span:last-child {
  color: rgba(245, 242, 234, 0.72);
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Ícone de canal */
.traffic-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: var(--ic, #888);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  font-family: var(--font-mono);
  text-transform: uppercase;
}

.traffic-icon--sm {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  font-size: 9px;
}

/* Barra de progresso horizontal */
.traffic-bar-wrap {
  height: 8px;
  border-radius: 4px;
  background: rgba(245, 242, 234, 0.08);
  overflow: hidden;
}

.traffic-bar {
  height: 100%;
  border-radius: 4px;
  width: var(--pct, 0%);
  background: linear-gradient(90deg, var(--ha-blue, #26486d), var(--ha-orange, #e99944));
  transition: width 600ms ease;
}

.traffic-nums {
  display: grid;
  gap: 2px;
  text-align: right;
  min-width: 64px;
}

.traffic-nums strong {
  color: #fff;
  font-size: 14px;
}

.traffic-nums em {
  font-style: normal;
  color: rgba(245, 242, 234, 0.44);
  font-family: var(--font-mono);
  font-size: 9px;
  text-transform: uppercase;
}

/* Integrações grid */
.integrations-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.integration-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(245, 242, 234, 0.1);
  border-radius: 10px;
  background: rgba(7, 9, 11, 0.4);
  transition: border-color 140ms;
}

.integration-card.active {
  border-color: rgba(184, 226, 74, 0.2);
  background: rgba(184, 226, 74, 0.03);
}

.integration-card.warn {
  border-color: rgba(233, 153, 68, 0.2);
  background: rgba(233, 153, 68, 0.03);
}

.integration-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--ic-bg, #26486d);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font-mono);
  text-transform: uppercase;
}

.integration-info {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.integration-info strong {
  color: #fff;
  font-size: 13px;
}

.integration-info span {
  color: rgba(245, 242, 234, 0.52);
  font-size: 11px;
  line-height: 1.3;
}

/* UTM builder */
.utm-builder {
  display: grid;
  gap: 12px;
}

.utm-output {
  padding: 12px 14px;
  border: 1px solid rgba(245, 242, 234, 0.12);
  border-radius: 8px;
  background: rgba(7, 9, 11, 0.7);
  word-break: break-all;
  font-size: 13px;
  min-height: 44px;
}

.utm-tag {
  padding: 2px 7px;
  border-radius: 5px;
  background: rgba(38, 72, 109, 0.32);
  color: #7fb0da;
  font-family: var(--font-mono);
  font-size: 10px;
}

/* ── Responsive Brand + Tráfego ── */
@media (max-width: 1100px) {
  .brand-colors       { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .brand-logo-grid    { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-voice-grid   { grid-template-columns: 1fr 1fr; }
  .brand-apply-grid   { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .integrations-grid  { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .brand-colors       { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-type-card    { grid-template-columns: 1fr; }
  .brand-logo-grid    { grid-template-columns: 1fr 1fr; }
  .brand-voice-grid   { grid-template-columns: 1fr; }
  .brand-apply-grid   { grid-template-columns: 1fr; }
  .brand-rules        { grid-template-columns: 1fr; }
  .integrations-grid  { grid-template-columns: 1fr 1fr; }
  .traffic-row        { grid-template-columns: 100px 1fr auto; }
  .briefing-grid[style] { grid-template-columns: 1fr !important; }
}

/* Ajuste final 5173: menu publico visivel e compacto no mobile. */
@media (max-width: 809px) {
  .site-header {
    grid-template-columns: 42px minmax(0, 1fr) 42px !important;
    height: 74px !important;
    min-height: 74px !important;
    gap: 8px !important;
    padding: 10px 12px !important;
  }

  .site-header .brand {
    margin: 0 !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
  }

  .site-header .brand img {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
  }

  .site-header .nav {
    position: static !important;
    display: flex !important;
    justify-content: flex-start !important;
    justify-self: center !important;
    width: 100% !important;
    max-width: calc(100vw - 112px) !important;
    gap: 6px !important;
    padding: 6px !important;
    overflow-x: auto !important;
    transform: none !important;
    white-space: nowrap !important;
    scrollbar-width: none !important;
  }

  .site-header .nav::-webkit-scrollbar {
    display: none !important;
  }

  .site-header .nav a {
    flex: 0 0 auto !important;
    min-height: 30px !important;
    padding: 8px 10px !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  .site-header .admin-icon {
    margin-left: 0 !important;
    justify-self: end !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
  }
}
