:root {
  --bg: #111214;
  --panel: #17181c;
  --line: rgba(255,255,255,.08);
  --text: #f1f1f1;
  --muted: #b8b9be;
  --pink: #f347a8;
  --lime: #b3ee01;
  --silver: #dcdcdc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

.site-bg,
.site-noise,
.scroll-progress {
  position: fixed;
  pointer-events: none;
  inset: 0;
}

.site-bg {
  z-index: -3;
  background:
    radial-gradient(circle at 15% 20%, rgba(243, 71, 168, .18), transparent 24%),
    radial-gradient(circle at 82% 12%, rgba(179, 238, 1, .18), transparent 18%),
    radial-gradient(circle at 72% 72%, rgba(255,255,255,.06), transparent 20%),
    linear-gradient(180deg, #101114 0%, #111214 48%, #0b0c0f 100%);
  animation: bgShift 16s ease-in-out infinite alternate;
}

.site-noise {
  z-index: 0;
  opacity: .06;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 140px 140px;
  mask-image: radial-gradient(circle at center, black 52%, transparent 100%);
}

.scroll-progress {
  inset: 0 auto auto 0;
  z-index: 60;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--pink), var(--lime));
  box-shadow: 0 0 18px rgba(243,71,168,.8), 0 0 28px rgba(179,238,1,.55);
}

.hero-section { position: relative; }
.hero-logo {
  box-shadow: 0 0 0 1px rgba(255,255,255,.05), 0 18px 60px rgba(0,0,0,.32);
}
.hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  opacity: .42;
}
.hero-orb-pink {
  height: 18rem;
  width: 18rem;
  left: -5rem;
  top: 8rem;
  background: rgba(243,71,168,.26);
  animation: floatOrb 8s ease-in-out infinite;
}
.hero-orb-lime {
  height: 15rem;
  width: 15rem;
  right: 2rem;
  bottom: 8rem;
  background: rgba(179,238,1,.18);
  animation: floatOrb 10s ease-in-out infinite reverse;
}

.gradient-text {
  background: linear-gradient(90deg, #ffffff 0%, #f347a8 45%, #b3ee01 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.animated-gradient {
  background-size: 180% 180%;
  animation: shimmer 7s ease infinite;
}

.cta-primary,
.social-pill {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  border-radius: 999px;
  padding: .92rem 1.35rem;
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, color .22s ease, box-shadow .22s ease;
}
.cta-primary svg,
.social-pill svg,
.floating-whatsapp svg {
  height: 1.1rem;
  width: 1.1rem;
  flex: none;
}
.cta-primary {
  background: var(--lime);
  color: #0a0a0a;
  box-shadow: 0 12px 28px rgba(179,238,1,.18), 0 0 22px rgba(179,238,1,.15);
}
.cta-primary:hover,
.social-pill:hover,
.floating-whatsapp:hover {
  transform: translateY(-2px);
}
.social-pill {
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: #fff;
}
.social-pill:hover {
  border-color: rgba(243,71,168,.5);
  background: rgba(255,255,255,.06);
}

.mini-card {
  border-radius: 1.5rem;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
  padding: 1rem 1rem 1.05rem;
  font-size: .94rem;
  color: rgba(255,255,255,.76);
  box-shadow: 0 10px 35px rgba(0,0,0,.16);
}
.mini-label {
  margin: 0 0 .45rem 0;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  box-shadow: 0 0 0 1px rgba(255,255,255,.03), 0 28px 80px rgba(0,0,0,.28);
}
.hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(243,71,168,.16), transparent 35%, rgba(179,238,1,.10));
  opacity: .75;
}
.hero-panel-inner {
  position: relative;
  z-index: 1;
  padding: 1.35rem;
}
.brand-showcase {
  min-height: 100%;
}
.brand-showcase-inner {
  display: flex;
  min-height: 31rem;
  flex-direction: column;
  justify-content: center;
  gap: 1.35rem;
  padding: 1.8rem;
}
.brand-topline {
  margin: 0;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(255,255,255,.52);
}
.brand-art-shell {
  position: relative;
  overflow: hidden;
  border-radius: 1.9rem;
  border: 1px solid rgba(255,255,255,.08);
  background: radial-gradient(circle at 20% 24%, rgba(243,71,168,.18), transparent 30%), radial-gradient(circle at 80% 72%, rgba(179,238,1,.18), transparent 30%), linear-gradient(160deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
  padding: 1rem;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), 0 24px 60px rgba(0,0,0,.22);
}
.brand-art-shell::before {
  content: "";
  position: absolute;
  inset: -22%;
  background: conic-gradient(from 0deg, rgba(243,71,168,0) 0deg, rgba(243,71,168,.55) 80deg, rgba(179,238,1,.7) 180deg, rgba(243,71,168,.18) 280deg, rgba(243,71,168,0) 360deg);
  filter: blur(24px);
  opacity: .48;
  animation: haloSpin 14s linear infinite;
}
.brand-artwork {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 1.45rem;
}
.brand-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.brand-pill-row span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  padding: .7rem .95rem;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.84);
}
.brand-note {
  margin: 0;
  max-width: 32rem;
  color: rgba(255,255,255,.72);
  line-height: 1.75;
}
.ticker-row {
  display: flex;
  gap: .8rem;
  white-space: nowrap;
  overflow: hidden;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .28em;
  color: rgba(255,255,255,.55);
}
.ticker-row span {
  animation: tickerPulse 6s ease-in-out infinite;
}
.stat-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  border-radius: 1.45rem;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.24);
  padding: 1rem;
}
.stat-card h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}
.stat-card p {
  margin: .45rem 0 0;
  font-size: .94rem;
  line-height: 1.6;
  color: rgba(255,255,255,.68);
}
.stat-index {
  display: inline-flex;
  min-width: 2.4rem;
  height: 2.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(179,238,1,.12);
  color: var(--lime);
  font-size: .82rem;
  font-weight: 700;
}
.spark {
  position: absolute;
  z-index: 1;
  background: radial-gradient(circle at center, rgba(255,255,255,.98) 0%, rgba(255,255,255,.12) 55%, transparent 70%);
  clip-path: polygon(50% 0%, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0% 50%, 38% 38%);
  opacity: .9;
}
.spark-a { width: 1.2rem; height: 1.2rem; top: 1.4rem; right: 1.4rem; animation: twinkle 3s ease-in-out infinite; }
.spark-b { width: .9rem; height: .9rem; top: 3.3rem; right: 3.5rem; animation: twinkle 2.4s ease-in-out infinite .6s; }


