:root {
  --sr-purple: #7a30d8;
  --sr-purple-deep: #6426cf;
  --sr-yellow: #f5ef52;
  --sr-black: #070612;
  --sr-white: #fff;
  --sr-muted: rgba(255, 255, 255, 0.72);
  --sr-shadow: 0 32px 100px rgba(33, 12, 83, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--sr-purple);
  scroll-behavior: auto;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--sr-purple);
  color: var(--sr-white);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}

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

button {
  font: inherit;
}

.sr-nav {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 108px;
  padding: 0 clamp(30px, 5vw, 88px);
  color: var(--sr-white);
  pointer-events: none;
}

.sr-nav-container {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}

.sr-nav a {
  pointer-events: auto;
}

.sr-brand,
.sr-nav-links,
.sr-nav-actions {
  display: flex;
  align-items: center;
}

.sr-brand {
  gap: 12px;
  font-size: 22px;
  font-weight: 900;
}

.navbar2_logo {
  display: block;
  width: 164px;
  height: auto;
}

.sr-nav-links {
  gap: 54px;
  justify-content: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  font-weight: 800;
}

.navbar2_dropdwn-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dropdown-chevron {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.sr-nav-actions {
  justify-content: flex-end;
  gap: 26px;
  font-size: 17px;
  font-weight: 800;
}

.sr-demo,
.sr-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  border-radius: 999px;
  background: var(--sr-yellow);
  color: var(--sr-black);
  padding: 0 28px;
  font-weight: 900;
}

.button-text-mask {
  display: grid;
  height: 1.2em;
  overflow: hidden;
}

.button-text-mask > span {
  grid-area: 1 / 1;
}

.button-text-bottom {
  transform: translateY(100%);
}

.sr-hero,
.sr-power,
.sr-horizontal,
.sr-creative,
.sr-brands,
.sr-suite,
.sr-transform,
.sr-final {
  position: relative;
  overflow: clip;
}

.sr-hero {
  height: 200vh;
  min-height: 200vh;
}

.sr-hero-sticky,
.sr-power-sticky,
.sr-horizontal-sticky,
.sr-creative-sticky,
.sr-brands-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: clip;
}

.sr-purple-bg {
  position: absolute;
  inset: 0;
  background: var(--sr-purple);
}

.sr-hero-title {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 49%;
  width: min(1120px, 90vw);
  text-align: center;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform, opacity;
}

.sr-hero-title h1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.18em;
  margin: 0;
  color: var(--sr-white);
  font-size: clamp(78px, 9.7vw, 178px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0;
}

.display-inlineflex {
  display: inline-flex;
}

.overflow-hidden {
  overflow: hidden;
}

[data-hero-word] {
  display: inline-block;
  will-change: transform;
}

.sr-yellow {
  color: var(--sr-yellow);
}

.sr-hero-title p {
  max-width: 720px;
  margin: 28px auto;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 1.34;
}

.sr-primary-button {
  background: var(--sr-white);
}

.sr-hero-showcase {
  position: absolute;
  z-index: 8;
  inset: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 8rem 5vw 5rem;
  pointer-events: none;
  opacity: 0;
  will-change: opacity;
}

.sr-hero-copy {
  z-index: 4;
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 53rem;
  margin: 0 auto 2.25rem;
  text-align: center;
  will-change: transform, opacity;
}

.sr-hero-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 800;
  line-height: 1.35;
}

.sr-hero-copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 58px;
  margin-top: 2rem;
  border-radius: 999px;
  background: #fff;
  color: var(--sr-black);
  padding: 0 28px;
  font-weight: 900;
  pointer-events: auto;
}

.sr-hero-image-wrapper {
  position: relative;
  z-index: 3;
  width: min(900px, 58vw);
  min-width: 640px;
  will-change: transform, opacity;
}

.sr-hero-assets {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0 auto;
}

.sr-hero-assets-bg {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
}

.sr-hero-video {
  position: absolute;
  z-index: 1;
  inset: 5% 2.5% auto auto;
  width: 76%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 40px 85px rgba(0, 0, 0, 0.25);
  will-change: transform, opacity;
}

