/* =========================================================
   SOCIALX ONE — PITCH PRO (HTML compatível)
   ========================================================= */

/* RESET */
* { margin:0; padding:0; box-sizing:border-box; }
html, body { width:100%; height:100%; }
a { text-decoration:none; color:inherit; }
ul, ol { padding-left: 18px; }
img { max-width:100%; display:block; }

/* THEME */
:root{
  --bg:#050710;
  --bg2:#060b1b;
  --glass:rgba(8,12,26,0.72);
  --glass-strong:rgba(8,12,26,0.86);
  --stroke:rgba(148,163,184,.18);
  --stroke-strong:rgba(148,163,184,.28);
  --text:#e6edf7;
  --muted:#b6c2d6;
  --muted2:#9aa6bb;
  --green:#22c55e;
  --blue:#0ea5e9;
  --violet:#6366f1;
  --cyan:#38bdf8;
  --radius:18px;
  --radius-lg:24px;
  --shadow:0 18px 60px rgba(0,0,0,.6);
  --shadow-soft:0 10px 30px rgba(0,0,0,.45);
}

/* BODY */
body{
  font-family:'Poppins',sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
  overflow-x:hidden;
  position:relative;
}

/* WRAPPER */
.wrapper{
  max-width:1200px;
  margin:0 auto;
  padding:0 22px;
}

/* =========================================================
   BACKGROUND — AURORA REAL + NOISE + GRID
   ========================================================= */
.bg-aurora{
  position:fixed;
  inset:-25%;
  z-index:-5;
  filter: blur(90px) saturate(120%);
  opacity:.65;
  animation: auroraMove 18s ease-in-out infinite alternate;
  pointer-events:none;
  transform: translateZ(0);
}
.bg-aurora.a1{
  background:
    radial-gradient(900px circle at 10% 10%, rgba(34,197,94,0.42), transparent 60%),
    radial-gradient(900px circle at 90% 15%, rgba(14,165,233,0.40), transparent 60%),
    radial-gradient(900px circle at 50% 90%, rgba(99,102,241,0.36), transparent 62%);
}
.bg-aurora.a2{
  opacity:.5;
  filter: blur(120px) saturate(125%);
  animation-duration: 26s;
  background:
    radial-gradient(1000px circle at 25% 80%, rgba(16,185,129,0.35), transparent 65%),
    radial-gradient(900px circle at 70% 70%, rgba(56,189,248,0.30), transparent 60%),
    radial-gradient(800px circle at 75% 10%, rgba(167,139,250,0.28), transparent 55%);
}
@keyframes auroraMove {
  0%   { transform: translate3d(0,0,0) scale(1); }
  50%  { transform: translate3d(-80px,40px,0) scale(1.04); }
  100% { transform: translate3d(80px,-60px,0) scale(1.06); }
}

.bg-noise{
  position:fixed; inset:0; z-index:-4; pointer-events:none;
  opacity:.08; mix-blend-mode:soft-light;
  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='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='0.8'/%3E%3C/svg%3E");
  background-size: 240px 240px;
}

.bg-grid{
  position:fixed; inset:0; z-index:-3; pointer-events:none;
  opacity:.08; mix-blend-mode:overlay;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 70px 70px;
}

/* =========================================================
   HEADER / NAV
   ========================================================= */