.section-kicker {
  margin: 0;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.section-title {
  margin: 1rem 0 0;
  max-width: 14ch;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.03em;
}
.section-copy {
  margin: 1rem 0 0;
  max-width: 38rem;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--muted);
}

.preview-frame {
  position: relative;
  overflow: hidden;
  min-height: 34rem;
  border-radius: 2rem;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.03);
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
}
.preview-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity .55s ease, transform .55s ease;
}
.preview-slide.active {
  opacity: 1;
  transform: scale(1);
}
.preview-art-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(160deg, #141519 0%, #0e1014 100%);
}
.preview-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,8,10,.10), rgba(8,8,10,.55));
  z-index: 1;
}
.preview-abstract {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
.preview-brand {
  background:
    radial-gradient(circle at 20% 22%, rgba(243,71,168,.28), transparent 24%),
    radial-gradient(circle at 80% 80%, rgba(179,238,1,.22), transparent 28%),
    linear-gradient(160deg, #141519 0%, #0e1014 100%);
}
.preview-site {
  background:
    radial-gradient(circle at 75% 20%, rgba(243,71,168,.22), transparent 20%),
    radial-gradient(circle at 25% 82%, rgba(179,238,1,.15), transparent 18%),
    linear-gradient(160deg, #121317 0%, #0b0c0f 100%);
}
.media-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(160deg, #15161a 0%, #0d0f13 100%);
}
.preview-caption {
  position: absolute;
  z-index: 2;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.4rem;
}
.preview-tag {
  display: inline-flex;
  margin-bottom: .7rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.28);
  padding: .45rem .72rem;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.preview-caption h3 {
  margin: 0;
  max-width: 18rem;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.6rem, 2vw, 2.25rem);
  line-height: 1.1;
}
.site-mockup {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 32rem;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1.8rem;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  box-shadow: 0 18px 55px rgba(0,0,0,.24);
}
.site-mockup-bar {
  height: 3rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}
.site-mockup-screen {
  display: flex;
  min-height: 18rem;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
.site-chip {
  margin-bottom: 1rem;
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.1);
  padding: .48rem .85rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--lime);
}
.site-heading {
  max-width: 12ch;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.03;
}

.story-step {
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  border-radius: 1.8rem;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  padding: 1.4rem;
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
}
.story-step.active {
  transform: translateX(.25rem);
  border-color: rgba(179,238,1,.48);
  background: linear-gradient(135deg, rgba(179,238,1,.08), rgba(243,71,168,.06));
  box-shadow: 0 22px 50px rgba(0,0,0,.18), 0 0 0 1px rgba(179,238,1,.15);
}
.story-step:focus-visible {
  outline: 2px solid rgba(179,238,1,.55);
  outline-offset: 3px;
}
.story-number {
  display: inline-flex;
  min-width: 2.7rem;
  height: 2.7rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.86);
  font-size: .84rem;
  font-weight: 700;
}
.story-kicker {
  margin: 0 0 .55rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(255,255,255,.48);
}
.story-step h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.15;
}
.story-step p {
  margin: .75rem 0 0;
  max-width: 34rem;
  color: rgba(255,255,255,.72);
  line-height: 1.7;
}

