:root {
  --black: #070707;
  --black-2: #0d0d0f;
  --black-3: #151414;
  --gold: #c9a96e;
  --gold-bright: #e4c27f;
  --champagne: #f4e4c0;
  --sand: #b78b5d;
  --white: #f8f5ef;
  --muted: #b9b0a2;
  --green: #25d366;
  --line: rgba(228, 194, 127, 0.22);
  --glass: rgba(255, 255, 255, 0.055);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
  --header-height: 82px;
  --max-width: 1180px;
  --radius: 8px;
  --mouse-x: 50%;
  --mouse-y: 50%;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background: var(--black);
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(115deg, rgba(201, 169, 110, 0.08), transparent 24%),
    linear-gradient(245deg, rgba(183, 139, 93, 0.07), transparent 28%),
    #070707;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 82%);
  z-index: -2;
}

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

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

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

.noise-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.13;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
}

.cursor-halo {
  position: fixed;
  left: var(--mouse-x);
  top: var(--mouse-y);
  width: 420px;
  height: 420px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(228, 194, 127, 0.17), rgba(201, 169, 110, 0.06) 34%, transparent 66%);
  filter: blur(10px);
  opacity: 0.75;
  z-index: 0;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  width: min(calc(100% - 32px), var(--max-width));
  height: var(--header-height);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px;
  border: 1px solid rgba(244, 228, 192, 0.13);
  background: rgba(7, 7, 7, 0.72);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  z-index: 20;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: lowercase;
}

.brand img {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(228, 194, 127, 0.45);
  border-radius: 50%;
  object-fit: cover;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(244, 228, 192, 0.09);
  background: rgba(255, 255, 255, 0.035);
}

.header-nav a,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  color: rgba(248, 245, 239, 0.82);
  font-size: 0.88rem;
  font-weight: 700;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.header-nav a:hover,
.header-cta:hover {
  color: var(--champagne);
  background: rgba(228, 194, 127, 0.1);
  transform: translateY(-1px);
}

.header-cta {
  border: 1px solid rgba(37, 211, 102, 0.34);
  color: #dfffe9;
  background: rgba(37, 211, 102, 0.1);
}

.section {
  position: relative;
  min-height: 100vh;
  padding: 128px 22px 96px;
  isolation: isolate;
}

.hero-section {
  display: grid;
  place-items: center;
  padding-top: 144px;
}

#particle-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-grid {
  width: min(100%, var(--max-width));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: clamp(36px, 7vw, 94px);
}

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

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-title,
.section-heading h2,
.cta-shell h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 0.92;
  text-wrap: balance;
}

.hero-title {
  max-width: 760px;
  font-size: clamp(3.4rem, 8vw, 7.8rem);
  font-weight: 950;
  text-transform: uppercase;
}

.hero-title span {
  display: block;
  position: relative;
  width: fit-content;
  overflow: hidden;
}

.hero-title span:nth-child(2) {
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 228, 192, 0.78);
}

.hero-title span:nth-child(3) {
  background: linear-gradient(92deg, var(--white), var(--gold-bright) 48%, var(--sand));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(248, 245, 239, 0.72);
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn,
.whatsapp-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-weight: 900;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.btn::before,
.whatsapp-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-112%) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.33), transparent);
  transition: transform 0.7s ease;
}

.btn:hover,
.whatsapp-btn:hover {
  transform: translateY(-3px);
}

.btn:hover::before,
.whatsapp-btn:hover::before {
  transform: translateX(112%) skewX(-18deg);
}

.btn-primary {
  color: #11100c;
  background: linear-gradient(135deg, var(--champagne), var(--gold) 54%, var(--sand));
  box-shadow: 0 18px 55px rgba(201, 169, 110, 0.25);
}

.btn-secondary {
  color: var(--champagne);
  border-color: rgba(244, 228, 192, 0.2);
  background: rgba(255, 255, 255, 0.045);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 52px;
}

.metric-card,
.pillar-card,
.creator-console,
.cta-shell,
.influencer-panel {
  position: relative;
  border: 1px solid rgba(244, 228, 192, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 7, 7, 0.54);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.metric-card::after,
.pillar-card::after,
.creator-console::after,
.cta-shell::after,
.influencer-panel::after,
.influencer-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: radial-gradient(
    circle at var(--card-x, 50%) var(--card-y, 50%),
    rgba(228, 194, 127, 0.24),
    transparent 34%
  );
}

.metric-card:hover::after,
.pillar-card:hover::after,
.creator-console:hover::after,
.cta-shell:hover::after,
.influencer-panel:hover::after,
.influencer-card:hover::after {
  opacity: 1;
}

.metric-card {
  min-height: 116px;
  padding: 20px;
}

.metric-card strong {
  display: block;
  color: var(--gold-bright);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1;
}

