@font-face {
  font-family: "Estedad Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("fonts/estedad-arabic.woff2") format("woff2-variations");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-089F, U+08A0-08FF, U+200C-200D, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
  font-family: "Estedad Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("fonts/estedad-latin.woff2") format("woff2-variations");
  unicode-range: U+0000-024F, U+2000-206F, U+20AC, U+2122, U+2190-2193;
}

@font-face {
  font-family: "Vazirmatn Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("fonts/vazirmatn-arabic.woff2") format("woff2-variations");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-089F, U+08A0-08FF, U+200C-200D, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
  font-family: "Vazirmatn Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("fonts/vazirmatn-latin.woff2") format("woff2-variations");
  unicode-range: U+0000-024F, U+2000-206F, U+20AC, U+2122, U+2190-2193;
}

:root {
  --ink: #2a160d;
  --espresso: #2a130a;
  --orange: #ef7415;
  --orange-deep: #bd3e0e;
  --gold: #ffc64f;
  --cream: #fff7e8;
  --paper: #f8ead0;
  --white: #fffdf8;
  --green: #5c9e34;
  --purple: #6e2c86;
  --neo-violet: #6950a2;
  --neo-green: #69c07a;
  --pistachio: #78a942;
  --peanut: #c6883e;
  --chocolate: #542216;
  --caramel: #e89125;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--espresso);
}

body {
  margin: 0;
  overflow: hidden;
  background: var(--espresso);
  color: var(--ink);
  font-family: "Vazirmatn Variable", "Vazirmatn", "IRANSansX", "Segoe UI", Tahoma, Arial, sans-serif;
  text-rendering: geometricPrecision;
}

button,
a {
  font: inherit;
}

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