.sr-hero-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sr-hero-asset {
  position: absolute;
  z-index: 3;
  will-change: transform, opacity;
}

.sr-hero-asset img {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 60px rgba(16, 8, 62, 0.24));
}

.sr-hero-asset-one {
  max-width: 55%;
  inset: auto auto 3% -8%;
}

.sr-hero-asset-two {
  max-width: 39%;
  inset: 46% -18% auto auto;
}

.sr-hero-asset-three {
  z-index: 5;
  max-width: 26%;
  inset: 10% -6% auto auto;
}

.sr-hero-source-icon {
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  inset: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.sr-hero-source-icon .hero-section_icon-holder {
  position: relative;
  z-index: 2;
  width: 7.625rem;
  margin-top: 42vh;
}

.sr-hero-source-icon .hero-section_icon {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}

.sr-hero-source-icon .hero-section_icon-bg {
  position: absolute;
  inset: -4% 0 0 -4%;
  display: flex;
  width: 108%;
  height: 108%;
  align-items: center;
  justify-content: center;
}

.sr-hero-source-icon .hero-section_icon-bg-puls {
  width: 90%;
  height: 90%;
  border-radius: 100%;
  background: rgba(245, 239, 82, 0.6);
}

.sr-hero-source-icon .sr-progress-rail {
  position: absolute;
  inset: calc(42vh + 7.2rem) 0 auto;
  width: 3px;
  height: 50vw;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  transform: none;
}

.sr-progress-rail {
  position: absolute;
  left: 50%;
  top: 66vh;
  width: 5px;
  height: 34vh;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  transform: translateX(-50%);
}

.sr-progress-rail span,
.sr-vertical-line span,
.sr-horizontal-line span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--sr-yellow);
  transform: scaleY(0);
  transform-origin: top;
}

.sr-star {
  position: absolute;
  width: 34px;
  height: auto;
  background: transparent;
  filter: drop-shadow(0 0 18px rgba(255, 242, 56, 0.58));
}

.sr-star-one {
  left: 12vw;
  bottom: 13vh;
}

.sr-star-two {
  right: 20vw;
  top: 28vh;
}

.sr-power {
  height: 2400px;
  min-height: 2400px;
}

.sr-power-sticky {
  display: grid;
  place-items: center;
  top: 5rem;
  min-height: calc(100vh - 5rem);
  min-height: calc(100dvh - 5rem);
}

.sr-section-icon {
  position: absolute;
  z-index: 8;
  top: 10vh;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
}

.sr-section-icon img {
  display: block;
  width: 64%;
  height: auto;
}

.sr-power-heading {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 20vh;
  width: min(1000px, 90vw);
  text-align: center;
  transform: translateX(-50%);
  will-change: transform, opacity;
}

.sr-power-heading h2 {
  margin: 0;
  font-size: clamp(66px, 8vw, 148px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
}

.sr-head-system,
.sr-power-bolt,
.sr-power-card {
  position: absolute;
  left: 50%;
  top: 53%;
  will-change: transform, opacity;
}

.sr-head-system {
  z-index: 3;
  width: min(820px, 60vw);
  color: rgba(255, 255, 255, 0.48);
  transform: translate3d(-50%, -50%, 0);
}

.sr-head-system svg {
  display: block;
  width: 100%;
}

.sr-head-system path {
  fill: none;
  stroke: currentColor;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sr-power-head-image {
  position: absolute;
  inset: 8% -7% auto auto;
  width: 76%;
  will-change: transform, opacity;
}

.sr-power-head-image img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 38px 90px rgba(30, 7, 87, 0.28));
}

.sr-power-bolt {
  z-index: 5;
  display: grid;
  width: 128px;
  height: 128px;
  place-items: center;
  border-radius: 30px;
  background: rgba(7, 6, 18, 0.24);
  box-shadow: 0 24px 90px rgba(29, 8, 77, 0.3);
  transform: translate3d(-50%, -50%, 0);
}

.sr-power-card {
  z-index: 7;
  width: min(80rem, 84vw);
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  backdrop-filter: none;
  transform: translate3d(-50%, -50%, 0);
}

