:root {
  --navy: #0f1117;
  --panel: #171a24;
  --panel-2: #202434;
  --purple: #5a00ff;
  --pink: #ff008a;
  --orange: #ff6a00;
  --white: #ffffff;
  --muted: #aab0c2;
  --green: #20d37b;
  --red: #ff3d5a;
  --border: rgba(255, 255, 255, .1);
  --shadow: 0 24px 80px rgba(0, 0, 0, .35);
}

.landing-pro {
  background:
    radial-gradient(circle at 78% 0%, rgba(90,0,255,.14), transparent 34%),
    radial-gradient(circle at 8% 25%, rgba(255,106,0,.12), transparent 30%),
    #fbfbff;
  color: #0f1120;
}
.landing-pro a { color: inherit; }
.landing-nav {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 14px 16px;
  border: 1px solid rgba(15,17,32,.08);
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 24px 80px rgba(19,18,46,.08);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 12px;
  z-index: 20;
}
.landing-brand img { width: 210px; display: block; }
.landing-links {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
  color: #55576d;
  font-size: 14px;
  font-weight: 900;
}
.landing-links a:hover { color: var(--purple); }
.landing-hero {
  width: min(1220px, calc(100% - 32px));
  margin: 34px auto 0;
  min-height: calc(100vh - 120px);
  display: grid;
  grid-template-columns: .9fr 1.15fr;
  gap: 34px;
  align-items: center;
  padding-bottom: 34px;
}
.landing-copy h1 {
  margin: 16px 0;
  font-size: clamp(46px, 7vw, 92px);
  line-height: .92;
  letter-spacing: -.04em;
  color: #07091a;
}
.landing-copy p {
  max-width: 650px;
  color: #4d5068;
  font-size: 18px;
  line-height: 1.72;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  color: #171a32;
  font-weight: 950;
  box-shadow: 0 14px 45px rgba(90,0,255,.12);
}
.hero-kicker img { width: 32px; height: 32px; border-radius: 10px; }
.landing-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.landing-trust span {
  padding: 9px 12px;
  border: 1px solid rgba(90,0,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  color: #35374d;
  font-size: 13px;
  font-weight: 900;
}
.hero-visual {
  position: relative;
  border-radius: 34px;
  padding: 10px;
  background: linear-gradient(135deg, rgba(90,0,255,.18), rgba(255,0,138,.16), rgba(255,106,0,.14));
  box-shadow: 0 34px 100px rgba(15,17,32,.16);
}
.hero-visual img {
  display: block;
  width: 100%;
  border-radius: 28px;
}
.landing-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 90px 0;
}
.landing-section-head {
  max-width: 820px;
  margin-bottom: 30px;
}
.landing-section h2, .graphics-panel h2, .download-band h2 {
  margin: 0 0 14px;
  color: #07091a;
  font-size: clamp(34px, 5vw, 62px);
  line-height: .96;
  letter-spacing: -.035em;
}
.landing-section-head p, .graphics-panel p, .download-band p, .split-band p {
  color: #55576d;
  font-size: 17px;
  line-height: 1.72;
}
.eyebrow {
  color: var(--pink);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 950;
}
.landing-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.landing-feature-grid article {
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(15,17,32,.08);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(19,18,46,.07);
}
.landing-feature-grid span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--pink), var(--orange));
  font-weight: 950;
}
.landing-feature-grid h3 { color: #08091b; font-size: 22px; }
.landing-feature-grid p { color: #5e6075; line-height: 1.65; }
.graphics-showcase {
  padding: 42px 0 88px;
  background:
    linear-gradient(180deg, rgba(15,17,23,.98), rgba(20,14,46,.98)),
    var(--navy);
}
.graphics-panel {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 28px;
  align-items: center;
}
.graphics-panel h2, .graphics-panel p { color: #fff; }
.graphics-panel p { color: rgba(255,255,255,.72); }
.pro-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0;
  list-style: none;
  color: rgba(255,255,255,.82);
}
.pro-list li {
  padding-left: 28px;
  position: relative;
}
.pro-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 99px;
  background: linear-gradient(135deg, var(--pink), var(--orange));
}
.graphics-stack {
  display: grid;
  gap: 16px;
}
.graphics-stack img {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 28px 80px rgba(0,0,0,.34);
}
.graphics-stack img:nth-child(2) {
  width: 88%;
  justify-self: end;
  margin-top: -8%;
}
.feature-visual-band { padding-top: 78px; }
.image-showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.visual-card {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(15,17,32,.08);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(19,18,46,.08);
}
.visual-card img {
  width: 100%;
  border-radius: 24px;
  display: block;
}
.visual-card h3 {
  margin: 0 0 8px;
  color: #08091b;
  font-size: 24px;
}
.visual-card p {
  margin: 0;
  color: #55576d;
  line-height: 1.65;
}
.split-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}
.public-card-list {
  display: grid;
  gap: 12px;
}
.public-card-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(15,17,32,.08);
  box-shadow: 0 18px 55px rgba(19,18,46,.07);
  font-weight: 950;
}
.public-card-list a::after { content: "Open"; color: var(--pink); font-size: 13px; }
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.metrics-grid div {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, #101322, #27145f);
  color: #fff;
}
.metrics-grid strong { display: block; font-size: 52px; line-height: 1; }
.metrics-grid span { color: rgba(255,255,255,.72); font-weight: 800; }
.download-band {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 70px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,0,138,.28), transparent 30%),
    linear-gradient(135deg, #0f1117, #5A00FF 58%, #FF6A00);
  box-shadow: 0 30px 90px rgba(90,0,255,.24);
}
.download-band h2, .download-band p { color: #fff; }
.download-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.store-button {
  display: grid;
  gap: 2px;
  min-width: 190px;
  padding: 14px 18px;
  border-radius: 18px;
  background: #fff;
  color: #0f1120;
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.store-button span { color: #6f7183; font-size: 12px; font-weight: 800; }
.store-button strong { font-size: 18px; }
.muted-store { background: rgba(255,255,255,.13); color: #fff; border: 1px solid rgba(255,255,255,.22); }
.muted-store span { color: rgba(255,255,255,.72); }
.landing-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 54px;
  border-top: 1px solid rgba(15,17,32,.1);
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 26px;
  color: #52556c;
}
.landing-footer img { width: 220px; max-width: 100%; }
.landing-footer strong { display: block; color: #08091b; margin-bottom: 12px; }
.landing-footer a { display: block; color: #52556c; margin: 8px 0; font-weight: 800; }
.landing-footer a:hover { color: var(--pink); }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 10% 5%, rgba(90, 0, 255, .26), transparent 32rem),
    radial-gradient(circle at 86% 12%, rgba(255, 0, 138, .20), transparent 34rem),
    linear-gradient(180deg, #0f1117 0%, #11131b 48%, #090a0e 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(15, 17, 23, .78);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: .04em; }
.brand img { width: 42px; height: 42px; border-radius: 12px; }
.nav-links { display: flex; align-items: center; gap: 18px; color: var(--muted); font-weight: 800; font-size: 14px; }
.nav-links a:hover { color: var(--white); }
.nav-actions { display: flex; align-items: center; gap: 10px; }

.btn {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform .2s ease, border .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  border: 0;
  background: linear-gradient(135deg, var(--purple), var(--pink), var(--orange));
  box-shadow: 0 18px 42px rgba(255, 0, 138, .24);
}
.btn-dark { background: rgba(255, 255, 255, .06); }
.btn-whatsapp { background: rgba(32, 211, 123, .12); border-color: rgba(32, 211, 123, .4); color: #bfffe0; }

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 54px;
  align-items: center;
  padding: 72px 0 58px;
}
.hero h1 {
  margin: 0;
  font-size: clamp(44px, 7vw, 88px);
  line-height: .92;
  letter-spacing: -0.035em;
  max-width: 850px;
}
.hero p { color: var(--muted); font-size: 18px; line-height: 1.75; max-width: 700px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.chip {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid var(--border);
  color: #dfe3f2;
  font-size: 13px;
  font-weight: 800;
}

.phone-stage { position: relative; min-height: 590px; display: grid; place-items: center; }
.phone {
  width: min(340px, 78vw);
  border-radius: 42px;
  padding: 15px;
  background: linear-gradient(145deg, rgba(255,255,255,.25), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: var(--shadow);
  animation: float 5s ease-in-out infinite;
}
.phone-screen {
  min-height: 620px;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(180deg, #161927, #0c0d13);
  border: 1px solid rgba(255,255,255,.1);
  padding: 18px;
}
.app-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.app-top img { height: 42px; width: auto; }
.live-card, .mini-card, .floating-card, .glass-card {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, .075);
  border-radius: 24px;
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
}
.live-card { margin-top: 22px; padding: 18px; }
.score-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; }
.score { font-size: 36px; font-weight: 950; }
.status-live { color: #fff; background: rgba(255, 0, 138, .18); border: 1px solid rgba(255, 0, 138, .45); padding: 7px 10px; border-radius: 999px; font-size: 12px; font-weight: 900; }
.pulse { width: 8px; height: 8px; border-radius: 99px; background: var(--pink); display: inline-block; box-shadow: 0 0 0 0 rgba(255,0,138,.65); animation: pulse 1.5s infinite; }
.progress { height: 10px; background: rgba(255,255,255,.1); border-radius: 999px; overflow: hidden; }
.progress span { display: block; height: 100%; background: linear-gradient(90deg, var(--purple), var(--pink), var(--orange)); }
.floating-card { position: absolute; padding: 16px; width: 210px; backdrop-filter: blur(16px); }
.float-1 { left: 0; top: 110px; }
.float-2 { right: 0; bottom: 120px; }

.section { padding: 86px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 30px; }
.section h2 { font-size: clamp(32px, 5vw, 56px); line-height: 1; margin: 0; letter-spacing: -0.025em; }
.section p.lead { color: var(--muted); font-size: 17px; max-width: 660px; line-height: 1.7; }
.grid { display: grid; gap: 16px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.feature-card, .price-card, .admin-card, .table-card {
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 16px 40px rgba(0,0,0,.16);
}
.feature-card:hover, .price-card:hover { border-color: rgba(255, 0, 138, .36); transform: translateY(-3px); transition: .2s ease; }
.icon { width: 46px; height: 46px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(135deg, var(--purple), var(--pink), var(--orange)); font-weight: 950; }
.muted { color: var(--muted); }
.price { font-size: 42px; font-weight: 950; margin: 10px 0; }
.list { display: grid; gap: 10px; color: #e9ecf6; padding: 0; margin: 18px 0 0; list-style: none; }
.list li::before { content: "✓"; color: var(--green); font-weight: 900; margin-right: 9px; }

.admin-layout { display: grid; grid-template-columns: 270px 1fr; min-height: 100vh; }
.sidebar { background: #0b0d12; border-right: 1px solid var(--border); padding: 22px; position: sticky; top: 0; height: 100vh; }
.sidebar nav { display: grid; gap: 6px; margin-top: 28px; }
.sidebar a { padding: 11px 12px; border-radius: 14px; color: var(--muted); font-weight: 800; }
.sidebar a.active, .sidebar a:hover { background: rgba(255,255,255,.08); color: var(--white); }
.admin-main { padding: 28px; }
.admin-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; gap: 16px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 820px; }
th, td { padding: 13px 12px; text-align: left; border-bottom: 1px solid var(--border); }
th { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.badge { border-radius: 999px; padding: 6px 9px; display: inline-flex; font-size: 12px; font-weight: 900; }
.badge-green { color: #bfffe0; background: rgba(32,211,123,.13); }
.badge-orange { color: #ffd2aa; background: rgba(255,106,0,.14); }
.badge-pink { color: #ffd0e9; background: rgba(255,0,138,.14); }
.poster-template-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.poster-template-grid figure { margin: 0; background: rgba(255,255,255,.06); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; }
.poster-template-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.poster-template-grid figcaption { padding: 10px; color: var(--muted); font-size: 12px; font-weight: 900; }
.share-card {
  min-height: 520px;
  display: grid;
  align-content: center;
  background:
    radial-gradient(circle at 15% 10%, rgba(90,0,255,.45), transparent 28%),
    radial-gradient(circle at 85% 25%, rgba(255,0,138,.35), transparent 30%),
    linear-gradient(135deg, #0F1117, #27145f 50%, #ff6a00);
}
.share-card h2 { font-size: clamp(34px, 7vw, 76px); line-height: .98; margin: 10px 0; }

.footer { padding: 44px 0; border-top: 1px solid var(--border); color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 24px; }
.footer a { display: block; color: var(--muted); margin: 8px 0; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 12px rgba(255,0,138,0); } 100% { box-shadow: 0 0 0 0 rgba(255,0,138,0); } }

@media (max-width: 960px) {
  .hero, .grid-3, .grid-4, .footer-grid, .admin-layout { grid-template-columns: 1fr; }
  .poster-template-grid { grid-template-columns: repeat(2, 1fr); }
  .landing-nav { position: static; flex-wrap: wrap; }
  .landing-links { order: 3; width: 100%; overflow-x: auto; padding-bottom: 4px; }
  .landing-hero, .graphics-panel, .split-band, .download-band, .landing-footer { grid-template-columns: 1fr; }
  .image-showcase-grid { grid-template-columns: 1fr; }
  .landing-feature-grid, .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .download-actions { justify-content: flex-start; }
  .phone-stage { min-height: auto; }
  .floating-card { position: static; width: auto; margin-top: 12px; }
  .nav-links { display: none; }
  .sidebar { position: static; height: auto; }
}

@media (max-width: 560px) {
  .nav-actions { display: none; }
  .landing-brand img { width: 170px; }
  .landing-nav > .btn { width: 100%; justify-content: center; }
  .landing-copy h1 { font-size: 43px; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .landing-feature-grid, .metrics-grid, .poster-template-grid { grid-template-columns: 1fr; }
  .download-band { padding: 24px; }
  .store-button { width: 100%; }
  .hero { padding-top: 42px; }
  .hero-actions .btn { width: 100%; }
  .section-head { display: block; }
  .phone-screen { min-height: 520px; }
}
