/* =========================================================
   RESET
========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background: #030106;
  color: #ffffff;
  font-family:
    Inter,
    Montserrat,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  overflow-x: hidden;
}

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

/* =========================================================
   HEADER
========================================================= */

.header {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 0 28px;
}

/* =========================================================
   NAVBAR
========================================================= */

.site-nav {
  width: min(1320px, 100%);
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  gap: 30px;
  padding: 10px 18px 10px 24px;
  background: linear-gradient(
    180deg,
    rgba(20, 12, 29, 0.9),
    rgba(10, 7, 15, 0.84)
  );
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 28px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.22);
}

.nav-brand {
  display: flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}

.nav-brand-logo {
  width: auto;
  height: 44px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.2vw, 38px);
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 4px;
  color: rgba(255, 255, 255, 0.67);
  text-decoration: none;
  font-size: 11px;
  line-height: 1;
  font-weight: 750;
  letter-spacing: 0.13em;
  white-space: nowrap;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.nav-link:hover {
  color: #ffffff;
}

.nav-link.is-active {
  padding: 0 18px;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    rgba(139, 49, 255, 0.92),
    rgba(196, 84, 255, 0.92)
  );
  border-radius: 18px;
  box-shadow: 0 0 22px rgba(166, 68, 255, 0.28);
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.nav-app {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 42px;
  padding: 0 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, #8b31ff 0%, #c454ff 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  box-shadow: 0 0 24px rgba(166, 68, 255, 0.34);
}

.nav-app.is-active {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.16),
    0 0 30px rgba(196, 84, 255, 0.5);
}

.nav-lang {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.22);
  color: #ffffff;
  font: inherit;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-decoration: none;
  cursor: pointer;
}

.nav-menu {
  display: none;
}

.mobile-menu {
  display: none;
}

.lang-arrow {
  opacity: 0.55;
  font-size: 8px;
}

/* =========================================================
   SIMPLE PAGES
========================================================= */

.page-main {
  min-height: 100svh;
  background:
    radial-gradient(
      ellipse at 12% 8%,
      rgba(111, 30, 207, 0.28) 0%,
      rgba(52, 12, 96, 0.12) 30%,
      rgba(3, 1, 6, 0) 58%
    ),
    #030106;
}

.page-hero {
  width: min(1180px, calc(100% - 48px));
  min-height: 100svh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 120px;
}

.page-copy {
  max-width: 760px;
}

.page-kicker {
  margin: 0 0 18px;
  color: #b54cff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(54px, 7vw, 112px);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.page-description {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 1.3vw, 24px);
  line-height: 1.6;
  font-weight: 600;
}

.content-band {
  position: relative;
  padding: clamp(72px, 8vw, 128px) clamp(22px, 5vw, 80px);
}

.content-band--dark {
  background:
    radial-gradient(
      ellipse at top right,
      rgba(108, 30, 199, 0.18),
      transparent 46%
    ),
    #030106;
}

.content-band--white {
  min-height: 100svh;
  background: #ffffff;
  color: #09060d;
}

.content-band--white h2 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(54px, 7vw, 118px);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.home-results-intro {
  padding-top: clamp(48px, 6vw, 88px);
  padding-bottom: clamp(72px, 8vw, 120px);
}