.sr-power-bolt img {
  display: block;
  width: 72%;
  height: auto;
}

.sr-power-card-content {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  width: 100%;
}

.sr-power-card-top {
  display: grid;
  grid-template-columns: 1.12fr 0.72fr 1.12fr;
  gap: 1rem;
}

.sr-power-card-top .home-card_wrapper-image {
  display: grid;
  min-height: clamp(9rem, 13vw, 12.8rem);
  place-items: center;
  overflow: hidden;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
}

.sr-power-card-top .home-card_wrapper-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sr-power-card-top .home-card_wrapper-image.is-1 img {
  width: 78%;
  height: auto;
  object-fit: contain;
}

.sr-power-card-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 0;
}

.sr-power-card-bottom article {
  display: flex;
  min-height: clamp(10rem, 16vw, 14.25rem);
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.16);
  padding: 1.35rem;
  color: rgba(255,255,255,0.84);
  font-size: clamp(1.05rem, 1.22vw, 1.35rem);
  font-weight: 800;
  line-height: 1.16;
}

.sr-power-card-bottom img {
  display: block;
  width: clamp(4rem, 6.6vw, 7.1rem);
  height: auto;
}

.sr-power-card-bottom p {
  margin: 0;
}

.sr-power-card-bottom span {
  color: var(--sr-yellow);
}

.sr-vertical-line {
  position: absolute;
  left: 50%;
  bottom: -5vh;
  width: 5px;
  height: 42vh;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.2);
  transform: translateX(-50%);
}

.sr-suite {
  z-index: 3;
  background: #fff;
  color: var(--sr-black);
}

.home_trigger-transistion-white {
  position: absolute;
  top: -24vh;
  left: 0;
  width: 100%;
  height: 24vh;
  background: #fff;
  pointer-events: none;
}

.sr-home-section {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
  place-items: center;
  padding: clamp(112px, 14vw, 180px) 24px;
  overflow: hidden;
  background: #fff;
}

.home_bg-transistion-v2 {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--sr-purple);
  opacity: 0;
  pointer-events: none;
}

.sr-suite-inner {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1320px, 90vw);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 104px);
}

