/* Scoped hero: creative-strategist — generated from prototype, do not hand-edit. */
.mp-silo--creative-strategist {
  --orange: #f26a09;
  --orange-hot: #ff7a14;
  --white: #f8fbff;
  --blue: #0c72ad;
  --deep: #02080e;
}
.mp-silo--creative-strategist * {
  box-sizing:border-box;
}
.mp-silo--creative-strategist .hero {
  position:relative;
  min-height:100svh;
  overflow:hidden;
  isolation:isolate;
  background:#03101a;
}
.mp-silo--creative-strategist .hero-bg {
  position:absolute;
  inset:0;
  z-index:-4;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:51% 50%;
  filter:saturate(1.04) contrast(1.04);
  transform-origin:center;
}
.mp-silo--creative-strategist .shade {
  position:absolute;
  inset:0;
  pointer-events:none;
}
.mp-silo--creative-strategist .shade-left {
  z-index:-3;
  background:radial-gradient(circle at 13% 38%, rgba(11, 103, 158, 0.5), transparent 24%),
    linear-gradient(90deg, rgba(0, 19, 35, 0.86) 0%, rgba(0, 33, 58, 0.68) 25%, rgba(1, 10, 18, 0.18) 49%, rgba(0, 0, 0, 0) 69%);
}
.mp-silo--creative-strategist .shade-bottom {
  z-index:-2;
  background:linear-gradient(0deg, rgba(1, 5, 9, 0.42) 0%, transparent 28%);
}
.mp-silo--creative-strategist .shade-right {
  z-index:-1;
  background:radial-gradient(circle at 91% 19%, rgba(255, 121, 18, 0.12), transparent 18%);
  mix-blend-mode:screen;
}
.mp-silo--creative-strategist .hero-content {
  position:relative;
  z-index:3;
  width:min(46rem, 48vw);
  min-height:100svh;
  padding:clamp(58px, 7vw, 121px) 0 0 clamp(51px, 5.85vw, 112px);
}
.mp-silo--creative-strategist .brand {
  display:block;
  width:clamp(276px, 23.2vw, 420px);
  margin-bottom:clamp(44px, 5.5vh, 54px);
  line-height:0;
  text-decoration:none;
  transform:translateX(-3px);
}
.mp-silo--creative-strategist .brand img {
  display:block;
  width:100%;
  height:auto;
  filter:drop-shadow(0 3px 16px rgba(0, 0, 0, 0.46));
}
.mp-silo--creative-strategist .copy-stack {
  position:relative;
}
.mp-silo--creative-strategist h1 {
  margin:0;
  font-family:"Poppins", Arial, sans-serif;
  font-size:clamp(48px, 5.32vw, 98px);
  font-weight:500;
  line-height:1.03;
  letter-spacing:0;
  text-transform:uppercase;
  text-shadow:0 4px 26px rgba(0, 0, 0, 0.48);
}
.mp-silo--creative-strategist h1 span {
  display:block;
  white-space:nowrap;
}
.mp-silo--creative-strategist h1 span:first-child {
  color:var(--white);
  text-shadow:0 0 28px rgba(16, 107, 160, 0.28);
}
.mp-silo--creative-strategist h1 span:last-child {
  color:var(--orange);
  font-weight:800;
  margin-top:2px;
  text-shadow:0 0 16px rgba(242, 106, 9, 0.15);
}
.mp-silo--creative-strategist .tagline {
  margin:clamp(28px, 3.8vh, 46px) 0 0;
  color:rgba(232, 238, 245, 0.72);
  font-size:clamp(17px, 1.42vw, 24px);
  font-weight:400;
  line-height:1.2;
  letter-spacing:0.12em;
  text-transform:uppercase;
  word-spacing:0.08em;
  text-shadow:0 2px 18px rgba(0, 0, 0, 0.55);
}
.mp-silo--creative-strategist .tagline span {
  color:var(--orange);
}
.mp-silo--creative-strategist .cta {
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  min-width:clamp(354px, 25vw, 430px);
  height:clamp(67px, 5.5vw, 89px);
  margin-top:clamp(32px, 4.1vh, 52px);
  padding:0 38px;
  overflow:hidden;
  isolation:isolate;
  border:1px solid rgba(255, 138, 35, 0.85);
  border-radius:12px;
  background:var(--orange);
  box-shadow:0 19px 61px rgba(255, 100, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  color:var(--white);
  font-size:clamp(16px, 1.1vw, 20px);
  font-weight:800;
  letter-spacing:0.05em;
  line-height:1;
  text-decoration:none;
  text-transform:uppercase;
  transition:border-color 180ms ease,
    filter 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}
.mp-silo--creative-strategist .cta::before {
  content:"";
  position:absolute;
  inset:-35% auto -35% -55%;
  z-index:0;
  width:42%;
  transform:skewX(-18deg);
  background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  opacity:0;
  pointer-events:none;
}
.mp-silo--creative-strategist .cta:hover, .mp-silo--creative-strategist .cta:focus-visible {
  filter:saturate(1.04) brightness(1.04);
  border-color:rgba(255, 177, 88, 0.95);
  box-shadow:0 23px 69px rgba(255, 100, 0, 0.3),
    0 0 26px rgba(255, 119, 20, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.27);
  transform:translateY(-2px);
}
.mp-silo--creative-strategist .cta:focus-visible {
  outline:2px solid rgba(255, 255, 255, 0.82);
  outline-offset:4px;
}
.mp-silo--creative-strategist .cta span {
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
  padding:0;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.mp-silo--creative-strategist .cta b {
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  height:auto;
  border-left:0;
  font-family:Arial, sans-serif;
  font-size:30px;
  font-weight:400;
  line-height:1;
  transition:transform 180ms ease;
}
.mp-silo--creative-strategist .cta:hover b, .mp-silo--creative-strategist .cta:focus-visible b {
  transform:translateX(3px);
}
.mp-silo--creative-strategist .strategy-panel {
  position:absolute;
  z-index:2;
  top:clamp(58px, 6.8vw, 114px);
  right:clamp(18px, 1.45vw, 24px);
  width:min(29vw, 486px);
  height:clamp(500px, 43vw, 620px);
  max-height:calc(100svh - 96px);
  padding:clamp(18px, 1.45vw, 24px);
  overflow:hidden;
  border:1px solid rgba(74, 171, 226, 0.66);
  background:linear-gradient(135deg, rgba(10, 35, 52, 0.4), rgba(5, 13, 23, 0.42)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 42px);
  box-shadow:inset 0 0 44px rgba(38, 147, 209, 0.15),
    0 0 38px rgba(8, 88, 140, 0.22);
  backdrop-filter:blur(3px);
  transform:perspective(1000px) rotateY(-4deg);
  transform-origin:right center;
}
.mp-silo--creative-strategist .strategy-panel::before, .mp-silo--creative-strategist .strategy-panel::after {
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(117, 198, 245, 0.12);
  pointer-events:none;
}
.mp-silo--creative-strategist .strategy-panel::after {
  inset:auto 0 0;
  height:40%;
  border:0;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.18), transparent);
}
.mp-silo--creative-strategist .panel-grid {
  display:grid;
  grid-template-columns:1fr 1.45fr;
  grid-template-rows:1fr 0.78fr 0.74fr;
  gap:clamp(11px, 0.92vw, 15px) clamp(14px, 1.28vw, 21px);
  height:100%;
  min-height:0;
}
.mp-silo--creative-strategist .panel-card {
  position:relative;
  min-width:0;
  min-height:0;
  color:rgba(255, 255, 255, 0.86);
}
.mp-silo--creative-strategist .panel-card h2 {
  margin:0 0 clamp(7px, 0.7vw, 11px);
  font-family:"DM Sans", Arial, sans-serif;
  font-size:clamp(9px, 0.72vw, 12px);
  font-weight:700;
  letter-spacing:0.04em;
  line-height:1.1;
  text-transform:uppercase;
}
.mp-silo--creative-strategist .venn {
  position:relative;
  height:clamp(126px, 9.4vw, 158px);
}
.mp-silo--creative-strategist .venn::before, .mp-silo--creative-strategist .venn::after, .mp-silo--creative-strategist .venn i {
  content:"";
  position:absolute;
  width:clamp(66px, 5.25vw, 88px);
  height:clamp(66px, 5.25vw, 88px);
  border:1.5px solid rgba(255, 255, 255, 0.78);
  border-radius:50%;
}
.mp-silo--creative-strategist .venn::before {
  left:clamp(22px, 1.85vw, 31px);
  top:0;
}
.mp-silo--creative-strategist .venn::after {
  left:0;
  top:clamp(44px, 3.45vw, 58px);
}
.mp-silo--creative-strategist .venn i {
  left:clamp(45px, 3.7vw, 62px);
  top:clamp(44px, 3.45vw, 58px);
}
.mp-silo--creative-strategist .venn span {
  position:absolute;
  z-index:2;
  font-size:clamp(8px, 0.62vw, 10px);
  text-transform:uppercase;
}
.mp-silo--creative-strategist .venn span:nth-child(1) {
  left:clamp(39px, 3.28vw, 55px);
  top:clamp(27px, 2.26vw, 38px);
}
.mp-silo--creative-strategist .venn span:nth-child(2) {
  left:clamp(5px, 0.6vw, 10px);
  top:clamp(67px, 5.42vw, 91px);
}
.mp-silo--creative-strategist .venn span:nth-child(3) {
  left:clamp(75px, 6vw, 101px);
  top:clamp(67px, 5.42vw, 91px);
}
.mp-silo--creative-strategist .venn i::after {
  content:"";
  position:absolute;
  left:-2px;
  top:-2px;
  width:32px;
  height:32px;
  border-radius:50%;
  background:rgba(242, 106, 9, 0.68);
  filter:blur(1px);
}
.mp-silo--creative-strategist .roadmap-lines {
  position:relative;
  height:clamp(126px, 9.4vw, 158px);
  background:repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 30px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 24px);
  overflow:hidden;
}
.mp-silo--creative-strategist .roadmap-lines i {
  position:absolute;
  left:var(--x);
  top:var(--y);
  width:var(--w);
  height:10px;
  background:linear-gradient(90deg, #ff8d2b, #e75d07);
  box-shadow:0 0 14px rgba(242, 106, 9, 0.3);
}
.mp-silo--creative-strategist .insight svg {
  width:100%;
  height:clamp(78px, 6.4vw, 108px);
  overflow:hidden;
}
.mp-silo--creative-strategist .insight path {
  stroke:rgba(255, 255, 255, 0.11);
  stroke-width:1;
}
.mp-silo--creative-strategist .insight polyline {
  fill:none;
  stroke:rgba(240, 248, 255, 0.92);
  stroke-width:2;
}
.mp-silo--creative-strategist .insight polygon {
  fill:rgba(28, 133, 202, 0.25);
}
.mp-silo--creative-strategist .thumbs {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:7px;
}
.mp-silo--creative-strategist .thumbs span {
  aspect-ratio:1.08;
  border:1px solid rgba(255, 255, 255, 0.35);
  background:radial-gradient(circle at 65% 42%, rgba(255, 255, 255, 0.5), transparent 14%),
    radial-gradient(circle at 42% 58%, rgba(242, 106, 9, 0.85), transparent 23%),
    linear-gradient(135deg, rgba(13, 55, 82, 0.9), rgba(4, 13, 24, 0.88));
}
.mp-silo--creative-strategist .impact .ring {
  display:grid;
  place-items:center;
  width:clamp(58px, 5vw, 78px);
  height:clamp(58px, 5vw, 78px);
  margin:2px auto 5px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(11, 31, 46, 0.85) 54%, transparent 55%),
    conic-gradient(var(--orange) 0 87%, rgba(255, 255, 255, 0.35) 87% 100%);
}
.mp-silo--creative-strategist .impact strong {
  font-size:clamp(16px, 1.2vw, 20px);
  font-weight:500;
}
.mp-silo--creative-strategist .impact p {
  margin:0;
  font-size:clamp(8px, 0.6vw, 10px);
  text-align:center;
  text-transform:uppercase;
}
.mp-silo--creative-strategist .factors ul {
  display:grid;
  gap:clamp(5px, 0.55vw, 8px);
  margin:0;
  padding:0;
  list-style:none;
}
.mp-silo--creative-strategist .factors li {
  position:relative;
  padding-left:18px;
  font-size:clamp(9px, 0.7vw, 12px);
  text-transform:uppercase;
}
.mp-silo--creative-strategist .factors li::before {
  content:"✓";
  position:absolute;
  left:0;
  top:-2px;
  color:rgba(255, 255, 255, 0.92);
}
@media (max-width: 1200px) {
.mp-silo--creative-strategist .hero-bg {
    object-position:56% 50%;
  }
.mp-silo--creative-strategist .strategy-panel {
    width:min(34vw, 420px);
    opacity:0.9;
  }
}
@media (max-width: 900px) {
.mp-silo--creative-strategist .hero {
    min-height:760px;
  }
.mp-silo--creative-strategist .hero-bg {
    object-position:62% 50%;
  }
.mp-silo--creative-strategist .hero-content {
    width:min(672px, 62vw);
    padding-top:72px;
  }
.mp-silo--creative-strategist .brand {
    margin-bottom:clamp(48px, 7vh, 68px);
    width:clamp(232px, 32vw, 336px);
  }
.mp-silo--creative-strategist .strategy-panel {
    right:-125px;
    width:380px;
    height:min(540px, calc(100svh - 96px));
    opacity:0.42;
  }
.mp-silo--creative-strategist .shade-left {
    background:radial-gradient(circle at 12% 36%, rgba(11, 103, 158, 0.56), transparent 30%),
      linear-gradient(90deg, rgba(0, 17, 31, 0.95) 0%, rgba(0, 29, 52, 0.82) 46%, rgba(0, 0, 0, 0.12) 78%);
  }
}
@media (max-height: 650px) and (min-width: 641px) {
.mp-silo--creative-strategist .strategy-panel {
    display:none;
  }
}
@media (max-width: 640px) {
.mp-silo--creative-strategist .hero {
    min-height:720px;
  }
.mp-silo--creative-strategist .hero-bg {
    object-position:68% 50%;
  }
.mp-silo--creative-strategist .hero-content {
    display:flex;
    flex-direction:column;
    width:auto;
    padding:34px 22px 0;
  }
.mp-silo--creative-strategist .brand {
    width:min(296px, 72vw);
    margin-bottom:clamp(62px, 10.5vh, 86px);
  }
.mp-silo--creative-strategist h1 {
    font-size:clamp(38px, 12vw, 58px);
    line-height:1.04;
  }
.mp-silo--creative-strategist .tagline {
    max-width:384px;
    font-size:15px;
    letter-spacing:0.1em;
    word-spacing:0.04em;
  }
.mp-silo--creative-strategist .cta {
    min-width:0;
    width:min(100%, 320px);
    height:67px;
    padding:0 22px;
    gap:14px;
    font-size:clamp(13px, 3.65vw, 15px);
  }
.mp-silo--creative-strategist .cta span {
    padding:0;
  }
.mp-silo--creative-strategist .strategy-panel {
    display:none;
  }
}
@media (max-width: 420px) {
.mp-silo--creative-strategist .hero {
    min-height:670px;
  }
.mp-silo--creative-strategist .hero-content {
    padding-left:18px;
    padding-right:18px;
  }
.mp-silo--creative-strategist .brand {
    width:min(272px, 76vw);
  }
.mp-silo--creative-strategist .tagline {
    max-width:285px;
  }
.mp-silo--creative-strategist .cta {
    width:100%;
    height:48px;
    padding:0 18px;
    font-size:13px;
  }
}
@media (prefers-reduced-motion: no-preference) {
.mp-silo--creative-strategist .hero-bg {
    animation:creative-strategist-hero-camera-drift 34s ease-in-out infinite alternate;
    will-change:transform, object-position;
  }
.mp-silo--creative-strategist .shade-left {
    animation:creative-strategist-data-field-breathe 13s ease-in-out infinite;
    will-change:opacity;
  }
.mp-silo--creative-strategist .shade-right {
    animation:creative-strategist-warm-signal-pulse 8s ease-in-out infinite;
    will-change:opacity;
  }
.mp-silo--creative-strategist .brand img {
    animation:creative-strategist-brand-signal-lock 900ms cubic-bezier(0.2, 0.78, 0.2, 1) both;
    will-change:opacity, filter, transform;
  }
.mp-silo--creative-strategist h1 span {
    clip-path:inset(0 100% 0 0);
    animation:creative-strategist-headline-scan 760ms cubic-bezier(0.16, 0.84, 0.28, 1) both;
    will-change:clip-path, filter;
  }
.mp-silo--creative-strategist h1 span:last-child {
    animation-delay:110ms;
  }
.mp-silo--creative-strategist .tagline {
    animation:creative-strategist-signal-caption-lock 680ms ease-out 260ms both;
    will-change:opacity, filter;
  }
.mp-silo--creative-strategist .cta {
    animation:creative-strategist-cta-charge 780ms cubic-bezier(0.2, 0.78, 0.2, 1) 420ms both;
  }
.mp-silo--creative-strategist .cta::before {
    animation:creative-strategist-cta-sheen 7.2s ease-in-out 1.35s infinite;
  }
.mp-silo--creative-strategist .strategy-panel {
    animation:creative-strategist-glass-panel-float 9s ease-in-out infinite;
    will-change:transform, box-shadow;
  }
.mp-silo--creative-strategist .strategy-panel::before {
    animation:creative-strategist-panel-grid-breathe 6.5s ease-in-out infinite;
  }
.mp-silo--creative-strategist .roadmap-lines i {
    transform-origin:left center;
    animation:creative-strategist-roadmap-register 880ms cubic-bezier(0.18, 0.72, 0.24, 1) both;
    will-change:transform, opacity;
  }
.mp-silo--creative-strategist .roadmap-lines i:nth-child(2) {
    animation-delay:120ms;
  }
.mp-silo--creative-strategist .roadmap-lines i:nth-child(3) {
    animation-delay:220ms;
  }
.mp-silo--creative-strategist .roadmap-lines i:nth-child(4) {
    animation-delay:320ms;
  }
.mp-silo--creative-strategist .roadmap-lines i:nth-child(5) {
    animation-delay:420ms;
  }
.mp-silo--creative-strategist .insight polyline {
    stroke-dasharray:240;
    stroke-dashoffset:240;
    animation:creative-strategist-chart-trace 1.2s cubic-bezier(0.32, 0.72, 0.22, 1) 520ms both;
  }
.mp-silo--creative-strategist .venn i::after {
    animation:creative-strategist-venn-core-pulse 3.8s ease-in-out infinite;
  }
.mp-silo--creative-strategist .thumbs span {
    animation:creative-strategist-creative-tile-glow 5.6s ease-in-out infinite;
  }
.mp-silo--creative-strategist .thumbs span:nth-child(2), .mp-silo--creative-strategist .thumbs span:nth-child(5) {
    animation-delay:-1.8s;
  }
.mp-silo--creative-strategist .thumbs span:nth-child(3), .mp-silo--creative-strategist .thumbs span:nth-child(4) {
    animation-delay:-3.2s;
  }
.mp-silo--creative-strategist .impact .ring {
    animation:creative-strategist-impact-dial-settle 900ms cubic-bezier(0.2, 0.78, 0.2, 1) 620ms both;
    will-change:transform, filter;
  }
}
@media (prefers-reduced-motion: no-preference) and (max-width: 640px) {
.mp-silo--creative-strategist .hero-bg {
    animation-name:creative-strategist-hero-camera-drift-mobile;
  }
}
@media (prefers-reduced-motion: reduce) {
.mp-silo--creative-strategist *, .mp-silo--creative-strategist *::before, .mp-silo--creative-strategist *::after {
    animation-duration:0.001ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:0.001ms !important;
  }
}
@keyframes creative-strategist-hero-camera-drift {
  from {
    transform: scale(1.012) translate3d(0, 0, 0);
    object-position: 51% 50%;
  }

  to {
    transform: scale(1.034) translate3d(-0.28%, 0.18%, 0);
    object-position: 52.2% 50.3%;
  }
}
@keyframes creative-strategist-hero-camera-drift-mobile {
  from {
    transform: scale(1.01) translate3d(0, 0, 0);
    object-position: 68% 50%;
  }

  to {
    transform: scale(1.026) translate3d(-0.2%, 0.12%, 0);
    object-position: 69% 50.2%;
  }
}
@keyframes creative-strategist-data-field-breathe {
  0%,
  100% {
    opacity: 0.94;
  }

  50% {
    opacity: 0.8;
  }
}
@keyframes creative-strategist-warm-signal-pulse {
  0%,
  100% {
    opacity: 0.68;
  }

  48% {
    opacity: 0.92;
  }
}
@keyframes creative-strategist-brand-signal-lock {
  0% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0) scale(0.986);
    filter: drop-shadow(0 3px 16px rgba(0, 0, 0, 0.46)) blur(4px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: drop-shadow(0 3px 16px rgba(0, 0, 0, 0.46)) blur(0);
  }
}
@keyframes creative-strategist-headline-scan {
  0% {
    clip-path: inset(0 100% 0 0);
    filter: blur(3px);
  }

  100% {
    clip-path: inset(0 0 0 0);
    filter: blur(0);
  }
}
@keyframes creative-strategist-signal-caption-lock {
  0% {
    opacity: 0;
    filter: blur(3px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes creative-strategist-cta-charge {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    box-shadow:
      0 10px 26px rgba(255, 100, 0, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    box-shadow:
      0 19px 61px rgba(255, 100, 0, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }
}
@keyframes creative-strategist-cta-sheen {
  0%,
  70% {
    transform: translateX(0) skewX(-18deg);
    opacity: 0;
  }

  78% {
    opacity: 0.72;
  }

  94%,
  100% {
    transform: translateX(420%) skewX(-18deg);
    opacity: 0;
  }
}
@keyframes creative-strategist-glass-panel-float {
  0%,
  100% {
    transform: perspective(1000px) rotateY(-4deg) translate3d(0, 0, 0);
    box-shadow:
      inset 0 0 44px rgba(38, 147, 209, 0.15),
      0 0 38px rgba(8, 88, 140, 0.22);
  }

  50% {
    transform: perspective(1000px) rotateY(-4deg) translate3d(0, -7px, 0);
    box-shadow:
      inset 0 0 52px rgba(38, 147, 209, 0.18),
      0 0 46px rgba(8, 88, 140, 0.26);
  }
}
@keyframes creative-strategist-panel-grid-breathe {
  0%,
  100% {
    opacity: 0.66;
  }

  50% {
    opacity: 0.95;
  }
}
@keyframes creative-strategist-roadmap-register {
  0% {
    opacity: 0;
    transform: scaleX(0.08);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes creative-strategist-chart-trace {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes creative-strategist-venn-core-pulse {
  0%,
  100% {
    opacity: 0.64;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.08);
  }
}
@keyframes creative-strategist-creative-tile-glow {
  0%,
  100% {
    filter: saturate(0.95) brightness(0.92);
  }

  50% {
    filter: saturate(1.08) brightness(1.06);
  }
}
@keyframes creative-strategist-impact-dial-settle {
  0% {
    transform: scale(0.9) rotate(-12deg);
    filter: saturate(0.82);
  }

  100% {
    transform: scale(1) rotate(0);
    filter: saturate(1);
  }
}
