:root {
  color-scheme: dark;
  --bg: #040404;
  --glass: rgba(7, 7, 6, 0.58);
  --line: rgba(255, 255, 255, 0.16);
  --text: #fff8ef;
  --muted: rgba(255, 248, 239, 0.72);
  --gold: #e8bd58;
  --gold-hot: #ffb20d;
  --gold-deep: #9f6200;
  --shadow: 0 30px 100px rgba(0, 0, 0, 0.72);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

button {
  color: inherit;
  font: inherit;
}

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

.hub-page {
  min-height: 100vh;
}

.hero-shell {
  position: relative;
  display: grid;
  min-height: 100vh;
  place-items: center;
  overflow: hidden;
  padding: clamp(1rem, 4vw, 3rem);
}

.cinema-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: #000;
}

.cinema-bg::before,
.cinema-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cinema-bg::before {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 178, 13, 0.22), transparent 20rem),
    radial-gradient(circle at 15% 80%, rgba(232, 189, 88, 0.16), transparent 20rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.94)),
    linear-gradient(0deg, rgba(4, 4, 4, 0.97), transparent 42%, rgba(4, 4, 4, 0.8));
  z-index: 1;
}

.cinema-bg::after {
  z-index: 2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.74), transparent 82%);
}

.cinema-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  filter: grayscale(0.08) contrast(1.14) saturate(1.04);
  transform: scale(1.02);
}

.grain {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0.18;
  mix-blend-mode: screen;
  pointer-events: none;
  background-image: repeating-radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.58) 0 1px, transparent 1px 4px);
}

.particle {
  position: absolute;
  z-index: 4;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 28px rgba(255, 178, 13, 0.9);
  opacity: 0.42;
  animation: floatParticle 9s ease-in-out infinite;
}

.particle-one {
  left: 18%;
  top: 28%;
}

.particle-two {
  right: 16%;
  top: 44%;
  animation-delay: -3s;
}

.particle-three {
  left: 58%;
  bottom: 14%;
  animation-delay: -6s;
}

.creator-card {
  width: min(45rem, 100%);
  padding: clamp(1rem, 3vw, 1.55rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.024)),
    var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  animation: fadeUp 720ms ease both;
}

.language-switcher {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  width: max-content;
  margin: 0 auto 1rem;
  padding: 0.28rem;
  border: 1px solid rgba(232, 189, 88, 0.32);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
}

.lang-button {
  min-width: 2.35rem;
  min-height: 2rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 950;
  cursor: pointer;
}

.lang-button.active,
.lang-button:hover {
  background: linear-gradient(135deg, var(--gold-hot), var(--gold-deep));
  color: #170f05;
}

.location {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin: 0 0 0.85rem;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.location span {
  color: var(--gold);
}

.portrait-orbit {
  position: relative;
  width: clamp(6.8rem, 24vw, 9.4rem);
  margin: 0 auto 1rem;
  border-radius: 8px;
}

.portrait-orbit::before {
  content: "";
  position: absolute;
  inset: -0.45rem;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 178, 13, 0.8), transparent 42%, rgba(255, 255, 255, 0.18));
  filter: blur(10px);
  opacity: 0.72;
}

.portrait-orbit img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(232, 189, 88, 0.62);
  border-radius: inherit;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.48);
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

h1 {
  margin: 0.35rem 0 0.65rem;
  color: var(--gold-hot);
  font-size: clamp(2.55rem, 10vw, 5.6rem);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0.08em;
  text-align: center;
  text-shadow: 0 0 35px rgba(255, 178, 13, 0.32);
}

.headline {
  max-width: 34rem;
  margin: 0 auto 0.7rem;
  color: var(--text);
  font-size: clamp(1.15rem, 2.8vw, 1.55rem);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.signals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 auto 1rem;
}

.signals span {
  padding: 0.42rem 0.62rem;
  border: 1px solid rgba(232, 189, 88, 0.25);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.34);
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 850;
}

.social-row {
  display: flex;
  justify-content: center;
  gap: 0.62rem;
  margin: 1rem 0 1.15rem;
}