.deck {
  height: 100svh;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.deck::-webkit-scrollbar {
  display: none;
}

.slide {
  position: relative;
  min-height: 100svh;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  overflow: hidden;
  isolation: isolate;
}

.slide-shell {
  position: relative;
  z-index: 2;
  width: min(1500px, calc(100% - 10vw));
  min-height: 100svh;
  margin: 0 auto;
  padding: 116px 0 92px;
}

.topbar {
  position: fixed;
  z-index: 50;
  top: 0;
  inset-inline: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 5vw;
  color: rgba(255, 255, 255, 0.86);
  mix-blend-mode: difference;
  pointer-events: none;
}

.topbar__agency,
.topbar__chapter {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  direction: ltr;
}

.topbar__mark {
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.topbar__divider,
.topbar__muted {
  opacity: 0.55;
}

.topbar__chapter {
  direction: rtl;
  letter-spacing: 0;
  font-size: 12px;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
  animation: hero-in 1.4s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(26, 10, 4, 0.92) 0%, rgba(34, 10, 0, 0.7) 28%, rgba(29, 9, 0, 0.08) 63%),
    linear-gradient(0deg, rgba(25, 9, 2, 0.55) 0%, transparent 43%);
}

.hero-copy {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(600px, 44vw);
  min-height: 100svh;
  margin: 0;
  color: var(--white);
  text-align: right;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: var(--orange-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 2px;
  background: currentColor;
}

.eyebrow--light {
  color: #ffd986;
}

.eyebrow__line {
  width: 64px;
  height: 1px;
  margin-inline-start: 2px;
  background: currentColor;
  opacity: 0.48;
}

.hero-kicker {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  direction: ltr;
  text-align: right;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(66px, 8.2vw, 142px);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: -0.065em;
  text-shadow: 0 20px 55px rgba(31, 8, 0, 0.25);
}

.hero-copy h1 span {
  display: inline-block;
  color: #ffb22f;
  text-shadow: 0 4px 0 #a83209, 0 22px 50px rgba(25, 4, 0, 0.35);
}

.hero-tagline {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 1.5vw, 24px);
  font-weight: 600;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.hero-meta span,
.pill-row span {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.09);
  font-size: 11px;
  backdrop-filter: blur(8px);
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 32px;
  left: 5vw;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  cursor: pointer;
}

.scroll-cue span:last-child {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cue 1.8s ease-in-out infinite;
}

.slide--products {
  background:
    radial-gradient(circle at 84% 48%, rgba(255, 185, 55, 0.2), transparent 34%),
    linear-gradient(120deg, #fffaf0 0%, #f7e6c7 100%);
}

.slide--products::after {
  content: "02";
  position: absolute;
  left: -0.03em;
  bottom: -0.28em;
  color: rgba(123, 62, 13, 0.045);
  font: 900 min(46vw, 620px)/1 Arial, sans-serif;
  direction: ltr;
}

.products-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(580px, 1.2fr);
  align-items: center;
  gap: 5vw;
}

.copy-column {
  position: relative;
  z-index: 3;
}

.slide-number {
  margin-bottom: 34px;
  color: rgba(113, 55, 13, 0.28);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  direction: ltr;
  text-align: right;
}

.slide-number--light {
  color: rgba(255, 255, 255, 0.35);
}

.copy-column h2,
.concept-copy h2,
.structure-copy h2 {
  margin: 0;
  font-size: clamp(42px, 4.5vw, 72px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.lead {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(55, 28, 13, 0.72);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 2;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.pill-row span {
  border-color: rgba(111, 52, 12, 0.14);
  background: rgba(255, 255, 255, 0.55);
  color: rgba(80, 34, 9, 0.8);
}

.product-stage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  min-height: 650px;
  perspective: 1000px;
}

.product-orbit {
  position: absolute;
  border: 1px solid rgba(202, 99, 16, 0.16);
  border-radius: 50%;
}

.product-orbit--one {
  inset: 6% 8% 10%;
}

.product-orbit--two {
  inset: 20% 20% 24%;
}

.product-card {
  position: relative;
  z-index: 2;
  grid-column: span 3;
  overflow: hidden;
  border: 1px solid rgba(113, 49, 9, 0.1);
  border-radius: 28px;
  padding: 18px 18px 20px;
  background: rgba(255, 253, 247, 0.86);
  box-shadow: 0 28px 70px rgba(93, 44, 7, 0.13);
  backdrop-filter: blur(20px);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.product-card:hover {
  z-index: 5;
  transform: translateY(-7px) rotate(0deg) !important;
  box-shadow: 0 34px 80px rgba(93, 44, 7, 0.2);
}

.product-card--1 {
  grid-column: 1 / 4;
  grid-row: 1;
  transform: rotate(2.2deg) translateY(18px);
}

.product-card--2 {
  grid-column: 4 / 7;
  grid-row: 1;
  transform: rotate(-2.5deg) translateY(-20px);
}

.product-card--3 {
  grid-column: 2 / 6;
  grid-row: 2;
  transform: rotate(1deg) translateY(-16px);
}

.product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.7;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-card h3 {
  margin: 6px 4px 0;
  font-size: 14px;
  font-weight: 800;
}

.product-card__index {
  position: absolute;
  top: 16px;
  left: 18px;
  color: rgba(70, 31, 7, 0.35);
  font: 800 10px/1 Arial, sans-serif;
}

.product-card__accent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
}

.product-card__accent.orange { background: #ef6d13; }
.product-card__accent.green { background: #6aa63e; }
.product-card__accent.purple { background: #713087; }

.slide--concept {
  display: grid;
  grid-template-columns: 58% 42%;
  background: #261008;
  color: var(--white);
}

.concept-media {
  position: relative;
  overflow: hidden;
}

.concept-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.concept-media__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 48%, rgba(38, 16, 8, 0.88) 100%);
}

.screen-focus {
  position: absolute;
  top: 50%;
  left: 55%;
  width: min(26vw, 430px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 216, 126, 0.65);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(255, 179, 38, 0.08), 0 0 80px rgba(255, 150, 23, 0.16);
}

.screen-focus span {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffce68;
  box-shadow: 0 0 14px #ff9b21;
}

.screen-focus span:nth-child(1) { top: -5px; left: 50%; }
.screen-focus span:nth-child(2) { bottom: 14%; right: 3%; }
.screen-focus span:nth-child(3) { bottom: 14%; left: 3%; }

.concept-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 112px 8vw 92px 5vw;
  background:
    radial-gradient(circle at 90% 15%, rgba(219, 91, 13, 0.22), transparent 35%),
    #261008;
}

.concept-copy p,
.structure-copy p {
  max-width: 570px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 2;
}

.concept-copy blockquote {
  margin: 40px 0 0;
  border-right: 2px solid #f6a42d;
  padding: 4px 20px 4px 0;
  color: #ffd47b;
  font-size: clamp(19px, 1.7vw, 27px);
  font-weight: 800;
  line-height: 1.7;
}

.slide--structure {
  background: #4c1b09;
  color: var(--white);
}

.structure-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 48%, rgba(255, 163, 34, 0.26), transparent 38%),
    repeating-linear-gradient(135deg, transparent 0 28px, rgba(255, 255, 255, 0.015) 29px 30px),
    linear-gradient(135deg, #2b0e05, #732708 70%, #b8410e);
}

.structure-layout {
  display: grid;
  grid-template-columns: minmax(350px, 0.75fr) minmax(600px, 1.35fr);
  align-items: center;
  gap: 5vw;
}

.structure-copy {
  position: relative;
  z-index: 3;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.feature-list span {
  color: #ffb53d;
  font: 800 9px/1 Arial, sans-serif;
  letter-spacing: 0.09em;
  direction: ltr;
}

.structure-visual {
  position: relative;
  z-index: 2;
}

.view-switch {
  display: inline-flex;
  gap: 5px;
  margin-bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 5px;
  background: rgba(24, 7, 1, 0.35);
  backdrop-filter: blur(10px);
}

.view-switch button {
  border: 0;
  border-radius: 999px;
  padding: 9px 17px;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  cursor: pointer;
}

.view-switch button.active {
  background: #ffad2f;
  color: #3b1307;
  font-weight: 800;
}

.structure-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 45px 110px rgba(18, 3, 0, 0.45);
}

.structure-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 23px;
  object-fit: cover;
  animation: frame-in 360ms ease-out both;
}

.structure-frame__label {
  position: absolute;
  right: 24px;
  bottom: 23px;
  left: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  font: 700 9px/1 Arial, sans-serif;
  letter-spacing: 0.12em;
  direction: ltr;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.slide--journey {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 179, 46, 0.22), transparent 30%),
    linear-gradient(135deg, #fffaf1 0%, #f5e0bc 100%);
}

.slide--journey::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(105, 52, 13, 0.12) 0.8px, transparent 0.8px);
  background-size: 22px 22px;
  mask-image: linear-gradient(90deg, #000, transparent 45%);
  opacity: 0.35;
}

.journey-layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.journey-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 5vw;
}

.journey-heading h2,
.mechanics-copy h2,
.screens-copy h2,
.execution-heading h2,
.flexibility-heading h2,
.impact-copy h2 {
  margin: 0;
  font-size: clamp(42px, 4.6vw, 74px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.journey-heading p {
  max-width: 520px;
  margin: 0 0 7px;
  color: rgba(53, 27, 12, 0.67);
  font-size: 15px;
  line-height: 1.95;
}

.journey-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 34px;
  direction: rtl;
}

.journey-card {
  overflow: hidden;
  border: 1px solid rgba(102, 49, 12, 0.11);
  border-radius: 23px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 24px 70px rgba(87, 39, 5, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.journey-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(87, 39, 5, 0.17);
}

.journey-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.45;
  background: #d66917;
}

.journey-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(33, 9, 0, 0.68), transparent 58%);
}

.journey-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.journey-card:hover img {
  transform: scale(1.035);
}

.journey-card__number,
.journey-card__label {
  position: absolute;
  z-index: 2;
  color: #fff;
}

.journey-card__number {
  top: 14px;
  left: 16px;
  font: 800 9px/1 Arial, sans-serif;
  direction: ltr;
}

.journey-card__label {
  right: 17px;
  bottom: 13px;
  font-size: 18px;
  font-weight: 900;
}

.journey-card__copy {
  min-height: 118px;
  padding: 17px 18px 19px;
}

.journey-card__copy h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
}

