:root {
  --bg: #07070c;
  --panel: rgba(28, 27, 39, 0.82);
  --panel-strong: rgba(37, 35, 54, 0.94);
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.17);
  --text: #f5f3f0;
  --muted: #a8a4b4;
  --soft: #d7d3df;
  --accent: #5d6cff;
  --accent-2: #7447ff;
}

.action-icon svg,
.social-strip svg {
  width: 22px;
  height: 22px;
  display: block;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.action-icon {
  color: var(--soft);
}

.action-primary .action-icon {
  color: #fff;
}

.social-strip a {
  gap: 8px;
}

.editorial-logo img {
  filter: grayscale(1) contrast(1.08);
}

.hero-top .language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  background: rgba(14, 14, 22, 0.44);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.hero-top .language-switcher button {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255,255,255,0.72);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  cursor: pointer;
}

.hero-top .language-switcher button.is-active {
  background: #f5f3f0;
  color: #09090f;
}

.verified {
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  aspect-ratio: 1 / 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  padding: 0 !important;
  border-radius: 50% !important;
  line-height: 1;
}

body:not([data-page]) .hero-photo,
body[data-page="home"] .hero-photo {
  height: 610px;
}

body:not([data-page]) .hero-photo img,
body[data-page="home"] .hero-photo img {
  object-position: 54% 0%;
  filter: saturate(1.08) contrast(1.06) brightness(0.96);
  transform: scale(1.01);
}

body:not([data-page]) .hero-photo::before,
body[data-page="home"] .hero-photo::before {
  background:
    linear-gradient(180deg, rgba(7, 7, 12, 0.03) 0%, rgba(7, 7, 12, 0.02) 42%, rgba(7, 7, 12, 0.36) 73%, rgba(7, 7, 12, 0.88) 100%),
    radial-gradient(circle at 50% 46%, transparent 0, transparent 12rem, rgba(7, 7, 12, 0.08) 21rem, rgba(7, 7, 12, 0.38) 100%);
}

body:not([data-page]) .hero-photo::after,
body[data-page="home"] .hero-photo::after {
  height: 230px;
  background:
    radial-gradient(circle at 52% 40%, rgba(116, 71, 255, 0.34), transparent 11rem),
    radial-gradient(circle at 42% 62%, rgba(93, 108, 255, 0.26), transparent 10rem),
    linear-gradient(180deg, rgba(7, 7, 12, 0) 0%, rgba(24, 18, 50, 0.58) 48%, var(--bg) 100%);
}

body:not([data-page]) .hero-identity,
body[data-page="home"] .hero-identity {
  bottom: 34px;
}

body:not([data-page]) .name-row,
body[data-page="home"] .name-row {
  max-width: 360px;
  align-items: flex-end;
}

body:not([data-page]) h1,
body[data-page="home"] h1 {
  max-width: 320px;
  font-size: clamp(2.35rem, 10vw, 3rem);
  line-height: 0.98;
}

.bio-panel {
  width: 100%;
  max-width: 382px;
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 18px 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.045), 0 18px 50px rgba(0,0,0,0.16);
}

.bio-panel .lead {
  margin: 0 auto;
  max-width: 334px;
}

.bio-panel .bio-main {
  color: rgba(245, 243, 240, 0.88);
  font-weight: 800;
}

.bio-panel .bio-statement {
  padding-top: 4px;
  color: #fff;
  font-weight: 800;
}

.bio-signature {
  display: grid;
  gap: 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bio-signature strong {
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.18;
  font-weight: 900;
}

.bio-signature span {
  color: rgba(215, 211, 223, 0.84);
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 750;
}

.video-page,
.split-page {
  position: relative;
  isolation: isolate;
}

.video-page .editorial-hero,
.split-page .editorial-hero {
  min-height: min(760px, calc(100svh - 96px));
  grid-template-columns: minmax(0, 760px);
  align-items: center;
}

.video-page .editorial-copy,
.split-page .editorial-copy {
  max-width: 760px;
}

.video-page .editorial-photo,
.split-page .editorial-logo,
.split-page .editorial-photo {
  display: none;
}

.split-page::before,
.split-page::after {
  content: none !important;
}

body[data-page="business"] {
  background: #09090f;
}

body[data-page="business"] .bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center center !important;
  background: #09090f;
  filter: saturate(1.08) contrast(1.04) brightness(0.86);
}

body[data-page="business"] .bg-video-overlay {
  background:
    radial-gradient(circle at 52% 72%, rgba(116, 71, 255, 0.22), transparent 28rem),
    linear-gradient(90deg, rgba(9, 9, 15, 0.62) 0%, rgba(9, 9, 15, 0.34) 52%, rgba(9, 9, 15, 0.62) 100%),
    rgba(9, 9, 15, 0.22);
}

.split-bg {
  position: fixed;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background: #09090f;
}

.split-bg__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background-color: #09090f;
  background-image:
    linear-gradient(90deg, rgba(9, 9, 15, 0.18), rgba(9, 9, 15, 0.44)),
    var(--brand-logo-bg);
  background-position: center;
  background-size: min(82%, 660px) auto;
  background-repeat: no-repeat;
  filter: saturate(0.9) contrast(1.08) brightness(0.82);
}

