
::-webkit-scrollbar-track {
  background: transparent;
}

/* Language switcher in nav */

/* NAV */

.dropdown-wrap {
  position: relative;
  display: inline-flex;
}
.dropdown-btn::after {
  content: "▾";
  font-size: 9px;
  margin-left: 4px;
  transition: transform 0.15s;
  opacity: 0.7;
}
.dropdown-wrap:hover .dropdown-btn::after {
  transform: rotate(180deg);
}

/* BUTTONS */

/* VEE BADGE */
.vee-badge {
  display: inline-block;
}
@keyframes veeBlink {
  0%,
  86%,
  94%,
  100% {
    transform: scaleY(1);
  }
  90% {
    transform: scaleY(0.08);
  }
}

/* SHARED */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
h2.section-title {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1.02;
  margin-bottom: 18px;
}
h2.section-title .accent {
  background: linear-gradient(135deg, #a78bfa, #ec4899 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
p.section-sub {
  font-size: 17px;
  color: var(--w55);
  max-width: 640px;
  line-height: 1.55;
  margin-bottom: 48px;
}
section {
  padding: 90px 0;
  position: relative;
}

/* ── HERO ── */
.cr-hero {
  min-height: 88vh;
  padding: 120px 0 80px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(
      ellipse at 30% 40%,
      rgba(124, 58, 237, 0.28) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse at 80% 70%,
      rgba(236, 72, 153, 0.1) 0%,
      transparent 50%
    ),
    #050208;
}
.cr-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.cr-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cr-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px 7px 12px;
  border-radius: 20px;
  background: rgba(124, 58, 237, 0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(124, 58, 237, 0.3);
  font-size: 11px;
  font-weight: 800;
  color: var(--purple-soft);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.cr-hero-badge .vee-badge {
  width: 44px;
  height: 44px;
  display: inline-block;
  margin: -12px 4px -12px -8px;
  animation: veeBadgeIdle 3.8s ease-in-out infinite;
  filter: drop-shadow(0 6px 14px rgba(124, 58, 237, 0.5));
}
.cr-hero h1 {
  font-size: clamp(46px, 5.5vw, 80px);
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 0.98;
  margin-bottom: 22px;
  color: #fff;
}
.cr-hero h1 .accent {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cr-hero p.lede {
  font-size: 18px;
  color: var(--w80);
  line-height: 1.55;
  max-width: 480px;
  margin-bottom: 36px;
}
.cr-hero-ctas {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.cr-hero-anchor {
  font-size: 12px;
  color: var(--w35);
  font-weight: 600;
  letter-spacing: 0.2px;
}
.cr-hero-anchor strong {
  color: var(--purple-soft);
}

/* Hero photo */
.cr-hero-photo {
  position: relative;
}
.cr-hero-photo-card {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 20px;
  border: 1px solid rgba(124, 58, 237, 0.35);
  overflow: hidden;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.55),
    0 0 60px rgba(124, 58, 237, 0.15);
  position: relative;
}
.cr-hero-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.cr-hero-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  opacity: 0.18;
  pointer-events: none;
}
/* Floating stat chip on hero photo */
.cr-hero-stat {
  position: absolute;
  bottom: -18px;
  left: -20px;
  padding: 14px 20px;
  border-radius: 16px;
  background: rgba(20, 17, 31, 0.96);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(124, 58, 237, 0.3);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}
.cr-hero-stat .stat-n {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -1px;
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 4px;
}
.cr-hero-stat .stat-l {
  font-size: 11px;
  color: var(--w55);
  font-weight: 600;
}

/* ── 01 · THE MATH ── */
.cr-math {
  background: #0b0712;
  border-top: 1px solid var(--w04);
}
.cr-math-inner {
  max-width: 760px;
}
.cr-math-intro {
  font-size: 19px;
  color: var(--w80);
  line-height: 1.6;
  margin-bottom: 36px;
  max-width: 600px;
}
.cr-math-cross {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  color: var(--w55);
  line-height: 1.7;
  margin-bottom: 42px;
}
.cr-math-cross s {
  text-decoration: none;
  position: relative;
  color: rgba(255, 255, 255, 0.45);
}
.cr-math-cross s::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: 54%;
  height: 2px;
  background: #ef4444;
  border-radius: 1px;
  transform: translateY(-50%);
}
.cr-math-total {
  display: inline-block;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 900;
  letter-spacing: -2.5px;
  line-height: 1;
  background: linear-gradient(135deg, #a78bfa, #ec4899 60%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 14px;
}
.cr-math-sub {
  font-size: 16px;
  color: var(--w55);
  font-weight: 600;
}

/* ── 01 · THE WORKFLOW — editorial vertical timeline, no boxes ── */
.cr-authentic {
  background: var(--dark);
  border-top: 1px solid var(--w04);
}

/* 3-phase flow: Before · Film · After — numbered, connected by animated chevrons */
.cr-phases {
  display: grid;
  grid-template-columns: 1fr auto 1.1fr auto 1fr;
  gap: 0;
  max-width: 1040px;
  margin: 30px auto 24px;
  align-items: stretch;
  position: relative;
}
.cr-phase {
  padding: 10px 28px 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cr-phase-film {
  background:
    radial-gradient(
      ellipse at 50% 0%,
      rgba(167, 139, 250, 0.14) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse at 50% 100%,
      rgba(236, 72, 153, 0.08) 0%,
      transparent 70%
    );
  border-radius: 22px;
  padding: 18px 28px 24px;
}

/* Phase step number at the top */
.crp-step {
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--w35);
}
.cr-phase-film .crp-step {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.crp-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.crp-label {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #fff;
}
.cr-phase-film .crp-label {
  background: linear-gradient(135deg, #fff, #c4b5fd 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
}
.crp-role {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
  color: var(--purple-light);
  background: rgba(167, 139, 250, 0.1);
  border: 1px solid rgba(167, 139, 250, 0.3);
  white-space: nowrap;
}
.crp-role-you {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 0 12px rgba(167, 139, 250, 0.45);
  animation: crpYouPulse 2.4s ease-in-out infinite;
}
@keyframes crpYouPulse {
  0%,
  100% {
    box-shadow: 0 0 10px rgba(167, 139, 250, 0.4);
  }
  50% {
    box-shadow: 0 0 18px rgba(236, 72, 153, 0.6);
  }
}

.crp-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.crp-list li {
  position: relative;
  padding: 2px 0 2px 18px;
  font-size: 14.5px;
  color: var(--w80);
  font-weight: 500;
  line-height: 1.5;
}
.crp-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(167, 139, 250, 0.5);
}
.cr-phase-film .crp-list li::before {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  box-shadow: 0 0 6px rgba(167, 139, 250, 0.5);
}

/* Time badge at bottom of each phase */
.crp-time {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--w55);
  padding-top: 10px;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.crp-time-hero {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  letter-spacing: 0.6px;
}

/* Animated connector arrows between phases */
.crp-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  padding: 0 4px;
}
.crp-arrow svg {
  width: 100%;
  height: auto;
  max-width: 40px;
}

/* Phase summary footer — total creator time */
.cr-phases-footer {
  max-width: 560px;
  margin: 8px auto 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.crpf-k {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--w55);
}
.crpf-v {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1;
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 6px 0;
}
.crpf-sub {
  font-size: 13px;
  color: var(--w55);
  font-style: italic;
}

@media (max-width: 900px) {
  .cr-phases {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .cr-phase {
    padding: 20px 0;
  }
  .crp-arrow {
    width: 100%;
    height: 40px;
    padding: 8px 0;
    transform: rotate(90deg);
  }
  .cr-phase-film {
    padding: 24px 0;
  }
}

/* ── 02 · A TUESDAY — diary-style timeline, no boxes ── */
.cr-voice {
  background: var(--dark);
}

.cr-diary {
  list-style: none;
  padding: 0;
  margin: 20px auto 0;
  max-width: 680px;
}
.crd-entry {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 28px;
  padding: 18px 0;
  align-items: baseline;
  position: relative;
}
.crd-entry + .crd-entry {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.crd-time {
  font-family: "Courier New", monospace;
  font-size: 13px;
  font-weight: 700;
  color: var(--purple-soft);
  letter-spacing: 0.2px;
  font-variant-numeric: tabular-nums;
  padding-top: 3px;
}
.crd-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.crd-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: lowercase;
  color: #fff;
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  padding: 3px 10px;
  border-radius: 100px;
  align-self: flex-start;
  box-shadow: 0 0 10px rgba(167, 139, 250, 0.35);
}
.crd-tag-pass {
  background: rgba(236, 72, 153, 0.12);
  color: #f9a8d4;
  border: 1px solid rgba(236, 72, 153, 0.3);
  box-shadow: none;
}
.crd-tag-rest {
  background: rgba(167, 139, 250, 0.08);
  color: var(--purple-soft);
  border: 1px solid rgba(167, 139, 250, 0.25);
  box-shadow: none;
}
.crd-body p {
  font-size: 16.5px;
  color: #fff;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.1px;
}
.crd-body em {
  background: linear-gradient(
    120deg,
    rgba(167, 139, 250, 0.28),
    rgba(236, 72, 153, 0.22)
  );
  padding: 1px 6px;
  border-radius: 4px;
  font-style: italic;
  font-weight: 600;
  color: #fff;
}
/* Handoff + rest rows feel softer */
.crd-handoff .crd-body p,
.crd-rest .crd-body p {
  color: var(--w55);
  font-size: 15.5px;
}

/* Outro — the emotional payoff, no box */
.crd-outro {
  padding: 42px 0 12px;
  text-align: center;
  border-top: 1px solid rgba(167, 139, 250, 0.12);
  margin-top: 14px;
}
.crd-outro-big {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 900;
  letter-spacing: -1.2px;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 14px;
}
.crd-outro-big span {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.crd-outro-sub {
  font-size: 15px;
  color: var(--w55);
  font-style: italic;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .crd-entry {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .crd-time {
    padding-top: 0;
  }
}

/* ── 04 · FOUNDERS ── */
.cr-founders {
  background: var(--dark);
}
.cr-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 8px;
}
.cr-case-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(124, 58, 237, 0.22);
  aspect-ratio: 3/4;
  background: var(--dark2);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
  text-decoration: none;
  color: inherit;
  display: block;
}
.cr-case-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.65),
    0 0 40px rgba(124, 58, 237, 0.2);
  border-color: rgba(124, 58, 237, 0.45);
}
.cr-case-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.cr-case-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(13, 10, 20, 0) 0%,
    rgba(13, 10, 20, 0.2) 40%,
    rgba(5, 2, 8, 0.93) 100%
  );
}
.cr-case-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  opacity: 0.18;
  pointer-events: none;
}
.cr-case-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 20px 20px;
  z-index: 3;
}
.cr-case-metric {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 100px;
  background: rgba(124, 58, 237, 0.22);
  border: 1px solid rgba(124, 58, 237, 0.35);
  font-size: 11px;
  font-weight: 800;
  color: var(--purple-soft);
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}
.cr-case-quote {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.38;
  color: #fff;
  font-style: italic;
  margin-bottom: 10px;
  letter-spacing: -0.1px;
}
.cr-case-attr {
  font-size: 11px;
  color: var(--w55);
  font-weight: 700;
  letter-spacing: 0.2px;
}