.metric-card span {
  display: block;
  margin-top: 12px;
  color: rgba(248, 245, 239, 0.62);
  font-size: 0.88rem;
  line-height: 1.35;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.brand-orbit {
  position: absolute;
  width: min(92vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(201, 169, 110, 0.11);
  animation: rotateSlow 28s linear infinite;
}

.brand-orbit span {
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(228, 194, 127, 0.12);
}

.brand-orbit span:nth-child(2) {
  inset: 22%;
  transform: rotate(18deg);
}

.brand-orbit span:nth-child(3) {
  inset: 34%;
  transform: rotate(-28deg);
}

.creator-console {
  width: min(100%, 430px);
  padding: 18px;
  backdrop-filter: blur(18px);
  transform-style: preserve-3d;
}

.console-topbar {
  display: flex;
  gap: 8px;
}

.console-topbar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(244, 228, 192, 0.28);
}

.console-logo {
  width: 164px;
  height: 164px;
  margin: 34px auto 30px;
  padding: 10px;
  border: 1px solid rgba(228, 194, 127, 0.34);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.42);
  box-shadow: inset 0 0 42px rgba(201, 169, 110, 0.14), 0 0 80px rgba(201, 169, 110, 0.14);
}

.console-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.console-stack {
  display: grid;
  gap: 10px;
}

.console-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(244, 228, 192, 0.11);
  background: rgba(255, 255, 255, 0.035);
}

.console-row span {
  color: rgba(248, 245, 239, 0.64);
  font-weight: 850;
  letter-spacing: 0.08em;
}

.console-row strong {
  color: var(--champagne);
  text-align: right;
}

.console-row.is-active {
  border-color: rgba(228, 194, 127, 0.38);
  background: rgba(201, 169, 110, 0.09);
}

.pulse-line {
  position: relative;
  height: 3px;
  margin-top: 18px;
  overflow: hidden;
  background: rgba(244, 228, 192, 0.09);
}

.pulse-line::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 42%;
  background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
  animation: pulseLine 2.4s ease-in-out infinite;
}

.ecosystem-section {
  padding-top: 112px;
  background:
    linear-gradient(180deg, rgba(7, 7, 7, 0), #0a0a0a 18%, #080808 100%),
    linear-gradient(90deg, rgba(201, 169, 110, 0.07), transparent 40%, rgba(37, 211, 102, 0.035));
}

.section-heading {
  width: min(100%, var(--max-width));
  margin: 0 auto 42px;
}

.section-heading h2,
.cta-shell h2 {
  max-width: 860px;
  font-size: clamp(2.3rem, 5.6vw, 5.7rem);
  font-weight: 950;
  text-transform: uppercase;
}

.section-heading p:not(.eyebrow),
.cta-shell p {
  max-width: 730px;
  margin: 22px 0 0;
  color: rgba(248, 245, 239, 0.68);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.75;
}

.pillars-grid {
  width: min(100%, var(--max-width));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 auto 50px;
}

.pillar-card {
  min-height: 238px;
  padding: 28px;
}

.card-index {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(228, 194, 127, 0.26);
  color: var(--gold-bright);
  font-size: 0.82rem;
  font-weight: 900;
}

.pillar-card h3 {
  margin: 48px 0 14px;
  font-size: 1.55rem;
  text-transform: uppercase;
}

.pillar-card p {
  margin: 0;
  color: rgba(248, 245, 239, 0.64);
  line-height: 1.62;
}

.logo-showcase {
  width: min(100%, 1340px);
  margin: 0 auto 38px;
}

.showcase-label {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  width: min(100%, var(--max-width));
  margin: 0 auto 18px;
}

.showcase-label span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(228, 194, 127, 0.34));
}

.showcase-label span:last-child {
  background: linear-gradient(90deg, rgba(228, 194, 127, 0.34), transparent);
}

.showcase-label p {
  margin: 0;
  color: rgba(248, 245, 239, 0.62);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
}

.logo-slider {
  position: relative;
  overflow: hidden;
  padding: 16px 0;
  border-block: 1px solid rgba(244, 228, 192, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

.logo-slider::before,
.logo-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(18vw, 220px);
  z-index: 2;
  pointer-events: none;
}

.logo-slider::before {
  left: 0;
  background: linear-gradient(90deg, #080808, transparent);
}

.logo-slider::after {
  right: 0;
  background: linear-gradient(270deg, #080808, transparent);
}

.logo-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: logoSlide 28s linear infinite;
}

.logo-slider:hover .logo-track {
  animation-play-state: paused;
}

.logo-item {
  flex: 0 0 214px;
  height: 92px;
  display: grid;
  place-items: center;
  padding: 18px 24px;
  border: 1px solid rgba(244, 228, 192, 0.13);
  background: rgba(0, 0, 0, 0.34);
}

.logo-item img {
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
  filter: saturate(1.05) contrast(1.04);
}

.influencer-panel {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding: clamp(18px, 3vw, 30px);
  backdrop-filter: blur(16px);
}

.carousel-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 24px;
}

.carousel-heading h3 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1.8rem, 3.4vw, 3.7rem);
  line-height: 1;
  text-transform: uppercase;
}

.carousel-controls {
  display: flex;
  gap: 10px;
}