.home-results-intro__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.cases-showcase {
  min-height: 100svh;
  padding: clamp(64px, 8vw, 120px) 24px clamp(72px, 9vw, 132px);
  overflow: hidden;
  background:
    radial-gradient(
      circle at 82% 12%,
      rgba(176, 67, 255, 0.28),
      transparent 28%
    ),
    radial-gradient(
      circle at 12% 86%,
      rgba(96, 32, 153, 0.18),
      transparent 32%
    ),
    linear-gradient(135deg, #050308 0%, #0d0615 54%, #1b0929 100%);
  color: #ffffff;
}

.cases-showcase__inner {
  width: min(1320px, 100%);
  min-height: calc(100svh - 200px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cases-showcase__heading {
  max-width: 680px;
}

.cases-showcase__heading-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.cases-showcase__eyebrow {
  margin: 0 0 16px;
  color: #8b35e8;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.cases-showcase__heading h2 {
  margin: 0;
  font-size: clamp(48px, 7vw, 112px);
  line-height: 0.88;
  font-weight: 950;
  letter-spacing: -0.045em;
  background: linear-gradient(100deg, #ffffff 8%, #dca1ff 52%, #a947ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cases-showcase__heading > p:last-child {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.45;
  font-weight: 650;
}

.cases-showcase__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(42px, 5vw, 72px);
}

.case-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background: linear-gradient(150deg, #ffffff 0%, #fbfaff 68%, #eee5f7 100%);
  color: #09060d;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.case-card__media {
  height: clamp(190px, 23vw, 300px);
  margin: 0;
  overflow: hidden;
  background: #0a0710;
}

.case-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.06);
  transition: transform 240ms ease;
}

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

.case-card__body {
  padding: 22px 22px 24px;
}

.case-card__body > span {
  color: #8b35e8;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.case-card__body h3 {
  max-width: 13ch;
  margin: 14px 0 0;
  font-size: clamp(24px, 2.1vw, 36px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.03em;
  background: linear-gradient(105deg, #09060d 12%, #3b1552 58%, #8b35e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.case-card__body p {
  margin: 18px 0 0;
  color: #67616f;
  font-size: 0.94rem;
  line-height: 1.45;
}

.cases-showcase__link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.cases-showcase__link span {
  color: #923cf2;
  font-size: 1.35rem;
  line-height: 1;
}

.cases-lightbox {
  width: min(92vw, 960px);
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
}

.cases-lightbox::backdrop {
  background: rgba(3, 2, 6, 0.88);
  backdrop-filter: blur(12px);
}

.cases-lightbox__frame {
  position: relative;
  display: grid;
  place-items: center;
  gap: 14px;
  padding: 18px;
}

.cases-lightbox__frame img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 82vh;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.cases-lightbox__frame p {
  max-width: 70ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  text-align: center;
}

.cases-lightbox__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(15, 10, 24, 0.88);
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.case-card__media img:focus-visible {
  outline: 3px solid #b54cff;
  outline-offset: 4px;
}

.all-cases-page {
  min-width: 320px;
  background: #060308;
  color: #ffffff;
}

.all-cases-main {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 28px 24px 100px;
}

.all-cases-back {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.all-cases-heading {
  max-width: 760px;
  padding: clamp(72px, 10vw, 150px) 0 clamp(48px, 7vw, 92px);
}

.all-cases-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  align-items: stretch;
  min-height: min(650px, 72svh);
  margin: 0 -24px;
  padding: 0 24px;
  background: #ffffff;
  color: #09060d;
}

.all-cases-hero .all-cases-heading {
  align-self: center;
  padding: 72px clamp(24px, 7vw, 110px) 72px 0;
}

.all-cases-hero .all-cases-heading p {
  color: #8b35e8;
}

.all-cases-hero .all-cases-heading h1 {
  background: linear-gradient(105deg, #09060d 12%, #361044 60%, #963df2 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.all-cases-hero .all-cases-heading span {
  color: #5d5866;
}

.all-cases-hero__image {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #10091a;
}

.all-cases-hero__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.all-cases-heading p {
  margin: 0 0 18px;
  color: #bd6cff;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.all-cases-heading h1 {
  margin: 0;
  font-size: clamp(54px, 9vw, 128px);
  line-height: 0.86;
  font-weight: 950;
  letter-spacing: -0.05em;
  background: linear-gradient(105deg, #ffffff 8%, #d294ff 55%, #8b35e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.all-cases-heading span {
  display: block;
  max-width: 560px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.45;
}

.all-cases-grid {
  display: grid;
  gap: 22px;
}

.all-case-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(194, 108, 255, 0.28);
  border-radius: 22px;
  background:
    radial-gradient(
      circle at 86% 0%,
      rgba(171, 73, 255, 0.23),
      transparent 28%
    ),
    linear-gradient(135deg, #0b0710, #1a0b28 72%, #2b1041);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.all-case-card__main {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  min-height: 330px;
}

.all-case-card__image {
  min-height: 330px;
  margin: 0;
  overflow: hidden;
}

.all-case-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.06);
}

.all-case-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px clamp(28px, 6vw, 90px) 42px clamp(28px, 5vw, 68px);
}

.all-case-card__content > span {
  color: #bd6cff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.all-case-card__content h2 {
  max-width: 10ch;
  margin: 18px 0 0;
  font-size: clamp(38px, 5vw, 76px);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: -0.045em;
  background: linear-gradient(105deg, #ffffff 10%, #d18aff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.all-case-card__content p {
  max-width: 36rem;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.5;
}

.all-case-card__toggle {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 9px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 0;
  border-radius: 10px 0 0 10px;
  background: #ffffff;
  color: #160b1e;
  cursor: pointer;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
}

.all-case-card__toggle span {
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.all-case-card__toggle b {
  color: #923cf2;
  font-size: 1.2rem;
  line-height: 1;
}

.all-case-card__more {
  padding: 0 28px 30px;
}

.all-case-card__gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.all-case-card__gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.all-case-card__more-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
}

.legal-content {
  display: grid;
  gap: 18px;
  max-width: 820px;
}

.legal-content article {
  padding: 28px;
  border: 1px solid rgba(194, 108, 255, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.legal-content h2 {
  margin: 0;
  color: #d294ff;
  font-size: 1.4rem;
}

.legal-content p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.site-footer-bar {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 52px 24px 34px;
  background: #060308;
  color: rgba(250, 246, 255, 0.72);
}

.site-footer-bar__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.site-footer-bar__legal a {
  color: rgba(250, 246, 255, 0.82);
  font-size: 0.88rem;
  text-decoration: none;
}

.site-footer-bar p {
  position: absolute;
  right: 24px;
  bottom: 24px;
  margin: 0;
  color: rgba(250, 246, 255, 0.58);
  font-size: 0.84rem;
  text-align: center;
}

@media (max-width: 900px) {
  .site-footer-bar p {
    position: static;
    justify-self: center;
  }
}

.site-footer-bar p a {
  color: #c274ff;
  text-decoration: none;
}

.whatsapp-contact {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(142, 255, 184, 0.28);
  border-radius: 999px;
  background: rgba(32, 190, 98, 0.12);
  color: #a5ffc5;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

.whatsapp-sticky {
  position: fixed;
  right: 18px;
  bottom: 52px;
  z-index: 60;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(174, 255, 198, 0.45);
  border-radius: 999px;
  background: #1db954;
  box-shadow: 0 14px 30px rgba(10, 72, 35, 0.32);
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: none;
}

.whatsapp-sticky span {
  display: grid;
  position: relative;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: transparent;
}

.whatsapp-mark::before {
  content: none;
}

.whatsapp-mark::after {
  content: none;
}

.whatsapp-mark img {
  display: block;
  width: 17px;
  height: 17px;
}

.whatsapp-sticky:hover,
.whatsapp-contact:hover {
  filter: brightness(1.08);
}

.home-deck {
  --deck-stack-top: 96px;
  --deck-stack-top-mobile: 86px;
  --deck-stack-overlap: 14vh;
  --deck-stack-overlap-mobile: 12vh;
  --deck-stack-min-height: min(72vh, 700px);
  --deck-stack-min-height-mobile: min(72svh, 620px);
  padding-top: clamp(42px, 5vw, 72px);
}

.home-deck__list {
  position: relative;
}

.home-deck-card {
  position: sticky;
  top: var(--deck-stack-top);
  min-height: var(--deck-stack-min-height);
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(
      ellipse at top right,
      rgba(139, 49, 255, 0.28),
      transparent 44%
    ),
    linear-gradient(135deg, #08050e 0%, #140722 100%);
  color: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  transform: translate3d(0, 0, 0);
  transform-origin: center top;
  will-change: transform;
}

.home-deck-card + .home-deck-card {
  margin-top: var(--deck-stack-overlap);
}

.home-deck-card__top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-deck-card__layout {
  min-height: calc(var(--deck-stack-min-height) - 54px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  padding: clamp(28px, 5vw, 70px);
  padding-top: clamp(24px, 4vw, 50px);
}

.home-deck-card__copy {
  position: relative;
  z-index: 2;
}

.home-deck-card__copy p {
  margin: 0 0 18px;
  color: #b54cff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-deck-card__copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 4.5vw, 76px);
  line-height: 0.93;
  font-weight: 950;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.home-deck-card__copy span {
  display: block;
  max-width: 38rem;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.55;
  font-weight: 650;
}

.home-deck-card__media {
  position: relative;
  z-index: 1;
  height: min(52vh, 500px);
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #030106;
  transform: translate3d(0, 0, 0);
  transform-origin: center center;
  will-change: transform;
}

.home-deck-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 1, 6, 0) 48%, rgba(3, 1, 6, 0.28) 100%),
    radial-gradient(
      ellipse at top right,
      rgba(139, 49, 255, 0.18),
      transparent 52%
    );
  pointer-events: none;
}

.home-deck-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-deck-card--coaching .home-deck-card__media img {
  object-position: center top;
}

.home-deck-card__media--app {
  display: grid;
  place-items: center;
  overflow: visible;
  background: transparent;
  height: min(56vh, 560px);
  top: -18px;
  margin-bottom: -18px;
}

.home-deck-card__media--app::after {
  display: none;
}

.app-phone {
  position: relative;
  display: flex;
  justify-content: center;
  width: auto;
  max-width: 76%;
  height: min(100%, 540px);
  aspect-ratio: 390 / 844;
  padding: 12px;
  border: 2px solid #34343d;
  border-radius: 42px;
  background: linear-gradient(145deg, #292931, #050507 34%, #101016);
  box-shadow:
    inset 0 0 0 2px #08080b,
    0 24px 50px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(255, 255, 255, 0.14);
}

.app-phone__speaker {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 50%;
  width: 58px;
  height: 5px;
  border-radius: 999px;
  background: #050507;
  transform: translateX(-50%);
}

.app-phone__screen {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: 31px;
  background: #f7f7fb;
  color: #111114;
}

.app-phone__statusbar {
  display: flex;
  justify-content: space-between;
  padding: 20px 16px 10px;
  color: #5a5864;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.app-phone__video {
  position: relative;
  aspect-ratio: 16 / 10;
  margin: 0 10px;
  overflow: hidden;
  border-radius: 16px;
  background: #09090b;
  box-shadow: 0 8px 18px rgba(9, 9, 11, 0.2);
}

.app-phone__video-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 14px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 76% 22%,
      rgba(181, 76, 255, 0.72),
      transparent 32%
    ),
    linear-gradient(145deg, #09070f, #260945 62%, #09070f);
  color: #ffffff;
}

.app-phone__video-placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    transparent 0 46%,
    rgba(255, 255, 255, 0.08) 47% 48%,
    transparent 49%
  );
  pointer-events: none;
}

.app-phone__video-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 30px;
  height: auto;
  opacity: 0.28;
  filter: blur(0.7px) saturate(0.8);
}

.app-phone__video-brand,
.app-phone__video-title,
.app-phone__video-label,
.app-phone__video-play {
  position: relative;
  z-index: 1;
}

.app-phone__video-brand {
  color: #c075ff;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.app-phone__video-title {
  margin-top: 6px;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.app-phone__video-play {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 12px auto 8px;
  border-radius: 50%;
  background: #a947ff;
  color: #ffffff;
  font-size: 0.75rem;
  box-shadow: 0 8px 18px rgba(169, 71, 255, 0.36);
}

.app-phone__video-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.56rem;
  font-weight: 700;
}

.app-phone__metrics {
  display: grid;
  gap: 5px;
  margin: 8px 0 0;
}

.app-phone__metrics div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(17, 17, 20, 0.08);
}

.app-phone__metrics dt,
.app-phone__metrics dd {
  margin: 0;
  font-size: 0.59rem;
  line-height: 1.2;
}

.app-phone__metrics dt {
  color: #777581;
}

.app-phone__metrics dd {
  color: #17151d;
  font-weight: 850;
  text-align: right;
}

.app-phone__metrics div:last-child dd {
  flex: 1;
  max-width: none;
}

.app-phone__message-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  min-height: 24px;
  padding: 4px 5px 4px 8px;
  border: 1px solid rgba(17, 17, 20, 0.14);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.72);
}