/* ── FINAL CTA ── */
.cr-final {
  padding: 100px 0 120px;
  text-align: center;
  background: radial-gradient(
    ellipse at 50% 50%,
    rgba(124, 58, 237, 0.18) 0%,
    transparent 60%
  );
}
.cr-final-vee {
  display: block;
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
  filter: drop-shadow(0 8px 32px rgba(124, 58, 237, 0.55));
  animation: crFinalVeeFloat 3.2s ease-in-out infinite;
}
.cr-final-vee svg {
  width: 100%;
  height: 100%;
  display: block;
}
@keyframes crFinalVeeFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}
.cr-final h2 {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 900;
  letter-spacing: -2.2px;
  line-height: 1.02;
  margin-bottom: 16px;
  color: #fff;
}
.cr-final h2 .accent {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cr-final p {
  font-size: 17px;
  color: var(--w55);
  max-width: 540px;
  margin: 0 auto 40px;
}
.cr-final-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* FOOTER */

/* RESPONSIVE */
@media (max-width: 1310px) {
  .cr-hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .cr-hero-photo-card {
    aspect-ratio: 16/9;
  }
  .cr-hero-stat {
    bottom: -14px;
    left: 12px;
  }
  .cr-cases-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {  .wrap {
    padding: 0 20px;
  }
  section {
    padding: 60px 0;
  }
  .cr-hero-inner {
    padding: 0 20px;
  }
  .cr-cases-grid {
    grid-template-columns: 1fr;
  }
  .cr-math-total {
    font-size: clamp(36px, 10vw, 56px);
  }
}