.social-row a {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgba(232, 189, 88, 0.55);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.social-row a:hover {
  border-color: rgba(255, 178, 13, 0.96);
  background: rgba(255, 178, 13, 0.1);
  box-shadow: 0 0 32px rgba(255, 178, 13, 0.22);
  transform: translateY(-2px);
}

.social-row svg {
  width: 1.22rem;
  height: 1.22rem;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.social-row svg path:nth-child(2) {
  fill: var(--gold);
  stroke: none;
}

.action-stack {
  display: grid;
  gap: 0.75rem;
}

.premium-button {
  position: relative;
  display: grid;
  grid-template-columns: 5.2rem 1fr auto;
  gap: 1rem;
  align-items: center;
  width: 100%;
  min-height: 5.65rem;
  overflow: hidden;
  padding: 0.75rem 0.95rem 0.75rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 178, 13, 0.98), rgba(159, 98, 0, 0.94)),
    #d28400;
  color: #fffaf2;
  text-align: left;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.38), 0 0 34px rgba(255, 178, 13, 0.12);
  cursor: pointer;
  animation: fadeUp 720ms ease both;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease,
    transform 180ms ease;
}

.premium-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.23) 48%, transparent 72%);
  transform: translateX(-120%);
  transition: transform 620ms ease;
}

.premium-button:hover {
  border-color: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.48), 0 0 42px rgba(255, 178, 13, 0.28);
  filter: brightness(1.07);
  transform: translateY(-2px);
}

.premium-button:hover::after {
  transform: translateX(120%);
}

.premium-button:disabled {
  cursor: not-allowed;
  filter: saturate(0.82) brightness(0.9);
  opacity: 0.86;
}

.premium-button:disabled:hover {
  transform: none;
}

.premium-button.primary {
  background:
    linear-gradient(135deg, #ffbd24, #c87500),
    #e28b00;
}

.action-thumb {
  position: relative;
  display: grid;
  width: 5.2rem;
  height: 4.35rem;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 950;
  isolation: isolate;
}

.action-thumb::before,
.action-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.action-thumb::before {
  background-size: cover;
  background-position: center;
  filter: contrast(1.14) saturate(1.08);
  transform: scale(1.08);
}

.action-thumb::after {
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.62), transparent 60%),
    linear-gradient(135deg, rgba(255, 178, 13, 0.5), transparent 52%);
}

.thumb-cinema::before {
  background-image: url("assets/images/portrait-cinematic.jpeg");
}

.thumb-gear::before {
  background-image: url("assets/images/setup-equipamentos.jpeg");
  background-position: center;
}

.thumb-digital::before {
  background-image: url("assets/images/europa-digital-checkout.webp");
  background-position: center;
}

.thumb-partner::before {
  background-image: url("assets/images/portrait-clean.jpeg");
}

.action-thumb svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.premium-button strong,
.premium-button small {
  position: relative;
  z-index: 1;
  display: block;
}

.button-copy {
  min-width: 0;
}

.premium-button strong {
  font-size: clamp(0.98rem, 2.5vw, 1.22rem);
  line-height: 1.15;
}

.premium-button small {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82rem;
}

.premium-button em {
  position: relative;
  z-index: 1;
  padding: 0.35rem 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatParticle {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0.8rem, -1.1rem, 0);
  }
}

@media (max-width: 620px) {
  .hero-shell {
    min-height: 100svh;
    padding: 0.95rem;
  }

  .cinema-bg img {
    object-position: 61% center;
  }

  .creator-card {
    padding: 0.86rem;
  }

  h1 {
    letter-spacing: 0.045em;
  }

  .premium-button {
    grid-template-columns: 4.55rem 1fr;
    min-height: 5.05rem;
    padding: 0.62rem 0.72rem 0.62rem 0.62rem;
  }

  .action-thumb {
    width: 4.55rem;
    height: 3.8rem;
  }

  .premium-button em {
    grid-column: 2;
    justify-self: start;
    margin-top: -0.15rem;
  }
}

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