.service-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 1.8rem;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  padding: 1.45rem;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(243,71,168,.88), rgba(255,255,255,.16) 34%, rgba(179,238,1,.82) 68%, rgba(243,71,168,.72));
  background-size: 220% 220%;
  opacity: .52;
  transition: opacity .24s ease, transform .24s ease;
  z-index: 0;
  animation: borderFlow 7s linear infinite;
}
.service-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 8% 10%, rgba(243,71,168,.18), transparent 28%),
    radial-gradient(circle at 92% 88%, rgba(179,238,1,.16), transparent 26%),
    linear-gradient(180deg, rgba(17,18,20,.96), rgba(17,18,20,.88));
  z-index: 0;
}
.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow: 0 18px 45px rgba(0,0,0,.22), 0 0 30px rgba(243,71,168,.12), 0 0 24px rgba(179,238,1,.12);
}
.service-card:hover::before {
  opacity: .92;
  transform: scale(1.02);
}
.service-card > * {
  position: relative;
  z-index: 1;
}
.service-icon {
  display: inline-flex;
  margin-bottom: 1rem;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), 0 0 26px rgba(255,255,255,.04);
}
.service-icon svg { width: 1.35rem; height: 1.35rem; }
.service-card h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}
.service-card p {
  margin: .65rem 0 0;
  color: rgba(255,255,255,.68);
  line-height: 1.65;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
}
.marquee-track {
  display: inline-flex;
  min-width: 100%;
  gap: 1.4rem;
  animation: marquee 24s linear infinite;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -.02em;
}
.marquee-track span:nth-child(odd) { color: #fff; }
.marquee-track span:nth-child(even) { color: var(--pink); }

.founder-frame {
  position: relative;
}
.founder-photo-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  box-shadow: 0 25px 70px rgba(0,0,0,.26);
}
.founder-photo {
  display: block;
  width: 100%;
  max-height: 46rem;
  object-fit: cover;
}
.founder-glow {
  position: absolute;
  inset: auto -10% -10% auto;
  width: 16rem;
  height: 16rem;
  border-radius: 999px;
  background: rgba(243,71,168,.22);
  filter: blur(55px);
}
.founder-note-card {
  border-radius: 1.6rem;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  padding: 1.15rem 1.2rem;
  box-shadow: 0 18px 45px rgba(0,0,0,.14);
}
.founder-note-card p {
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.75;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: .9rem;
  text-decoration: none;
  border-radius: 1.35rem;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  padding: 1rem;
  transition: transform .22s ease, border-color .22s ease;
}
.contact-row:hover {
  transform: translateY(-2px);
  border-color: rgba(243,71,168,.28);
}
.contact-icon {
  display: inline-flex;
  height: 2.9rem;
  width: 2.9rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
}
.contact-icon svg { width: 1.18rem; height: 1.18rem; }
.contact-label {
  margin: 0;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
}
.contact-value {
  margin: .18rem 0 0;
  color: white;
}

.form-field { display: block; }
.form-field span {
  display: block;
  margin-bottom: .6rem;
  font-size: .92rem;
  color: rgba(255,255,255,.72);
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  appearance: none;
  border: 1px solid rgba(255,255,255,.1);
  outline: none;
  border-radius: 1.2rem;
  background: rgba(255,255,255,.05);
  padding: .95rem 1rem;
  color: white;
  font: inherit;
  transition: border-color .22s ease, box-shadow .22s ease, background-color .22s ease;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(255,255,255,.28);
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(179,238,1,.6);
  box-shadow: 0 0 0 4px rgba(179,238,1,.08);
  background: rgba(255,255,255,.06);
}

.floating-whatsapp {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 55;
  display: inline-flex;
  height: 3.7rem;
  width: 3.7rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--lime);
  color: #0a0a0a;
  box-shadow: 0 14px 34px rgba(179,238,1,.28), 0 0 22px rgba(179,238,1,.2);
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes bgShift {
  0% { transform: scale(1) translate3d(0,0,0); }
  100% { transform: scale(1.08) translate3d(0,-1.5%,0); }
}
@keyframes shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes floatOrb {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0, -16px, 0); }
}
@keyframes twinkle {
  0%, 100% { transform: scale(.9); opacity: .45; }
  50% { transform: scale(1.15); opacity: 1; }
}
@keyframes haloSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes tickerPulse {
  0%, 100% { opacity: .55; }
  50% { opacity: 1; }
}

@media (max-width: 1023px) {
  .preview-frame { min-height: 27rem; }
  .section-title { max-width: 100%; }
}

@media (max-width: 767px) {
  .hero-section { padding-top: 7.3rem; }
  .hero-panel-inner { padding: 1rem; }
  .brand-showcase-inner { min-height: auto; gap: 1rem; padding: 1rem; }
  .section-copy { font-size: .98rem; line-height: 1.75; }
  .floating-whatsapp { bottom: 1rem; right: 1rem; }
  .marquee-track { gap: 1rem; font-size: 1.2rem; }
  .story-step { padding: 1.15rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}


@keyframes borderFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