.journey-card__copy p {
  margin: 8px 0 0;
  color: rgba(53, 27, 12, 0.63);
  font-size: 11px;
  line-height: 1.75;
}

.emotion-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 24px;
  color: rgba(68, 31, 9, 0.58);
  font-size: 10px;
  font-weight: 700;
}

.emotion-line i {
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, rgba(226, 105, 17, 0.16), rgba(226, 105, 17, 0.78));
}

.slide--mechanics {
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 122, 21, 0.18), transparent 32%),
    #1f0c05;
  color: var(--white);
}

.mechanics-glow {
  position: absolute;
  left: -12vw;
  bottom: -24vw;
  width: 55vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 115, 18, 0.28), transparent 68%);
  filter: blur(20px);
}

.mechanics-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(620px, 1.25fr);
  align-items: center;
  gap: 5vw;
}

.mechanics-copy {
  position: relative;
  z-index: 2;
}

.mechanic-list {
  display: grid;
  gap: 11px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.mechanic-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 12px;
}

.mechanic-list li > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 189, 77, 0.32);
  border-radius: 50%;
  color: #ffbd4d;
  font-size: 11px;
  font-weight: 900;
}

.mechanic-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.7;
}

.mechanic-note {
  display: inline-block;
  margin-top: 24px;
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(255, 172, 45, 0.12);
  color: #ffd27f;
  font-size: 10px;
}

.video-slot {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 32px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 45px 120px rgba(0, 0, 0, 0.42);
}

.video-slot > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  object-fit: cover;
  filter: saturate(0.72) brightness(0.7);
}

.video-slot__shade {
  position: absolute;
  inset: 8px;
  border-radius: 24px;
  background:
    linear-gradient(0deg, rgba(29, 7, 1, 0.88), transparent 65%),
    linear-gradient(90deg, rgba(31, 7, 0, 0.55), transparent 60%);
}

.video-slot__content {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
}

.video-slot__play {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  padding-left: 4px;
  background: rgba(255, 255, 255, 0.11);
  color: #ffd06e;
  font-size: 21px;
  backdrop-filter: blur(8px);
}

.video-slot__content small,
.video-slot figcaption,
.screen-modes,
.agency-stamp small,
.reward-panel__copy > span,
.next-step small,
.impact-signature {
  font-family: Arial, sans-serif;
  letter-spacing: 0.12em;
  direction: ltr;
}

.video-slot__content small {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 8px;
}

.video-slot__content strong {
  display: block;
  font-size: 26px;
}

.video-slot__content p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.video-slot figcaption {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 24px;
  left: 30px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
}

.slide--screens {
  background:
    radial-gradient(circle at 8% 84%, rgba(115, 45, 132, 0.14), transparent 32%),
    linear-gradient(135deg, #fff9ee, #f2ddb8);
}

.screens-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(650px, 1.3fr);
  align-items: center;
  gap: 5vw;
}

.screens-copy p {
  max-width: 470px;
  margin: 26px 0 0;
  color: rgba(51, 25, 11, 0.66);
  font-size: 14px;
  line-height: 1.95;
}

.screen-modes {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 30px;
  color: rgba(68, 31, 9, 0.47);
  font-size: 8px;
}

.screen-modes i {
  width: 19px;
  height: 1px;
  background: rgba(218, 93, 15, 0.48);
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  transform: rotate(-0.5deg);
}

.screen-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border: 1px solid rgba(100, 43, 8, 0.13);
  border-radius: 25px;
  background: #7a2f0d;
  box-shadow: 0 22px 60px rgba(88, 39, 6, 0.14);
}

.screen-card:nth-child(2),
.screen-card:nth-child(4) {
  transform: translateY(15px);
}

.screen-card img,
.execution-bg,
.impact-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.screen-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(30, 7, 0, 0.87), transparent 68%);
}

.screen-card__index {
  position: absolute;
  top: 17px;
  left: 18px;
  color: rgba(255, 255, 255, 0.75);
  font: 800 9px/1 Arial, sans-serif;
}

.screen-card__copy {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  color: #fff;
}

.screen-card__copy h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
}

.screen-card__copy p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
}

.slide--execution {
  background: #291008;
  color: var(--white);
}

.execution-bg {
  z-index: -2;
  object-position: center;
  filter: saturate(0.7);
}

.execution-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(26, 8, 2, 0.98) 0%, rgba(26, 8, 2, 0.91) 46%, rgba(26, 8, 2, 0.64) 100%),
    linear-gradient(0deg, rgba(26, 8, 2, 0.5), transparent);
}

.execution-layout {
  display: grid;
  grid-template-columns: minmax(350px, 0.72fr) minmax(650px, 1.28fr);
  align-items: center;
  gap: 6vw;
}

.execution-heading p {
  max-width: 470px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.95;
}

.agency-stamp {
  display: inline-flex;
  align-items: baseline;
  gap: 13px;
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  direction: ltr;
}

.agency-stamp span {
  color: #ffb642;
  font: 900 14px/1 Arial, sans-serif;
  letter-spacing: 0.14em;
}

.agency-stamp small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 8px;
}

.execution-roadmap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.execution-roadmap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -6vw;
  width: 6vw;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 182, 66, 0.7), transparent);
}

.execution-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  min-height: 132px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(15px);
}

.execution-step__index {
  color: #ffb642;
  font: 800 10px/1 Arial, sans-serif;
  letter-spacing: 0.09em;
  direction: ltr;
}

.execution-step h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
}

.execution-step p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  line-height: 1.75;
}

.slide--flexibility {
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 176, 43, 0.2), transparent 31%),
    #fff7e8;
}

.flexibility-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.74fr) minmax(660px, 1.26fr);
  grid-template-rows: auto auto;
  align-content: center;
  gap: 18px 5vw;
}

.flexibility-heading {
  grid-row: 1 / 3;
  align-self: center;
}

.flexibility-heading p {
  max-width: 500px;
  margin: 26px 0 0;
  color: rgba(53, 27, 12, 0.65);
  font-size: 14px;
  line-height: 1.95;
}

