:root {
  --page-bg: #f5f5f7;
  --ink: #09090b;
  --muted: #68686d;
  --line: rgba(9, 9, 11, 0.12);
  --panel: #ffffff;
  --dark: #070707;
  --silver: #dddddd;
  --blue: #3681d8;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
}

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

.brand-profile {
  min-height: 100svh;
}

.brand-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  justify-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: 124px clamp(28px, 5vw, 76px) 76px;
  --mx: 62%;
  --my: 38%;
  --hero-lift: 0px;
  --tilt-x: 0px;
  --tilt-y: 0px;
  background-color: #05070b;
  background-image: url("../img/home-telecom-bg.jpg");
  background-position: center center;
  background-size: cover;
  color: #ffffff;
}

.brand-hero::before,
.brand-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.brand-hero::before {
  background:
    radial-gradient(ellipse at 30% 30%, rgba(255, 255, 255, 0.16), transparent 34%),
    radial-gradient(ellipse at 62% 58%, rgba(144, 128, 255, 0.12), transparent 38%);
  mix-blend-mode: screen;
  opacity: 0.32;
}

.brand-hero::after {
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.07) 18%, transparent 42%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), transparent 30%, rgba(0, 0, 0, 0.28));
  mix-blend-mode: soft-light;
  opacity: 0.72;
  transition: opacity 0.2s ease;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(1, 3, 8, 0.86) 0%, rgba(1, 3, 8, 0.62) 36%, rgba(1, 3, 8, 0.22) 68%, rgba(1, 3, 8, 0.38) 100%),
    linear-gradient(180deg, rgba(1, 3, 8, 0.08) 0%, rgba(1, 3, 8, 0.16) 46%, rgba(1, 3, 8, 0.72) 100%);
  transform: translateY(calc(var(--hero-lift) * -0.18));
}

.brand-topbar {
  position: fixed !important;
  z-index: 40;
  top: 92px;
  right: 0;
  left: auto;
  width: 118px;
  max-width: calc(100% - 18px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 318px;
  padding: 10px 7px 10px 9px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 0;
  border-radius: 28px 0 0 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05) 34%, rgba(8, 13, 20, 0.46)),
    rgba(10, 14, 22, 0.42);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(67, 219, 216, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06);
  isolation: isolate;
  overflow: visible;
  transform: none;
  backdrop-filter: blur(26px) saturate(1.2);
  -webkit-backdrop-filter: blur(26px) saturate(1.2);
}

body > .brand-topbar {
  position: fixed !important;
  top: 92px !important;
  right: 0 !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  z-index: 2147483647 !important;
}

.brand-topbar::before,
.brand-topbar::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.brand-topbar::before {
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 26% 8%, rgba(255, 255, 255, 0.22), transparent 26%),
    radial-gradient(circle at 92% 72%, rgba(73, 216, 214, 0.16), transparent 36%);
  opacity: 0.82;
}

.brand-topbar::after {
  top: 24px;
  left: -1px;
  bottom: 24px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(84, 231, 229, 0.9), transparent);
  box-shadow: 0 0 22px rgba(84, 231, 229, 0.58);
  opacity: 0.68;
}

.topbar-brand,
.apple-nav-link {
  text-decoration: none;
  font-weight: 700;
}

.topbar-brand {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-height: 36px;
  padding: 0 9px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.topbar-brand::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #54e7e5;
  box-shadow: 0 0 16px rgba(84, 231, 229, 0.78);
}

.topbar-brand:hover,
.apple-nav-link:hover {
  color: #ffffff;
}

.apple-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.apple-nav-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
}

.apple-nav-link {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 42px;
  overflow: hidden;
  padding: 0 12px 0 8px;
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11.5px;
  line-height: 1;
  transform: translateZ(0);
  transition: color 0.18s ease;
  white-space: nowrap;
}

.apple-nav-link::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.apple-nav-link::before {
  inset: 3px;
  z-index: -1;
  border-radius: 15px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.08);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.apple-nav-link::after {
  content: none;
  display: none;
}

.apple-nav-item:hover .apple-nav-link,
.apple-nav-item:focus-within .apple-nav-link,
.apple-nav-item.menu-open .apple-nav-link {
  color: #ffffff;
}

.apple-nav-item:hover .apple-nav-link::before,
.apple-nav-item:focus-within .apple-nav-link::before,
.apple-nav-item.menu-open .apple-nav-link::before {
  opacity: 1;
}

.apple-nav-link:active {
  color: #ffffff;
}

.apple-menu {
  position: absolute;
  top: 50%;
  right: calc(100% + 12px);
  width: min(292px, calc(100vw - 146px));
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(132, 232, 232, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045) 38%, rgba(4, 19, 29, 0.7)),
    rgba(7, 13, 24, 0.78);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(84, 231, 229, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05);
  color: #f7fbff;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(8px, -50%, 0) scale(0.97);
  transform-origin: right center;
  transition: opacity 0.18s ease, transform 0.2s var(--ease-out);
  backdrop-filter: blur(28px) saturate(1.18);
  -webkit-backdrop-filter: blur(28px) saturate(1.18);
}