.app-phone__message-field span {
  min-width: 0;
  overflow: hidden;
  margin: 0;
  color: #92909b;
  font-size: 0.52rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-phone__message-field b {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-radius: 50%;
  background: #7d35ee;
  color: #ffffff;
  font-size: 0.62rem;
}

.app-phone__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.app-phone__routine {
  display: grid;
  gap: 4px;
  padding: 14px 16px 10px;
}

.app-phone__eyebrow {
  color: #7d35ee;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.app-phone__routine strong {
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.app-phone__routine span:last-child {
  color: #777581;
  font-size: 0.64rem;
}

.app-phone__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin: auto 10px 10px;
  padding: 8px 5px;
  border-radius: 14px;
  background: #ffffff;
  color: #898792;
  font-size: 0.58rem;
  font-weight: 800;
  text-align: center;
}

.app-phone__nav .is-active {
  color: #7d35ee;
}

.home-deck-card--coaching h3 {
  max-width: 15ch;
  margin-top: 26px;
  font-size: clamp(30px, 3.7vw, 58px);
}

.home-deck-card--events .home-deck-card__media img {
  object-position: center;
}

@media (max-width: 820px) {
  .content-band--white h2 {
    max-width: 100%;
    font-size: clamp(42px, 13vw, 54px);
    text-align: center;
    overflow-wrap: anywhere;
  }

  .home-results-intro {
    padding-left: 18px;
    padding-right: 18px;
  }

  .home-deck {
    padding-top: 54px;
  }

  .home-deck-card {
    top: var(--deck-stack-top-mobile);
    min-height: var(--deck-stack-min-height-mobile);
  }

  .home-deck-card + .home-deck-card {
    margin-top: var(--deck-stack-overlap-mobile);
  }

  .home-deck-card--coaching h3 {
    max-width: 12ch;
    margin-top: 22px;
    font-size: clamp(30px, 9vw, 40px);
  }

  .home-deck-card__layout {
    min-height: calc(var(--deck-stack-min-height-mobile) - 50px);
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px;
  }

  .home-deck-card__copy h3 {
    font-size: clamp(30px, 10vw, 48px);
  }

  .home-deck-card__copy span {
    font-size: 1rem;
  }

  .home-deck-card__media {
    height: 240px;
  }

  .home-deck-card__media--app {
    height: min(49svh, 400px);
  }

  .app-phone {
    height: min(100%, 400px);
  }

  .cases-showcase {
    padding: 64px 18px 84px;
  }

  .cases-showcase__inner {
    min-height: auto;
  }

  .cases-showcase__heading h2 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .cases-showcase__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 42px;
  }

  .case-card__media {
    height: min(78vw, 310px);
  }

  .case-card__body h3 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .all-cases-main {
    padding: 22px 18px 72px;
  }

  .all-cases-heading {
    padding-top: 76px;
  }

  .all-cases-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    margin: 0 -18px;
    padding: 0 18px;
  }

  .all-cases-hero .all-cases-heading {
    padding: 72px 0 44px;
  }

  .all-cases-hero__image {
    height: 68vw;
    min-height: 260px;
  }

  .all-cases-heading h1 {
    font-size: clamp(54px, 16vw, 74px);
  }

  .all-case-card__main {
    grid-template-columns: 1fr;
  }

  .all-case-card__image {
    min-height: 260px;
    height: 68vw;
  }

  .all-case-card__content {
    padding: 28px 24px 34px;
  }

  .all-case-card__content h2 {
    max-width: 12ch;
    font-size: clamp(36px, 11vw, 52px);
  }

  .all-case-card__toggle {
    top: 260px;
  }

  .all-case-card__more {
    padding: 0 18px 24px;
  }

  .all-case-card__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.about-page-grid,