.difficulty-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border: 1px solid rgba(104, 46, 9, 0.11);
  border-radius: 28px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.67);
  box-shadow: 0 30px 80px rgba(98, 43, 6, 0.1);
}

.difficulty-card {
  display: flex;
  flex-direction: column;
  min-height: 122px;
  border-radius: 19px;
  padding: 17px;
  background: #f4e7d1;
}

.difficulty-card > span {
  color: rgba(52, 23, 6, 0.35);
  font: 800 9px/1 Arial, sans-serif;
}

.difficulty-card strong {
  margin-top: auto;
  font-size: 18px;
}

.difficulty-card small {
  margin-top: 5px;
  color: rgba(53, 25, 9, 0.54);
  font-size: 9px;
}

.difficulty-card--easy { background: #edf4df; color: #315a20; }
.difficulty-card--standard { background: #ffdf9f; color: #79320e; }
.difficulty-card--hard { background: #e6d7eb; color: #522366; }

.difficulty-controls {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 24px;
  padding: 12px 9px 5px;
}

.difficulty-controls div {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 10px;
  color: rgba(55, 27, 11, 0.66);
  font-size: 9px;
}

.difficulty-controls i {
  position: relative;
  display: block;
  height: 3px;
  border-radius: 99px;
  background: rgba(77, 33, 7, 0.12);
}

.difficulty-controls i::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffb32e, #dd5c11);
}

.difficulty-controls i::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(var(--value) - 5px);
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  border: 2px solid #fff;
  border-radius: 50%;
  background: #db5b12;
  box-shadow: 0 2px 8px rgba(80, 31, 5, 0.25);
}

.reward-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  overflow: hidden;
  border-radius: 27px;
  padding: 20px 24px;
  background: linear-gradient(120deg, #331106, #8f2f08);
  color: #fff;
  box-shadow: 0 25px 60px rgba(97, 38, 4, 0.18);
}

.reward-panel__copy > span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 8px;
}

.reward-panel__copy h3 {
  margin: 7px 0 0;
  color: #ffc454;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.12;
}

.reward-panel__copy p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 10px;
}

.reward-products {
  display: flex;
  align-items: center;
  width: 57%;
  direction: ltr;
}

.reward-products img {
  width: 42%;
  margin-left: -9%;
  filter: drop-shadow(0 14px 18px rgba(10, 1, 0, 0.28));
  mix-blend-mode: screen;
}

.slide--impact {
  background: #210b04;
  color: #fff;
}

.impact-bg {
  z-index: -2;
  object-position: center;
}

.impact-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(270deg, rgba(28, 8, 1, 0.97) 0%, rgba(28, 8, 1, 0.88) 42%, rgba(28, 8, 1, 0.18) 78%),
    linear-gradient(0deg, rgba(22, 5, 0, 0.65), transparent 45%);
}

.impact-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(610px, 47vw);
  min-height: 100svh;
  margin-right: 7vw;
  padding: 100px 0 88px;
}

.impact-copy p {
  max-width: 560px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.95;
}

.impact-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 27px;
}

.impact-metrics span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 43px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.065);
  color: rgba(255, 255, 255, 0.73);
  font-size: 9px;
  backdrop-filter: blur(8px);
}

.impact-metrics strong {
  color: #ffbd4d;
  font: 800 8px/1 Arial, sans-serif;
}

.next-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  border-radius: 18px;
  padding: 15px 18px;
  background: #ffad2e;
  color: #3a1307;
}

.next-step small {
  display: block;
  margin-bottom: 5px;
  font-size: 7px;
  opacity: 0.55;
}

.next-step strong {
  font-size: 12px;
}

.next-step > span {
  font-size: 23px;
}

.impact-signature {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  font-weight: 800;
}

.impact-signature i {
  margin: 0 8px;
  color: #ffb137;
  font-style: normal;
}

.deck-rail {
  position: fixed;
  z-index: 60;
  top: 50%;
  right: 1.6vw;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateY(-50%);
  direction: ltr;
}

.deck-rail button {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.42);
  font: 700 8px/1 Arial, sans-serif;
  mix-blend-mode: difference;
  cursor: pointer;
}

.deck-rail i {
  display: block;
  width: 17px;
  height: 1px;
  background: currentColor;
  transition: width 200ms ease, color 200ms ease;
}

.deck-rail button.active {
  color: #fff;
}

.deck-rail button.active i {
  width: 36px;
}

.deck-controls {
  position: fixed;
  z-index: 70;
  right: 5vw;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  padding: 5px;
  background: rgba(29, 12, 5, 0.6);
  box-shadow: 0 13px 40px rgba(22, 8, 2, 0.18);
  backdrop-filter: blur(16px);
  direction: ltr;
}

.deck-controls button {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  cursor: pointer;
}

.deck-controls button:disabled {
  opacity: 0.28;
  cursor: default;
}

.deck-controls .fullscreen-button {
  position: relative;
  margin-inline: 2px;
  background: linear-gradient(135deg, rgba(105, 80, 162, 0.88), rgba(105, 192, 122, 0.72));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16), 0 7px 18px rgba(21, 7, 2, 0.18);
}