.sr-home-section:nth-of-type(odd) .sr-suite-inner {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.sr-home-section:nth-of-type(odd) .sr-suite-copy {
  order: 2;
}

.sr-home-section:nth-of-type(odd) .sr-suite-visual {
  order: 1;
}

.sr-suite-copy {
  max-width: 620px;
  will-change: transform, opacity;
}

.sr-suite-copy > p {
  margin: 0 0 22px;
  color: var(--sr-purple);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.sr-suite-copy h2 {
  margin: 0;
  color: var(--sr-black);
  font-size: clamp(46px, 5.2vw, 86px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

.sr-suite-rich p {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(7, 6, 18, 0.68);
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: 800;
  line-height: 1.36;
}

.sr-suite-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
  border-radius: 999px;
  background: var(--sr-purple);
  color: #fff;
  padding: 0 26px;
  font-size: 17px;
  font-weight: 900;
}

.sr-suite-visual {
  position: relative;
  min-height: clamp(420px, 43vw, 620px);
  border-radius: 1.25rem;
  overflow: visible;
  will-change: transform, opacity;
}

.sr-suite-visual img,
.sr-suite-visual video {
  display: block;
}

.sr-suite-bg {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  filter: drop-shadow(0 38px 92px rgba(31, 9, 83, 0.2));
}

.sr-suite-visual-video {
  display: grid;
  place-items: center;
}

.sr-suite-visual-video .sr-suite-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sr-suite-visual-video video {
  position: relative;
  z-index: 2;
  width: 72%;
  aspect-ratio: 16 / 10;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0 30px 90px rgba(35, 10, 88, 0.28);
}

.sr-suite-layered .sr-suite-bg {
  width: 100%;
}

.sr-suite-elev {
  position: absolute;
  z-index: 3;
  width: 42%;
  height: auto;
  filter: drop-shadow(0 28px 70px rgba(31, 9, 83, 0.22));
}

.sr-suite-elev-one {
  left: -4%;
  bottom: 10%;
}

.sr-suite-elev-two {
  right: -6%;
  top: 7%;
}

.sr-horizontal {
  min-height: auto;
  margin-bottom: -30vh;
  overflow: visible;
}

.sr-horizontal-future {
  min-height: auto;
}

.horiz-word_top-holder {
  position: relative;
  z-index: 8;
  top: -2rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: -10rem;
  pointer-events: none;
}

.horiz-word_top-holder > .power-section_icon-holder {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 0;
  flex-flow: column;
  align-items: center;
}

.horiz-word_bottom-holder {
  position: relative;
  z-index: 2;
  min-height: 200vh;
}

.sr-horizontal-line {
  position: relative;
  z-index: 8;
  width: 3px;
  height: 20rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.2);
}

.sr-horizontal-icon {
  position: relative;
  z-index: 9;
  display: grid;
  width: 7.625rem;
  height: 7.625rem;
  margin: 0 auto;
  place-items: center;
  border-radius: 0;
  background: transparent;
}

.power-section_icon-v2-holder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.sr-horizontal-icon img,
.sr-horizontal-icon .power-section_icon-v2 {
  display: block;
  width: 100%;
  height: auto;
}

.sr-horizontal-sticky {
  position: sticky;
  top: 0;
  display: flex;
  height: 100vh;
  min-height: 100vh;
  min-height: 100dvh;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0;
  padding-bottom: 20vh;
  overflow: hidden;
}

.sr-horizontal-future-sticky {
  z-index: 2;
  margin-top: 0;
}

.sr-horizontal-copy {
  width: max-content;
  max-width: none;
  padding-left: 9vw;
  transform: translate3d(70vw, 0, 0);
  will-change: transform, opacity;
}

.sr-horizontal-copy h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(72px, 8vw, 150px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
  white-space: nowrap;
}

.sr-horizontal-copy p {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--sr-muted);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.48;
}

.sr-horizontal-future-copy {
  text-align: center;
  padding-left: 12vw;
}

.sr-horizontal-future-copy h2 {
  margin-left: auto;
  margin-right: auto;
}

.sr-future-icon-holder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 35vh;
  pointer-events: none;
}

.sr-future-line {
  position: relative;
  left: 0;
  right: 0;
  bottom: auto;
  flex: 1;
  width: 3px;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(#fff0, rgba(255,255,255,0.2) 47%, rgba(255,255,255,0.2));
}

.sr-future-line span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--sr-yellow);
  transform: scaleY(0);
  transform-origin: top;
}

.sr-future-icon {
  position: relative;
  top: auto;
  margin: 0;
}

.sr-star-three {
  left: 13vw;
  top: 34vh;
}

.sr-star-four {
  right: 18vw;
  bottom: 28vh;
}

.sr-creative {
  min-height: auto;
  padding-bottom: 10rem;
  background: var(--sr-purple);
  color: var(--sr-white);
}

.sr-creative-sticky {
  position: relative;
  display: block;
  min-height: auto;
  padding: clamp(120px, 16vh, 180px) 24px clamp(160px, 22vh, 240px);
  background: var(--sr-purple);
}

.sr-creative-shell {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: min(1000px, 86vw);
  margin: 0 auto;
  text-align: center;
  will-change: transform, opacity;
}

.sr-creative-kicker,
.sr-brands-heading p,
.sr-final p {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sr-creative-content {
  position: relative;
  width: 100%;
  margin-top: clamp(64px, 9vw, 124px);
}

.sr-creative-slider {
  position: relative;
  z-index: 2;
  width: min(640px, 70vw);
  min-height: 410px;
  margin: 0 auto;
  overflow: visible;
  border-radius: 18px;
  background: #fff;
  color: var(--sr-black);
  box-shadow: 0 40px 110px rgba(32, 8, 88, 0.32);
}

.sr-creative-mask {
  min-height: 410px;
  overflow: hidden;
  border-radius: inherit;
  background: #fff;
}

.sr-creative-slide {
  display: flex;
  min-height: 410px;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 48px 58px;
}

.sr-creative-slide[aria-hidden="true"] {
  display: none;
}

.sr-creative-slide p {
  margin: 0 0 38px;
  font-size: 16px;
  font-weight: 900;
}

.sr-creative-slide h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(42px, 4.2vw, 72px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.sr-creative-slide button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  height: 58px;
  margin-top: 48px;
  border: 0;
  border-radius: 16px;
  background: var(--sr-purple);
  color: #fff;
  padding: 0 28px;
  font-weight: 900;
}

.sr-creative-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 0;
  background: transparent;
  padding: 0;
  transform: translateY(-50%);
}