.events-page-grid,
.success-page-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.about-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 28px;
  align-items: start;
}

.content-panel,
.about-profile-card,
.success-page-card,
.event-info-card,
.event-page-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.content-panel {
  padding: clamp(28px, 4vw, 56px);
}

.content-panel h2,
.about-profile-card h3,
.event-page-card h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 50px);
  line-height: 1;
}

.content-panel p,
.about-profile-card p,
.success-page-card p,
.event-page-card p,
.event-info-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.7;
}

.content-closing {
  color: #ffffff;
  font-weight: 800;
}

.about-profile-card {
  overflow: hidden;
  padding: 18px;
}

.about-profile-card figure {
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 18px;
  background: #08040e;
}

.about-profile-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.about-profile-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.about-profile-card span,
.success-page-card span,
.event-info-card span {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  color: #dcb9ff;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-profile-card span {
  padding: 8px 10px;
  background: rgba(139, 49, 255, 0.18);
}

.page-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8d2cff, #cc58ff);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

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

.success-case-group-title {
  grid-column: 1 / -1;
  margin: 28px 0 0;
  color: #b54cff;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
}

.success-case-group-title:first-child {
  margin-top: 0;
}

.success-page-card {
  overflow: hidden;
  padding-bottom: 24px;
}

.success-page-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.success-page-card span,
.success-page-card h2,
.success-page-card p {
  margin-left: 22px;
  margin-right: 22px;
}