.deck-controls .fullscreen-button:hover:not(:disabled),
.deck-controls .fullscreen-button:focus-visible {
  background: linear-gradient(135deg, #8066ba, #72ca83);
  outline: 2px solid rgba(255, 255, 255, 0.86);
  outline-offset: 2px;
}

.fullscreen-icon {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
}

.fullscreen-icon i {
  position: absolute;
  width: 6px;
  height: 6px;
  border-color: currentColor;
  border-style: solid;
  transition: transform 180ms ease;
}

.fullscreen-icon i:nth-child(1) { top: 0; left: 0; border-width: 2px 0 0 2px; }
.fullscreen-icon i:nth-child(2) { top: 0; right: 0; border-width: 2px 2px 0 0; }
.fullscreen-icon i:nth-child(3) { right: 0; bottom: 0; border-width: 0 2px 2px 0; }
.fullscreen-icon i:nth-child(4) { bottom: 0; left: 0; border-width: 0 0 2px 2px; }

.fullscreen-icon.is-active i:nth-child(1) { transform: translate(4px, 4px); }
.fullscreen-icon.is-active i:nth-child(2) { transform: translate(-4px, 4px); }
.fullscreen-icon.is-active i:nth-child(3) { transform: translate(-4px, -4px); }
.fullscreen-icon.is-active i:nth-child(4) { transform: translate(4px, -4px); }

.deck-count {
  display: flex;
  gap: 4px;
  min-width: 68px;
  justify-content: center;
  color: rgba(255, 255, 255, 0.48);
  font: 700 9px/1 Arial, sans-serif;
}

.deck-count strong {
  color: #fff;
}

.reveal {
  animation: copy-in 850ms 160ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes hero-in {
  from { opacity: 0; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1.015); }
}

@keyframes copy-in {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes frame-in {
  from { opacity: 0; transform: scale(0.985); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes cue {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

@media (max-width: 1100px) {
  .slide-shell {
    width: min(920px, calc(100% - 10vw));
  }

  .products-layout,
  .structure-layout {
    grid-template-columns: 1fr 1.15fr;
    gap: 4vw;
  }

  .product-stage {
    min-height: 530px;
  }

  .slide--concept {
    grid-template-columns: 54% 46%;
  }

  .mechanics-layout,
  .screens-layout,
  .execution-layout,
  .flexibility-layout {
    grid-template-columns: 1fr 1.15fr;
    gap: 4vw;
  }

  .screen-card {
    min-height: 215px;
  }

  .execution-step {
    min-height: 124px;
    padding: 17px;
  }

  .flexibility-layout {
    gap: 15px 4vw;
  }
}

@media (max-width: 760px) {
  body {
    overflow: hidden;
  }

  .topbar {
    min-height: 58px;
    padding: 0 20px;
  }

  .topbar__muted,
  .topbar__divider,
  .topbar__chapter {
    display: none;
  }

  .slide-shell {
    width: calc(100% - 40px);
    padding: 82px 0 78px;
  }

  .hero-media {
    object-position: 57% center;
  }

  .hero-shade {
    background: linear-gradient(0deg, rgba(25, 7, 0, 0.96) 0%, rgba(27, 7, 0, 0.58) 58%, rgba(27, 7, 0, 0.18) 100%);
  }

  .hero-copy {
    position: relative;
    top: auto;
    left: auto;
    justify-content: flex-end;
    width: auto;
    margin: 0 22px;
    padding-bottom: 118px;
  }

  .hero-copy h1 {
    font-size: clamp(62px, 22vw, 92px);
  }

  .hero-meta span:nth-child(3) {
    display: none;
  }

  .scroll-cue {
    display: none;
  }

  .products-layout,
  .structure-layout {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 26px;
  }

  .copy-column h2,
  .concept-copy h2,
  .structure-copy h2,
  .journey-heading h2,
  .mechanics-copy h2,
  .screens-copy h2,
  .execution-heading h2,
  .flexibility-heading h2,
  .impact-copy h2 {
    font-size: clamp(34px, 10vw, 47px);
  }

  .slide-number {
    display: none;
  }

  .eyebrow {
    margin-bottom: 14px;
  }

  .lead,
  .concept-copy p,
  .structure-copy p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.85;
  }

  .pill-row {
    margin-top: 18px;
  }

  .product-stage {
    min-height: 310px;
  }

  .product-card {
    border-radius: 18px;
    padding: 8px 8px 10px;
  }

  .product-card h3 {
    font-size: 10px;
  }

  .slide--concept {
    display: block;
  }

  .concept-media {
    position: absolute;
    inset: 0;
  }

  .concept-media__shade {
    background: linear-gradient(0deg, #261008 18%, rgba(38, 16, 8, 0.4) 66%, rgba(38, 16, 8, 0.1));
  }

  .screen-focus {
    top: 32%;
    left: 53%;
    width: 52vw;
  }

  .concept-copy {
    position: relative;
    z-index: 2;
    justify-content: flex-end;
    min-height: 100svh;
    padding: 82px 22px 104px;
    background: transparent;
  }

  .concept-copy blockquote {
    margin-top: 18px;
    font-size: 16px;
  }

  .structure-layout {
    gap: 24px;
  }

  .feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
    margin-top: 18px;
  }

  .feature-list li {
    gap: 7px;
    font-size: 10px;
  }

  .structure-frame {
    border-radius: 19px;
    padding: 5px;
  }

  .structure-frame img {
    border-radius: 14px;
  }

  .view-switch {
    margin-bottom: 9px;
  }

  .view-switch button {
    padding: 7px 13px;
    font-size: 10px;
  }

  .journey-layout {
    justify-content: center;
  }

  .journey-heading {
    display: block;
  }

  .journey-heading p {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.75;
  }

  .journey-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    margin-top: 18px;
  }

  .journey-card {
    border-radius: 16px;
  }

  .journey-card__media {
    aspect-ratio: 1.7;
  }

  .journey-card__label {
    right: 11px;
    bottom: 8px;
    font-size: 13px;
  }

  .journey-card__number {
    top: 9px;
    left: 10px;
  }

  .journey-card__copy {
    min-height: 73px;
    padding: 9px 11px 11px;
  }

  .journey-card__copy h3 {
    font-size: 11px;
  }

  .journey-card__copy p {
    margin-top: 4px;
    font-size: 8px;
    line-height: 1.55;
  }

  .emotion-line {
    display: none;
  }

  .mechanics-layout,
  .screens-layout,
  .execution-layout,
  .flexibility-layout {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 20px;
  }

  .mechanic-list {
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
    margin-top: 17px;
  }

  .mechanic-list li {
    grid-template-columns: 26px 1fr;
    gap: 7px;
  }

  .mechanic-list li > span {
    width: 25px;
    height: 25px;
    font-size: 9px;
  }

  .mechanic-list p {
    font-size: 9px;
    line-height: 1.55;
  }

  .mechanic-note {
    margin-top: 13px;
    padding: 7px 10px;
    font-size: 8px;
  }

  .video-slot {
    border-radius: 20px;
    padding: 5px;
  }

  .video-slot > img,
  .video-slot__shade {
    border-radius: 15px;
  }

  .video-slot__shade {
    inset: 5px;
  }

  .video-slot__play {
    width: 48px;
    height: 48px;
    font-size: 15px;
  }

  .video-slot__content strong {
    font-size: 17px;
  }

  .video-slot__content p,
  .video-slot figcaption {
    font-size: 7px;
  }

  .video-slot figcaption {
    right: 18px;
    bottom: 14px;
    left: 18px;
  }

  .screens-copy p,
  .execution-heading p,
  .flexibility-heading p,
  .impact-copy p {
    margin-top: 14px;
    font-size: 11px;
    line-height: 1.75;
  }

  .screen-modes {
    margin-top: 14px;
    font-size: 6px;
  }

  .screen-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .screen-card,
  .screen-card:nth-child(2),
  .screen-card:nth-child(4) {
    min-height: 135px;
    border-radius: 16px;
    transform: none;
  }

  .screen-card__copy {
    right: 11px;
    bottom: 9px;
    left: 11px;
  }

  .screen-card__copy h3 {
    font-size: 11px;
  }

  .screen-card__copy p {
    font-size: 7px;
  }

  .execution-layout {
    gap: 17px;
  }

  .agency-stamp {
    margin-top: 14px;
    padding-top: 9px;
  }

  .execution-roadmap {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .execution-step {
    grid-template-columns: 24px 1fr;
    gap: 7px;
    min-height: 88px;
    border-radius: 15px;
    padding: 11px;
  }

  .execution-step h3 {
    font-size: 10px;
  }

  .execution-step p {
    margin-top: 4px;
    font-size: 7px;
    line-height: 1.55;
  }

  .flexibility-heading {
    grid-row: auto;
  }

  .difficulty-panel {
    gap: 6px;
    border-radius: 19px;
    padding: 7px;
  }

  .difficulty-card {
    min-height: 80px;
    border-radius: 13px;
    padding: 10px;
  }

  .difficulty-card strong {
    font-size: 13px;
  }

  .difficulty-card small {
    font-size: 6px;
  }

  .difficulty-controls {
    gap: 8px 12px;
    padding: 7px 5px 3px;
  }

  .difficulty-controls div {
    grid-template-columns: 63px 1fr;
    gap: 6px;
    font-size: 7px;
  }

  .reward-panel {
    border-radius: 19px;
    padding: 13px 15px;
  }

  .reward-panel__copy h3 {
    font-size: 18px;
  }

  .reward-panel__copy p {
    font-size: 7px;
  }

  .impact-shade {
    background: linear-gradient(0deg, rgba(25, 6, 0, 0.98) 0%, rgba(25, 6, 0, 0.74) 72%, rgba(25, 6, 0, 0.34) 100%);
  }

  .impact-bg {
    object-position: 45% center;
  }

  .impact-copy {
    justify-content: flex-end;
    width: auto;
    margin: 0 22px;
    padding: 80px 0 90px;
  }

  .impact-metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    margin-top: 17px;
  }

  .impact-metrics span {
    min-height: 34px;
    padding: 6px 8px;
    font-size: 7px;
  }

  .next-step {
    margin-top: 13px;
    border-radius: 13px;
    padding: 10px 12px;
  }

  .next-step strong {
    font-size: 9px;
  }

  .impact-signature {
    margin-top: 13px;
  }

  .deck-rail {
    display: none;
  }

  .deck-controls {
    right: 50%;
    bottom: 16px;
    transform: translateX(50%);
  }
}

@media (max-height: 690px) and (min-width: 761px) {
  .slide-shell {
    padding-top: 90px;
    padding-bottom: 72px;
  }

  .product-stage {
    min-height: 510px;
  }

  .copy-column h2,
  .concept-copy h2,
  .structure-copy h2,
  .journey-heading h2,
  .mechanics-copy h2,
  .screens-copy h2,
  .execution-heading h2,
  .flexibility-heading h2,
  .impact-copy h2 {
    font-size: clamp(38px, 4vw, 62px);
  }

  .lead,
  .concept-copy p,
  .structure-copy p {
    margin-top: 18px;
    line-height: 1.8;
  }

  .journey-strip {
    margin-top: 20px;
  }

  .journey-card__copy {
    min-height: 94px;
  }

  .screen-card {
    min-height: 190px;
  }

  .execution-step {
    min-height: 105px;
    padding: 14px;
  }

  .mechanic-list {
    margin-top: 19px;
  }
}

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

/* NeoLine × Shibaba visual refinement */

h1,
h2,
h3,
blockquote,
.hero-tagline,
.next-step strong {
  font-family: "Estedad Variable", "Vazirmatn Variable", Tahoma, sans-serif;
  font-optical-sizing: auto;
}

.topbar {
  min-height: 70px;
  align-items: flex-start;
  padding: 13px 4.5vw 0;
  color: var(--ink);
  mix-blend-mode: normal;
  direction: ltr;
}

.neoline-lockup {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 45px;
  border: 1px solid rgba(105, 80, 162, 0.2);
  border-radius: 15px;
  padding: 5px 13px 5px 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 35px rgba(28, 10, 4, 0.12);
  backdrop-filter: blur(16px);
  direction: ltr;
}

.neoline-lockup::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 9px;
  width: 3px;
  height: 23px;
  border-radius: 999px;
  background: var(--neo-green);
  transform: skewX(-24deg);
}

.neoline-lockup > img {
  display: block;
  width: 27px;
  height: 34px;
  object-fit: contain;
}

.neoline-lockup > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.neoline-lockup strong {
  color: var(--neo-violet);
  font: 900 13px/1 Arial, sans-serif;
  letter-spacing: 0.12em;
}

.neoline-lockup small {
  margin-top: 4px;
  color: rgba(38, 23, 58, 0.48);
  font: 700 6px/1 Arial, sans-serif;
  letter-spacing: 0.11em;
  white-space: nowrap;
}

.topbar__chapter {
  margin-top: 7px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.86);
  color: rgba(34, 17, 10, 0.7);
  box-shadow: 0 8px 28px rgba(34, 14, 6, 0.08);
  backdrop-filter: blur(13px);
  direction: rtl;
}

.flavor-palette {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
}

.flavor-token {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  border: 1px solid rgba(73, 33, 12, 0.12);
  border-radius: 999px;
  padding: 5px 11px 5px 8px;
  background: rgba(255, 255, 255, 0.69);
  color: rgba(62, 29, 11, 0.78);
  font-size: 10px;
  font-weight: 750;
  box-shadow: 0 7px 22px rgba(84, 34, 6, 0.06);
  backdrop-filter: blur(10px);
}

.flavor-palette--dark .flavor-token {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.flavor-palette--compact {
  gap: 6px;
  margin-top: 19px;
}

.flavor-palette--compact .flavor-token {
  min-height: 29px;
  padding: 4px 9px 4px 7px;
  font-size: 9px;
}

.flavor-token i {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
}

.flavor-token--chocolate i {
  overflow: hidden;
  border: 1px solid rgba(255, 229, 194, 0.26);
  border-radius: 4px;
  background: linear-gradient(135deg, #7b3a25, #3f160f);
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.13);
}

.flavor-token--chocolate i::before,
.flavor-token--chocolate i::after {
  content: "";
  position: absolute;
  background: rgba(255, 225, 191, 0.22);
}

.flavor-token--chocolate i::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

.flavor-token--chocolate i::after {
  right: 0;
  left: 0;
  top: 50%;
  height: 1px;
}

.flavor-token--caramel i {
  border-radius: 70% 30% 64% 36% / 62% 42% 58% 38%;
  background: linear-gradient(145deg, #ffd065, #d87513 68%, #9d3c0d);
  box-shadow: inset 3px 2px 3px rgba(255, 255, 255, 0.35), 0 3px 6px rgba(125, 45, 6, 0.18);
  transform: rotate(22deg);
}

.flavor-token--caramel i::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 4px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 250, 221, 0.52);
}

.flavor-token--pistachio i {
  border: 3px solid #d8c792;
  border-radius: 75% 30% 70% 35%;
  background: linear-gradient(135deg, #b7d76a, #5e9438);
  box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.34);
  transform: rotate(-24deg);
}

.flavor-token--pistachio i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 5px;
  height: 9px;
  border-radius: 50%;
  background: rgba(52, 111, 33, 0.45);
}