.header{
  position:fixed; top:0; left:0; right:0; z-index:50;
  background:rgba(5,7,16,.72);
  border-bottom:1px solid var(--stroke);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-soft);
}
.header-row{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.logo{
  font-weight:900; letter-spacing:1px; font-size:20px;
  background: linear-gradient(135deg,var(--green),var(--cyan),var(--violet));
  -webkit-background-clip:text; color:transparent;
  text-shadow:0 0 18px rgba(56,189,248,.35);
}
.nav{
  display:flex; align-items:center; gap:8px;
}
.nav a{
  font-size:13.5px; color:var(--text);
  padding:8px 12px; border-radius:999px;
  border:1px solid var(--stroke-strong);
  background:rgba(2,6,23,0.55);
  transition:.25s ease;
}
.nav a:hover{
  transform: translateY(-1px);
  border-color: rgba(34,197,94,0.65);
  box-shadow:0 10px 28px rgba(16,185,129,.25);
}
.nav-cta{
  background: linear-gradient(135deg,var(--green),var(--blue));
  color:#061018 !important;
  font-weight:800;
  border:none !important;
}

/* =========================================================
   HERO
   ========================================================= */
.hero{
  padding:150px 0 90px;
  position:relative;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.25fr .9fr;
  gap:28px;
  align-items:center;
}
.hero-left{ display:flex; flex-direction:column; gap:15px; }
.hero-badges{ display:flex; flex-wrap:wrap; gap:8px; }
.badge{
  font-size:11px; letter-spacing:.08em; text-transform:uppercase;
  padding:6px 10px; border-radius:999px;
  background:rgba(2,6,23,.8);
  border:1px solid var(--stroke-strong);
}
.badge-glow{
  border-color: rgba(34,197,94,0.6);
  box-shadow: 0 0 18px rgba(34,197,94,0.35);
}

.hero-title{
  font-size:40px; line-height:1.16; font-weight:900;
  color:#f8fafc;
  text-shadow:0 0 22px rgba(0,0,0,.65);
}
.hero-title span{
  background: linear-gradient(135deg,var(--green),var(--cyan),var(--violet));
  -webkit-background-clip:text; color:transparent;
}
.hero-sub{
  font-size:16px; color:var(--muted);
  max-width:680px;
}
.hero-actions{
  display:flex; flex-wrap:wrap; gap:12px; margin-top:3px;
}

/* BUTTONS */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:13px 26px; border-radius:999px; font-weight:700;
  font-size:14.5px; transition:.25s ease; cursor:pointer;
  border:1px solid transparent;
}
.btn-main{
  background: linear-gradient(135deg,var(--green),var(--blue),var(--violet));
  background-size:200% 200%;
  color:#061018; border:none;
  box-shadow:0 16px 40px rgba(34,197,94,.35);
  animation: btnFlow 6s ease infinite;
}
@keyframes btnFlow{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
.btn-main:hover{
  transform: translateY(-3px) scale(1.02);
  box-shadow:0 22px 55px rgba(34,197,94,.55);
}
.btn-ghost{
  background: rgba(15,23,42,.75);
  border:1px solid var(--stroke-strong);
  color:#e2e8f0;
}
.btn-ghost:hover{
  transform: translateY(-3px);
  border-color: rgba(56,189,248,.85);
  box-shadow:0 12px 30px rgba(56,189,248,.25);
}
.btn-lg{ padding:15px 34px; font-size:15.5px; }

.hero-meta{
  display:grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap:10px; margin-top:6px;
}
.meta-card{
  background:var(--glass);
  border:1px solid var(--stroke);
  border-radius:14px; padding:12px;
  backdrop-filter:blur(10px);
  box-shadow:var(--shadow-soft);
}
.meta-label{ font-size:11px; color:var(--muted2); }
.meta-value{ font-weight:900; font-size:18px; margin-top:2px; }
.meta-note{ font-size:11px; color:var(--muted); margin-top:2px; }

/* HERO PANEL RIGHT */
.hero-panel{
  background:var(--glass-strong);
  border:1px solid var(--stroke);
  border-radius:22px; padding:18px;
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
  position:relative; overflow:hidden;
}
.hero-panel::before{
  content:""; position:absolute; inset:-50%;
  background:
    radial-gradient(circle at 10% 10%, rgba(56,189,248,.18), transparent 60%),
    radial-gradient(circle at 90% 30%, rgba(34,197,94,.14), transparent 60%);
  pointer-events:none;
}
.panel-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:12px; }
.panel-title{ font-size:14px; font-weight:800; }
.chip{
  font-size:11px; padding:5px 9px; border-radius:999px;
  background:rgba(34,197,94,.18);
  border:1px solid rgba(34,197,94,.55);
  color:#bbf7d0; font-weight:700;
}

.panel-metrics{ display:grid; gap:8px; }
.pmetric{
  background:rgba(2,6,23,.7);
  border:1px solid var(--stroke);
  border-radius:12px; padding:10px 12px;
}
.pmetric-label{ font-size:11px; color:var(--muted2); }
.pmetric-value{ font-size:18px; font-weight:900; margin-top:2px; }
.pmetric-pill{
  font-size:10px; margin-top:4px; color:#a5b4fc;
}