.success-page-card span {
  margin-top: 22px;
  color: #b54cff;
}

.success-page-card h2 {
  margin-top: 10px;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.05;
}

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

.event-page-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
}

.event-page-card--featured img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.event-page-card--featured {
  position: relative;
  min-height: min(720px, 78svh);
  display: block;
  background: #0b0414;
}

.event-page-card--featured::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5, 2, 10, 0.96) 0%,
      rgba(5, 2, 10, 0.8) 40%,
      rgba(5, 2, 10, 0.18) 78%
    ),
    linear-gradient(180deg, rgba(5, 2, 10, 0.08), rgba(5, 2, 10, 0.58));
  pointer-events: none;
}

.event-page-card--featured > img {
  position: absolute;
  inset: 0;
  min-height: 100%;
  object-position: center center;
}

.event-page-card--featured .event-page-card__copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(560px, 100%);
  min-height: min(720px, 78svh);
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 6vw, 76px);
}

.event-page-card--featured div,
.event-info-card {
  padding: clamp(24px, 4vw, 48px);
}

.event-info-card h3 {
  margin: 16px 0 10px;
  color: #ffffff;
  font-size: 1.4rem;
}

.event-page-card__lead {
  color: #ffffff !important;
  font-size: 1.1rem !important;
  font-weight: 700;
}