.sr-creative-arrow-left {
  left: -5.5rem;
}

.sr-creative-arrow-right {
  right: -5.5rem;
}

.sr-creative-arrow img {
  display: block;
  width: 100%;
  height: auto;
}

.sr-creative-float {
  position: absolute;
  z-index: 3;
  display: block;
  margin: 0;
  overflow: visible;
  pointer-events: none;
  will-change: transform, opacity;
}

.sr-creative-float img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 34px 80px rgba(26, 6, 76, 0.36));
}

.sr-creative-game {
  top: -118px;
  left: -48px;
  width: min(35%, 350px);
}

.sr-creative-script {
  top: -152px;
  right: -8px;
  width: min(35%, 350px);
}

.sr-creative-dinner {
  left: -12px;
  bottom: -170px;
  width: min(43%, 430px);
}

.sr-creative-sound {
  right: -96px;
  bottom: -168px;
  width: min(51%, 510px);
}

.sr-brands {
  min-height: 1900px;
  padding-top: 0;
  background: var(--sr-purple);
}

.sr-brands-top {
  position: relative;
  z-index: 2;
  min-height: 32rem;
  margin-bottom: -12rem;
  pointer-events: none;
}

.sr-brands-icon-holder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
}

.sr-brands-line {
  position: relative;
  width: 3px;
  height: 20rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.sr-brands-line span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--sr-yellow);
  transform: scaleY(0);
  transform-origin: top;
}

.sr-brands-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 20px;
  background: rgba(7, 6, 18, 0.22);
  box-shadow: 0 20px 65px rgba(44, 12, 106, 0.3);
  will-change: transform, opacity;
}

.sr-brands-icon img {
  display: block;
  width: 58%;
  height: auto;
}

.sr-brands-heading {
  position: relative;
  z-index: 3;
  width: min(1080px, 88vw);
  margin: 0 auto -2rem;
  text-align: center;
  will-change: transform, opacity;
}

.sr-brands-heading h2 {
  max-width: 1040px;
  margin: 16px auto 0;
  font-size: clamp(58px, 6.8vw, 120px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
}

.sr-brands-content {
  position: relative;
  z-index: 2;
  min-height: 1500px;
}

.sr-brands-sticky {
  position: sticky;
  top: 20vh;
  display: block;
  min-height: 68vh;
  overflow: hidden;
}

.sr-brands-container {
  width: min(1380px, 92vw);
  margin: 0 auto;
}

.sr-brands-wrapper {
  width: 100%;
  max-width: 68rem;
  margin: 0 auto;
  overflow: visible;
  will-change: transform, opacity;
}

.sr-brands-holder {
  display: flex;
  width: 100%;
  gap: 1rem;
  will-change: transform;
}

.sr-brand-case {
  position: relative;
  display: flex;
  width: 100%;
  height: 25rem;
  flex: 0 0 auto;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 1.25rem;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.02)),
    var(--case-bg) center / cover no-repeat;
  padding: 2rem 2rem 2rem 2.4rem;
  box-shadow: 0 40px 100px rgba(35, 8, 91, 0.34);
  color: #fff;
}

.sr-brand-case::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.sr-brand-logo {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 8.8rem;
  max-height: 2.75rem;
  filter: none;
}

.sr-brand-box {
  position: relative;
  z-index: 2;
  display: flex;
  width: 19.5rem;
  min-height: 18rem;
  flex-flow: column;
  justify-content: space-between;
  border-radius: 1.25rem;
  background: rgba(0, 0, 0, 0.52);
  padding: 2rem;
  color: #fff;
  backdrop-filter: blur(10px);
}