.apple-menu::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  width: 18px;
}

.apple-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  border-top: 1px solid rgba(132, 232, 232, 0.22);
  border-right: 1px solid rgba(132, 232, 232, 0.22);
  background: rgba(10, 18, 30, 0.82);
  transform: translateY(-50%) rotate(45deg);
  box-shadow: 8px 0 20px rgba(84, 231, 229, 0.08);
}

.apple-nav-item:hover .apple-menu,
.apple-nav-item:focus-within .apple-menu,
.apple-nav-item.menu-open .apple-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, -50%, 0) scale(1);
}

.apple-menu-group {
  display: grid;
  gap: 7px;
}

.apple-menu-group span {
  margin: 0 0 3px;
  color: rgba(214, 227, 238, 0.58);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.apple-menu-group a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.apple-menu-group.compact a {
  min-height: 34px;
  color: rgba(233, 240, 247, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.apple-menu-group a::after {
  content: ">";
  color: rgba(84, 231, 229, 0.86);
  font-size: 13px;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.apple-menu-group a:hover {
  color: #ffffff;
  border-color: rgba(132, 232, 232, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)),
    rgba(84, 231, 229, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 12px 28px rgba(0, 0, 0, 0.16);
}

.apple-menu-group a:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.hero-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: min(1180px, calc(100vw - 360px));
  margin-inline: auto;
  text-align: center;
  transform: translate(-50%, -50%);
}

.hero-mark {
  display: none;
}

.eyebrow,
.section-heading p,
.card-label {
  margin: 0;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-content .eyebrow {
  display: none;
}

h1,
h2 {
  margin: 0;
  letter-spacing: 0;
}

.hero-title {
  display: grid;
  gap: 2px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 7.2vw, 104px);
  line-height: 0.92;
  font-weight: 800;
  text-align: center;
  text-wrap: balance;
  filter: drop-shadow(0 24px 46px rgba(0, 0, 0, 0.46));
}

.hero-title span {
  display: block;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-title span:nth-child(1) {
  background-image: linear-gradient(180deg, #ffffff 0%, #edf2ff 100%);
}

.hero-title span:nth-child(2) {
  background-image: linear-gradient(180deg, #f5f8ff 0%, #cfd9ff 50%, #b7baff 100%);
}

.hero-title span:nth-child(3) {
  background-image: linear-gradient(180deg, #d8cbff 0%, #a98dff 58%, #8e73ff 100%);
}

.slogan {
  display: none;
}

.description {
  width: min(760px, 100%);
  max-width: 760px;
  margin: 28px auto 0;
  color: rgba(229, 236, 248, 0.76);
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.58;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.summary-strip,
.content-section {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.sequence-section {
  position: relative;
  min-height: 360svh;
  background: #050505;
  border-top: 1px solid rgba(9, 9, 11, 0.08);
  border-bottom: 1px solid rgba(9, 9, 11, 0.08);
}

.sequence-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  width: 100%;
  overflow: hidden;
}

.sequence-copy {
  position: absolute;
  left: clamp(18px, 5vw, 64px);
  bottom: clamp(46px, 9vh, 92px);
  z-index: 2;
  width: min(560px, calc(100% - 36px));
  color: #ffffff;
  text-shadow: 0 14px 42px rgba(0, 0, 0, 0.52);
}

.sequence-copy p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sequence-copy h2 {
  max-width: 520px;
  color: #ffffff;
  font-size: clamp(42px, 7vw, 96px);
  line-height: 0.96;
}

.sequence-copy span {
  display: block;
  max-width: 420px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.55;
}

.sequence-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #050505;
}

.sequence-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, transparent 34%, rgba(0, 0, 0, 0.42) 100%);
}

#buildSequence {
  width: 100%;
  height: 100%;
  display: block;
}

.sequence-status {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.48);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.sequence-status.ready {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.sequence-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.sequence-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ffffff, #bd8d2d);
  transform: scaleX(0);
  transform-origin: left;
}

.summary-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 18px;
  border: 1px solid var(--line);
  background: var(--line);
}

.summary-item {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
  background: var(--panel);
}

.summary-item span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.summary-item strong {
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.1;
}

.content-section {
  padding: 86px 0 0;
}

.section-heading {
  margin-bottom: 24px;
}

.section-heading h2 {
  margin-top: 10px;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1;
}

.overview-section {
  padding-top: 74px;
}

.overview-copy {
  max-width: 940px;
  margin: 0;
  color: #303035;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.6;
}

.identity-grid,
.links-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
}

.detail-card {
  min-height: 300px;
  display: grid;
  align-content: start;
  gap: 28px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.logo-card {
  align-content: center;
}

.logo-card img {
  width: min(420px, 100%);
  margin: 0 auto;
}

.swatch-grid {
  display: grid;
  gap: 12px;
}

.swatch {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 76px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.swatch-chip {
  min-height: 76px;
}

.swatch-copy {
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px 16px;
}

.swatch-copy strong,
.industry-card strong {
  font-size: 17px;
}

.swatch-copy span,
.industry-card span,
.asset-meta,
.link-group a {
  color: var(--muted);
  font-size: 14px;
}

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

.industry-card {
  min-height: 150px;
  display: grid;
  align-content: space-between;
  gap: 20px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

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

.asset-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.asset-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #d8d8dc;
}

.asset-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
}

.links-section {
  padding-bottom: 90px;
}

.link-group {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.link-group a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  background: var(--panel);
  text-decoration: none;
}

.link-group a strong {
  color: var(--ink);
  text-transform: capitalize;
}

.effects-ready .summary-strip,
.effects-ready .content-section,
.effects-ready .detail-card,
.effects-ready .industry-card,
.effects-ready .asset-card {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.effects-ready .is-visible {
  opacity: 1;
  transform: translateY(0);
}

.detail-card:hover,
.industry-card:hover,
.asset-card:hover,
.link-group a:hover {
  border-color: rgba(9, 9, 11, 0.22);
  box-shadow: 0 18px 48px rgba(9, 9, 11, 0.08);
}

.error-state {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 28px;
  text-align: center;
}

.error-state strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
}

@media (max-width: 900px) {
  .brand-hero {
    background-position: 45% center;
    padding: 112px 24px 68px;
  }

  .hero-content {
    width: min(760px, calc(100vw - 48px));
  }

  .hero-title {
    font-size: clamp(42px, 7vw, 72px);
  }

  .brand-topbar {
    top: 92px;
    right: 0;
    width: 112px;
    max-width: calc(100% - 12px);
    min-height: 300px;
    padding: 9px 6px 9px 8px;
    border-right: 0;
    border-radius: 26px 0 0 26px;
  }

  .apple-nav-link {
    justify-content: flex-end;
    min-height: 40px;
    padding: 0 10px 0 7px;
    font-size: 11px;
  }

  .apple-menu {
    right: calc(100% + 12px);
    width: min(300px, calc(100vw - 136px));
  }

  .sequence-section {
    min-height: 320svh;
  }

  .sequence-sticky {
    min-height: 100svh;
  }

  .sequence-copy h2 {
    max-width: 760px;
  }

  .sequence-copy span {
    max-width: 620px;
  }

  .summary-strip,
  .identity-grid,
  .links-grid,
  .backdrop-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 560px) {
  .brand-hero {
    min-height: 100svh;
    background-position: 42% center;
    padding: 86px 18px 44px;
  }

  .hero-content {
    width: min(100%, calc(100vw - 36px));
  }

  .hero-title {
    font-size: clamp(26px, 7vw, 34px);
  }

  .description {
    margin-top: 18px;
    font-size: 14px;
    -webkit-line-clamp: 4;
  }

  .brand-topbar {
    top: 90px;
    right: 0;
    left: auto;
    width: 92px;
    max-width: calc(100% - 8px);
    min-height: 250px;
    justify-content: center;
    padding: 8px 5px 8px 7px;
    border-right: 0;
    border-radius: 22px 0 0 22px;
    transform: none;
    position: fixed !important;
  }

  .brand-topbar::after {
    top: 18px;
    bottom: 18px;
  }

  .topbar-brand {
    display: none;
  }

  .apple-nav {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    min-width: 0;
    overflow: visible;
  }

  .apple-nav-item {
    flex: 0 0 auto;
    width: 100%;
  }

  .apple-nav-link {
    justify-content: flex-end;
    width: 100%;
    min-height: 34px;
    padding: 0 7px 0 4px;
    font-size: 9.5px;
  }

  .apple-menu {
    position: absolute;
    top: 50%;
    left: auto;
    right: calc(100% + 10px);
    width: min(246px, calc(100vw - 106px));
    max-height: min(420px, calc(100svh - 28px));
    overflow-y: auto;
    padding: 16px;
    border-radius: 20px;
    transform-origin: right center;
  }

  .apple-menu::before {
    right: -12px;
    width: 14px;
  }

  .apple-menu-group a {
    min-height: 34px;
    font-size: 16px;
  }

  .hero-mark {
    width: 58px;
    height: 58px;
  }

  h1 {
    font-size: 46px;
    line-height: 0.96;
  }

  .summary-strip,
  .content-section {
    width: min(100% - 24px, 1180px);
  }

  .content-section {
    padding-top: 62px;
  }

  .description {
    -webkit-line-clamp: 5;
  }

  .sequence-section {
    min-height: 280svh;
  }

  .sequence-sticky {
    min-height: 100svh;
  }

  .sequence-copy h2 {
    font-size: 38px;
  }

  .sequence-copy span {
    margin-top: 16px;
    font-size: 15px;
  }

  .sequence-status {
    left: 10px;
    bottom: 10px;
  }

  .industry-list {
    grid-template-columns: 1fr;
  }

  .detail-card {
    min-height: 220px;
    padding: 18px;
  }
}

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

  .effects-ready .summary-strip,
  .effects-ready .content-section,
  .effects-ready .detail-card,
  .effects-ready .industry-card,
  .effects-ready .asset-card {
    opacity: 1;
    transform: none;
  }
}