.event-page-meta,
.featured-event__meta {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.event-page-meta div,
.featured-event__meta div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.event-page-meta dt,
.featured-event__meta dt {
  color: #b54cff;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-page-meta dd,
.featured-event__meta dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  text-align: right;
}

.featured-event {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 10vw, 150px) 24px;
  background:
    radial-gradient(
      circle at 75% 35%,
      rgba(132, 42, 255, 0.2),
      transparent 36%
    ),
    #08020f;
}

.featured-event__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.featured-event__eyebrow {
  margin: 0 0 18px;
  color: #b54cff;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.featured-event h2 {
  max-width: 9ch;
  margin: 0;
  color: #ffffff;
  font-size: clamp(52px, 8vw, 110px);
  line-height: 0.9;
}

.featured-event__summary {
  max-width: 38rem;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.55;
}

.featured-event__meta {
  max-width: 600px;
}

.featured-event__cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8d2cff, #cc58ff);
  color: #ffffff;
  font-weight: 850;
  text-decoration: none;
}

.featured-event__media {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(181, 76, 255, 0.38);
  border-radius: 28px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.featured-event__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(8, 2, 15, 0.5));
}

.featured-event__media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

@media (max-width: 900px) {
  .about-page-grid,
  .success-page-grid,
  .events-page-grid,
  .event-page-card--featured {
    grid-template-columns: 1fr;
  }

  .event-page-card--featured img {
    min-height: 280px;
  }

  .event-page-card--featured,
  .event-page-card--featured .event-page-card__copy {
    min-height: 680px;
  }

  .event-page-card--featured::after {
    background: linear-gradient(
      180deg,
      rgba(5, 2, 10, 0.35) 0%,
      rgba(5, 2, 10, 0.9) 58%,
      rgba(5, 2, 10, 0.98) 100%
    );
  }

  .event-page-card--featured > img {
    min-height: 100%;
    object-position: center top;
  }

  .featured-event__inner {
    grid-template-columns: 1fr;
  }

  .featured-event__media,
  .featured-event__media img {
    min-height: 320px;
  }
}