.flavor-token--peanut i {
  width: 13px;
  height: 18px;
  border: 1px solid #a9662b;
  border-radius: 52% 45% 53% 42%;
  background: repeating-linear-gradient(18deg, #d8a05d 0 2px, #bd7e39 2px 3px);
  transform: rotate(32deg);
}

.flavor-token--peanut i::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  width: 10px;
  height: 13px;
  border: 1px solid #a9662b;
  border-radius: 48%;
  background: repeating-linear-gradient(-20deg, #d8a05d 0 2px, #bd7e39 2px 3px);
}

.mascot-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  padding: 5px 12px 5px 5px;
  background: rgba(255, 248, 220, 0.94);
  color: #6a2a0f;
  box-shadow: 0 16px 38px rgba(57, 20, 3, 0.18);
  font-size: 10px;
  font-weight: 850;
  pointer-events: none;
}

.mascot-badge__portrait {
  position: relative;
  overflow: hidden;
  width: 52px;
  aspect-ratio: 0.72;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #f6cb45;
  box-shadow: inset 0 0 0 1px rgba(112, 46, 8, 0.1);
}

.mascot-badge__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slide--products {
  background:
    radial-gradient(circle at 86% 18%, rgba(105, 80, 162, 0.17), transparent 25%),
    radial-gradient(circle at 72% 88%, rgba(105, 192, 122, 0.17), transparent 27%),
    radial-gradient(circle at 18% 76%, rgba(255, 183, 51, 0.24), transparent 31%),
    linear-gradient(120deg, #fffaf0 0%, #f7e6c7 100%);
}

.slide--products::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 17%;
  right: -3vw;
  width: 22vw;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--neo-violet) 38%, var(--neo-green));
  opacity: 0.6;
  transform: rotate(-21deg);
}