.panel-bar{ margin-top:10px; }
.bar-row{ display:flex; justify-content:space-between; font-size:11px; color:var(--muted2); margin-bottom:4px; }
.bar-strong{ color:#e5e7eb; font-weight:800; }
.bar-outer{
  width:100%; height:8px; border-radius:999px;
  background:rgba(255,255,255,.06); overflow:hidden;
}
.bar-fill{
  height:100%; border-radius:999px;
  background: linear-gradient(90deg,var(--green),var(--blue),var(--violet));
  box-shadow:0 0 12px rgba(34,197,94,.45);
  animation: barGrow 1.8s ease;
}
@keyframes barGrow{ from{width:0} to{width:100%} }
.w62{ width:62%; } .w15{ width:15%; }

.panel-note{
  margin-top:12px; font-size:12px; color:var(--muted);
}

/* =========================================================
   SECTIONS
   ========================================================= */
.section{
  padding:88px 0;
  position:relative;
}
.section-alt{
  background: radial-gradient(900px circle at 0% 0%, rgba(2,132,199,.18), transparent 60%),
              radial-gradient(900px circle at 100% 10%, rgba(34,197,94,.12), transparent 60%),
              #050812;
}
.section-head{
  display:grid; gap:8px; margin-bottom:30px;
}
.section-head.center{ text-align:center; }
.eyebrow{
  font-size:11px; letter-spacing:.18em; text-transform:uppercase;
  color:var(--green); font-weight:800;
}
.section-head h2{
  font-size:30px; line-height:1.2; font-weight:900; color:#f8fafc;
  text-shadow:0 0 18px rgba(56,189,248,.25);
}
.section-head p{
  font-size:15px; color:var(--muted); max-width:880px;
}

/* GRIDS */
.grid-3{
  display:grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap:12px;
  margin-top:12px;
}
.stat-card{
  background:var(--glass);
  border:1px solid var(--stroke);
  border-radius:14px; padding:16px;
  backdrop-filter:blur(10px);
  box-shadow:var(--shadow-soft);
}
.stat-title{ font-size:12px; color:var(--muted2); font-weight:700; }
.stat-big{ font-size:20px; font-weight:900; margin-top:4px; }
.stat-sub{ font-size:12px; color:var(--muted); margin-top:2px; }

/* MARKET PANELS */
.market-panels{
  display:grid; grid-template-columns: 1.2fr .8fr; gap:14px;
  margin-top:16px;
}
.glass-card{
  background:var(--glass-strong);
  border:1px solid var(--stroke);
  border-radius:16px; padding:18px;
  backdrop-filter: blur(12px);
  box-shadow:var(--shadow);
}
.glass-card h3{
  font-size:16px; font-weight:900; margin-bottom:6px;
}
.muted{ color:var(--muted); }
.small{ font-size:12px; }

.tam-grid{ display:grid; gap:10px; margin-top:8px; }
.tam{
  background:rgba(2,6,23,.7);
  border:1px solid var(--stroke);
  border-radius:12px; padding:10px 12px;
}
.tam-label{ font-size:11px; color:var(--muted2); font-weight:700; }
.tam-value{ font-size:20px; font-weight:900; margin-top:2px; }
.tam-note{ font-size:11px; color:var(--muted); margin-top:2px; }
.tam-bar{
  height:7px; background:rgba(255,255,255,.07);
  border-radius:999px; overflow:hidden; margin-top:6px;
}
.tam-bar i{
  display:block; height:100%;
  background: linear-gradient(90deg,var(--green),var(--blue));
  border-radius:999px; box-shadow:0 0 10px rgba(34,197,94,.4);
}
.tam-bar i.b100{ width:100%; }
.tam-bar i.b40{ width:40%; }
.tam-bar i.b10{ width:10%; }

.list{ display:grid; gap:6px; }

/* =========================================================
   FEATURES
   ========================================================= */
.feature-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  gap:14px; margin-top:12px;
}
.feature-card{
  background:var(--glass);
  border:1px solid var(--stroke);
  border-radius:16px; padding:18px;
  backdrop-filter: blur(10px);
  box-shadow:var(--shadow-soft);
  transition:.25s ease;
  position:relative; overflow:hidden;
}
.feature-card::after{
  content:""; position:absolute; inset:-40%;
  background: radial-gradient(circle at 15% 15%, rgba(99,102,241,.18), transparent 60%);
  opacity:.9; pointer-events:none;
}
.feature-card h3{ font-size:16px; font-weight:900; margin-bottom:4px; }
.feature-card p{ font-size:13.5px; color:var(--muted); }
.tagline{ font-size:11px; color:#a5b4fc; margin-top:6px; }
.feature-card:hover{
  transform: translateY(-5px);
  border-color: rgba(34,197,94,.48);
  box-shadow:0 18px 44px rgba(34,197,94,.25);
}

/* COMPARISON */
.comparison-card{
  margin-top:16px;
  background:var(--glass-strong);
  border:1px solid var(--stroke);
  border-radius:16px; padding:18px;
  backdrop-filter: blur(12px);
  box-shadow:var(--shadow);
}
.table-wrap{ overflow:auto; border-radius:12px; }
.table{
  width:100%; border-collapse: collapse; font-size:12.5px; min-width:780px;
}
.table th, .table td{
  padding:10px 8px; border-bottom:1px solid rgba(51,65,85,.65);
  text-align:center;
}
.table th:first-child, .table td:first-child{ text-align:left; }
.table thead th{
  background:rgba(2,6,23,.85); font-weight:800; color:#e5e7eb;
  position:sticky; top:0;
}
.table tbody tr:nth-child(even){
  background:rgba(2,6,23,.45);
}
.table-highlight{
  background:linear-gradient(90deg,rgba(34,197,94,.20),rgba(59,130,246,.16)) !important;
}

/* =========================================================
   MONETIZATION
   ========================================================= */
.mono-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap:14px; margin-top:12px;
}
.mono-card{
  background:var(--glass);
  border:1px solid var(--stroke);
  border-radius:16px; padding:18px;
  backdrop-filter: blur(10px);
  box-shadow:var(--shadow-soft);
}
.mono-card.big{
  grid-column: span 2;
}
.mono-card h3{
  font-size:16px; font-weight:900; margin-bottom:6px;
}
.pill-row{
  display:flex; flex-wrap:wrap; gap:6px; margin-top:8px;
}
.pill{
  font-size:11px; padding:5px 9px; border-radius:999px;
  background:rgba(2,6,23,.9);
  border:1px solid rgba(75,85,99,.9);
}