@media (max-width: 560px) {
  .event-page-meta div,
  .featured-event__meta div {
    display: grid;
    gap: 5px;
  }

  .event-page-meta dd,
  .featured-event__meta dd {
    text-align: left;
  }
}

/* =========================================================
   HERO
========================================================= */

.hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(
      ellipse at 12% 8%,
      rgba(111, 30, 207, 0.36) 0%,
      rgba(52, 12, 96, 0.18) 28%,
      rgba(3, 1, 6, 0) 55%
    ),
    radial-gradient(
      ellipse at 74% 34%,
      rgba(76, 17, 128, 0.2) 0%,
      rgba(35, 6, 65, 0.09) 25%,
      rgba(3, 1, 6, 0) 55%
    ),
    radial-gradient(
      ellipse at 100% 18%,
      rgba(80, 16, 145, 0.12) 0%,
      rgba(3, 1, 6, 0) 48%
    ),
    #030106;
}

.hero::before {
  content: '';
  position: absolute;
  width: 44vw;
  height: 44vw;
  max-width: 760px;
  max-height: 760px;
  left: 42%;
  top: 45%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(92, 25, 164, 0.1);
  filter: blur(90px);
  pointer-events: none;
  z-index: -1;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    radial-gradient(
      ellipse at 14% 10%,
      rgba(124, 35, 231, 0.2) 0%,
      rgba(49, 10, 92, 0.09) 30%,
      rgba(3, 1, 6, 0) 58%
    ),
    linear-gradient(
      90deg,
      rgba(3, 1, 6, 0.98) 0 44%,
      rgba(8, 2, 15, 0.58) 54%,
      rgba(3, 1, 6, 0.2) 76%,
      rgba(3, 1, 6, 0.38) 100%
    ),
    linear-gradient(
      180deg,
      rgba(3, 1, 6, 0.35) 0%,
      rgba(3, 1, 6, 0) 18%,
      rgba(3, 1, 6, 0) 72%,
      rgba(3, 1, 6, 0.42) 100%
    );
  pointer-events: none;
}

/* =========================================================
   HERO INNER
========================================================= */

.hero-inner {
  position: relative;
  width: 100%;
  min-height: 100svh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 56%) minmax(0, 44%);
  align-items: start;
  padding: 0 clamp(56px, 6.2vw, 120px) 70px;
}

/* =========================================================
   HERO COPY
========================================================= */

.hero-content {
  position: relative;
  z-index: 8;
  align-self: start;
  padding-top: clamp(190px, 18.7vh, 214px);
}

.hero-title {
  margin: 0 0 28px;
  max-width: 800px;
  color: #ffffff;
  font-size: clamp(70px, 7vw, 125px);
  line-height: 0.89;
  font-weight: 950;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.hero-description {
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 1.28vw, 25px);
  line-height: 1.7;
  font-weight: 650;
  letter-spacing: -0.015em;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 26px;
  background: linear-gradient(135deg, #8d2cff, #cc58ff);
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
  box-shadow: 0 12px 35px rgba(144, 42, 255, 0.28);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 42px rgba(144, 42, 255, 0.4);
}

/* =========================================================
   FLOATING LOGO
========================================================= */

.hero-brand {
  position: absolute;
  left: calc(52% + 236px);
  top: calc(58% - 68px);
  transform: translate(-50%, -50%);
  width: clamp(137px, 12.5vw, 241px);
  z-index: 7;
  pointer-events: none;
  overflow: hidden;
}

.hero-brand-symbol,
.hero-brand-wordmark {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-brand-symbol {
  opacity: 0.78;
  filter: drop-shadow(0 0 34px rgba(118, 36, 255, 0.18));
}

.hero-brand-wordmark {
  width: 92%;
  margin: -8% auto 0;
  opacity: 0.84;
  filter: drop-shadow(0 0 22px rgba(118, 36, 255, 0.12));
}

/* =========================================================
   PERSON
========================================================= */

.hero-person {
  position: absolute;
  right: calc(clamp(-18px, -0.8vw, -8px) + 38px);
  bottom: -76px;
  width: min(44.9vw, 757px);
  height: calc((100svh - 24px) * 0.88);
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  pointer-events: none;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.12) 10%,
    rgba(0, 0, 0, 0.72) 24%,
    #000 38%,
    #000 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.12) 10%,
    rgba(0, 0, 0, 0.72) 24%,
    #000 38%,
    #000 100%
  );
}

