/* =====================================================
   ELITE SOCIAL HUB — Premium dark theme
   ===================================================== */
:root {
  --bg: #0a0710;
  --bg-2: #120c1d;
  --bg-card: #171027;
  --line: rgba(255, 255, 255, .08);
  --text: #f4f1fa;
  --muted: #a79fc0;
  --violet: #7c3aed;
  --violet-2: #a78bfa;
  --pink: #ec4899;
  --green: #22c55e;
  --grad: linear-gradient(92deg, #a78bfa 0%, #ec4899 100%);
  --radius: 18px;
  --font-head: 'Sora', sans-serif;
  --font-body: 'Inter', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; }
.container { width: min(1180px, 92%); margin: 0 auto; }
section { padding: 90px 0; position: relative; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 54px; }
.section-head h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); font-weight: 800; }
.section-head p { color: var(--muted); margin-top: 14px; font-size: 1.05rem; }
.eyebrow {
  display: inline-block; padding: 7px 18px; border-radius: 999px;
  background: rgba(124, 58, 237, .15); border: 1px solid rgba(167, 139, 250, .35);
  color: var(--violet-2); font-size: .8rem; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; margin-bottom: 20px;
}

/* ---------- cursor ball ---------- */
#cursor-ball {
  position: fixed; width: 14px; height: 14px; border-radius: 50%;
  background: #fff; pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%); transition: width .2s, height .2s;
  mix-blend-mode: difference;
}
#cursor-glow {
  position: fixed; width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, .22) 0%, transparent 65%);
  pointer-events: none; z-index: 0; transform: translate(-50%, -50%);
}
@media (hover: none) { #cursor-ball, #cursor-glow { display: none; } }

/* ---------- buttons ---------- */
.btn {
  display: inline-block; padding: 14px 32px; border-radius: 999px;
  font-weight: 600; font-size: .95rem; cursor: pointer; border: 0;
  transition: transform .2s, box-shadow .2s; font-family: var(--font-body);
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 8px 30px rgba(236, 72, 153, .35); }
.btn-outline { background: transparent; color: var(--text); border: 1px solid rgba(255, 255, 255, .25); }
.btn-outline:hover { border-color: var(--violet-2); color: var(--violet-2); }
.btn-lg { padding: 17px 42px; font-size: 1.05rem; }

/* ---------- header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  background: rgba(10, 7, 16, .75); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.logo { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-size: 1.1rem; }
.logo-mark {
  width: 38px; height: 38px; border-radius: 11px; background: var(--grad);
  display: grid; place-items: center; font-weight: 800; color: #fff; font-size: 1.15rem;
}
.logo-text b { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .92rem; }
.main-nav a { color: var(--muted); transition: color .2s; }
.main-nav a:hover, .main-nav a.on { color: #fff; }
.nav-cta { color: #fff !important; padding: 11px 24px; }
.careers-link { display: inline-flex; align-items: center; gap: 7px; color: var(--pink) !important; }
.hiring-badge {
  background: var(--green); color: #05270f; font-size: .62rem; font-weight: 800;
  padding: 3px 8px; border-radius: 999px; letter-spacing: .06em; animation: pulse-badge 1.6s infinite;
}
@keyframes pulse-badge { 50% { box-shadow: 0 0 0 6px rgba(34, 197, 94, .15); } }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; }

/* ---------- hero ---------- */
.hero {
  min-height: 100vh; display: flex; align-items: center; padding: 150px 0 80px;
  background:
    radial-gradient(900px 500px at 75% 10%, rgba(124, 58, 237, .28), transparent 60%),
    radial-gradient(700px 500px at 15% 85%, rgba(236, 72, 153, .16), transparent 60%),
    var(--bg);
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; }
.hero h1 { font-size: clamp(2.4rem, 5.4vw, 4rem); font-weight: 800; margin: 22px 0 20px; }
.hero .sub { color: var(--muted); font-size: 1.12rem; max-width: 560px; margin-bottom: 34px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-photos { position: relative; height: 460px; }
.founder-card {
  position: absolute; width: 62%; border-radius: 22px; overflow: hidden;
  border: 1px solid var(--line); background: var(--bg-card);
  box-shadow: 0 30px 60px rgba(0, 0, 0, .5); animation: float 6s ease-in-out infinite;
}
.founder-card img, .founder-card .ph { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.founder-card .ph { display: grid; place-items: center; font-size: 4rem; background: linear-gradient(160deg, #241a3d, #120c20); }
.founder-card figcaption { padding: 12px 16px; font-size: .85rem; color: var(--muted); }
.founder-card figcaption b { color: #fff; display: block; font-size: .95rem; }
.founder-1 { top: 0; left: 0; z-index: 2; }
.founder-2 { bottom: 0; right: 0; animation-delay: -3s; }
@keyframes float { 50% { transform: translateY(-16px); } }

/* ---------- live ticker badge ---------- */
.ticker-pill {
  display: inline-flex; align-items: center; gap: 12px;
  background: rgba(255, 255, 255, .06); border: 1px solid var(--line);
  border-radius: 999px; padding: 9px 22px 9px 9px; margin-bottom: 8px;
}
.ticker-year {
  background: var(--violet); color: #fff; font-weight: 800; font-size: .8rem;
  padding: 6px 13px; border-radius: 999px;
}
.ticker-text { font-size: .9rem; color: var(--text); min-width: 240px; }
.ticker-text.fade { animation: tickfade .5s; }
@keyframes tickfade { from { opacity: 0; transform: translateY(6px); } }
.ticker-live-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--green);
  animation: pulse-badge 1.4s infinite;
}

/* ---------- creators marquee ---------- */
.marquee { overflow: hidden; position: relative; padding: 10px 0 ; }
.marquee::before, .marquee::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none;
}
.marquee::before { left: 0; background: linear-gradient(90deg, var(--bg), transparent); }
.marquee::after { right: 0; background: linear-gradient(-90deg, var(--bg), transparent); }
.marquee-track { display: flex; gap: 24px; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.creator-card {
  width: 220px; background: var(--bg-card); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; transition: transform .3s, border-color .3s;
}
.creator-card:hover { transform: translateY(-8px) scale(1.02); border-color: rgba(167, 139, 250, .5); }
.creator-card .cphoto { aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.creator-card .cphoto.ph { display: grid; place-items: center; font-size: 3rem; font-family: var(--font-head); font-weight: 800; color: rgba(255,255,255,.85);
  background: linear-gradient(160deg, #3b2a63, #1a1130); }
.creator-card .cinfo { padding: 14px 16px; }
.creator-card .cinfo b { display: block; font-family: var(--font-head); font-size: .98rem; }
.creator-card .cinfo span { color: var(--muted); font-size: .8rem; }
.creator-card .cstat { color: var(--violet-2); font-weight: 700; font-size: .85rem; margin-top: 4px; display: block; }

/* ---------- calculator ---------- */
.calc-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.calc-panel {
  background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 36px;
}
.calc-panel h3 { font-size: 1.25rem; margin-bottom: 6px; }
.calc-panel .panel-tag { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--pink); font-weight: 700; }
.calc-panel label { display: block; font-size: .85rem; color: var(--muted); margin: 22px 0 8px; }
.calc-panel select, .calc-panel input[type=text], .calc-panel input[type=email], .calc-panel input[type=tel], .calc-panel input[type=url], .calc-panel textarea {
  width: 100%; background: #0e0918; border: 1px solid var(--line); border-radius: 12px;
  color: var(--text); padding: 14px 16px; font-size: .95rem; font-family: var(--font-body);
}
.calc-panel select:focus, .calc-panel input:focus, .calc-panel textarea:focus { outline: none; border-color: var(--violet); }
input[type=range] { width: 100%; accent-color: var(--pink); margin-top: 10px; }
.views-readout { text-align: right; color: var(--violet-2); font-weight: 700; font-size: .9rem; }
.calc-result {
  margin-top: 28px; padding: 22px; border-radius: 14px; text-align: center;
  background: linear-gradient(120deg, rgba(124, 58, 237, .25), rgba(236, 72, 153, .2));
  border: 1px solid rgba(167, 139, 250, .35);
}
.calc-result small { display: block; color: var(--muted); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.calc-result .amount { font-family: var(--font-head); font-size: 2.3rem; font-weight: 800; color: #fff; }
.form-msg { margin-top: 14px; font-size: .9rem; display: none; }
.form-msg.ok { color: var(--green); display: block; }
.form-msg.err { color: var(--pink); display: block; }

/* ---------- results (3D float animation) ---------- */
.results-section { background: radial-gradient(800px 400px at 50% 0, rgba(124, 58, 237, .14), transparent 70%), var(--bg-2); }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-bottom: 70px; }
.stat-card {
  background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 24px; text-align: center;
}
.stat-card .num { font-family: var(--font-head); font-size: 2.1rem; font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-card .lbl { color: var(--muted); font-size: .9rem; margin-top: 6px; }
.float-stage { height: 420px; position: relative; perspective: 1100px; overflow: hidden; }
.float-shot {
  position: absolute; bottom: -240px; width: 250px; border-radius: 14px; overflow: hidden;
  border: 1px solid rgba(167, 139, 250, .35); box-shadow: 0 24px 60px rgba(0, 0, 0, .55);
  transform: rotateX(18deg) rotateZ(-4deg); opacity: 0;
  animation: floatUp 9s linear infinite;
}
.float-shot img { width: 100%; }
.float-shot .shot-ph {
  width: 100%; height: 300px; display: grid; place-items: center; text-align: center; padding: 18px;
  background: linear-gradient(165deg, #221741, #0e0a19); color: var(--violet-2);
  font-family: var(--font-head); font-weight: 700;
}
@keyframes floatUp {
  0%   { transform: translateY(0) rotateX(18deg) rotateZ(-4deg); opacity: 0; }
  12%  { opacity: 1; }
  70%  { opacity: 1; }
  100% { transform: translateY(-620px) rotateX(18deg) rotateZ(3deg); opacity: 0; }
}

/* ---------- card grids (offerings / usps) ---------- */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.info-card {
  background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 28px; transition: transform .3s, border-color .3s;
}
.info-card:hover { transform: translateY(-6px); border-color: rgba(236, 72, 153, .45); }
.info-card .icon {
  width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center;
  font-size: 1.5rem; background: rgba(124, 58, 237, .18); border: 1px solid rgba(167, 139, 250, .3);
  margin-bottom: 18px;
}
.info-card h3 { font-size: 1.1rem; margin-bottom: 10px; }
.info-card p { color: var(--muted); font-size: .92rem; }

/* ---------- final CTA ---------- */
.final-cta {
  text-align: center;
  background:
    radial-gradient(700px 380px at 50% 20%, rgba(124, 58, 237, .35), transparent 70%), var(--bg-2);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.final-cta h2 { font-size: clamp(1.9rem, 4.4vw, 3rem); max-width: 780px; margin: 0 auto 18px; font-weight: 800; }
.final-cta p { color: var(--muted); max-width: 560px; margin: 0 auto 34px; }

/* ---------- inner pages ---------- */
.page-hero { padding: 170px 0 70px; text-align: center;
  background: radial-gradient(800px 420px at 50% 0, rgba(124, 58, 237, .3), transparent 65%), var(--bg); }
.page-hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 800; }
.page-hero p { color: var(--muted); max-width: 640px; margin: 16px auto 0; font-size: 1.08rem; }
.prose { max-width: 820px; margin: 0 auto; color: var(--muted); font-size: 1.05rem; }
.prose p { margin-bottom: 20px; }
.prose h2, .prose h3 { color: var(--text); margin: 34px 0 14px; }

/* ---------- talents grid ---------- */
.talents-filter { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-bottom: 44px; }
.talents-filter button {
  background: var(--bg-card); border: 1px solid var(--line); color: var(--muted);
  padding: 9px 22px; border-radius: 999px; cursor: pointer; font-size: .88rem; transition: all .2s;
}
.talents-filter button.on, .talents-filter button:hover { background: var(--grad); color: #fff; border-color: transparent; }
.talents-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* ---------- FAQ accordion ---------- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { background: var(--bg-card); border: 1px solid var(--line); border-radius: 14px; margin-bottom: 14px; overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; color: var(--text);
  font-family: var(--font-body); font-size: 1rem; font-weight: 600; padding: 20px 24px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer;
}
.faq-q .chev { transition: transform .3s; color: var(--violet-2); }
.faq-item.open .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; color: var(--muted); font-size: .95rem; }
.faq-a > div { padding: 0 24px 22px; }

/* ---------- contact ---------- */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 70px; }
.contact-card {
  background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 36px 26px; text-align: center; transition: transform .3s, border-color .3s;
}
.contact-card:hover { transform: translateY(-6px); border-color: rgba(167, 139, 250, .5); }
.contact-card .icon {
  width: 54px; height: 54px; margin: 0 auto 16px; border-radius: 50%;
  background: rgba(124, 58, 237, .2); display: grid; place-items: center; font-size: 1.4rem;
}
.contact-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.contact-card p { color: var(--muted); font-size: .88rem; margin-bottom: 8px; }
.contact-card a.link { color: var(--violet-2); font-weight: 600; font-size: .92rem; }
.calendly-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: #fff; }

/* ---------- careers ---------- */
.job-list { max-width: 860px; margin: 0 auto; }
.job-card {
  background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; margin-bottom: 20px; display: flex; justify-content: space-between; gap: 24px; align-items: center; flex-wrap: wrap;
}
.job-card h3 { font-size: 1.15rem; }
.job-meta { color: var(--muted); font-size: .85rem; margin: 6px 0 10px; display: flex; gap: 14px; flex-wrap: wrap; }
.job-meta span { background: rgba(124, 58, 237, .15); padding: 3px 12px; border-radius: 999px; }
.job-card p { color: var(--muted); font-size: .92rem; max-width: 560px; }

/* ---------- blog ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-card { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .3s; }
.blog-card:hover { transform: translateY(-6px); }
.blog-card .bimg { aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.blog-card .bimg.ph { display: grid; place-items: center; font-size: 2.4rem; background: linear-gradient(150deg, #2a1c4d, #140d24); }
.blog-card .binfo { padding: 22px; }
.blog-card .bdate { color: var(--pink); font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.blog-card h3 { font-size: 1.08rem; margin: 10px 0; }
.blog-card p { color: var(--muted); font-size: .9rem; }
.share-row { display: flex; gap: 10px; margin-top: 30px; flex-wrap: wrap; }
.share-row a {
  padding: 9px 20px; border-radius: 999px; border: 1px solid var(--line);
  font-size: .85rem; color: var(--muted); transition: all .2s;
}
.share-row a:hover { color: #fff; border-color: var(--violet-2); }

/* ---------- generic form card ---------- */
.form-card {
  max-width: 640px; margin: 0 auto; background: var(--bg-card);
  border: 1px solid var(--line); border-radius: var(--radius); padding: 40px;
}

/* ---------- footer ---------- */
.site-footer { background: #070510; border-top: 1px solid var(--line); padding: 70px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 50px; }
.footer-grid h4 { font-size: .95rem; margin-bottom: 18px; }
.footer-grid a { display: block; color: var(--muted); font-size: .9rem; margin-bottom: 12px; transition: color .2s; }
.footer-grid a:hover { color: #fff; }
.footer-about { color: var(--muted); font-size: .9rem; margin: 18px 0; max-width: 320px; }
.footer-social { display: flex; gap: 14px; }
.footer-social a { margin: 0; }
.footer-bottom {
  border-top: 1px solid var(--line); padding: 22px 0; display: flex;
  justify-content: space-between; color: var(--muted); font-size: .82rem; flex-wrap: wrap; gap: 10px;
}

/* ---------- chat widget ---------- */
#chat-widget { position: fixed; right: 24px; bottom: 24px; z-index: 1200; }
#chat-bubble {
  width: 60px; height: 60px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--grad); font-size: 1.5rem; box-shadow: 0 12px 34px rgba(236, 72, 153, .45);
  transition: transform .2s;
}
#chat-bubble:hover { transform: scale(1.08); }
#chat-box {
  display: none; position: absolute; right: 0; bottom: 76px; width: 340px; max-width: calc(100vw - 40px);
  background: var(--bg-card); border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .6);
}
#chat-box.open { display: flex; flex-direction: column; }
.chat-head { background: var(--grad); padding: 16px 18px; display: flex; justify-content: space-between; align-items: center; }
.chat-head small { display: block; font-size: .74rem; opacity: .85; }
#chat-close { background: none; border: 0; color: #fff; font-size: 1.4rem; cursor: pointer; }
.chat-body { height: 320px; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.chat-msg { max-width: 82%; padding: 10px 14px; border-radius: 14px; font-size: .88rem; white-space: pre-wrap; }
.chat-msg.bot { background: rgba(255, 255, 255, .07); border-bottom-left-radius: 4px; align-self: flex-start; }
.chat-msg.me { background: var(--violet); color: #fff; border-bottom-right-radius: 4px; align-self: flex-end; }
.chat-msg.typing { color: var(--muted); font-style: italic; }
#chat-form { display: flex; border-top: 1px solid var(--line); }
#chat-input { flex: 1; background: none; border: 0; padding: 14px 16px; color: var(--text); font-size: .9rem; }
#chat-input:focus { outline: none; }
#chat-form button { background: none; border: 0; color: var(--violet-2); font-size: 1.2rem; padding: 0 18px; cursor: pointer; }

/* ---------- reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s, transform .7s; }
.reveal.vis { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .cards-grid, .blog-grid, .contact-cards { grid-template-columns: repeat(2, 1fr); }
  .talents-grid { grid-template-columns: repeat(3, 1fr); }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .hero-grid, .calc-wrap { grid-template-columns: 1fr; }
  .hero-photos { height: 380px; max-width: 420px; }
  .main-nav {
    position: fixed; inset: 74px 0 auto 0; background: #0d0917; flex-direction: column;
    padding: 26px 6%; gap: 20px; display: none; border-bottom: 1px solid var(--line);
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
}
@media (max-width: 600px) {
  section { padding: 64px 0; }
  .cards-grid, .blog-grid, .contact-cards, .talents-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; gap: 14px; }
  .footer-grid { grid-template-columns: 1fr; }
  .float-shot { width: 190px; }
}