/* =========================================================
   PROJECTIONS
   ========================================================= */
.proj-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  gap:14px; margin-top:12px;
}
.bars{ display:grid; gap:9px; margin-top:6px; }
.bar-item{ display:grid; gap:4px; }
.bar-label{ font-size:11px; color:var(--muted2); }
.bar-line{
  height:8px; background:rgba(255,255,255,.07);
  border-radius:999px; overflow:hidden;
}
.bar-line i{
  display:block; height:100%;
  border-radius:999px;
  background: linear-gradient(90deg,var(--green),var(--blue));
  box-shadow:0 0 10px rgba(34,197,94,.4);
}

.kpis{
  margin-top:14px;
  display:grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap:10px;
}
.kpi{
  background:var(--glass);
  border:1px solid var(--stroke);
  border-radius:14px; padding:12px;
  backdrop-filter:blur(10px);
  box-shadow:var(--shadow-soft);
  text-align:center;
}
.kpi-label{ font-size:11px; color:var(--muted2); font-weight:700; }
.kpi-value{ font-size:18px; font-weight:900; margin-top:2px; }

/* =========================================================
   ROADMAP
   ========================================================= */
.roadmap{
  margin-top:14px;
  display:grid; gap:12px;
  position:relative;
}
.road-step{
  display:grid; grid-template-columns: 22px 1fr; gap:12px;
  align-items:flex-start;
}
.step-dot{
  width:12px; height:12px; border-radius:999px;
  background: linear-gradient(135deg,var(--green),var(--blue));
  box-shadow:0 0 12px rgba(56,189,248,.6);
  margin-top:8px;
}
.step-box{
  background:var(--glass-strong);
  border:1px solid var(--stroke);
  border-radius:14px; padding:14px;
  backdrop-filter:blur(12px);
  box-shadow:var(--shadow-soft);
}
.step-box h3{ font-size:15px; font-weight:900; margin-bottom:4px; }

/* =========================================================
   RISKS
   ========================================================= */
.risk-grid{
  display:grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  gap:12px; margin-top:12px;
}
.risk-card{
  background:var(--glass);
  border:1px solid var(--stroke);
  border-radius:14px; padding:14px;
  backdrop-filter:blur(10px);
  box-shadow:var(--shadow-soft);
}
.risk-card h3{ font-size:14.5px; font-weight:900; margin-bottom:3px; }
.risk-card p{ font-size:13px; color:var(--muted); }

/* =========================================================
   CTA
   ========================================================= */
.cta{
  padding:90px 0 100px;
}
.cta-box{
  background:var(--glass-strong);
  border:1px solid var(--stroke);
  border-radius:22px; padding:28px;
  backdrop-filter:blur(12px);
  box-shadow:var(--shadow);
  text-align:center;
  display:grid; gap:8px;
}
.cta-box h2{ font-size:28px; font-weight:900; }
.cta-box p{ font-size:15px; color:var(--muted); max-width:820px; margin:0 auto; }
.cta-actions{ display:grid; gap:8px; justify-items:center; margin-top:6px; }
.cta-note{ font-size:12px; color:var(--muted2); }

/* =========================================================
   FOOTER
   ========================================================= */
.footer{
  text-align:center;
  font-size:12px; color:var(--muted2);
  padding:26px 0 30px;
  background:rgba(2,6,23,.6);
  border-top:1px solid var(--stroke);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px){
  .hero-grid{ grid-template-columns: 1fr; }
  .market-panels{ grid-template-columns: 1fr; }
  .mono-card.big{ grid-column: span 1; }
}
@media (max-width: 720px){
  .nav{ display:none; }
  .hero-title{ font-size:30px; }
  .hero-meta{ grid-template-columns:1fr; }
  .grid-3{ grid-template-columns:1fr; }
  .kpis{ grid-template-columns:1fr; }
}