.hero-person img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(-28px 0 60px rgba(0, 0, 0, 0.22));
}

/* =========================================================
   RESULTS INDICATOR
========================================================= */

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.24em;
}

.scroll-circle {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #bd4cff;
  font-size: 18px;
  animation: scrollNudge 1500ms ease-in-out infinite;
}

@keyframes scrollNudge {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(7px);
  }
}

/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1050px) {
  .site-nav {
    grid-template-columns: auto 1fr auto;
    gap: 15px;
  }

  .nav-links {
    gap: 14px;
  }

  .nav-link {
    font-size: 9px;
  }

  .hero-inner {
    grid-template-columns: 54% 46%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .hero-person {
    width: 54vw;
  }

  .hero-brand {
    left: calc(52% + 38px);
    top: calc(38% + 68px);
    width: clamp(230px, 21vw, 405px);
  }
}

/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 760px) {
  .header {
    top: 10px;
    padding: 0 12px;
  }

  .site-nav {
    position: relative;
    min-height: 60px;
    display: flex;
    justify-content: space-between;
    padding: 7px 9px 7px 14px;
    border-radius: 22px;
  }

  .nav-brand-logo {
    height: 34px;
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    gap: 7px;
  }

  .nav-app {
    min-width: auto;
    height: 38px;
    padding: 0 14px;
  }

  .nav-lang {
    height: 38px;
    padding: 0 11px;
  }

  .nav-menu {
    width: 38px;
    height: 38px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.24);
    cursor: pointer;
  }

  .nav-menu span {
    width: 15px;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
  }

  .mobile-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    background: rgba(8, 5, 14, 0.94);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .mobile-menu[hidden] {
    display: none;
  }

  .mobile-menu a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.13em;
  }

  .mobile-menu a.is-active {
    color: #ffffff;
    background: linear-gradient(
      135deg,
      rgba(139, 49, 255, 0.92),
      rgba(196, 84, 255, 0.92)
    );
  }

  .hero {
    min-height: 100svh;
  }

  .hero-inner {
    min-height: 100svh;
    display: block;
    padding: 91px 22px 34vh;
  }

  .hero-content {
    position: relative;
    z-index: 30;
    padding: 0;
  }

  .hero-title {
    position: relative;
    z-index: 31;
    max-width: none;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 0.91;
    display: block;
    visibility: visible;
    opacity: 1;
    color: #ffffff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
  }

  .hero-description {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 142px;
    z-index: 22;
    max-width: 360px;
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-cta {
    position: absolute;
    left: 22px;
    bottom: 87px;
    z-index: 22;
    min-height: 46px;
    padding: 0 21px;
  }

  .hero-brand {
    left: 17px;
    top: auto;
    bottom: calc(12vh + 342px);
    transform: none;
    width: 120px;
    opacity: 1;
    z-index: 20;
    mix-blend-mode: normal;
  }

  .hero-person {
    right: calc(-9vw + 42px);
    bottom: 152px;
    width: 82vw;
    height: 59vh;
  }

  .hero-person img {
    object-position: right bottom;
  }

  .scroll-indicator {
    display: none;
  }
}

/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 420px) {
  .nav-brand-logo {
    max-width: 118px;
    object-fit: contain;
  }

  .nav-actions {
    gap: 5px;
  }

  .nav-app {
    padding: 0 12px;
  }

  .nav-lang {
    padding: 0 10px;
  }

  .nav-lang span:first-child,
  .lang-arrow {
    display: none;
  }

  .hero-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-person {
    right: calc(-15vw + 54px);
    width: 93vw;
  }
}