.sr-brand-box p {
  margin: 0;
  max-width: 11.5rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: none;
}

.sr-brand-metric {
  margin: 0;
  font-size: clamp(4rem, 6.8vw, 6.25rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: 0;
}

.sr-transform {
  min-height: 112vh;
  padding: clamp(112px, 14vw, 180px) 24px clamp(96px, 12vw, 150px);
  background: #fff;
  color: var(--sr-black);
}

.sr-transform-inner {
  width: min(1320px, 90vw);
  margin: 0 auto;
}

.sr-transform h2 {
  max-width: 1120px;
  margin: 0 auto clamp(54px, 7vw, 92px);
  text-align: center;
  font-size: clamp(48px, 5.8vw, 96px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

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

.sr-transform-card {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 1.25rem;
  background: #f4f0fb;
  color: #fff;
  box-shadow: 0 34px 86px rgba(31, 9, 83, 0.18);
  will-change: transform, opacity;
}

.sr-transform-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sr-transform-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 6, 18, 0.02), rgba(7, 6, 18, 0.72));
}

.sr-transform-card div {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 22px;
}

.sr-transform-card p {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sr-transform-card strong {
  display: block;
  margin: 0 0 14px;
  color: var(--sr-yellow);
  font-size: clamp(54px, 5.2vw, 86px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0;
}

.sr-transform-card span {
  display: block;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.18;
}

.sr-final {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: clamp(104px, 13vw, 168px) 24px;
  background: #fff;
  color: var(--sr-black);
}

.sr-final-inner {
  width: min(1260px, 90vw);
  margin: 0 auto;
}

.sr-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
}

.sr-final-video {
  overflow: hidden;
  border-radius: 1.25rem;
  box-shadow: 0 38px 90px rgba(31, 9, 83, 0.18);
  will-change: transform, opacity;
}

.sr-final-video video,
.header19_home-video {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.sr-final-copy {
  will-change: transform, opacity;
}

.sr-final-copy h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(48px, 5.5vw, 96px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

.sr-final-copy p {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(7, 6, 18, 0.68);
  font-size: clamp(19px, 1.35vw, 23px);
  font-weight: 800;
  line-height: 1.36;
  letter-spacing: 0;
  text-transform: none;
}

.sr-final-copy .sr-demo {
  margin-top: 34px;
  background: var(--sr-purple);
  color: #fff;
}

@media (prefers-reduced-motion: no-preference) {
  .sr-power-card,
  .sr-power-bolt,
  .sr-head-system,
  .sr-horizontal-copy,
  .sr-brands-wrapper,
  .sr-brands-holder,
  .sr-brand-case,
  .sr-creative-shell {
    backface-visibility: hidden;
  }
}

@media (max-width: 1180px) {
  .sr-nav {
    height: 78px;
    padding: 0 20px;
    grid-template-columns: 1fr auto;
  }

  .sr-nav-links {
    display: none;
  }

  .sr-nav-actions {
    gap: 14px;
    font-size: 14px;
  }

  .sr-demo {
    min-height: 44px;
    padding: 0 18px;
  }

  .sr-hero,
  .sr-power,
  .sr-horizontal,
  .sr-creative,
  .sr-brands,
  .sr-suite,
  .sr-transform,
  .sr-final {
    min-height: auto;
  }

  .sr-hero-sticky,
  .sr-power-sticky,
  .sr-horizontal-sticky,
  .sr-creative-sticky,
  .sr-brands-sticky {
    position: relative;
    min-height: auto;
    overflow: visible;
    padding: 110px 20px 80px;
  }

  .sr-home-section,
  .sr-transform,
  .sr-final {
    min-height: auto;
    padding: 96px 20px;
  }

  .sr-hero-title,
  .sr-hero-showcase,
  .sr-power-heading,
  .sr-head-system,
  .sr-power-bolt,
  .sr-power-card,
  .sr-section-icon,
  .sr-vertical-line,
  .sr-horizontal-line,
  .sr-horizontal-icon {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    transform: none;
    opacity: 1;
  }

  .sr-hero-title,
  .sr-power-heading {
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .sr-hero-showcase {
    display: grid;
    gap: 18px;
    margin-top: 42px;
  }

  .sr-hero-copy,
  .sr-hero-image-wrapper,
  .sr-hero-assets,
  .sr-hero-source-icon {
    position: relative;
    inset: auto;
    width: min(640px, 100%);
    min-width: 0;
    margin: 0 auto;
    transform: none;
    opacity: 1;
  }

  .sr-hero-copy {
    margin-bottom: 24px;
  }

  .sr-hero-source-icon {
    display: none;
  }

  .sr-power-card {
    width: min(640px, 100%);
    margin: 0 auto;
  }

  .sr-progress-rail,
  .sr-section-icon,
  .sr-head-system,
  .sr-power-bolt,
  .sr-vertical-line,
  .sr-horizontal-line,
  .sr-horizontal-icon,
  .sr-creative-arrow,
  .sr-brands-top,
  .sr-brands-line,
  .sr-brands-icon,
  .sr-star {
    display: none;
  }

  .sr-power-sticky,
  .sr-brands-sticky {
    display: block;
  }

  .sr-power-card {
    margin-top: 34px;
  }

  .sr-power-card-top,
  .sr-power-card-bottom {
    grid-template-columns: 1fr;
  }

  .sr-horizontal-copy {
    width: min(760px, 100%);
    transform: none;
    opacity: 1;
    padding-left: 0;
  }

  .sr-horizontal-copy h2 {
    white-space: normal;
  }

  .sr-creative-shell,
  .sr-brands-heading,
  .sr-brands-wrapper,
  .sr-suite-inner,
  .sr-transform-inner,
  .sr-final-inner {
    width: min(760px, 100%);
  }

  .sr-suite-inner,
  .sr-home-section:nth-of-type(odd) .sr-suite-inner,
  .sr-final-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sr-home-section:nth-of-type(odd) .sr-suite-copy,
  .sr-home-section:nth-of-type(odd) .sr-suite-visual {
    order: initial;
  }

  .sr-suite-copy,
  .sr-suite-copy h2,
  .sr-suite-rich p,
  .sr-final-copy,
  .sr-final-copy h2,
  .sr-final-copy p {
    max-width: none;
  }

  .sr-suite-visual {
    min-height: 360px;
  }

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

  .sr-transform-card {
    min-height: 420px;
  }

  .sr-creative-content {
    display: grid;
    gap: 18px;
  }

  .sr-creative-slider,
  .sr-creative-float,
  .sr-creative-game,
  .sr-creative-script,
  .sr-creative-dinner,
  .sr-creative-sound {
    position: relative;
    inset: auto;
    width: min(640px, 100%);
    margin: 0 auto;
    opacity: 1;
    transform: none;
  }

  .sr-brands {
    min-height: auto;
  }

  .sr-brands-content {
    min-height: auto;
  }

  .sr-brands-holder {
    display: grid;
    width: 100%;
    gap: 18px;
  }

  .sr-brand-case {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 360px;
    transform: none;
    opacity: 1;
  }

  .sr-brand-case {
    display: grid;
    align-items: end;
    padding: 24px;
  }

  .sr-brand-box {
    width: min(320px, 100%);
    min-height: 260px;
  }
}

@media (max-width: 640px) {
  .sr-brand span {
    display: none;
  }

  .sr-nav-actions > a:first-child {
    display: none;
  }

  .sr-hero-title h1 {
    font-size: clamp(54px, 17vw, 82px);
  }

  .sr-power-heading h2,
  .sr-horizontal-copy h2,
  .sr-creative-slide h2,
  .sr-brands-heading h2,
  .sr-suite-copy h2,
  .sr-transform h2,
  .sr-final-copy h2 {
    font-size: clamp(42px, 14vw, 68px);
  }

  .sr-transform-grid {
    grid-template-columns: 1fr;
  }

  .sr-transform-card {
    min-height: 390px;
  }
}