.product-stage {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-height: 0;
  padding-top: 88px;
  perspective: none;
}

.product-orbit {
  display: none;
}

.product-card,
.product-card--1,
.product-card--2,
.product-card--3 {
  grid-column: auto;
  grid-row: auto;
  align-self: stretch;
  transform: none;
}

.product-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 24px;
}

.product-card img {
  aspect-ratio: 1.55;
}

.product-card h3 {
  text-align: center;
}

.mascot-badge--products {
  position: absolute;
  z-index: 8;
  top: 4px;
  left: 8%;
  transform: rotate(-2deg);
}

.concept-copy {
  position: relative;
  background:
    radial-gradient(circle at 82% 14%, rgba(105, 80, 162, 0.22), transparent 28%),
    radial-gradient(circle at 18% 88%, rgba(105, 192, 122, 0.13), transparent 25%),
    radial-gradient(circle at 90% 42%, rgba(219, 91, 13, 0.22), transparent 35%),
    #261008;
}

.mascot-badge--concept {
  position: absolute;
  left: 7%;
  bottom: 6%;
  transform: rotate(2deg);
}

.journey-card__media {
  aspect-ratio: 16 / 9;
}

.journey-card {
  border-top: 3px solid var(--journey-accent, #e98b25);
}

.journey-card:nth-child(1) { --journey-accent: var(--caramel); }
.journey-card:nth-child(2) { --journey-accent: var(--chocolate); }
.journey-card:nth-child(3) { --journey-accent: var(--pistachio); }
.journey-card:nth-child(4) { --journey-accent: var(--neo-violet); }

.slide--mechanics {
  background:
    radial-gradient(circle at 88% 13%, rgba(105, 80, 162, 0.26), transparent 26%),
    radial-gradient(circle at 70% 90%, rgba(105, 192, 122, 0.13), transparent 27%),
    radial-gradient(circle at 20% 72%, rgba(255, 122, 21, 0.16), transparent 34%),
    #1f0c05;
}

.video-column {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.video-slot--live {
  padding: 8px 8px 10px;
}

.video-slot video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  background: #120704;
  object-fit: cover;
}

.video-slot__badge {
  position: absolute;
  z-index: 3;
  top: 23px;
  left: 24px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(105, 80, 162, 0.88);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(25, 6, 0, 0.18);
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.video-slot figcaption {
  position: static;
  margin: 0;
  padding: 12px 16px 2px;
}

.video-column__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 12px;
}

.video-column__footer .flavor-palette {
  margin-top: 12px;
}

.mascot-badge--video {
  margin-top: 12px;
  background: rgba(255, 242, 195, 0.97);
}

.slide--screens {
  background:
    radial-gradient(circle at 10% 84%, rgba(105, 80, 162, 0.17), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(105, 192, 122, 0.16), transparent 27%),
    linear-gradient(135deg, #fff9ee, #f2ddb8);
}

.slide--screens::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -12%;
  left: 15%;
  width: 11vw;
  height: 130%;
  background: linear-gradient(180deg, rgba(105, 80, 162, 0), rgba(105, 80, 162, 0.09), rgba(105, 192, 122, 0));
  transform: rotate(24deg);
}

.screen-grid {
  gap: 14px;
  transform: none;
}

.screen-card,
.screen-card:nth-child(2),
.screen-card:nth-child(4) {
  transform: none;
}

.screen-card {
  aspect-ratio: 16 / 9;
  min-height: 0;
}

.execution-shade {
  background:
    radial-gradient(circle at 92% 12%, rgba(105, 80, 162, 0.3), transparent 30%),
    radial-gradient(circle at 75% 92%, rgba(105, 192, 122, 0.13), transparent 25%),
    linear-gradient(90deg, rgba(26, 8, 2, 0.98) 0%, rgba(26, 8, 2, 0.91) 46%, rgba(26, 8, 2, 0.64) 100%),
    linear-gradient(0deg, rgba(26, 8, 2, 0.5), transparent);
}

.agency-stamp {
  border-top-color: rgba(105, 192, 122, 0.46);
}

.agency-stamp span {
  color: #c7b8ed;
}

.slide--flexibility {
  background:
    radial-gradient(circle at 92% 10%, rgba(105, 80, 162, 0.15), transparent 28%),
    radial-gradient(circle at 78% 86%, rgba(105, 192, 122, 0.14), transparent 24%),
    radial-gradient(circle at 18% 70%, rgba(255, 176, 43, 0.19), transparent 31%),
    #fff7e8;
}

.reward-panel {
  position: relative;
  padding-left: 132px;
  background:
    radial-gradient(circle at 76% 15%, rgba(105, 80, 162, 0.37), transparent 32%),
    linear-gradient(120deg, #331106, #8f2f08);
}

.mascot-badge--reward {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.impact-shade {
  background:
    radial-gradient(circle at 9% 15%, rgba(105, 80, 162, 0.2), transparent 27%),
    linear-gradient(270deg, rgba(28, 8, 1, 0.97) 0%, rgba(28, 8, 1, 0.88) 42%, rgba(28, 8, 1, 0.18) 78%),
    linear-gradient(0deg, rgba(22, 5, 0, 0.65), transparent 45%);
}

.impact-neoline-tagline {
  display: block;
  width: min(300px, 66%);
  height: auto;
  margin-top: 16px;
  opacity: 0.86;
}

@media (max-width: 1100px) {
  .product-stage {
    gap: 9px;
    padding-top: 78px;
  }

  .product-card {
    padding: 12px 10px 14px;
  }

  .product-card h3 {
    font-size: 11px;
  }

  .mascot-badge--concept {
    left: 4%;
    bottom: 3%;
  }

  .reward-panel {
    padding-left: 106px;
  }

  .mascot-badge--reward span {
    display: none;
  }
}

@media (max-width: 760px) {
  .topbar {
    min-height: 58px;
    padding: 9px 14px 0;
  }

  .neoline-lockup {
    min-height: 39px;
    border-radius: 13px;
    padding: 4px 10px 4px 6px;
  }

  .neoline-lockup > img {
    width: 22px;
    height: 29px;
  }

  .neoline-lockup strong {
    font-size: 11px;
  }

  .neoline-lockup small {
    display: none;
  }

  .flavor-palette {
    gap: 5px;
    margin-top: 13px;
  }

  .flavor-token,
  .flavor-palette--compact .flavor-token {
    min-height: 27px;
    padding: 3px 7px 3px 6px;
    font-size: 7px;
  }

  .flavor-token i {
    width: 14px;
    height: 14px;
  }

  .flavor-token--peanut i {
    width: 10px;
    height: 15px;
  }

  .product-stage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    min-height: 0;
    padding-top: 56px;
  }

  .product-card,
  .product-card--1,
  .product-card--2,
  .product-card--3 {
    transform: none;
  }

  .product-card h3 {
    font-size: 7px;
    line-height: 1.45;
  }

  .product-card__index {
    top: 8px;
    left: 8px;
  }

  .mascot-badge {
    gap: 6px;
    padding: 4px 9px 4px 4px;
    font-size: 8px;
  }

  .mascot-badge__portrait {
    width: 37px;
  }

  .mascot-badge--products {
    top: 0;
    left: 0;
  }

  .mascot-badge--concept {
    display: none;
  }

  .journey-card__media {
    aspect-ratio: 16 / 9;
  }

  .video-slot video {
    border-radius: 15px;
  }

  .video-slot__badge {
    top: 13px;
    left: 13px;
    padding: 5px 8px;
    font-size: 7px;
  }

  .video-slot figcaption {
    padding: 8px 10px 1px;
  }

  .video-column__footer {
    padding: 0 3px;
  }

  .mascot-badge--video span,
  .mascot-badge--reward span {
    display: none;
  }

  .screen-card {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .reward-panel {
    min-height: 104px;
    padding-left: 65px;
  }

  .mascot-badge--reward {
    left: 9px;
  }

  .impact-neoline-tagline {
    width: min(225px, 72%);
    margin-top: 11px;
  }
}