.split-bg__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.08) brightness(0.78);
}

.split-bg__blend {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg,
    rgba(9, 9, 15, 0.3) 0%,
    rgba(9, 9, 15, 0.18) 35%,
    rgba(9, 9, 15, 0.7) 49%,
    rgba(9, 9, 15, 0.48) 58%,
    rgba(9, 9, 15, 0.28) 100%);
}

.split-bg__tint {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 52% 72%, rgba(116, 71, 255, 0.3), transparent 29rem),
    radial-gradient(circle at 36% 42%, rgba(93, 108, 255, 0.14), transparent 24rem),
    linear-gradient(180deg, rgba(9, 9, 15, 0.1) 0%, rgba(9, 9, 15, 0.52) 100%);
}

.proof-card img {
  object-fit: contain !important;
  padding: 10px;
  background: #f5f3f0;
}

.floating-contact {
  position: fixed;
  right: max(14px, env(safe-area-inset-right));
  top: 50%;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(93, 108, 255, 0.98), rgba(116, 71, 255, 0.96));
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 20px 54px rgba(93, 108, 255, 0.35), inset 0 1px 0 rgba(255,255,255,0.18);
  transform: translateY(-50%);
  isolation: isolate;
}

.floating-contact::before {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border-radius: inherit;
  background: rgba(93, 108, 255, 0.28);
  animation: hugoPulse 1.8s ease-out infinite;
}

.floating-contact__icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
  font-size: 0.92rem;
}

.floating-contact:hover {
  color: #fff;
  transform: translateY(-50%) translateX(-2px);
}

.site-social-footer {
  width: min(100% - 28px, 980px);
  margin: 52px auto 24px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 24px 70px rgba(0,0,0,0.16);
  color: var(--text);
  text-align: center;
}

.site-social-footer p {
  margin: 0 0 13px;
  color: rgba(245, 243, 240, 0.78);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-social-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}

.site-social-footer__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 999px;
  background: rgba(255,255,255,0.045);
  color: rgba(245, 243, 240, 0.9);
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

.site-social-footer__links a:hover {
  border-color: rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.08);
  color: #fff;
}

@keyframes hugoPulse {
  0% {
    opacity: 0.55;
    transform: scale(0.94);
  }
  70%, 100% {
    opacity: 0;
    transform: scale(1.28);
  }
}

@media (prefers-reduced-motion: reduce) {
  video[class*="bg"] {
    display: none;
  }

  .floating-contact::before {
    animation: none;
  }
}

@media (max-width: 900px) {
  .video-page .editorial-hero,
  .split-page .editorial-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 170px;
  }
}

@media (max-width: 768px) {
  body[data-page="business"] .bg-video {
    object-fit: cover !important;
    object-position: center center !important;
  }

  body[data-page="business"] .bg-video-overlay {
    background:
      radial-gradient(circle at 50% 72%, rgba(116, 71, 255, 0.2), transparent 24rem),
      rgba(9, 9, 15, 0.48);
  }

  .split-bg__logo {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-size: min(74%, 540px) auto;
  }

  .split-bg__video {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 50%;
  }

  .split-bg__blend {
    background: linear-gradient(180deg,
      rgba(9, 9, 15, 0.22) 0%,
      rgba(9, 9, 15, 0.18) 38%,
      rgba(9, 9, 15, 0.68) 50%,
      rgba(9, 9, 15, 0.32) 62%,
      rgba(9, 9, 15, 0.2) 100%);
  }

  .split-bg__tint {
    background:
      radial-gradient(circle at 50% 52%, rgba(116, 71, 255, 0.28), transparent 22rem),
      linear-gradient(180deg, rgba(9, 9, 15, 0.22) 0%, rgba(9, 9, 15, 0.42) 50%, rgba(9, 9, 15, 0.22) 100%);
  }
}

@media (max-width: 640px) {
  .floating-contact {
    right: 12px;
    top: auto;
    bottom: calc(82px + env(safe-area-inset-bottom));
    min-height: 44px;
    padding: 11px 13px;
    font-size: 0.78rem;
    transform: none;
  }

  .floating-contact:hover {
    transform: translateX(-2px);
  }
}

@media (max-width: 520px) {
  body:not([data-page]) .hero-photo,
  body[data-page="home"] .hero-photo {
    height: 590px;
  }

  body:not([data-page]) .hero-identity,
  body[data-page="home"] .hero-identity {
    bottom: 30px;
  }

  body:not([data-page]) h1,
  body[data-page="home"] h1 {
    max-width: 292px;
    font-size: 2.38rem;
  }

  .bio-panel {
    max-width: 100%;
    padding: 16px 14px 18px;
  }

  .video-page .editorial-hero,
  .split-page .editorial-hero {
    padding-top: 155px;
  }
}

@media (max-width: 390px) {
  body:not([data-page]) .hero-photo,
  body[data-page="home"] .hero-photo {
    height: 560px;
  }

  body:not([data-page]) h1,
  body[data-page="home"] h1 {
    font-size: 2.18rem;
  }
}