.carousel-btn {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(244, 228, 192, 0.18);
  color: var(--champagne);
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.carousel-btn span {
  display: block;
  transform: translateY(-2px);
  font-size: 2rem;
  line-height: 1;
}

.carousel-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(228, 194, 127, 0.44);
  background: rgba(201, 169, 110, 0.12);
}

.influencer-carousel {
  overflow: hidden;
}

.influencer-track {
  display: flex;
  gap: 16px;
  transition: transform 0.72s cubic-bezier(0.2, 0.75, 0.22, 1);
  will-change: transform;
}

.influencer-card {
  position: relative;
  flex: 0 0 clamp(260px, 31vw, 360px);
  border: 1px solid rgba(244, 228, 192, 0.15);
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.influencer-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  background: #111;
  transition: filter 0.35s ease, transform 0.35s ease;
}

.influencer-card:hover .influencer-photo {
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.018);
}

.influencer-info {
  padding: 18px;
}

.influencer-info strong {
  display: block;
  color: var(--white);
  font-size: 1rem;
  text-transform: uppercase;
}

.influencer-info p {
  margin: 10px 0 0;
  color: rgba(248, 245, 239, 0.58);
  line-height: 1.5;
}

.carousel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
}

.carousel-progress {
  flex: 1;
  height: 2px;
  overflow: hidden;
  background: rgba(244, 228, 192, 0.1);
}

.carousel-progress span {
  display: block;
  height: 100%;
  width: 25%;
  background: linear-gradient(90deg, var(--gold), var(--champagne));
  transition: transform 0.72s cubic-bezier(0.2, 0.75, 0.22, 1);
}

.carousel-dots {
  display: flex;
  gap: 8px;
}

.carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(244, 228, 192, 0.22);
  cursor: pointer;
}

.carousel-dots button.is-active {
  background: var(--gold-bright);
}

.cta-section {
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, #080808, rgba(10, 10, 10, 0.78)),
    linear-gradient(120deg, rgba(37, 211, 102, 0.08), transparent 34%),
    linear-gradient(240deg, rgba(228, 194, 127, 0.13), transparent 46%);
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(201, 169, 110, 0.1));
  pointer-events: none;
  animation: breatheGold 4.8s ease-in-out infinite;
}

.cta-shell {
  width: min(100%, 940px);
  padding: clamp(28px, 6vw, 70px);
  text-align: center;
  background:
    linear-gradient(145deg, rgba(201, 169, 110, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(8, 8, 8, 0.76);
}

.cta-shell .eyebrow,
.cta-shell p {
  margin-left: auto;
  margin-right: auto;
}

.whatsapp-btn {
  margin-top: 34px;
  min-height: 64px;
  padding-inline: 30px;
  color: #041208;
  background: linear-gradient(135deg, #81f2a9, var(--green));
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.42), 0 20px 60px rgba(37, 211, 102, 0.24);
  animation: whatsappPulse 2.4s ease-in-out infinite;
}

.cta-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.cta-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(244, 228, 192, 0.14);
  color: rgba(248, 245, 239, 0.68);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.86rem;
  font-weight: 800;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.75, 0.22, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-title[data-reveal] {
  transition-delay: 0.08s;
}

.hero-subtitle[data-reveal] {
  transition-delay: 0.15s;
}

.hero-actions[data-reveal] {
  transition-delay: 0.22s;
}

.hero-metrics[data-reveal] {
  transition-delay: 0.3s;
}

.hero-visual[data-reveal] {
  transition-delay: 0.2s;
}

@keyframes rotateSlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulseLine {
  0% {
    transform: translateX(-120%);
  }
  55%,
  100% {
    transform: translateX(250%);
  }
}

@keyframes logoSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 8px));
  }
}

@keyframes whatsappPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.42), 0 20px 60px rgba(37, 211, 102, 0.24);
  }
  50% {
    box-shadow: 0 0 0 13px rgba(37, 211, 102, 0), 0 22px 70px rgba(37, 211, 102, 0.32);
  }
}

@keyframes breatheGold {
  0%,
  100% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
}

@media (max-width: 940px) {
  .site-header {
    height: auto;
  }

  .header-nav {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 460px;
  }

  .pillars-grid,
  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .carousel-heading {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 68px;
  }

  .cursor-halo {
    display: none;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    padding: 10px;
  }

  .brand span {
    font-size: 0.95rem;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .header-cta {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 0.8rem;
  }

  .section {
    min-height: auto;
    padding: 116px 16px 72px;
  }

  .hero-section {
    min-height: 100vh;
    padding-top: 116px;
  }

  .hero-title {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  .hero-actions,
  .btn,
  .whatsapp-btn {
    width: 100%;
  }

  .btn,
  .whatsapp-btn {
    padding-inline: 18px;
    text-align: center;
  }

  .hero-visual {
    min-height: 390px;
  }

  .creator-console {
    width: 100%;
  }

  .showcase-label {
    grid-template-columns: 1fr;
  }

  .showcase-label span {
    display: none;
  }

  .logo-item {
    flex-basis: 170px;
    height: 82px;
  }

  .influencer-card {
    flex-basis: min(82vw, 330px);
  }

  .carousel-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .carousel-progress {
    width: 100%;
  }
}

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